body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.breite {
	text-align: left;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
p, h1, h2, h3, ul, li, table {
	margin-left: 0px;
}
table {width: 100%;}
td, th {border-bottom:solid 6px #E64F35; }
h1 {
	margin-top: 2px;
	margin-bottom: 60px;
	background-color: transparent;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 305px;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #FFF;
}
h2{
	margin-top: 10px;
	margin-bottom: 60px;
	background-color: #E64F35;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 305px;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
}
a {
	color: #E64F35;
}
a:hover {
	text-decoration: underline;	
}
.rechts ul li {
	margin-bottom: 15px;
}
#header {
	position: relative;
}
#main {
	position: relative;
	background-repeat: no-repeat;
	height: 500px;
	clear: left;
}
#main.home {
	background-image: url(../userfiles/images/meta/SunnestromWetzike2020.png);
	padding-top: 400px;
	background-size:100% auto;
}
#main.inhalt {
	background-image: url(../userfiles/images/meta/SunnestromWetzike2020b.png);
	padding-top: 230px;
	/*background-size:100% auto;*/
}
.hgbox {
	background-image: url(../userfiles/images/meta/BildSolarpanel.jpg);
	background-size:cover;
	background-position:center center;
	padding-bottom: 32px;
	padding-bottom: 50px;/**/
	/*padding-top: 32px;*/
	/*background-color: #E64F35;*/
	
	
}
.hgbox .rechts p {
	/*background-color: pink;*/
	width: 80%;
	
}

.hgbox .links img.full {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
.hgbox .links,
.hgbox .rechts {
	margin-bottom: 8px;
}



.links {
	float:left;
	width: 277px;
	margin-bottom: 16px;
}
.links img {
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 77px;
}
.links img.full {
	height: auto;
	width: 200px;
		width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rechts {
	float:left;
	width: 712px;
	margin-left:28px;
	position: relative;
	/*background-color: #CCC;*/
	margin-bottom: 16px;
}

.rechts p {
	margin-top: 0px;
}
.rechts ul {
	list-style-position: outside;
	margin: 0px;
	padding: 14px;
}
.mitte {
	float:left;
	width: 890px;
	margin-left:128px;
	position: relative;
	/*background-color: #CCC;*/
	margin-bottom: 16px;
}
.mitte img {
	float: left;
	width: 200px;
	margin-right: 33px;
	margin-left: 72px;
	height: 150px;
}
.mitte p {
	clear: left;
	margin-bottom: 16px;
	margin-top: 16px;
	margin-left: 305px;
}




#footer {
	position: relative;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #E64F35;
	color: #666666;
	padding-bottom: 50px;
	margin-top: 50px;
		margin-bottom: 50px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
.adressbox {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 16px;
}
.adressbox div {
	float: left;
}
.adressbox .a1 {
	width: 205px;
}
.adressbox .a2 {
	width: 205px;
}
.adressbox .a3 {
	width: 324px;
}
.adressbox .a4 {
	width: 285px;
}
.logo01 {
	position: relative;
	left: 0px;
	top: 0px;
}
.logo02 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.nav1 {
	position: absolute;
	top: 52px;
	left:303px;
	/*display: none;*/
}
.home .nav1 {

	top: 245px;

}
.nav1 ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav1 ul li {
	display: table;
	float: left;
	height: 120px;
	width: 120px;
	/*border: 1px solid #F00;*/
	background-image: url(../userfiles/images/meta/nav_icon.svg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin-right: 23px;
}
.nav1 ul li a span {
	/*background-color:pink;*/
	margin:0px auto;
}
.nav1 ul .kontakt, .nav1 ul .n1_4 {
		background-image: url(../userfiles/images/meta/nav_icontel.svg);
}
.nav1 ul li:hover, .nav1 ul .current {
	background-position: 0px -120px;
	
}
.nav1 ul li a {
	color: #FFF;
	text-decoration: none;
	/*display: table-cell;*/
	padding: 20px;
	height: 80px;
	width: 80px;
	text-align:center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px auto;	
	
}
.clr {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#main {
	position: relatie;
}
#homelink {
display:block;
	position: absolute;
		height: 420px;
	width: 280px;
	top: 0px;
	left:0px;
	/*background-color: #CCC;*/
}
.inhalt #homelink { height: 300px;}
#nav2 {
	position: absolute;
	top: 1190px;
	left:880px;
	z-index:400;
	/*background-color: #CCC;*/
}
#nav2 #nn2, #nav2 #nn3{
	display:none;
}
#nav3 {
	width: 400px;
	position: relative;
	top: -205px;
	left:120px;
}
#nav3 #nn1{
	display:none;
}
.scrollbox {
	width: 100%;
	-webkit-overflow-scrolling:touch;
	overflow: scroll;
}

.kaufen {
	position:relative;
	z-index:100;
	width: 1024px;
}


/* Kontaktformular */
.userform {
	background-color: #E64F35;
	color: #FFF;
	padding:20px 0px;
		margin-bottom: 150px;
}
.inputbox {
	clear: left;
	margin-botton:20px;
	/*background-color: #0F0;*/
	height: auto;
	width: 100%;
	margin-bottom: 20px;

}
.inputbox label {
	font-size: 16px;
	line-height: 22px;
	/*background-color: gold;*/
	width: 200px;
	width: 25%;
	margin-right:2%;
	float:left;
}
.inputbox input, .infobestellung, .inputbox textarea {
	background-color: #FFF;
	color: #000;
	width: 475px;
	width: 67%;
	font-size: 16px;
	line-height: 20px;
	border:none;
	float:left;
}
.infobestellung {
		padding-left:4px;
}
.inputbox textarea {
	height: 60px;
}
.rechts .full {
	width: 100%;
}

.videobox {
	position: relative;
	background-color: #FFF;
	width: 48%;
	margin-right:2%;
	float:left;
	margin-bottom:24px;
}
.videobox:last-child {
	background-color: #FcF;
	margin-right:0%;

}
.video {
	display:block;
	width: 480px;
	height: 270px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #CCC;
	cursor:pointer;
}
.video2 {
	display:block;
	width: 342px;
	height: 192px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	cursor:pointer;
}
.video3 {
	display:block;
	width: 342px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	cursor:pointer;
}
.video img{
	width: 480px;
	height: 270px;
	position: absolute;
	top:0px;
	left:0px;
	padding-bottom: 56.25%;
}
.video2 img, .video3 img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0px;
	left:0px;
}
.video .bilda,
.video2 .bilda,
.video3 .bilda{
	z-index:200;
}
.video .bildb,
.video2 .bildb,
.video3 .bildb{
	z-index:100;
}
.video3 .bilda{
	top:20%;
}


a .legende {
	color:#000;
}
.legende {
	color:#000;
}
.gruen {
 background-color:#92BD24;
 display:none;
}

.links .gruen2 {
	margin-top:18px;
 	height:525px;
 	
	margin-top:68px; 	
 	height:475px;
}
.links .gruen2b {
	margin-top:68px; 	
 	height:auto;
}
#wrap11 .links .gruen2 {
	margin-top:0px;
 	height:360px;
 		margin-top:50px;
 	height:310px;
}



https://suneschtrom-wetzike.ch/mein_solarkraftwerk_hier_in_wetzikon2/
/* Tablet Portrait */
@media only screen  and (max-width: 1024px) {
	.logobox {/*background-color:red;*/}
	.logo01 { left: 5px; }
	.logo02 { right: 5px; }
	.adressbox .a1 { padding:0px 5px;     width: 195px;}
}
/* Tablet Portrait */
@media only screen  and (max-width: 768px) {
	.logobox {/*background-color:gold;*/}
	.breite { width: 768px; }
	.links { width: 210px;  /*background-color:pink;*/}
	.links img { width: 200px; margin-left: 10px;}
	.rechts { width: 520px; margin-left:20px; /*background-color:gold;*/}
	
	h1 { padding-top: 5px; padding-right: 10px; padding-bottom: 10px; padding-left: 230px; font-size: 18px; line-height: 24px; }
	h2{ padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 230px; font-size: 20px; line-height: 25px; }	
	.nav1 { left:230px; }
		
	.nav1 ul li { margin-right: 10px; }
	
	.n1_5 {/*background-color:gold;*/position:absolute;top:-100px;}
	
	
	.adressbox .a4 {  padding-left: 410px;  padding-top: 10px;}	
	.mitte { width: 745px; margin-left:5px; }	
	/*
	.inputbox input, .infobestellung, .inputbox textarea { width: 335px; }
	.inputbox label {width: 150px; }*/
	#nav2 { top: 890px; left:80px; }	
	
	.videobox { width: 342px; height:auto; margin-right:0%; float:none; }
	.video2 { width: 342px; height: 192px; }

}




/* Desktop large */
@media only screen and (min-width: 1380px) {
	.blue{ background-color: pink; background-color: #1689CE; }
			
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {


}
@media only screen and (min-width: 320px)  and (max-width: 512px) {
	.breite { width: 100%; }
	.logobox {height: 60px;}
	#homelink { height: 200px; width: 160px;}
	#main.home { padding-top: 300px; }
	#main { height: 300px; /*background-color: #FCC;*/}
	.rechts {  width: 92%;	margin-left:3%;}
	.mitte {width: 100%; overflow:auto; /*background-color: #ccc;*/}
	.mitte table {width: 800px; }
	.logo02 { width: 40%; }
	.logo01 { width: 40%; }
	h1 {	background-color: #E64F35; margin-top: 40px; font-weight:normal;}
	h1, h2{ margin-bottom: 10px; padding: 5px; font-size: 18px; line-height: 20px; }
	
	
	
	.nav1 { left: 100px;left: 30%; top:10px;  /*background-color: #CCC;  display:none;*/}
	
	.home .nav1 { top:65px;}
	.home .nav1 .n1_5{ display:none; }
	.nav1 ul li { margin-right: 10px; margin-bottom: 10px; }

	.nav1 ul li { height: 100px; width: 100px; background-size: 100px; }
	.nav1 ul li a { padding: 15px; height: 70px; width: 70px; margin: auto auto;	 }
	
	.nav1 ul li:hover, .nav1 ul .current { background-position: 0px -100px; }
	.n1_5 {/*background-color:gold;*/position:absolute;top:0px;left:-113px;}
	
	
	#main.home { background-image: url(../userfiles/images/meta/SunnestromWetzike03.jpg); }
	#main.inhalt { background-image: url(../userfiles/images/meta/SunnestromWetzike03b.jpg); background-size:100% auto;/**/ }

	.adressbox .a1, .adressbox .a2, .adressbox .a3, .adressbox .a4 {margin-top:20px;padding-left: 10px;}
	.infobestellung, .inputbox textarea, .inputbox label { width: 100% }
	.inputbox input { width: 97% }
	
	#nav3 { left: 80px; }	
	
	
	.videobox { width: 300px; margin-right:0%; float:left; }
	.video2 { width: 300px; height: 169px; }

	
	.video img {  width: 100%; height: auto; }	
	.video {  width: 300px; height: 169px; }
	
	
}