body{
    padding: 0%;
    margin: 0%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header{
    color: firebrick;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top:15px;
    font-size:xx-large;
    font-weight: 900;
}

.erstesBild{
    width: 100%;
    height:300px;
}

.erstesBild img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

@media screen and (min-width: 800px){
    .erstesBild{
        height: 600px;
    }
} 

nav{
    backdrop-filter: blur(4px);
    background-color:aliceblue;
    position: sticky;
    top: 0;
}    


.listeNav{
    font-size: large;
 display: flex;
 justify-content: center;
 margin-bottom: 40px;
 margin-top: 10px;
 border-bottom:solid 5px  firebrick;
}
.listeNav a{
    color: orange;
}

footer ul,nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer ul li a,nav ul li a{
    font-weight: 700;
    padding: 16px;
    text-decoration: none;
}

#footer{
    
    display: flex;
    justify-content: center;
}
#footer a{
     border-top: solid 2.5px  orange;
}
#footer a:hover{
    font-size: large;
    font-weight:1200;
    text-decoration: underline;
}

.listeNav a:hover{
    font-size: larger;
    font-weight:1200;
    text-decoration: underline;
}

h1,h2,h3,h4{
    color: firebrick;
    text-align: center;
    margin-top: 40px;
}  

#myForm{
    border: 1px solid black;
    background-color: whitesmoke;
    margin: 0 auto;
    padding: 0 1em;
    display:block;
    justify-content: center;
    align-content: center;
    max-width: 250px;
    width: 100%;
    max-height: 450px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
    margin-top: 50px;
}
#buttonSub{
    margin-left: 60px;
    margin-top: auto;
    height: 35px;
    cursor: pointer;
    background-color: dimgrey;
    color: white;
}

#myForm .FormClass{
    width: 10%;
    height: 100%;
    object-fit: cover;
    margin-block-start: 20px;        
    margin-inline-end: 50px;
    margin-block-end: 20px;
    margin-inline-start: 25px;
}

form input, form textarea,form button{
    border: none;
    outline: none;
    background-color: #ddd;
}

@media screen and (min-width:1250px){
    #myForm{
        max-width: 1200px;
        display:flex;
        flex-direction: column;
        height: 1400px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
    #myForm .FormClass{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #buttonSub{
        margin-left: auto;
        margin-top: auto;
        height: 35px;
        cursor: pointer;
        background-color: dimgrey;
        color: white;
    }
  
    form input, form textarea,form button{
        border: none;
        outline: none;
        background-color: #ddd;
        height: 90%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
   
}
@media  screen and (min-width:1250px) {
    .erstesBild{
        
        width: 100%;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }
    .listeNav{
        width: 100%;
        justify-content: center;
    }
   
}

#button{
    font-size: large;
    font-weight: 700;
}
#footer2{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#footer2 a{
     border-top: solid 2.5px  orange ;
}
#footer2 a:hover{
    font-size: large;
    font-weight:1200;
    text-decoration: underline;
}


#maps2{
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
    height:300px;
    margin-bottom: 250px;
}
#maps2 iframe{
    height: 100%;
    width: 100%;
}


 
       
