/*
 Theme Name: Kosmetik. Institut am Alten Markt
 Theme URI: https://www.kosmetik-apoam.de/
 Description: A child theme for the Blocksy theme.
 Author: Markus Metzger
 Author URI: https://www.werbeagentur-mosaic.de/
 Template: blocksy
 Version: 1.0.0
*/

@import url("../blocksy/style.css");
@import url("css/font-awesome.css");

::selection {
    background-color: rgba(228, 219, 208, 0.3) !important;
    color: #675e4c !important;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: #e5c99d !important;
}

.wp-element-button {
    background-color: #5c313f !important;
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a69678;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.text-center {
    text-align: center;
}

body.home .page-title {
    display: none;
}

.custom-hero-image {
    width: 100%;
    height: 475px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    border-bottom: 36px solid #e5c99d;
}

.hero-content {
    position: relative;
    z-index: 1;
    font-size: 2rem;
}



.pdf-dl {
    display: inline-block;
    background: #f6f6f6;
    padding: 4px 12px;
}
.pdf-dl i {
    font-size: 26px;
    font-weight: bold;
    margin-right: 3px;
    color: #a69678;
}
.pdf-dl a {
    font-size: 22px;
}

h1.page-title {
    color: #a69678;
}

body.page-id-10 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #a69678;
}

.p-spacer {
    margin-block-end: 2.3rem !important;
}

.highlight1 {
    color: #ada084;
    font-style: normal;
}

.highlight2 {
    color: #ada084;
}

.price {
    float: right;
}

ul.list-1 {
    list-style: none;
    padding-left: 0;
}

.dotted-underline {
    margin-bottom: 5px !important;
}

.list-1 {
    margin-top: -5px;
    margin-bottom: 15px;
}

.list-1 li:before {
    content: ' ';
    display: inline-block;
    background: #a69678;
    width: 25px;
    height: 10px;
    margin-right: 4px;
}



.qcontact {
    background: #a69678;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.qcontact p,
.qcontact a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
}

.qcontact i.fa {
    font-size: 52px;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.qcontact {
    background-color: #a69678;
    padding: 30px 0;
}

.qcontact__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.qcontact__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.qcontact__col {
    flex: 1 1 calc(50% - 30px);
    min-width: 300px;
}

.qcontact p {
    font-size: 16px;
    line-height: 1.6;
}

.qcontact i {
    margin-right: 10px;
    color: #fff;
}

.qcontact a:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .qcontact__row {
        flex-direction: column;
    }
    .qcontact__col {
        flex: 1 1 100%;
    }
}



#quick-contacts * {
    animation-duration: .8s !important;
    transition-duration: .8s !important;
}

/* Mobile Quick Phone Button */
#quick-contacts-2 {
    display: none;
}

/* Quick Contact Buttons */
#quick-contacts {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#quick-contacts li {
    position: relative;
    cursor: pointer;
}

#quick-contacts li .button-wrap {
    background-color: #fff;
    height: 60px;
    width: 280px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    position: absolute;
    right: -222px;
    transition: right 1s ease;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

#quick-contacts li .button-wrap:hover {
    right: 0;
}

#quick-contacts li .button-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #a69678;
    vertical-align: text-bottom;
    border-radius: 50px;
    margin: 5px 0 5px 5px
}

#quick-contacts li .button-icon i:before {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin-left: 0;
    vertical-align: top;
}

/*#call-button-with-icon a:before,*/
#quick-contacts li#quick-phone-btn .button-icon i:before {
    font-family: 'FontAwesome';
    content: "\f095";
    font-style: normal;
}

/*#mail-button-with-icon a:before,*/
#quick-contacts li#quick-mail-btn .button-icon i:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-style: normal;
}

#quick-contacts li .button-content {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: left;
}

#quick-contacts li .button-content a {
    color: #a69678;
    text-decoration: none;
    vertical-align: text-bottom;
    display: inline-block;
    width: 100%;
}

#quick-contacts li:nth-child(2) {
    top: 70px;
    position: absolute;
}

@media (max-width:992px) {
	#quick-contacts {
        display: none;
    }

    #quick-contacts-2 {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #a69678;
        z-index: 99;
    }

    #quick-contacts-2 * {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    #quick-contacts-2 a {
        display: block;
        padding: 12px;
        text-align: center;
        font-size: 17px;
    }

    #quick-contacts-2 a:before {
        font-family: "FontAwesome";
        content: "\f095";
        margin-right: 10px;
        font-size: 32px;
        line-height: 40px;
        vertical-align: middle;
    }

    #quick-contacts {
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 999;
        list-style: none;
        padding-left: 0;
        margin: 0;
        transform: scale(0.8);
    }

    #quick-contacts li .button-wrap:hover {
        right: -3px;
    }
}

@media (max-width:1024px) {
    .qcontact .col-lg-6:nth-child(1) {
        padding-bottom: 30px;
    }
    #bg-img-4,
    #bg-img-16,
    #bg-img-21 {
        height: 350px;
        margin-left: 0;
    }
    #bg-img-11 {
        height: 280px;
    }
    #bg-img-16,
    #bg-img-21 {
        margin-top: 75px;
    }
    #bg-img-4,
    #bg-img-16,
    #bg-img-21,
    #bg-img-13,
    #bg-img-14,
    #bg-img-15 {
        background-position: center bottom;
    }
}

@media (min-width:600px) and (max-width:1023px) {
    .dotted-underline {
        border-bottom: 2px dotted #ebdcc0;
    }
}

@media (min-width:1024px) {
    #nagelverschoenerung h3 {
        margin-top: 0;
    }

    #bg-img-4,
    #bg-img-16,
    #bg-img-21 {
        height: 459px;
    }

    #bg-img-11,
    #bg-img-12,
    #bg-img-13,
    #bg-img-14 {
        height: 350px;
    }

    #bg-img-15 {
        margin-top: 58px;
    }
    #bg-img-18 {
        height: 166px;
    }

    #bg-img-19 {
        height: 254px;
    }
    #bg-img-20 {
        height: 240px;
    }
}