

.blau{
    color: #009fe3 !important;
}

*{
    font-family: Arial, Helvetica, sans-serif;
}

h2{
    font-weight: bold;
}

h1{
    font-size: 2em;
}

h4{
    font-weight: bold;
    font-size: 16px;
    }

@media only screen and (min-width: 992px) {

.head{
    position:absolute;
    top: 325px;
    left: 200px;
}
.bild_impressum{
    padding-right: 0px;
}

.kontakt{
    position:absolute;
    top: 600px;
    left: 200px;
    background-color: white;
    padding-top: 60px;

}

  }

  @media only screen and (max-width: 992px) {

    .head{
       display: none;
    }
    .bild_impressum{
        padding-right: 0px;
    }
    
    .kontakt{
        position:absolute;
     /*   top: 400px;*/
        left: 150px;
        background-color: white;
        padding-top: 20px;
        
    }
.navbar-brand{
    position: relative;
    left:15%;
      }


    }

    @media only screen and (max-width: 576px) {

        .head{
           display: none;
        }
        .bild_impressum{
            padding-right: 0px;
        }
        
        .kontakt{
         /*  position:absolute;*/
          /*  top: 00px;*/
            left: 50px;
            background-color: white;
          /*  padding-top: 20px;*/
            
        }
    .navbar-brand{
        position: relative;
        left:15%;
          }
    
    
        }

.bg-blue{
    background-color: #d9f1fa;
}

.button_kontakt{
 background-color:#009fe3;
}

.spacer_unten{
    position:absolute;
    top: 1500px;
}

.navbar-toggler{
    position: absolute;
    background-color: #009fe3;
   width: 50px;
}

.navbar-toggler-icon{
border-color: white;
}

/*Damit das Bild zentral ist*/

.main_bild{
    display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

}
/*Cookiehinweis*/
.modal{
    display:flex;
    top: 125px;
}