/*eigene Breiten*/
#prim2, #NavigationContainer {
  /*max-width: 1100px;*/
  max-width:1500px;
  box-shadow: inherit;
}

/*zusaetzliche Bottom-Styles*/

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

/*zusaetzliche Bottom-Styles ENDE*/

/*Access-Keys Barrierefreiheit*/
/* Skip-Link-Styling */
.skip-link {
  position: absolute;
  top: -320px;
  left: 2%;
min-width:200px;
  background-color: #000;       /* Schwarz */
  color: #fff;                  /* Weiß */
  padding: 10px 16px;
  font-size: 18px;              /* Maximale Schriftgröße */
  text-decoration: none;
  z-index: 1000;
  border: none;
  outline: none;
  transition: top 0.5s ease;
}

/* Wenn der Skip-Link fokussiert ist */
.skip-link:focus {
  color: white;
  font-weight: bold;
  top: 10px;
  left: 2%;
}

/* Wenn der Skip-Link fokussiert und sichtbar ist */
.skip-link:focus-visible {
  outline: 1px dotted white;
  outline-offset: -3px;
}
/*Accesskeys ENDE*/


/*Schriftgroesse Barrierefreiheit*/
html {
font-size:1em;
}
body{
font-size:1em;
}
/*Button Styling*/
#Schriftgroesse {
  z-index: 10000;
  position: fixed;
  top: auto;
  bottom: 50%;
  right: auto;
  left: 0%;
  width: 45px;
}
@media only screen and (max-width: 959px) {
  #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 Barrierefreiheit 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 */
}

/*TopLogo ENDE*/

#SlideShowContainer {
  margin-top:1%;
  max-width: 80%;
}
#SlideShowContDiv div {
     background-color: rgba(0,0,0,0)!important;
}
#SlideShowContDiv img {

  border-radius: 7px;
}

#ContentContainerLay4, #ContLay6ContainerDiv {
  padding: 0!important;
}

/*eigene Breiten ENDE */

#UeberschriftP, #copyDiv p, #UeberschriftPLay4 {
  color: rgba(255,255,255,0.9);
}

#ContLay22ContainerDiv {
  background-color: rgba(255,255,255,0)!important;
  padding: 0!important;
}

#ContentContainerLay3 {
  background-color: rgba(255,255,255,1)!important;
}
#ContLay3Div {
  background-color: rgba(255,255,255,0.3)!important;
  padding: 3%;
}
#ContLay3TextDiv {
  background-color: rgba(255,255,255,0)!important;
}
#ContLay3SubueberschriftP {
  border-bottom: 0;
}

#ContentContainerLay4 {
  background-color: rgba(255,255,255,0)!important;
  
}
#Suche1DivLay4 input {
  background-color: white;
  border: 1px solid rgba(0,0,0,0.3);
}
#Suche2DivLay4 input {
  background-color: black
}


/*Navigation Umstyling*/

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

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


#NavipunktContainer.fixed ul.FM_CSS_navigationV4 {
   background-color: rgba(255,255,255,1.0);
  padding:0px;
  top:0px;
}

ul.FM_CSS_navigationV4 li ul {
     background-color: rgba(255,255,255,1.0); /*Ebene 2 + 3 UL-Hintergrund*/
}

ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(153,153,92,1.0);      /*2. EBENE Button Hintergrundfarbe */
}

ul.FM_CSS_navigationV4 ul li a:hover {
  background-color: rgba(153,153,92,0.3);      /*2. EBENE Button Hintergrundfarbe Hover */
}

#NavipunktContainer {
  top: 0;
  border-bottom: 0px!important;
  border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  -webkit-border-radius: 7px!important;
}
#NavipunktContainer li{
 background-color: rgba(255,255,255,1);
  outline: 1px dotted rgba(0,0,0,1);
  outline-offset: -8px!important;
  border-bottom: 0px!important;
  border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
}



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

#navactive {
  background-color: rgba(0,0,0,0.1);
  outline: 1px dotted rgba(0,0,0,0.5);
    outline-offset: -4px;
  background-position: 50% 2px;
  
  border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
}
#navactive:hover {
  background-color: rgba(0,0,0,0.3)!important;
}
#navactive span:hover {
  background-color: rgba(153,153,92,0)!important;
}
#navactive:focus {
  background-color: rgba(0,0,0,0.3);
  outline: 0px solid rgba(0,0,0,0.5)!important;
    outline-offset: 0px!important;
  background-position: 50% 4px;
}


/*Navigation Umstyling Ende*/



/*Eigener BannerStyle*/
#BannerContainer1 {
background-image: url("../ms04Pics/bannerhint.svg");
  background-position:100% 50%;
  background-size: 40%;
  background-repeat: no-repeat no-repeat;
  text-align: center;
  cursor: pointer;
  }
#BannerContainer1:hover,
#BannerContainer1:focus {
  left:0px;
  cursor:pointer;
  max-height:600px;
  overflow:hidden;
  background-image:url("../ms04Pics/bannerhintLi.svg");
  background-position:100% 50%;
  background-size:40%;
  background-repeat:no-repeat no-repeat
}
@media screen and (max-width: 959px) {
  
  #BannerContainer1 {
background-image: url("#");
  cursor: inherit;
  }
  
}

/*Eigener BannerStyle ENDE*/




/*lay24 änderung*/
#ContLay24TextDiv p, 
#ContLay24TextDiv li, 
#ContLay24TextDiv span, 
#ContLay24TextDiv div, 
#ContLay24TextDiv h2, 
#ContLay24TextDiv h3,
#ContLay24TextDiv a
{
  background-color: rgba(255,255,255,0);
  color: rgba(230,230,230,1);
}
#ContLay24TextDiv a:hover {
  background-color: black;
}




/*############################################# 1190 */
@media screen and (max-width: 1190px) {
  
  #ContLay24TextDiv p, 
#ContLay24TextDiv li, 
#ContLay24TextDiv span, 
#ContLay24TextDiv div, 
#ContLay24TextDiv h2, 
#ContLay24TextDiv h3,
#ContLay24TextDiv a
{
  background-color: rgba(255,255,255,0);
  color: rgba(0,0,0,1);
}
#ContLay24TextDiv a:hover {
  background-color: rgba(230,230,230,1);
}
  
}


#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: 7%;
    padding-right: 7%;
}
#ContStartseiteHTMLDiv h1 {
    width: 70%;
}
#ContStartseiteHTMLDiv .tab-content {
padding-left: 2%;
padding-right: 2%;
margin-bottom: 3%;
}
    

#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: 1%;
  padding-bottom: 2%;
    background-color: rgba(255,255,255,0.8);
 border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}



/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer21,
.primaryContainer6,
.primaryContainer10,
.primaryContainer99
{
  
   background-color: rgba(22,26,34,1);
    
  
}

/* ############# NEWS-IFRAME-TEIL ####### */
#NEWS {
  z-index: 20000;
  display: visible;
  position: relative;
  float: none;
  width: 100%;
  height: 125px;
  min-height: 125px;
  margin-bottom: 3%;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
  padding: 0%;
}

#NEWS:hover {
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#NEWS iframe {
  border: 0px;
  margin: 0px;
  min-height: 110px;
  height: 120px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/*############################################# 959 */
@media screen and (max-width: 959px) {
  #NEWS {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    width: 100%;
    height: 320px;
    box-shadow: 0px 0px 0px 0px #e3e3e3;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  #NEWS iframe {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height:310px;
  }
  /*Startseite News iframe */
  #NEWSStart {
    height: inherit;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    overflow-x: inherit;
    overflow-y: inherit;
    -webkit-overflow-scrolling: touch;
  }
}
/* ############# NEWS-IFRAME-TEIL ENDE ####### */



/*HINTERGRUENDE ENDE */

/* STARTSEITENCONTENT*/
#ContStartseiteHTMLDiv {
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;
	
}

#StartLinks {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    height: auto;
    min-height: 290px;
    background-color: rgba(0,0,0,1);
    padding: 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;
}
#StartRechts {
  overflow:hidden;
    position: relative;
    float: right;
    clear: none;
    width: 45%;
    padding: 0%;
  min-height: 290px;

        -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 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;
    width: 100%;
  min-height: inherit;
  height: inherit;
     padding-top: 2%;
        -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 959 ENDE */

#StartRechts h4 {
        line-height: 1.6em;
    font-size: 1.3em;
    font-weight: 300;
    
}

#StartUnten {
    width:100%; 
    padding:2%; 
    position:relative;
    float:none; 
    clear:both; 
    margin-left:auto; 
    margin-right:auto; 
    text-align:center;
}
#StartUnten h2 {

}

/* STARTSEITENCONTENT ENDE*/

 
#OverTopHtmlContDIV img {
  width: 80%!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;
}

/*Logo fixed Korrektur-Position*/
#OverTopHtmlContDIV.fixed {
  position:fixed;
  margin-top:0px;
    
}
#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) {

  #ContLay6Div {
    outline: 1px dotted rgba(0,0,0,0.6);
  outline-offset: -0px;
  }
  
  

  
body {
        overflow: scroll;
	}
    
    
   .primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer21,
.primaryContainer6,
.primaryContainer10,
.primaryContainer99 {
   background-color: rgba(22,26,34,1)
}


	
}

/*mobile HINTERGRUENDE ENDE */
    