article {
	margin-bottom: 30px;
}

article.articlegallery {
	margin-top: -29px;
}
article.articlegallery:first-child {
	margin-top: 0;
}

.areacontainer:last-child > section.area11:nth-child(1n) > article {
	margin-bottom: 30px;
}
.areacontainer:last-child > section.area11:nth-last-child(2) > article:last-child,
.areacontainer:last-child > section[class^=area] > article {
	margin-bottom: 0;
}

article.center {
	text-align: center;
}

.articledata {
	display: block;
}

.date {
	font-size: 140%;
}

.blockcontainer.brightbackground {
	background-color: #dfdfdf;
	padding: 50px 40px;
}

.contactpage .fullscreenimage .fullscreencontentcontainer {
	padding: 0;
	width: 100%;
}

.contactpage .fullscreenimage .fullscreencontentcontainer .areacontainer {
	width: 100%;
}

/* Images */

.image {
	display: block;
	position: relative;
}

.image.right {
	float: right;
	margin-left: 2.4%;
}

.image.left {
	float: left;
	margin-right: 2.4%;
}

.caption {
	display: none;
}

div[class^=image] img {
	display: block;
	float: none;
	height: auto;
	width: 100%;
}

div[class^=imagecontainer] .image {
	float: left;
}

div[class^=imagecontainer] .image:last-child {
	margin-right: 0;
}

.imagecontainer1 .image {
	float: none;
	width: 100%;
}

.imagecontainer2 .image {
	margin-right: 0;
	width: 50.00%;
}

.imagecontainer2 .image a {
	display: block;
	margin: 1px 1px 0 1px;
}

.imagecontainer3 .image {
	margin-right: 0;
	width: 50%;
}
.imagecontainer3 .image:nth-child(2n+1) {
	clear: both;
}
.imagecontainer3 .image:nth-child(2n):after {
	min-height: 1px;
}

.imagecontainer3 .image a {
	display: block;
	margin: 1px 1px 0 1px;
}

.imagecontainer3 .image:first-child a {
	margin-left: 0;
}
.imagecontainer3 .image:last-child a {
	margin-right: 0;
}

.imagecontainer4 .image {
	margin-right: 0;
	width: 50%;
}
.imagecontainer4 .image:nth-child(2n+1) {
	clear: none;
}
.imagecontainer4 .image:nth-child(2n):after {
	min-height: 1px;
}

.imagecontainer4 .image a {
	display: block;
	margin: 1px 1px 0 1px;
}

.imagecontainer4 .image:nth-child(4n):after {
	clear: both;
	content: ' ';
	display: block;
	width: 100%;
}
/* Hovereffekt */
.image.zoomimage.hover img {
}

.image.zoomimage.hover {
	overflow: hidden;
	position: relative;
}


.image.zoomimage.hover span {
    bottom: 0;
    height: 100%;
    left: 0;
	opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.image.zoomimage.hover span:hover {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url('../images/icons/zoom-hover.png');
	background-position: 90% 90%;
	background-repeat: no-repeat;
	opacity: 1;
}

/* Image Container - Anpassungen */

/* Images - Anpassungen */
div[class^=imagebox] > div[class^=imageframe] > .image {
	margin-bottom: 2px;
}

div[class^=imagebox] > div[class^=imageframe] > .image > a {
	margin-right: 1px;
	display: block;
}

/* Videos */
div.videocontainer {
	display: flex;
	margin: 2.4%;
	width: 95.2%;
}

.video {
	display: block;
	position: relative;
}

.video.right {
	float: right;
	margin-left: 2.4%;
}

.video.left {
	float: left;
	margin-right: 2.4%;
}

div[class^=video] video {
	display: block;
	float: none;
	height: auto;
	width: 100%;
}

div[class^=videocontainer] .video {
	float: left;
}

.videocontainer .video {
	float: none;
	width: 100%;
}

/* Articles with video */
.articlevideofull .videocontainer {
	padding-bottom: 5%;
}

/* Content */
.descriptioncontainer, .contentcontainer, .tablecontainer, .formcontainer {
	color: #4b4b4b;
	font-size: 160%;
	line-height: 155%;
	margin-bottom: 1em;
}

.smaller .contentcontainer {
	margin: 0 auto;
	width: 75%;
}

.articledata > .contentcontainer:last-child {
	margin-bottom: 0;
}

.descriptioncontainer h2, .contentcontainer h2, .tablecontainer h2, .formcontainer h2 {
	
}

.descriptioncontainer h3, .contentcontainer h3, .tablecontainer h3, .formcontainer h3 {
	font-size: 131.25%;
	margin: 0 0 5px 0;
}

.descriptioncontainer p, .contentcontainer p, .tablecontainer p, .formcontainer p {
	font-weight: 300;
	margin-bottom: 10px;
}

.descriptioncontainer ul, .contentcontainer ul, .tablecontainer ul, .formcontainer ul,
.descriptioncontainer ol, .contentcontainer ol, .tablecontainer ol, .formcontainer ul {
	font-weight: 300;
	margin: 0 0 1em 1em;
}
.descriptioncontainer > ul:last-child, .contentcontainer > ul:last-child, .tablecontainer > ul:last-child, .formcontainer > ul:last-child,
.descriptioncontainer > ol:last-child, .contentcontainer > ol:last-child, .tablecontainer > ol:last-child, .formcontainer > ol:last-child,
.descriptioncontainer * > ul:last-child, .contentcontainer * > ul:last-child, .tablecontainer * > ul:last-child, .formcontainer * > ul:last-child,
.descriptioncontainer * > ol:last-child, .contentcontainer * > ol:last-child, .tablecontainer * > ol:last-child, .formcontainer * > ol:last-child {
	margin-bottom: 0;
}

.descriptioncontainer li, .contentcontainer li, .tablecontainer li, .formcontainer li {
	line-height: 150%;
	list-style-image: url('../images/icons/li.png');
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
}

.descriptioncontainer li.link, .contentcontainer li.link, .tablecontainer li.link, .formcontainer li.link {
	list-style-image: url('../images/icons/li-link.png');
}

.descriptioncontainer ol li, .contentcontainer ol li, .tablecontainer ol li, .formcontainer ol li {
	background-image: none;
	padding-left: 0;
}

.descriptioncontainer table, .contentcontainer table,
.descriptioncontainer iframe, .contentcontainer iframe {
	margin-bottom: 1em;
}
.descriptioncontainer form fieldset table, .contentcontainer form fieldset table {
	margin-bottom: 0;
}


/* Article Footer */
.articlefooter {
	clear: both;
	font-size: 160%;
	margin-bottom: 2em;
}

.linknext, .linkprev, .linkext {
	margin-right: 20px;
}

.linkexpand {
	float: right;
	margin-left: 2em;
}

.articlefooter a:link, .articlefooter a:visited {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
}
.articlefooter a:hover, .articlefooter a:active {
	
}

.linknext a {
	background: url('../images/icons/sprite.png') no-repeat left -200px;
	padding-left: 25px;
}

.linkprev a {
	background: url('../images/icons/sprite.png') no-repeat left -600px;
	padding-left: 25px;
}

.linkexpand a {
	background: url('../images/icons/sprite.png') no-repeat 10px -145px;
	padding-left: 25px;
}

.linkexpand a.collapse {
	background: url('../images/icons/sprite.png') no-repeat 10px -95px;
	padding-left: 25px;
}


/* Articles */

/* Article Title */
.articletitle {
	margin-bottom: 10px !important;
}

.articletitle h2 {
	margin-bottom: 10px;
}

/* Articles with image */
.articleimagefull .imagecontainer {
	padding-bottom: 5%;
}

/* Article with Image Adaption */

.backgroundsize article.adaptimage.articleimageleft .imagecontainer {
	padding-right: 2.4%;
}

.ie.backgroundsize article.adaptimage.articleimageleft .imagecontainer {
	position: absolute;
}

.backgroundsize article.adaptimage .imagecontainer div[class^="imagecontainer"] div.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: none;
	height: 100%;
	width: 100%;
}

.backgroundsize article.adaptimage .imagecontainer div[class^="imagecontainer"] div.image.contain {
	background-size: cover;
}

.backgroundsize article.adaptimage .imagecontainer div.image a {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.backgroundsize article.adaptimage .imagecontainer div.image img {
	height: auto;
	display: none;
	width: 100%;
}

.backgroundsize article.adaptimage .imagecontainer div.imagecontainer2 div.image:nth-child(1) {
	border-left: 0;
}
.backgroundsize article.adaptimage .imagecontainer div.imagecontainer2 div.image:nth-child(2) {
	border-right: 0;
}

.backgroundsize article.adaptimage .clear {
	display: none;
}

/* Article with Iframe Adaption */
article.adaptiframe {
	display: table;
	width: 100%;
}

article .iframecontainer iframe {
	width: 100%;
}

/* White Background */
article.whitebackground .articledata {
	background-color: #fff;
	padding: 2.4%;
}

.whitebackground.karte .imagecontainer {
	background-color: #fff;
	border-left: 1px solid #efefef;
}

article.whitebackground > .imagecontainer > div[class^="imagecontainer"] {
}

/* Tablet */
@media screen and (min-width: 720px) {
	.caption {
		background-color: rgba(255, 255, 255, 0.7);
		bottom: 5%;
		display: block;
		left: 50%;
		margin-left: -17%;
		padding: 2%;
		position: absolute;
		text-align: center;
		width: 30%;
	}
	
	.caption h2 {
		margin-bottom: 0;
	}
	
	.imagecontainer3 .image {
		margin-right: 0;
		width: 33.33%;
	}
	
	.imagecontainer3 .image:nth-child(3n) {
		margin-right: 0;
	}
	.imagecontainer3 .image:nth-child(2n+1) {
		clear: none;
	}
	.imagecontainer3 .image:nth-child(3n+1) {
		clear: both;
	}
	.imagecontainer3 .image:nth-child(2n):after {
		min-height: 0;
	}
	
	.imagecontainer4 .image {
		margin-right: 0;
		width: 25%;
	}
	
	.imagecontainer4 .image:nth-child(2n+1) {
		clear: none;
	}
	
	.imagecontainer4 .image:nth-child(4n) {
		margin-right: 0;
	}
	.imagecontainer4 .image:nth-child(2n):after {
		min-height: 0;
	}
	
	div.videocontainer {
		display: block;
	}
	
	.articlevideoleft .videocontainer {
		float: left;
		margin-right: 2.8%;
		padding-bottom: 2%;
		width: 48.8%;
	}
	
	.articlevideoleft.layout1-2 .videocontainer {
		width: 31.73%;
	}
	
	.articlevideoleft.layout2-1 .videocontainer {
		width: 65.86%;
	}
	
	.articlevideoleft .articledata {
		float: left;
		width: 48.8%;
	}
	
	.articlevideoleft.layout1-2 .articledata {
		width: 65.86%;
	}
	
	.articlevideoleft.layout2-1 .articledata {
		width: 31.73%;
	}
	
	.articlevideoright .videocontainer {
		float: right;
		padding: 4.8%;
	}
	
	.articlevideoright.layout1-2 .videocontainer {
		width: 65.86%;
	}
	
	.articlevideoright.layout2-1 .videocontainer {
		width: 31.73%;
	}
	
	.articlevideoright .articledata {
		float: left;
		width: 48.8%;
	}
	
	.articlevideoright.layout1-2 .articledata {
		width: 31.73%;
	}
	
	.articlevideoright.layout2-1 .articledata {
		width: 65.86%;
	}
	
	.descriptioncontainer, .contentcontainer, .tablecontainer, .formcontainer {
		font-size: 180%;
	}
	
	.articleimageleft .imagecontainer {
		float: left;
		margin-right: 2.8%;
		padding-bottom: 2%;
		width: 48.8%;
	}
	
	.articleimageleft.layout1-2 .imagecontainer {
		width: 31.73%;
	}
	
	.articleimageleft.layout2-1 .imagecontainer {
		width: 65.86%;
	}
	
	.articleimageleft .articledata {
		float: left;
		width: 48.8%;
	}
	
	.articleimageleft.layout1-2 .articledata {
		width: 65.86%;
	}
	
	.articleimageleft.layout2-1 .articledata {
		width: 31.73%;
	}
	
	.articleimageright .imagecontainer {
		float: right;
		margin-left: 2.4%;
		padding-bottom: 2%;
		width: 48.8%;
	}
	
	.articleimageright.layout1-2 .imagecontainer {
		width: 65.86%;
	}
	
	.articleimageright.layout2-1 .imagecontainer {
		width: 31.73%;
	}
	
	.articleimageright .articledata {
		float: left;
		width: 48.8%;
	}
	
	.articleimageright.layout1-2 .articledata {
		width: 31.73%;
	}
	
	.articleimageright.layout2-5 .articledata {
		width: 40%;
	}
	
	.articleimageright.layout2-1 .articledata {
		width: 65.86%;
	}
	
	.backgroundsize article.adaptimage {
		display: table;
		width: 100%;
	}
	
	.backgroundsize article.adaptimage .articledata {
		display: table-cell;
		float: none;
		height: 100%;
		margin-left: 0;
		margin-right: 0;
		vertical-align: top;
	}
	
	.backgroundsize article.adaptimage .imagecontainer {
		display: table-cell;
		float: none;
		height: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		position: relative;
		vertical-align: top;
	}
	
	.backgroundsize.ie article.adaptimage {
		position: relative;
	}
	
	.backgroundsize.ie article.articleimageright.adaptimage .imagecontainer {
		position: absolute;
	}
	
	.backgroundsize article.adaptimage.articleimageright .imagecontainer {
		padding-left: 2.4%;
		/*width: 51.2%;*/
	}
	
	.backgroundsize article.adaptimage.articleimageright.layout1-2 .imagecontainer {
		width: 65.86%;
	}
	
	.backgroundsize article.adaptimage.articleimageright.layout2-1 .imagecontainer {
		width: 31.73%;
	}
	
	.backgroundsize article.adaptimage .imagecontainer > div[class^=imagecontainer] {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	
	.backgroundsize article.adaptimage .imagecontainer div.imagecontainer2 div.image {
		border-left: 1px solid white;
		border-right: 1px solid white;
		box-sizing: border-box;
		float: left;
		position: relative;
		width: 50%;
	}
	
	article.adaptiframe .articledata {
		display: table-cell;
		float: none;
		height: 100%;
		margin-left: 0;
		margin-right: 0;
		vertical-align: top;
	}
	
	article.adaptiframe .iframecontainer {
		display: table-cell;
		float: none;
		height: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		vertical-align: top;
	}
	
	.ie article.adaptiframe {
		position: relative;
	}
	
	article.adaptiframe.articleiframeright .articledata, article.adaptiframe.articleiframeleft .articledata {
		width: 48.8%;
	}
	article.adaptiframe.articleiframeright .iframecontainer {
		padding-left: 2.4%;
		position: relative;
		width: 100%; /* width: 48.8%; */
	}
	.ie article.articleiframeright.adaptiframe .iframecontainer {
		width: 48.8%;
	}
	
	article.adaptiframe.articleiframeleft .iframecontainer {
		padding-right: 2.4%;
		position: relative;
	}
	
	.ie article.adaptiframe.articleiframeleft .iframecontainer, .ie article.adaptiframe.articleiframeright .iframecontainer {
		position: absolute;
	}
	
	
	article.adaptiframe .iframecontainer iframe {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

/* Desktop */
@media screen and (min-width: 960px) {
	.caption {
		margin-left: -21%;
		width: 38%;
	}
	
	
	/* Content 2 columns */
	article.twocolumns .contentcontainer {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;	
	}
	
	/* Content 3 columns */
	article.threecolumns .contentcontainer {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;	
	}
	
	article.threecolumns .contentcontainer ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 3em;
		-moz-column-gap: 3em;
		column-gap: 3em;
		display: block;
	}
}

/* Widescreen */
@media screen and (min-width: 1280px) {
}

/* Widescreen */
@media screen and (max-width: 720px) {
	h2 {
		font-size: 240%;
	}

	h2 span {
		display: none;
	}
	
	h3 {
		font-size: 180%;
	}
	
	.descriptioncontainer, .contentcontainer, .tablecontainer, .formcontainer {
		font-size: 140%;
	}
	.tablecontainer {
		position: relative;
		overflow-x: scroll;
	}
	
	.smaller .contentcontainer {
		width: 100%;
	}
	
	.backgroundsize article.adaptimage.articleimageleft .imagecontainer {
		padding-right: 0;
	}
}


/* Smartphone */
@media screen and (max-width: 720px) {
	.articleimageright.whitebackground.adaptimage.layout1-2 br {
		display: none;
	}
	
	.backgroundsize article.adaptimage .imagecontainer div[class^="imagecontainer"] div.image {
		background-image: none !important;
		width: 50%;
		float: left;
	}
	
	.backgroundsize article.adaptimage .imagecontainer div.image img {
		display: inline-block;
	}
	
	.blockcontainer.brightbackground {
		padding: 20px;
	}
	}
}
