.site_nav__wrapper_mobile {
    width: 100%;
    width: 100vw;
    min-height: 100%;
    min-height: 100vh;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: fixed;
    right:-100vw; 
    bottom:0; top:0;    
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
    padding: 0px;
    padding: env(safe-area-inset-top) env(safe-area-inset-right)  env(safe-area-inset-bottom) env(safe-area-inset-left);
    -webkit-transition: right .2s ease-in;
    -ms-transition: right .2s ease-in;
    -o-transition: right .2s ease-in;
    transition: right .2s ease-in;
    -webkit-transition: right .4s cubic-bezier(0.58, 0.41, 0.02, 0.98);
    -ms-transition: right .4s cubic-bezier(0.58, 0.41, 0.02, 0.98);
    -o-transition: right .4s cubic-bezier(0.58, 0.41, 0.02, 0.98);
    transition: right .4s cubic-bezier(0.58, 0.41, 0.02, 0.98);
}


.site_nav__wrapper_mobile .cover {
    content:"";
    display: block;
    position: fixed;
    top: 0; bottom: 0; right: -100vw;
    z-index: 0;
    min-height: 100%;
    min-height: 100vh;
    opacity: 0;
    width: 100%;
    min-width: 1920px;
    background: linear-gradient(270deg, #121212 52.29%, rgba(18, 18, 18, 0.995676) 55.47%, rgba(18, 18, 18, 0.982245) 58.65%, rgba(18, 18, 18, 0.95917) 61.83%, rgba(18, 18, 18, 0.926294) 65.01%, rgba(18, 18, 18, 0.884113) 68.19%, rgba(18, 18, 18, 0.834058) 71.37%, rgba(18, 18, 18, 0.778654) 74.56%, rgba(18, 18, 18, 0.721346) 77.74%, rgba(18, 18, 18, 0.665942) 80.92%, rgba(18, 18, 18, 0.615887) 84.1%, rgba(18, 18, 18, 0.573706) 87.28%, rgba(18, 18, 18, 0.54083) 90.46%, rgba(18, 18, 18, 0.517755) 93.64%, rgba(18, 18, 18, 0.504324) 96.82%, rgba(18, 18, 18, 0.5) 100%);
    letter-spacing: 0.005em;
    -webkit-transition: opacity .2s linear, right .2s linear;
    -ms-transition: opacity .2s linear, right .2s linear;
    -o-transition: opacity .2s linear, right .2s linear;
    transition: opacity .2s linear, right .2s linear;
    pointer-events: none;
}

#nav-main .menu-item-1837 {
    display: none;
}

body.nav_open .site_nav__wrapper_mobile,
body.nav_open .site_nav__wrapper_mobile .cover {
    right:0px; 
    opacity: 1;
    pointer-events: initial;
}

#nav-offcanvas {
    position: relative;
    z-index: 11;
    padding:5.4rem 8.55rem 15px 15px;;
    max-height: 960px;
}

#nav-offcanvas .site_nav__main .menu-item {
    display: block;
    margin-bottom: 6px;
}

#nav-offcanvas .site_nav__main .menu-item a {
    color: #E0E0E0;
    font-size: 5.2rem;
    line-height: 1.07;
    margin-left: 0px;
    -moz-transition: ease-in 200ms color;
    -webkit-ransition: ease-in 200ms color;
    -o-transition: ease-in 200ms color;
    -ms-transition: ease-in 200ms color;
    transition: ease-in 200ms color;
}

#nav-offcanvas .site_nav__main .menu-item a:after {
    color:#E74450;
}

#nav-offcanvas .site_nav__main a:after,
#nav-offcanvas .site_nav__main a:before {
    height: 4px;
    bottom: 0px;
}

.offcanvas_contact {
    margin:4.55rem 0px 0px 0px;
}

.offcanvas_contact a {
    color: #E0E0E0;
    letter-spacing: 0.005em;
    font-weight: bold;
    font-size: 20px;
    line-height: 157.5%;
}

.header .site_nav__main {
	clear: both;
	width: 100%;
}

.header .site_nav__main .menu-item {
	display: block;
	float: none;
	position: relative;
}

.header .site_nav__main a {
    position: relative;
    color: #f2f2f2;
    padding: 0px;
    margin-left: 2.5rem;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-weight: bold;
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.005em;
}

.site_nav__main a:before {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 1;
    bottom:3px; left:0px;
    background-color: #E74450;
    -webkit-transition: ease-in-out 300ms all;
    -moz-transition: ease-in-out 300ms all;
    transition: ease-in-out 300ms all;
}

.site_nav__main a:focus:before,
.site_nav__main a:hover:before {
    width: 100%;
    -webkit-transition: linear 200ms all;
    -moz-transition: linear 200ms all;
    transition: linear 200ms all;
}

.site_nav__main .current-menu-item > a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom:3px; left:0px;
    background-color: #E74450;
}

.site_nav__main .current-menu-item > a:before,
.site_nav__main .current-menu-item > a:before {
    background-color: #e0e0e0 !important;
}

.header .site_nav__main ul,
.header .site_nav__main ul a {
	width: 100%;
}

.header .site_nav__main ul {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.header .site_nav__main ul a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.header .site_nav__main .menu-item:focus,
.header .site_nav__main .menu-item:hover {
	position: relative;
}

.header .site_nav__main .menu-item:hover > ul {
	display: block;
	left: auto;
	opacity: 1;
}

footer .footer_nav a,
form .quform-option-text a {
    position: relative;
}

footer .footer_nav a:before,
form .quform-option-text a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left:0px;
    background-color: #E74450;
    -webkit-transition: ease-in-out 300ms all;
    -moz-transition: ease-in-out 300ms all;
    transition: ease-in-out 300ms all;
}

footer .footer_nav a:before {
    bottom: 9px;
}

form .quform-option-text a:before {
    bottom: -5px;
}

footer .footer_nav a:hover:before,
footer .footer_nav a:focus:before,
form .quform-option-text a:hover:before,
form .quform-option-text a:focus:before
{
    width: 100%;
    -webkit-transition: linear 200ms all;
    -moz-transition: linear 200ms all;
    transition: linear 200ms all;
}


li.notification span {
	position: relative;
}


li.notification span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.25em;
    width: 0.424em;
    height: 0.424em;
    border-radius: 100%;
    background-color: #E74450;
}

#nav-offcanvas li.notification span::after {
    top: 0.1em;
    right: -0.125em;
    width: 0.35em;
    height: 0.35em;
}

.site_nav__wrapper_mobile ul {
	display: flex;
	flex-direction: column;
}

.site_nav__wrapper_mobile li.notification {
order: 6;
}


@media only screen and (min-width: 1300px) {


    .site_nav__main .current-menu-item > a:after,
    .site_nav__main .current-menu-item > a:before {
        height: 2px;
    }

    #nav-main {
        padding: 2.15rem 0 2.15rem 0; 
    }

    .header .site_nav__main .menu-item {
        display: inline-block;
    }

    .header .site_nav__main .menu-item:focus,
    .header .site_nav__main .menu-item:hover {
        position: relative;
    }

    .header .site_nav__main > .menu-bold > a {
        font-weight: 700;
    }

    .header .site_nav__main > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .site_nav__main > .menu-highlight > a:focus,
    .header .site_nav__main > .menu-highlight > a:hover {
        background-color: #0073e5;
    }

    .header .site_nav__main ul,
    .header .site_nav__main ul a {
        width: 180px;
    }

    .header .site_nav__main ul {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }

    .header .site_nav__main ul a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .header .site_nav__main ul ul {
        margin: -46px 0 0 179px;
    }

    .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text, .mm-panels>.mm-panel_listview-justify .mm-listitem__text {
        font-size: 44px;
        font-size: 2.2rem;
    }

    .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview, .mm-panels>.mm-panel_listview-justify .mm-listview {
        padding: 2rem 0px 4rem 0px;
    }

}


@media only screen and (max-height: 970px) and (min-width: 980px) {
    #nav-offcanvas {
        padding: 5.4rem 8.55rem 15px 15px;;
    }

    #nav-offcanvas .site_nav__main .menu-item a {
        font-size: 4.2rem;
    }
    .offcanvas_contact {
        margin-top: 2.55rem;
    }

}


@media only screen and (max-height: 760px) and (min-width: 980px) {

    #nav-offcanvas .site_nav__main .menu-item a {
        font-size: 3.8rem;
    }
    .offcanvas_contact {
        margin-top: 40px;
    }
}

/* wieso max-height? */
@media only screen and (max-height: 970px) and (max-width: 980px) {
    .site_nav__wrapper_mobile .cover {
        background: rgba(18, 18, 18, 0.98);
    }

    #nav-offcanvas {
        padding: 122px 5.55rem 35px 35px;
    }

    #nav-offcanvas .site_nav__main .menu-item a {
        font-size: 44px;
         line-height: 121%;
    }

    .offcanvas_contact {
        margin-top: 40px;
    }

    /* 20220822 faj */
    .site_nav__wrapper_mobile {
        justify-content: center;
    }
    
}


@media only screen and (max-height: 970px) and (max-width: 760px) {
    #nav-offcanvas {
        padding: 122px 66px 35px 35px;
    }
}


@media only screen and (max-height: 970px) and (max-width: 390px) {
    #nav-offcanvas .site_nav__main .menu-item a {
        font-size: 35px;
    }
}

@media only screen and (max-width: 980px) {
    .site_nav .site_nav__icon {
        padding:16px 2px 16px 16px;
    }   

	#nav-offcanvas {
		padding-left: 20px;
		padding-right: 20px;
	}
}