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;
    }
}


 /* if backdrop support: very transparent and blurred */ /*
 @supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    .header {
        -webkit-backdrop-filter: blur(2em);
        backdrop-filter: blur(2em);
    }
  } */

 
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: 36%;
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 6.5em;
    font-family: "Alike";
    color: white;
    z-index: 1;
    font-weight: 900;
}


.main_picture_div {
    position: relative;
    background-image: url("DSC_0130_Walzenstuhl_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;
 }

 .main_button_list {
    padding-left: 0px;
    position: absolute;
    top: 64%;
    right: 0px;
    left: 0px;
    list-style-type: none;
    float: center;
}

@media (max-width: 1460px) { 
    .main_picuture_div{
        height: 778px;
    }
    .main_heading{
        position: relative;
        left: 0%;
        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 {
        padding-left: 0px;
        position: absolute;
        top: 55%;
        width: 100%;
        list-style-type: none;
        float: center;
    }

 }

 .order_heading{
     position: relative;
     width: 100%;
     margin-top: 10%;
     color: white;
     text-align: center;
     font-size: 1.2em;
     font-family: Raleway;
 }

@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .order_heading{
        margin-top:2%;
        font-size: 2.3em;
    }    
}

 .phone_number{
     position: relative;
     width: 100%;
     margin-top: 5px;
     color:white;
     text-align: center;
     font-size: 3.2em;
     font-family: Raleway;
 }

 @media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .phone_number{
        font-size: 5.4em;
        margin-top: 3px;
    }
}

#order_mail_div{
    margin-top: 10px;
}

 .order_mail_a{
    text-decoration: none;
    color:white;
    margin-top: 20px;
    font-size: 1.5em;
 }


@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .order_mail_a{
        font-size: 2.5em;
    }    
}

 /*   main content          */

 #main_content{
    margin-top: 1%;
    display: inline-block;
    margin-bottom: 10%;
}

 
 .main_text{
    color: #383838;
    font-family: Raleway;
    margin-left: 14%;
    margin-right: 14%;
    display: table;
   /* background-color: green; */
    position: relative;
    padding-top: 5%;
    font-size: 1.4em;
    letter-spacing: 0px;
    padding-bottom: 5%;
    line-height: 1.5;
 }

 @media(min-width: 1921px){
    .main_text{
       font-size: 1.4vw; 
    } 
}

@media (max-width: 1081px) and (min-resolution: 192dpi) {
    .main_text{
        font-size: 4.0vw !important; 
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}


 #left_content_div{
    float: left;
    margin-left: 14%;
    width: 35%;
    margin-right:2%;
}

@media (max-width: 1081px) and (min-resolution: 192dpi) {
    #left_content_div{
        margin-left: 0%;
        width: 100%;
        margin-right:0%;
    }
}

@media (max-width:1300px){
    #left_content_div{
        margin-left: 15%;
        width: 70%;
        margin-right:15%;
    }
    
}

.heading {
    font-size: 51px;
    color: #C69A39;
    font-family: 'Alike', ;
}

@media(min-width:1921px){
    .heading{
       font-size: 3.6vh !important; 
    }
}

@media (max-width: 1081px) and (min-resolution: 192dpi) {
    .heading{
        margin-left: 5%;
    }
}

.normal_text{
    font-family: 'Raleway';
    text-align: left;
    letter-spacing: 0;
    color: #383838;
    opacity: 1;
    font-size: 25px;
    line-height: 1.5;
    text-align: justify;
}

@media(min-width: 1921px){
    .normal_text{
       font-size: 1.6vw; 
    } 
}

@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .normal_text{
        font-size: 4.0vw !important; 
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

#picture_frame_right{
    color:black;
}

@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    #picture_frame_right{
        width: 100%;
    }
}

.main_content_picture_1{
    float: left;
    position: relative;
    margin-left: 5%;
    margin-top: 9%;
    width:  15%;
}

@media (max-width: 1460px){
    .main_content_picture_1{
        float: left;
        position: relative;
        margin-left: 15%;
        margin-top: 10%;
        width: 27.5%;
    }
}

@media (min-width: 1750px){
    .main_content_picture_1{
        margin-top: 7%;
    }
}

@media(min-width: 1921px){
    .main_content_picture_1{
        width: 14%;
        height: auto;
    }
}

@media (max-width: 1460px){
    .main_content_picture_1{
        margin-top: 10%;
    }
}


@media (max-width: 1081px) and (min-resolution: 192dpi) { 
    .main_content_picture_1{
        width: 40%;
        height: auto;
        margin-right: 5%;
        margin-left: 5%;
    }   
}

.group_picture_right{
    z-index: 1;
    position: absolute;
    right: 0px;
    top:50%;
    width: 25%;
}

@media (min-width: 1921px){
    .group_picture_right{
        top: 400px;
        z-index: 1;
        width: 18% !important;
    }
}

/*   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;
}
