/*!
Theme Name: Dawnice Europe GmbH
Author: Nadja Ulrich
Version: 1.0.0
*/
@font-face {
    font-family: Assistant;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(./assets/fonts/assistant-v18-latin-regular.woff2) format("woff2"), url(./assets/fonts/assistant-v18-latin-regular.woff) format("woff");
}
@font-face {
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(./assets/fonts/assistant-v18-latin-600.woff2) format("woff2"), url(./assets/fonts/assistant-v18-latin-600.woff) format("woff");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    src: local(""), url(./assets/fonts/Poppins-Bold.woff2) format("woff2"), url(./assets/fonts/Poppins-Bold.woff) format("woff");
}
html {
    line-height: 1.375;
}
body {
    font-family: Assistant;
    font-weight: 400;
    background: #fdd00129;
    color: #000000;
}
body,
html {
    font-size: 17px;
}
body,
figure {
    margin: 0;
}
*,
.col-2,
::after,
::before {
    box-sizing: border-box;
}
.col-2 {
    padding: 0.5rem;
}
.container,
.container-small {
    padding: 0 3%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
h2 {
    margin: 0.5em 0;
    font-family:'Poppins';
    font-size: 1.4em;
    text-align: center;
}
h3 {
    font-size: 1.2em;
}
h3,
h4,
h5,
h6 {
    margin: 1em;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}
a:hover {
    cursor: pointer;
}
.chapter-title {
    position: relative;
    text-transform: uppercase;
}
#language-switcher a,
#main-nav a,
.leistungen-link,
.page__link,
.post-meta a,
.wp-element-caption,
a.entry-icon,
a:after,
a:focus,
a:hover {
    text-decoration: none;
}
#language-switcher {
    position: fixed;
    z-index: 999;
    right: 0;
    box-shadow: 0 0 5px #111;
    top: 60px;
    background: #fff8de;
}
#language-switcher a,
#current-language {
    display: inline-block;
    line-height: 50px;
    font-weight: 700;
    padding: 0 0.8rem;
    box-shadow: 0 1px 3px -2px #000;
}
#language-switcher a:active,
#language-switcher a:hover {
    background: #ebcc6a1a;
}
#current-language {
    padding: 0 1.5rem 0 0.8rem;
}
#current-language::after {
    content: "\25BE";
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 189px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
}
.dropdown-show {
    display: block;
}
#kontakt button[type="submit"],
.btn,
.ertn,
.wp-block-button__link,
a.btn,
input[type="submit"] {
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 11px 28px;
    background: #ef8200;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    min-width: 285px;
    cursor: pointer;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
#kontakt button[type="submit"]:hover,
.btn:hover,
.ertn:hover,
.wp-block-button__link:hover,
a.btn:hover,
button:hover,
input[type="submit"]:hover {
    animation: 1s ease-out 0.4s pulse;
    background: #d5a86247 !important;
}
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 60px;
    box-shadow: 0 0 20px 0 #2a2200;
    background: #fff;
}
#signet {
    float: left;
    padding: 10px 0;
    position: relative;
}
#signet img {
    height: 40px;
    width: auto;
}
#main-nav input[type=checkbox],#trigger-nav, .faq-toggle .icon-cross,.faq.active .faq-toggle .icon-chevron-down,.infoblock-item-description,.infoblock-item:nth-of-type(2) .opendate,.infoblock-item:nth-of-type(3) .opendate,.infoblock-item:nth-of-type(4) .opendate,.nav-category ul li:last-of-type a::after {
    display: none
}
#menu-button {
    float: right;
    position: relative;
}
.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: .6em;
}
.menu-icon:before, 
.menu-icon:after {
    content: "";
    position: absolute;
    background: #000;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 250ms ease, opacity 250ms ease;
}
.menu-icon:before {
    width: 5px;
    height: 20px;
}
.menu-icon:after {
    width: 20px;
    height: 5px;
}
#trigger-nav:checked ~ #menu-button .menu-icon:before {
    opacity: 0;
}

#trigger-nav:checked ~ #menu-button .menu-icon:after {
    width: 20px;
}
.menu-text {
    font-size: 0.8em;
    font-weight: 600;
    position: relative;
    bottom: -1.5em;
}
#main-nav {
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    position: absolute;
    top: 60px; 
    left: 0;
    background: linear-gradient(40deg, #fef7d6, rgb(239 130 0 / 85%));
    width: 100%; 
    z-index: 10;
}

#trigger-nav:checked ~ #main-nav {
    display: block;
    transform: translateX(0);
}

#main-nav > ul {
    padding: 1rem 0;
}
#main-nav > ul > li::before {
    position: absolute;
    font-size: 1.2em;
    color: #000000;
    left: 0.9em;
    font-weight: 600;
    top: 0.8em;
}
#main-nav li {
    position: relative;
}
#main-nav a {
    font-size: 1.4em;
    font-family: Assistant;
    color: #000000;
    display: block;
    line-height: 55px;
    font-weight: 600;
    padding: 0 1em 0 2.3em;
}
#main-nav a:hover,  #main-nav li.current-menu-item > a {
    background: linear-gradient(40deg, #fef7d6, rgb(239 130 0 / 85%));
    box-shadow: 1px -1px 10px #2a2200;
}
.home #page-header:before {
    bottom: 0;
    width: 100%;
    height: 413px;
    background: linear-gradient(
    0deg, 
    #fef7d6 0%,      
    #fef7d6e6 20%,     
    #fcecd5d9 40%,      
    #eacaaec7 60%,       
    #e4a267b3 80%,       
        #e4a2679c 90%,
    #e4a26700 100%     
);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: ""
}

.home #page-header {
    min-height: 90vh;
    top: 14px;
    background-position: center;
}
.home-titles {
    position: absolute;
    bottom: 0;
    padding: .8em;
    width: 100%;
}
.home-description,
.home-title {
    font-size: 2em;
    font-family: 'Poppins';
    color: #000000;
    margin: 0.2em 0;
    
}
.home-description{
    font-family:"Assistant";
}
.home-description {
    font-size: 1.5em;
}
#page-header {
    position: relative;
    background-size: cover;
    height: 250px
}

#page-header>.page-title {
    position: relative;
    top: 45%;
    color: #fbf8f3;
    text-shadow: 2px 1px 0 #000;
    margin: 0
}
.tc{
        display: flex;
    flex-direction: column;
    gap: 1em;
}
.ti{
        background: #ffffff;
        box-shadow: 0 0 6px #56401c;
        max-width: 390px;
        min-height: 470px;
        position: relative;
        margin: auto;
        padding: .5em;
}
.ticket-img{
        height: 300px;
        width: auto;
        overflow: hidden;
}
.st{
    color: #56401c;
    margin: 0;
    text-align: left;
}
.sx{
    padding:1em;
}

.empfehlungen {
    position: relative;
    margin: 2em -3% -7.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 1em;
}
.empfehlungen::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hwb(49.23deg 84.31% 0.39% / 86%);
}
.empfehlung-title {
    padding: 0.5em 1em 1em;
}
.empfehlung-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empfehlung-image {
    border-radius: 50%;
    overflow: hidden;
    height: auto;
    width: 200px;
}
.empfehlung-content {
    text-align: center;
}
.empfehlung-content cite {
    display: block;
    font-size: 0.9rem;
    padding: 0.5em;
}
.owl-dot span {
    height: 20px !important;
    width: 20px !important;
}
#kontakt,
.info-kontakt {
    box-shadow: 0 0 10px 0 #331306;
}
.contact-icon:focus,
.contact-icon:hover {
    font-size: 1.1em;
}
.info-kontakt:after {
    content: "";
    display: block;
    clear: both;
}
.info-kontakt dt {
    float: left;
    font-size: 1.5em;
    clear: left;
}
.info-kontakt dd {
    float: left;
    margin: 0;
    padding-left: 1em;
}
.info-kontakt dd a {
    padding-top: 0.5em;
}
.contact-icon {
    text-decoration: none;
}
#kontakt {
    padding-top: 1rem;
    margin-top: 7.5em;
    background: #fff;
    position: relative;
}
.info-kontakt {
    padding: 1em;
    margin: 1em auto;
    max-width: 355px;
}
#kontakt .formulare {
    z-index: 1;
    box-shadow: 0 0 10px 0 #000000;
}
.form-title {
    text-transform: uppercase;
}
.form-title {
    box-shadow: 0 3px 2px -2px;
    padding-bottom: 0.5em;
}
#kontakt .formulare {
    margin: 2.5em auto 0.5em;
    background: #fff8de;
    padding: 1rem;
    max-width: 1200px;
    position: relative;
}
#kontakt input[type="email"],
#kontakt input[type="tel"],
#kontakt input[type="text"],
#kontakt select input[type="text"],
#kontakt textarea,
#wpforms-162-field_10,
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
    background: #fffcf1;
}
#kontakt input[type="email"]:focus,
#kontakt input[type="tel"]:focus,
#kontakt input[type="text"]:focus,
#kontakt select:focus,
#kontakt textarea:focus,
#wpforms-162-field_10:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #b5b17d;
}
.wpforms-recaptcha-container {
    display: flex;
    justify-content: center;
}
.wpforms-submit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-footer {
    padding: 1em;
    background: #fff8dea8;
}
.social-footer {
    box-shadow: 0 0 7px -2px #331306;
}
.social-links {
    padding: 0;
    height: 70px;
}
.social-links li {
    position: relative;
    top: 1em;
    font-size: 1.2em;
    padding: 0 0.3em;
}
.social-links a {
    box-shadow: 0 0 5px -1px;
    padding: 0.5em 0.65em;
    border-radius: 50%;
    background: #ef8200;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 5px 0 #000;
}
.social-links a:hover {
    background: #fdd001;
    cursor: pointer;
}
#footer-nav > ul li:after,
span.meta.category:before {
    content: "|";
}
#footer-nav > ul li:last-child:after {
    content: "";
}
.footer-container {
    margin-top: -8em;
    background-size: cover;
    position: relative;
    z-index: 0; 
}

.footer-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255 248 222 / 86%); 
    z-index: -1; 
 
}
.footer-container * {
    position: relative; 
    z-index: 1;
}
#page-footer {
    text-align: center;
    padding: 0;
}
#page-footer .nav-menu {
    padding: 2em;
    margin: auto;
}
#footer-nav.nav-position {
    padding-top: 8em;
}
#footer-nav a {
    margin: 0 0.5em;
    position: relative;
}
#footer-nav li,
#to-top a,
.blog-item .meta,
.info-kontakt dd a,
.nav-category ul li,
.social-links li {
    display: inline-block;
}
.copyright {
    display: block;
    font-size: 0.8em;
    padding: 0 0 2em;
}
.swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
}
.swiper {
    height: 300px;
}
.swiper-slide {
    background: #ebcc6a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 4px #000;
}
.swiper-pagination {
    --swiper-theme-color: #fff;
}
.swiper-slide .icon-enlarge:before {
    visibility: hidden;
    position: absolute;
    z-index: 9;
    color: #ebe7a6;
    text-shadow: 2px 2px 3px #000;
    top: 50%;
    left: 46%;
    font-size: 2em;
}
.swiper-slide:hover .icon-enlarge:before {
    visibility: visible;
}
.wt,
h1,
.form-description {
    text-align: center;
}
.wavecontent {
    margin: -2.6em -3.2% 2em;
}
.wt {
    padding: 0 2em;
}
table {
    max-width: 1200px;
    margin: auto;
    background: #eeeab7;
}
table td {
    border: 2px solid #eccd6a !important;
}
.blog-item {
    position: relative;
}
.blog-item img {
    height: 250px;
    width: 100%;
}
.blog-item:hover img,
.swiper-slide img:hover {
    opacity: 0.7;
}
.blog-item .meta {
    color: #15230c;
    padding-right: 0.4em;
}
.blog-title {
    font-size: 1.2em;
    margin: 0;
    font-weight: 400;
}
.blog-description {
    right: 0;
    left: 0;
    bottom: 0;
}
.blog-description {
    background-size: cover;
    position: absolute;
    text-align: center;
    padding: 0.5em;
    box-shadow: inset 0 0 6px 1px #000;
}
.blog-description a {
    color: #15230c;
    text-decoration: none;
}
.nav-category ul li,
.post-navigation a:hover {
    font-weight: 700;
}
.blog-description a:hover,
.post-meta a:hover,
a {
    text-decoration: underline;
}
.sidebar {
    background: #eeeab7;
    padding: 1em;
    margin: 2em auto 1em auto;
    max-width: 900px;
    text-align: center;
}
.post-meta {
    text-align: center;
}
time.meta {
    margin-right: 0.6em;
}
.post-navigation {
    display: flex;
    justify-content: center;
}
.post-navigation a {
    text-decoration: none;
    font-size: 1em;
}
.nav-next,
.nav-previous {
    display: inline;
}
.nav-previous:after {
    content: "|";
    padding-left: 1em;
}
.post-navigation a > [class*=" icon-"],
.post-navigation a > [class^="icon-"] {
    padding: 0.5em;
}
.nav-category ul {
    padding: 0;
    text-align: center;
}
.nav-category ul li a:after {
    content: "|";
    padding-left: 0.5em;
}
#to-top{
    position: fixed;
    z-index: 999;
}

.leistungen {
    max-width: 1200px;
    margin: auto;
}
.leistungen .text {
    padding: 1em 1em 0;
    margin-top: 2em;
    text-align: left;
}
.text >h2{
    text-align: left;
}
.leistungen .image {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 220px;
    margin: 0 0.9em;
}
.leistungen-link {
    background: #422e0ead;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.1em;
    text-align: center;
    margin: 0;
}
.leistungen-link:focus,
.leistungen-link:hover {
    box-shadow: 0 -4px 7px -4px #111;
    text-decoration: underline;
}
.margin-block {
    margin: 4em auto 1.2em !important;
}
.gal-link{
    text-decoration: none;
}
.gal-link > p,
.sk:before {
    background: #eeeab7;
}
.teaser-gallery {
    margin: 1em auto;
    padding: 0.5em 1em 1em 0.5em;
    position: relative;
    max-width: 1200px;
}

.gal-link {
    display: flex;
    justify-content: center;
}
.gal-link > p {
    padding: 0.3em 2em;
    box-shadow: 0 0 7px #2a2200;
    color: #56401c;
    z-index: 9;
}

.swiper.shopSwiper {
    height: 190px;
    width: auto;
    margin: 0 0.5em;
    padding: 0.5em 0 0;
}


#footer-nav li{
    padding-bottom: 0.5em;
}

.inkc {
    text-align: center;
}
.nav-next {
    padding-left: 1em;
}
.faq-box {
    margin: 0 -0.5em;
    padding: 0.7em;
    background: #f2df90;
}
.faq-box {
    max-width: 900px;
    margin: auto;
}
.faq {
    margin: 10px 0;
    position: relative;
    border-top: 1px solid #331306;
    padding-top: 0.5em;
}
.faq:last-child {
    border-bottom: 1px solid #56401c;
    padding-bottom: 0.5em;
}
.faq-title {
    margin: 0 60px 0 0;
    font-size: 1em;
    color: #331306;
}
.faq-text {
    display: none;
    max-width: 90%;
    margin: 0;
}
.faq.active .faq-text {
    display: block;
    text-align: left;
    font-size: 1em;
}
.faq-toggle {
    background: unset;
    cursor: pointer;
    position: absolute;
    top: 0.7em;
    right: 0;
    border: unset;
}
.faq-toggle:hover {
    transform: scale(1.2);
}
.faq-toggle:focus {
    outline: 0;
}
.faq.active .faq-toggle .icon-cross {
    display: block;
    color: #56401c;
}
.inkc {
    display: flex;
    justify-content: center;
}
.battery-container {
    position: relative;
    width: auto;
    max-width: 500px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}
.battery-container::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 25px;
    background: #feedac;
}
.inki {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em; 
    padding: 1.5em;
    text-align: left;
    border-bottom: 2px solid #fef7d6; 
}


.inki:nth-child(1) {
    background: linear-gradient(to bottom, #fdd00140, #fdda017a); 
}
.inki:nth-child(2) {
    background: linear-gradient(to bottom, #fdda017a, #fdc901bd);
}
.inki:nth-child(3) {
    background: linear-gradient(to bottom, #fdc901bd, #ef8200ad);
}
.inki:nth-child(4) {
    background: linear-gradient(to bottom, #ef8200ad, #ef8200);
}
.inki:nth-child(5) {
    background: linear-gradient(to bottom, #ef8200, #d77500);
}
.inki span.icon {
    font-size: 2em;
    color: #000000;
}
.inki .ink-text {
    color: #000000;
}
.ink-text>p{
    margin:0;
}


.bwl > p{
    position: relative;
    text-align: left;
}

#to-top {
    left: 0;
    bottom: 8%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s linear;
    clip-path: polygon(51% 4%, 79% 34%, 60% 40%, 68% 81%, 34% 81%, 40% 40%, 21% 34%);
}
#to-top.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 9;
}
#to-top a {
    background: #000;
    width: 63px;
    height: 50px;
}
.erc > p {
    padding: 1em;
    text-align: center;
}
.erc img {
    width: 250px;
    filter: opacity(0.5);
    display: flex;
    margin: auto;
}
a.ertn {
    max-width: 300px;
    margin: 2em auto;
}
.screen-reader-text:focus {
    background: #fff;
    text-decoration: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    top: 5px;
    width: auto;
    z-index: 100000;
}
@media only screen and (min-width: 388px) {
    .map-iframe {
        width: 350px;
    }
}
@media only screen and (min-width: 411px) {
    .leistungen .image {
        height: 250px;
    }
}

@media only screen and (min-width: 470px) {
    .map-iframe {
        width: 420px;
    }
}
@media only screen and (min-width: 500px) {
    #main-nav {
        max-width: 80vw;
    }
}
@media only screen and (min-width: 565px) {
    .map-iframe {
        width: 520px;
    }
}
@media only screen and (min-width: 581px) {
    .swiper {
        padding: unset;
    }
}
@media only screen and (min-width: 640px) {
    .leistungen .image {
        height: 400px;
    }
    .tc{
                flex-direction: row;
        gap: .5em;
        flex-wrap: wrap;
        justify-content: center;
    }
  .ti{
      margin:0;
  }
}
@media only screen and (min-width: 768px) {
    .columns {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
    }
    .col-2 {
        width: 50%;
    }
    .leistungen {
        display: flex;
        align-items: center;
    }
    .leistungen .text {
        width: 50%;
        padding: 1em;
        margin: 0;
        font-size: 1em;
    }
    .leistungen .image {
        width: 50%;
        height: 350px;
    }
    .info-kontakt {
        columns: 3;
        max-width: 710px;
        text-align: center;
        padding: 1rem;
    }
    .info-kontakt dt {
        float: none;
        font-size: 2.5em;
    }
    .info-kontakt dd {
        float: none;
        padding-left: 0;
    }
}
@media only screen and (min-width: 950px) {
    .faq-container {
        margin: 0 auto;
    }
    .wt > p {
        max-width: 70%;
        margin: auto;
    }


}
@media only screen and (min-width: 1150px) {
    .home-title {
        font-size: 3em;
    }
    .home-description {
        font-size: 2em;
    }
    #footer-nav a,
    .gal-description {
        font-size: 1.1em;
    }
    #page-header > .page-title {
        font-size: 2.8em;
        top: 40%;
    }
    .wt > h2 {
        font-size: 1.5em;
    }
    .wt > p {
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 1200px) {
    .empfehlungen {
        margin: 2em -5.5% -7.5em;
    }
    .blog-item img {
        height: 330px;
    }
    .wp-block-video.info-video {
        margin: 0 auto;
    }
    .container,
    .container-small {
        padding-right: 5%;
        padding-left: 5%;
    }
    #kontakt {
        padding: auto 10%;
    }
    .wavecontent {
        margin: -5.7em -5.45% 2em;
        width: 111%;
    }
}
@media only screen and (min-width: 1285px) {
      #page-header {
        height: 300px
    }
    #main-nav,
    #main-nav > ul {
        position: static;
        padding: 0;
        margin: 0.2em;
    }
    #navbar {
        height: 100px;
    }
    #navbar #signet {
        padding: 20px 0;
    }
    #navbar #signet img,
    #navbar #signet svg {
        height: 60px;
    }
    #main-nav > ul.nav-menu > li:last-child > a::after,
    #main-nav > ul > li:before,
    #menu-button {
        display: none;
    }
    #main-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        float: right;
        width: auto;
        max-width: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
    #main-nav > ul > li {
        display: inline-block;
        border: none;
        margin: 1.3em 1em;
        text-decoration: none;
    }
    #main-nav li a {
        color: #331306;
        background: 0 0;
        padding: 0;
        line-height: 40px;
        font-weight: 600;
    }
    #main-nav li a:hover,  #main-nav li.current-menu-item > a  {
        background: 0 0;
        color: #ef8200;
        box-shadow:unset;
    }
    #main-nav li a::after{
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #ef8200;
        transition: width 0.4s ease-in;
    }

    #main-nav li a:hover::after {
        width: 100%;
    }
    #main-nav li > a:nth-of-type(2) {
        margin-bottom: 34px;
    }
    #main-nav a:hover {
        background: 0 0;
        box-shadow: none;
    }
    .home #page-header {
        min-height: 90vh;
    }
    #language-switcher {
        top: 100px !important;
    }
}