.bilderleiste_outer .inner, .textfeld_outer {
	position: relative;
	overflow: hidden;
}

.bilderleiste_outer {
	background: #d9dada;
	padding: 50px 0 50px 0;
	margin-top: 50px;
}
.bilderleiste  {
	display: table;
	width: 105.1%;
	table-layout: fixed;
	overflow: hidden;
}
.bildleisteunten {
	margin-bottom: -1px;
}
.bilderleiste_inner {
	display: table-cell;
	padding-right: 50px;
}
.bilderleiste img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
.caption_bild {
	font-size: 18px;
	line-height: 1.6em;
}
.textfeld {
	padding-top: 50px;
	display: table;
	width: 100%;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textfeld_outer .textfeld {
	font-size: 18px;
	line-height: 1.6em;
}
.textfeld img, .unterseiten img {
	margin-bottom: 20px;
}
.images_list {
	padding-right: 0 !important;
	border-right: 30px solid #fff;
}

.textfeld_inner {
	display: table-cell;
	padding-right: 50px;
}
.content_inner_images {
	display: table-cell;
}
.content_inner_images img {
	float: inherit !important;
	padding: 0 !important;
	margin:0 !important;
 }
.textfeld-images {
	display: table-cell;
	padding-right: 50px;
}
.textfeld_inner img {
	margin-right: 80px !important;
	float: inherit !important;
}
.kopfbild {
	height: 400px;
	overflow: hidden;
	margin-bottom: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.kopfbild img {
	display: none;
}
.images_list img {
	margin-right: 0 !important;
}


@media only screen and (max-width: 1300px) {
.kopfbild {
	background: none !important;
	height: auto !important;
}
.kopfbild img {
	display: block;
	max-width: 100%;
	height: auto;
}
.images_list {
	border-right: 4px solid #fff !important;
}
}

@media only screen and (max-width: 1140px) {
.unterseiten .page-header {
	padding-top: 0;
}
.kopfbild {
	margin-bottom: 5px;
}
}

@media only screen and (max-width: 1000px) {
.bilderleiste_inner:nth-child(1), .bilderleiste_inner:nth-child(2), .bilderleiste_inner:nth-child(3)  {
	display: table-cell;
}
.bilderleiste_inner {
	display: none;
}
.caption_unten{
	padding-bottom: 28px;
}

.content_inner table {
	width: 100% !important;
}
.content_inner table td {
	width: 100% !important;
	display: block !important;
}


}

@media only screen and (max-width: 700px) {
.textfeld_inner, .bilderleiste_inner {
	display: block !important;
}
.bilderleiste_inner {
	padding: 0 20px 0 20px;
}
.bilderleiste {
	width: 100%;
}
}


/* CSS FOR KACHEL */
.kachelLayout .inner h2, .kachelLayout .inner h3 {
	padding-bottom: 14px;
}
.kachelLayout .inner {
	padding: 45px 2% 45px 2%;
	font-size: 18px;
	line-height: 1.6em;
}
.kachelLayout .kachelList {
	clear: both;
	width: 104%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0 !important;
}
.kachelLayout .kachelList li {
	list-style: none;
	float: left;
	width: 29%;
	margin-right: 4%;
}
.kachelLayout img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 36px;
}
@media only screen and (max-width: 900px) {
	.kachelLayout .inner {
		padding: 0px 0% 0px 0%;
	}
	.kachelLayout .kachelList {
		width: 100%;
		padding: 0 20px 0 20px !important;
	}
	.kachelLayout .kachelList:first-child {
		padding-top: 35px !important;
	}
	.kachelLayout .kachelList li {
		float: inherit;
		width: 100%;
		margin-right: 0%;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.kachelLayout img {
		max-height: 370px;
	}
}
