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



/*ANREISE LAGE, sn 100200*/
.cl10181, .cl10172 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*sn100400 motorshowJournal*/
.cl12393 {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);
  padding-left: 3%!important;
}

.cl10150 [id^=ContLay21InfoImgDiv] {
  max-width: 300px;
}

[id^=ContLay21InfoImgDiv] {
  margin-top:0!important;
}

[id^="ContLay21InfoDiv"] {
  padding: 0;
  margin-bottom: 0;
}
[id^="ContLay21Div"] {
  outline: 1px solid rgba(0,0,0,0.2);
  outline-offset: -5px;
}
#accordion [id^="ContLay21Div"] {
  outline: 0px solid rgba(0,0,0,0.2);
  outline-offset: 0;
}

[id^="ContLay21InfoSubueberschriftP"], [id^="ContLay3SubueberschriftP"] {
  border-bottom: 0;
  font-size: 1.6em;
}



#ContLay6ContainerDiv {
  padding: 0;
}

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


/*iframe NEWS überschreiben ENDE */


/*############################################# 959 */





body {
  background-color: rgba(7,50,67,1);
}

#BottomContainer {
  background-color: rgba(255,255,255,0.8);
 
}
footer {
   background-color: rgba(255,255,255,0);

}
main {
  background-color: rgba(255,255,255,1);
}
#prim2 {
  background-color: rgba(255,255,255,0);
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
#ContentContainerLay4 {
  padding: 0
}

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




/*Bottom-Zusatz ENDE*/



/*Schriftgroesse aendern*/

html {
font-size:1em;
}
body{
font-size:1em;
}



/*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.8); /*1. Ebene */
    outline: 0px dotted rgba(7,50,67,0.7);
}
#NavipunktContainer li>a span {
color: rgba(0,0,0,0.9);  /*1. Ebene */
}

ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(7,50,67,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(7,50,67,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-color: rgba(7,50,67,0.8)!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(255,255,255,1)!important;
  border-bottom: 0px;
}

#navactive {
  background-color: rgba(255,255,255,0.2)!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(7,50,67,1)!important;
}
#navactive:hover {
  background-color: rgba(7,50,67,0)!important;
    outline: 1px dotted rgba(7,50,67,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;
}




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

/*Schriftfamilie eigene*/
body {
  font-family:"Raleway-Regular",Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6, h2 a, strong, strong a, b, [id^="ContLay6DetDiv"] a {
   /* font-family:"Raleway-Bold",Arial,sans-serif!important;*/
}
[id^="ContLay6DetDiv"] a {
  font-size: 0.9em!important;
}
div, p, p a, span, select, textarea, li, ul {
     
    line-height: 1.5em;

}
.tab-content li {
  line-height: 1.5em;
}



/*lay24 änderung*/
[id^="ContLay24TextDiv"] p, 
[id^="ContLay24TextDiv"] li, 
[id^="ContLay24TextDiv"] span, 
[id^="ContLay24TextDiv"] div, 
[id^="ContLay24TextDiv"] h2, 
[id^="ContLay24TextDiv"] h3,
[id^="ContLay24TextDiv"] a
{
  background-color: rgba(255,255,255,0);
  color: rgba(230,230,230,1);
}
[id^="ContLay24TextDiv"] a:hover {
  background-color: white!important;
}

#navactive {
  background-color: rgba(255,255,255,1);
  outline: 1px solid rgba(0,0,0,0.5);
    outline-offset: -4px;
  background-position: 50% 2px;
}
#navactive span:hover {
  background-color: rgba(255,255,255,0)!important;
  
}

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

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

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


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

/*Ü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(255,255,255,0);
 border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}







/*HINTERGRUENDE ENDE */

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



/*Ende StartLinks*/



/* STARTSEITENCONTENT ENDE*/

#OverTopHtmlContDIV img {
  width: 80%;
    
     -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: 100px;
    
}
#OverTopHtmlContDIV.fixed #TopLogo {
    display: unset;
  margin-top:0px;
    
}
#OverTopHtmlContDIV.fixed #TopLogo a {
    display: unset;
  margin-top:0px;
    
}

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

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