/* Card */
.vorstand-container{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
  }
  
  .vorstandcard{ 
    width: 250px; 
    height: auto; 
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #E3E3F2;
    background: linear-gradient(#91CFF0,#D2E4F8);
    padding: 20px;
    transition: all .3s ease-in;
  }
  
  .vorstandcard >*{
    padding: 5px;
  }
  .vorstandcard > .card-image{
    height: 150px;
    width: 150px;
    border: 5px double #022a3c;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
  }
  .vorstandcard > .card-titel{
    padding: 10px 10px;
    font-size: 1.5rem;
    text-shadow: 1px 0px 2px #262654;
  }
  
  .vorstandcard > .card-text{
  line-height: 20px;
  }
  
  .vorstandcard:hover{
    /* background: #000000; */
    /* color: #FFFFFF; */
    box-shadow: 0px 0px 11px 5px #fff;
  }

  .vorstandcard:nth-child(1) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/Wolfgang_Reker.jpg);
}

.vorstandcard:nth-child(2) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/Axel_Buerger.jpg);
}


.vorstandcard:nth-child(3) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/F_Pozo.png);
}

.vorstandcard:nth-child(4) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/H-stork.jpg);
}

.vorstandcard:nth-child(7) .card-image {
  background-image: url(../sbzbezirk/images_vorstand/ElkeBacon.jpg);
}

/* Card funtionäre */
.card-container{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
  }
  
  .card{ 
    width: 250px; 
    height: auto; 
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #E3E3F2;
    background: linear-gradient(#91CFF0,#D2E4F8);
    padding: 20px;
    transition: all .3s ease-in;
  }
  
  .card >*{
    padding: 5px;
  }
  .card > .card-image{
    height: 150px;
    width: 150px;
    border: 5px double #022a3c;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
  }
  .card > .card-titel{
    padding: 10px 10px;
    font-size: 1.5rem;
    text-shadow: 1px 0px 2px #262654;
  }
  
  .card > .card-text{
  line-height: 20px;
  }
  
  .card:hover{
    /* background: #000000; */
    /* color: #FFFFFF; */
    box-shadow: 0px 0px 11px 5px #fff;
  }

  .card:nth-child(1) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/huebi.png);
}

  .card:nth-child(3) .card-image {
    background-image: url(../sbzbezirk/images_vorstand/1022.png);
}

.card-text a:link,
.card-text a:visited{
    color: #000;
}

.card-text a:hover{
    color: #fff;
}

/*Impressum*/
.impressum h2{
  font-size: 1.1em;
  color: crimson;
  text-decoration: underline #000;
  margin-bottom: 5px;
}

.impressum p{
  margin-bottom: 10px;
  line-height: 1.1em;
}
.impressum a:link, .impressum a:visited{color: #000;}
.impressum a:hover{color: #fff;}

 div.aress{
 background-color: aliceblue;
 background: linear-gradient(#91CFF0,#D2E4F8);
 width: 230px;
 height: 120px;
 padding: 15px;
 margin-bottom: 15px;
 box-shadow: 1px 0px 2px #262654;;
}