html, body {
    position: relative;
    height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: favorit, sans-serif;
color: black;
overflow-x: hidden;
font-size: 20px;
line-height: 1.2;
}

i {
  font-family: favorit-italic, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

a:link, a:visited { 
  text-decoration: none;
  cursor: pointer;
  color: black;
}

a:link:active, a:visited:active { 
  color: black;
}

a:hover {
  color: #008380;}

p {
    margin-bottom: 0;
    margin-top: 0;
}

.gross {
  font-size: 24px;
  font-weight: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    }
    
    li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.no-scroll {
  overflow: hidden;
}

svg {
  margin: 0;
}

.u_line {
  text-decoration: underline;
}

.upper-c {
  text-transform: uppercase;
}

.big-type {
  font-size: 24px;;
}

.aktuelle_seite {
  background-color: #D3705E;
}

* {box-sizing:border-box}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
html {
-ms-overflow-style: none;
scrollbar-width: none; /* Firefox */
}

.hintergrund {
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.nav {
    width: 100%;
    max-width: 900px;
    height: 50px;
    background-color: #D3705E;
    color: black;
    position: fixed;
    padding: 10px;
    margin: 0;
    top: 0px;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 4;
    border-bottom: 2.5px black solid;
    border-left: black 2.5px solid;
    border-right: black 2.5px solid;
}

.nav_2 {
  width: calc(100% + 5px);
  max-width: 900px;
  height: 50px;
  background-color: #008380;
  color: black;
  position: absolute;
  padding: 10px;
  margin-left: -12.5px;
  top: 50px;
  z-index: 4;
  border-bottom: 2.5px black solid;
  border-left: black 2.5px solid;
    border-right: black 2.5px solid;
}

.nav_2 .titel:hover {
  color: #D3705E;
}
.nav_3 {
  width: calc(100% + 5px);
  max-width: 900px;
  height: 50px;
  background-color: #008380;
  color: black;
  position: absolute;
  padding: 10px;
  margin-left: -12.5px;
  top: 100px;
  z-index: 4;
  border-bottom: 2.5px black solid;
  border-left: black 2.5px solid;
  border-right: black 2.5px solid;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}



.titel {
  font-size: 24px;
  color: black; 
}

.burger-menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  right: 2px;
  top: 2px;
  z-index: 100;
}

.burger-menu span {
  display: block;
  width: 30px;
  height: 2.5px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.burger-menu span:before,
.burger-menu span:after {
  content: "";
  width: 30px;
  height: 2.5px;
  background: black;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.burger-menu span:before {
  top: -10px;
  background-color: black;
}

.burger-menu span:after {
  top: 10px;
  background-color: black;
}


.burger-menu.open span:before {
  transform: rotate(45deg);
  top: 0;
}

.burger-menu.open span:after {
  transform: rotate(-45deg);
  top: 0;
}

/* Added CSS for hover state */
.burger-menu:hover span,
.burger-menu:hover span:before,
.burger-menu:hover span:after {
  background-color: #008380;
}

.burger-menu.open span {
  background: transparent;
}

  
  .menu_table {
    z-index: 3;
    position: fixed;
    height: auto;
    width: 100%;
    max-width: 900px;
    top: -100%;
    left: 50vw;
    transform: translateX(-50%);
    background-color: #008380;
    transition: 0.5s ease-in-out;
    padding: 50px 0px 0px 0px;
    border-left: black 2.5px solid;
    border-right: black 2.5px solid;
  }

  .table_2 {
    z-index: 3;
    padding: 100px 0px 0px 0px;
  }

  .table_3 {
    padding: 150px 0px 0px 0px;
    z-index: 3;
  }

  .menu_table li{
   border-bottom: 2.5px black solid;
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .menu_table a{
    color: black;
  }

  .menu_table a:hover{
    color: #D3705E;
  }

  .rot a:hover{
    color: #008380;
  }

.openTable{
    left: 50vw;
    transform: translateX(-50%);
    top: 0px;
  }

  .letzte_next {
    height: 50px;
    background-color: #D3705E;
  }

  .letzte_next a:hover{
  color: #008380;
  }

  .letzte_r {
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    left: 10px;
    padding-top: 0px;
  }

  .next_r {
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    padding-top: 0px;
  }

  #scroll-top {
    position: fixed;
    bottom: 10px;
    right: calc((100% - 900px) / 2 + 10px); 
    padding: 5px 5px;
    cursor: pointer;
    color: #D3705E;
    font-size: 28px;
    z-index: 100;
  }
  
  #scroll-top::before {
    content: "\25B2";
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
  }

  #visual-scroll {
    position: relative;
    cursor: pointer;
  }

.main {
    position: relative;
    width: 100%;
	  max-width: 900px;
	  margin: 45px auto 0px auto;
    background-color: #D3705E;
    border-left: black 2.5px solid;
    border-right: black 2.5px solid;
}

.main_2 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 100px auto 0px auto;
  background-color: #D3705E;
  border-left: black 2.5px solid;
  border-right: black 2.5px solid;
}

.main_3 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 150px auto 0px auto;
  background-color: #D3705E;
  border-left: black 2.5px solid;
  border-right: black 2.5px solid;
}


.visual {
 border-bottom: 2.5px black solid;
}

.veranstaltung {
 border-bottom: 2.5px black solid;
width: 100%;
}

.gruen {
  background-color: #008380;
}

.rot {
  background-color: #D3705E;
}


.deko {
 height: auto;
}

img {
    width: 100%;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  border-bottom: 2.5px black solid;
  padding: 10px 0px 10px 10px;
  font-size: 24px;
}

/* Define the keyframe animation */
@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

.collapsible:after {
  content: '\2193';
  float: left;
  margin-right: 10px;
}


.collapsible:hover:after {
  animation: wiggle 0.5s ease-in-out infinite;
}

.collapsible:hover {
  color: #008380;
}

.collapsible_3 {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  padding: 10px 10px 0px 10px;
  background-color: #D3705E;
  position: relative;
}

.collapsible_3:before {
  content: '\2193';
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}


.active:after {
  content: "X";
}

.active:before {
  content: "";
}

.main-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 2.5px black solid;
  height: auto;
}

.bildunterschrift {
  position: absolute;
  margin: 10px 0 10px 0;
  font-size: 16px;
  bottom: 0px;
  text-align: center;
  width: 900px;
}

.main-container_1 {
  max-width: 900px;
  margin: 0 auto;
}

.reden_bild {
  position: relative;
  height: 850px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.reden_bild-doppelt {
  position: relative;
  height: 850px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px;
}

.reden_bild_2 {
  position: relative;
  height: auto;
  max-width: 900px;
  left: 50% ;
  transform: translateX(-50%);
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0px;
}



.content {
  padding: 0px 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.content p{
  padding: 20px 60px 20px 60px;
  border-bottom: 2.5px black solid;
}

.content_3 {
  padding: 0px 10px;
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.content_3 p{
  padding: 10px 0px;
}

.vorschau {
  height: auto;
}

.kategorien {
    width: 100%;
   border-bottom: 2.5px black solid;
}

.kategorien td{
    width: 50%;
}

td img {
    width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    border: none;
  }
  
  tr,
  td {
    padding: 0;
    margin: 0;
  }
  
  td a {
     display: block; 
  }
  
  tr a {
      display:block;
  }

  .text {
    width: auto;
    height: auto;
    padding: 10px 10px 20px 10px;
    border-bottom: 2.5px black solid;
  }

  .text_gruen {
    background-color: #008380;
  }

  .text_3 {
    width: auto;
    height: auto;
    padding: 0px 10px 10px 10px;
    border-bottom: 2.5px black solid;
  }


  .text_3_g {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
    border-bottom: 2.5px black solid;
    background-color: #008380;
  }

  .text_3_g img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }

  .text_3_r {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
    border-bottom: 2.5px black solid;
    background-color: #D3705E;
  }

  .text_3_r img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }

  .text_liste {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 65px;
   border-bottom: 2.5px black solid;
  }

  .text_liste_titel {
    color: black;
    background-color: #008380;
    position: relative;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 24px;
    border-bottom: 2.5px black solid; 
  }

  .headline img {
    width: 20px;
    position: absolute;
    right: 10px;
  }

  .headline {
    margin: 10px;
  }

  .fliesstext {
    padding: 0px 20px 0px 60px;
}

.fliesstext_einzeln {
  padding: 10px 20px 0px 60px;

}

  .auflistung a{
    color: black;  
}

.auflistung a:hover{
  color: #008380;  
}

  .listenpfeil {
    position: absolute;
    right: 10px;
    margin: auto;
  }


  .logo {
    width: 80%;
    max-width: 250px;
    padding: 5px 50px 5px 10px;
  }

  footer {
    width: 100%;
    max-width: 900px;
    padding: 10px 50px 10px 10px;
    background-color: #008380;
    color: black;
    margin: auto;
  }

  footer p{
    padding: 10px;
  }

  footer a{
    padding-right: 10px;
    color:black;
  }

  footer a:hover{
    color:#D3705E;
  }


  .swiper {
    width: 100%;
    height: 100%;
    max-height: 890px;
    max-width: 900px;
    border-bottom: 2.5px black solid;
  }

  .swiper-slide img {
    position: absolute;
    left: 50%;    
    transform: translateX(-50%);
    width: auto;
    height: 850px;
    margin-bottom: 40px;
  }

  .mail-hover a:hover{
    color: #D3705E;
  }

  .mail-hover2 a:hover{
    color: #008380;
  }


  
/* Audio player styles */
.player-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #D3705E;
  padding: 10px;
  border-bottom: 2.5px black solid;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 2;
}

.player-container_2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #D3705E;
  padding: 10px;
  border-bottom: 2.5px black solid;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  z-index: 2;
}



.gruen {
  background-color: #008380;
}

.gruen a:hover{
  color: #D3705E;
}

.z-tief{
  z-index: 1;
}

.play-pause-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}


.play-pause-btn.playing:before {
  display: none; /* Hide the play symbol when playing */
}

.play-pause-btn.playing:after {
  display: block; /* Show the pause symbol when playing */
}

/* Hide the pause symbol initially */
.play-pause-btn:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(0, 131, 128)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}


.play-pause-btn.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3C/svg%3E");
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #008380;
  width: 0%;
}

.time-wrap {
  width: 75px;
  font-size: 16px;
  color: black;
  margin: 0px 0px 0px 10px;
  text-align: right;
}

/* Hide default audio controls */
#audio {
  display: none;
}





.play-pause-btn2 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-pause-btn2.playing:before {
  display: none;
}

.play-pause-btn2.playing:after {
  display: block;
}

.play-pause-btn2:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn2:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn2:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(0, 131, 128)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn2.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn2.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3C/svg%3E");
}

.progress-bar2 {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #008380;
  width: 0%;
}




.play-pause-btn3 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-pause-btn3.playing:before {
  display: none;
}

.play-pause-btn3.playing:after {
  display: block;
}

.play-pause-btn3:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn3:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn3:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(0, 131, 128)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn3.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn3.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3C/svg%3E");
}

.progress-bar3 {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #008380;
  width: 0%;
}



.play-pause-btn3 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-pause-btn3.playing:before {
  display: none;
}

.play-pause-btn3.playing:after {
  display: block;
}

.play-pause-btn3:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn3:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn3:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(0, 131, 128)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn3.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn3.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(0, 131, 128)' /%3E%3C/svg%3E");
}

.progress-bar3 {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #008380;
  width: 0%;
}






.play-pause-btn4 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-pause-btn4.playing:before {
  display: none;
}

.play-pause-btn4.playing:after {
  display: block;
}

.play-pause-btn4:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn4:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn4:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn4:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(211, 112, 94)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn4.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn4.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(211, 112, 94)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(211, 112, 94)' /%3E%3C/svg%3E");
}

.progress-bar4 {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #D3705E;
  width: 0%;
}






.play-pause-btn5 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.play-pause-btn5.playing:before {
  display: none;
}

.play-pause-btn5.playing:after {
  display: block;
}

.play-pause-btn5:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn5:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.play-pause-btn5:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn5:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(211, 112, 94)' d='M3 22v-20l18 10-18 10z'/%3E%3C/svg%3E");
}

.play-pause-btn5.playing:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='black' /%3E%3Crect x='13' y='5' width='4' height='14' fill='black' /%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-pause-btn5.playing:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='5' width='4' height='14' fill='rgb(211, 112, 94)' /%3E%3Crect x='13' y='5' width='4' height='14' fill='rgb(211, 112, 94)' /%3E%3C/svg%3E");
}

.progress-bar5 {
  position: relative;
  width: 100%;
  height: 2.5px;
  background-color: black;
  cursor: pointer;
}

.progress5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #D3705E;
  width: 0%;
}































.nobrowser {
  display: none;
}



.veranstaltungs-table {
  width: 100%;
}

@media (hover: none) {
  .menu_table a:hover{
    color: black;
  }

  .rot a:hover{
    color: black;
  }

  .letzte_next a:hover{
    color: black;
    }


    .auflistung a:hover{
      color: black;  
    }

    footer a:hover{
      color: black;
    }

    .mail-hover a:hover{
      color: black;
    }
  
    .mail-hover2 a:hover{
      color: black;
    }
  
    a:active {
      /* Reset the link color to its default value */
      transition: none;
      color: inherit;
    }
}

  @media (max-width: 900px) {
    a:hover {
      color: black;
    }

    #scroll-top {
      right: 10px;
    }

    body {
      background-color: #D3705E;
    }

    .main {
      border-left: none;
      border-right: none;
  }
  
  .main_2 {
    border-left: none;
    border-right: none;
  }
  
  .main_3 {
    border-left: none;
    border-right: none;
  }


    .nav {
      border-left: none;
      border-right: none;
  }
  
  .nav_2 {
    border-left: none;
      border-right: none;
  }

  .nav_2 .kleine-type-phone_2 {
    position: absolute;
  margin-top: 6px;
  }

  .nav_2 .kleine-type-phone {
    position: absolute;
  margin-top: 6px;
  }

  .nav_3 {
    border-left: none;
      border-right: none;
  }

  .nav_3 .kleine-type-phone {
    position: absolute;
  margin-top: 6px;
  }

  .nav_3 .kleine-type-phone_2 {
    position: absolute;
  margin-top: 6px;
  }
    
    
    .menu_table {
      top: 0px;
      left: 100%;
      transform: translateX(0%);
      border-left: none;
      border-right: none;
    }
    

    .menu_table_2 {
      top: 45px;
      left: 100%;
      transform: translateX(0%);
    }

    .openTable{
      left: 50vw;
      transform: translateX(-50%);
    }

    .hintergrund {
      display: none;
    }

    .swiper {
      max-height: 610px;
      max-width: 900px;
      border-bottom: 2.5px black solid;
    }
  
    .swiper-slide img {
      position: absolute;
      left: 50%;    
      transform: translateX(-50%);
      width: auto;
      height: auto;
      max-width: 440px;
      max-height: 610px;
    }

    .fliesstext {
      padding: 0px ;
  }

  .fliesstext_einzeln {
    padding: 0px;
  
  }

  .headline img {
    width: 20px;
    position: absolute;
    right: 10px;
  }

  .headline {
    margin: 0px 0px 10px 0px;
  }

  .text_liste {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
   border-bottom: 2.5px black solid;
  }

  .content p{
    padding: 20px 0px 20px 10px;
  }

  .collapsible {
    padding: 10px 0px 10px 10px;
  }

  .reden_bild {
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    padding: 0px;
    left: 0%;
    transform: translateX(0%);
  }

  .reden_bild-doppelt {
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    padding: 0px;
    left: 0%;
    transform: translateX(0%);
  }

  .reden_bild_2 {
    position: relative;
    height: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px;
  }
  
  .bildunterschrift {
    position: absolute;
    margin: 10px 0 10px 10px;
    font-size: 16px;
    bottom: 0px;
    text-align: left;
    width: 90vw;
    z-index: 1;
    color: #D3705E;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
  }

  .text_3_g {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 40px;
    border-bottom: 2.5px black solid;
    background-color: #008380;
  }


  .text_3_g img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }

  .text_3_r {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 40px;
    border-bottom: 2.5px black solid;
    background-color: #D3705E;
  }


  .text_3_r img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }

  .time-wrap {
    width: 80px;
    font-size: 16;
    color: black;
    margin: 0px 0px 0px 10px;
    text-align: right;
  }

  .nophone {
    display: none;
  }

  .nobrowser {
    display: block;
  }

  .gross {
    font-size: 24px;
    font-weight: normal;
  }

  .letzte_r {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: 10px;
    padding-top: 4px;
  }

  .next_r {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    padding-top: 4px;
  }


    .menu_table a:hover{
      color: black;
    }

    .rot a:hover{
      color: black;
    }

    .letzte_next a:hover{
      color: black;
      }


      .auflistung a:hover{
        color: black;  
      }

      footer a:hover{
        color: black;
      }

      .mail-hover a:hover{
        color: black;
      }
    
      .mail-hover2 a:hover{
        color: black;
      }
    
      a:active {
        /* Reset the link color to its default value */
        transition: none;
        color: inherit;
      }

      .collapsible:hover {
        color: black;
        }

        .burger-menu:hover span,
        .burger-menu:hover span:before,
        .burger-menu:hover span:after {
          background-color: black;
        }
        .burger-menu.open span {
          background: transparent;
        }

        .kleine-type-phone {
          font-size: 16px;
        }

        .kleine-type-phone_2 {
          font-size: 20px;
        }


  }