/*
Theme Name: Restaurant Theme
Theme URI:
Author: Werbeagentur PR57
Author URI: http://xxx.org/
Description: Demo Webseite für eine Online Speisekarte für ein Restaurant oder Imbiss. 
Version: 1.0
*/
/*
Debug Boxen Ansicht
header, main, nav, article, aside, footer{
    background:rgba(0,0,0,0.2);
    padding:0.5em;
    margin-bottom:0.5em;
}*/

/* Globals*/


    
*{
    font-family:'Roboto Slab';
    font-weight: 400;
        box-sizing: border-box;
}


a{
    text-decoration: none;
    color: #931919;
}
a:hover{
    text-decoration: none;
    color: #ac2222;
}
.scroller {
    scrollbar-color: #931919 white; /* thumb and track color */
    scrollbar-width: thin;

  }
  
   /* width */
   ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #eee; 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #931919;
    border-radius: 5px;
   
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #931919; 
  }



/* Header*/



.logo{
    width:150px;
    display:block;
    margin-bottom: 1em;
    color:#fff;
    
}


/* Suche*/


/* Navigation*/

.menu-bar{
    z-index: 900000;
    position: fixed;
    background-color:rgba(7, 7, 7, 0.99);
    width: 100vw;
    max-height: 100px;
    transition: 0.5s;
    padding: 10px;
    bottom:40px;
    padding-top: 25px;
    border: 5px solid;
    border-top-color:  #ae4e22;
    border-bottom-color: #ae4e22;

}
 
.main-menu{
    padding: 0;
}
 
.main-menu ul{
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;  
    text-align: center;
}
 
.main-menu ul li{
   
    display:inline;
    margin: 0 12% 0 0;
   
   
}
.main-menu ul li a{
    text-decoration: none;
    color: #fff;
    height:50px;
    padding: 7px;
    transition: 0.5s;
   display: inline-block;
   position: relative;
   padding-top: 25px;
   top:0px;
}

.main-menu ul li a:hover {
    
    color: rgb(253, 210, 182);
 
}

.main-menu ul li#menu-item-70::before{
    background-image: url('img/feather-home-icon.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px; 
    height: 25px;
    content:"";
    position: relative;
    left: 62px;   
    bottom: 25px;
    
}

.main-menu ul li#menu-item-634::before{
    background-image: url('img/pizza.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px; 
    height: 25px;
    content:"";
    position: relative;
    left: 70px;   
    bottom: 27px;
    
}


.main-menu ul li#menu-item-609::before{
    background-image: url('img/feather-clock-icon.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px; 
    height: 25px;
    content:"";
    position: relative;
    left: 82px;   
    bottom: 23px;
    
}

.main-menu ul li#menu-item-610::before{
    background-image: url('img/metro-compass-icon.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    position: relative;
    left: 52px;   
    bottom: 26px;
    
}

.main-menu ul li:last-child{ 
    margin: 0; 
}
 .main-menu .sub-menu{
display: none;
}
.category .main-menu .sub-menu{
    display: inline-flex; ;
}
.main-menu .sub-menu{
    position: absolute;
    bottom: 80px;
    left: -35%;
   
    background-color: #393939;
    width: 110vw;
    text-align: center;
    padding: 15px;
    padding-left: 60%;
    
   
}
.main-menu .sub-menu li a {
    padding:0;
    height: 20px;
}

/* Footer  - Footer Menu */

.footer-container{
    position: fixed;
 
    background-color: #fff;
 
    bottom: 0%;
    z-index: 9;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    
}
    

.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
  
}


 
 
.footer-menu ul li{
    display: inline; 
    margin: 0 10px 0 0;
   
}
 
 
 
.footer-menu ul li:last-child{ 
    margin: 0; 
}
 

 
.footer-menu ul li a:hover{
  
    color: rgb(90, 90, 90);
   
}



.footer-menu ul li a {
    font-size: 10px;
    text-decoration: none;
    color: #393939;
}



/*Frontpage*/



.headline-container{
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    top: -5%;
}
.home .headline{
   position: relative;
  
    margin: 0 auto;
    display: flex;
    max-width: initial;
    margin-top: 90px;
}

.home .headline h1 {
    background-size: 400px auto;
    width: 400px;
    height: 300px;
   

}

.front-bg-container{
    
    background-image: url('img/Hintergrund3.jpg');
    background-repeat: none;
    background-position: bottom;
    background-size: cover;
    
    height: 100vh;


}

.site-content{
    background-image: url('img/Hintergrund-Schiefer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 800px;
    

}

.page-id-91 .site-content{
    min-height: initial;
}
.page.page-id-91{
    min-height: initial!important;
}


.white-content-area{
    background-color: #fff;
	    overflow-wrap: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis;
    
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.speisekarte-btn{
    position: relative;
    top:50vh;
    width: max-content;
    display: block;
    cursor: pointer;
    background-color: rgb(255, 189, 127);
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 30px;
}
.speisekarte-btn span{
    
    text-align: center;
    color: rgb(83, 83, 83);
    font-size: 25px;
    

}
.speisekarte-btn:hover{
    background-color: rgb(245, 131, 78);
}
.speisekarte-link{
text-decoration: none;


}


/* Content*/

span p{
    margin-bottom: 0;
}




/*  Headline & Subheads */

.headline {
    max-width: 230px;
    margin: 0 auto;
    
}

.headline h1{
text-align: center;
color: transparent;
font-size: 30px;
margin-top: 15px;
cursor: pointer;
background-image: url('img/Logo-Restaurant2.png');
background-size: 140px auto;
background-repeat: no-repeat;
background-position: left 50% top 50%, 0 0;
display: inline-block;
width: 200px; 
height: 70px;
content:"";
}

.home .headline h1{
    background-image: url('img/Logo-Restaurant2.png');
}
.page-id-91 .headline h1{
text-align: center;
color: transparent;
font-size: 30px;
margin-bottom: 5px;
margin-top: 5px;
cursor: pointer;
background-image: url('img/Logo-Restaurant.png');
background-size: 100px auto;
background-repeat: no-repeat;
background-position: left 50% top 50%, 0 0;
display: inline-block;
width: 200px; 
height: 70px;
content:"";
}

.opentime-text{
    margin-top: 50px ;
    margin-left: 25%;
}


.categories{
    display: inline-flex;
    overflow: auto;
    position: relative;
    
    z-index: 999;
   
    padding: 0 2%;
    max-width: 1000px;
   
    margin: 0 auto;
}
.categories-box{
    background-color: rgba(47, 47, 47, 0.8);
    position: fixed;
    display: inline-flex;
    width: 100%;
  
    z-index: 2;
    height: 75px;
    bottom: 140px;
    left: 0%;
}

.go-left{
  
    background-image: url('img/left-arrow.svg');
    background-size: 60%;
    background-position: 30% 50%;
    background-repeat: no-repeat;

    padding: 3px 5px;
    padding-right: 8px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 5px;
    border: 2px solid #ae4e22;
    color: #ae4e22;
    background-color: #fff;
    cursor: pointer;
    height: 30px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    left: 25%;
    width: 30px;
    z-index: 15;
    bottom: 22px;
   
}

.go-right{

    background-image: url('img/right-arrow.svg');
    background-size: 60%;
    background-position: 70% 50%;
    background-repeat: no-repeat;

    padding: 3px 5px;
    padding-left: 8px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 5px;
    border: 2px solid #ae4e22;
    color: #ae4e22;
    background-color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 20px;  
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 25%;
    z-index: 15;
    
    bottom: 22px;

}


.speise-sorte{
    font-size: 12px;
    margin: 20px 5px;
    width: 110px;
    
    background-color: #EFEFEF;
    text-align: center;
    border-radius: 20px;
    transition: 0.5s;
}
.speise-sorte a{
    width: 110px;
    border-radius: 20px;
    padding: 8px 5px;
    text-decoration: none;
    color: #393939;
    display: block;
    text-align: center;
}

.speise-sorte:hover{
    background-color: #f8af85;

}
.speise-sorte a:hover{
    background-color: #f8af85;
  
}

.speise-liste{
    height: 65vh;
    overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);

    
}

.speise-titel h2 {
    font-size: 25px;
    margin-top: 30px;
}



.speise-beschreibung span p{
    font-size: 12px;
}

p.fruchteis{
    margin-top: 15px;
    margin-bottom: 15px;
}

.speise-image img{
    width: 100%;
    height: auto;
    
   
}

.speise-img-box{
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    box-shadow: 2px 0px 5px rgba(94, 94, 94, 0.3);
    min-height: 200px;
  
    text-align: center;
}

.zusatzstoffe-ziffer{
    font-size: 12px;
    font-weight: 300;
    position: relative;
    bottom: 15px;
    left: 8px;
    z-index: -1;
}
.speise-extras .zusatzstoffe-ziffer{
    font-size: 8px;
    font-weight: 300;
    position: relative;
    bottom: 5px;
    left: 0px;
    z-index: -1;
}

 .list-item{
    padding: 0;
}

.list-item-container{
    margin-bottom: 8px;
}


.speise-preis span,  .speise-preis-xl span{
    font-size: 12px;
    font-weight: 500;
    color: #fff;

}

.list-item .extra-anmerkung{
font-size: 10px;
font-weight: 200;
min-width: 20px;
display: inline-block;
}

.list-item .extra-preis{
    font-size: 10px;
    background-color: #393939;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
    margin-left: 5px;
}

.list-item .extra-beschreibung p{
    margin-top: 5px;
}
    .list-speise-nummer span{
        background-color: #ccc;
       
        padding: 3px 10px;
        border-radius: 3px;
        font-weight: 300;

        width: 70px;
    }

    .speise-extras .list-speise-nummer  span{
        font-size: 10px;
    }

    .list-item .extra{
        font-weight: 500;
    }


.preis-spalte{
    padding: 3px;
    padding-bottom: 5px;
    background-color:#393939 ;
    text-align: center;
    border-radius: 10px;

   
    width: 120px;
    float: left;
    margin: 20px 0;
    margin-right: 15px;
    
}


.speise-zusatz{
    font-size: 10px;
    font-weight: 300;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0;
}

.speise-nummer{
    font-size: 12px;
    background-color: #393939;
    color: #fff;
    padding: 5px 10px;
    padding-left: 20px;
    position: absolute;
    top: -50px;
    width: 140px;
    right: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: right;
}


.extra-headline{
    text-transform: uppercase;
}

.speise-extras ul  {
    list-style: none;
    padding-left: 0;
}
.speise-extras ul li {
    line-height: 15px;
    padding-left: 1.1em;
    text-indent: -1.2em;
}
.speise-extras ul li:before {
    content: "\25B8";
    padding-right: 7px;
}

.extra-preis{
    font-weight: 400;
}
.speise-extras span {
    font-size: 12px;
}




.speise-box{
    padding: 15px;
    margin: 0;
    margin-bottom: 30px;
    /* display: none; */
  
}

.speise-box-bg{
    padding: 0;
    max-width: 95%;
    background-color: #F4F4F4;
    min-height: 565px;
    box-shadow: 1px 3px 7px rgba(94, 94, 94, 0.3);
    z-index: 2;
}


.speise-box.Gerichte{
    display: block;
}

.speise-content{
    padding: 0 20px;
}


/** Anfahrt */

.page p iframe{
    width: 70%;
    height: 60vh;
    margin: 0 15%;
}
.page h1 {
    text-align: center;
    margin-bottom: 30px;
    
}

.map-box{
text-align: center;
}
.white-content-area .page h1 {
    margin-top: 100px;
    margin-bottom: 50px;
    
}
.white-content-area{
    padding-left: 50px;
    padding-right: 50px;
	padding-bottom:150px;
}


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


.space-after{
    min-height: 150px;
    clear: both;
}
.space-clear{
    clear: both;
}
.mini-cat-box{
display: none;
}

/*Sidebar Navigation Mobile*/

#hamburger-menu{
    position: fixed;
    right: 30px;
    top: 15px;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 30px;
    z-index: 5;
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #acacac;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .main-menu-mobile {
      padding: 5px 45px;
  }

  .main-menu-mobile ul{
      padding: 0;
  }

  .main-menu-mobile li{
    list-style-type: none;
    }
    #mobile-cat-menu{
        display: none;
    }

    #mobile-cat-menu a{
        background-color: #EFEFEF;
        color: #555;
    }

    .speise-row{
        padding-bottom: 200px;
    }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



/** Responsiv Design - Optimierungen für Laptops  */

@media screen and (min-width:1400px) and (max-width:1650px){
    .go-left {
       left: 15%;
      
    }
    .go-right {
        right: 15%;
       
     }
     .speise-liste {
        height: 100vh;
        overflow: auto;
    }

    .main-menu .sub-menu {
        width: 120vw;
        padding-left: 65%;

    }

}

/** Responsiv Design - Optimierungen für das Smartphone */

@media screen and (max-width:600px){

    .speise-row{
        padding-bottom: 30px;
    }
  

    .main-menu-mobile .dropdown-item{
        width: 250px;
        text-align: left;   

    }
    .main-menu-mobile .dropdown-menu li{
        padding-left: 9%;
        

    }

    .speise-row{
        margin: 0px;
        padding-left: 15px;
    }

    .footer-container{
        display: none;
    }
    .footer-menu-mobile{
        position: absolute;
        bottom: 20px;
    }
    .footer-menu-mobile ul{
      padding: 0;
    }
.footer-menu-mobile li{
    list-style-type: none;
}

    #hamburger-menu{
        display: block;
    }
.home #hamburger-menu{
    color: #fff;
}
    .headline-container{
        top: 20%;
    }


    .home .content-area{
        min-height: initial;
    }

    ::-webkit-scrollbar {
        width: 10px;
       
      }
      ::-webkit-scrollbar-track {
        width: 5px;
      }

    .home .headline h1 {
        background-size: 200px auto;
        width: 250px;
        height: 100px;
    }

    .headline h1 {
       
        background-size: 100px auto;
      
        width: 150px;
        height: 50px;
        
    }
    .white-content-area{
        padding-right: 30px;
        padding-left: 30px;
           background-color: #fff;
	    overflow-wrap: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis;
    
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

    }
    .page h1{
        font-size: 25px
    }
    .page h2{
        font-size: 20px
    }
    .page h3{
        font-size: 18px
    }
    
	.page{
		min-height:initial!important;
		padding-bottom:0!important;
	}
    
    .opentime-text{

        margin:0 5px;
        margin-top: 25px;
        font-size: 14px;
    }




    .menu-bar{
        max-height: 80px;
        position: fixed;
        display: none;
    }

    .main-menu ul li a {
        font-size: 10px;
        padding: 3px;
        padding-top: 18px;
    }

    .main-menu ul li {
     
        margin: 0 ;
    }

    .menu-bar .container{
        padding:0 ;
    }
    .second-column{
        padding:0;
    }

    .main-menu ul li#menu-item-70::before {
     
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        left: 40px;
        bottom: 20px;
    }

    .main-menu ul li#menu-item-93::before {
       
        background-size: 18px 18px;
   
        width: 18px;
        height: 18px;
  
        left: 40px;
        bottom: 20px;
    }


    .main-menu ul li#menu-item-609::before {
        
        background-size: 18px 18px;

        width: 18px;
        height: 18px;
      
        left: 50px;
        bottom: 18px;
    }

    .main-menu ul li#menu-item-610::before {
      
        background-size: 15px 15px;

        width: 15px;
        height: 15px;

        left: 32px;
        bottom: 18px;
    }

    .categories{
      
        padding: 0 3px;
   
        width: 70%;
    
    }
    .categories-box{
        bottom: 120px;
        height:45px;
        display: none;

    }
   
    .go-left{
      
        padding: 3px 5px;
        padding-right: 8px;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 5px;
        border: 2px solid #931919;
        color: #931919;
        background-color: #fff;
        cursor: pointer;
        height: 30px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        left: 5px;
        width: 30px;
        z-index: 5;
        top: initial;
        bottom: initial;
    }
  
    .go-right{
      
        padding: 3px 5px;
        padding-left: 8px;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 5px;
        border: 2px solid #931919;
        color:#931919;
        background-color: #fff;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 20px;  
        font-size: 13px;
        font-weight: 700;
        position: absolute;
        right: 7px;
        z-index: 5;
        top: initial;
       bottom: initial;
    
    }

    .mini-cat-box{
        z-index: 30;
        height: 25px;
        width: 100%;
        background-color: rgba(35, 35, 35, 0.9);
        position: absolute;
        bottom: 120px;
        cursor: pointer;
        padding: 7px;
        }
        #hamburger-icon{
            font-size: 15px;
            position: relative;
            bottom: 8px;
            left: 50%;
            color: #bbb; 

        }
    .speise-sorte{
        width: 110px;
        margin: 5px 3px;
     
        margin-bottom: 10px;
    }
    .speise-sorte a {
        width: 110x;
       
        padding: 5px 5px;
    }

    .speise-box {
        margin-bottom: 5px;
    }
    .speise-liste {
        height: 90vh;
      
    }
    .speise-liste .container{
        padding-right: 10px;
    }
    .speise-img-box {
        max-height: 250px;
    }

    .speise-titel h2 {
        font-size: 20px;
    }
    .speise-beschreibung span p {
        font-size: 10px;
    }
    .zusatzstoffe-ziffer {
        font-size: 8px;
    }
    .speise-extras span {
        font-size: 10px;
    }

    .speise-zusatz {
        font-size: 9px;
    }

    .preis-spalte {
        margin: 10px 0;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .speise-box-bg {
        
        min-height: initial

    }
    .speise-extras ul {
        margin: 0;
    }

    .front-bg-container{

        height: 100vh;
    }
    .page p iframe{
        width: 95%;
        height: 50vh;
        margin: 0 2.5%;
    }

  
    }

    @media screen and (min-height:750px) and (max-height:900px){
        .speise-liste {
            height: 90vh;
          
        }

      

    }



    @media screen and (min-height:400px) and (max-height:600px){
        .speise-liste {
            height: 90vh;
          
        }

        .categories{
            width: 70%;
           
        }

    }

    @media screen and (min-height:400px) and (max-height:800px)and (min-width:1000px) and (max-width:1600px) {
     
          .headline h1{
            background-size: 90px auto;
            height: 45px;
        }
        .page .speise-liste {
            height: 60vh;
        }

        .main-menu .sub-menu {
            width: 130vw;
            padding-left: 65%;
        }
    }


   
    


    
    @media screen and (max-height:500px) and (max-width:700px)and (min-width:300px){
        .main-menu ul {
            font-size: 14px;
        }
        .main-menu ul li {
           
            margin: 0 5px 0 0;
            
        }


        .main-menu ul li#menu-item-584::before{
            left: 65px;
        }

        .main-menu ul li#menu-item-337::before{
            left: 45px;
        }
        .main-menu ul li#menu-item-93::before {
        left: 52px;
        }
        .main-menu ul li#menu-item-70::before {
            left: 52px;
        }
        .home.page {
          
            min-height: 400px;
        }

         .home .content-area{
          
            min-height: 400px;
        }
    }



    /** Responsiv Design - Optimierungen für Tablets */

@media screen and (min-width:750px) and (max-width:1400px){
  
   
    .headline-container{
        top: 10%;
    }

    .home .content-area{
        min-height: initial;
    }

    .home .headline h1 {
        background-size: 350px 150px;
        width: 350px;
        height: 150px;
        background-position: left 60% top 50%, 0 0;
    }

    .main-menu ul li a {
        font-size: 14px;
        padding: 5px;
        padding-top: 25px;
    }

    .main-menu ul li {
     
        margin: 0 5% 0 0;
    }

    .menu-bar .container{
        padding:0 ;
    }
    .main-menu .sub-menu {
        width: 140vw;
        padding-left: 70%;
    }
    .second-column{
        padding:0;
    }

    .speise-liste {
        height: 70vh;
     
    }

    .main-menu ul li#menu-item-70::before {
     
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
        left: 48px;
        bottom: 20px;
    }

    .main-menu ul li#menu-item-93::before {
       
        background-size: 22px 22px;
   
        width: 22px;
        height: 22px;
  
        left: 50px;
        bottom: 20px;
    }


    .main-menu ul li#menu-item-584::before {
        
        background-size: 22px 22px;

        width: 22px;
        height: 22px;
      
        left: 65px;
        bottom: 18px;
    }

    .main-menu ul li#menu-item-337::before {
      
        background-size: 20px 20px;

        width: 20px;
        height: 20px;

        left: 40px;
        bottom: 18px;
    }

    .main-menu ul li#menu-item-609::before {
     
        left: 70px;
  
    }

    .main-menu ul li#menu-item-634::before {
        left: 60px;
        bottom: 20px;
    }

    .main-menu ul li#menu-item-610::before {
        left: 43px;
    }
    .speise-box-bg{
        min-height: 475px;
    }
    .speise-box{
        margin-bottom: 0;
    }
    .speise-titel h2 {
        font-size: 25px;
    }
    .zusatzstoffe-ziffer {
        font-size: 10px;
    }

    .categories{
       
        padding: 0 3px;
      
        max-width: 75%;
        padding-top: 5px;
      
    }

    .opentime-text{
        margin-top: 50px ;
        margin-left: 20%;
    }

.categories-box{
    
    height: 50px;
}
    .go-left{
        left: 6%;
        bottom: 10px;
    }

    .go-right{
        right: 6%;
        bottom: 10px;   
    }
    .speise-sorte{
        margin: 5px 3px;
        width: 110px;
        margin-bottom: 10px;
    }
    .speise-sorte a {
        width: 110px;
        padding: 5px 5px;
    }

    .preis-spalte {
        margin-top: 10px;
    
    }
    .speise-zusatz{
    margin-bottom: 15px ;
}

.page p iframe{
    width: 90%;
    height: 60vh;
    margin: 0 5%;
}


@media screen  and (max-width:900px) and (min-width:820px) and (min-height:1100px){
    .speise-liste {
        height: 73vh;
    }
}



@media screen  and (max-width:1100px) and (min-width:1000px) and (min-height:1350px){
    .speise-liste {
        height: 78vh;
    }

    .site-content{
   
        height: 100vh;
   
       
    
    }
    
}

  

}