/*iframe NEWS überschreiben*/
[id^="ContLay6iDatumP"] {
        color: rgba(255,255,255,0.7)!important;
}
[id^="ContLay6iSubueberschriftP"], [id^="ContLay6iSubueberschriftP"] a {
       font-family: 'Ubuntu Condensed', Helvetica, sans-serif!important;
font-size: 1em!important;
}

#ContLay6ContainerDiv {
  padding: 0;
}

#NEWS25 {
  height: 122px;
  min-height: 122px;
  margin-bottom: 3%;
    overflow: hidden;
}

/* ############# NEWS-IFRAME-TEIL ENDE ####### */

#OverTopHtmlContDIV {
  padding-top: 0;
}

[id^=ContLay24DetDiv] {
   background-color: rgba(118,184,42,1)!important;
}


[id^=ContLay24InfoDiv] {
   background-color: rgba(251,186,55,1)!important;
}

#UeberschriftP,
[id^=UeberschriftDivLay3] h1 {
 color: rgba(118,184,42,1)!important;
}

/*Aufklapp 212 Ueberschreiben*/

.collapse {
   background-color: rgba(255,255,255,1)!important;
}

.card-header [id^="ContLay21SubueberschriftP"] .collapsed {
   color: rgba(33,90,134,1)!important;
}

.card-header [id^="ContLay21SubueberschriftP"] a:hover, 
.card-header [id^="ContLay21SubueberschriftP"] a:active {
   color: rgba(33,90,134,1)!important;
  outline:none!important;
  background-color: inherit!important;
}
.card-header [id^="ContLay21SubueberschriftP"] a:focus {
   color: rgba(33,90,134,1)!important;
  outline:1px dotted rgba(0,0,0,0.5)!important;
  background-color: inherit!important;
}




/*Aufklappfunktion Lay212*/


.card [id^="ContLay21Div"] {
    margin-top: 0%;
    margin-bottom:0%;
  background-color: inherit;
}

.card [id^="ContLay21ImgDiv"] {
  margin:20px;
}

@media screen and (max-width: 959px) {
.card [id^="ContLay21ImgDiv"] {
  margin:0;
}
  .card [id^="ContLay21ImgDiv"] img {
  margin-top: 20px;
  }
}

.card [id^="ContLay21SubuebDiv"] {
 margin-top: 0px;
 margin-bottom: 4px;
   background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(33,90,134,0.1), rgba(33,90,134,0.3)) !important;
       background-color: rgba(255,255,255,0.2);
  background-position: 20px 50%, 0% 50%;
background-size: 20px 20px, 100% 100%;
background-repeat:no-repeat, no-repeat;
}


.card-header [id^="ContLay21SubueberschriftP"] {
  background-image:url("#"), linear-gradient(to right, rgba(33,90,134,0), rgba(33,90,134,0)) !important;
}


@media screen and (max-width: 600px) {
.card-header [id^="ContLay21SubueberschriftP"] a {
padding-left: 20px;
}
}
.card-header [id^="ContLay21SubueberschriftP"] a:hover {
   text-decoration: none;
    border-bottom: 0px;
    background-color: rgba(0,0,0,0);
      outline: 1px dotted rgba(0,0,0,1);
   outline-offset: 2px;
    padding: 0px;
    
}

.card-header [id^="ContLay21SubueberschriftP"] .collapsed {
   color:rgba(100,100,100,1);
}

.card [id^="ContLay21TextDiv"] {
   border-top: 0px solid rgba(230,230,230,1);
   margin-top: 0px;
   margin-left:4.5%;
    margin-right:4.5%;
   padding-bottom: 0.5%;
   max-width: 91%;
  padding-top: 2%;
}
.card-header [id^="ContLay21SubuebDiv"] .ContLay21InfoImgDiv1 img {
 /*   margin-right:3.5%;*/
   margin-top: 2%;
   height: 70px!important;
   max-width: inherit!important;
   width:auto!important;
   min-width: inherit;

 
 
}
.card-header [id^="ContLay21SubueberschriftP"] {
background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(230,230,230,0.8), rgba(200,200,200,0)) ;
      background-repeat: no-repeat;
background-position: 20px 50%, 0% 50%;
    background-size: 20px 20px, 50% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 1%;
   padding-left: 10%;
   padding-right: 10%;
   max-width: 80%;
  
 
}

.card .elementDiv1212 {
  background-color: white!important;
}



/*Aufklappfunktion Lay212 ENDE*/



body {
  background-color: rgba(200,200,200,1);
}
#BottomContainer {
   background-color: rgba(255,255,255,0);

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

/*Bottom-Zusatz*/

  /* Fokus-Styling nur für bestimmte IDs */
  #InfoBoxDIV a:focus, 
  #InfoBoxUebersDIV a:focus, 
  #InfoBoxSubUebersDIV a:focus, 
  #InfoBoxAdresseli a:focus, 
  #InfoBoxTextRe a:focus, 
  #SucheButton a:focus, 
  #ScrollerBottom:focus {
    background-color: rgba(0, 0, 0, 0.4)!important;
    color: rgba(255,255,255,1)!important; /* Weißer Text auf dunklem Hintergrund */
  }


/* Verstecke den ursprünglichen Tooltip */
.sitemap-button {
  position: relative; /* Position für den benutzerdefinierten Tooltip */
  cursor: pointer; /* Zeigt den Cursor als Hand bei Hover */
}

/* Benutzerdefinierter Tooltip */
.sitemap-button:hover::after {
  content: attr(data-tooltip); /* Tooltip-Text kommt vom data-tooltip-Attribut */
  position: absolute;
  top: -25px; /* Position über dem Button */
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap; /* Verhindert Umbruch des Textes */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

/* Verstecke den Tooltip standardmäßig */
.sitemap-button::after {
  content: '';
  visibility: hidden;
  opacity: 0;
}

/* Optional: Für verbesserte Zugänglichkeit */
.sitemap-button:hover {
  cursor: pointer;
  color: black!important;
}



/*Bottom-Zusatz ENDE*/



/*Schriftgroesse aendern*/

html {
font-size:1em;
}
body{
font-size:1em;
}
/*Button Styling*/
#Schriftgroesse {
  z-index: 10000;
  position: fixed;
  top: auto;
  bottom: 100px;
  right: auto;
  left: 0%;
  width: 45px;
}
@media only screen and (max-width: 800px) {
  #Schriftgroesse {  
   display:none;
}
  
}


#Schriftgroesse button {
    position: relative;
  float: none;
  margin-right: 5px;
}

#Schriftgroesse button {
 all: unset;
border:0px solid white;
outline:0px dotted white;
outline-offset: -2px;
background-color: rgba(0,0,0,1.0);
color: white;
font-weight: bold;
  font-size: 1em;
padding:5px;
cursor:pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;

}
#Schriftgroesse button:focus {
  outline: 1px solid white;
  outline-offset: -3px;
}
#Schriftgroesse .SchriftKleiner {
font-size:14px;
}
#Schriftgroesse .SchriftGroesser {
font-size:20px;
}
#Schriftgroesse .SchriftReset {
font-size:16px;
}
/*Navigation-Schrift und Button max Groesse aendern*/
ul.FM_CSS_navigationV4 li a {
  max-height: 60px;
  font-size: 18px;
}

/*Schriftgroesse 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*/

/* ################## Navigation Umstyling*/
ul.FM_CSS_navigationV4 li span {
font-family:"Ubuntu Condensed",Arial,sans-serif!important;
}

ul.FM_CSS_navigationV4 li ul {
font-family:"Ubuntu Condensed",Arial,sans-serif!important;
     background-color: rgba(255,255,255,1.0); /*Ebene 2 + 3 UL-Hintergrund*/
}


#NavipunktContainer li {
background-color: rgba(255,255,255,0); /*1. Ebene */
    outline: 0px dotted rgba(33,90,134,0.7);
}
#NavipunktContainer li>a span {
color: rgba(255,255,255,0.9);  /*1. Ebene */
}

ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(111,88,79,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(111,88,79,0.5)!important;      /*2. EBENE Button Hintergrundfarbe Hover */
}
ul.FM_CSS_navigationV4 ul li a:hover span {
  color: rgba(0,0,0,1)!important;              /* ueberschreibt Schrift-Farbe bei hover 2. Ebene */
}

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

@media screen and (max-width: 1000px) {
#OverTopHtmlContDIV.fixed {
  display: none!important;
}
}
  
#NavipunktContainer {
    top: 0!important; /*Aendert Abstand zum Content*/
}
#NavipunktContainer.fixed {
    top: 0!important;
}

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

#navigationV4 [id^="navactive"] {
  background-color: rgba(255,255,255,0)!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
}
#navigationV4 [id^="navactive"] span {
    color: rgba(111,88,79,1)!important;
}
#navigationV4 [id^="navactive"]:hover {
  background-color: rgba(111,88,79,0)!important;
    outline: 1px dotted rgba(111,88,79,1)!important;
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!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*/



/*SITEMAP MIT LIGHTBOX */ 

/* Container, der sich nur an den Inhalt (Button) anpasst */
  .lightbox-container {
    position: relative;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width:auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }

  /* Wrapper für den Button (zentriert im Container) */
  .button-wrapper {
    display: flex;
    text-align: center;
    color: white;
    justify-content: center; /* Zentriert den Button horizontal */
  }

  /* Button-Styling */
  .sitemap-button {
    background-color: black; /* schwarzer Hintergrund */
    color: white!important; /* weiße Schrift */
    border: 2px solid white; /* weißer Rand */
    min-height: 60px; 
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    padding: 2% 2%; /* Horizontale Innenabstände */
    font-size: 1.3em; /* Textgröße */
    cursor: pointer; /* Zeiger-Cursor */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Übergangseffekte */
  }
.sitemap-button:focus {
  outline: 3px solid yellow;
}

@media screen and (max-width: 959px) {
  .sitemap-button {
    width: 100%;
    
  }
}

  /* Button-Hover-Effekt */
  .sitemap-button:hover {
    background-color: white;
    color: black;
    border-color: black;
  }


/*ALTEN SITEMAP-BUTTON AUSBLENDEN*/
#sitemapDiv {
display:none;
}

/*SITEMAP MIT LIGHTBOX ENDE*/

#copyDiv {
  display: none;
}

/*adSimple änderungen*/
.cc-modal div, #cookieDetails label span  {
  color: black;
}
.cc-banner {
  background-color: rgba(255,255,255,1)!important;
}
#content-hinweis a, .cc-footer__links a {
    color: #990000!important;;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
}



#PFADnav a:focus {
  outline: 1px solid black;
  outline-offset: -3px;
  background-color: yellow;
}




#navigationV4 [id^="navactive"] {
  background-color: rgba(255,255,255,0.8)!important;
  outline: 1px dotted rgba(0,0,0,0.5);
    outline-offset: -4px;
  background-position: 50% 2px;
}
#navigationV4 [id^="navactive"]:hover {
  background-color: rgba(255,255,255,1)!important;
  
}
#navigationV4 [id^="navactive"] span:hover {
  background-color: rgba(255,255,255,0)!important;
  
}

#NavipunktContainer ul a:focus {
  outline:1px dotted black !important;
     outline-offset: -4px;
}

a:focus {
  outline:1px dotted black;
     outline-offset: 2px;
}




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


/*Überschreiben den StartseitenHTMLDiv für Portal*/
#ContStartseiteHTMLDiv {
    background-color: rgba(255,255,255,0)!important;
    width: 100%;
    margin-top: 0%;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
}
#ContStartseiteHTMLDiv h1 {
    width: 70%;
}
#ContStartseiteHTMLDiv .tab-content {
padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 3%;
}
    

[id^="ContentContainerLay2"] {
    background-color: rgba(240,240,240,0);
}

#BottContHtmlDiv {
  /*  z-index: 0;
    width: 80%;
 position:relative;
    height:auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    margin-top: 1%;*/
	padding: 0%;
    background-color: rgba(0,0,0,0.4);
 border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}
#BottContHtmlDiv h2, #BottContHtmlDiv h3, #BottContHtmlDiv p, #BottContHtmlDiv a {
  color: white;
}







/*HINTERGRUENDE ENDE */

/* STARTSEITENCONTENT*/
#ContStartseiteHTMLDiv {
background-color: rgba(255,255,255,0);
  transition: all 0.7s ease-in-out;
	
}

#StartLinks {
    position: relative;
    float: none;
    clear: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  margin-top: 2%;
   max-width: 600px;
    height: auto;
    background-color: rgba(0,0,0,0);
    padding:0;
  border-radius: 8px;
  outline: 2px solid rgba(0,0,0,0.4);
  outline-offset: -0px;
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#StartLinks iframe {
  border-radius: 9px;
  min-height: inherit;
  max-height: inherit;
}

/*Ende StartLinks*/

#StartRechts {
    position: relative;
    float: right;
    clear: none;
  margin-left: auto;
  margin-bottom: 2%;
    width: 45%;
  min-height: 338px;
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
   
}
#StartRechts h2 {
        line-height: 1.6em;
    font-size: 1.3em;
    font-weight: 300;
    
}

#StartUnten {
    width:49%; 
    padding:0; 
    position:relative;
    float:left; 
    clear:none; 
    margin-right:auto; 
    text-align:center;
}
#StartUnten h2 {
  margin-top: 0;
}


/*############################################# StartRechts 959 */
@media screen and (max-width: 959px) {
#StartRechts {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 2%;
  min-height: inherit;
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
   
}
    

#StartLinks {
    float: none;
    clear: both;
  height: inherit;
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
  
  #StartUnten {
   text-align: center;
    width: inherit;
    margin-bottom: 2%;
  }
    
}
/*############################################# StartRechts 959 ENDE */





/* STARTSEITENCONTENT ENDE*/

#OverTopHtmlContDIV img {
  background-color: rgba(255,255,255,0);
    
     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*Logo fixed Korrektur-Position*/
#OverTopHtmlContDIV.fixed {
  position:fixed;
  margin-top:0px;
  min-width: 200px;
    
}
#OverTopHtmlContDIV.fixed #TopLogo {
    display: unset;
  margin-top:0px;
    
}
#OverTopHtmlContDIV.fixed #TopLogo a {
    display: unset;
  margin-top:0px;
    
}

@media screen and (max-width: 959px) {
 #OverTopHtmlContDIV, #OverTopHtmlContDIV.fixed {
    width: 100%;
   min-height: 130px!important;
  position:inherit;
  margin-top:100px;
        margin-left: auto!important;
        margin-right: auto!important;
    
}
    #OverTopHtmlContDIV img, #OverTopHtmlContDIV.fixed img {
        margin-left: auto;
        margin-right: auto;
    
} 
}

/*Logo fixed Korrektur-Position ENDE*/



/*############################################# 959 */
/*mobile HINTERGRÜNDE, sonst Ändrungen Mobil */
@media screen and (max-width: 959px) {

  [id^="ContLay6Div"] {
    outline: 1px dotted rgba(0,0,0,0.6);
  outline-offset: -0px;
  }
  
  

   
    #OverTopHtmlContDIV img {
    width:inherit!important;
    
    
     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
    
    
	body {
        overflow: scroll;
	}
    


	
}

/*mobile HINTERGRUENDE ENDE */
    
    