html, body {
    overflow-x: hidden;
  }
.p-Header-Index{
    font-size: 30px;
    font-weight: bold;
    text-shadow: 5px 3px 15px;
    text-align: center;
    color: antiquewhite;
    background-color: forestgreen;
    margin: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    max-width: 600px;
    border-radius: 10px  
}

.p-Header-Index-Link{
    text-decoration: none;
}

.headerLandesverband{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.p-Header-Index:hover{
    transition-duration: 1000ms;
    font-size: 40px;
    border-radius: 30px;
    padding: 5px;
    
}

.Landesverband{
    max-width: 80px;
}
.Landesverband:hover{
    scale: 2.3;
}
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.banner-Index{
    max-width: 95%;
    height: auto;
    margin: 0 10px 10px 20px;}

header>a>img:active{
    transform: rotateX(360deg);
    transition-duration: 200ms;
}


 body{
    background-image: url(./Platz.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
  }

 .trikot{
    height: 400px;
    margin: 0 0 20px 50%;
    transform: translate(-50%);
    border-radius: 20px;
}

 .Saison{
    font-size: 70px;
    font-weight: 900;
    position: relative;
    left: 50px;
    bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    color: white;
 }
 .saisonCont{
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(88deg,rgb(232, 238, 232),forestgreen);
    margin:0;
    border-radius: 20px;
    justify-content: left;
 }
 .saisonSpCont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 20px;
    
    
 }

 .saisonSpCont2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 20px;
    /* margin-left: 50px; */
    margin-top: 75px;
 }



 li{
    font-size: 16pt;
 }
 .Spielbericht{
    border: solid 1px forestgreen;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14pt;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 10px;
 }

 body .a1
 {width: 95px;height: auto;
 position: fixed;top:94%;
 padding:5px 0 5px 0;
 left:50%;
 transform: translateX(-50%);}

.b1
 {width: 110px;
 background-image: linear-gradient(45deg,rgb(230, 238, 230),forestgreen,rgb(194, 206, 194),forestgreen);
  border-radius: 5px;
 opacity: 0.9;
 font-weight: 900;
cursor: pointer;}