body{
    font-size: 14px;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 18px;
}


#content{
    position: relative;
    width: 100%;
    left: 0%;

    height: 100%;
    text-align: center;
    margin-top: 120px;
}
.drittel{
    position: relative;
    width: 30%;
    margin-left: 3%;
    float: left;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}
.drittel h1{
    text-align: left;
    font-size: 20px;
}
.preis{
    color: #a4c51e;
    font-size: 40px;
}
.kaufen{
    width: 60%;
}
#artikelwahl{
    position: fixed;
    left: 5%;
    width: 90%;
    top: 1%;
    height: 98%;

}
input{

    font-size: 22px;

}

.stk{
    position: relative;
    display: inline-block;
    bottom: 16px;
}
#plus, #minus {
    width: 36px;
}
.loeschen{
    width: 36px;
}
.warenkorb{
    width: 70%;
    margin-bottom: 4px;
}
.kauftabelle{
    width: 100%; 
    left: 0%;
}
.suchbox, .suchbox option, .terminbox{
    display: block;
    margin-bottom: 4px;
    width: 94%;
    margin-bottom: 10px;
    margin-left: 2%;

    font-size: 30px;
    left: 0%;

}
#suchbox_plz{
    width: 20%;
    display: inline-block;
    margin-left: -3px;
    margin-right: 0;
    padding-right: 0;
    left: 0;

}
#suchbox_ort{
    width: 68%;
    display: inline-block;
    margin-left: 1%;
    padding-right: 0;
    padding-left: 0;
}
#suchbox_land{
    width: 97%;
}
#logo{
    width: 20%;
    margin-left: 0%;
    top: 1%;
    right: 1%
}
.fixieren{
    width: 100%;    
}
.box{
    width: 100% !important;
}
.cidbox{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
 #head{
     display: none;
 }
 #smartmenu{
     left: 10px;
     top: 10px;
 }
 #smartbasket{
     left: 60px;
     top: 10px;
 }
 .smartbut{
     position: absolute;
     display: inline;
 }
 .smarticon{
     width: 40px;
 }
#mobilemenu{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.9;
    z-index: 150;
    left: -100%;
    color: #FFF;
	transition: all .25s ease-in-out;  
    text-align: left;  
    display: block;
}
#mobilemenu a{
    display: inline-block;
    width: 100%;
    padding: 2%;
    font-size: 30px;
    color: #FFF;
    
}
#close_mobilemenu{
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 48px;
}
#logobox{
    z-index: 110;
    position: fixed;
    top: 0;
    height: 80px;
}
#mobileslider{
    display: block;
}
#desktopslider{
    display: none;
}
.artikelbox{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    font-size: 14px;
    }
.textilbox{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    border: thin solid #ccc;
    font-size: 14px;

}
.motivbox{
    width: 25%;
    font-size: 14px;
    top: 60px;
    z-index: 1000;
}
#datenschutz{
    font-size: 14px;
}

.bildbox{
    position: relative;
    display: inline-block;
    width: 400px;
    /*left: 25%;*/
    background-color: #ff0;
    height: 400px;
    margin-bottom: 200px;  
} 
#buyform{
    position: absolute;
    top: 600px;
    }   