
body{
    overflow-x:auto;
}
body > section:first-of-type:before {
  background: url(../images/bg_mobile.jpg) no-repeat center center;
}

body > section > figure{
    background-color:rgba(0,0,0,0.7);
    opacity: 1;
}
figure#info{
    position: absolute;
    top:9%;
    left:11%;
}
figure#galery{
    position: absolute;
    top:39%;
    left:7%;
}
figure#technic{
    position: absolute;
    top:20%;
    right:10%;
}
figure#order{
    position: absolute;
    top:50%;
    right:10%;
}
#galerie figure{
    width:138px;
    height:138px;
}
body > section{
    clear:both;
}
body > section > article{
    width:98vW;
    height:80vH;
    margin:auto;
    top:0;
    left:0;
    padding:20px 30px;
    border-radius:20px;
    overflow-x: auto;
}
form > label{
	display:block;
	margin-left:10px;
	width:auto;
}
form > input, input[type=text],input[type=number],select,option,textarea{
	width:95%;
}
form > input[type=submit],form > input[type=reset]{
	width:45%;
}
form > input[name=plz],form > input[name=hausnr]{
	width:30%;
}
form > input[name=ort],form > input[name=strasse]{
	width:62%;
}