* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:' Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .header{
    height: 60px;
    background-color:#3f8892af;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: solid 5px  #871036;
  }
  .menuItem {
    display: block;
    margin: 2rem 4rem;
    font-size: 1.4rem;
    color: white;
    text-decoration: none;
  }
  
  .menuItem:hover {
    text-decoration: underline;
  }
  
  .hamburger {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    padding: 4px;
    border: black solid 1px;
    background: white;
    cursor: pointer;
    display: none;
  }
  
  .closeIcon {
    display: none;
  }
  
  .menu {
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: black;
    color: white;
    list-style: none;
    padding-top: 4rem;
  }
  
  .showMenu {
    transform: translateY(0);
  }

.nav-ul{
    position: fixed;
    top: 1rem;
    right: 5rem;
    display: flex;
    justify-content: space-between;
    width: 45%;
    list-style-type:none;
    backdrop-filter: blur(2px);
}
.nav-ul a{
    color:#830a0e;
    font-size: large;
    font-weight: 700;
}

ul li a{
    text-decoration: none;
}
.logo{
    padding-left: 50px;
    font-weight: 900;
    font-size: large;
    position: fixed;
    top: 1rem;
    left: 1rem;
    margin-left: 40px;
    color: inherit;
    backdrop-filter: blur(2px);
}
.ContainerNavPC{
    position: fixed;
    top: 0;
}

body{
    background-color:rgba(128, 128, 128, 0.377);
    overflow-x: hidden;
}
section p{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
   }
   .section1{
    border-radius: 10px/50%;
    font-weight:550;
    font-weight:550;
    max-width: 900px;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left:auto;
    margin-right: auto;
    color: white;
    background-color:rgb(128, 128, 128);
   }
   .section2{
    border-radius: 10px/50%;
    font-weight:550;
    font-weight:550;
    max-width: 900px;
    margin-bottom: 40px;
    margin-left:auto;
    margin-right: auto;
    color: white;
    background-color:rgb(128, 128, 128);
   }
   .section3{
    border-radius: 10px/50%;
    font-weight:550;
    font-weight:550;
    max-width: 900px;
    margin-left:auto;
    margin-right: auto;
    color: white;
    background-color:rgb(128, 128, 128);
    margin-bottom: 50px; 
   }
   .erstesBild{
    margin-top: 100px;
   width: 100%;
   height: 400px;
}
.erstesBild img {
   width: 100%;
   height:100%;
   object-fit: cover;
}

@media screen and (max-width:768px) {
    .nav-ul{
        display: none;
    }
    .hamburger{
        display: block;
    }
    section p{
        max-width: 500px;
     }
     .section1,.section2,.section3{
       max-width: 650px;
     }
     .erstesBild{
        width: 100%;
     }
     .erstesBild img{
        width: 100%;
     }
}
@media screen and (max-width:575px) {
    section p{
        max-width: 350px;
     }
     .section1,.section2,.section3{
       max-width: 450px;
     }
}
@media screen and (max-width:475px) {
    section p{
        max-width: 300px;
     }
     .section1,.section2,.section3{
       max-width: 400px;
     }
}
@media screen and (max-width:375px) {
    .erstesBild{
        width: 375px;
     }
     .erstesBild img{
       width: 100%;
     }
    section p{
        max-width: 300px;
     }
     .section1,.section2,.section3{
       max-width: 350px;
       margin-left: 25px;
       margin-right: auto;
     }
     #maps{
        width:400px;
       
    }
    #maps iframe{
        height: 100%;
        max-width:100%;
    }
}

@media screen and (max-width:393px){
    .erstesBild{
        width: 393px;
     }
     .erstesBild img{
       max-width: 100%;
     }
     #maps{
        width:393px;
       
    }
    #maps iframe{
        height: 100%;
        max-width:100%;
    }

}
@media screen and (max-width:280px) {
    #footer{
        margin-left: 110px;
    }
}

@media screen and (max-width:950px) {
    section p{
       width: 600px;
    }
    .section1,.section2,.section3{
        width: 750px;
    }
}



   #maps{
    max-width:1400px;
    margin-left: auto;
    margin-right: auto;
    height:400px;
    margin-bottom: 200px;
    margin-top:100px;
}
#maps iframe{
    height: 100%;
    width:100%;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer ul li a, ul li a{
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
}

#footer{
    display: flex;
    justify-content: center;
}

#footer a{
    border-top: solid 2.5px  #5a5a5a;
}
#footer a:hover{
   box-shadow: inset 0 0 0 0.5rem #ddd;
}
h1,h3,h4{
    color: #830a0e;
    text-align: center;
}  
#button1{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    margin-left:40px;
    max-height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#buttonSelber{
    cursor: pointer;
    font-weight:800;
    font-size: medium;
    display: flex;
    justify-content: center;
    width: 50%;
    height: 60px;
    text-align: center;
    margin-bottom:35px;
    margin:auto;
    color: #830a0e;
}





  
