@keyframes Bilderwechsel {
    0% {opacity: 0;}
   10% {opacity: 1;}
   20% {opacity: 1;}
   30% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_2 {
    0% {opacity: 0;}
   25% {opacity: 1;}
   50% {opacity: 1;}
   75% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_3 {
    0% {opacity: 0;}
   16.67% {opacity: 1;}
   33.33% {opacity: 1;}
   50% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_4 {
    0% {opacity: 0;}
   12.5% {opacity: 1;}
   25% {opacity: 1;}
   37.5% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_5 {
    0% {opacity: 0;}
   10% {opacity: 1;}
   20% {opacity: 1;}
   30% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_6 {
    0% {opacity: 0;}
   8.33% {opacity: 1;}
   16.67% {opacity: 1;}
   25% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes Bilderwechsel_7 {
    0% {opacity: 0;}
   7.14% {opacity: 1;}
   14.28% {opacity: 1;}
   21.43% {opacity: 0;}
  100% {opacity: 0;}
}
.BilderInhalt .BilderGalerie {
  position: fixed;
  display: inline-block;
  top: 0px;
  left: 0px;
  z-index: 60;
  margin:0px;
  padding:0px;
  width: 100%;
  height:inherit;
}
.BilderInhalt .Bilderanzahl_2 {
  animation: Bilderwechsel_2 10s infinite;
}
.BilderInhalt .Bilderanzahl_3 {
  animation: Bilderwechsel_3 15s infinite;
}
.BilderInhalt .Bilderanzahl_4 {
  animation: Bilderwechsel_4 20s infinite;
}
.BilderInhalt .Bilderanzahl_5 {
  animation: Bilderwechsel_5 25s infinite;
}
.BilderInhalt .Bilderanzahl_6 {
  animation: Bilderwechsel_6 30s infinite;
}
.BilderInhalt .Bilderanzahl_7 {
  animation: Bilderwechsel_7 35s infinite;
}
.BilderInhalt {
  border: 0px;
  padding-top: 0px;
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  hyphens: auto;
  text-align: justify;
  height: inherit;
  z-index: 1;
  background-color: #fff;
}
.BilderInhalt img {
  position: fixed;
  width: 100%
  ;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  object-fit: cover;  
}
.BilderInhalt .BilderGalerie:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:nth-of-type(3) {
  animation-delay: 10s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:nth-of-type(4) {
  animation-delay: 15s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:nth-of-type(5) {
  animation-delay: 20s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:nth-of-type(6) {
  animation-delay: 25s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:nth-of-type(7) {
  animation-delay: 30s;
  opacity: 0;
}
.BilderInhalt .BilderGalerie:last-of-type {
  position: relative;
}


.TB_Inhalt {
  border: 0px;
  padding-top: 0px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  hyphens: auto;
  text-align: justify;
  overflow: hidden;
  max-height: 30em;
  height: fit-content;
  display: flex;

}
.TB_Inhalt img{
  width: 100%;
  height: auto;
  min-height: 30vh;
  position: relative;
}
.TB_Inhalt .BilderGalerie {
  position: absolute;
}