
.color1 {
    color: #624537;
}

.color1-light {
    color: #fdeadd;
}

.color2 {
    color: #ecc5a7;
}

.gray {
    color: #3d4548;
}
/* body.page-id-23 {
    background: url("https://naturheilpraxis-wetterburg.de/ws-nw24/wp-content/uploads/2024/03/bg-6.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
} */

body {
    font-family: 'Quicksand' !important;
}

/* @media (min-width: 1600px){
    body{
        background-position: right !important;
    }
} */
.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.white {
    color: #fff;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.fbold {
    font-weight: 700;
}

.fnormal {
    font-weight: normal !important;
}

.footer_widget {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.bottom-0 p {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 15px !important;
}

.underline-magical {
    background-image: linear-gradient(120deg, #fff 0%, #72CAEB 100%);
    background-repeat: no-repeat;
    background-size: 100% .2em;
    background-position: 0 88%;
    transition: background-size .25s ease-in;
}

.underline-magical:hover {
    background-size: 100% 88%;
}

@media (max-width:768px) {
   
    .center-mobile {
        text-align: center;
    }

    .cz_btn strong {
        white-space: initial !important;
    }

    .cz_btn_center a {
        text-align: center;
    }
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    margin: 10px 0;
    display: flex;
    /* align-items: center; */
}

.checklist li:before {
    content: "✔";
    font-size: 24px;
    margin-right: 8px;
}

/* borlabs cookie */
#BorlabsCookieBox .row {
    width: 100% !important;
}

#BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 450px;
}

#BorlabsCookieBox h3 {
    font-size: 20px !important;
}

.BorlabsCookie .row {
    max-width: 100% !important;
    margin: 0 !important;
}

._brlbs-branding {
    display: none !important;
}

._brlbs-flex-center {
    display: inline !important;
}

#BorlabsCookieBox .cookie-logo {
    max-width: 130px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/*END borlabs cookie*/

/* CF */
.sb-accept {
    font-size: 15px;
    line-height: 17px;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item label {
    display: table;
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    background: url(./images/checkbox.svg) no-repeat;
    display: table-cell;
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.sb-accept .wpcf7-acceptance input[type="checkbox"]:checked+span:before {
    background: url(./images/check.svg) no-repeat;
    width: 26px;
    height: 26px;
    padding: 2px;
    background-size: contain;
}

.sb-accept .wpcf7-acceptance label {
    margin: 0 !important;
}

.sb-accept input[type=checkbox] {
    display: none !important;
}
