html, body {
	padding: 0px;
	margin: 0px;
	cursor: auto;
	max-width: 100%;
	vertical-align: middle;
	font-family: 'Roboto', Helvetica;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
.holder {
	width: 100%;
	margin-top: 70px;
	background: #1c2a5a url(bg.jpg) repeat-x !important;
}
.boxheader {
	position: absolute;
	top: 0;
	background-color: #a0cd5b;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.boxheader > h2{
	color: white;
}
.leftbox {
	width: 15%;
	margin-top: 152px;
	position: fixed;
	padding: 8px;
}
.webcambox {
	width: 100%;
	margin-bottom: 20px;
}
.webcambox img {
	border: 3px solid #a0cd5b;
	width: 97%;
}
.wunderbox {
	width: 100%;
}
.wunderbox a img {
	width: 100%;
}
.rightbox {
	width: 100%;
	float: left;
}
.iframe {
	width: 100%;
	float: right;
	border-style: none;
}
.clear {
	clear: both;
}
@media (max-width: 1560px) {

		.rightbox {
			width: 80%;
			float: right;
		}

}
@media (max-width: 1267px) {

.leftbox {
	width: 100%;
	position: relative;
	display: block;
	min-width: 225px;
	margin: 0;
}
.wunderbox {
	width: 45%;
	float: left;
	height: 100%;
}
.wunderbox img {
	width: 250px;
	float: left;
	height: 100%;
	margin: 0 25px 0 0;
}
.webcambox {
	width: 50%;
	float: right;
	margin-right: 25px;
}
.webcambox img {
	width: 100%;
	height: 100%;
}
.rightbox {
	width: 100% !important;
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}
}
@media (min-width: 532px) (max-width: 900px){

	.webcambox, .wunderbox {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		max-width: 500px
}
}

@media (max-width: 532px) {
	
	.leftbox {
		width: 100%;
		text-align: center;
		padding: 15px 0 15px 0;
		height: 350px;
		align-items: center
}
	.webcambox, .wunderbox {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
}
	.rightbox {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

}
	.rightbox iframe {
-webkit-overflow-scrolling: touch
	}
	
}