body{
    left: 50%;
    transform: translate(-50%);
    max-width: 1280px; 
    background: #ffffff;
}


.circle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto
}

.circle-container .highlight {
    position: relative;
    z-index: 10;
}

.circle-container svg {
    width: 108px;
  position: absolute;
  top: -20px;
  height: 68px;
  left: -20px;
    
}

#navbartop {
    position: sticky;
    height: 152px;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 23px 23px;
}


#navbarbot {
    display: none;
}

#logo {
    position: absolute;
    width: 129px;
    height: 128px;
    left: 23px;
    bottom: 0px;

    background: #E3000F;
}

#logojpg {
    position: absolute;
    width: 129px;
    height: auto;
    left: 23px;
    bottom: 0px;

    background: #E3000F;
}



#tspdlogo {
    position: absolute;
    width: 126px;
    height: 50px;
    left: 5px;
    top: 73px;

    font-family: 'Open Sans', sans-serif;
    font-style: bold;
    font-weight: 900;
    font-size: 60px;
    line-height: 64px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-feature-settings: 'tnum'on, 'lnum'on;
    letter-spacing: -3px;

    color: #FFFFFF;
}

#thachlogo {
    position: absolute;
    width: 121px;
    height: 24px;
    left: 7px;
    top: 7px;

    font-family: 'Open Sans', sans-serif;
    font-style: bold;
    font-weight: 400;
    font-size: 11.7px;
    line-height: 16px;
    display: flex;
    align-items: center;

    font-feature-settings: 'tnum'on, 'lnum'on;


    color: #FFFFFF;
}

.background-nav-map {
    height: 0;
    width: auto;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.0));
    z-index: 1000;
    top: 152px;
    position: sticky;
}

.background-nav-map img {
    position: absolute;
    right: -46px;
    top: -152px;
    height: 222px;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
    aspect-ratio: auto;
}

.front-nav-map {
    height: 0;
    width: auto;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.0));
}

.front-nav-map img {
    position: absolute;
    right: -46px;
    transform: translate(0, -0%);
    height: 222px;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.0));
    aspect-ratio: auto;
}

.navlinks {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    left: 142px;
    right: 180px;
    bottom: 0;
}

.navlinks a {
    margin: 0 10px;
    display: inline-block;
    align-items: center;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    z-index: 1000;
}

.navlinks a:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #E3000F;
    transition: 300ms;
}


.navlinks a:hover {
    color: #E3000F;
}

.navlinks a:hover:after {
    width: 100%;
    color: #E3000F;
}

.navlinks img {
    z-index: 999;
}

#rot-map-nav {
    transform: translate(0, -0%);
    z-index: 999;
}

.icon-container {
    position: absolute;
    bottom: 7px;
    right: 44px;
}






/* Titelbild */

.titelbild{
        position: relative;
        display: inline-block;
        width:  100%;
        margin-bottom: 83px;
        margin-top: -23px;
        z-index: 1;
    transform: translateZ(0);
      }

#swfilter{
    filter: grayscale(1);
    transition: filter 0.7s ease-in-out;
}

#swfilter:hover {
    filter: grayscale(0);
      }

    .titelbild img {
        top: 0;
        left: 0;
        width: 100%;
        height: 480px;
        object-fit: cover;
        /* object-position: bottom; */
        object-position: center; 
        /* background-image: url(cookie.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0px 0px 23px 23px;
      }



    .titelbild .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        width: 100%;
        
        font-family: 'Open Sans', sans-serif;
        font-style: bold;
        font-weight: 700;
        font-size: 110px;
        
        text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.8);
        z-index: 1;

      }

.bandrtbl {
        position: absolute;
        z-index: 2;
        width: 129px;
        height: calc(100% + 100px); /* Das hier gehört zum Fusch dreiwl*/
        left: 23px;
        top: 0;
        background: #E3000F;
      }

.bandrtbl2 {
        position: relative;
        z-index: 1;
        width: 129px;
        height: calc(100vh - 102px);
        left: 23px;
        top: 0;
        background: #E3000F;
        min-height: calc(100vh - 202px); 
      }

.bandrtbl3 {
        position: absolute;
        z-index: -1;
        width: 129px;

        height: calc(100% - 111px);
        left: 23px;
        top: 0;
        background: #E3000F;
      }


/* News */

.news{
    margin-top: 0;
    position: relative;
    width:  100%;
    align-items: center;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    display: flex;
}




.hintergrund1{
    width: 100%;
    display: inline-block;
    height: 100%;
    z-index: 1;
    align-items: center;
    overflow: visible;
    top: 0;
    margin-left: 23px;
}

.bandbordeux {
  display: flex;
  justify-content: space-between;
  align-items: center;
    height: 100%;
    width: 100%;
        display: flex;

    margin-top: 0;
}

.bandbordeux2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
    height: 100%;
    width: 100%;
        display: flex;

    margin-top: 0;
}

.dreibl {
  width: 0;
  height: 0;
    margin-left: -129px;
    margin-top: 0;
  border-style: solid;
  border-width: 0 129px 129px 0;
  border-color: transparent #BC0000 transparent transparent;
  transform: rotate(0deg);
    z-index: 2;
}

.bandblr {
  height: 129px;
  background: #BC0000;
    width: 100%;
    
display: flex;

  align-items: center;
}

.dreirr {
 width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 129px 129px 0;
  border-color: transparent #E3000F transparent transparent;
  transform: rotate(180deg);
  position: relative;
  margin-right: -41px;}

/* Das hier ist Fusch */
.dreiwl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 129px 129px 0;
  border-color: transparent #FFFFFF transparent transparent;
  transform: rotate(180deg);
  position: relative;
  margin-left: 0px;
    z-index: 2;
}

.bandrtbr {
        position: relative;
        z-index: 2;
        width: 129px;
        right: -41px;
        height: 300px;

        
        background: #E3000F;
      }

.dreirl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 129px 129px 0;
  border-color: transparent #E3000F transparent transparent;
  transform: rotate(90deg);
  position: relative;
  margin-left: -129px;
}

.newscontent{
    position: absolute;
    margin-top: 129px;
    margin-left: 64.5px;
    
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    flex: 1;
        
    font-family: 'Open Sans', sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 18px;
        
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    z-index: 3;
}



.mirror{
    margin-top: 0;
    position: relative;
    width:  100%;
    align-items: center;
    z-index: 11;
    overflow: hidden;
    height: auto;
    display: flex;
}

.name-list {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.3rem;
            margin: 11px 0 0 23px;
            padding: 0;
            list-style-type: disc;
}

.name-list li {
            margin-bottom: 10px;
        }

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


.bandrtbrtest {
        position: absolute;
        z-index: 1;
        width: 129px;
        right: -41px;
        height: 100%;

        
        background: #E3000F;
      }

.kontaktformular{
    margin-top: 0;
    position: relative;
    width:  100%;
    align-items: center;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    display: flex;
}





.icon-container {
   position: absolute;
   bottom: 7px;
   right: 44px;
}

.icon {
   width: 27px;
   height: 39px;
}

#popup {
   position: fixed;
   bottom: 81px;
   right: 17px;
   width: 450px;
    right: 17px;
    
   height: 450px;
   background-color: white;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
   display: none;
    z-index: 9999;

padding: 1rem; border: 8px solid #45ACDB;
margin:0 auto;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background: #fff;}

#popup:after{
content: '';
position: absolute;
border-style: solid;
border-width: 27px 17px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -27px;
right: 17px;}

#popup:before{
content: '';
position: absolute;
border-style: solid;
border-width: 33px 23px 0;
border-color: #45ACDB transparent;
display: block;
width: 0;
z-index: 0;
bottom: -40px;
right: 11px;}

.popup-content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
}

.close-button {
   position: absolute;
   top: 0;
   right: 0;
   padding: 10px;
   cursor: pointer;
    color: lightgrey;
}

.close-button:hover{
    color: #000000;
}

#duckster{
    height: 100px;
    width: auto;
    margin-right: -21px;
    margin-bottom: -21px;
    overflow: hidden;
}




#roterloewe{
    max-height: 117px;
    width: auto;
    margin: 0;
    padding-bottom: 0;
    object-position: bottom;
}




/* Insta */

.pages-list {
  display: flex;
  justify-content: space-between;
  margin-left: 41px;
  margin-right: 41px;
  margin-top: 41px;
  margin-bottom: 41px;
}

.pages-list-item {
  margin-bottom: 41px;
    margin-right: 0px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px #dcdcdc;
  overflow: hidden;


        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
max-width: 33vw;
      }


.column {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  break-inside: avoid; /* Verhindert, dass die Spalten umgebrochen werden */
    gap: 23px;
max-width: 30%;
}


.pages-list-item:hover  {      
     background-color: #EB272A;
     color: white;
     box-shadow: 0 0 40px #cc0000;



      }

.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;
}


/* Archiv */

.archiv-mirror{
height: 100%;
margin-bottom: 152px;
}

.archiv-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 23px;
    padding: 0 42px 0 42px;
    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: hidden;
    
    transition: all 0.3s ease-in-out;
}

.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;
    
    
    filter: grayscale(0.97);
    transition: all 0.3s linear;
}

.archiv-list-item:hover .archiv-media {      
     filter: grayscale(0);
      }



.archiv-media-container {
  position: relative;
    height: 64%;
    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;
    
}



.container-custom-filter{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 60%;
    gap: 8px;
    margin-right: 8px;
}

.container-custom-filter2{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: calc(40% - 12px);
    margin-left: -4px;
    margin-right: 4px;
    gap: 8px;
}

.separator {
    border-left: 1px solid #ccc;
    height: calc(100% - 16px);
    margin: 0 12px 0 3px;
}


.custom-dropdown {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 5px;
    cursor: pointer;
    user-select: none;
}

.zeitraum{
    width: 50%;
}

.artikeltyp{
    width: 40%;
}

.sortierung{
    width: 95%;
    margin-right: 8px;
}

.custom-button-filter {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    gap: 8px;
    margin-left: 8px;
    width: 10%;
}

.custom-button-sortierung {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    margin-right: 8px;
    width: 5%;
}

.custom-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    display: none;
    background-color: #fff;
    z-index: 9999;
}

.custom-dropdown-options[aria-expanded="true"] {
    display: block;
}

.custom-option {
    padding: 5px;
}

.custom-date-range {
    display: flex;
    flex-direction: column;
}

.date-range-form {
    display: flex;
    flex-direction: row;
}

.date-input {
    margin-top: 5px;
}

.year-container {
    max-height: none;
}


.gap-mobil-archiv-list-item{
    display: none;
}






.filter-container {
  position: relative;
  display: inline-block;
    width: calc(100% - 84px);
    background-color: #fff;
    margin: 0 42px 0 42px;
    border-radius: 12px;
}


.filter-form {
  
  display: flex;
  align-items: center;
  justify-content: flex-start;
    gap: 0px;
    margin: 0;
    border-radius: 12px;
  transition: max-width 0.5s, padding-left 0.3s;
  max-width: 100%;
    width: 100%;
  padding: 2px 8px;
  white-space: nowrap;
    box-shadow: 0 0 20px #dcdcdc;
    height: 50px;
}


.filter-form label,
.filter-form select,
.filter-form input[type="date"],
.filter-form button {
  margin-bottom: 0;
}

.filter-form button {
    position: relative;
    right: 8px;
  padding: 8px;
  background-color: #E3000F;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.filter-form button:hover {
  background-color: #BC0000;
}

.disabled {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}








.inhalt-links{
margin-top: 2%;
margin-bottom: 2%;
margin-left: 15%;
width: 40%;


}
.inhalt-rechts{
margin-top: 2%;
margin-bottom: 2%;
width: 40%;


}

.bild-uber{
object-fit: cover;
object-position: center;
height: 333px;
width:  430px;
background-repeat: no-repeat;
border-radius: 10px;
      }



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

.aktuelles-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 10px 0;
    
    text-shadow: 0px 0px 4.7px #000;
    
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

}



/* Kontaktfeld */

.kontaktundinfo{
    margin-left: 170px;
    margin-right: 23px;
      display: flex;
  flex-wrap: wrap;
    width: 100%;
    margin-bottom: 41px;
    margin-top: 41px;
    
    
}

.kontakt-body2{
    margin-left: 2%;
    width: calc(50% - 23px);
}

.kontakt-form2{

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

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

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

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



.minhoehe{
    min-height: calc(100vh - 202px);
    height: 100%;
    top: 0px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
}

.minhoehe2{
    min-height: calc(100vh - 202px);
    height: calc(100% - 279px);
    top: 0px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
}

.minhoehe3{
    min-height: calc(100vh - 279px);
    height: calc(100vh - 279px);
    top: 229px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
}

.minhoehe4{
    height: calc(100% + 2px);
    min-height: calc(100vh - 152px);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 0.1px solid transparent;
}

.border-fusch {
  position: absolute;
  bottom: 111px;
    left: 23px;
  width: 129px;
  height: 3px;
  background: #E3000F;
  padding-top: 0;
  z-index: 9998;
}

.minhoehe5{
    height: 100%;
    min-height: calc(100vh - 223px);
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.empty-desk-unten{
    height: 50px;
    margin-bottom: 50px;
}

.emptybot{
    height: 111px;
}

.emptybot2{
    height: 152px;
    background-color: aqua;
}

.bandrtbl22 {
        position: relative;
        z-index: 1;
        width: 129px;
        height: calc(100vh - 202px);
        left: 23px;
        top: 0;
        background: #E3000F;
        min-height: calc(100vh - 202px); 
      }

.bandrtbl23 {
        position: relative;
        z-index: 1;
        width: 129px;
        height: calc(100vh - 279px);
        left: 23px;
        top: 152;
        background: #E3000F;
        min-height: calc(100vh - 279px); 
      }

.impressum-content{
    margin: 0 0 23px 169px;
    padding: 0 17px;
    padding-bottom: 152px;
}

.titel-impressum {
  --fontcolor-ente: #000;
    margin: 11px 0 17px 0px;
  font-weight: 900;
  color: var(--fontcolor-ente);
  font-size: 42px;
  max-width: 99%;
    width: 100%;
  display: inline-block; /* Ändere von 'inline' auf 'block' */
float: left;
font-family: 'Open Sans', sans-serif;
font-style: bold;
font-weight: 700;
}

.paragraph {
  font-family: inherit;
  font-weight: 400;
  color: var(--fontcolor-ente);
  font-size: 19px;
  text-align: center;
  max-width: 90%;
  display: inline-block; /* Ändere von 'inline' auf 'block' */
}


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




  .termin-bodyb{


  width: calc(100% - 82px);
  margin-left: 41px;
  margin-right: 41px;
  margin-top: 1%;
  
  text-align: center;
  display: flex;
  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% - 82px);
  margin-left: 41px;
  margin-right: 41px;
  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: row;
    width: 40%;
    margin: 0 23px 0 0px;
}

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

.itemb-teilnehmer{
    width: 30%;
    margin: 0;
    
    overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.itemb-termin{
    width: 60%;
    margin: 0;
    text-align: left;
}

.itemb-beschreibung{
    width: 70%;
    margin: 0 23px 0 0;
    text-align: left;
}

/* Stil für den extra Container */
.extra-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin: 0 23px 0 23px;
    
    width: 50%;
    display: flex;
    flex-direction: row;
}

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


.auswahlueberunshandy{
   margin-top: 77px; 
}

.wrapper-auswahl {
  --font-color-dark: #000;
  --font-color-light: #FFF;
  --bg-color: #fff;
  --main-color: #BC0000;
  position: relative;
  width: 80%;
  height: 42px;
    margin: 99px 10% 11px 10%;
  background-color: var(--bg-color);
  border-radius: 34px;

    
  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: 28px;
  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: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.span {
  color: var(--font-color-dark);
}

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

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

.stadtrat{
    display: none;
}

.vg-rat{
    display: none;
}

.daschueinstell{
    margin-left: 175px;
}

.margin-termin{
    margin-top: 186px;
}

#margin-bot{
    margin-bottom: 136px;
}


/* Map */

#map-svg {
    height: auto;
    width: clamp(333px, 29%, 400px);
    z-index: 1000;
   margin-left: clamp(1px, 17%, 100px);
    padding: 0 7px 42px 0;
    overflow: visible;
}

g[id^="ttip"] {
    display: none;
}

.ovs{
    display: block;
  height: calc(-152px + 100vh);
    margin-top: 0px;
}

.container-map-info {
    display: block;
    height: 100%;
    margin-left: -106px;
    padding-left: clamp(3px, 3vw, 129px);
}

.map, .info-ov {
    float: left; /* Setzt die Elemente nebeneinander */
    box-sizing: border-box;
}

.map {
    width: 33%; /* Breitenangabe statt max-width */
    margin-left: clamp(23px, 11vw, 150px);
    
}

.info-ov {
    background-color: transparent; /* Hintergrundfarbe der rechten Div */
    width: 40%; /* Breitenangabe */
    padding: 23px;
    height: auto;
    margin-right: 64px;
    float: right;
}

.table-info-box{
    width: 100%;
    text-align: left;
}

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

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 {
width: 55vw;
  margin: 50px 33px 50px auto;
  background: #efefef;
  padding: 20px;
  border-radius: 5px;
  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;  /* Linke Seite der Spitze, mit Hintergrundfarbe */
  border-right: 20px solid transparent;  /* Rechte Seite der Spitze, transparent */
  border-top: 20px solid #efefef;  /* Obere Seite der Spitze, mit Hintergrundfarbe */
  border-bottom: 20px solid transparent;  /* Untere Seite der Spitze, transparent */
  right: -23px;  /* Position von rechts gemessen */
  top: 10%;  /* Position von oben gemessen, hier 66% der Höhe des Elternelements (sprechblase) */
}


.sprechblase1 {
width: 55vw;
  margin: 50px 33px 50px auto;
  background: #efefef;
  padding: 20px;
  border-radius: 5px;
  display: none;
  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;  /* Linke Seite der Spitze, mit Hintergrundfarbe */
  border-right: 20px solid transparent;  /* Rechte Seite der Spitze, transparent */
  border-top: 20px solid #efefef;  /* Obere Seite der Spitze, mit Hintergrundfarbe */
  border-bottom: 20px solid transparent;  /* Untere Seite der Spitze, transparent */
  right: -23px;  /* Position von rechts gemessen */
  top: 50%;  /* Position von oben gemessen, hier 66% der Höhe des Elternelements (sprechblase) */
}

.sprechblase2 {
width: 55vw;
  margin: 50px 33px 50px auto;
  background: #efefef;
  padding: 20px;
  border-radius: 5px;
  display: none;
  color: #1b1c1e;
  position: relative;
  text-align: left;
}


.sprechblase2:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #efefef;  /* Linke Seite der Spitze, mit Hintergrundfarbe */
  border-right: 20px solid transparent;  /* Rechte Seite der Spitze, transparent */
  border-top: 20px solid transparent;  /* Obere Seite der Spitze, mit Hintergrundfarbe */
  border-bottom: 20px solid #efefef;  /* Untere Seite der Spitze, transparent */
  right: -23px;  /* Position von rechts gemessen */
  top: 70%;  /* Position von oben gemessen, hier 66% der Höhe des Elternelements (sprechblase) */
}




.bilder-auflistung {
    display: flex;
    flex-direction: column;
}

.rounded-image
{
    border: solid #EB272A;
}

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

}

.rounded-image:hover,
.rounded-image1:hover,
.rounded-image2:hover {

     background-color: #EB272A;
     color: white;
     box-shadow: 0 0 40px #cc0000;
     cursor: pointer;

}

.rounded-image-s {
    border-radius: 50%; 
    overflow: hidden;
    width: 100px; 
    height: 100px; 
     margin-left: 67vw;
     margin-top: -10vh;

}


/* Über uns */


.mirror-pb{
    margin-top: 0;
    position: relative;
    width:  100%;
    align-items: center;
    z-index: 11;
    overflow: hidden;
    height: auto;
    display: flex;
}

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

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


        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
max-width: 33vw;
    width: auto;
    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 */
}


/* NONE */

.mirror2{
    display: none;
}

#bgteich{
    display: none;
}

#logoklein{
    display: none;
}

#empty{
    display: none;
    height: 77px;
}

#empty2{
    display: none;
    height: 77px;
}


.nodesk{
    display: none;
}

#band-svg{
    display: none;
}

.rahmen{
    display: none;
}

#bildroterlowe{
    display: none;
}

.name-container{
    display: none;
}

#register-modal {
        display: none;
    }

.termin-titleM22{
display: none;
}

.hohenbegrenzung{

min-height: 500px; 
max-height: 500px; 
height: 500px;"

}


div{
    /*
    border: 1px dashed deeppink; */
    box-sizing: border-box;
}


