html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;

}

header {
    transition-duration: 1s;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 141px;
    z-index: 10;
    position: fixed;
    box-sizing: border-box;
    /*background-color: rgba(0, 0, 0, 0.479); */
    backdrop-filter: blur(2em);
}

@media(min-width: 1921px){
    header {
        height: 5.6vw;
    }
}


 
  nav {
    width: 100%;
    height: 100%;
}

nav ul{
    float: right;
    height: 100%;
}

@media (min-width: 1921px){
    nav ul{
        float: right;
        width: 55%;
        height: 50%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.1vw;
    }
}
 

.header_div{   
    width: 100%;
    height: 100%;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    color: white;
    margin-right: 56px;
    margin-top: 50px;
}

@media (min-width: 1921px){
    nav ul li {
        margin-right: 50px;
        margin-top: 2.5vw;
    }
}


nav ul li a{
    text-decoration: none;
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav ul li :after {
    content: '';
    display: block;
    border-bottom: 1px solid white;
    width: 0;
    position: relative;
    right: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}



nav ul li :hover:after {
    width: 100%;
}


label{
    position: absolute;
    float: right;
    top: 30%;
    right: 4%;
    font-size: 50px;
    line-height: 70px;
    color: white;
    display:none;
}

#toggle{
    display:none;
}

@media only screen and (max-width:1100px){

    header{
        backdrop-filter: none;
    }

    label{
        display:block;
        cursor: pointer;
    }

    nav ul{
        background-color: #383838;
        float: none;
        padding-bottom: 20px;
    }

    nav ul li {
        text-align: center;
        list-style-type: none;
        display: block;
        color: white;
        font-size: 2.5em;
        margin-top: 50px;
        
    }


    nav{
        margin-top: 141px;
        display:none;
    }

    #toggle:checked + nav{
        display: block;
    }

 
}

.main_heading{

    position: relative;
    top: 26%;
    padding-left: 3%;
    display: table;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 6.5em;
    font-family: "Alike";
    color: white;
    z-index: 1;
    font-weight: 900;
}

.main_heading_text{
    border-radius: 10px;
    background-color: #0202029a;
    padding-bottom: 20px;
    padding-left:5px;
    padding-right:5px;
}


.main_picture_div {
    position: relative;
    background-image: url("IMG_7451_Mühlenladen_bea.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1078px;
}

@media (min-width: 1921px){
    .main_picture_div {
        height: 50vw;
    }
}


.top_logo_image{
    top: 1%;
    left: 9%;
    width: 135px;
    position: fixed;
    z-index: 11;
}

.main_button_div{
    position: absolute;
    top: 65%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
}

.opening_times_div{
    height: 250px;
    width: 650px;
    border: solid 3px #C59B39;
    display: table;
    margin: 0 auto;
    background-color: #0202029a;
 }

@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .opening_times_div{
        height: 100px !important;
        width: 80%;
    }    
}

 .main_button_list {
    position: absolute;
    top: 64%;
    width: 97%;
    list-style-type: none;
    float: center;
}

@media (max-width: 1460px) { 
    .main_picuture_div{
        height: 778px;
    }
    .main_heading{
        position: relative;
        left: 3%;
        top: 30%;
        display: table;
        margin: 0 auto;
        width: 70%;
        text-align: center;
        font-size: 4.5em;
        font-family: "Alike";
        color: white;
        z-index: 1;
        font-weight: 900;
    }
    
    .main_button_list {
        position: absolute;
        top: 55%;
        width: 100%;
        list-style-type: none;
        float: center;
    }

 }

 .opening_times_heading{
    color:white;
    position: relative;
    padding-top: 5%;
    left:8%;
    font-size: 1.8em;
 }

 .main_opening_times{
    color:white;
    position: relative;
    padding-top: 5%;
    left:8%;
    white-space: pre;
    font-size: 1.4em;
 }

@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .main_opening_times{
        font-size: 3.6vw;
        line-height: 0.6;
    }    
}


 /*   main content          */

 
 .main_text{
    color: #383838;
    font-family: Raleway;
    width: 67%;
    display: table;
    margin: 0 auto;
    position: relative;
    padding-top: 5%;
    font-size: 1.4em;
    letter-spacing: 0px;
    padding-bottom: 5%;
 }

 @media(min-width: 1921px){
    .main_text{
        font-size: 1.2vw;
     }
 }

 @media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .main_text{
        width: 90%;
        font-size: 4.0vw;
    }   
}

 .group_of_three_div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto;
    position: relative;
    text-align:center;
 }

 .single_group_div{
     margin-left: 6%;
     margin-right: 6%;
     margin-bottom: 150px;
     display: inline-block;
 }



 .group_picture_left{
    z-index: 1;
    position: absolute;
    left:-50px;
    top:-10%;
}

.group_picture_right{
    z-index: 1;
    position: absolute;
    right:-380px;
    top:0%;
    width: 40%;
}


 .round_picture{
     width: 307px;
 }

 @media (max-width: 1460px) { 
    .round_picture{
        width: 200px;
    }

    .single_group_div{
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 150px;
        display: inline-block;
    }
 }

.single_group_heading{
    position: relative;
    text-align: center;
    top: 30px;
    height: 100%;
    font-size: 1.5em;
    font-weight: bold;
}

@media (min-width: 1921px){
    .single_group_heading{
        position: relative;
        font-size: 1.6em;
    }
   
}

.single_group_text{
    position: relative;
    top:40px;
    width: 307px;
    font-size: 1.2em;
    text-align: center;
}

@media (max-width: 1460px) { 
    .single_group_text{
        width: 250px;
    }
 }
/*   footer                 */


.contact_div{
    position: relative;
    background-image: url("patrick-fore-0gkw_9fy0eQ-unsplash_bea.png");
    width: 100%;
    height: 710px;
}

.contakt_header{
    position: absolute;
    right:  20%;
    top: 21%;
    color: white;
    left: 60%;
    font-size: 2.5vw;
}

.adress_info {
    position: absolute;
    left: 60%;
    color:white;
    top: 50%;
    line-height: 1.8em;
}

.sendUs_div{
    position: absolute;
    top:72%;
    left: 60%;
    right: 18%;
    border: solid 1px white;
    height: 55px;
}

.sendUs_backtext{
    position: absolute;
    left: 5%;
    top:33%;
    color: white;
}

.sendUs_button{
    position: absolute;
    right: 0%;
    color: black;
    height: 100%;
    text-align: center;
    width: 30%;
    background-color: white;
}

.opening_times{
    position: absolute;
    top: 49%;
    left:72%;
    right:10%;
    color:white;
    line-height: 0.9em;
    white-space: pre;
}


.buttom_picture{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

@media (max-width: 1460px) { 
    .opening_times{
        position: absolute;
        left:52%;
        right:20%;
    }
    
    .contakt_header{
        position: absolute;
        right:  30%;
        top: 21%;
        color: white;
        left: 40%;
        font-size: 4.5vw;
    }
    
    .adress_info {
        position: absolute;
        left: 40%;
    }
    
    .sendUs_div{
        position: absolute;
        top:72%;
        left: 40%;
        right: 15%;
        border: solid 1px white;
        height: 55px;
    }

    .contact_div{
        position: relative;
        background-image: url("patrick-fore-0gkw_9fy0eQ-unsplash_bea_small.png");
        width: 100%;
        height: 710px;
    }
}

.footer{
    background-color: #C69A39;
    margin-top: -10px;
    width: 100%;
    position: relative;
}

.footer_div {
    background-color: #C69A39;
    position: relative;
    width: 100%;
    height:200px;
    bottom:0;
}

.footer_logo_image{
    position: absolute;
    left: 5%;
    top:25%;
    size: auto;
    width: 135px;
}


.footer_contact_div{
    position: absolute;
    left: 25%;
    top: 44%;
    color:white;
    font-size: 1.2em;
}

.facebook_div{
    text-decoration: none;
    position: absolute;
    left: 80%;
    top: 63%;
    color: white;
    display: inline;
}

.facebook_link_image{
    width: 25px;
}

.small_icon_footer{
    height: 18px;
    margin-right: 5px;
    margin-top:5px;
}

#agb_div{
 color: white;   
 float: right;
 margin-top:3px;
}
