/** dies ist ein leeres CSS **/
.richtext .rte--list a[data-linktypeicon=CMDownload]:after, .richtext .strong a[data-linktypeicon=CMDownload]:after, .richtext .text a[data-linktypeicon=CMDownload]:after {
height: 18px;
}
.social-box iframe{max-width:100%}

/*
.cover[data-type=background-image] .image-box:after {
    background: transparent;
}
*/
.page-header nav .primary li.magazine-nav a:before {
content: "\E8C8" !important;
}
 
.CookieDeclaration {
display: none !important;
}
 
 
  @media screen and (max-width: 1299px){
    .magazine-header .title {
      font-size: 40px;
      width:100%;
    }
  }
 
input[type="radio"] {
border-radius: 100%;
}

.container-fluid .contact-wrapper h2 {
padding: 0 0 0 0 !important;
}
 
/* SR-291614 Druckausgabe mit störendem Cookie-Consent-Button */
@media print {
  #CookiebotWidget {
    display: none;
  }
}



/*Anpassung Buttons Cookiebot*/
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
background-color: transparent !important;
border-color: #1032CF;
color: #000000 !important;
}
 
section.marketingheader .search.open {
    height: 430px;
}

/*Anzeige Karte Beteiligungsportal*/
.participation-map svg {
    margin-left: auto;
    margin-right: auto;
}
.participation-map {
    text-align: center;
}

/* Größenänderung für responsive HTML Fragmente*/
.responsiveContainer {
position: relative;
padding-bottom: 56%;
height: 0;
overflow: hidden;
}
.responsiveContainer iframe,
.responsiveContainer object,
.responsiveContainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

