@media screen and (min-width: 1024px) {
.teaser-top {
    display: block !important;
    position: fixed;
}

.navigation-desktop {
    /*top: 50px !important;*/
}

.navigation-desktop + main {
    /*padding-top: 150px !important;*/
    padding-top: 100px !important;
}

.navigation__main .button_orange {
    display: none !important;
    margin:0px !important;
}

}
@media screen and (max-width: 1023px) {
    .teasertop__more::before {
        margin-left: 10px !important;
    }
    
    .teasertop__link::before {
        display: none !important;
    }
    
    .navigation__main .button_orange {
    display: none !important;
    margin:0px !important;
    }
}

.navigation-mobile .navigation__overlay .navigation__content .button_orange{
    display: none !important;
    margin:0px !important;
}

.navigation-mobile-bottom{
    display: none !important;
}

.footnotes__container {
    display: none;
}

.footnotes {
    height: 50px;
}

.vc_color-warning.vc_message_box-solid {
    background-color: #fabc30;
}

.vc_color-warning.vc_message_box-solid p {
    color: #382f27;
}

.vc_color-warning.vc_message_box-solid .vc_message_box-icon{
    color: #382f27;
}