#preloader {
    z-index:9999999999999999; /* makes sure it stays on top */
}

#UeberschriftP {
    text-align: center;
}

/*Aktion 2023 Gebaeckscheck*/
.cl14401 {
  background-color: rgba(177,155,117,0.2)!important;
}


/*Startseite Ergaenzungen*/
  #AKTUELL {
    box-shadow:3px 3px 5px #999; 
   -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999;
    box-shadow:3px 3px 5px #999;
    margin-bottom: 3%;
}
#Anzeige1 {
width:100%;
max-width:100%
}
#Anzeige1 img {
width:100%;
max-width:100%;
    border:13px solid rgba(177,155,118,1);
border-radius:3px;
}

#LinkStandorte {
  background-color: rgba(177,155,118,1);
  padding: 5%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#LinkStandorte p, #LinkStandorte a, #LinkStandorte a:hover, #LinkStandorte h2 {
  color: white;
  text-align: center!important;
  font-size: 1.4em;
  line-height: 1.2em;
}

/*Startseite Ergaenzungen ENDE */

#OverTopHtmlContDIV svg {
    max-height: 140px;
}
#OverTopHtmlContDIV.fixed .a {
    fill: #000000;
}

/*######## TOP 959 */
@media screen and (max-width: 959px) {
   
    #TOP {
min-height: 70px;
        max-height: 170px;
       background-color: rgba(255,255,255,1);
}
    #OverTopHtmlContDIV {
        margin-top: 50px!important;
    }
    
}