/*
Theme Name: Speisekarte Theme
Theme URI:
Author: Werbeagentur PR57
Author URI: http://xxx.org/
Description: Landing Page der Online-Speisekarte
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: 'Assistant', sans-serif;
        box-sizing: border-box;
}

a{
    text-decoration: none;
    
}
a:hover{
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: 'Thasadith', sans-serif;
    font-weight: 700;
}

.content-area{
    min-height: 900px;
}



/* Header*/



.logo{
    width:150px;
    display:block;
    margin-bottom: 1em;
    color:#fff;
    
}


/* Suche*/


/* Navigation*/

.top-bar{
    z-index: 900000;
    position: fixed;
    background-color:rgba(7, 7, 7, 0.99);
    width: 100vw;
    max-height: 50px;
    transition: 0.5s;
    padding: 10px;
    top:-50px;
}
 
.main-menu{
    padding: 0;
}
 
.main-menu ul{
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;  
 
}
 
.main-menu ul li{
    display:inline;
    margin: 0 40px 0 0;
   
}
.main-menu ul li a{
    text-decoration: none;
    color: #fff;
    height:50px;
    padding: 7px;
    transition: 0.5s;
   
}

.main-menu ul li a:hover {
    
    background-color: #51AE97;;
 
}
.main-menu ul li:last-child{ 
    margin: 0; 
}




/* Main*/






/* Content*/
.video-container{
    height: 100vh;
    overflow: hidden;
}
#hero-video{
    width: 100vw;

}

.page-section{
    min-height: 800px;
    margin-bottom: 150px;
}

.video-hero-content{
    position: absolute;
    top: 10%;
}


#herotext{
    background-image: url('img/Smartphone-Hand-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}


.full-service-btn{
    position: absolute;
    bottom: 10vh;
    left: 70%;
    width: 300px;
    background-color: #51AE97;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 15px 45px;
    border-radius: 35px;
    cursor: pointer;
    transition: .3s;
    border-top-left-radius: 10px;
    border-top-right-radius:    35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 35px;
    color: #fff;
}
.full-service-btn:hover{
    background-color: #418977;
    color: #eee;
}


#features{
    min-height: 900px;
    background-image: url('img/Responsive-Weiss-Sprechblase.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    
}

#howto{
    background-image: url('img/QR-Code.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 600px;
    
}

#howto-second{
    background-image: url('img/Laptop.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 600px;
    
}

.features-box{
    padding-top: 125px;
}

#features-list{
    list-style-type: none;
}

#features-list li:before {
  
    background-size: 50px auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
    position: relative;
    padding-right: 75px;
    top: 15px;
}
#feature-img:before{
    background-image: url('img/Icon-Bild_Lila.svg');
}

#feature-extra:before{
    background-image: url('img/Icon-Extra_lila.svg');
}
#feature-dynamic:before{
    background-image: url('img/Icon-Bildschirm_lila.svg');
}

#feature-kategorie:before{
    background-image: url('img/Icon-Kategorien_lila.svg');
}

#feature-ilist:before{
    background-image: url('img/Icon-Liste_lila.svg');
}

#feature-import:before{
    background-image: url('img/Icon-Liste2_lila.svg');
}

#feature-zusatz:before{
    background-image: url('img/Icon-Allergene_lila.svg');
}
#feature-responsiv:before{
    background-image: url('img/Icon-Responsive_lila.svg');
}

#features-explained{
    margin-bottom: 0px;
}


#demo-one{
    background-image: url('img/Prototyp2.png');
}
#demo-two{
    background-image: url('img/Prototyp1.png');
}

.demo-box{
    width: 560px;
    height: 520px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.link-btn{
    text-align: center;
    color: #fff;
    background-color: #51AE97;

    width: 275px;
    padding: 10px;
    margin: 30px auto;
    font-size: 25px;  
  
    font-weight: bolder;
    transition: .3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 35px;
}
.link-btn:hover{
    background-color: #418977;
}

.herotext-content{
    padding-top: 125px;

}
#howto-container{
    padding-top: 175px;
}
#howto-second-container{
    padding-top: 175px;
}

.feature-ex-bg{
    background-color: #eee;
    margin: 10px;;
    padding: 25px;
    min-height: 275px;
    padding-top: 60px;
    border-top-left-radius: 35px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.feature-ex-bg-lila{
    background-color: #7F85C1;
    color: #fff;

}
#ex-box-allergene{
    padding-top: 30px;
}
#ex-box-import{
    padding-top: 30px;
}
#ex-box-kategorien{
    padding-top: 40px;
}



.img-icon{
    width: 60px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.bg-hero-sm, .bg-features-sm, .bg-howto-sm {
    display: none;
}



#video-iframe-vimeo{
    margin: 0 auto;
}


    .video-impr-container{
        margin: 30px auto;
    }

    #video-impression{
        padding: 30px;
    }

#circle-btn{
    position: absolute;
    top: 85vh;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(102, 102, 102, 0.7);
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#circle-btn span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
/*  Headline & Subheads */

.video-hero-content h1{

margin-left: 15%;
font-size: 55px;
}

#hero-subline{
    margin-left: 15%;
    padding-left: 45px;
    font-size: 35px;
}

#herotext-headline{
    color: #51AE97;;
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}
#herotext-subhead{
    color: #51AE97;;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.herotext-paragraph{
    font-size: 25px;
    margin-bottom: 45px;
}

#demo-headline{
    text-align: center;
 
    font-size: 35px;
    padding: 15px 45px;
   background-color: #51AE97;
   box-shadow: 1px 1px 4px #666  ;
  /*   border-top-left-radius: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 35px; */
    color: #fff;
    width: 700px;
    margin: 75px auto;
}

#features-headline{
    padding-top: 75px;
    text-align: center;
    font-size: 45px;
}
.features-item{
   
    font-size: 25px;
    line-height: 45px;
    margin: 15px 0px;
    
}

#howto-headline{
    text-align: center;
 
    font-size: 35px;
    padding: 15px 45px;
   background-color: #51AE97;
   box-shadow: 1px 1px 4px #666  ;

    color: #fff;
    width: 700px;
    margin: 75px auto;
}
.howto-subhead{
    color: #51AE97;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.howto-paragraph{
    font-size: 25px;
    margin-bottom: 45px;
}

#features-detail-headline{
    text-align: center;
 
    font-size: 35px;
    padding: 15px 45px;
   background-color: #51AE97;
   box-shadow: 1px 1px 4px #666  ;

    color: #fff;
    width: 700px;
    margin: 75px auto;
}

.feature-exhead{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.feature-ex-paragraph{
    font-size: 15px;
    text-align: center; 
}


.full-service-btn{
    font-size: 25px;
    font-weight: 600;
}

#full-service-headline{
    text-align: center;
 
    font-size: 35px;
    padding: 15px 45px;
   background-color: #51AE97;
   box-shadow: 1px 1px 4px #666  ;

    color: #fff;
    width: 700px;
    margin: 75px auto;

}
#full-service-second-btn{
    text-align: center;
    font-size: 35px;
    padding: 15px 45px;
    background-color: #51AE97;
    border-top-left-radius: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 35px;
    color: #fff;
    width: 400px;
 
    cursor: pointer;
    position: relative;
    left: 55vw;
    top: 40vh;
}
#full-service-second-btn:hover{
    background-color: #418977;
}

.full-service-table{
    padding: 100px 0px;
}

.col-service{
    padding: 10px 20px;
    min-height: 45px;
   background-color: #eee;
   margin: 5px 0;
}
.col-service.col-service-even{
    background-color: #ddd;
}
.col-headline{
    text-align: center;
    background-color: #7F85C1;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    min-height: 45px;
    margin: 5px 0;
}

#full-service-table-headline{
    text-align: center;
    margin-bottom: 30px;
}

.table-icon{
    height: 25px;
    width: 25px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.table-icon-cross{
    height: 20px;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
   
}
.column-text{
    text-align: center;
    display: block;
}

.table-column{
    padding: 0px 5px;
    -ms-flex: 0 0 22%;
flex: 0 0 22%;
max-width: 22%;
}

.two-rows{
    min-height: 70px;
}

#table-label-service-mobile-second{
    display: none;
}

#table-label-service-mobile-third{
    display: none;
}

#shop-service{
    background-image: url('img/Unsere-Pakete.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    min-height: 800px;
    
}





/* Kontakt Seite   */


/* Footer  - Footer Menu */

.footer-container{
   
    padding-top:30px;
    min-height:200px;
    background-color: rgba(7, 7, 7, 0.99);
    position: relative;
    z-index: 50;
    color:#fff;
    }
    

.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{
    text-decoration: none;
      color:#fff;
   
}
 
.footer-menu ul li.current-menu-item a{ 
    color: #773232; 
}
 
.footer-menu ul li a:hover{
  
    color: rgb(90, 90, 90);
   
}


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


.space-after{
    min-height: 150px;
}

/** Responsiv Design - Optimierungen für das Laptops */

@media screen and (min-width:1400px) and (max-width:1650px){
    .demo-box {
            width: 460px;
            background-size: contain;
    }
    #features{
        background-position: left 30% top 50%;
        background-size: contain;
    }

    .feature-ex-bg {
      
        margin: 10px 5px;
        padding: 15px;
            padding-top: 15px;
        min-height: 275px;
        padding-top: 40px;
    }

    .img-icon {
        width: 45px;
    }
}



/** Responsiv Design - Optimierungen für das Smartphone */

@media screen and (max-width:600px){

#top-bar{
    display: none;
}
.page-section{
    min-height: initial;
    margin-bottom: 50px;
}
.video-container{
    height: initial;
}
#hero-video {
width: initial;
height: 400px;
}

.video-hero-content h1 {
    
    font-size: 35px;
}
#hero-subline {
    margin-left: 15%;
    padding-left: 0;
    font-size: 20px;
}

.full-service-btn {
 
    font-size: 15px;
    width: 200px;
    padding: 5px; 

    top: 300px;
    bottom: initial;
    left: 24%;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 20px;

}

.full-service-second-btn {
 
    font-size: 15px;
    width: 200px;
    padding: 10px 5px; 
    


}

.demo-link{
    padding: 0 30px;
}
.demo-box{
    background-size: contain;
    width: initial;
    height: 320px;
}
#demo-headline{
    margin: 0 auto;
    margin-bottom: 15px;
   font-size: 25px;
   padding: 10px 15px;
   width: initial;
   border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 25px;
    width: 275px;

}
.link-btn{
    margin: 5px auto;
    font-size: 15px;
    width: 200px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 20px;
}

.demo-link{
    margin-bottom: 30px;
}
#herotext {
background-image: initial;
padding: 15px;
}

.herotext-content {
    padding-top: 0px;
}
#herotext-headline {
    font-size: 25px;
    margin-bottom: 15px;
}

#herotext-subhead {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.herotext-paragraph {
    font-size: 15px;
    margin-bottom: 15px;
}

.bg-hero-sm{
    display: block;
    background-image: url('img/Smartphone-Hand-Mobil.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    padding: 0;
    margin-bottom: 15px;
}

#features {
    min-height: initial;
    background-image: initial;
}
.features-box{

    padding: 25px;
    padding-top: 0px;
}
#features-list{
    padding: 25px;
}
.features-item {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
    padding: 0;
}

#features-list li::before {
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    padding-right: 60px;
}


.bg-features-sm{
    display: block;
    background-image: url('img/Responsive-Weiss-Sprechblase.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    padding: 0;
    margin-bottom: 0px;
}


#howto {
    background-image: initial;
}
#howto-second {
    background-image: initial;
}

#howto-headline {
    font-size: 25px;
    margin-bottom: 15px;
}
.howto-subhead {
    font-size: 20px;
    margin-bottom: 10px;
}
.howto-paragraph {
    font-size: 15px;
    margin-bottom: 15px;
}

#howto-container {
    padding-top: 0px;
    padding: 25px;
}

.bg-howto-sm {
    display: block;
    background-image: url('img/QR-Code-Mobil.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    padding: 0;
    margin-bottom: 15px; 
}
#ex-box-allergene, #ex-box-kategorien,#ex-box-import {
    padding-top: 30px;
}
.feature-ex-bg {
    min-height: 175px;
    padding-top: 30px;   
}



.img-icon {
    width: 50px;
}

#video-iframe-vimeo{
    width: 320px;
    height: 180px;
    }

    .video-impr-container{
        margin: 50px 0px;
    }

    #features-detail-headline {
        padding: 10px 5px;
        font-size: 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 20px;
        width: 325px;
        margin: 25px auto;

    }

    #full-service-headline {
        border-top-left-radius: 5px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 25px;
        width: 275px;
        padding: 10px 25px;
        font-size: 25px;
        margin: 25px auto;
    }

    #full-service-second-btn {
        border-top-left-radius: 5px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 25px;
        width: 275px;
        padding: 10px 25px;
        font-size: 25px;
        margin: 25px auto;
    }

    .table-column {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .full-service-table {
        padding: 20px;
    }

    .col-service {
        padding: 10px 10px;
        font-size: 12px;
    }

    .two-rows-mobile{
        min-height: 57px;
    }
    #table-label-service{
        margin-bottom: 50px;
    }

    #table-label-service-mobile-second{
        display: block;
        margin-bottom: 30px;
    }

    #table-label-service-mobile-third{
        display: block;
        margin-bottom: 30px;
    }

    .col-headline {
        font-size: 14px;
    }

    .table-icon-cross {
        height: 15px;
        width: 15px;
        position: absolute;
        top: 30%;
        left: 43%;
    }
    .table-icon {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 33%;
        left: 42%;
    }


}

 /** Responsiv Design - Optimierungen für Tablets */

 @media screen and (min-width:750px) and (max-width:1400px){

    #top-bar{
        display: none;
    }
    
.page-section{
    min-height: initial;
    margin-bottom: 75px;
}
.video-container{
    height: initial;
}
#hero-video {
    width: initial;
    height: 45vh;
}

.video-hero-content h1 {
    
    font-size: 35px;
}
#hero-subline {
    margin-left: 15%;
    padding-left: 0;
    font-size: 20px;
}

.full-service-btn {
 
    font-size: 15px;
    width: 200px;
    padding: 5px; 

    top: 35vh;
    bottom: initial;
    left: 40vw;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 20px;
}
.full-service-second-btn { 
    font-size: 15px;
    width: 200px;
    padding: 10px 5px; 
}


.demo-link{
    padding: 0 30px;
}
.demo-box{
    background-size: contain;
    width: initial;
    height: 320px;
}
#demo-headline{
    
        margin: 0 auto;
        margin-bottom: 15px;
       font-size: 25px;
       padding: 10px 15px;
       width: initial;
       border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 25px;
    width: 275px;
    

}

#features-detail-headline {
    padding: 10px 5px;
    font-size: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 20px;
    width: 425px;
    margin: 25px auto;

}

#full-service-headline {
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 25px;
    width: 500px;
    padding: 10px 25px;
    font-size: 30px;
    margin: 25px auto;
}

#full-service-second-btn {
    border-top-left-radius: 5px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 25px;
    width: 275px;
    padding: 10px 25px;
    font-size: 30px;
    margin: 25px auto;
}

.link-btn{
    margin: 5px auto;
    font-size: 15px;
    width: 200px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 20px;
}

.demo-link{
    margin-bottom: 30px;
}


#herotext {

    padding: 15px;
    }
    .hero-content-area{
        padding-top: 15px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 5px;
    }
    .herotext-content {
    
        padding-top: 5px;

    }
    #herotext-headline {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    #herotext-subhead {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .herotext-paragraph {
        font-size: 20px;
        margin-bottom: 15px;
    }

    
#features {
    min-height: initial;
    background-image: initial;
}
.features-box{

    padding: 25px;
    padding-top: 0px;
}
#features-list{
    padding: 0;
}
.features-item {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0px;
    padding: 0;
}

#features-list li::before {
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    padding-right: 60px;
}

#features-list li#feature-zusatz {
  
    font-size: 18px;
}

.bg-features-sm{
    display: block;
    background-image: url('img/Responsive-Weiss-Sprechblase.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    padding: 0;
    margin-bottom: 0px;
}


#howto-headline {
    font-size: 30px;
    margin-bottom: 25px;
}
.howto-subhead {
    font-size: 25px;
    margin-bottom: 20px;
}
.howto-paragraph {
    font-size: 20px;
    margin-bottom: 25px;
}

#howto-container {
    padding-top: 0px;
    padding: 25px;
}
    

#howto {

    background-position: center;
}

#howto-second {

    background-position: center;
}

#video-iframe-vimeo{
   width: 720px;
   height: 405px;
}

.table-column {
  
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

#table-label-service{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: 20px;
}
.col-headline {
    min-height: 70px;
}
#col-empty-first{
    min-height: 70px;
}
.column-text{
    font-size: 12px;
}
.col-service {
    padding: 10px 10px;
}
.two-rows {
    min-height: 95px;
}
.table-icon {
    height: 20px;
width: 20px;

}
.table-icon-cross {
    height: 15px;
    width: 15px;
    position: relative;
    top: 20%;
}

 }


/** Responsiv Design - Optimierungen für das Ipad Pro */

@media screen  and (max-width:1100px) and (min-width:1000px) and (min-height:1350px){
    #demo-headline {
        margin-bottom: 45px;
    }
    .features-box{
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;   
        padding: 30px;
    }
    .features-item{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;  
    }
    .feature-ex-box{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #features-explained .container{
        padding: 45px;
    }


}


 