@font-face { font-family: 'Dosis';
src: url('fonts/Dosis-Light.eot#') format('eot'),
url('fonts/Dosis-Light.woff') format('woff'),
url('fonts/Dosis-Light.ttf') format('truetype'),
url('fonts/Dosis-Light.svg#svgFontName') format('svg'); }
@font-face { font-family: 'Playfair';
src: url('fonts/Playfair.eot#') format('eot'),
url('fonts/Playfair.woff') format('woff'),
url('fonts/Playfair.ttf') format('truetype'),
url('fonts/Playfair.svg#svgFontName') format('svg'); }

html{
    scroll-behavior: smooth;
}
html, body
{
    font-family: Dosis;
    font-size: 20px;
    color: #777;
    /*background-color: #101000;*/
    padding: 0;
    margin: 0;
    
}
h1{
    font-size: 36px;
    color: #303133;
    font-family: Playfair;
    font-weight: normal;
}
h2{
    font-size: 30px;
}
a, a:visited, a:link, a:hover{
    text-decoration: none;
    color: #555;
}
a:hover{
    color: #ccc;
}
.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%;
    
    background-color: #101000;
    color: #fff;
}
.fixieren {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        
}
#head a, #head a:visited{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    
}
#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;
}
.drittel h1{
    text-align: left;
    color: #fff;
}
.preis{
    color: #fff;
    font-size: 40px;
}
.kaufen{
    /*width: 14%;*/
}
#artikelwahl{
    /*display: none;*/
    position: fixed;
    z-index: 0;
    top: 10%;
    border-radius: 5px;
    border: thin solid #fff;
    background-color: #101000;
    text-align: center;
    left: 20%;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
/*    transition: all 0.5s ease-in-out;*/
    overflow: hidden;
    opacity: 0.0;
    transition: opacity  0.5s; 
}
input{
    font-family: Dosis;
    font-size: 22px;
    
    /*border: thin solid #a4c51e;*/
    background-color: #101000;
    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;
}
.warenkorb{
    width: 20%;
}
.kauftabelle{
    position: relative; 
    width: 60%; 
    left: 20%;
}
.suchbox, .suchbox option, .terminbox{
    display: block;
    margin-bottom: 4px;
    width: 60%;
    margin-bottom: 10px;
    left: 20%;
    position: relative;
    font-family: Dosis;
    font-size: 22px;
    background-color: #101000;
    border: 5px solid white;
    border-image:url("images/input_small.png");
    color: #fff;
    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: 20%; 
    /*margin-left: 40%;*/
}
#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: #fff;
}
.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: #101000;
}
#logobox{
    width: 100%;
    background-color: #101000;
    top: 0;
}
#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;
}
.artikelbild{
    width: 100%;
}
#artikelfenster_links{
    float: left;
    width: 69%;
    overflow: visible;
}
#artikelfenster_rechts{
    float: right;
    width: 30%;
    height: 300px;
}
#play{
        width: 40px;
}
#weinvideo{
    width: auto;
    height: 80%;
    max-height: 600px;
    
}
#bestellform{
    display: block;
    }

