header#header {
    display: flex;
    width: 100%;
    height: var(--header-height);
    z-index: 99;
}

.header-wrapper {
    width: 95%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

#theme-logo {
    z-index: 100;
    width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 232px;
    position: absolute;
    right: 5vw;
}

#theme-logo * {
    width: 100% !important;
}

.home div#theme-logo {
    opacity: 0;
    pointer-events: none;
}


/*----------------- HEADER POPUPS-------------*/

div#header-popups {
    --icon-size: 39px;
    transform: translateX(0%);
}

div#header-popups .vce-row {
    margin-bottom: 0;
}

div#header-popups .vce-row * {
    margin-bottom: 0;
}

div#header-popups .vce-row .vce-col-content {
    display: flex;
}

div#header-popups .vce-row .vce-col-content * {
    display: flex;
    width: auto;
}

div#header-popups .vce-row .vce-col-content * {
    display: flex;
    width: auto;
    align-items: center;
}

div#header-popups a.vce-button--style-basic.vce-button--style-basic,
div#header-popups button.vce-button--style-basic.vce-button--style-basic,
div#header-popups a.vce-button--style-basic.vce-button--style-basic:hover,
div#header-popups button.vce-button--style-basic.vce-button--style-basic:hover {
    padding: 0;
    background-color: transparent;
    color: var(--brown);
    font-family: 'Urbanist';
    font-weight: 800;
    letter-spacing: 0.125em;
    font-size: 1rem;
    line-height: 1;
}

div#header-popups a.vce-button--style-basic.vce-button--style-basic:before,
div#header-popups button.vce-button--style-basic.vce-button--style-basic:before {
    content: '';
    display: block;
    height: var(--icon-size);
    width: calc(var(--icon-size) / var(--subtractor));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: var(--icon-margin);
}

div#header-popups .btn-menu a.vce-button--style-basic.vce-button--style-basic:before,
div#header-popups .btn-menu button.vce-button--style-basic.vce-button--style-basic:before {
    background-image: url('/wp-content/themes/visual-composer-starter-theme-child/img/icon-menu.svg');
}

.btn-menu {
    margin-right: 74px;
    --subtractor: 1;
    --icon-margin: 17px;
}

div#header-popups .btn-hours a.vce-button--style-basic.vce-button--style-basic:before,
div#header-popups .btn-hours button.vce-button--style-basic.vce-button--style-basic:before {
    background-image: url('/wp-content/themes/visual-composer-starter-theme-child/img/icon-hours.svg');
}

.btn-hours {
    margin-right: 75px;
    --subtractor: 1.147;
    --icon-margin: 16px;
}


div#header-popups .btn-shop a.vce-button--style-basic.vce-button--style-basic:before,
div#header-popups .btn-shop button.vce-button--style-basic.vce-button--style-basic:before {
    background-image: url('/wp-content/themes/visual-composer-starter-theme-child/img/icon-shop.svg');
}

.btn-shop {
    --subtractor: 1.11428;
    --icon-margin: 13px;
}

div#header-popups .btn-shop a.vce-button--style-basic.vce-button--style-basic,
div#header-popups .btn-shop button.vce-button--style-basic.vce-button--style-basic,
div#header-popups .btn-shop a.vce-button--style-basic.vce-button--style-basic:hover,
div#header-popups .btn-shop button.vce-button--style-basic.vce-button--style-basic:hover {
    color: var(--red);
}


/*----------------- HEADER ICONS -------------*/

#header-icons {
    z-index: 100;
    display: flex;
    position: absolute;
    right: 2.5vw;
    top: calc(var(--header-height) / 2);
    transform: translateY(-50%);
}

div#header-icons.mobile {
    position: unset;
    justify-content: center;
    transform: unset;
    display: none;
}

#header-icons img {
    height: 25px !important;
    display: block;
    width: auto;
}

.icon {
    height: 60px;
    width: 60px;
    display: flex;
    transition: all 0.3s ease 0s;
}

.icon:hover {}

.icon a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/*---------------- SHIFTNAV -------------*/

.shiftnav-toggle-button,
.shiftnav-toggle-button:hover {
    z-index: 99999999;
    background: transparent;
    padding: var(--nav-icon-padding-Y) var(--nav-icon-padding-X);
    font-weight: 500;
    letter-spacing: 0.17em;
    pointer-events: all;
    border-radius: 0 0 2em 0;
    display: flex;
    position: fixed;
    left: 2.5vw;
}

div#shiftnav-main {
    background-color: var(--red);
    padding-top: calc(var(--nav-icon-height) + (var(--nav-icon-padding-Y) * 2) + 15px);
    z-index: 999999 !important;
}

div#shiftnav-main .menu-item.shiftnav-depth-0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div#shiftnav-main .menu-item {
    text-align: center;

}

div#info-button {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

div#info-button * {
    margin-bottom: 0;
    pointer-events: all;
}

div#info-button .vcv-template-widget {
    animation: breathing 5s ease-out infinite normal;
}

.shiftnav-inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 197px;
    height: 197px;
    background-image: url('/wp-content/themes/visual-composer-starter-theme-child/img/bg-nav.svg');
    right: 5vw;
    bottom: 5vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

ul#menu-hauptmenue {
    padding-bottom: 3vh;
    overflow: hidden;
}

nav.shiftnav-nav.large {
    padding-bottom: 4vw;
}

.shiftnav-depth-0.menu-item>.shiftnav-target {
    font-family: 'Lora';
    font-weight: 600;
    color: #fff;
    padding: 1.6vh 13.7vh !important;
    position: relative !important;
    margin: 0.8vh 0;
    font-size: 32px;
    letter-spacing: -0.01em;
    transition: color .4s ease 0s;
    display: flex !important;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.shiftnav-depth-0.menu-item.current_page_item>.shiftnav-target,
.shiftnav-depth-0.menu-item.shiftnav-active>.shiftnav-target,
.shiftnav-depth-0.menu-item.current_page_parent>.shiftnav-target,
.shiftnav-depth-0.menu-item.current-menu-item>.shiftnav-target {
    color: var(--red);
}

.shiftnav-depth-0.menu-item.shiftnav-active>.shiftnav-target:before,
.shiftnav-depth-0.menu-item.current_page_parent>.shiftnav-target:before {
    transform: scaleX(1);
    transition-delay: 0s;
}

li.shiftnav-depth-0.menu-item-has-children.current-menu-ancestor span.shiftnav-target {
    color: var(--red);
}

li.shiftnav-depth-0.menu-item-has-children.current-menu-ancestor span.shiftnav-target::after {
    filter: none !important;
}

.shiftnav-depth-0.menu-item>.shiftnav-target:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: all .5s ease 0s;
    transition-delay: 0.3s;
}

.shiftnav-depth-0.menu-item.current-menu-parent>.shiftnav-target:before,
.shiftnav-depth-0.menu-item.current-menu-item>.shiftnav-target:before {
    transform: scaleX(1);
}

.shiftnav-depth-0.menu-item.shiftnav-active>.shiftnav-target:after {
    transform: translateX(-50%) translateY(95%);
    opacity: 1;
    transition-delay: 0.5s;
}

.shiftnav-depth-0.menu-item.menu-item-has-children.current-menu-item>.shiftnav-target:After {
    filter: none !important;
}

.shiftnav-depth-0.menu-item.menu-item-has-children.shiftnav-active>.shiftnav-target:After {
    transform: translateX(35px) translateY(7%) rotate(90deg);
    filter: unset;
}

.shiftnav-depth-0.menu-item.menu-item-has-children>.shiftnav-target:After {
    content: '';
    display: block;
    position: unset;
    width: 0.7em;
    height: 0.7em;
    bottom: 0;
    transition: all .5s ease 0s;
    right: 10px;
    background-image: url('/wp-content/themes/visual-composer-starter-theme-child/img/sub-nav-indicator.svg');
    z-index: 99999;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(12);
    margin-right: -0.7em;
    transform: translateX(20px) translateY(7%);
}

.shiftnav-depth-0.menu-item.current_page_parent>.shiftnav-target:after {
    filter: none;
}

div#shiftnav-main span.shiftnav-submenu-activation {
    display: none !important;
}

.shiftnav-depth-1.menu-item>.shiftnav-target {
    font-family: 'Urbanist';
    color: #fff;
    text-transform: uppercase;
    display: flex !important;
    margin: 0 auto !important;
    width: fit-content;
    position: relative !important;
    padding: 10px 20px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.shiftnav-active>ul.sub-menu.sub-menu-1.shiftnav-sub-active {
    padding-top: 20px !important;
    margin-bottom: 30px !important;
}

.shiftnav-depth-1.menu-item>.shiftnav-target.current-menu-item {
    background-color: #fff;
}

.shiftnav-depth-1.menu-item.current_page_item>.shiftnav-target {
    color: #fff;
}

li.shiftnav-retract * {
    color: #fff;
}

li.shiftnav-retract {
    padding-top: 2em;
    margin-left: -1.1em !important;
}

li.shiftnav-retract * {
    color: #fff;
    font-family: 'Urbanist';
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 17px;
}

.fa-chevron-left:before {
    content: '';
    display: block;
    position: unset;
    width: 1.2em;
    height: 0.9em;
    bottom: 0;
    transition: all .5s ease 0s;
    right: 10px;
    background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/sub-nav-indicator.svg);
    z-index: 99999;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(12);
    margin-right: 9px;
    transform: rotate(180deg) translateY(-14%);
}

/*.shiftnav-depth-1.menu-item.current_page_item>.shiftnav-target:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    border-radius: 3em;
}*/


/*---------------- SHIFTNAV ANIMATION -------------*/

#nav-icon3 {
    width: var(--nav-icon-width);
    height: var(--nav-icon-height);
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.shiftnav-open #nav-icon3 span {
    background-color: #fff;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: var(--burger-line-height);
    width: 100%;
    background: var(--red);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: calc(50% - (var(--burger-line-height) / 2));
}

#nav-icon3 span:nth-child(4) {
    bottom: 0;
}

.shiftnav-open #nav-icon3 span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
    transform: translateY(50%);
}

.shiftnav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shiftnav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.shiftnav-open #nav-icon3 span:nth-child(4) {
    bottom: 50%;
    transform: translateY(-50%);
    width: 0%;
    left: 50%;
}

div#shiftnav-main.shiftnav.shiftnav-open-target {
    transform: unset;
    clip-path: circle(70.7% at 50% 50%);
}

div#shiftnav-main {
    max-width: 100% !important;
    width: 100vw !important;
    top: 0;
    transform: unset;
    transition: all 0.7s ease 0s;
    clip-path: circle(0% at 50% 50%);
}

.shiftnav:after {
    display: none;
}

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift>ul.sub-menu {
    transform: unset !important;
    opacity: 0;
    pointer-events: none;
}

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active>ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}

/*
.shiftnav-open .shiftnav-inner>nav.shiftnav-nav {
    transform: translateY(0);
    filter: opacity(1);
    transition-delay: 0.7s;
    z-index: 9999;
}

.shiftnav-inner>nav.shiftnav-nav {
    transform: translateY(-100%);
    transition: 0.5s ease 0s;
    transition-delay: unset;
    filter: opacity(0);
    top: 0;
    display: flex;
    justify-content: center;
}
*/



/*----------------- HEADERBILD -------------*/

.wie-h6 {
    color: var(--brown) !important;
}

.wie-h6 strong {
    color: var(--red);
    font-weight: 500 !important;
}

h6.thumbnail-heading {
    margin-bottom: 0;
    width: 58%;
    background-color: #fff;
    padding: 0.45em 0 0.59em;
    display: flex;
    justify-content: flex-end;
    z-index: 99 !important;
    position: relative;
    margin-top: 2vw;
}

h6.thumbnail-heading p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: 'Lora';
    margin-right: 10.9vw !important;
}

div#slideshow {
    position: relative;
}

.home div#slideshow {

    padding-top: 3vw;
}

rs-layer#slider-19-slide-43-layer-1 {
    letter-spacing: -0.02em !important;
}

.rs-layer span {
    color: var(--red);
}

#slider-wrapper.postthumb.desktop {
    max-height: 767PX;
    overflow: hidden;
    max-width: 1160px;
    margin-left: auto;
    margin-right: 8.5vw;
    margin-top: -6vw;
}

#slider-wrapper.postthumb.desktop,
#slider-wrapper.postthumb.desktop * {
    z-index: -1 !important;
}

#slider-wrapper.postthumb.mobile {
    max-height: 580px;
    overflow: hidden;
    line-height: 0;
    margin-top: -6vw;
}

#slider-wrapper.postthumb.desktop img {
    width: 100%;
    height: auto;
}

#slider-wrapper.postthumb.mobile img {
    width: 100%;
    height: auto;
}


/*#slider-wrapper.postthumb::before {
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(7,1,1,0.3) 0%, rgba(7,1,1,0.3) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(7,1,1,0.3) 0%,rgba(7,1,1,0.3) 1%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(7,1,1,0.3) 0%,rgba(7,1,1,0.3) 1%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d070101', endColorstr='#00000000',GradientType=0 );
    height: 100%;
    width: 100%;
    content: '';
}*/

#slider-wrapper.postthumb.desktop img.fallback {
    margin-top: -10vw;
}

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    #slider-wrapper.postthumb.desktop {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    div#header-popups {
        transform: translateX(-11.1%);
    }

    .btn-menu,
    .btn-hours {
        margin-right: 2vw;
    }
}

@media (max-width: 1200px) {

    div#header-popups a.vce-button--style-basic.vce-button--style-basic,
    div#header-popups button.vce-button--style-basic.vce-button--style-basic,
    div#header-popups a.vce-button--style-basic.vce-button--style-basic:hover,
    div#header-popups button.vce-button--style-basic.vce-button--style-basic:hover {
        font-size: 0.8rem;
    }
}

@media (max-width: 990px) {
    div#shiftnav-main {
        padding-top: calc(var(--header-height) - 40px);
    }

    #theme-logo {
        width: 24vw;
    }

    h6.thumbnail-heading {
        width: 63%;
    }

    .shiftnav-toggle-button {
        display: block;
    }

    .home div#theme-logo {
        opacity: 1;
    }


    div#header-popups a.vce-button--style-basic.vce-button--style-basic,
    div#header-popups button.vce-button--style-basic.vce-button--style-basic,
    div#header-popups a.vce-button--style-basic.vce-button--style-basic:hover,
    div#header-popups button.vce-button--style-basic.vce-button--style-basic:hover {
        font-size: 0;
    }

    .btn-hours,
    .btn-menu,
    .btn-shop {
        --icon-margin: 0px;
    }

    .btn-menu,
    .btn-hours {
        margin-right: 35px;
    }

    .shiftnav-depth-0.menu-item>.shiftnav-target {
        margin: 15px 0;
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    h6.thumbnail-heading {
        width: 78%;
    }

    div#header-popups {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background-color: var(--light-grey);
        width: 100%;
        transform: unset;
        padding: 2vw 0;
    }

    div#header-popups>.vcv-template-widget {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    div#header-popups .vce-row .vce-col-content {
        display: flex;
        justify-content: space-around;
    }

    .btn-menu,
    .btn-hours {
        margin-right: 0vw;
    }

    #theme-logo {
        width: 36vw;
    }

    .shiftnav-inner:after {
        display: none;
    }

    .header-wrapper {
        width: 90%;
    }

    .shiftnav-toggle-button,
    .shiftnav-toggle-button:hover {
        left: 5vw;
    }


}

@media (max-width: 576px) {
    h6.thumbnail-heading {
        width: fit-content;
        padding-left: 17vw;
    }

    div#header-icons:not(.mobile) {
        display: none;
    }

    div#header-icons.mobile {
        display: flex;
    }

    div#shiftnav-main {
        padding-top: calc(var(--header-height) - 0px);
    }

    .shiftnav-depth-0.menu-item>.shiftnav-target {
        font-size: 27px;
        padding: 15px 0px !important;
        width: 100%;
        margin: 10px 0;
    }

    .shiftnav-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    ul#menu-hauptmenue {
        width: 100%;
    }

    div#header-popups {
        --icon-size: 33px;
        padding: 5vw 0;
    }

    div#header-popups .vce-row .vce-col-content {
        justify-content: space-evenly;
    }
}

@media (max-width: 420px) {
    div#theme-logo {
        width: 155px;
    }

    h6.thumbnail-heading {
        padding-left: 14vw;
    }

    .shiftnav-inner {
        justify-content: space-around;
    }
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}