/********* Compiled - Do not edit *********/
@font-face {
font-family:"Adelle";
src:url(/wp-content/themes/ave-child/fonts/adelle_reg-webfont.woff2), url(/wp-content/themes/ave-child/fonts/adelle_reg-webfont.woff);font-weight:;
font-display:swap;
}
@font-face {
font-family:"Adelle-semibold";
src:url(/wp-content/themes/ave-child/fonts/adelle_semibold-webfont.woff2), url(/wp-content/themes/ave-child/fonts/adelle_semibold-webfont.woff);font-weight:700;
font-display:swap;
}
@font-face {
font-family:"icons";
src:url(/wp-content/themes/ave-child/fonts/icomoon.woff?yfy3gq), url(/wp-content/themes/ave-child/fonts/icomoon.ttf?yfy3gq);font-weight:;
font-display:swap;
}
@font-face {
font-family:"icons2";
src:url(/wp-content/themes/ave-child/fonts/icomoon2.woff?yfy3gq), url(/wp-content/themes/ave-child/fonts/icomoon2.ttf?yfy3gq);font-weight:;
font-display:swap;
}
@font-face {
font-family:"Lato";
src:url(/wp-content/themes/ave-child/fonts/lato-regular-webfont.woff2), url(/wp-content/themes/ave-child/fonts/lato-regular-webfont.woff), url(/wp-content/themes/ave-child/fonts/lato-regular.ttf);font-weight:400;
font-display:swap;
}
:root{--color-primary:#33cc66;--color-secondary:#132c37;--color-gradient-start:#CC7849;--color-gradient-stop:#CC7849;--color-link:#132c37;--color-link-hover:#132c37;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Lato;font-weight:400;line-height:26px;font-size:20px;color:#132c37;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:Adelle;}.h1,h1{font-family:Adelle;font-weight:700;line-height:1.4em;font-size:52px;color:#132c37;}.h2,h2{font-family:Adelle;font-weight:700;line-height:1.3em;font-size:40px;color:#132c37;}.h3,h3{font-family:Adelle;font-weight:700;line-height:1.6em;font-size:30px;color:#132c37;}.h4,h4{font-family:Adelle;font-weight:700;line-height:1.7em;font-size:25px;color:#132c37;}.h5,h5{font-family:Adelle;font-weight:700;line-height:1.8em;font-size:21px;color:#132c37;}.h6,h6{font-family:Adelle;font-weight:700;line-height:1.6;font-size:18px;color:#132c37;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar{background-color:#303030;background-image:url( ../alphacolor-13-427622-2-1.jpg);background-repeat:no-repeat;background-size:cover;}#content{background-color:#e8edf0;}section.vc_row{units:px;}@media ( min-width: 1200px ){.main-header .is-stuck{background:rgba(255, 255, 255, 0.9) !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a, .mainbar-wrap.is-stuck .header-module .ld-module-trigger, .mainbar-wrap.is-stuck .main-nav > li > a, .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a{color:rgb(115, 117, 128) !important;}.mainbar-wrap.is-stuck .mainbar-wrap.is-stuck .header-module .nav-trigger .bar{background-color:rgb(115, 117, 128) !important;}.mainbar-wrap.is-stuck .header-module .ld-module-trigger-icon, .mainbar-wrap.is-stuck .header-module .ld-module-trigger-txt{color:inherit !important;}.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input{border-color:rgb(115, 117, 128) !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a:hover, .mainbar-wrap.is-stuck .main-nav > li > a:hover, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a:hover{color:rgb(213, 125, 78) !important;}}@media screen and (max-width: 1199px){.main-header .navbar-header{background:rgb(255, 255, 255);}.main-header .ld-module-trigger, .main-header .ld-search-form .input-icon{color:rgb(56, 73, 81);}.main-header .nav-trigger .bar{background-color:rgb(56, 73, 81);}body[data-mobile-nav-style=classic] .navbar-collapse, body[data-mobile-nav-style=minimal] .navbar-collapse{background:rgb(255, 255, 255);color:rgb(56, 73, 81);}ul.nav.main-nav > li > a, ul.nav.main-nav > li > a:hover, .main-nav .children > li.active > a, .main-nav .children > li.current-menu-item > a, .main-nav .children > li.current-menu-ancestor > a, .main-nav .children > li:hover > a, .nav-item-children > li.active > a, .nav-item-children > li.current-menu-item > a, .nav-item-children > li.current-menu-ancestor > a, .nav-item-children > li:hover > a{color:inherit !important;}}/* Der Text ist am Anfang unsichtbar und zweispaltig */
.mein-klapptext {
    display: none !important;
    column-count: 2;
    column-gap: 40px;
}

/* Wenn die Klasse 'is-open' dazukommt, wird er sichtbar */
.mein-klapptext.is-open {
    display: block !important;
}

/* Auf dem Handy nur eine Spalte */
@media (max-width: 768px) {
    .mein-klapptext { column-count: 1; }
}