@charset "utf-8";
* {margin: 0px;padding: 0px;}
body{
    margin: 0 auto;
    background-color: black;
    font-family: "Trebuchet MS", Segoe, "Segoe UI", "DejaVu Sans", Verdana, sans-serif;
}


@media screen and (max-width: 50em) {

/*-----------Rahmen um die gesamte Page -------*/
.wrapper{
    max-width: 48em;
    max-height: 56.25em;
    background-image: url(../img/background_tab_quer.jpg);
    background-size: 100%;
}

/*------------Kopfbereich mit Banner----------------*/


    .head_smart{
    max-width: 100%;
}

/*---------------Social Media Buttom Smart------*/

.social_smart{ max-width: 100%;
    display: flex; justify-content: space-around;
}
    
    .face{
      width: 50%;
    }
     .yout{
       width: 50%;
    }
    .insta{
      width: 50%;
    }
    .web{
        width: 40%;
    }

.foot2{
    width: 100%;
}

.web{
    padding-left: 1em;
}


/*----------------------------------------------*/



h1 {
	text-align:center
}


#formular1 {
	position: relative;
	/*width: 40em;*/
	margin: 0 auto 1em auto;
}
#formular1 label {
    font-size: 1.2em;
	color: #BCB4B4;
	display: inline-block;
	width: 6em;
	/*text-align: right;*/
	line-height: 2.2;
	margin-left: 1.5em;
       }
#formular1 fieldset {
	margin-bottom: 2em;
	border: dotted 2px #ccc;
	border-radius: 5px;
}
#formular1 legend {
	color: #999;
	margin-left: 2em;
	font-size: 1.4em;
	padding: 0 0.3em 0 0.3em;
}
#formular1 input, #formular1 select, #formular1 textarea {
	padding: 0.4em;
	border: solid 1px #fff;
	background-color: #ddd;
	border-radius: 3px;
    /*margin-top: 1em;*/
    font-size: 1.2em;
    width: 80%;
    margin-left: 1.4em;
}
#formular1 input:hover, #formular1 select:hover, #formular1 textarea:hover {
	border: 1px solid #ccc;
	background-color: #eee;
}

#formular1 input:required + span::after, #formular1 textarea:required + span::after {
	content: "*";
	margin-left: 0.4em;
}
#formular1 input:valid + span::after, #formular1 textarea:required:valid + span::after {
	content: url(img/haken.gif);
	margin-left: 0.4em;
}


#formular1 input:invalid, #formular1 textarea:invalid {
	box-shadow: none;
}

#formular1 input:invalid:focus, #formular1 textarea:invalid:focus {
	border-color: #cccccc;
	background-color: #eecccc;
}
#formular1 input:valid:focus, #formular1 textarea:valid:focus {
	border-color: #cccccc;
	background-color: #cceecc;
}


#formular1 input.standard, #formular1 textarea {
	width: 80%;
	}
#formular1 textarea {
	font-family: sans-serif;
	vertical-align: text-top;
}
#formular1 .multiple_select {
	vertical-align: top;
}


#formular1 input[type="number"] {
	width: 5em;
}

#formular1 input[type="range"] {
	margin:0.4em 0 0 0;
	vertical-align: top;
	width: 15em;
	padding: 0.4em 0 0.4em 0;
	/* margin: top right bottom left */
}

#formular1 button {
	position: absolute;
	right: 0;
}


#formular1 h4 {
	width: auto;
	text-align:left;
	
	
	
	}

.send { 
    display: flex;
    justify-content: center;
}

#button {
    width: 60%;
}
    
    footer{ max-width: 100%;
        min-height: 14em;
        background-image: url(../img/footer_smart.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
    }
    


.fo_box3{
    width: 49%; min-height: 10em;
    display: block;
}

.fo_box2{
    width: 49%; min-height: 10em;
    }

.fo_box1{
    width: 100%; min-height: 4em;
   }

#some{
    display: none;
}
    
.head_desk{
    display: none;
}  
    
    .send input#submit{
        background-color: transparent;
        border: 0;
         
     
    }
.send{
  display: none;
}
    
}



/*-------------------------------------------------------------------*/




@media screen and (min-width: 50em) and (max-width: 62.5em){
    h1 {
	text-align:center;
}
    .head_desk{
        display: none;
    }
    
    
    .head_smart{
        width: 100%;
    }
    
    .wrapper{
    max-width: 75em;
    height: 80em;
        
    background-image: url(../img/background_tab_quer.jpg);
    background-size: 100%;
}

 .social_smart{ max-width: 100%;
    display: flex; justify-content: space-around;
}
    
    .face{
      width: 50%;
    }
     .yout{
       width: 50%;
    }
    .insta{
      width: 50%;
    }
    .web{
        width: 40%;
    }   
    
    .send1{
        padding-bottom: 2em;
    }
    
  
    
#formular1 {
	position: relative;
	width: 50em;
	margin: 0 auto 1em auto;
}
#formular1 label {
    font-size: 1.2em;
	color: #BCB4B4;
	display: inline-block;
	width: 6em;
	text-align: right;
	line-height: 2.2;
	margin-left: 1.5em;
       }
#formular1 fieldset {
	margin-bottom: 2em;
	border: dotted 2px #ccc;
	border-radius: 5px;
}
#formular1 legend {
	color: #999;
	margin-left: 2em;
	font-size: 1.4em;
	padding: 0 0.3em 0 0.3em;
}
#formular1 input, #formular1 select, #formular1 textarea {
	padding: 0.4em;
	border: solid 1px #fff;
	background-color: #ddd;
	border-radius: 3px;
    margin-top: 1em;
    font-size: 1.2em;
    width: 60%;
    margin-left: 1.4em;
}
#formular1 input:hover, #formular1 select:hover, #formular1 textarea:hover {
	border: 1px solid #ccc;
	background-color: #eee;
}

#formular1 input:required + span::after, #formular1 textarea:required + span::after {
	content: "*";
	margin-left: 0.4em;
}
#formular1 input:valid + span::after, #formular1 textarea:required:valid + span::after {
	content: url(img/haken.gif);
	margin-left: 0.4em;
}


#formular1 input:invalid, #formular1 textarea:invalid {
	box-shadow: none;
}

#formular1 input:invalid:focus, #formular1 textarea:invalid:focus {
	border-color: #cccccc;
	background-color: #eecccc;
}
#formular1 input:valid:focus, #formular1 textarea:valid:focus {
	border-color: #cccccc;
	background-color: #cceecc;
}


#formular1 input.standard, #formular1 textarea {
	width: 60%;
	}
#formular1 textarea {
	font-family: sans-serif;
	vertical-align: text-top;
}
#formular1 .multiple_select {
	vertical-align: top;
}


#formular1 input[type="number"] {
	width: 5em;
}

#formular1 input[type="range"] {
	margin:0.4em 0 0 0;
	vertical-align: top;
	width: 15em;
	padding: 0.4em 0 0.4em 0;
	 margin: top right bottom left 
}

#formular1 button {
	position: absolute;
	right: 0;
}


#formular1 h4 {
	width: auto;
	text-align:left;
	
	
	
	}



#button {
    width: 40%;
}
    
    footer{ max-width: 100%;
        min-height: 16em;
        background-image: url(../img/footer_quer.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
    }
    


.fo_box3{
    width: 49%; min-height: 12em;
    display: block;
}

.fo_box2{
    width: 49%; min-height: 10em;
    }

.fo_box1{
    width: 100%; min-height: 4em;
   }

#some{
    display: none;
}

    
}
.send1 { 
    display: flex;
    justify-content: center;
}

.send{
    display: none;
}
     
    }
.send{
    width: 70%;
}

/*--------------------------------------------------------------------*/
@media screen and (min-width: 62.5em){
    
    
     .wrapper{ margin: 0 auto;
           max-width: 90em; width:100%;
           
            background-image: url(../img/back-dvd-order.png);
         background-size: 100%;
      
        }
    
    .fo_box1{
        width: 13%;
    }
    
    .fo_box2{
        width: 20%;
    }
    .social_smart1{ max-width: 20%;
    display: flex; justify-content: space-around;
        padding-top: 7em;
}
    
    .face{
      width: 70%;
    }
     .yout{
       width: 70%;
    }
    .insta{
      width: 70%;
    }
    .web{
        width: 60%;
    }
  
    .head_smart{
        display: none;
    }
  
    #some_smart{
        display: none;
    }

    a{
        margin: 0; padding: 0;
    }
    
header{
            max-width: 100%; 
            margin: 0 auto;
        }
    .head_desk{
        width:100%;
    }
        
        .art_left{width: 50%;
            height: 20em;
            /*border: 1px solid green;*/
        }
        .art_right{
            
        }
   
    #button{
        /*margin-left: 68%;*/
    }
        footer{background-image: url(../img/footer_desk_tab.png); background-size: 100%; background-repeat: no-repeat;
            width: 100%; height: 20%; 
            display: flex; justify-content: space-between;
            padding-bottom: 1em;
        }
          
section{
            display: flex;
        }
       
    .send1{
        display: none;
    }    
    
     .send{display: block;
        width: 50%; 
         position: relative;
         left: 10em;
    }
    .send input#submit{
        background-color: transparent;
        border: 0;
        margin-left: 4.7em;
    }
       
fieldset p #street {
}
input, textarea{
	display: inline-block;
	width: 15em;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: sans-serif;
            font-weight: bold;
    text-align: right;
}
     
        label{
            color: white; font-size: 1.5em;
            font-family: sans-serif;
            font-weight: bold;
        }       
    

h1 {
	text-align:center
}


#formular1 {
	position: relative;
	width: 40em;
	margin: 0 auto 1em auto;
}
#formular1 label {
	display: inline-block;
	width: 10em;
	text-align: right;
	line-height: 2.2;
	margin-right: 0.3em;
}
#formular1 fieldset {
	margin-bottom: 2em;
	border: dotted 2px #ccc;
	border-radius: 5px;
}
#formular1 legend {
	color: #999;
	margin-left: 2em;
	font-size: 1.4em;
	padding: 0 0.3em 0 0.3em;
}
#formular1 input, #formular1 select, #formular1 textarea {
	padding: 0.4em;
	border: solid 1px #fff;
	background-color: #ddd;
	border-radius: 3px;
    text-align: left;
    color: #583131;
}
#formular1 input:hover, #formular1 select:hover, #formular1 textarea:hover {
	border: 1px solid #ccc;
	background-color: #eee;
}

#formular1 input:required + span::after, #formular1 textarea:required + span::after {
	content: "*";
	margin-left: 0.4em;
}
#formular1 input:required:valid + span::after, #formular1 textarea:required:valid + span::after {
	content: url(img/haken.gif);
	margin-left: 0.4em;
}


#formular1 input:invalid, #formular1 textarea:invalid {
	box-shadow: none;
}

#formular1 input:invalid:focus, #formular1 textarea:invalid:focus {
	border-color: #cccccc;
	background-color: #eecccc;
}
#formular1 input:valid:focus, #formular1 textarea:valid:focus {
	border-color: #cccccc;
	background-color: #cceecc;
}


#formular1 input.standard, #formular1 textarea {
	width: 15em;
	/*font-size: 0.8em;*/
}
#formular1 textarea {
	font-family: sans-serif;
	vertical-align: text-top;
}
#formular1 .multiple_select {
	vertical-align: top;
}


#formular1 input[type="number"] {
	width: 5em;
}

#formular1 input[type="range"] {
	margin:0.4em 0 0 0;
	vertical-align: top;
	width: 15em;
	padding: 0.4em 0 0.4em 0;
	}

#formular1 h4 {
	width: auto;
	text-align:left;
	}
    
   /* .social_smart{ max-width: 100%;
    display: flex; justify-content: space-around;
        border: 1px solid red;
}
    
    .face{
      width: 50%;
    }
     .yout{
       width: 50%;
    }
    .insta{
      width: 50%;
    }
    .web{
        width: 40%;
    }   
    */
   
  
    
	
}



