.one-block {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0 80px 0;
}
/*.one-block img {
	width: 880px;
	height: auto;
}*/
.outer-grid {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.outer-grid.left{
	float:left;
}
.outer-grid.right{
	float:right;
}
.outer-grid-text.right {
	left: 0;
	float: right;
	margin-left: -20%;
}
.outer-grid-text {
	position: relative;
	top: 0;
}
.outer-grid-text h2 {
	text-align: left;
}
.outer-grid-text a.wbox-pfeil {
    color: #00AFDB;
    transition: all 0.4s ease;
}

.outer-grid-text a.wbox-pfeil:hover {
	color: #0077B4;
	transition: all 0.4s ease;
}

.outer-grid-left img {
	margin-right: 80px;
}
.outer-grid.left img {
	max-width: none;
	margin: 0;
	float: right;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 690px;
/*	width: 600px;*/
}
.outer-grid.right img {
	max-width: 630px;
/*	width: 560px;*/
}
@media screen and (max-width:992px) {
	.outer-grid.left,
	.outer-grid.right {
	margin-top: 0px !important;
	width: 100%;
}
	.outer-grid.left img,
	.outer-grid.right img {
	max-width: 100%;
	margin: 0!important;

}

	.outer-grid-text.right,
	.outer-grid-text.left {
	margin: 0 0 40px 0 ;
}
}