body, html {
    font-family: "Poppins", sans-serif;
    color: #40444a;
}
h1, .h1, h2, .h2 {
    color: #40444a;
}
ul.navmain > li.navActive > a {
   color: rgba(var(--clr-cta),1) !important;
}
.btn:not(.btn-scrolldown) {
    border-radius: 0;
}

.circle-div-text .h4 {
    color: rgba(var(--clr-braun),1) !important;
}
.statements svg.quote {
    fill: rgba(var(--clr-braun),1) !important;
}

.adr-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/4;
    width: 100%;
}
@media (max-width: 767px) {
    .adr-video {
        aspect-ratio: 16/9;
    }
}
.adr-video video {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}

/*
.container {
    --status: attr(data-status type(<custom-ident>), unknown);

    background: if(
        style(--status: paid): red;
        style(--status: cancel): blue;
        else: green;
    );
}
*/
h1, .h1 {
    font-weight: bold;
}
h3, .h3 {
    font-weight: bold;
    font-size: 2rem;
}
.btn.btn-highlight-line {
    color: rgba(var(--clr-hghlght),1);
}
.btn.btn-calltoaction.zl_ctaphone,
.btn.btn-calltoaction.zl_ctaphone_cuttoff {
    border-color: rgba(var(--clr-hghlght), 1) !important;
    background-color: rgba(var(--clr-hghlght), 1) !important;
    color: #fff !important;
}

.logo-nav {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.logo-nav .btn {
    border-color: rgba(var(--clr-cta), 1) !important;
    background-color: rgba(var(--clr-cta), 1) !important;
}
.zl_layover.zl_layover_goingup .logo-nav,
.logo-nav-home {
    background-color: rgba(255, 255, 255, .75) !important;
    backdrop-filter: saturate(180%) blur(20px);
}
.formbuilder-mz > .row > div[class^="col"] > textarea {
    min-height: 50px;
}
@media (min-width: 1400px) {
    #zl_mz_menu_nav {
        top: 72px;
    }
    .zl_layover.zl_layover_goingup #zl_mz_menu_nav {
        top: 14px;
    }
    #zl_mz_menu_nav ul.navmain > li > a {
        color: #40444a;
    }
}
.overlay_content_slide p {
    font-weight: bold;
    font-size: 1.6rem;
}
@media (min-width: 1400px) {
    #zl_mz_menu_nav {
        transform: translateX(280px);
    }
}
@media (max-width: 1399px) {
    .btn-menu {
        color: black;
        top: 85px;
    }
    body.zl_layover.zl_layover_goingup .btn-menu {
        top: 30px;
    }
}
@media (max-width: 767px) {
    .btn-menu {
        color: black;
        top: 72px;
    }
    body.zl_layover.zl_layover_goingup .btn-menu {
        top: 30px;
    }
}
@media (max-width: 574px) {
    .btn-menu {
        color: black;
        top: 56px;
    }
    .style-bar {
        position: relative;
    }
}
.slider .text-box {
    background-color: #fff;
    border-radius: 0;
}
.slider .text-white > * {
    color: rgba(var(--clr-hghlght), 1) !important;
}
.slider .form-control {
    border-bottom: 1px solid rgba(var(--clr-hghlght), 1) !important;
}
.slider .btn.btn-highlight {
    border-color: rgba(var(--clr-hghlght), 1) !important;
    background-color: rgba(var(--clr-hghlght), 1) !important;
    color: #fff !important;
}
.bg-cta {
    background-image: none;
}

.review-totals img {
    height: 20px;
    margin-right: 10px;
}
.reviewThumbDesc {
    font-size: 14px;
    line-height: 24px;
}
.reviewThumbName {
    margin-top: 10px;
}

.reviewThumb {
    border: none;
    position: relative;
}
.reviewThumb svg.quote {
    fill: rgba(var(--clr-braun), 1) !important;
}
.reviewThumbGRlogo {
    right: 20px;
    top: 20px;
}

.constrain-gallery {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .constrain-gallery {
        width: 90%;
    }
}
.constrain-gallery .gallery-thumb {
    margin: 20px 0;
    padding: 15px;
}
@media (max-width: 991px) {
    .constrain-gallery .gallery-thumb {
        padding: 0;
    }
}
footer {
    background-color: rgba(var(--clr-hghlght),1) !important;
}
footer .social-media {
    background-color: rgba(255, 255, 255, 1) !important;
}
footer .social-media .h3 {
    color: #40444a !important;
}
footer .btn.btn-calltoaction.zl_ctaphone_cuttoff {
    border-color: #fff !important;
    background-color: #fff !important;
    color: rgba(var(--clr-hghlght), 1) !important;
}
span[class^="zl_sociallogo_"] {
    background-color: #40444a !important;
}
.statements p {
    font-size: 1.2rem;
}
.statements .color-primary p {
    font-weight: bold;
    color: #fff;
}