@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;
    position: relative;
    height: 2657px;
}
body {
    background-image: url('images/Haupthintergrund.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
::-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 {
    position: sticky;
    top: 0;
    padding: 20px 100px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    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;
    z-index: 100;
    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: 2203px;
    background-color: white;
    z-index: -1;
}
.überunsüberschrift{
    font-size: 35px;
    font-family: "Hittedal";
    position: relative;
    top: 350px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.homeüberschrift{
position: absolute;
top: -25px;
opacity: 0;
}
.unsertext{
    position: relative;
    top: 350px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    height: 336px;
}
.parallax-background{
    background-image: url("images/parallax.jpg");
    height: 380px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    top: 500px;
}
.speisekarteüberschrift{
    position: relative;
    font-size: 35px;
    font-family: "Hittedal";
    top: 540px;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}
.speisekarte1{
    width: 530px;
    position: relative;
    top: 560px;
    left:250px ;
    z-index: 5;
}   

.speisekarte2{
    width: 780px;
    position: relative;
    top: 440px;
    left: 330px;
    z-index: 5;
}    

.backgroundspeisekarte{
    background-color: rgb(128, 128, 128,0.5);
    opacity: 0.5;
    width: 1500px;
    height: 800px;
    position: relative;
    top: -220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.impressum{
    background-color: rgb(72, 36, 10);
    width: 1920px;
    height: 180px;
    position: relative;
    bottom: 160px;
}
.logoimpressum{
    font-size: 39px;
    font-family: "Hittedal" ;
    color: white;
    text-decoration: none;
    font-weight: 300;
    position: absolute;
    top: 2535px;
    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: 2480px;
    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: 2522px;
    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;
}
.flaggegreen{
    width: 640px;
    height: 30px;
    background-color: green;
    position: absolute;
    top: 1052px;
    box-shadow: 0px -7px 8px 0px rgba(0,0,0,0.75);
}
.flaggewhite{
    width: 640px;
    height: 30px;
    background-color: white;
    position: absolute;
    top: 1052px;
    left: 640px;
    box-shadow: 0px -7px 8px 0px rgba(0,0,0,0.75);
}
.flaggered{
    width: 640px;
    height: 30px;
    background-color: red;
    position: absolute;
    top: 1052px;
    left: 1280px;
    box-shadow: 0px -7px 8px 0px rgba(0,0,0,0.75);
}
.flagge1green{
    width: 640px;
    height: 30px;
    background-color: green;
    position: absolute;
    top: 1462px;
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
}
.flagge1white{
    width: 640px;
    height: 30px;
    background-color: white;
    position: absolute;
    top: 1462px;
    left: 640px;
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
}
.flagge1red{
    width: 640px;
    height: 30px;
    background-color: red;
    position: absolute;
    top: 1462px;
    left: 1280px;
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
}
.flaggeunten1green{
    width: 50px;
    height: 60px;
    background-color: green;
    position: absolute;
    top: 2477px;
}
.flaggeunten1white{
    width: 50px;
    height: 60px;
    background-color: white;
    position: absolute;
    top: 2537px;
}
.flaggeunten1red{
    width: 50px;
    height: 60px;
    background-color: red;
    position: absolute;
    top: 2597px;
}
.flaggeunten2green{
    width: 50px;
    height: 60px;
    background-color: green;
    position: absolute;
    top: 2477px;
    left: 1870px;
}
.flaggeunten2white{
    width: 50px;
    height: 60px;
    background-color: white;
    position: absolute;
    top: 2537px;
    left: 1870px;
}
.flaggeunten2red{
    width: 50px;
    height: 60px;
    background-color: red;
    position: absolute;
    top: 2597px;
    left: 1870px;
}
.whatsappqr{
    width: 150px;
    position:absolute;
    top: 2493px;
    left: 1250px;
    border-radius: 20px;
    border: 5px green white red;
}
.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;
}
.parallax-bild{
    position: relative;
    top: 167px;
    width: 390px;
    display: none;
}
.parallax-bild1{
    position: relative;
    top: 167px;
    width: 390px;
    display: none;
}

@media (max-width: 800px){
    body {
        background-image: url('images/Haupthintergrundalt.jpg');
        background-size: 390px;
        height: 1291px;
    }
    .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);
      }
      .überunsüberschrift{
        font-size: 30px;
        top: 140px;
    }
    .unsertext{
        font-size: 10px;
        width: 380px;
        top: 125px;
    }
    .box{
        width: 390px;
        margin-top: 160px;
        height: 1279px;
    }
    .flaggegreen{
        top: 660px;
        width: 130px;
        height: 25px;
    }
    .flaggewhite{
        top: 660px;
        width: 130px;
        left: 130px;
        height: 25px;
    }
    .flaggered{
        top: 660px;
        width: 130px;
        left: 260px;
        height: 25px;
    }
    .flagge1green{
        width: 130px;
        top: 894px;
        height: 25px;
    }
    .flagge1white{
        width: 130px;
        top: 894px;
        left: 130px;
        height: 25px;
    }
    .flagge1red{
        width: 130px;
        top: 894px;
        left: 260px;
        height: 25px;
    }
    .parallax-background{
        display: none;
    }
    .speisekarteüberschrift{
        font-size: 30px;
        top: 172px;
        font-family: "Hittedal";
    }
    .backgroundspeisekarte{
        width: 370px;
        top: -533px;
        height: 770px;
    }
    .speisekarte1{
        width: 330px;
        left: 30px;
        top: 180px;
    }
    .speisekarte2{
        width: 330px;
        left: 30px;
        top: 220px;
    }
    .impressum{
        width: 390px;
        top: -501px;
        height: 119px;
    }
    .logoimpressum{
        display: none;
    }
    .logoimpressum1{
        top: 1812px;
        font-size: 17px;
        left: 47px;
        text-align: center;
        display: block;
    }
    .impressumkontakt{
        top: 1799px;
        left: 210px;
        font-size: 12px;
    }
    .impressumtext{
        top: 1817px;
        left: 210px;
        font-size: 10px;
    }
    .flaggeunten1green{
        width: 30px;
        top: 1794.2px;
        height: 40px;
    }
    .flaggeunten1white{
        width: 30px;
        top: 1834px;
        height: 40px;
    }
    .flaggeunten1red{
        width: 30px;
        top: 1873px;
        height: 40px;
    }
    .flaggeunten2green{
        width: 30px;
        top: 1794.2px;
        left: 360px;
        height: 40px;
    }
    .flaggeunten2white{
        width: 30px;
        top: 1834px;
        left: 360px;
        height: 40px;
    }
    .flaggeunten2red{
        width: 30px;
        top: 1873px;
        left: 360px;
        height: 40px;
    }
    .whatsappqr{
        left: 0px;
        top: 1500px;
        width: 50px;
        display: none;
    }
    .parallax-bild{
        display: block;
    }
}

@media (min-width: 1280px) and (max-width:1280px){
    .body{
        height: 1291px;
    }
    .logo{
        margin-left: -50px;
    }
    .box{
        width: 1280px;
        margin-top: 270px;
    }
    .navbar{
        margin-left: -580px;
    }
    .überunsüberschrift{
        width: 299px;
        top: 250px;
    }
    .unsertext{
        width: 1200px;
        top: 255px;
    }
    .flaggegreen{
        width: 427px;
        top: 1000px;
    }
    .flaggewhite{
        width: 427px;
        left: 427px;
        top: 1000px;
    }
    .flaggered{
        width: 427px;
        left: 854px;
        top: 1000px;
    }
    .parallax-background{
        display: none;
    }
    .parallax-bild1{
        display: block;
        width: 1280px;
        top: 444px;
    }
    .flagge1green{
        width: 427px;
        top: 1386px;
    }
    .flagge1white{
        width: 427px;
        left: 427px;
        top: 1386px;
    }
    .flagge1red{
        width: 427px;
        left: 854px;
        top: 1386px;
    }
    .speisekarteüberschrift{
        width: 170px;
        top: 475px;
    }
    .backgroundspeisekarte{
        top: -900px;
        width: 1000px;
        height: 1490px;
    }
    .speisekarte1{
        width: 600px;
        left: 340px;
        top: 510px;
    }
    .speisekarte2{
        top: 550px;
        left: 260px;
    }
    .flaggeunten1green{
        top: 3103px;
    }
    .flaggeunten1white{
        top: 3163px;
    }
    .flaggeunten1red{
        top: 3223px;
    }
    .flaggeunten2green{
        top: 3103px;
        left: 1230px;
    }
    .flaggeunten2white{
        top: 3163px;
        left: 1230px;
    }
    .flaggeunten2red{
        top: 3223px;
        left: 1230px;
    }
    .whatsappqr{
        top: 3118px;
        left: 950px;
    }
    .impressum{
        width: 1280px;
        top: -820px;
    }
    .logoimpressum{
        top: 3120px;
        left: 130px;
        width: 300px;
        text-align: center;
    }
    .impressumkontakt{
        top: 3105px;
        left: 700px;
        font-size: 20px;
    }
    .impressumtext{
        top: 3135px;
        left: 700px;
        font-size: 15px;
    }
    .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;
    }
    
}
