html {
	height: 100vh; /* set viewport constraint */
    min-height: 100%; /* enforce height */
    
}
/*SLOGANTEIL*/

/* --- DESKTOP STYLES (ab 960px) --- */
#Slogan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px; /* Fügt seitlichen Abstand hinzu, aber keinen vertikalen */
}

#Slogananfrage {
  position: relative;
  left: 20px;
  background-color: rgba(52, 107, 146, 1);
  color: white;
  font-size: 1.2em;
  padding: 8px;
  border-radius: 3px;
  margin-top: 0; /* Schiebt den Button 10px nach unten */
}
#Slogananfrage a {
  color: white;
}

#Slogankontakt {
  position: relative;
  margin-right: 10px;
  padding: 5px;
  max-width: 600px;
  min-width: 50%;
  text-align: right;
  font-weight: bold;
}

.telefon-block {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Rechtsbündig auf Desktop */
  margin-top: 5px;
}

#Slogankontakt img {
  height: 15px;
  max-height: 15px;
  padding-right: 8px;
}


/* --- MOBILE STYLES (bis 959px) --- */
@media screen and (max-width: 959px) {

  #Slogan {
    display: block; /* Normales Block-Verhalten */
    text-align: center;
    /* KORREKTUR 1: Fügt den Innenabstand wieder hinzu, damit der Button nicht am Rand klebt */
    padding: 10px;
  }

  #Slogananfrage {
    float: none;
    /* margin-top wird durch das Padding des Eltern-Elements geregelt */
    margin: 0 auto 15px auto; /* Zentriert und fügt mehr Abstand nach unten hinzu */
    clear: both;
    width: 100%;
    width: auto;
    text-align: center;
    min-width: inherit;
    left: inherit; /* Setzt 'left: 20px' zurück */
  }

  #Slogankontakt {
    float: none;
    margin: 0 auto;
    clear: both;
    text-align: center;
    width: 100%;
  }
  
  .telefon-block {
    /* KORREKTUR 2: display: flex erzwingt auch hier den Zeilenumbruch */
    display: flex; 
    /* Zentriert den Inhalt (Icon + Nummer) */
    justify-content: center; 
    align-items: center;
    /* Fügt Abstand zum Text darüber hinzu */
    margin-top: 8px; 
  }
}
/*ENDE SLOGANTEIL*/

/*BOTTOM Ergaenzungen Inhalt*/
 .translate-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
  }
 .translate-container a{
    color:black;
  }
  .tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* nach oben versetzt */
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    width: max-content;
    max-width: 200px;
    font-size: 0.85em;
  }

  .translate-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

  .info-icon {
    cursor: help;
    font-size: 1em;
    color: #555;
  }
/*BOTTOM Ergaenzungen Inhalt Ende*/
 
/*AENDERUNG NAVIGATION */


#NavigationContainer {
    margin-bottom: 0px;
    padding-right: 1%;
  }

#NavigationContainer.fixed {
    padding-right: 0%;
  }

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

div.FM_CSS_navigationV4_container {
   text-align: right;
}


div.FM_CSS_navigationV4_container.fixed {
  text-align: inherit;
}
  
#navigationV4 li {
   background-color: rgba(255,255,255,0);
   outline:0px;
}


  ul.FM_CSS_navigationV4 li ul {
    background-color: rgba(255,255,255,1.0);
      left: auto;
      right: 0px;
    
  }


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

  /*ÄNDERUNG NAVIGATION ENDE */ 


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

a {
    font-family: "ubuntu-condensed",Arial,sans-serif;}

#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;
    
}



#TopHTMLContainer {
    /*display: none;*/
    text-align: inherit;
}


#OverTopHtmlContDIV {
  margin-bottom:0px;
    padding-top: 16px;
    text-align: left;
    margin-left: 2%;
  text-align: left;

}
#OverTopHtmlContDIV.fixed {
  margin-bottom:0;
    padding-top: 16px;
    text-align: left;
    margin-left: 1%;

}

#OverTopHtmlContDIV svg, #OverTopHtmlContDIV img {
  max-height:145px!important;
  min-height:145px!important;
}
#OverTopHtmlContDIV.fixed svg, #OverTopHtmlContDIV.fixed img {
  max-height:inherit!important;
  min-height:inherit!important;
  max-height: 60px!important;
    
}
#logoSVG svg {
max-height:145px;
}
#logoSVG a:focus {
    display: inline-block;
    outline: 1px dotted black;
}


#Symbol_Immo-Trio {
 margin-left: 50%;
  margin-right: 50%;
  position: relative;
  animation: spin 15s linear infinite; /* Animation: 2 Sekunden pro Umdrehung, linear und unendlich wiederholen */
  transform-origin: 50% 22.5%; /* Setzt den Drehpunkt in die Mitte */
}

/* Keyframes für die Rotation */
@keyframes spin {
  from {
    transform: rotate(0deg); /* Startposition */
  }
  to {
    transform: rotate(360deg); /* Endposition */
  }
}

#OverTopHtmlContDIV.fixed svg {
  max-height:50px;
  min-height:inherit;
  max-width:inherit;
  width:auto;
  height:50px;
  min-width:inherit;
  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
}

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

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


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

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


.card [id^="ContLay21SubuebDiv"] {
 margin-top: 0px;
 margin-bottom: 2px;
    
}

.card [id^="ContLay21Div"] {

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


.card-header [id^="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(0,85,151,1)10%, rgba(0,85,151,0)10%, rgba(0,85,151,0)80%);*/
background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(52,107,146,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;


 
}

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


.collapse {
   
    background-color: rgba(77,83,69,0);
}

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

/*BlockEigendef*/
/*Impressum Intro*/
.cl14780, .cl14771 {
    background-repeat: no-repeat;
    background-position: 1% 1%;
  /*  background-image:url("/lib/202407/msPics/bckSymbol.svg"), linear-gradient(rgba(149,192,40,0.4), rgba(149,192,40,1.0));
background-position:1% 1%, 100% 0%;
    background-size: 6%, 10px 100%;
background-repeat:no-repeat, no-repeat;*/
   background-color: rgba(255,255,255,1)!important;
    box-shadow: 2px 2px 5px rgba(100,100,100,0.5);
    -moz-box-shadow: 2px 2px 5px rgba(100,100,100,0.5);
    -webkit-box-shadow: 2px 2px 5px rgba(100,100,100,0.5);
}
.cl14774 {
     background-color: rgba(255,255,255,0)!important;
    padding: 0px!important;
    font-size: 1.2em;
}

/*faq intro bckround entfernen*/
.cl14774 {
   background-image:url("#"), linear-gradient(rgba(149,192,40,0.4), rgba(149,192,40,1.0))!important;
    
}




/*################# Ende Startseitenblog zu Angeboten*/

[id^="ContLay22ContainerDiv"] {
    background-color: rgba(255,255,255,0)!important;
}

[id^="ContLay22Div"] {
    border: none!important;
      width: 32.3%!important;
     margin: 0% 0.5% 1% 0.5%!important;
 
}
[id^="ContLay22Div"] [id^="AnfrageDiv"] {
    margin-top:-20px!important;
    margin-bottom: 10%!important;
    
}
[id^="ContLay220DatumDiv"] {
    background-color: rgba(52,107,146,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;
}
[id^="ContLay220DatumDiv"] p {
     background-color: rgba(52,107,146,1)!important;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
[id^="ContLay22InfoImgDiv"] {
    max-width: 40%;
}


#navactive {
    outline: 1px dotted rgba(50,50,50,1);
  outline-offset: -4px;
  background-color: rgba(255,255,255,0);
  
}

/*Anfrage der Seite*/
[id^="ContentContainerAussen10"] [id^="ContLay10ContainerDiv"] [id^="ContLay10Div"] [id^="AnfrageDiv10"] {
  position: absolute;
  margin-top: 2%;
  top: 6px;
  left: 13px;
  right: auto;
}



/*Ausblenden SlideShow bei Suchseite*/
.primaryContainer0 #SlideShowContainer {
    display: none;
}



#UeberschriftP {
background-image: linear-gradient(rgba(52,107,146,1)1%, rgba(0,0,0,0)1%, rgba(0,0,0,0)99%, rgba(52,107,146,1)1%);
    background-position: 50% 50%;
background-repeat:no-repeat, no-repeat, no-repeat;
   padding-top: 1%;
    width: 90%;
    color:  rgba(52,107,146,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;
    }

}

[id^="ContLay21InfoSubueberschriftP"], [id^="ContLay22InfoSubueberschriftP"] {
    border-bottom: 0px;
}
/*HintSymbol INFO-Teile*/
[id^="ContLay21InfoDiv"], [id^="ContLay22InfoDiv"] {
     background-image:url("/lib/202407/msPics/symbol.svg"), linear-gradient(rgba(52,107,146,0.5), rgba(52,107,146,1));
background-position:1% 10px, 100% 0%;
    background-size: 3%, 0px 100%;
background-repeat:no-repeat, no-repeat;
}


@media screen and (max-width: 959px) {
   [id^="ContLay21InfoDiv"], [id^="ContLay22InfoDiv"] {
    background-size: 20px, 0px 100%;
} 
    [id^="ContLay21InfoImgDiv"], [id^="ContLay22InfoImgDiv"] {
    max-width: 90%;
}
}



[id^="ContLay22ContainerDiv"] {
    /* background-color: rgba(189,226,232,0)!important;*/
    padding: 0!important;
}




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

#ArchivLink10Div a:hover {
     color:rgba(230,230,230,1)!important;
}

/*Startseite, INTRO HINTERGRUND ENDE */

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

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

[id^="ContentContainerLay2"] {
    background-color: rgba(240,240,240,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);
    
}


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




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

#NEWS {

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

}

#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(52,107,146,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: #e3e3e3;
	}
    
/* ############# 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*/


    
[id^="ContLay22Div"] [id^="ContLay22TextDiv"],  [id^="ContLay22Div"] [id^="ArtLay22Div"], [id^="ContLay22Div"] [id^="AnfrageDiv"] {
    display: none;
}
    
[id^="DetLay22Div"] [id^="AnfrageDiv"] {
    display:inherit;
}
    
    [id^="DetLay22Div"] [id^="DetLay22ImgDiv"], [id^="DetLay21Div"] [id^="DetLay21ImgDiv"] {
        max-width: 300px;
    }

    [id^="DetLay22Div"] [id^="ArtLay22DetDiv"] {
        background-color: rgba(230,230,230,0.5);
    }
    
    [id^="DetLay22Div"] [id^="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;
}


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

@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*/
[id^="ContentContainerLay4"] {
    background-color: rgba(255,255,255,0)!important;
}
#SuchfeldLay4 {
    display: none;
}

[id^="ContLay3SubueberschriftP"] {
    border-bottom: 0px;
}
[id^="ContLay3TextDiv"] {
     background-color: rgba(255,255,255,0)!important;
}
[id^="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(52,107,146,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));*/

      /*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:fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  /*ANIMATE ENDE*/
    
}

#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 span, #Links p, #Links a, #Links address {
     color: white;
}
/* Für das Telefon-Symbol */
.kontakt-zeile img {
    max-height: 17px;
    height: 17px;
    padding-right: 8px;
    vertical-align: middle;
}

/* Für den Zeitstempel */
#letzteAend {
    margin-bottom: 1%;
    margin-top: 1%;
    font-size: 1em;
    max-width: 200px;
}

/* Für den Übersetzungs-Container */
.translate-container {
   text-align: center;
}


#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 {
    font-weight: bold;
    line-height: 1.6em!important;
    margin-bottom: 5%;
   
}
#Mitte1 a {
     font-weight: bolder;
}
#Mitte1 a:focus {
    display: inline-block;
}

#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 {
   color: black;
    font-weight:bold;
}


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