.container {
  margin-top: 2rem;
  width: 95%;
  max-width: 50rem;
  margin-bottom: 2rem;
  padding: 1rem;
}

.media_player_page {
  margin: 2rem 1rem;
}

/* Default: Extra-small devices such as small phones (less than 640px) */
.responsive_column_container {
  display: flex;
  flex-direction: column;
}

.responsive_column {
  margin-bottom:1rem;
}

.audio_player_container {
  background-image: url("https://static.pressrelations.de/pics/dereferer/radio_poster.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: lightgray;
  height: 250px;
  border-radius: 1rem;
  border: 1px solid #9E9E9E;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Small devices such as large phones (640px and up) */
@media (min-width: 640px) {
  .audio_player_container {
    height: 300px;
  }
}

/* Medium devices such as tablets (768px and up) */
@media (min-width: 768px) {
  .responsive_column_container {
    flex-direction: row;
  }

  .responsive_column {
    width: 50%;
  }

  .col_1 {
    padding-right: 0.5rem;
  }

  .col_2 {
    padding-left: 0.5rem;
  }

  .audio_player_container {
    height: 300px;
  }
}

/* Large devices such as laptops (1024px and up) */
@media (min-width: 1024px) {
  .audio_player_container {
    height: 400px;
  }
}

/* Largest devices such as desktops (1280px and up) */
@media (min-width: 1280px) {
  .audio_player_container {
    height: 500px;
  }
}

.video_player {
  background-color: lightgray;
  border-radius: 16px;
  border: 1px solid #9E9E9E;
  width: 100%;
}

.audio_player {
  width: 100%;
  padding: 0 25px 0 25px;
  margin-bottom: 25px;
}

.clip {
	background-color: yellow;
}

.header-line {
  font-weight: bold;
  margin-bottom: 2rem;
}

.notification {
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

.notification-warn {
  background-color: #ffc7c7;
}

.notification-info {
  background-color: #ffffbe;
}

.headline {
  font-size: 1.5rem;
  font-weight: bold;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: bold;
}

.customer-logo img {
  height: 50px;
  margin: 2rem auto 0 auto;
  display: block;
}

.newsradar-logo img {
  max-height: 50px;
  float: right;
  clear: both;
  margin: 0 0 1rem 2rem;
}

.lead {
  font-weight: bold;
  margin-top: 1rem;
}

.text {
  margin-top: 1rem;
}

.url {
  margin-bottom: 1rem;
}
