#UeberschriftP {
    color: rgba(51,62,145,1)!important;
}



/*Mitglieder Intros */
.cl10804,
.cl12179,
.cl15066,
.cl10812,
.cl15095,
.cl15117 {
    padding: 0!important;
    
}

#ContLay21Div, 
#ContLay22Div, 
#ContLay24Div, 
#ContLay21InfoDiv, 
#ContLay22InfoDiv, 
#ContLay24InfoDiv, 
#ContLay25InfoDiv {
    margin-bottom: 0;
}

#ContStartseiteHTMLDiv {
    clear: both;
    padding: 1%;
    font-size: 1.1em;
    line-height: 1.4em;
	background-color: rgba(255,255,255,0.2);
	
}





/*############################################# 959 */
/*lay21 mobil*/
@media screen and (max-width: 959px) {
    
    
    #ContLay21ImgDiv img {
    max-height: inherit!important;

}
}

/* ========== Styling für den Call-to-Action Button ========== */

.cta-button-container {
  text-align: center; /* Zentriert den Button im Container */
  margin-top: 25px;   /* Sorgt für Abstand nach oben */
  margin-bottom: 25px;/* Sorgt für Abstand nach unten */
}

.cta-button {
  display: inline-block; /* Erlaubt Padding und Margin */
  background-color: rgba(51,62,145,1.0); /* Primärfarbe (Blau aus Ihrem Logo) */
  color: #ffffff!important;
  padding: 15px 30px;
  font-size: 1.1rem; /* Leicht vergrößerte Schrift */
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px; /* Moderne abgerundete Ecken */
  border: 2px solid transparent;
  transition: all 0.3s ease; /* Sanfte Übergänge für Hover-Effekte */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Dezenter Schatten für Tiefe */
}

/* Zustand, wenn die Maus über den Button fährt */
.cta-button:hover {
  background-color: rgba(51,62,145,0.8)!important; 
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

/* Zustand, wenn der Button per Tastatur fokussiert wird (WICHTIG für Barrierefreiheit!) */
.cta-button:focus {
  outline: 3px solid #707173; /* Deutlicher Fokus-Ring in Grau (aus Logo) */
  outline-offset: 3px;
  background-color: #00446e;
}

/* Styling für das Icon im Button */
.cta-button .cta-icon {
  width: 1em; /* Passt sich der Schriftgröße an */
  height: 1em;
  vertical-align: middle;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover .cta-icon {
  transform: translateX(5px); /* Bewegt den Pfeil bei Hover nach rechts */
}

/* ========== Styling für den Call-to-Action Button ENDE ========== */

/*TOPLOGO*/
#TopLogo {
  max-height: 130px;
  display: inline-block;
  outline: none; /* Wichtig für eigenes Focus-Styling */
}

#TopLogo a {
  display: inline-block; /* Stellt sicher, dass der Link um das Bild herum einen Fokusrahmen hat */
  outline: none; /* entfernt Standardfokus */
}

#TopLogo a:focus {
  outline: 0px dotted rgba(0, 0, 0, 1); /* Sichtbarer gepunkteter Rahmen bei Fokus */
  outline-offset: 2px; /* Abstand zum Bild */
background-color:rgba(0,0,0,0.1);
}

#TopLogo img {
margin-left:auto;
margin-right:auto;
  width: 100%;
  height: auto;
  display: block; /* Verhindert zusätzliche Abstände unter dem Bild */
}

@media screen and (max-width: 959px) {
  #TopLogo img {
max-width: 90%;
}
}

/*TOPLOGO ENDE*/

/*Suche Top*/
#SucheTop {
    width:50%; 
  
    width:120px; 
    padding:10px; 
    background-color:rgba(255,255,255,1); 
    border:1px solid rgba(200,200,200,1);
    margin-top:1%; 
    margin-bottom:1%; 
    position:absolute; 
    left:1%; 
    right:auto; 
    top:0px;  
    float:none; 
    clear:both; 
    margin-left:auto; 
    margin-right:auto; 
    color:black; 
    border-radius:10px;
    -moz-border-radius:10px; 
    -webkit-border-radius:10px; 
    background-image: url(/lib/imgAllg/lupe.svg); 
    background-repeat:no-repeat; 
    background-position:10px 50%; 
    background-size:20px 20px;
}

#SucheTop:focus, #SucheTop:hover {
    outline: 1px dotted rgba(0,0,0,1);
    outline-offset: -2px;
    
}

@media screen and (max-width: 959px) {
   #SucheTop {
    display:none;
}
}


/*SucheButton Top ENDE*/

/*Navigation Umstyling*/

#NavipunktContainer li {
background-color: rgba(255,255,255,0); /*1. Ebene */
    outline: 0px dotted rgba(51,62,145,0.7);
}


#NavipunktContainer li>a span {
color: rgba(0,0,0,0.9);  /*1. Ebene */
}
ul.FM_CSS_navigationV4 ul {
    background-color: rgba(134,138,168,1.0)!important; /*2. EBENE Hintergrund */
}
ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(51,62,145,1.0)!important;      /*2. EBENE Button Hintergrundfarbe */
}
ul.FM_CSS_navigationV4 ul li a>span {
  color: rgba(255,255,255,1.0)!important;      /*2. EBENE Button Hintergrundfarbe */
}
ul.FM_CSS_navigationV4 ul li a:hover {
  background-color: rgba(51,62,145,0.5)!important;      /*2. EBENE Button Hintergrundfarbe Hover */
}
ul.FM_CSS_navigationV4 ul li a:hover span {
  color: rgba(255,255,255,1)!important;              /* ueberschreibt Schrift-Farbe bei hover 2. Ebene */
}

/*Hintergrundfarbe für Navileiste fixed*/
#NavipunktContainer.fixed {
 background: rgba(255,255,255,1.0);
  border-bottom: 0px;
}

#NavipunktContainer {
    top: 0!important; /*Aendert Abstand zum Content*/
}
#NavipunktContainer.fixed {
    top: 0!important;
}

#NavipunktContainer.fixed li {
  background-color: rgba(255,255,255,1)!important;
  border-bottom: 0px;
}

#navactive {
  background-color: rgba(51,62,145,0.6)!important;
   /* background-image:url(/lib/imgAllg/dreieckUn.svg);*/
  background-position:50% 0;
  background-size:10px 15px;
  background-repeat:no-repeat
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
      transition-property:all;
  -webkit-transition-property:all;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}
#navactive span {
    color: rgba(255,255,255,1)!important;
}
#navactive:hover {
  background-color: rgba(51,62,145,0.2)!important;
    outline: 0!important;
  border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  -webkit-border-radius: 7px!important;
      transition-property:all;
  -webkit-transition-property:all;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}

/*Navigation Umstyling Ende*/


/*Eigenes Anfrageformular-Style*/

#ContLay99Div {
    background-color: rgba(51,62,145,0.1)!important;
    padding-top:0%!important;
}
#ContLay99Div input, #ContLay99Div textarea {
    border: 0px solid white;
    background-color: rgba(51,62,145,1);
    color: white;
}
#ContLay99Div input:focus, #ContLay99Div textarea:focus {
    border: 0px solid black;
    background-color: rgba(51,62,145,0.8);
    color: white;
}
#Lay99SendButton {
    border:0px solid black!important;
    outline: 1px dotted white;
    outline-offset: -5px;
    background-color: rgba(100,153,0,1.0)!important;
    color: white!important;
    padding: 2%!important;
    font-size: 1.4em!important;
}
#Lay99SendButton:hover, 
#Lay99SendButton:focus, 
#Lay99SendButton:active{
    border: 0px;
    outline: 1px solid white;
    outline-offset: -2px;
    background-color: rgba(51,62,145,1.0)!important;
    
}
#dsgvo18:hover,
#dsgvo18:focus,
#dsgvo18:active {
    border: 0px;
    outline: 2px solid black;
    outline-offset:1px;
    background-color: rgba(51,62,145,1.0)!important;
    
}
/*Eigenes Anfrageformular-Style Ende*/

/*DETAILBUTTONS STYLEN*/

#ContLay21DetDiv,
#ContLay22DetDiv,
#ContLay24DetDiv,
#ContLay25DetDiv,
#ContLay6DetDiv,
#ContLay10DetDiv {
    background-color: rgba(51,62,145,1.0);

}
#ContLay21DetDiv:hover,
#ContLay22DetDiv:hover,
#ContLay24DetDiv:hover,
#ContLay25DetDiv:hover,
#ContLay6DetDiv:hover,
#ContLay10DetDiv:hover {
    background-color: rgba(51,62,145,1);
}

@media screen and (max-width: 959px) {
    
    #ContLay21DetDiv,
#ContLay22DetDiv,
#ContLay24DetDiv,
#ContLay25DetDiv,
#ContLay6DetDiv,
#ContLay10DetDiv {
    transform: scale(1.0)!important;
}
}


#ContLay21DetDiv a,
#ContLay22DetDiv a,
#ContLay24DetDiv a,
#ContLay25DetDiv a,
#ContLay6DetDiv a,
#ContLay10DetDiv a {
    color: white!important;
}

/*DETAILBUTTONS STYLEN ENDE*/


/*LAY 22 stylen*/

#ContLay22Div {
    max-height: 500px;
}


#ContLay22SubueberschriftP {
    color: rgba(51,62,145,1.0);
    border-bottom:0px!important;
}


/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
        /*  background-color: rgba(21,90,139,0.8);*/ /*alteFarbe*/
   background-color: rgba(134,138,168,1);
	/*background: url("../msPics/Hint1.jpg") no-repeat center center fixed;*/

  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
    position: relative;
    
    
      -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    
   
}


/*HINTERGRUENDE ENDE */

#TOP {
     background-color: rgba(255,255,255,1.0);
}

#NavipunktContainer.fixed {
   background-color: rgba(255,255,255,1.0)!important;
}



#prim2 {
    border: 0px;
        box-shadow:0px 0px 0px #666; 
   -moz-box-shadow:0px 0px 0px #666;
    -webkit-box-shadow:0px 0px 0px #666;
    background-color: rgba(255,255,255,1);

   
}

@media screen and (max-width: 959px) {
    #OverTopHtmlContDIV {
    text-align: center;
}
}

#OverTopContainer #OverTopHtmlContDIV img, #OverTopContainer #OverTopHtmlContDIV svg {
    min-height: 120px;
    max-height: 120px;
}

#OverTopContainer #OverTopHtmlContDIV.fixed img, #OverTopContainer #OverTopHtmlContDIV.fixed svg {
    min-height: 40px;
    max-height: 40px;
   margin-top: 15px;
}


@media screen and (max-width: 959px) {
    
    #OverTopContainer #OverTopHtmlContDIV.fixed, #OverTopContainer #OverTopHtmlContDIV {
          min-height: 130px;
    max-height: 130px;
        width: auto;
        height: auto;
        position: relative;
    float: none;
    clear: both;
       margin-left: auto;
        margin-right: auto;
    
    }
    
    #OverTopContainer #OverTopHtmlContDIV img, #OverTopContainer #OverTopHtmlContDIV svg {
     min-height: 120px;
    max-height: 120px;
        width: auto;
        height: auto;
        position: relative;
    float: none;
    clear: both;
       margin-left: auto;
        margin-right: auto;
    padding: unset;
        left: inherit;
    right: inherit;
        top: 0px;
}

#OverTopContainer #OverTopHtmlContDIV.fixed img, #OverTopContainer #OverTopHtmlContDIV.fixed svg {
   min-height: 120px;
    max-height: 120px;
        width: auto;
        height: auto;
        position: relative;
    float: none;
    clear: both;
       margin-left: auto;
        margin-right: auto;
    padding: unset;
        left: inherit;
    right: inherit;
        top: 0px;
}
    
}

/*######################## BOTTOM-TEIL ÜBERSCHREIBEN */

#BottContHtmlDiv {
    background-color: rgba(51,62,145,0.1);
}

#BottomAdresse { 
text-align: left;
    position: relative;
    float: left;
    clear: right;
    width: 70%;
    padding: 0%;
    margin-left: auto;
    margin-right: auto;
     margin-bottom: 3%;
    font-size: 1.3rem;
}
#BottomImpressum {
       width: 30%;
    min-width: 200px;
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    clear: right;
    padding: 2%;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}
#BottomImpressum a {
    padding: 5px;
    color: rgba(0,0,0,1);
        text-decoration: underline 1px solid rgba(200,200,200,1.0);
}
#BottomImpressum a:hover {
    background-color: rgba(200,200,200,1);
    text-decoration: none;
    color: rgba(0,0,0,1);
    padding: 5px;
}
#BottomImpressum a:focus {
    background-color: rgba(200,200,200,1);
    text-decoration: none;
    color: rgba(0,0,0,1);
    padding: 5px;
    outline: 1px solid rgba(0,0,0,1);
    outline-offset: -2px;
}

#BottomImpressum img {
     max-width: 100%;
     width: auto;
    height: auto;
}
@media screen and (max-width: 959px) {
   
    #BottContHtmlDiv {
        width: 100%;
        padding: 50px;
    }
    #BottomImpressum {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        text-align: center;
    }
   
    #BottomAdresse {
        width: 100%;
        clear: both;
        text-align: center;
        
    }
}


#SucheButton {
       width: 20%;
    min-width: 200px;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    clear: both;
    padding: 1%;
    background-color: rgba(0,0,0,1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#SucheButton:hover {
     background-color: rgba(230,230,230,1);
}
#SucheButton a {
    color: rgba(255,255,255,1);
    font-weight: bold;
        text-decoration: none;
}
#SucheButton a:hover {
    background-color: rgba(230,230,230,0);
    text-decoration: none;
    color: rgba(0,0,0,1);
    padding: 5px;
}
#SucheButton a:focus {
   
    outline: 1px solid rgba(255,255,255,1);
    outline-offset: 5px;
}


/* --- Stile für Social Media Icons (sichtbar machen) --- */

/* 1. Der Container: Wird als Flex-Box zentriert dargestellt. */
.social-media-container {
    display: flex;          /* Nutzt modernes Flexbox-Layout */
    justify-content: center;/* Zentriert die Icons horizontal */
    align-items: center;    /* Zentriert die Icons vertikal */
    gap: 20px;              /* Setzt einen Abstand von 20px zwischen den Icons */
    margin: 2rem auto;      /* Sorgt für vertikalen und horizontalen Abstand */
    padding: 10px;          /* Stellt sicher, dass der Container selbst Platz hat */
    width: 100%;            /* Nimmt die volle verfügbare Breite ein */
}

/* 2. Die Links (a-Tags) der Icons */
.social-media-container a {
    display: inline-block; /* Stellt sicher, dass der Link als Block behandelt wird */
    line-height: 0;        /* Verhindert unerwünschten Leerraum unter dem Bild */
}

/* 3. Die Bilder (img-Tags): WICHTIGSTER PUNKT FÜR DIE SICHTBARKEIT */
.social-media-container img {
    width: 40px;           /* Feste Breite zuweisen */
    height: 40px;          /* Feste Höhe zuweisen */
    border: none;
    transition: transform 0.2s ease-in-out; /* Weiche Animation für Hover-Effekt */
}

/* 4. Interaktiver Effekt für aktive Icons */
.social-media-container a:not(.social-icon-disabled):hover img {
    transform: scale(1.15); /* Vergrößert das Icon beim Darüberfahren leicht */
}

/* 5. Stil für inaktive Icons */
.social-icon-disabled {
    filter: grayscale(100%) opacity(0.4); /* Macht das Icon grau und transparent */
    cursor: not-allowed;                  /* Zeigt an, dass der Link inaktiv ist */
    pointer-events: none;                 /* Deaktiviert Klick-Events auf dem Link (optional) */
}

/*ENDE BOTTOM-TEIL ÜBERSCHREIBEN */





