.content-block {
  min-height: initial;
}

.subscribe-link {
  width: 160px;
}

.link-copy {
  width: 335px;
}

.abo-link {
  width: 100%;
  font-size: 0.75rem;
}

.hidden {
  display: none;
}

.subscribe-link {
  margin: 5px;
}

.rss-link {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  vertical-align: middle;
  background-color: #5E666E;
  width: 335px;
  margin: 5px;
}

.wrapper-redesign .banner-block .banner-images-regular .banner-image {
  width: 100%;
  height: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.wrapper-redesign .banner-block .banner-images-regular .banner-image img {
  width: 100%;
  height: auto;
}

.wrapper-redesign .banner-block .sponsor-logo img {
  width: 100%
}

.wrapper-redesign .banner-block .banner-image {
  background-position: left center;
}

.wrapper-redesign .banner-block .banner-image {
  height: 40vh;
}

.modal-dialog.modal-lg {
  max-width: 1200px;
}

.card {
  background-color: transparent;
}

.card-header {
  border-bottom: 1px solid grey;
  padding-left: 0;
}

.modal-body.audio-items .item .media .audio-play-button,
.modal-body.audio-items .item .media .audio-pause-button {
  display: none;
  opacity: 0;
}

.modal-body.audio-items .item .media .abo-link-view .btn {
  width: 96%;
}

.modal-body.audio-items .item .media audio {
  width: 100%;
  margin: 8px 0 0 0;
}

.modal-body.audio-items .item .media {
  max-width: 270px
}

.modal-body.audio-items .item .media.has-speaker-image img {
  max-width: 100%;
}

.modal-body.audio-items .item .card-header button {
  white-space: normal;
}

.wrapper-redesign h1 {
  font-size: 3rem;
}

/* Redesign 2023 */
.wrapper-redesign p {
  color: #000;
}

.frame.frame-layout-6 {
  background-color: #CFD7E0;
}

.frame-space-after-large {
  padding-bottom: 6em !important;
  margin: 0;
}

.sponsoren-onkoaudio {
  display: flex;
  flex-direction: row;
}

.sponsoren-onkoaudio a {
  flex: 1 1 0;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.sponsor-row-onkoaudio img {
  width: 100%;
  height: auto;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 6rem;
}

.ce-textpic .ce-bodytext {
  padding-top: 2rem;
}

.ce-textpic img {
  width: 250px;
  height: auto;
}

footer .registered,
footer .register,
footer .bottom-footer {
  max-width: 1280px;
}

.header-images {
  display: grid;
  grid-template: 'onkoaudio-header';
}

.header-content {
  grid-area: onkoaudio-header;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-text {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-text>* {
  margin-bottom: 1rem !important;
}

.header-image {
  grid-area: onkoaudio-header;
  width: 100%;
  height: auto;
}

.header-icon-img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.onkovideo-btn.green-btn {
  background-color: #4bb71b;
  color: #fff !important;
  border: 1px solid #4bb71b;
}

.wrapper-redesign .frame>* {
  max-width: 1280px;
}

@media (max-width: 1010px) {

  .modal-body.audio-items .item .media.has-speaker-image,
  .modal-body.audio-items .item .media {
    width: 100%;
    padding-right: 0;
    max-width: none;

  }

  .modal-body.audio-items .item .media.has-speaker-image+.text,
  .modal-body.audio-items .item .text {
    width: 100%;
    padding-left: 0;

  }
}

/*
Hier einfach den Code erweitern, ein löschen des Caches ist nicht nötig.
*/
#c1806 h1 {
  border: 1px dotted green;
}

.audio-item .audio-title {
  font-size: 1rem;
}


.link-underline {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.platform-row > *
{
  padding: 1rem;
}

@media (max-width: 1024px) {

  .audio-description,
  .audio-description button {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .audio-description button {
    white-space: normal;
  }

  .wrapper-redesign h1 {
    font-size: 2rem;
  }

  .header-icon-img {
    max-width: 150px;
  }

  .header-logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-redesign h1 {
    font-size: 1.5rem;
  }

  .header-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .header-image {
    overflow: hidden;
    width: auto;
    height: 50vh;
  }

  .header-images {
    overflow: hidden;
  }

  .header-text {
    align-items: center;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 620px) {
  .frame-type-textpic .ce-right .ce-gallery {
    float: none;
    margin-left: 10px;
  }

  .wrapper-redesign h1 {
    font-size: 1.25rem;
  }

  .header-text img {
    display: none;
  }

  .sponsoren-onkoaudio {
    flex-wrap: wrap;
  }

  .sponsor-row-onkoaudio {
    flex: 50% 1 0;
  }

  .ce-textpic img {
    width: 250px;
  }
}

@media screen and (max-width: 420px) {
  .header-text {
    justify-content: end;
  }

  .wrapper-redesign h1 {
    font-size: 1rem;
  }
}