.contentHalfBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.contentHalfBox .content {
	flex:0 1 50%;
}


.contentHalfBox .content:nth-child(1) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-end;
	background-color:#f2f2f2;
	border:5px solid #fff;
}
.contentHalfBox .content:nth-child(2) {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:450px;
	border:5px solid #fff;
}
.contentHalfBox .content:nth-child(1) .text {
	max-width:560px;
	width:100%;
	padding:50px 40px 50px 20px;
}

.contentHalfBox .content:nth-child(1) .text p {
	margin-top:0 !important;
}
.contentHalfBox .content:nth-child(1) .text h3 {
	padding-bottom:10px !important;
}

.contentHalfBox:nth-child(even) .content:nth-child(2).produktbild {
		display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:flex-end;
}

.produkte .contentHalfBox .content:nth-child(2) {
	min-height:150px;
	border:5px solid #fff;
}


.contentHalfBox .content:nth-child(2).produktbild .bildBox {
	max-width:600px;
}
.contentHalfBox .content:nth-child(2).produktbild .bildBox img {
	width:100%;
	height:auto;
	display:block;
}

.alterBox .contentHalfBox:nth-child(even)  {
	flex-flow: row-reverse nowrap;
}

.alterBox .contentHalfBox:nth-child(even)  .content:nth-child(1) {
	justify-content:flex-start;
	border-right:0px;
}
.alterBox .contentHalfBox:nth-child(even)  .content:nth-child(2) {
	border-left:0px;
}
.alterBox .contentHalfBox:nth-child(odd)  .content:nth-child(1) {
	border-left:0px;
}
.alterBox .contentHalfBox:nth-child(odd)  .content:nth-child(2) {
	border-right:0px;
}

.alterBox .contentHalfBox:nth-child(even) .content:nth-child(1) .text {
	padding:50px 20px 50px 40px;
}
.ankernavi {
	margin-bottom:30px;
}

.ankernavi a {
	display:inline-block;
	padding:2px 10px;
	border:1px solid #005ca9;
	border-radius:5px;
	margin:3px 3px;
	transition: 0.2s;
}

.ankernavi a:hover {
	background-color:#005ca9;
	color:#fff !important;
}

.ankernavi .backButton {
		display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	line-height:28px;
	background-color:#005ca9;
	color:#fff !important;
	border:1px solid #005ca9;
	padding:2px 10px;
	margin:15px 0 0;
	cursor:pointer;
	transition: 0.2s;
}

.ankernavi .backButton:hover {
	background-color:#fff;
	color:#005ca9 !important;
}

@media  only screen and (max-width: 1280px) {
	.contentHalfBox .content:nth-child(1) .text {
		max-width:560px;
		width:100%;
		padding:50px 40px 50px 40px;
	}


	@media  only screen and (max-width: 960px) {
		.contentHalfBox {
			flex-flow: row wrap;
		}
		.contentHalfBox .content {
			flex:0 1 100%;
		}
		.contentHalfBox .content:nth-child(1) {
			order:2;
			justify-content:flex-start;
			background-color:#f2f2f2;
			border:0;
			border-bottom:5px solid #fff;
		}
		.contentHalfBox .content:nth-child(2) {
			order:1;
			min-height:450px;
			border:0;
			border-top:5px solid #fff;
			margin-top:20px;
		}
		.contentHalfBox .content:nth-child(1) .text {
			max-width:100%;
			width:100%;
			padding:50px 40px 50px 40px;
		}
		.alterBox .contentHalfBox:nth-child(even)  {
			flex-flow: row wrap;
		}

		.alterBox.produkte {
			max-width:600px;
			margin:0 auto;
			}
	}

	@media  only screen and (max-width: 420px) {
		.contentHalfBox .content:nth-child(2) {
			min-height:280px;
		}
	}