.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{
    width: 100%;
    background-image: linear-gradient(45deg,rgb(185, 238, 185), forestgreen,rgb(185,238,185));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 20000px;
    
  }

.ContBerichteCont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* border: solid red; */
    max-width: 100%;
    /* max-width: 2000px; */
    height: auto;
    margin: 0 0 0 0;

}

.BerichteCont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 200px;
    font-size: 22px;
    padding:20px;
    height: 100px;
    border-radius: 10%;
    border: solid 4px;
    background-image: linear-gradient(60deg, forestgreen, rgb(237, 245, 237));  
        
}
.BerichteCont2{
    width: 40%;
    height: auto;
    background-color:rgb(241, 230, 230);
    border-radius: 20px;
    text-align:left;
    padding: 0 20px 0 20px; 
}
h3
    {text-decoration: underline;}
.ContBerichteCont .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;}