@font-face { font-family: 'Montserrat';
src: url('fonts/Montserrat-Regular.eot#') format('eot'),
url('fonts/Montserrat-Regular.woff') format('woff'),
url('fonts/Montserrat-Regular.ttf') format('truetype'),
url('fonts/Montserrat-Regular.svg#svgFontName') format('svg'); }

@font-face { font-family: 'Bebas';
src: url('fonts/BebasNeue-Regular.eot#') format('eot'),
url('fonts/BebasNeue-Regular.woff') format('woff'),
url('fonts/BebasNeue-Regular.ttf') format('truetype'),
url('fonts/BebasNeue-Regular.svg#svgFontName') format('svg'); }

@font-face { font-family: 'Montserrat-Extrabold';
src: url('fonts/Montserrat-Regular.eot#') format('eot'),
url('fonts/Montserrat-Regular.woff') format('woff'),
url('fonts/Montserrat-Regular.ttf') format('truetype'),
url('fonts/Montserrat-Regular.svg#svgFontName') format('svg'); }
html{
    scroll-behavior: smooth;
}
html, body
{
    font-family: Montserrat;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    padding: 0;
    margin: 0;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#screen{
    background-image: url(images/transparent.png);
    background-repeat: repeat;
    position: absolute;
    width:80%;
    left: 10%;
    top: 20px;
    height: auto; 
}
h1{
    font-size: 40px;
    color: #000000;
    font-family: Montserrat-Extrabold;
    /*font-weight: normal;*/
    text-align: center;
    background-color: #efaf21;
    width: 100%;
}
h2{
    font-size: 32px;
    font-family: Montserrat-Extrabold;
    color: #000000;
    text-align: center;
}
h3{
    font-size: 24px;
    font-family: Montserrat-Extrabold;
    margin-bottom: 0;
}
a, a:visited, a:link, a:hover{
    text-decoration: none;
    color: #444;
}
a:hover{
    color: #444;
}
.box{

    position: relative;
    /*border: thin solid #449922;*/

    background-size: cover;
}

.dot{
	height:20vh;
   	max-width: 5px;
    right: 0px;
    left: 100%;
	position: absolute;
	width: auto;
}
#head{
    display: block;
    margin-left: 0%;
   
    position: relative;
    top: 180px;
    color: #000000;
    left: 10%;
    width: 80%;
    z-index: 100;
}
#innerhead{
    width: 98%;
    margin-right: 1%;
    background-color: #efaf21; 
    height: 30px;
}
.fixieren {
        position: absolute;
        top: 110px;
        z-index: 100;
        width: 100%;
        
}
#head a, #head a:visited{
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    /*text-transform: uppercase;*/
    font-family: Montserrat-Extrabold; 
}
#content{
    position: relative;
    width: 100%;
    left: 0%;
    /*background-color: #101000;*/
    height: 100%;
    /*text-align: center;*/
}
.drittel{
    position: relative;
    width: 30%;
    margin-left: 3%;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    color: #efaf21;
}
.drittel h1{
    text-align: left;
    color: #efaf21;
    background-color: #000000 ;
}
.preis{
    color: #fff;
    font-size: 40px;
}
.kaufen{
    /*width: 14%;*/
}

input{
    font-family: Montserrat;
    font-size: 22px;
    
    /*border: thin solid #a4c51e;*/
    background-color: #000000;
    border: 5px solid white;
    border-image:url("images/input_small.png");
    color: #fff;
    border-image-slice: 15%;
}
input[type="checkbox"]+label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #a4c51e;
  background-color: #fff;
  display: block;
  content: "";
}
input[type=image]{
    border: none;
    
}
.stk{
    position: relative;
    display: inline-block;
    bottom: 16px;
}
#plus, #minus {
    width: 40px;
    display: inline-block;
    padding-bottom: 5px;
}
#close_orderwindow{
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.artikelbeschreibung{
    display: none;
    
}
.loeschen{
    width: 28px;
}

.suchbox, .suchbox option, .terminbox{
    display: block;
    margin-bottom: 4px;
    width: 60%;
    margin-bottom: 10px;
    left: 20%;
    position: relative;
    font-family: Montserrat;
    font-size: 22px;
    background-color: #ccc;
    border: 5px solid white;
    border-image:url("images/input_small.png");
    color: #444;
    border-image-slice: 15%;

}
#suchbox_plz{
    width: 10%;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    left: 3px;

}
#suchbox_ort{
    width: 45%;
    display: inline-block;
    margin-left: 4%;
    padding-right: 0;
    padding-left: 0;
    left: 8px
}
#suchbox_land{
    width: 61%;
}
#bestellbutton{
    display: none;
}
#sendbutton{
    /*display: none;*/
    width: 30%;
}
#warnung{
    display: inline-block;
}
#logo{
    /*width: 10%;*/ 
    height: 150px;
    margin-top: 0px;
    /*margin-left: 40%;*/
    box-shadow: black 4px 4px 12px;
}
#datenschutz{
    position: fixed;
    background-color: #333;
    color: #ccc;
    top: 30%;
    z-index: 9999;
    width: 80%;
    left: 9%;
    opacity: 0.9;
    font-size: 30px;
    padding: 1%;
    padding-bottom: 50px;

}

#datenschutzok, #datenschutzweiter{
    display: block;
    position: relative;
    top: 6px;
    float: right;
    color: #ccc;
    border: medium solid #ccc;
    border-radius: 3px;
    padding: 3px;
    margin-right: 2px;
}
.strich{
    width: 100%;
    height: 5px;
    background-image: url(images/strich.png);
    background-size: cover;
}
.dark h1, .dark h2, .dark h3, .dark a{
    color: #000000;
}
.cidbox{
    height: auto; 
    width: 80%; 
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    padding-bottom: 20px;
    z-index: 3;
}
#footer{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #000000;
}
#logobox{
    width: 100%;
    
    top: 0;
    position: relative;
    
    margin-top: -10px;
    height: 190px;
}
#mobilemenu{
    display: none;
}
.smartbut{
    display: none;
}
#mobileslider{
    display: none;
}
#desktopslider{
    display: block;
}
.pos{
    margin-top: -20px; 
    position: relative;
    height: 20px;   
    visibility: hidden;
    background: none;
}
#betrefffeld{
    width: 61%;
}
.innerbox{
        /*margin-top: 200px;*/
        position: relative  ;
        height: auto;
}
.downloadpic{
    width: 10%;
    margin: 2%;
    float: left;
}
.downloadpic img{
    width: 100%;
    
}
.box2{
    /*background-color: #fff;*/
}

#artikelfenster_links{
    float: left;
    width: 69%;
    overflow: visible;
}
#artikelfenster_rechts{
    float: right;
    width: 30%;
    height: 300px;
}
#play{
        width: 40px;
}

#bestellform{
    display: block;
    }
.speise{
    float: left;
    width: 48%;
    margin-right: 1%;
    text-align: center;
}
.small{
    font-size: 14px;
}
#reservierung{
    position: absolute;
    right: 11.6%;
    width: 240px;
    top: 10px;
    overflow: hidden;
    height: 85px;
    background-color: #efaf21;
}
#reservierung .smarticon{
    width: 32px;
    margin-top: 5px;
}
#opener a{color: #000 !Important;
