body{
    background:#ffffff;
    /*background-image: linear-gradient(#E3000F 50%, #ffffff 50%);*/
    width: 100vw;
    overflow-x: hidden;

}


#navbarbot {
    position: fixed;
    height: 63px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px -6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 23px 23px 0px 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9999;
    font-size: 1.3141rem;
}

.navlinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 4%;
    width: 100%;
}

.navlinks a {
    display: inline-block;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.link-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.618rem;
    color: #666;
    text-align: center;
    margin-top: -1rem;
    z-index: 998;
    position: relative;
}


@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*
.fa-stack.wahl {
    animation: bounce 2s infinite;
}
*/
.fa-stack {
    margin-bottom: -3px;
}

#logoklein {
    position: absolute;
    width: 111px;
    height: 68px;
    left: 7px;
    top: 19px;
    z-index: 699;

    background: #E3000F;
    border-radius: 0 50%;
}

.textlogohach {
    font-family: 'Open Sans', sans-serif;
    font-style: bold;
    font-weight: 600;
    font-size: 13px;

    color: #ffffff;
    text-align: start;
}

.textlogos {
    font-family: 'Open Sans', sans-serif;
    font-style: bold;
    font-weight: 800;
    font-size: 60px;

    color: #ffffff;
    text-align: end;
    line-height: 44px;

}



#bildroterlowe {
    float: right;
    height: 231px;
    width: auto;
    align-items: flex-end;
    position: absolute;
    right: 11px;
    top: 11px;

}






#bgteich {
    height: auto;
    width: 100%;
    overflow-y: hidden;
    display: block;

    z-index: 0;
}


#register-modal {
    display: block;
    position: fixed;
    left: 0;
    bottom: -250px;
    /* Startposition unten */
    width: 100%;
    height: 260px;
    background-color: #fff;
    z-index: 9000;
    transition: bottom 0.7s ease-out;
    /* Übergangseffekt */
    border-radius: 23px 23px 0 0;
}

#register-modal.show {
    bottom: 0;
    /* Endposition oben */
    display: block;
}

#register-modal-content {
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    text-align: left;
    border-radius: 23px 23px 0 0;
}

#register-modal-content a {
    display: block;
    margin-bottom: 10px;
}





/* SVG */

#bgteich{
    height: auto;
    width: 100%;
    overflow-y: hidden;
    display: block;
    
    z-index: 0;
}


#empty{
    width: 100%;
    height: 87px;
    background-color: transparent;
    margin-bottom: 51px;
}

#empty2{
    height: 113px;
    margin-bottom: 77px;
    background-color: transparent;
    width: 100%;
}





.termin-titleM{
    width: calc(100% - 49px);
    margin-left: 41px;
    margin-right: 23px;
    margin-top: 3%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;

    position: relative;
    z-index: 10;

    text-shadow:  1px  1px 1px #E3000F,
                  1px -1px 1px #E3000F,
                 -1px  1px 1px #E3000F,
                 -1px -1px 1px #E3000F; 
}

.termin-titleM2{
    width: calc(100vw - 49px);
    margin-left: 17px;
    margin-top: 0px;
    margin-bottom: 5%;
    display: flex;
    

    position: relative;
    z-index: 10;
    
    color: #e3000f;
    text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff; 
}

.termin-titleM22{
    width: calc(100vw - 49px);
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5%;
    display: flex;
    

    position: relative;
    z-index: 10;
    
    color: #e3000f;
    text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff; 
}

.nodesk{
    margin-bottom: 0px;
}


.bild-uber2{
    margin-left: 17px;
    margin-right: 17px;
    width: calc(100% - 34px);
    height: 200px;
    box-shadow: 5px 5px 17px 1px rgba(188, 0, 0, 0.3);
    border-radius: 10px;
    object-fit: cover;
    object-position: right;
}


.aktuelles-media-container {
  position: relative;
    width: 100%;
    height: 100%;
 
}

.aktuelles-media-quelle {
  position: absolute;
  bottom: 5px;
  right: 17px;
  background-color: rgba(10, 10, 10, 0.33);
  color: #fff;
  padding: 5px;
  font-size: 14px;
    max-width: 80%;
    border-radius: 11px 0 10px 0;
    
    text-shadow: 0px 0px 4.7px #000;
    
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

}

.bandbordeux2 {
  display: inline-block;
  align-items: center;
    width: 100%;

    margin-top: 0;
    margin-bottom: 43px;
}

.inhalt-links{
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 17px;
    width: ;
    height: auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px;
    text-align: start;
}





/* Insta */

.pages-list {
        display: flex;
          flex-direction: column;
          justify-content: space-between;
gap: 22px;
    
        text-decoration: none;
        z-index: 11;
        margin-left:17px;
        margin-right:17px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: calc(100% - 34px);
      }

.column{
    gap: 8px;
}

.pages-list-item {
    vertical-align: top;
    width: calc(100% - 0px);
    background-color: #ffffff;
    border-radius: 12px;

    box-shadow: 5px 5px 17px 1px rgba(188, 0, 0, 0.3);
    z-index: 11;
    overflow: hidden;
    
    margin-bottom: 17px;
}

.pages-list-item:last-child{
    margin-bottom: 0px;
    padding: 0px;
}

.pages-media {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px ;
}

h4 {
  padding: 0px;
  margin: 17px;
  line-height: 1.2em;
  height: 100%;
  max-height: 4.8em; /* maximale Höhe für 4 Zeilen Text */
  overflow: hidden;
  text-overflow: ellipsis;
    
            display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
}



.kontaktundinfo{
0   
}

.kontakt-body2{
    display: block;
    margin-left: 17px;
    margin-right: 17px;
    width: calc(100% - 34px);
    height: auto;
}

.kontakt-form2{

  padding: 0px;
    
 font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
    
    
    width: 100%;
  max-width: 600px;
  margin: 0;
  border-radius: 10px;

}

.kontaktfeld{   
    box-sizing: border-box;
    padding: 23px;

    width: 100%;
    height: 33px;
    margin: 7px 0 7px 0;

background: #FFFFFF;
border: 2px solid #BC0000;
border-radius: 23px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}


.rahmen, .mirror, .archiv-mirror{
    margin-left: 13px;
    margin-right: 13px;
    width: calc(100% - 26px);
    box-sizing: border-box;
    
    background: rgba(255,255,255,0.3);
    border-radius: 30px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    
    margin-bottom: 51px;
    padding-top: 17px;
    padding-bottom: 17px;
    
          }

.mirror2{
    margin-left: 13px;
    margin-right: 13px;
    width: calc(100% - 26px);
    box-sizing: border-box;
    
    background: rgba(255,255,255,0.7);
    border-radius: 30px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    
    margin-bottom: 51px;
    padding-top: 17px;
    padding-bottom: 17px;
    
          }

.margin-t-114{
    margin-top: 114px;
}

.emptybot{
    height: 63px;
}

.news{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    margin: 0;
}

.cardbereich{
        width: 100vw;
        padding: 0;
        box-sizing: border-box;
    margin: 0;
    overflow: hidden;
}

.hintergrund1{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    margin: 0;
}

.bandbordeux2{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin: 0;
}


/* ______ Archiv ______ */

.archiv-mirror{
    margin-bottom: 0;
}

.archiv-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 33px;
    padding: 13px 23px 0 23px;
    margin: 23px 0 0 0;
    
    z-index: 99;
}

.archiv-list-item {
  width: 100%; 
    height: 203px;
     background-color: #ffffff;
    
    border-radius: 12px;
  box-shadow: 0 0 20px #dcdcdc;
  overflow: visible;
    
    transition: all 0.3s ease-in-out;
}

.mobile-hidden{
      width: 100%; 
    height: 50px;
     background-color: #ffffff;
    
    border-radius: 12px;
  box-shadow: 0 0 20px #dcdcdc;
}

.year-header{
    border-top: 3px solid #BC0000;
    font-size: 21px;
    width: calc(100% + 12pxpx);
    margin: 0 0 0 -6px;
    padding: 5px 0 0 0;
    font-weight: 600;
    
    text-shadow:  1px  1px 3px rgba(250, 250, 250, 0.2),
                  1px -1px 3px rgba(250, 250, 250, 0.2),
                 -1px  1px 3px rgba(250, 250, 250, 0.2),
                 -1px -1px 3px rgba(250, 250, 250, 0.2);
}
    
.year-header i{
    color: #BC0000;
    

}

.year-container {
            max-height: 0;
            opacity: 1;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out, opacity 0.7s ease-in 0.23s;
        }

.gap-mobil-archiv-list-item{
    height: 23px;  
}

.archiv-list-item:hover  {      
     color: #000;
     box-shadow: 0 0 40px #cc0000;
    transform: scale(1.05);
      }



.archiv-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
    border-radius: 12px 12px 0 0;
    
    
    transition: all 0.3s linear;
}





.archiv-media-container {
  position: relative;
    height: 69%;
    width: 100%;
 
}

.archiv-media-quelle {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.33);
  color: #fff;
  padding: 5px;
  font-size: 14px;
    max-width: 80%;
    border-radius: 11px 0 0 0;
    
    text-shadow: 0px 0px 4.7px #000;
    
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

}

.datum-archiv-spd{
    margin: 5px 0 0 12px;
    
}

.title-archiv-spd{
    margin: 3px 12px 12px 12px;
    
}



/* ______ Kalender ______ */ 

  .termin-bodyb{


  width: calc(100% - 34px);
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 11px;
  
  text-align: center;
  display: flex;
    flex-direction: column;
  justify-content: space-evenly;
      
  padding: 23px 0;

  background: #fff;
  border-radius: 23px;
  box-shadow:0px 0px 33px 3px lightgrey ;


  position: relative;
  z-index: 11;
      
    

  }

 .termin-headb{
    
  width: calc(100% - 34px);
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 3%;
  
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  color:white;      
  padding: 23px 0;

  background: #BC0000;
  border-radius: 23px;
  


  position: relative;
  z-index: 11;
  }

.M-spalte-datum{
    display: flex;
  flex-direction: column;
    width: 30%;
    margin: 0 0 0 17px;
}

  .termin-body-itemb{

   margin-left: 11px;
   margin-right:11px;
      width: 60%;
  text-align: center;
  }

.termin-body-itemb:first-child{
    width: 100%;
    margin-right: 0;
}

 .termin-head-itemb{
display: flex;
   margin-left: 11px;
   margin-right: calc(5% + 17px);
      width: 70%;
  text-align: center;
    align-items: center;
     justify-content: center;
  }

#termin-head-itemb-spalte{
    width: 100%;
    margin: 0;
}

.itemb-teilnehmer{
    
    margin: 0;
    width: 100%;
    text-align: left;
}

.itemb-beschreibung{
    width: 100%;
    text-align: left;
    margin: 0;
}

.itemb-termin{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stil für den extra Container */
.extra-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out, transform 0.3s ease-out;
    
    
    margin: 0 5% 0 5%;
    
    
    
    width: 90%;
}

/* Wenn das Element sichtbar ist, wird max-height geändert */
.extra-content.visible {
    max-height: 100%; /* Passen Sie diesen Wert ggf. an */
    
    opacity: 1;
    transform: translateY(0);
    
    border-top: 2px solid rgba(230, 230, 230, 1);
    margin-top: 11px;
    padding: 0;
}

.itemb-icon-dropdown{
    padding-right: 17px;
    display: flex;
    align-items: center;
}

/* Stil für die obere Gruppe */
.termin-top {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.titel-itemb{
    text-align: left;
    color: rgba(190, 190, 190, 1);
    margin: 11px 0 3px 0;
}


#gut{
    max-height: 189px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: top;
}

.auswahlueberunshandy{
    position: relative;
    height: 105px;
    left: 13px;
    right: 13px;
    top: 100px;
    width: calc(100% - 26px);
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
    display: block;
}

.wrapper-auswahl {
  --font-color-dark: #000;
  --font-color-light: #FFF;
  --bg-color: #fff;
  --main-color: #BC0000;
  position: relative;
  width: 92%;
  height: 77px;
    margin: 14px 4% 14px 4%;
  background-color: var(--bg-color);
  border-radius: 22px;

    
  box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
  transition: 300ms ease-in-out;
    
  display: flex;
  flex-direction: row;
    padding: 5px 9px 7px 9px;
}

.option {
  width: 50%;
  height: 100%;
  position: relative;
  top: 2px;
  left: 0px;
    bottom: 2px;
    right: 2px;
    background: transparent;
}

.input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  appearance: none;
  cursor: pointer;
}

.btn {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.span {
  color: var(--font-color-dark);
    font-size: 14px;
    text-align: center;
}

.input:checked + .btn {
  background-color: var(--main-color);
}

.input:checked + .btn .span {
  color: var(--font-color-light);

}

.stadtrat{
    display: none;
    margin-top: 113px;
}

.mirror3{
    background: rgba(255,255,255,0.7);
}

.section {
            display: flex;
    flex-direction: column;
            align-items: flex-start;
    margin-left: 25px;
        }

.section2{
    margin-top: 23px;
    margin-bottom: 23px;
}

/* NONE */

#navbartop {
    display: none;
}

.titelbild{
display: none;
}

.bandbordeux{
    display: none;
}

.bandrtbrtest{
    display: none;
}

.bandrtbl{
    display: none;
}



#popup {
    display: none;
}

.popup-content {
   display: none;
}

.icon-container{
    display: none;
}

.footer{
    display: none;
}

.footer-background{
    display: none;
}

.footer2{
    display: none;
}

.footer-background2{
    display: none;
}

#noshow{
    display: none;
}

.link1, .link2, .link3{
    display: none;
}

.inhalt-rechts{

}

.stadtrat{
    display: none;
}

.daschueinstell{
    margin: 0px 0 23px 23px;
}

.daschueinstell p{
    padding-left: 0px;
}

.daschueinstell button{
    width: calc(100% - 23px);
    margin-left: 0;
}

.impressum-daschu-ipho{
    padding: 0 23px 0 23px;
}


.scene {
  display: inline-block;
  width: calc(200% - 26px);
  margin: 37px 0 0 0;
  perspective: 1000px;
  
  --heightA: calc(100vw - 26px);
    --heightB: calc(var(--heightA) * 0.7192);
    height: var(--heightB);
    
}

.scene-links{
    margin: 37px 13px 0 calc(-100% + 13px);
}

.scene-rechts{
    margin: 37px -100% 0 13px;
}

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
    
    margin: 0;
    
    background: lightgrey;
    
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    border-radius: 23px;
    
    border: 0;
}

.card-links {
    padding-left: 
}

.card-links.is-flipped {
--translateplus: calc(50% + 13px);
  transform: translateX(var(--translateplus));
}

.card-rechts.is-flipped {
    --translateminus: calc(-50% - 13px);
  transform: translateX(var(--translateminus));
}

.textcardperso{
    padding: 11px 0 11px 0;
    font-weight: 300;
}

.textcardperso-l {
    padding-right: 23px;
    padding-left: 11px;
}

.textcardperso-r {
    padding-right: 11px;
    padding-left: 23px;
}

.textcardperso i{
    color: dimgrey;
    font-style: italic;
    font-weight: 300;
    
}

h9 {
    font-weight: 300;
}

#ueberunsunten {
    margin-bottom: 30px;
}


.card__face {
  position: absolute;
  width: 50%;
  height: 100%;
  line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;

    

    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.3);
    padding: 0px;
    
border-radius: 0;
    
}

.card__face--front {
  background: transparent;
    
    visibility: visible;
    opacity: 1;
  visibility: visible;
    

}

.card__face--back {

    font-size: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
    color: #000;
    
}

.card__face--back {
  
    background: rgba(255,255,255,1);
    
    
    font-size: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
    color: #000;
    

}




.bild-uber{
    background-position:top -50px center; /* Zentriert das Bild, sodass die Mitte immer sichtbar ist */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.name-container {
  position: absolute;
  
    line-height: 1.5rem;
  
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
    

     color: #e3000f;
    text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff;
    
    backface-visibility: hidden;

    
    
  background: rgba(255,255,255,0.3);
  border: 5px solid rgba(255, 255, 255, 0.3);

  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    
    z-index: 200;
    
}

.name-container-l {
    bottom: 11px;
  left: 0px;
    border-radius: 0 23px 23px 0;
    padding-left: 17px;
    border-left-style: hidden;
}

.name-container-r {
    bottom: 11px;
  right: 0px;
    border-radius: 23px 0 0 23px;
    padding-right: 17px;
    border-right-style: hidden;
}

.inhalt-rechts{
  margin: 0 0 0 50%;  
}

#register-modal {
        display: block;
        position: fixed;
        left: 0;
        bottom: -250px; /* Startposition unten */
        width: 100%;
        height: 260px;
        background-color: #fff;
        z-index: 9000;
        transition: bottom 0.7s ease-out; /* Übergangseffekt */
        border-radius: 23px 23px 0 0;
    }

    #register-modal.show {
        bottom: 0; /* Endposition oben */
        display: block;
    }

    #register-modal-content {
        position: absolute;
        left: 50%;
        top: 33%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 20px;
        background-color: #fff;
        text-align: left;
        border-radius: 23px 23px 0 0;
    }

    #register-modal-content a {
        display: block;
        margin-bottom: 10px;
    }




/* SVG */

#band-svg {
    
        width: 100%;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
          z-index: -1;
          overflow: hidden;
            min-height: 100vh;
          max-width: 769px;
        background-color: #ffffff;
      }


div{
    box-sizing: border-box;
    /*
     border: 1px dashed aqua;*/
}
    
    
/* Map */
    
#map-svg {
    height: auto;
    width: clamp(333px, 29%, 400px);
    z-index: 1000;
   transform: translate(-50%, 0);
  left: 50%;
  position: relative;
    padding: 0 7px 42px 0;
    overflow: visible;
}

.ovs{
    display: block;
  height: auto;
}

.container-map-info {
    display: block;
    height: 100%;
}

.map, .info-ov {
    box-sizing: border-box;
}

.map {
    width: 100%; /* Breitenangabe statt max-width */
    
}

.table-info-box{
  width: calc(100% - 34px);
  text-align: left;
  margin: 0 17px 0 17px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 17px;
    
}

tr.dashed-line td {
    border-bottom: 1px dashed #000; 
    font-size: 1.3rem;
    height: 3rem;
    vertical-align: bottom;
    width: auto;
    padding-left: 7px;
  padding-bottom: 3px;
}

thead.ov-name{
    font-weight: 300;
    font-size: 1.7rem;
}

tr.abstand-tabelle{
    height: 1em;
}

tr.auflistung-ovs{
    height: 100%;
    vertical-align: top;
    font-size: 1.1rem;
    font-style: italic;
    color: #a3a3a3;
}



/* Grußworte */

.sprechblase-handy {
width: calc(100% - 34px);
  margin: 9px 17px 50px 17px;
  background: #efefef;
    filter: drop-shadow(3px 3px 11px rgba(0, 0, 0, 0.3));
  padding: 20px;
  border-radius: 5px;

  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase-handy:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #efefef;
    transform: rotate(-270deg);
  right: 75%;
  top: 98%;
}
.sprechblase1-handy {
width: calc(100% - 34px);
  margin: 9px 17px 50px 17px;
  background: #efefef;
    filter: drop-shadow(3px 3px 11px rgba(0, 0, 0, 0.3));
  padding: 20px;
  border-radius: 5px;
  display: none;
  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase1-handy:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  border-bottom: 20px solid transparent;
    transform: rotate(-270deg);
  right: 55%;
  top: 98%;
}
.sprechblase2-handy {
width: calc(100% - 34px);
  margin: 9px 17px 50px 17px;
  background: #efefef;
    filter: drop-shadow(3px 3px 11px rgba(0, 0, 0, 0.3));
  padding: 20px;
  border-radius: 5px;
  display: none;
  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase2-handy:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;
  border-right: 20px solid transparent;
  border-top: 20px solid #efefef;
  border-bottom: 20px solid transparent;
    transform: rotate(-270deg);
  right: 10%;
  top: 98%;
}



.bilder-auflistung {
    display: flex;
    flex-direction: row;
}
.rounded-image-handy
{
    border: solid #EB272A;
}

.rounded-image-handy,
.rounded-image1-handy,
.rounded-image2-handy {
    margin-left: 5vw;
    margin-right: 5vw;
    border-radius: 50%;
    overflow: visible;
    width: 10vh;
    height: 10vh;
    margin-bottom: 10px; /* Hier kannst du den Abstand zwischen den Elementen einstellen */
    background-size: 158%;
    background-position: center;
    object-fit: cover;
    filter: drop-shadow(7px 7px 17px rgba(0, 0, 0, 0.3));

}

/* Über uns */


.pb-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Erstellt 3 Spalten mit gleicher Breite */
  gap: 17px; /* Abstand zwischen den Grid-Elementen */
    
margin: 17px;
    width: calc(100% - 34px);
}

.pb-item {
  text-align: center; /* Zentriert den Text innerhalb der Grid-Elemente */
    
    
    
    margin-bottom: 7px;
    margin-right: 34px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px #dcdcdc;


        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
    width: 100%;
    height: 100%;
}

.pb-item:hover  {      
     background-color: #EB272A;
     color: white;
     box-shadow: 0 0 20px #cc0000;

      }

.pb-media {
  width: 100%; /* Behält die volle Breite bei, um sich an den Container anzupassen */
  padding-top: 133.33%; /* Erzwingt ein 3:4 Verhältnis (100% * 4/3) */
  background-size: cover; /* Deckt den verfügbaren Bereich ab, ohne das Seitenverhältnis zu verzerren */
  background-position: top; /* Zentriert das Bild, sodass die Mitte immer sichtbar ist */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
}


.person-info .person-name {
  margin-bottom: 5px; /* Reduziert den Abstand zwischen Name und Position */
  font-weight: bold; /* Macht den Namen fett */
}

.person-name{
    margin-top: 5px;
}

.person-info .person-position {
  margin-top: 0; /* Entfernt den oberen Abstand zur Position */
  font-style: italic; /* Optional: Kursiviert die Position */
}

.pb-titel{
  position: flex;
  margin-top: 33px;
    line-height: 1.5rem;
  width: 80%;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
    

     color: #e3000f;
    text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff;
    
    backface-visibility: hidden;

    
    
  background: rgba(255,255,255,0.3);
  border: 5px solid rgba(255, 255, 255, 0.3);

  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    
    z-index: 200;

    border-radius: 0 23px 23px 0;
    padding-left: 17px;
    border-left-style: hidden;

}

.pb-titel a{
    color: #e3000f;
    text-shadow:  2px  2px 2px #fff,
                  2px -2px 2px #fff,
                 -2px  2px 2px #fff,
                 -2px -2px 2px #fff;
}