#SlideShowContainer {
    margin-bottom: 2%;
}
#SlideShowContDiv {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#TopLogo img {
    margin-left: auto;
    margin-right: auto;
}

/* ===== SLOGAN ===== */
#Slogan {
    display: flex;
    flex-direction: row;       /* Standard: nebeneinander */
    gap: 1em;                  /* Abstand nebeneinander */
    padding: 0.5em;
}

/* gemeinsame Basis für die drei Divs */
#SloganButton,
#SloganEmail,
#SloganTel {
    flex: 1;
    max-height: 40px;
    box-sizing: border-box;
    display: flex;             /* für Textzentrierung */
    align-items: center;       /* vertikal zentrieren */
    justify-content: center;   /* horizontal zentrieren */
    text-align: center;
    padding: 5px 20px;
}

/* Button spezifisch */
#SloganButton {
    background: #000;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* Link im Button */
#SloganButton a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* Untereinander für Bildschirme kleiner 959px */
@media (max-width: 1140px) {
    #Slogan {
        flex-direction: column;
        gap: 4px;            /* Abstand untereinander */
        min-width: 300px;
    }

    #SloganButton,
    #SloganEmail,
    #SloganTel,
    #SloganButton a,
    #SloganEmail a,
    #SloganTel a{
        background-color: white;
        color: black;
        width: 100%;          /* volle Breite */
        border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
      
    }
}
/*SLOGAN ENDE*/

/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
/*	background: url("../ms02Pics/hint2.jpg") no-repeat center center fixed;*/
      background-color: rgba(100,100,100,1); /*blau gerastert*/
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
    position: relative;
    
    
      -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    
   
}


/*HINTERGRUENDE ENDE */


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



/*############################################# 959 */
/*mobile HINTERGRÜNDE*/
@media screen and (max-width: 959px) {
   
	body {
		background-color: #000;
	}
    
  #TOP {
    background-color: rgba(50,50,50,1)
  }
 
}

/*mobile HINTERGRUENDE ENDE */
    
    