.bg-dark {
  background-color: #6e3e27 !important;
}

.custombackground {
  background-color: #e5cebf;
  width: 100%;
}

.navbar-brand {
  text-shadow: 1px 1px rgb(90, 90, 90);
}

#banner2 {
  background-image: url("images/bild1.jpg") !important;
  background-color: #cccccc;
  /* Used if the image is unavailable */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* - Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  position: relative;
}

.bannertext {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  position: absolute;
  text-align: center;
  /* Achtung "absolute" braucht immer ein relativ im Eltern-Element */
  top: 70%;
  bottom: 0px;
}

/** Größere Monitore **/
@media only screen and (min-width: 570px) {
  #banner2 {
    display: none;
  }
}

/** Kleinere Monitore **/
@media only screen and (max-width: 600px) {

  #banner1,
  #einleitung {
    display: none;
  }

  /* Textausrichtung in der unteren Hälfte */

  #banner2 .container span {
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px #000;
    padding: 5px;
    margin: -15px;
    color: #fff;
    position: absolute;
    bottom: 0;
  }
}

footer a,
footer a:link,
.bi:link,
.bi:visited,
.bi:hover,
.bi:active
 {
  color: white !important;
}



/*Beginn für GridLayout*/
.grid-container {
  display: grid;
  gap: 5px;
  background-color: #ffffff;
  padding: 5px;
}

.grid-item {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 20px;
  font-size: 30px;
}

.item1 {
  grid-column: 1;
  grid-row: 1;
}

.item2 {
  grid-column: 2;
  grid-row: 1;
}

.item3 {
  grid-column: 1;
  grid-row: 2;
}

/*Ende für Gridlayout*/

.btn-link {
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5)
}

.video {
  width: 100% !important;
}

.ton {
  width: 70%;
}

.heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #6e3e27;
  padding-top: 20px;
  text-align: center;
}

.subheading {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 600;
  color: #6e3e27;
  padding-bottom: 30px;
  letter-spacing: 5px;
}

.headingunten {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #6e3e27;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.justify-content-center {
  justify-content: center !important;
}

.episode {
  text-align: center;
  font-weight: 600;
  color: #e5cebf;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20pt;
  letter-spacing: 3px;
}

.episodenname {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  color: #e8ddd6;
  letter-spacing: 2px;
  text-align: center;
}

.audiogroesse {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.top {
  padding-top: 30px;
}

.nav-link {
  color: white;
  display: block;
  display: flex;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
}

.white {
  color: white;
  fill: white;
}