<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********* Compiled - Do not edit *********/
:root{--color-primary:#121212;--color-secondary:#fdc72c;--color-link:#121212;--color-link-hover:#fdc72c;}.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:Open Sans;font-weight:400;line-height:26px;font-size:15px;color:#121212;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Open Sans;font-weight:400;line-height:1.2em;font-size:55px;color:#121212;}.h2,h2{font-family:Open Sans;font-weight:400;line-height:1.2em;font-size:40px;color:#121212;}.h3,h3{font-family:Open Sans;font-weight:400;line-height:1.2em;font-size:35px;color:#121212;}.h4,h4{font-family:Open Sans;font-weight:400;line-height:1.2em;font-size:30px;color:#121212;}.h5,h5{font-family:Open Sans;font-weight:400;line-height:1.2em;font-size:25px;color:#121212;}.h6,h6{font-family:Open Sans;font-weight:600;line-height:1.2em;font-size:16px;color:#121212;}.titlebar-inner h1{}.titlebar-inner p{}/*Logo*/

.navbar-brand img {
    width: 290px !important;
}

/*Navigation*/

.main-nav {
    position: relative !important;
    top: 30px !important;
    left:-200px !important;
    z-index: 9999 !important;
}

/*Startseite*/

.yellow {
    color: #FDC72C !important;
}

.h2button h2 {
    color: #0C4A7C;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #0C4A7C;
    text-align: center;
    width: 250px;
}

.shrink img {
transition: 1s ease;
}

.shrink img:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}

/*mobile Optimierung*/

@media screen and (max-width: 600px) {
    .navbar-brand img {
    width: 230px !important;
}

}

@media screen and (min-width: 1000px) {
    .wpml-ls-statics-footer {
    display: none !important;
}}

.bars {
    display: none !important;
}

.wpml-ls-native {
    color: #FDC72C !important;
}</pre></body></html>