@media (max-width: 1200px) {
	.right .inner .headline {
		padding: 30px;
		font-size: 20px;
	}
}

@media (max-width: 991px) {

.iframe{
    width:480px;
	}
}

@media (max-width: 767px) {
		.left,
		.right{
			min-height: unset;
		}

	.left{
		float: none;
		display: block;
		width: 100%;
		height: auto;
		max-width: unset;
	}

	.left:before{
		display: none;
	}


	.right{
		min-height: unset;
		width: 100%;
		float: none;
		display: block;
		height: auto;
		background: none;
	}
	.right .inner{
		padding: 15px;
	}

	body{
		 background: url(../img/helm-ag-background.jpg) no-repeat center center;
		-webkit-background-size: cover ;
		-moz-background-size: cover ;
		-o-background-size: cover ;
		background-size: cover ;
	}
}

