/* Header */

#top-header {
    background: var(--primary);
    background-color: var(--primary);
    top: 0;
}

#announcement-bar,
#announcement-bar-mobile {
    background: #fff;
    display: block;
    text-align: center;
    width: 100%;
    color: var(--primary);
    position: relative;
    padding: 2em 0;
}

#announcement-bar div,
#announcement-bar-mobile div {
    max-width: 768px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: normal;
}

#announcement-bar strong,
#announcement-bar-mobile strong {
    font-size: 2.2em;
    margin-bottom: .4em;
    display: block;
}

#announcement-bar-mobile {
    background: var(--primary);
    color: #fff;
}

@media only screen and (min-width: 981px) {
    #announcement-bar-mobile {
        display: none;
    }
}

#et-secondary-menu {
    float: unset;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 38px;
    font-weight: 400;
}

#et-secondary-nav {
    width: 100%;
}

#et-secondary-nav li:nth-of-type(1) a:before,
#et-secondary-nav li:nth-of-type(2) a:before,
.menu-item-215 a:before,
.menu-item-216 a:before {
    font-family: etmodules;
    color: var(--weiss);
    margin-right: 10px;
    font-weight: 600;
}

#et-secondary-nav li:nth-of-type(1) a:before,
.menu-item-215 a:before {
    content: "\e090";
}

#et-secondary-nav li:nth-of-type(2) a:before,
.menu-item-216 a:before {
    content: "\e01d";
}

.specialbtn {
    float: right;
}

.specialbtn a {
    border: 1px solid var(--weiss);
    border-radius: 2px;
    background-color: unset;
    background: transparent;
    color: var(--weiss);
    font-size: 14px;
    letter-spacing: 0.93px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px !important;
}

.specialbtn a:after {
    content: "\2192";
    margin-left: 12px;
    color: var(--weiss);
    opacity: unset;
    position: unset;
    font-size: unset;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.specialbtn a:hover {
    border: 1px solid var(--weiss) !important;
    background-color: var(--weiss) !important;
    color: var(--primary) !important;
    padding: 12px !important;
    cursor: pointer;
    opacity: 1 !important;
}

.specialbtn a:hover:after {
    color: var(--primary);
    margin-left: 12px;
}

#top-menu li {
    color: var(--primary);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: 40px;
}

#top-menu a {
    color: var(--primary);
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
    #top-menu li {
        padding-right: 12px;
    }
}


/* Seitenheader / Slider */


@media only screen and (min-width: 768px) {
    #pagetopimg {
        display: none;
    }
}

#pagetopimg {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #pageheader:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(19, 30, 38, 0.4) 0%, rgba(16, 22, 32, 0.25) 41.64%, rgba(0, 0, 0, 0) 61.12%, rgba(0, 0, 0, 0) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    #pageheader {
        background: unset;
        background-image: unset !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 981px) {
    #pageheader>div>div.et_pb_column {
        max-width: 600px;
        margin: 220px 0;
    }

    .nav li ul {
        width: 320px;
    }

    #top-menu li li {
        padding: 0 10px;
    }

    #top-menu li li a {
        width: 300px;
    }
}

#pageheader h1 {
    color: var(--weiss);
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
}

#pageheader div.et_pb_text_inner {
    color: var(--weiss);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#pageheader div.et_pb_text_inner p:nth-child(3) {
    margin-top: 20px;
}

#pageheader .drflex-button-wrapper {
    text-align: left;
}

#pageheader div.drflex-button {
    background-color: var(--primary)!important;
    color: #fff!important;
}

@media only screen and (max-width: 767px) {
    #pageheader h1 {
        color: var(--primary);
        font-size: 25px;
        font-weight: bold;
        line-height: 32px;
    }

    #pageheader div.et_pb_text_inner {
        color: var(--body);
    }
}


/* Mobiles Menu */


#mobile_menu {
    display: block !important;
    min-height: 100vh;
    top: 0;
    border-top: none;
    padding-top: 80px;
    z-index: 9998;
}

.mobile_nav.closed #mobile_menu {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    background: #fff;
    transition: .8s ease-in-out !important;
}

.mobile_nav.opened #mobile_menu {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    background: var(--primary);
    transition: .8s ease-in-out;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    color: var(--weiss);
}

.et_mobile_menu li a {
    color: var(--weiss);
}

@media (max-width: 980px) {

    .et_header_style_split .mobile_menu_bar,
    .et_header_style_left .mobile_menu_bar {
        z-index: 9999;
    }

    #main-header .container.clearfix.et_menu_container {
        width: 100%;
    }

    .logo_container {
        padding-left: 30px;
    }

    #et-top-navigation {
        padding-right: 30px;
    }

    .specialbtn {
        display: none;
    }

    .et_mobile_menu li {
        padding: 4px 0px;
    }

    .et_mobile_menu li a {
        font-size: 20px;
        text-align: right;
        text-transform: uppercase;
        padding: 8px 5%;
    }

    .et_mobile_menu .sub-menu li {
        padding: 0 5%;
    }

    .et_mobile_menu .sub-menu li a {
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        padding: 2px 0;
    }

    .menu-item-216 {
        display: none;
    }
}

@media (min-width: 341px) {

    #mobile_menu {
        width: 340px;
        margin-left: calc(100% - 340px);
    }

}

@media (max-width: 340px) {

    #mobile_menu {
        width: 100%;
        margin-left: 0;
    }
}