@media only screen and (max-width: 600px) {
  .klaro.we_cookie_consent .cookie-notice, #klaro .cookie-notice {
      position: fixed;
      top: 120px !important;
      left: 0 !important;
      width: 600px !important;
      max-height: 500px !important;
      padding: 1rem !important;
  }
  body #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) {
    max-height: 485px !important;
  }
  .cn-body span {font-size: 0.85rem;}

  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) {
    overflow-y: unset;
  }

  .teaser--5050-text-right figure.teaser__figure {
    height: 350px;
  }
  
  .teaser--5050-text-right .teaser__text {
    margin-top: 350px;
  }
}