@media screen and (min-width: 53em) {
  .search--active {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 5;
    left: 0;
  }
  .search form {
    max-width: 755px;
    width: 100%;
    margin-bottom: 0;
  }
  .search .formField {
    display: block;
    position: relative;
  }
  #search {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 353px;
    background: #364FC7;
  }
  .c-quiz {
    margin-bottom: 80px;
  }
  .helpbox {
    margin-top: 36px;
  }
  .footer .footer--text-container {
    width: 41.66667%;
  }
  .footer .footer--img-container {
    width: 58.33333%;
  }
  .c-gallery {
    margin: 30px 0;
  }
  .c-gallery--embedded {
    margin-left: calc(((-100% - 3.6em) / 8 * 2) - 3.6em *  0);
    margin-right: calc(((-100% - 3.6em) / 8 * 2) - 3.6em *  0);
  }
  .c-gallery-slide-vertical .c-gallery-slide__image-title {
    width: 100%;
    margin-top: 100px;
    position: relative;
    left: -105px;
  }
  .c-gallery-slide-vertical .c-gallery-slide__top {
    width: 100%;
  }
  .c-gallery-slide__subheadline {
    font-weight: 700;
  }
  .c-gallery-slide__top {
    width: 200%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .c-gallery-slide__top:before {
    content: none;
  }
  .c-gallery-slide__top picture {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    position: relative;
  }
  .c-gallery-slide__top picture:before {
    content: ' ';
    background: linear-gradient(to right, transparent, #fff);
    width: 195px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .c-gallery-slide__image {
    width: 100%;
  }
  .c-gallery-slide__image-title {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    width: 50%;
    position: relative;
    margin-bottom: 40px;
    left: -105px;
    z-index: 1;
  }
  .c-gallery-slide__text {
    margin-top: 20px;
  }
  .c-gallery .slick-slider {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }
  .teaser-infobox-inline {
    width: 50%;
    margin: 25px -25% 50px 50px;
    float: right;
  }
  .teaser-infobox-inline--right {
    margin: 25px -25% 50px 50px;
    float: right;
  }
  .teaser-infobox-inline--left {
    margin: 25px 50px 50px -25%;
    float: left;
  }
  .teaser-infobox-inline--full {
    width: 100%;
    margin: 25px 0 50px 0;
  }
  .teaser-infobox-inline__wrapper {
    display: block;
  }
  .StndGallery .galleryBox .navigation {
    top: calc(50% + 50px);
  }
  .stage-teaser__container {
    padding-right: 190px;
  }
  .stage-teaser__container .title-span {
    font-size: 3.3rem;
  }
  .stage-teaser__container .title-span + .title-span {
    font-size: 5rem;
  }
  .stage-teaser__hash {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .stage-teaser__name {
    font-size: 3.3rem;
  }
  .stage-teaser__highlight {
    font-size: 5rem;
  }
}
