@font-face {
    font-family: 'Hittedal';
    src: url(Hittedal.ttf) format('truetype');
}
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}
body {
    background-image: url('images/Haupthintergrund.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 50px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: rgb(128, 128, 128 , 0.5);
}
.header {
    padding: 20px 100px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    position: sticky;
    top: 0;
    z-index: 100;
}
.logo {
    font-size: 35px;
    font-family: "Hittedal" ;
    color: black;
    text-decoration: none;
    font-weight: 300;
}
.navbar a {
    position: relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    font-size: 20px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    margin-left: 60px;
    left: 450px;
}
.navbar a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 2px;
    background: black;
    transition: .3s;
}
.navbar a:hover::before {
    width: 100%;
}
.box{
    position: absolute;
    margin-top: 350px;
    width: 1920px;
    height: 1163px;
    background-color: white;
    z-index: -1;
}
.kontaktüberschrift{
    font-size: 35px;
    font-family: "Hittedal";
    position: relative;
    top: 350px; 
    width: 109px;
    margin-left: auto;
    margin-right: auto;
}
.impressum{
    background-color: rgb(72, 36, 10);
    width: 1920px;
    height: 180px;
    position: relative;
    top: 1227px;
}
.logoimpressum{
    font-size: 39px;
    font-family: "Hittedal" ;
    color: white;
    text-decoration: none;
    font-weight: 300;
    position: absolute;
    top: 1511px;
    left: 350px;
}
.logoimpressum1{
    font-size: 39px;
    font-family: "Hittedal" ;
    color: white;
    text-decoration: none;
    font-weight: 300;
    position: absolute;
    top: 2535px;
    left: 350px;
    display: none;
}
.impressumkontakt{
    position: absolute;
    top: 1456px;
    left: 1020px;
    font-size: 26px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.impressumtext{
    position: absolute;
    top: 1498px;
    left: 1020px;
    font-size: 26;
    font-weight: 500;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.linknummer{
    color: white;
}
.flaggeunten1green{
    width: 50px;
    height: 60px;
    background-color: green;
    position: absolute;
    top: 1453px;
}
.flaggeunten1white{
    width: 50px;
    height: 60px;
    background-color: white;
    position: absolute;
    top: 1513px;
}
.flaggeunten1red{
    width: 50px;
    height: 60px;
    background-color: red;
    position: absolute;
    top: 1573px;
}
.flaggeunten2green{
    width: 50px;
    height: 60px;
    background-color: green;
    position: absolute;
    top: 1453px;
    left: 1870px;
}
.flaggeunten2white{
    width: 50px;
    height: 60px;
    background-color: white;
    position: absolute;
    top: 1513px;
    left: 1870px;
}
.flaggeunten2red{
    width: 50px;
    height: 60px;
    background-color: red;
    position: absolute;
    top: 1573px;
    left: 1870px;
}
.whatsappqr{
    width: 150px;
    position:absolute;
    top: 1469px;
    left: 1250px;
    border-radius: 20px;
    border: 5px green white red;
}
.maps{
    width: 725px;
    height: 650px;
    position: relative;
    margin:auto;
    border-radius: 5px;
}
.maps1{
    width: 725px;
    height: 650px;
    position: relative;
    margin:auto;
    border-radius: 5px;
    display: none;
}
.mapsbackground{
    width: 775px;
    height: 700px;
    background-color: rgb(128, 128, 128, 0.5);
    border-radius: 20px;
    position: absolute;
    top: 600px;
    left: 975px;
    display: flex;
}
.überschrift{
    font-family: "Hittedal" ;
    color: black;
    position: absolute;
    top: 545px;
    left: 331px;
    font-size: 30px;
}
.kontakttext{
    color: black;
    position: absolute;
    font-weight: 500;
    font-size: 26px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    top: 610px;
    left: 140px;
    text-align: center;
}
.linktext{
    color: black;
}
.whatsappqr1{
    position: absolute;
    top: 890px;
    left: 326px;
    width: 280px;
    height: 280px;
    border-radius: 20px;
}
.toggle_button {
    height: 45px;
    margin: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
  }
#toggle_button{
    display: none;
}
.toggle_button{
    display: none;
}
.oben{
    background-color: black;
    height: 5px;
    width: 22px;
    position: absolute;
    margin-top: 13px;
    left: 360px;
} 
.mitte{
    background-color: black;
    height: 5px;
    width: 22px;
    position: absolute;
    margin-top: 21px;
    left: 360px;
}
.unten{
    background-color: black;
    height: 5px;
    width: 22px;
    position: absolute;
    margin-top: 29px;
    left: 360px;
}
.mnavbackground{
    background-color: rgb(128, 128, 128, 0.7);
    height: 150px;
    width: 390px;
    position: absolute;
    left: 0px;
    display: none;
}
.mnav1{
    text-decoration: none;
    color: black;
    position: absolute;
    left: 175px;
    font-size: 21px;
    top: 24px;
}
.mnav2{
    text-decoration: none;
    color: black;
    position: absolute;
    left: 153px;
    top: 49px;
    font-size: 21px;
}
.mnav3{
    text-decoration: none;
    color: black;
    position: absolute;
    left: 175px;
    top: 75px;
    font-size: 21px;
}
.mnav4{
    text-decoration: none;
    color: black;
    position: absolute;
    left: 169px;
    top: 100px;
    font-size: 21px;
}
.maps2{
    position: relative;
    margin: auto;
    border-radius: 5px;
    display: none;
}
@media (max-width: 800px){
    body{
        background-image: url('images/Haupthintergrundalt.jpg');
        background-size: 390px;
    }
    .logo{
        font-size: 26px;
        margin-top: 7px;
        margin-left: 5px;
    }
    .header{
        padding: 0px 5px;
    }
    .navbar a {
        font-size:10px;
        margin-left: 5px;
        display: none;
    }
    .toggle_button{
        display: block;
    }
    .toggle_button div {
        -webkit-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;   
        
    }
    input[type="checkbox"]:checked ~ .mnavbackground{
         display: block;
    }
    #toggle_button:checked + .toggle_button .oben {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 22.5px;
      }
    #toggle_button:checked + .toggle_button .mitte {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 22.5px;
    }
    #toggle_button:checked + .toggle_button .unten {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
    .box{
        width: 390px;
        margin-top: 160px;
        height: 500px;
    }
    .kontaktüberschrift{
        font-size: 30px;
        top: 140px;
        width: 128px;
    }
    .überschrift{
        display: none;
    }
    .kontakttext{
        top: 280px;
        font-size: 22px;
        left: 5px;
    }
    .impressum{
        width: 390px;
        height: 120px;
        top: 980px;
    }
    .whatsappqr{
        display: none;
    }
    .whatsappqr1{
        display: none;
    }
    .mapsbackground{
        width: 370px;
        left: 10px;
        height: 490px;
    }
    .maps{
        display: none;
    }
    .maps1{
        display: block;
        left: 10px;
        top: 20px;
    }
    .flaggeunten1green{
        width: 30px;
        height: 40px;
        top: 1151.5px;
    }
    .flaggeunten1white{
        width: 30px;
        height: 40px;
        top: 1191.5px;
    }
    .flaggeunten1red{
        width: 30px;
        height: 40px;
        top: 1231.5px;
    }
    .flaggeunten2green{
        width: 30px;
        height: 40px;
        top: 1151.5px;
        left: 360px;
    }
    .flaggeunten2white{
        width: 30px;
        height: 40px;
        top: 1191.5px;
        left: 360px;
    }
    .flaggeunten2red{
        width: 30px;
        height: 40px;
        top: 1231.5px;
        left: 360px;
    }
    .logoimpressum{
        display: none;
    }
    .logoimpressum1{
        top: 1168.7px;
        font-size: 17px;
        left: 47px;
        text-align: center;
        display: block;
    }
    .impressumkontakt{
        font-size: 12px;
        top: 1156.3px;
        left: 210px;
    }
    .impressumtext{
        top: 1174.3px;
        font-size: 10px;
        left: 210px;
    }
}
@media (min-width: 1280px) and (max-width:1280px){
    .logo{
        margin-left: -50px;
    }
    .box{
        width: 1280px;
        margin-top: 270px;
        height: 900px;
    }
    .kontaktüberschrift{
        top: 250px;
        width: 157px;
    }
    .überschrift{
        left: 130px;
        top: 470px;
    }
    .kontakttext{
        top: 535px;
        left: 48px;
        width: 500px;
    }
    .whatsappqr1{
        left: 205px;
        width: 200px;
        height: 200px;
        top: 850px;
    }
    .maps{
        display: none;
    }
    .maps2{
        display: block;
    }
    .mapsbackground{
        top: 535px;
        left: 650px;
        width: 500px;
        height: 500px;
    }
    .navbar a {
        font-size:10px;
        margin-left: 5px;
        display: none;
    }
    .toggle_button{
        display: block;
    }
    .toggle_button div {
        -webkit-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;   
        
    }
    input[type="checkbox"]:checked ~ .mnavbackground{
        display: block;
    }
    #toggle_button:checked + .toggle_button .oben {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: 22.5px;
      }
      #toggle_button:checked + .toggle_button .mitte {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: 22.5px;
      }
      #toggle_button:checked + .toggle_button .unten {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
    .mnavbackground{
        width: 1280px;
        height: 250px;
    }
    .oben{
        left: 1200px;
        height: 13px;
        margin-top: -5px;
        width: 40px;
    } 
    .mitte{
        left: 1200px;
        height: 13px;
        margin-top: 10px;
        width: 40px;
    }
    .unten{
        left: 1200px;
        width: 40px;
        height: 13px;
        margin-top: 25px;
    }
    .mnav1{
        font-size: 35px;
        left: 595px;
        top: 34px;
    }
    .mnav2{
        font-size: 35px;
        left: 560px;
        top: 80px;
    }
    .mnav3{
        font-size: 35px;
        left: 598px;
        top: 126px;
    }
    .mnav4{
        font-size: 35px;
        top: 172px;
        left: 586px;
    }
    .impressum{
        top: 915px;
        width: 1280px;
    }
    .flaggeunten1green{
        top: 1145px;
    }
    .flaggeunten1white{
        top: 1205px;
    }
    .flaggeunten1red{
        top: 1265px;
    }
    .flaggeunten2green{
        top: 1145px;
        left: 1230px;
    }
    .flaggeunten2white{
        top: 1205px;
        left: 1230px;
    }
    .flaggeunten2red{
        top: 1265px;
        left: 1230px;
    }
    .logoimpressum{
        top: 1162px; 
        left: 130px;
        width: 300px;
        text-align: center;  
    }
    .impressumkontakt{
        top: 1147px;
        left: 700px;
        font-size: 20px;
    }
    .impressumtext{
        top: 1177px;
        font-size: 15px;
        left: 700px;
    }
    .whatsappqr{
        top: 1160px;
        left: 950px;
    }
}