body, html {
    height: 100%;
    scroll-behavior: smooth;
}
  

/* Beginn CSS Einleitung*/
.hintergrundbild {
    
    /* Die URL des Hintergrundbildes*/
    background-image: url("hintergrundbild.jpg");
  
    /* Höhe des Hintergrundbildes */
    height: 80%;
    min-height: 1023px;
  
    /* Zentrierung und Skalierung des Bildes */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
   
  }
#einleitung .white{
    background-color: white;
    padding: 20px;
    max-width: 620px;
    
}
.col-md-4 img {
    margin-bottom: 20px;
}
#button{
        border:1px rgba(0,0,0,0.5) solid;
        padding: 10px;
        border-radius: 10px;
        width: 150px;
        text-align: center;
        margin: 0 auto;
        color: black;
        text-decoration: none;
        background-color: white;
}
#button:hover{
    border: 1px black solid;
    text-decoration: none;
}
#center{
    margin: 0 auto;
    text-align: center;
}
#einleitung h1{
    font-size: 2rem;
}
#einleitung h2{
    font-size: 1.75rem;
}

#spielebutton{
    background-image:url("spielebutton.jpg") ;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 20px;  
    cursor: pointer;
}
#spielebutton:hover{
    background-image:url("spielebutton_hover.jpg") ;
}
#livestream {
    text-decoration: none;
    color: #212529!important;
}

.navigation{
    width: 100%;
}
.navigationspunkte{
    display: inline-block;
    width: 49%;
    max-width: 220px;
    padding:10px;   
    cursor: pointer;
    margin-bottom: 0px!important;
}
.schatten{
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
}
#np1{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    
}
#np2{
    box-shadow:  0 -3px 5px -5px #333;
}

#unistar{
    display: none;
}
#sf{
    display: block;
}
#sf #buttonsf{
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
#sf button{
    padding:10px!important;
}
/* Ende CSS Einleitung*/

/* Beginn CSS Beteiligungen*/
#beteiligungen{
    margin-top:40px;
}
.card{
    margin: 0 auto;
    margin-top: 15px;
}
.card-img-top{
    height:180px;
    width: 180px;
}


/* Ende CSS Beteiligungen*/

/* Beginn CSS historie*/
#historie{
margin-top:40px;
}

/* Ende CSS historie*/

/* Beginn  CSS Geschäftsführung*/
#geschäftsführung{
    margin-top:40px;
}
#geschäftsführung h1{
    margin-bottom:20px;
}
 h1{
    font-size: 2rem!important;
}
/* Ende CSS Geschäftsführung*/

/* Beginn  CSS Fußbereich*/

.hintergrundbildFooter {
    
    /* Die URL des Hintergrundbildes*/
    background-image: url("hintergrundbild_gespiegelt.jpg");
  
    /* Höhe des Hintergrundbildes */
    
   
  
    /* Zentrierung und Skalierung des Bildes */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
   
  }
  .impressum{
      margin:0 auto;
      text-align: center;
      background-color: white;
      padding:20px;
      width: 80%;
  }
  #fußbereich{
      margin-top: 50px;
      margin-bottom: 25px;
  }
/* Ende CSS Fußbereich*/
