/*
 Theme Name:   boluscare Theme
 Description:  Das boluscare Theme
 Author:       Lars Badke
 Author URI:   https://larsbadke.com
 Version:      1.0
 Text Domain:  boluscare-theme
*/

/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('/fonts/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('/fonts/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


a, a:hover{
    color: #FFF;
}

html{

    overflow-x: hidden;
    background: #FFF;
}

body{
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans';
    color: #000;
}

section {
    padding: 40px 0;
}

@media (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

section ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

section ul li{
    position: relative;
    padding-left: 25px;
}

section ul li:before{
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: 0;
    top: -2px;
    color: #c1a43f;
}


hr.brand {
    border-top: 7px solid white;
    width: 100px;
    float: left;
    margin: 10px 0 20px 0;
}

hr.brand:after {
    content: '';
    display: block;
    clear: both;
}

.gutter_small [class^="col"]{
    padding-left:10px;
    padding-right:10px;
}

.gutter_big [class^="col"]{
    padding-left:30px;
    padding-right:30px;
}

h1, .h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    color: black;
}

.white {
    color: white;
}

.yellow {
    color: #c1a43f;
}

h2, .h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 500;
    color: #c1a43f;
}

h3, .h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

h4, .h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #FFF;
}

h5, .h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.brand_color{
    color: #c1a43f;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    h1 > span, .h1 > span {
        display: inline-block;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

#main-header {
    background: #FFF;
    padding:  0 0 15px 0;
    position: relative;
    height: 800px;
}

#main-header .text_ctr{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

#main-header .text{
    background: rgba(0, 0, 0, 0.55);
    padding: 25px;
    color: #c1a43f;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

#main-header .wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

#main-header #video {
    position: absolute;
    right: 0;
    top: 0;
    width: 102%;
    height: 800px;
    object-fit: cover;
    transform: translateX(calc((100% - 100vw) / 2));
}



#logo{
    width: 200px;
    background: white;
    padding: 20px;
}

#logo img{
    width: 100%;
}

.header-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#main-header .links_wrapper {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

#main-header .links_wrapper a {
   color: #2fb3b8;
}


#main-header .links_wrapper div{
    padding: 10px;
}

#main-header .links_wrapper div:first-of-type {
    padding-right: 0;
}

#main-header .links_wrapper div:nth-of-type(2) {
    display: none;
}

#main-header .links_wrapper img{
    height: 30px;
}

#main-header .links_wrapper div:first-of-type img {
    margin-left: 7px;
}

#main-header #ecke{
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 200px;
}

.header-menu > li{
    display: inline-block;
    position: relative;
}

.header-menu > li > a{
    color: #1a1917;
    display: block;
    text-decoration: none;
    line-height: 16px;
    padding: 15px 40px;
    padding-right: 80px;
    padding-left: 0;
    text-transform: uppercase;
}

.header-menu > li:last-of-type > a{
    padding-right: 0;
}

.header-menu > li:first-of-type > a{
    padding-left: 0;
}

.header-menu > li > a:hover, .header-menu > li.current_page_item > a, .header-menu > li.current-page-parent > a{
    color: #c1a43f;
}

.header-menu > li.current_page_item > a, .header-menu > li.current-page-parent > a{
    font-weight: bold;
}

.header-menu > li .sub-menu{
    position: absolute;
    left: 0;
    z-index: 9999;
    background-color: white;
    margin: 0;
    list-style-type: none;
    min-width: 250px;
    padding: 10px 0;
    transform: translateX(-10px);
    display: none;
}

.header-menu > li .sub-menu li > a{
    color: black;
    display: block;
    text-decoration: none;
    line-height: 18px;
    font-size: 14px;
    padding: 5px 12px;
}

.header-menu > li .sub-menu li > a:hover{
    color: #c1a43f;
}

.header-menu > li.menu-item-has-children:hover .sub-menu{
    display: block;
}

.header-menu > li .sub-menu li.current_page_item > a{
    color: #c1a43f;
    font-weight: bold;
}

.header-menu >  li .sub-menu li:hover > a{
    color: #c1a43f;
}

.mobileMenuBtn{
    width: 45px;
    display: none;
}

#wolke{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}


@media (min-width: 992px) {
    .mobileMenuBtn{
        display: none!important;
    }
}

@media (max-width: 992px) {

    .mobileMenuBtn{
        display: block;
    }

    #main-header .nav_wrapper{
        position: fixed;
        background: rgba(0, 0, 0, 0.70);
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        z-index: 99;
        justify-content: center;
    }

    #main-header .nav_wrapper.hidden{
        display: none;
    }

    #main-header .nav_wrapper nav{
        width: 100%;
        max-width: 786px;
    }

    #main-header .links_wrapper{
        justify-content: start;
        border-bottom: 2px solid #FFFFFF;
    }

    #main-header .links_wrapper div:nth-of-type(2) {
        border-left: 0px solid #FFFFFF;
        align-self: end;
        display: flex;
        justify-content: end;
        margin-left: auto;
        padding: 5px 0;
    }

    #main-header .links_wrapper div:first-of-type img {
        margin-left: 0px;
        margin-right: 7px;
    }

    #main-header .links_wrapper div:nth-of-type(2) img{
        height: 40px;
    }

    .header-menu > li {
        display: block;
        position: relative;
    }

    .header-menu > li > a {
        padding-left: 10px!important;
        color: white;
        font-weight: 500;
    }

    #logo {
        width: 100px;
    }

    .header-menu > li .sub-menu{

        display: block;
        position: unset;
        background-color: unset;
        padding: 0;
    }


    .header-menu > li .sub-menu li > a {
        color: white;
        display: block;
        text-decoration: none;
        line-height: 18px;
        font-size: 14px;
        padding: 5px 20px;
    }
}

@media (max-width: 992px) {

    #main-header {
        height: 400px;
    }

    #main-header #video {
        height: 400px;
    }

    #main-header #ecke {
        bottom: -1px;
        width: 100px;
    }
}

@media (max-width: 768px) {

    #main-header {
        height: 325px;
    }

    #main-header #video {
        height: 325px;
    }

}

@media (min-width: 2000px) {

    #main-header {
        height: 900px;
    }

    #main-header #video {
        height: 900px;
    }
}

@media (min-width: 2500px) {

    #main-header {
        height: 1100px;
    }

    #main-header #video {
        height: 1100px;
    }
}

#produkte{
    padding: 0 0 60px 0;
}

#produkte .swiper-container{
    padding-bottom: 60px;
}

#produkte .swiper-slide{
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

#produkte .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}

#produkte .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c1a43f;
}

.product h3{
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
}

.product h4{
    font-size: 16px;
    margin-bottom: 5px;
    color: #c1a43f;
}

.brand_button{
    background: url('/wp-content/themes/hollmann/images/CTA-Button_Goldverlauf.webp');
    background-size: 100%;
    color: white;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.6s all;
}

.brand_button:hover{
    color: #e9e9e9;
    text-decoration: none;
}


.brand_button.button_reverse{
    background: #000;
    color: #c1a43f;
}

.brand_button.button_reverse:hover{
    color: #FFF;
}

#why{
    background: url('/wp-content/themes/hollmann/images/warum_novanostic.webp');
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
    display: flex;
    align-items: center;
}

#why ul li:before {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: 0;
    top: -2px;
    color: #fff;
}

#why ul li{
    font-weight: bold;
}

@media (min-width: 1600px) {
    #why{
        min-height: 800px;
    }
}

@media (min-width: 2500px) {
    #why{
        min-height: 1000px;
    }
}

@media (min-width: 3100px) {
    #why{
        min-height: 1200px;
    }
}

@media (max-width: 992px) {
    #why{
        background: #a3def0;
    }
}


#referenzen{
    padding: 0 0 60px 0;
}

#referenzen .bg{
    background: url('/wp-content/themes/hollmann/images/partner_verlauf.webp');
    background-size: 100%;
    height: 50px;
}

#referenzen .swiper-container{
    height: auto;
    margin-top: 15px;
}

#referenzen .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
    opacity: 1;
}

#referenzen .swiper-wrapper{
    display: flex;
    align-items: center;
}

#referenzen .swiper-slide{
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}

#referenzen .swiper-slide img{
    width: 100%;
}

#referenzen .swiper-slide#logo_483, #referenzen .swiper-slide#logo_969{
    max-width: 200px;
}

#referenzen .swiper-slide#logo_483 img, #referenzen .swiper-slide#logo_969 img{
    max-height: 75px;
    width: auto;
}

#referenzen .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

#termin{
    background: url('/wp-content/themes/hollmann/images/Foto_Kontakt.webp');
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
}

@media (min-width: 2000px) {
    #termin{
        min-height: 800px;
    }
}

@media (min-width: 2500px) {
    #termin{
        min-height: 1000px;
    }
}

@media (min-width: 3100px) {
    #termin{
        min-height: 1200px;
    }
}

#form{
    max-width: 700px;
    margin-top: 30px;
}

#form .wpcf7-form-control{
    width: 100%;
    padding: 1px 7px;
}

#form .wpcf7-textarea{
    height: 130px;
}

#form .wpcf7-submit{
    background: url('/wp-content/themes/hollmann/images/CTA-Button_Goldverlauf.webp');
    background-size: 100%;
    display: inline-block;
    padding: 5px 80px;
    width: unset;
    border: none;
    outline: unset;
    color: white;
    font-weight: bold;
    margin-top: 0px;
}

#form .wpcf7-list-item{
    margin: 0;

}

#form .wpcf7-checkbox{
    padding: 0;
}

#news{
    padding: 60px 0 120px 0;
    background: #faf6eb;
}

.news_post .date{
    border-bottom: 1px solid black;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.news_post h3{
    font-size: 16px;
    margin: 0px;
}


footer{
    background: #FFF;
    padding: 40px 0;
    color: black;
    font-size: 14px;
    position: relative;
}

footer .h1{
    color: white;
}

footer a{
    color: black;
}

footer .wrapper{
    display: flex;
    justify-content: space-between;
}

footer .wrapper > div:last-of-type{
    width: 65%;
}

.footer-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 10px;
    justify-content: end;

}

.footer-menu > li > a{
    display: block;
    padding: 0px 30px 0 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    color: black;
}

.footer-menu > li .sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.footer-menu > li .sub-menu a{
    padding: 0px 10px 0 10px;
    color: black;
}

.footer-menu > li:first-of-type > a{
    padding-left: 0;
}

.footer-menu > li:first-of-type .sub-menu a{
    padding-left: 0;
}

@media (max-width: 768px) {
    footer .wrapper{
        flex-wrap: wrap;
    }

    footer .wrapper > div{
        width: 100%!important;
    }

    footer .wrapper > div:first-of-type{
        margin-bottom: 30px;
    }

    .footer-menu{
        flex-wrap: wrap;
    }

    .footer-menu > li{
        width: 50%;
        margin-bottom: 30px;
    }

    .footer-menu li  a {
        padding-left: 0!important;
    }

}

@media (max-width: 576px) {

    .footer-menu > li{
        width: 100%;
    }

    footer {
        padding: 40px 0 40px 0;
    }
}

#icons{
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
}

#icons ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#icons a{
    display: inline-block;
    background: #2fb3b8;


    padding: 10px;
    margin-bottom: 3px;
    float: right;
    color: white;
}

#icons a span{
    margin-right: 10px;
    display: none;
}

#icons a:hover{
    text-decoration: none;
}

#icons a:hover span{
    display: inline-block;
}

#icons svg{
    height: 35px;
}

@media (max-width: 768px) {
    #icons a{
        padding: 7px;
    }

    #icons svg{
        height: 30px;
    }

}

#social-icons{
    text-align: right;
    margin: 15px 0;
}

#social-icons img{
    height: 25px;
}

@media (max-width: 992px) {
    #social-icons{
        text-align: left;
    }
}

.produkt_page h1{
    color: white;
}

.produkt_page h2{
    color: black;
    margin: 0;
    font-weight: 800;
}

.produkt_page #funktionsweise{
    background: #fbf7ec;
    padding: 40px 0;
}

.produkt_page h2.section{
    color: #c1a440;
    font-size: 30px;
}

.produkt_page #vorteile{
    padding: 40px 0;
}

.produkt_page #vorteile .wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.produkt_page #vorteile .wrapper > div{
    text-align: center;
    padding: 0 15px;
    flex: 1 1 0px;
}

.produkt_page #vorteile .wrapper img{
    height: 80px;
    margin-bottom: 15px;
}

.produkt_page #informationen{
    padding: 40px 0;
    position: relative;
    padding-bottom: 80px;
}

.produkt_page ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.produkt_page ul li{
    position: relative;
    padding-left: 25px;
}

.produkt_page ul li:before{
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: 0;
    top: -2px;
    color: #c1a43f;
}

.produkt_page .info_box{
    background: #a3def0;
    margin-top: 40px;
}

.produkt_page .info_box > div{
    padding: 30px 15px;
    text-align: center;
}

.produkt_page .info_box > div h5{
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
}

.produkt_page .info_box > div p{
    margin: 0;
    padding: 0;
}

.produkt_page .info_box > a{
    background: #549eb7;
    display: block;
    padding: 25px 15px;
    text-align: center;
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

.produkt_page .info_box > a img{
    position: absolute;
    left: 40px;
    top: 50%;
    width: 125px;
    z-index: 1;
    transform: translateY(-50%);
}

.produkt_page .nav {
    background: black;
    padding: 10px 0;
}

.produkt_page .nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.produkt_page .nav ul > li{
    display: inline-block;
    padding: 0;
    margin-right: 30px;
}

.produkt_page .nav ul > li:before{
    display: none;
}

.produkt_page .nav ul > li > a{
    color: white;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .produkt_page .info_box > a img{
        position: unset;
        margin-bottom: 10px;
        transform: unset;
    }
}

@media (max-width: 992px) {

    .produkt_page #vorteile .wrapper > div{
        flex: 1 1 30%;
        margin-bottom: 20px;
    }

    .produkt_page h1 br{
        display: none;
    }

    .produkt_page h2 br{
        display: none;
    }
}


@media (max-width: 576px) {
    .produkt_page #vorteile .wrapper > div{
        flex: 1 1 100%;
    }

    .produkt_page .nav {
        padding: 20px 0;
    }

    .produkt_page .nav ul > li{
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .produkt_page .nav ul > li:last-of-type{
        margin-bottom: 0px;
    }
}

.consult_btn{
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%) translateY(50%);
    z-index: 2;
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 800;
}

.cta_btn{

    display: inline-block;
    z-index: 2;
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 800;
}

.full_width_btn{
    width: calc(100% - 30px);
}

@media (max-width: 992px) {
    .consult_btn{
        width: 100%;
        position: unset;
        transform: unset;
        margin-top: 30px;
        padding: 15px 30px;
        font-size: 22px;
    }

    .cta_btn{
        width: 100%;
        padding: 15px 30px;
        font-size: 22px;
    }

    .full_width_btn{
        width: 100%;
    }
}

#contact-form .wpcf7-text{
    width: 100%;
    border: none;
    border-bottom: 1px solid #c1a43f;
}


#contact-form .wpcf7-textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #c1a43f;
    height: 75px;
}

#contact-form .main-label{
    font-weight: bold;
}

#contact-form .main-label p{
    margin-bottom: 10px;
}

#contact-form .main-label span{
    color: #c1a43f;
}

#contact-form .wpcf7-list-item{
    margin: 0;
}

#contact-form .wpcf7-submit{
    background: url('/wp-content/themes/hollmann/images/CTA-Button_Goldverlauf.webp');
    background-size: 100%;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 15px 30px;
    font-weight: 800;
    font-size: 22px;
    text-decoration: none;
    transition: 0.6s all;
    margin-top: 30px;
}

#news .consult_btn{
    bottom: -120px;
}

@media (max-width: 992px) {

    #news .consult_btn{
        margin-top: 60px;
    }
}

#why .brand_button{
    display: inline-block;
    padding: 5px 80px;
    max-width: 100%;
    margin-top: 20px;
}

#overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.80);
    z-index: 99;
    display: none;
    justify-content: center;
    padding-top: 40px;
    overflow: scroll;
}

#overlay.active{
    display: flex;
}

#overlay .wrapper{
    background: white;
    max-width: 1200px;
    padding: 60px;
}

.close_btn{
    text-align: right;
}

.close_btn img{
    width: 40px;
    cursor: pointer;
}

@media (max-width: 768px) {

    #overlay{
        padding-top: 40px;
    }

    #overlay .wrapper{
        padding: 15px;
    }

    #overlay #contact-form .wpcf7-submit{
        margin-bottom: 100px;
        margin-top: 20px;
        width: 100%;
    }
}

.two_cols_page{
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .two_cols_page{
        padding-bottom: 0px;
    }
}

#sport{
    padding: 60px 0 80px 0;
    background: #faf6eb;
}

@media (min-width: 1200px)
{
    .container-max {
        max-width: 1600px;
    }
}

.read_more_ctr {
    position: relative;
    overflow: hidden;
}

.read_more_ctr {
    display: none;
}

.read_more_active {
    display: block;
}

.read_more_btn {
    color: #c1a440;
    cursor: pointer;
    margin: 0;
    /*position: absolute;*/
    width: 100%;
}

/*.read_more_btn_ctr {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    z-index: 99;*/
/*}*/

.read_more_btn:hover {
    text-decoration: underline;
}

.lang_switcher ul li:last-of-type a{
    padding-right: 0;
}

.lang_switcher .wpml-ls-current-language a{
    font-weight: bold;
}

.otgs-development-site-front-end{
    display:none;
}

.appointment_btn{
    width: unset;
    display: inline-block;
    padding: 7px 40px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .appointment_btn{
        width: 100%;
        padding: 7px 20px;
    }
}

     #page_1278.produkt_page #vorteile .wrapper > div,   #page_1367.produkt_page #vorteile .wrapper > div {
                            width: 33.33%;
                            flex: unset;
                            margin-bottom: 40px;
                        }

                        #page_1278.produkt_page #vorteile .wrapper,          #page_1367.produkt_page #vorteile .wrapper {
                            margin-left: -15px;
                            margin-right: -15px;
                        }

                        @media (max-width: 992px) {
                            #page_1278.produkt_page #vorteile .wrapper > div ,     #page_1367.produkt_page #vorteile .wrapper > div {
                                width: 50%;
                            }
                        }

                        @media (max-width: 576px) {
                            #page_1278.produkt_page #vorteile .wrapper > div,    #page_1367.produkt_page #vorteile .wrapper > div {
                                width: 100%;
                            }
                        }

.produkt_page .galerie{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.produkt_page .galerie a{
    width: calc(25% - 20px);
    display: block;
    margin: 10px 10px;
    border: 1px solid #bbb4a7;
}

@media (max-width: 992px) {
    .produkt_page .galerie a{
        width: calc(33.3% - 20px);
    }
}

@media (max-width: 768px) {
    .produkt_page .galerie a{
        width: calc(50% - 20px);
    }
}

#intro_ctr.has_intro_broschure{
    padding-bottom: 150px!important;
}

#funktionsweise.has_intro_broschure{
    padding-top: 80px!important;
}

.intro_broschure {
    position: absolute;
    display: block;
    width: 230px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50px);
}

.intro_broschure img {
    width: 100%;
}

@media (max-width: 1200px) {
    #intro_ctr.has_intro_broschure{
        padding-bottom: 250px!important;
    }
}