article {
	margin-bottom: 30px;
}
.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%;
}

/* Images */
div.imagecontainer {
	
}

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

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

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

.image a:link, .image a:visited {
	
}

.image.zoomimage a:link, .image.zoomimage a:visited {
	
}

.image a:hover span, .image a:focus span {
	
}

.image.zoomimage a:hover span, .image.zoomimage a:focus span {
	
}

.caption {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 5%;
	left: 50%;
	margin-left: -17%;
	padding: 2%;
	position: absolute;
	text-align: center;
	width: 30%;
}

.desktop .caption {
	margin-left: -21%;
	width: 38%;
}

.caption h2 {
	margin-bottom: 0;
}

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: 2.4%;
	width: 48.8%;
}

.largescreen .imagecontainer3 .image {
	margin-right: 2.4%;
	width: 31.73%;
}
.largescreen .imagecontainer3 .image:nth-child(3n) {
	margin-right: 0;
}
.largescreen .imagecontainer3 .image:nth-child(3n):after {
	clear: both;
	content: ' ';
	display: block;
	width: 100%;
}

.smartphone .imagecontainer3 .image {
	margin-right: 2.4%;
	width: 48.8%;
}
.smartphone .imagecontainer3 .image:nth-child(2n):after {
	clear: both;
	content: ' ';
	display: block;
	width: 100%;
}

.largescreen .imagecontainer4 .image {
	margin-right: 2.4%;
	width: 23.2%;
}
.largescreen .imagecontainer4 .image:nth-child(4n) {
	margin-right: 0;
}
.largescreen .imagecontainer4 .image:nth-child(4n):after {
	clear: both;
	content: ' ';
	display: block;
	width: 100%;
}

.smartphone .imagecontainer4 .image {
	margin-right: 2.4%;
	width: 48.8%;
}
.smartphone .imagecontainer4 .image:nth-child(4n):after {
	clear: both;
	content: ' ';
	display: block;
	width: 100%;
}

/* Image Container - Anpassungen */
.largescreen .imagecontainer2 .image {
	margin-right: 0;
	width: 50.00%;
}

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

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

.largescreen .imagecontainer3 .image {
	margin-right: 0;
	width: 33.33%;
}

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

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

.largescreen .imagecontainer4 .image {
	margin-right: 0;
	width: 25%;
}

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

.imagecontainer4 .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;
}

.imagecontainer .image a:hover span, .imagecontainer .image a:focus span {
	background: none; /* url('../images/icons/zoom-big.png') no-repeat center center;*/
	border: 30px solid #000;
	bottom:0;
	display: block;
	cursor: zoom-in;
	left: 0;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	position: absolute;
	right: 0;
	top: 0;
}
.desktop.imagecontainer .image a:hover span, .imagecontainer .image a:focus span {
	background: none; /* url('../images/icons/zoom-big.png') no-repeat center center;*/
	border: 20px solid #000;
	bottom:0;
	display: block;
	cursor: zoom-in;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
}

/* 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;
}

/*.image12, .image24 {
	width: 48.8%;
}

.image13, .image26 {
	width: 31.73%;
}

.image23, .image46 {
	width: 65.86%;
}

.image14 {
	width: 23.2%;
}

.image15 {
	width: 18.08%;
}

.image25 {
	width: 38.56%;
}

.image35 {
	width: 59.04%;
}

.image45 {
	width: 79.52%;
}

.image16 {
	width: 14.66%;
}

.image56 {
	width: 82.93%;
}*/

/* Image Box */
/*.articlegallery .imagebox {
	width: 100%;
}

div[class^=imagebox] > div[class^=imageframe] {
	float: left;
	margin-right: 2.4%;
	margin-right: 0;
}
div[class^=imagebox] > div[class^=imageframe]:last-child {
	margin-right: 0;
}

.imageframe11 {
	width: 100%;
}

.imageframe12, .imageframe24, .imageframe36, .imagebox2 .imageframe {
	width: 48.8%;
	width: 50%;
}
.smartphone .imageframe12, .smartphone .imageframe24, .smartphone .imageframe36 {
	margin-right: 0;
	width: 100%;
}
.smartphone .imageframe12:first-child, .smartphone .imageframe24:first-child, .smartphone .imageframe36:first-child {
	margin-bottom: 2.4%;
	margin-bottom: 0;
}

.imageframe13, .imageframe26, .imagebox3 .imageframe {
	width: 31.73%;
	width: 33.33%;
}
.smartphone .imageframe13, .smartphone .imageframe26 {
	margin-right: 0;
	width: 100%;
}
.smartphone .imageframe13:first-child, .smartphone .imageframe26:first-child {
	margin-bottom: 2.4%;
	margin-bottom: 0;
}

.imageframe23, .imageframe46 {
	width: 65.86%;
	width: 66.66%;
}
.smartphone .imageframe23, .smartphone .imageframe46 {
	margin-right: 0;
	margin-bottom: 2.4%;
	margin-bottom: 0;
	width: 100%;
}

.imageframe14, .imagebox4 .imageframe {
	width: 23.2%;
	width: 25%;
}
.smartphone .imageframe14 {
	margin-right: 0;
	width: 100%;
}

.imageframe34 {
	width: 74.4%;
	width: 75%;
}
.smartphone .imageframe34 {
	margin-right: 0;
	width: 100%;
}

.imageframe15, .imagebox5 .imageframe {
	width: 18.08%;
	width: 20%;
}

.imageframe25 {
	width: 38.56%;
	width: 40%;
}

.imageframe35 {
	width: 59.04%;
	width: 60%;
}

.imageframe45 {
	width: 79.52%;
	width: 80%;
}

.imageframe16, .imagebox6 > .imageframe {
	width: 14.66%;
	width: 16.66%;
}
.smartphone .imageframe16, .smartphone .imagebox6 > .imageframe {
	width: 48.8%;
	width: 50%;
}
.tablet .imageframe16, .tablet .imagebox6 > .imageframe {
	width: 31.73%;
	width: 33.33%;
}

.imageframe56 {
	width: 82.93%;
	width: 83.33%;
}
.smartphone .imageframe56,
.tablet .imageframe56 {
	width: 100%;
	width: 100%;
}

.imagebox .image {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.imagebox .image img {
	display: block;
}
	
.articlegallery .imagebox .image img {
	display: block;
}

.imagebox .imageframe13 .image {
	margin-bottom: 6%;
}

.imagebox .imageframe13 .image:last-child {
	margin-bottom: 0;
}
body.smartphone .imagebox .imageframe13 .image:first-child {
	margin-bottom: 2.4%;
}

.imagebox .imageframe14 .image {
	margin-bottom: 10%;
}
.imagebox .imageframe14 .image:last-child {
	margin-bottom: 0;
}*/

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

.largescreen div.videocontainer {
	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%;
}

.largescreen .articlevideoleft .videocontainer {
	float: left;
	margin-right: 2.8%;
	padding-bottom: 2%;
	width: 48.8%;
}

.largescreen .articlevideoleft.layout1-2 .videocontainer {
	width: 31.73%;
}

.largescreen .articlevideoleft.layout2-1 .videocontainer {
	width: 65.86%;
}

.largescreen .articlevideoleft .articledata {
	float: left;
	width: 48.8%;
}

.largescreen .articlevideoleft.layout1-2 .articledata {
	width: 65.86%;
}

.largescreen .articlevideoleft.layout2-1 .articledata {
	width: 31.73%;
}

.largescreen .articlevideoright .videocontainer {
	float: right;
	padding: 4.8%;
}

.largescreen .articlevideoright.layout1-2 .videocontainer {
	width: 65.86%;
}

.largescreen .articlevideoright.layout2-1 .videocontainer {
	width: 31.73%;
}

.largescreen .articlevideoright .articledata {
	float: left;
	width: 48.8%;
}

.largescreen .articlevideoright.layout1-2 .articledata {
	width: 31.73%;
}

.largescreen .articlevideoright.layout2-1 .articledata {
	width: 65.86%;
}

/* Content */
.descriptioncontainer, .contentcontainer, .tablecontainer, .formcontainer {
	color: #4b4b4b;
	font-size: 180%;
	font-weight: 300;
	line-height: 130%;
	margin-bottom: 1em;
}
.tablet .descriptioncontainer, .tablet .contentcontainer, .tablet .tablecontainer, .tablet .formcontainer,
.smartphone .descriptioncontainer, .smartphone .contentcontainer, .smartphone .tablecontainer, .smartphone .formcontainer {
	font-size: 150%;
}

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

.descriptioncontainer h1, .contentcontainer h1, .areacontainer h1, .formcontainer h1 {
	margin-bottom: 10px;
}

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

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

.descriptioncontainer p, .contentcontainer p, .tablecontainer p, .formcontainer p {
	font-size: 88.88%;
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}
.descriptioncontainer p strong, .contentcontainer p strong, .tablecontainer p strong, .formcontainer p strong {
	color: #000;
	font-weight: 500;
}

.descriptioncontainer ul, .contentcontainer ul, .tablecontainer ul, .formcontainer ul,
.descriptioncontainer ol, .contentcontainer ol, .tablecontainer ol, .formcontainer ul {
	margin: 0 0 1em 1em;
	font-size: 88.88%;

}
.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: inside;
	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%;
}

.largescreen .articleimageleft .imagecontainer {
	float: left;
	margin-right: 2.8%;
	padding-bottom: 2%;
	width: 48.8%;
}

.largescreen .articleimageleft.layout1-2 .imagecontainer {
	width: 31.73%;
}

.largescreen .articleimageleft.layout2-1 .imagecontainer {
	width: 65.86%;
}

.largescreen .articleimageleft .articledata {
	float: left;
	width: 48.8%;
}

.largescreen .articleimageleft.layout1-2 .articledata {
	width: 65.86%;
}

.largescreen .articleimageleft.layout2-1 .articledata {
	width: 31.73%;
}

.largescreen .articleimageright .imagecontainer {
	float: right;
	margin-left: 2.4%;
	padding-bottom: 2%;
	width: 48.8%;
}

.largescreen .articleimageright.layout1-2 .imagecontainer {
	width: 65.86%;
}

.largescreen .articleimageright.layout2-1 .imagecontainer {
	width: 31.73%;
}

.largescreen .articleimageright .articledata {
	float: left;
	width: 48.8%;
}

.largescreen .articleimageright.layout1-2 .articledata {
	width: 31.73%;
}

.largescreen .articleimageright.layout2-1 .articledata {
	width: 65.86%;
}

.articlegallery .image a:hover span, .articlegallery .image a:focus span {
	background: none; /*url('../images/icons/zoom-big.png') no-repeat center center;*/
	border: 30px solid #000;
	bottom:0;
	cursor: zoom-in;
	display: block;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
}
.desktop .articlegallery .image a:hover span, .articlegallery .image a:focus span {
	background: none; /*url('../images/icons/zoom-big.png') no-repeat center center;*/
	border: 20px solid #000;
	bottom:0;
	display: block;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
}

/* Article with Image Adaption */
.backgroundsize .largescreen article.adaptimage {
	display: table;
	width: 100%;
}

.backgroundsize .largescreen article.adaptimage .articledata {
	display: table-cell;
	float: none;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
}

.backgroundsize .largescreen article.adaptimage .imagecontainer {
	display: table-cell;
	float: none;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	vertical-align: top;
}

.backgroundsize .largescreen article.adaptimage.articleimageright .imagecontainer {
	padding-left: 2.4%;
	width: 51.2%;
}

.backgroundsize .largescreen article.adaptimage.articleimageright.layout1-2 .imagecontainer {
	width: 65.86%;
}

.backgroundsize .largescreen article.adaptimage.articleimageright.layout2-1 .imagecontainer {
	width: 31.73%;
}

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

.backgroundsize article.adaptimage .imagecontainer > div[class^=imagecontainer] {
	display: table;
	height: 100%;
	width: 100%;
}

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

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

.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 .largescreen article.adaptimage .imagecontainer div.imagecontainer2 div.image {
	border-right: 1px solid white;
	border-left: 1px solid white;
	width: 50%;
}
.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%;
}

.largescreen article.adaptiframe .articledata {
	display: table-cell;
	float: none;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
}

.largescreen article.adaptiframe .iframecontainer {
	display: table-cell;
	float: none;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	vertical-align: top;
}

.largescreen article.adaptiframe.articleiframeright .iframecontainer {
	padding-left: 2.4%;
	position: relative;
	width: 51.2%;
}

.largescreen article.adaptiframe.articleiframeleft .iframecontainer {
	padding-right: 2.4%;
	position: relative;
}

article .iframecontainer iframe {
	width: 100%;
}

.largescreen article.adaptiframe .iframecontainer iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* Content 2 columns */
.largescreen article.twocolumns .contentcontainer {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.desktop section.area13 article.twocolumns .contentcontainer, .desktop section.area26 article.twocolumns .contentcontainer,
.desktop section.area23 article.twocolumns .contentcontainer, .desktop section.area46 article.twocolumns .contentcontainer {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

/* Content 3 columns */
article.threecolumns .contentcontainer {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.desktop section.area13 article.threecolumns .contentcontainer, .desktop section.area26 article.threecolumns .contentcontainer,
.desktop section.area23 article.threecolumns .contentcontainer, .desktop section.area46 article.threecolumns .contentcontainer {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

/* Content 3 columns */
article.threecolumns .contentcontainer ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 6em; /* Chrome, Safari, Opera */
    -moz-column-gap: 6em; /* Firefox */
    column-gap: 6em;
	display: block;
}

.tablet.middle article.threecolumns .contentcontainer ul,
.tablet.upper article.threecolumns .contentcontainer ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
    -moz-column-gap: 2em; /* Firefox */
    column-gap: 2em;
}
.smartphone article.threecolumns .contentcontainer ul,
.tablet.lower article.threecolumns .contentcontainer ul {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 6em; /* Chrome, Safari, Opera */
    -moz-column-gap: 6em; /* Firefox */
    column-gap: 6em;
}
.desktop section.area13 article.threecolumns .contentcontainer, .desktop section.area26 article.threecolumns .contentcontainer,
.desktop section.area23 article.threecolumns .contentcontainer, .desktop section.area46 article.threecolumns .contentcontainer {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

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

article.whitebackground > .imagecontainer > div[class^="imagecontainer"] {
	background: #fff;
}