/*bei Anfrageformular Slideshow ausblenden bzw. überall wo primaryContainer0 definiert ist*/
.primaryContainer0 #prim2 #SlideShowContainer {
  display: none;
}
/*TOPlogo */
#TopLogo {
  max-width: 320px;
  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 */
}

/*Logo Links darstellen*/
#OverTopHtmlContDIV {
margin-bottom:0px;
    padding-top: 1%;
    text-align: left;
    margin-left: 1%;
  text-align: left;

}



/*Logo positionieren Mobil*/
@media screen and (max-width: 959px) {
#OverTopHtmlContDIV, #OverTopHtmlContDIV.fixed {
    margin-top: 100px;
     min-width: 100%;
        margin-bottom:0px;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
      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
}
#OverTopHtmlContDIV img {
    min-width: 90%;
}
    
}


/*TOPlogo Ende*/

/*SloganKontakt*/
#Slogankontakt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  gap: 10px;
    margin-top: 5px;
  
}

#Slogankontakt .firma {
  font-weight: bold;
    font-size: 1.2em;
}

#Slogankontakt .telefon {
  display: flex;
  align-items: center;
  gap: 0px;
    font-size: 1.2em;
}

#Slogankontakt .telefon img {
  height: 21px;
}

/* Mobile: unter 960px */
@media (max-width: 959px) {
  #Slogankontakt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
  }
}

/*Slogankontakt ENDE*/

/*SchriftgroesseButtons*/
html {
font-size:1em;
}
body{
font-size:1em;
}
/*Button Styling*/
#Schriftgroesse {
 z-index: 10000;
  position: fixed;
   top: 280px;
  bottom: auto;
  right: 30px;
  left: auto;
  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;
}
/*SchriftgroesseButtons ENDE*/

#ScrollerBottom {
    transform: scale(0.8);
    margin-bottom: -10px;
}
@media screen and (max-width: 959px) {
  #ScrollerBottom {
    transform: scale(0.8);
    margin-bottom: -10px;
     right: 0px;
      left: auto;
}  
}

.card-header #ContLay21SubueberschriftP .collapsed {
   color: rgba(23,66,139,1)!important;
}


#Lay22MzDiv010 {
  right:15px;
  top:90px;
  bottom:auto;
  font-size:1.1em;
  width:80px;
  overflow:hidden;
  height:80px;
 background-color: rgba(255,255,255,0.8);
  color:#222;
    border: 2px solid white;
}
#Lay22MzDiv010 img {
  width:100px;
  height:105px;
  position:absolute;
  top:-5px;
    left: -10px;
    
}




#TOP {
  /*  background-color: rgba(77,83,69,0.1)!important;*/
     background-color: rgba(255,255,255,0.5)!important;
}

@media screen and (max-width: 1290px) {
  ul.FM_CSS_navigationV4 li a {
    font-size: 1em !important;
    color: #000;
      max-width: 230px !important;
  }
    
  
}


/*Navigation Umstyling*/

#OverTopHtmlContDIV.fixed {
  top: 0px;
}

#NavipunktContainer li {
background-color: rgba(255,255,255,0); /*1. Ebene */
    outline: 1px dotted rgba(38,77,119,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(38,77,119,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(38,77,119,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;
}

#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(38,77,119,1)!important;
}
#navactive:hover {
  background-color: rgba(38,77,119,0)!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*/



.fancybox-button {
    background-color: rgba(100,100,100,1);
}

/*Aufklappmenue überschreiben*/
/*akkordeon überschreiben*/


.card #ContLay21SubuebDiv {
 margin-top: 0px;
 margin-bottom: 2px;
    
}

.card #ContLay21Div {
margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    background-color: rgba(255,255,255,0.2);
}


.card-header #ContLay21SubueberschriftP {
/*background-image:url("/lib/imgAllg/doppelpfeilRe2.svg"), linear-gradient(to right, rgba(117,210,200,0.5), rgba(255,255,255,0)), 
 linear-gradient(to right, rgba(23,66,139,1.0)10%, rgba(23,66,139,0)10%, rgba(23,66,139,0)80%);*/
background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(23,66,139,0.2), rgba(200,200,200,0)) ;
background-position: 20px 50%, 0% 50%;
background-size: 20px 20px, 100% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 2%;

 
}

#accordion {
    position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.collapse #ContLay21TextDiv {
    padding-top: 0%;
    
}
.collapse {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 97%;
    background-color: rgba(38,77,119,0);
}

.card-header #ContLay21SubueberschriftP .collapsed {
   color: rgba(38,77,119,1);
}



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

#ContLay22Div {
    border: none!important;
      width: 32.3%!important;
     margin: 0% 0.5% 1% 0.5%!important;
 
}
#ContLay22Div #AnfrageDiv {
    margin-top:-20px!important;
    margin-bottom: 10%!important;
    
}
#ContLay220DatumDiv {
    background-color: rgba(38,77,119,0.5)!important;
    padding: 2%!important;
    min-width: inherit!important;
    max-width: 90%!important;
    border-radius:3px!important;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 2px !important;
}
#ContLay220DatumDiv p {
     background-color: rgba(38,77,119,1)!important;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
#ContLay22InfoImgDiv {
    max-width: 40%;
}




/*Anfrage der Seite*/
#ContentContainerAussen10 #ContLay10ContainerDiv #ContLay10Div #AnfrageDiv10 {
  position: absolute;
  margin-top: 2%;
  top: 6px;
  left: 13px;
  right: auto;
}





#UeberschriftP {
background-image: linear-gradient(rgba(23,66,139,1)1%, rgba(0,165,230,0)1%, rgba(0,0,0,0)99%, rgba(23,66,139,1)1%);
    background-position: 50% 50%;
background-repeat:no-repeat, no-repeat, no-repeat;
   padding-top: 1%;
    width: 90%;
    color:  rgba(38,77,119,0.8);
    margin-left: auto;
    margin-right: auto;
    font-family: "ubuntu-condensed", Arial, sans-serif;
}

#SucheButton {
     background-color: rgba(0,0,0,1);
}

/*BannerContainer2 überschreiben*/
#BannerContainer2 {
    background-color: rgba(255,255,255,1);
  width:140px;
  max-width:140px;
  padding:1%;
    bottom: 50px;
  
}
#BannerContainer2:hover {
    background-color: rgba(255,255,255,1);
  width:140px;
  max-width:140px;
  padding:1%;
    bottom: 50px;
  
}
@media screen and (max-width: 959px) {
    #BannerContainer2 {
min-width: 80%;
    min-height: 20px;   
        border-radius: 3px;
        -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
         bottom: inherit;
}
    #Rechts #Translate {
        display: none;
    }

}

#ContLay21InfoSubueberschriftP, #ContLay22InfoSubueberschriftP {
    border-bottom: 0px;
}



@media screen and (max-width: 959px) {
   #ContLay21InfoDiv, #ContLay22InfoDiv {
    background-size: 10%, 0px 100%;
} 
    #ContLay21InfoImgDiv, #ContLay22InfoImgDiv {
    max-width: 90%;
}
}

#ContLay21Div, #ContLay22Div {
   /*   background-image: url("/lib/202501/msPics/bckSymbol.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
    background-blend-mode:multiply;*/
}

#ContLay22ContainerDiv {
    /* background-color: rgba(189,226,232,0)!important;*/
    padding: 0!important;
}


#ContLay10TextDiv {
    
}



#ArchivLink10Div {
  /*  background-color: rgba(99,184,193,1)!important;*/
    color:white!important;
}
#ArchivLink10Div a {
  /*  color:white;*/
}
#ArchivLink10Div a:hover {
     color:rgba(230,230,230,1)!important;
}

/*Startseite, INTRO HINTERGRUND ENDE */

#TOP {
   background-color: rgba(255,255,255,1)!important;
}
#prim2 {
   background-color: rgba(255,255,255,0.8);
}

#primEdit2 lottie-player {
    max-width: 50%;
bottom: 0px;
    min-height: 400px;
    max-height: 700px;
}

#ContentContainerLay2 {
    background-color: rgba(255,255,255,0);
}
#BottomContainer, #BottContHtmlDiv, #Mitte, #Mitte1, #Mitte2, #letzteAend {
     background-color: rgba(240,240,240,0);
    padding: 0px;
}
#BottContHtmlDiv p, #Mitte p, #Mitte1 p, #Mitte2 p, #letzteAend p,
#BottContHtmlDiv h1, #Mitte h2, #Mitte1 h3, #Mitte2 h3,
#BottContHtmlDiv a, #Mitte a, #Mitte1 a, #Mitte2 a
{
     background-color: rgba(240,240,240,0);
    padding: 0px;
}


#letzteAend {
    margin-bottom: 1%;
    font-size: 0.6em;
}




/* ############# NEWS-IFRAME-TEIL überschreiben ####### */

#NEWS {

    height:125px;
	min-height: 125px;
    margin-bottom: 0%;

}
#NEWS:hover {
	
}
#NEWS iframe {
    min-height: 125px;
    height: 125px;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}


/*###### BOTTOM-TEIL ÜBERSCHREIBEN */
#bannerLinks {
     position:relative;
    float:left;
    clear: none;
    width: 25%;
   
}
#bannerRechts {
      position: relative;
    float: right;
    clear: right;
    text-align: right;
       width: 25%;
    max-width: 25%;
    margin-right: 0%;
    text-align: right;
   
}


#bannerLinks img,
#bannerRechts img {
   width: 100%;
    max-width: 300px;
   
}
  

#Mitte {
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
    clear: none;
    margin-bottom: 3%;
}

#InfoBoxAdresseImpr {
    position: relative; 
 margin-left: 0%;
    margin-right: 0%;
    float:none; 
	clear: both;
   
}

/*Bottom-Teil Mobil######################## 959 */
@media screen and (max-width: 959px) {
   
    #bannerLinks,
    #bannerRechts {
        clear: both;
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }
  
    
}  
/*ENDE BOTTOM-TEIL ÜBERSCHREIBEN */





/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    margin-top: -20px;
   /* background-color: rgba(0,154,216,1);*/
     
/*	background: url("../ms02Pics/hint2.jpg") no-repeat center center fixed;*/
   
/* background: url("../msPics/hint.webp") no-repeat center center fixed;*/
   background-color: rgba(38,77,119,1);
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% 120%;
    background-position: 0 -50px;
background-attachment: fixed;
    position: relative;
    
   
}


/*HINTERGRUENDE ENDE */


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

/*Überschreibe Navigation Hintergrund*/
#NavipunktContainer, #NavigationContainer {
   border-bottom: 0px;
	/*background-color: rgba(9,53,80,1);*/
}




/*############################################# 959 */
/*mobile HINTERGRÜNDE*/
@media screen and (max-width: 959px) {
   
	body {
		background-color: #fff;
	}
    
/* ############# NEWS-IFRAME-TEIL überschreiben ####### */

#NEWS {

    height:inherit;
	min-height: inherit;
    margin-bottom: 0%;
    width: 100%;
 

}

#NEWS iframe {
    min-height: 90px;
    max-height: 115px;
    height: inherit;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}


/*###### BOTTOM-TEIL ÜBERSCHREIBEN */
    
   .primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99 {
 
  background-color: #000000;
     background-size: 0%;
}
    
    /*Lay21, 22 blöcke Mobil überschreiben*/


    
#ContLay22Div #ContLay22TextDiv,  #ContLay22Div #ArtLay22Div, #ContLay22Div #AnfrageDiv {
    display: none;
}
    
#DetLay22Div #AnfrageDiv {
    display:inherit;
}
    
    #DetLay22Div #DetLay22ImgDiv, #DetLay21Div #DetLay21ImgDiv {
        max-width: 300px;
    }

    #DetLay22Div #ArtLay22DetDiv {
        background-color: rgba(230,230,230,0.5);
    }
    
    #DetLay22Div #ArtIdLay22DetDiv {
        margin-left: auto;
        margin-right: auto;
    }

}

/* ############ INHALT POSITIONIEREN ################################## */
#prim2 {
      box-shadow:0px 0px 0px #666; 
   -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
}
#prim2, #NavipunktContainer {
  /* max-width: 1300px;*/
}

/* Inhalt positionieren Mobil 959 */
@media screen and (max-width: 959px) {
    #prim2 {
        overflow: scroll;
      background-color: white;
    
    }
}

@media screen and (max-width: 687px) {
    
/* ############# NEWS-IFRAME-TEIL überschreiben ####### */

#NEWS {

    height:inherit;
	min-height: inherit;
    margin-bottom: 0%;
    width: 100%;
 

}

#NEWS iframe {
    min-height: 225px;
    max-height: 225px;
    height: inherit;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
}

/*Änderungen Lay3-4*/
#ContentContainerLay4 {
    background-color: rgba(255,255,255,0)!important;
}
#SuchfeldLay4 {
    display: none;
}

#ContLay3SubueberschriftP {
    border-bottom: 0px;
}
#ContLay3TextDiv {
     background-color: rgba(255,255,255,0)!important;
}
#ContentContainerLay3 {
     background-color: rgba(255,255,255,0.3)!important;
}
/*Änderungen Lay3-4 Ende */

/*BOTTOM-TEIL*/
 
#Links {
    position: relative;
    float: left;
    clear: none;
    text-align: left;
    width: 32%;
    padding: 2%;
    padding-right: 2%;
    margin-left: 0%;
    background-color: rgba(38,77,119,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   /*    -moz-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
     -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));*/

    
    
}

#Links h3 {
     color: white;
    margin-top:0%;
    padding: 0% 0% 2% 0%;
    text-align: left;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

#Links p, #Links a {
     color: white;
}



#Mitte {
 
    position: relative;
    text-align: center;
    float: left;
   /* width: 40%; WENN LINKS UND RECHTS AKTIV*/
    width: 36%;
    clear: none;
    margin-bottom: 3%;
}
#Mitte1 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 2%;
    color: rgba(0,0,0,1);
   
}
#Mitte1 p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 2%;
   
}
#Mitte1 a {
    padding: 3%;
     font-weight: bolder;
}

#Mitte2 {
    font-size: 1em;
    margin-bottom:3%;
}
#Mitte2 h3 {
    background-color: rgba(0,0,0,1);
    max-width: 100%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}
#Mitte2 h3 a, #Mitte2 a, #Mitte2 {
   color: black;
}


#SucheButton {
    margin-top: 2%;
    background-color: rgba(90,90,90,0.4);
    color: black;
    width: 100%;
    padding: 3%;
}
#SucheButton:hover {
    margin-top: 2%;
    background-color: rgba(0,0,0,1);
    color: black;
    cursor: pointer;
}

#Rechts {
    position: relative; 
    width: 32%;
 margin-left: 0%;
    text-align: right;
    margin-right: 0%;
    float:right; 
	clear: right;
    margin-right: 0%;
   
}
#Rechts #Translate {
    margin-left: auto;
    margin-right: 0px;
    background-color: rgba(255,255,255,0.4);
    min-width: 200px;
    max-width: 23%;
    padding: 1%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}
#Rechts #cookieaendern {
    margin-left: auto;
    margin-right: 0px;
    background-color: rgba(255,255,255,0.4);
    min-width: 200px;
    max-width: 23%;
    padding: 1%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



/*ENDE BOTTOM-TEIL ÃœBERSCHREIBEN */
/*eigener Hintergrund unten*/
#hintRechts {
    font-size: 0.6em;
    text-align: right;
     width: 100%;
    min-width: 200px;
    position: absolute;
    padding: 0%;
    right: 0%;
    left: auto;
    top: 0px;
    margin-left: auto;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: 1% 1%;
    background-image:url("#");
background-position:100% 0px, 100% 0%;
    background-size: 100%, 100px 100%;
background-repeat:no-repeat, no-repeat;
       background-color: rgba(0,0,0,0);
    
      /*ANIMATE*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name:fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
  /*ANIMATE ENDE*/
    
}
#BottContHtmlDiv #hintRechts {   
    -moz-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
     -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
}

@media screen and (max-width: 959px) {
    #Links, #Mitte, #Rechts {
        float: none;
        clear: both;
        width: 100%;
        height: inherit;
        max-height: inherit;
        
    }
    
    #Links {
        
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    /*! background-color: rgba(0,0,0,1); */
   margin-bottom: 5%;

    
}
    #Mitte2 {
  
    margin-bottom: 3%;
}
    #cookieaendern {
        background-color: rgba(0,0,0,0.2)!important;
        margin-right: auto!important;
        right: auto;
        left: inherit;
        text-align: center;
        min-width: inherit;
        margin-bottom: 50px;
    }
    #SucheButton {
        width: 90%!important;
        max-width: 200px!important;
        min-width: 200px!important;

    }
  
    
}



@media screen and (max-width: 959px) {
    #hintRechts {
    position: relative;
        margin-left: auto;
        margin-right: auto;
        min-height: inherit;
        min-width: 200px;
   
}
}
/*eigener Hintergrund unten ENDE*/