body {
  font-family: arial, serif;
  background: rgb(92, 140, 217);
  font-size: 30px;
}
#MainPage{
  display: grid;
  grid-template-rows: auto 100px auto auto auto;
  grid-template-columns: 5% 45% 35% 10% 5%;
  position: absolute;
  width: 100%;
  left: 0;
  top:0;
}
h1{
  font-size: 20px;
}
h2{
  font-size: 15px;
  text-decoration: underline;
}
h3{
  font-size: 15px;
}
p{
  font-size: 2px;
}
#MenueBarHeader{
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 100%;
  width: 100%;
  position: static;
}
#Text_willkommen{
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  color: white;
  position: absolute;
  z-index: 40;
  right: 10%;
  max-width: 45vw;
}
#HerzlichW{
  font-size: 40%;
  background-color: grey;
  border-radius: 15px;
  padding: 16px;
  opacity: 0.8;
  width: 130%;
  z-index: 20;
}
#GrusW{
  font-size: 30%;
  background-color: grey;
  border-radius: 15px;
  padding: 16px;
  opacity: 0.8;
  width: 130%;
  z-index: 20;
}
@media screen and (max-width: 800px){
  #GrusW {display: none;}
}
*{box-sizing: border-box}
.Slideshow-container{
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 4;
  margin-top: -8px;
  max-width: 4000px;
  overflow: hidden;
}
.Bilder_Slideshow{
  position: relative;
  display: none;
  align-self: center;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}  
.prev:hover, mext:hover {
  background-color: rgba(0,0,0,0.8);
}
.Punkte {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: start;
  z-index: 30;
}
.dot {
  position: relative;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(218 227 243);
  border: 1px solid rgb(47 85 151);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
    }
.active, .dot:hover {
  background-color: rgb(218 227 243);
  border: 2px solid rgb(47 85 151);
    }
.fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }
@-webkit-keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }
@keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }
#Kontaktformular{
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 5;
  margin-top: 80px;
  justify-self: center;
}
#CopFooter{
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 6;
  background: grey;
  z-index: 50;
  font-size: 15px;
}
#Linkleiste{
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 5;
  margin-left: -50px;
  margin-top: 50px;
  list-style-type: none;
  font-size: 15px;
  line-height: 170%;
  color: rgb(201, 201, 201);
  font-weight: bold;
}
#Linkleiste li a{
  text-decoration-line: none;
  color: rgb(201, 201, 201);
  font-weight: normal;
}
#Linkleiste a span{
  display: none;
  z-index: 100;
}
#Linkleiste a span img{ 
  width: 300px;
  height: auto;
}

#Linkleiste a:hover span{
  margin-top: -200px;
  margin-left: -320px;
  display: inline-block;
  position: absolute;
}
  
#Linkleiste a:hover{
  background: none;
}

#Platzhalter_Instagram{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  justify-self: center;
  align-self: center;
  padding: 100px 0 200px 0;
}
.Rechtliche_Texte{
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 5;
  padding: 100px 0 150px 0;
  max-width: 100%;
  font: 70%;
}
.SeitenInhaltTWiL{
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 5;
  justify-self: center;
  width: 90%;
  height: auto;
  padding: 80px 0 250px 0;
}
.EinzelneBox{
  display: block;
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
  height: auto;
}
.Rahmen{
  width: 100%;
  height: auto;
  background-color: rgb(232, 237, 243);
  border: 5px solid rgb(71, 73, 76);
  border-radius: 40px;
  display: grid;
  grid-template-rows: 20px auto 20px;
  grid-template-columns: 20px 17vw auto 20px;
}
.Rahmen img, .wil_datum{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
  object-fit: cover;
  background-color: rgb(164, 192, 242);
  border: 4px solid rgb(47 85 151);
  border-radius: 20%;
  width: 15vw;
  height: 15vw;
}
.Text_Trainer, .Text_wil{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 70%;
}
.Text_Viereck{
  font-size: 3vw;
  padding: 25% 0 0 20%;
  font-weight: bold;
}
h5{
  font-size: 2vw;
}
h6{
  font-size: 1.7vw;
}
#Mitgliedsantrag{
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  padding: 100px 0 150px 0;
}
#Mitgliedsantrag embed{
  width: 100%;
  height: 800px;
}
#Download_Button{
  position: relative;
  width: 100%;
  font-size: 20pt;
}
.Vorstandschaft img{
  margin: auto;
  display:block;
  width: 70%;
}