body,body p {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    font-weight: 700 !important;
}
button, input, .btn, .nav-menu a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
}
.custom-tooltip {
    position: absolute;
    background-color: #525f6e;
    color: white;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    max-width: 240px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    pointer-events: none;
    white-space: normal;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
.sf-menu>li ul {
    padding: 10px;
    
}
#header-outer .sf-menu li ul li.menu-item a {
 font-size:15px;
 line-height:20px;
}
#wc_de_footer,
#wc_de_footer_bottom,
#wc_eng_footer,
#wc_eng_footer_bottom {
    display: none;
}
html[lang="de-DE"] #wc_de_footer,
html[lang="de-DE"] #wc_de_footer_bottom {
    display: block !important;
}
html[lang="en-US"] #wc_eng_footer,
html[lang="en-US"] #wc_eng_footer_bottom {
    display: block !important;
}
@media (max-width: 690px) {
    .wc_opening_hour p {
        text-align: center !important;
    }
}
body {
    overflow: hidden !important;
}