.page-header .logo img {
     display: none;
}
 
.magazine-header {
     height: 150px;
     max-height: 150px;
}
.magazine-header .gradient {
     background: #036;
     height: 150px;
}
.magazine-header .title {
    padding: 0;
    width: 100%; 
    max-width: 1340px;
}
@media screen and (max-width: 1420px) {
    .magazine-header .title {
         padding-left: 15px;
         padding-right: 15px;
}
.magazine-header img {
    width: 100%; 
}
}
.magazine-header img {
    height: auto;
    max-height: 150px;
    width: 100%;
    margin: 0;

}
.magazine-header.narrow {
    height: 150px;
}
.magazine-header.narrow img {
    height: auto;
    max-height: 150px;
}
.global-message.open {
    display: none;
}
 
/*Color button notwendige cookies*/
body a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    /* background-color: #e3ebf5; */
    /* background-color: var(--theme-color-primary-dimmed-04,#e3ebf5); */
background-color: #56bd66 !important;
}
