/* Allgemeine Styleangaben */
.cookiebanner__restrictive {
  display: none;
}
.c-candidature-tab__content.is-opened {
 display: none;
}

.mfp-content .cookiebanner__restrictive {
  display: block;
}
.c-sticky-container {
 width: 345px;
 padding: 35px 35px 60px 64px;
}
.c-glossary__letter {
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    min-width: 1.7em;
}
.c-search-themes__link {
 display: block;
 background: #ad0034;
 font-size: 1.6rem;
 font-weight: bold;
 color: #fff;
 padding: 8px 16px;
 border-radius: 624.9375rem;
 text-transform: none;
 letter-spacing: .070rem;
}
.c-shoppingcart-entry__button {
 text-align: center;
 padding-top: 0px;
}
input[type="submit"], input[type="reset"] {
 background-color: #B30039;
 width: auto;
 padding: 17px 40px;
 border: 2px solid #B30039;
 color: #fff;
 text-transform: uppercase;
 cursor: pointer;
 margin-bottom: 25px;
 letter-spacing: 2px;
 font-size: 1.4rem;
 font-weight: bold;
}
.c-career-slider__icon-item {
 max-width: 90px;
 margin-right: 30px;
}
.c-search-themes {
 margin-bottom: 25px;
 border-top: 1px solid rgba(192,0,60,0.5);
 padding-top: 30px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-flow: column;
 -ms-flex-flow: column;
 flex-flow: column;
}
.c-character-counter {
 /* font-weight: 800; */
 font-size: 1.2rem;
 font-weight: lighter;
 padding-top: 5px;
}
.c-table--grey th {
 color: #fff;
 text-transform: uppercase;
}
th {
 background: radial-gradient(#C0003C, #820029);
}

.s-search-intro .c-search-pub-intro__form-wrapper::before {
    content: '' !important;
    background: radial-gradient(#C0003C 17%, #820029 100%);
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    bottom: 0;
    z-index: -1;
}
iframe {
  max-width: 100%;
  max-height: 100%;
}
/* Styleangaben für mittler Endgeräte */
@media only screen and (min-width: 768px), print {
.s-search-intro .c-search-pub-intro__form-wrapper::before {
  content: none !important;
}
}
/* Ende @media only screen and (min-width: 768px), print */
/* Styleangaben für große Endgeräte */
@media only screen and (min-width: 1026px) {
  .h-font-size-28 {
    font-size: 2.8rem
  }
  .h-font-size-32 {
    font-size: 3.2rem
  }
  .h-font-size-34 {
    font-size: 3.4rem
  }
}
/* Ende @media only screen and (min-width: 1026px)  */
/* Styleangaben für sehr große Endgeräte */
@media only screen and (min-width: 1280px) {
.lang-en .c-stage__headline {
  font-size: 9rem;
}
}
/* Ende @media only screen and (min-width: 1280px) */
/* Styleangaben für die größten Endgeräte */
@media only screen and (min-width: 1440px) {
}
/* Ende @media only screen and (min-width: 1440px) */
