	
	/*
	Theme Name: Naturkundemuseum
	Theme URI: https://www.ae-webdesign.com/
	Description: Naturkundemuseum Theme von AE Webdesign
	Version: 1.0
	Author: AE Webdesign
	Author URI: https://www.ae-webdesign.com/
	Tags: HTML5, CSS3, Javascript
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	*/
	
	/* Default Css */
	
	@media all {
	
		body, html {
			height: 100%;
			-webkit-text-size-adjust: 100%;
		}
		
		body {
			color: #000000;
			font-size: 22px;
			line-height: 30px;
			font-family: 'Roboto-Regular', sans-serif;
			margin: 0px;
			padding: 0px;
		}
		
		body .frame {
			max-width: 1920px;
			margin: 0px auto;
			width: 100%;
		}
		
		* {
			touch-action: manipulation;
		}
		
		.o-hidden {
			overflow: hidden;
		}
		
		.more-container {
			display: flex;
			align-items: center;
			color: #0088A3;
			font-size: 18px;
			line-height: 22px;
			margin-top: 5px;
			position: relative;
			width: 100%;
		}
		
		.more-container:before {
			content: '';
			position: absolute;
			left: 0px;
			bottom: 100%;
			width: 100%;
			height: 90px;
			background: rgb(244,244,244);
			background: linear-gradient(180deg, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
			pointer-events: none;
		}
		
		.more-container span {
			display: none;
		}
		
		.more-container span.more {
			display: block;
		}
		
		.more-container img {
			margin-left: 8px;
			transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		.desc-toggle.open .more-container span.more {
			display: none;
		}
		
		.desc-toggle.open .more-container span.less {
			display: block;
		}
		
		.desc-toggle.open .more-container:before {
			opacity: 0;
		}
		
		.desc-toggle.open .more-container img {
			transform: rotate(180deg);
		}
		
		h1, h2, h3, h4, h5, h6,
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			margin: 0px;
			padding: 0px;
			text-decoration: none;
		}
		
		h1, h1 a, .t1, .t1i, .t1 a {
			font-size: 80px;
			line-height: 70px;
			font-family: brandon-grotesque, sans-serif;
			color: #000000;
			font-weight: 700;
			text-transform: none;
			margin: 0px;
			padding: 0px;
		}
		
		h2, h2 a, .t2, .t2i, .t2 a {
			font-size: 50px;
			line-height: 50px;
			font-family: brandon-grotesque, sans-serif;
			color: #000000;
			font-weight: 700;
			text-transform: none;
			margin: 0px;
			padding: 0px;
		}
		
		h3, h3 a, .t3, .t3i, .t3 a {
			font-size: 30px;
			line-height: 34px;
			color: #000000;
			font-family: 'Roboto-Medium', sans-serif;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
		}
		
		h4, h4 a, .t4, .t4i, .t4 a {
			font-size: 28px;
			line-height: 53px;
			color: #000000;
			font-family: brandon-grotesque, sans-serif;
			font-weight: 700;
			margin: 0px;
			padding: 0px;
		}
		
		h5, h5 a, .t5, .t5i, .t5 a {
			font-size: 20px;
			line-height: 38px;
			color: #000000;
			font-family: brandon-grotesque, sans-serif;
			font-weight: 700;
			margin: 0px;
			padding: 0px;
		}
		
		.garamond {
			font-family: brandon-grotesque, sans-serif;
		}
		
		.green,
		.green a {
			color: #0088A3;
		}
		
		.smallFs {
			font-size: 14px;
			line-height: 24px;
		}
		
		.smallFs2 {
			font-size: 12px;
			line-height: 24px;
		}
		
		.mediumFs {
			font-size: 16px;
			line-height: 22px;
		}
		
		.mediumFs2 {
			font-size: 18px;
			line-height: 22px;
		}
		
		.largeFs {
			font-size: 16px;
			line-height: 26px;
		}
		
		.largeFs2 {
			font-size: 30px;
			line-height: 50px;
		}
		
		.button1 {
			background-color: #0088A3;
			display: inline-block;
			padding: 13px 14px;
			font-size: 14px;
			line-height: 24px;
			font-weight: normal;
			color: #FFFFFF;
			font-family: 'Roboto-Regular', sans-serif;
			letter-spacing: 1px;
			text-transform: uppercase;
			-webkit-transition: background-color 250ms ease-in-out;
			transition: background-color 250ms ease-in-out;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			cursor: pointer;
		}
		
		.button1:hover {
			background-color: #006C81;
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		input[type="submit"],
		input[type="button"],
		.button2 {
			background-color: #FFF;
			display: inline-block;
			padding: 10px 40px;
			font-size: 14px;
			line-height: 24px;
			font-weight: normal;
			color: #000000;
			font-family: 'Roboto-Regular', sans-serif;
			letter-spacing: 1px;
			text-transform: uppercase;
			border: 3px solid #0088A3;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
			transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			cursor: pointer;
		}
		
		input[type="button"]:hover,
		input[type="submit"]:hover,
		.button2:hover {
			border: 3px solid #0088A3;
			color: #FFFFFF;
			background-color: #0088A3;
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		.button3 {
			background-color: #0088A3;
			display: inline-block;
			padding: 10px 40px;
			font-size: 14px;
			line-height: 24px;
			font-weight: normal;
			color: #FFFFFF;
			font-family: 'Roboto-Regular', sans-serif;
			letter-spacing: 1px;
			text-transform: uppercase;
			border: 3px solid #FFFFFF;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
			transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			cursor: pointer;
		}
		
		.button3:hover {
			border: 3px solid #FFFFFF;
			color: #000;
			background-color: #FFFFFF;
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		input[type="button"] {
			width: auto;
			display: inline-block;
			color: #0088A3;
			height: 50px;
			padding-left: 55px;
		}
		
		.link {
			position: relative;
			padding-right: 12px;
			font-size: 16px;
			line-height: 22px;
		}
		
		.link:before {
			content: '';
			height: 1px;
			background-color: #000;
			position: absolute;
			left: 0;
			top: 100%;
			width: 0px;
			transition: width .5s cubic-bezier(.23,1,.32,1);
			-webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
			margin-top: 3px;
		}
		
		.link:after {
			content: '';
			display: block;
			width: 8px;
			height: 8px;
			border-top: 1px #000 solid;
			border-right: 1px #000 solid;
			-webkit-transform: rotate(45deg) translateY(-50%);
			transform: rotate(45deg) translateY(-50%);
			margin-left: 6px;
			position: absolute;
			right: 0px;
			top: 50%;
			margin-top: -2px;
		}
		
		.inverse .link:before {
			background-color: #FFF;
		}
		
		.inverse .link:after {
			border-top: 1px #FFF solid;
			border-right: 1px #FFF solid;
		}
		
		.link:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		.link:hover:before {
			width: calc(100% - 12px);
		}
		
		.linkanimation {
			position: relative;
			padding-right: 12px;
		}
		
		.linkanimation:before {
			content: '';
			height: 1px;
			background-color: #000;
			position: absolute;
			left: 0;
			top: 100%;
			width: 0px;
			transition: width .5s cubic-bezier(.23,1,.32,1);
			-webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
			margin-top: 3px;
		}
		
		.linkanimation:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		.linkanimation:hover:before {
			width: calc(100% - 12px);
		}
		
		a {
			text-decoration: none;
			color: #000000;
			cursor: pointer;
		}
		
		p a {
			text-decoration: underline;
		}
		
		p iframe {
			width: 100% !important
		}
		
		a:hover,
		a:hover img {
			opacity: 0.7;
			filter: alpha(opacity = 70);
		}
		
		img {
			border: 0px;
			vertical-align: top;
			max-width: 100%;
			height: auto;
			width: auto;
			display: block;
		}
		
		p {
			margin: 0px;
			padding: 0px;
		}
		
		.inverse, .inverse a, .t1i, .t2i, .t3i, .t4i, .t5i {
			color: #FFFFFF;
		}
		
		.bghighlight1 {
			background-color: #0088A3;
		}
		
		.bghighlight2 {
			background-color: #7C7606;
		}
		
		.bghighlight3 {
			background-color: #2F2F2F;
		}
		
		.bghighlight4 {
			background-color: #BEBEBE;
		}
		
		.bghighlight5 {
			background-color: #F4F4F4;
		}
		
		.bghighlight6 {
			background-color: #293682;
		}
		
		.bghighlight7 {
			background-color: #FFFFFF;
		}
		
		.centercontent {
			width: 90%;
			max-width: 1256px;
			margin: 0px auto;
		}
		
		.centercontentsmall {
			width: 90%;
			max-width: 968px;
			margin: 0px auto;
		}
		
		.centercontentlarge {
			width: calc(100% - 200px);
			margin: 0px auto;
			max-width: 1720px;
		}
		
		.clearbefore:before,
		.clearafter:after,
		.clearbeforeafter:before,
		.clearbeforeafter:after {
			content: '';
			clear: both;
			display: block;
			font-size: 0px;
			height: 0px;
			line-height: 0px;
			overflow: hidden;
			text-indent: -100px;
		}
		
		.vac {
			display: flex;
			align-items: center;
		}
		
		.vacjc {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
		.tal {
			text-align: left;
		}
		
		.tac {
			text-align: center;
		}
		
		.tar {
			text-align: right;
		}
		
		.bold,
		strong,
		b {
			font-family: 'Roboto-Bold', sans-serif;
		}
		
		.pointer {
			cursor: pointer;
		}
		
		.ttupper {
			text-transform: uppercase;
		}
		
		.ttlower {
			text-transform: lowercase;
		}
		
		ul {
			padding-left: 18px;
		}
		
		ul.reset {
			margin: 0px;
			padding: 0px;
		}
		
		ul.reset li {
			display: block;
		}
		
		.downloadstyle {
			position: relative;
			padding-left: 40px;
			color: #0088A3;
			margin-top: 15px;
			display: inline-block;
		}
		
		.downloadstyle:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 50%;
			width: 28px;
			height: 28px;
			background: url('img/icon-download.svg') no-repeat 0px 0px;
			background-size: 100% 100%;
			transform: translateY(-50%);
		}
		
		.ae-cookiebanner .ae-view-settings-container .ae-view-settings-detail#ae-statistics-details .ae-inner .ae-view-category:first-child {
			display: none;
		}
		
		.ae-cookiebanner .ae-view-settings-container .ae-view-settings-detail#ae-statistics-details .ae-inner .ae-view-category:nth-child(2) {
			margin-top: 0px;
		}
	
	}
	
	@media (max-width: 1520px) {
	
		.centercontentlarge {
			width: 90%;
		}
	
	}
	
	@media (max-width: 1300px) {
	
		.centercontent,
		.centercontentlarge {
			width: 94%;
		}
	
	}
	
	@media (max-width: 650px) {
	
		body {
			font-size: 14px;
			line-height: 18px;
		}
		
		.more-container {
			font-size: 14px;
			line-height: 18px;
		}
		
		h1, h1 a, .t1, .t1i, .t1 a {
			font-size: 30px;
			line-height: 30px;
		}
		
		h2, h2 a, .t2, .t2i, .t2 a {
			font-size: 26px;
			line-height: 30px;
		}
		
		h3, h3 a, .t3, .t3i, .t3 a {
			font-size: 18px;
			line-height: 24px;
		}
		
		h4, h4 a, .t4, .t4i, .t4 a {
			font-size: 18px;
			line-height: 33px;
		}
		
		h5, h5 a, .t5, .t5i, .t5 a {
			font-size: 18px;
			line-height: 28px;
		}
		
		.centercontent, .centercontentlarge {
			width: 90%;
		}
		
		.link {
			font-size: 14px;
		}
		
		.smallFs,
		.smallFs2,
		.mediumFs,
		.mediumFs2,
		.largeFs,
		.largeFs2 {
			font-size: 14px;
			line-height: 25px;
		}
	
	}
	
	/* Header Css */
	
	@media all {
	
		header div.logo img {
			max-width: 315px;
		}
		
		header div.topheader ul {
			justify-content: flex-end;
			padding: 4px 0px;
		}
		
		header div.topheader ul li {
			margin-right: 40px;
			position: relative;
		}
		
		header div.menu {
			margin-left: auto;
		}
		
		header div.topheader ul li:last-child {
			margin-right: 0px;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		header div.topheader ul li span.icon {
			margin-left: 10px;
			-webkit-transition: transform 250ms ease-in-out;
			transition: transform 250ms ease-in-out;
		}
		
		header div.topheader ul li.active span.icon {
			transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
		}
		
		header div.topheader ul li.active span.languages {
			display: block !important;
			position: absolute;
			left: -20px;
			top: 100%;
			margin-top: 4px;
			z-index: 4;
			background-color: #f4f4f4;
		}
		
		header div.topheader ul li.active span.languages a {
			display: block;
			padding-bottom: 8px;
			padding-top: 8px;
			padding-left: 20px;
			padding-right: 30px
		}
		
		header div.topheader ul li.active span.languages a:first-child {
			border-bottom: 1px solid #f2f2f2
		}
		
		header div.topheader ul li:after {
			content: '';
			position: absolute;
			left: 100%;
			top: 50%;
			height: 16px;
			width: 1px;
			margin-left: 17px;
			background-color: #000000;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}
		
		header div.topheader ul li:last-child:after {
			content: none;
		}
		
		header div.topheader ul li a.active {
			font-family: 'Roboto-Bold', sans-serif;
		}
		
		header div.topheader ul li a {
			position: relative;
			line-height: 30px;
		}
		
		header div.topheader ul li a:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		header div.topheader ul li a:after {
			content: '';
			position: absolute;
			left: 0;
			top: 100%;
			height: 1px;
			width: 0px;
			background-color: #000;
			margin-top: 2px;
			transition: width .5s cubic-bezier(.23,1,.32,1);
			-webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
		}
		
		header div.topheader ul li a:hover:after {
			width: 100%;
		}
		
		header div.topheader ul li.languageswitcher a:hover:after {
			width: 0px;
		}
		
		header div.outermenucontainer {
			justify-content: space-between;
			padding: 32px 0px 37px 0px;
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		header div.outeroutermenu {
			min-height: 156px;
		}
		
		header div.outeroutermenu li.with-submenu {
			position: relative;
		}
		
		header div.outeroutermenu li.with-submenu a {
			display: flex;
			align-items: center;
		}
		
		header div.outeroutermenu li.with-submenu > a img {
			margin-left: 13px;
			transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		header div.outeroutermenu li.with-submenu.opened > a img {
			transform: rotate(180deg);
		}
		
		header div.outeroutermenu li a.button1,
		header div.outeroutermenu li.school a {
			display: flex;
			align-items: center;
		}
		
		header div.outeroutermenu li a.button1 {
			padding-left: 20px;
			padding-right: 20px;
		}
		
		header div.outeroutermenu li.school a img {
			margin-left: 8px;
		}
		
		header div.outeroutermenu li a.button1 img {
			margin-left: 13px;
		}
		
		header div.outeroutermenu li.with-submenu .submenu {
			position: absolute;
			left: 0px;
			top: 100%;
			z-index: 20;
			background-color: #FFFFFF;
			-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.16); 
			box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.16);
			margin-top: 20px;
			padding: 22px 20px;
			display: none;
		}
		
		header div.outeroutermenu li.with-submenu .submenu .submenu-item {
			display: flex;
			align-items: center;
			margin-top: 21px;
			white-space: nowrap;
		}
		
		header div.outeroutermenu li.with-submenu .submenu .submenu-item a.active:after,
		header div.outeroutermenu li.with-submenu .submenu .submenu-item a:hover:after {
			width: 100%;
		}
		
		header div.outeroutermenu li.with-submenu .submenu .submenu-item:first-child {
			margin-top: 0px;
		}
		
		header div.outeroutermenu li.with-submenu .submenu .submenu-item img {
			margin-right: 20px;
			max-width: 20px;
		}
		
		body.fixheader header div.outermenu {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			z-index: 60;
			background-color: #FFFFFF;
			-webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
		}
		
		body.fixheader header div.outermenucontainer {
			padding-top: 12px;
			padding-bottom: 12px;
		}
		
		header div.outermenucontainer ul li {
			margin-left: 55px;
			position: relative;
		}
		
		header div.outermenucontainer ul li:first-child {
			margin-left: 0px;
		}
		
		header div.outermenucontainer ul li:last-child {
			margin-left: 51px;
		}
		
		header div.outermenucontainer ul li a {
			position: relative;
		}
		
		header div.outermenucontainer ul li a:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		header div.outermenucontainer ul li a:hover img {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		header div.outermenucontainer ul li a.active {
			font-family: 'Roboto-Bold', sans-serif;
		}
		
		header div.outermenucontainer ul li a.button1.active {
			font-family: 'Roboto-Regular',sans-serif;
		}
		
		header div.outermenucontainer ul li a:after {
			content: '';
			position: absolute;
			left: 0;
			top: 100%;
			height: 1px;
			width: 0px;
			background-color: #000;
			margin-top: 2px;
			transition: width .5s cubic-bezier(.23,1,.32,1);
			-webkit-transition: width .5s cubic-bezier(.23,1,.32,1);
		}
		
		header div.outermenucontainer ul li a:hover:after,
		header div.outermenucontainer ul li a.active:after {
			width: 100%;
		}
		
		header div.outermenucontainer ul li.with-submenu a:hover:after,
		header div.outermenucontainer ul li.with-submenu a.active:after {
			width: calc(100% - 23px);
		}
		
		header div.outermenucontainer ul li a.button1:hover:after,
		header div.outermenucontainer ul li a.button1.active:after {
			content: none;
		}
		
		header a.mobilemenu {
			display: none;
			position: relative;
			width: 50px;
			height: 50px;
			margin-top: 0px;
			margin-left: 8px;
			background-color: #0088A3;
			cursor: pointer;
		}
		
		header a.mobilemenu span.bar {
			position: absolute;
			left: 10px;
			width: 30px;
			height: 2px;
			background-color: #FFF;
			-webkit-transition: all 500ms ease;
			transition: all 500ms ease;
		}
		
		header a.mobilemenu span.bar1 {
			top: 17px;
		}
		
		header a.mobilemenu span.bar2 {
			top: 25px;
		}
		
		header a.mobilemenu span.bar3 {
			top: 33px;
		}
		
		body.menuopen header a.mobilemenu span.bar {
			top: 50%;
		}
		
		body.menuopen header a.mobilemenu span.bar1 {
			-webkit-transform: rotate(45deg) scale(1.25);
			transform: rotate(45deg) scale(1.25);
		}
		
		body.menuopen header a.mobilemenu span.bar2 {
			-webkit-transform: rotate(-45deg) scale(1.25);
			transform: rotate(-45deg) scale(1.25);
		}
		
		body.menuopen header a.mobilemenu span.bar3 {
			display: none;
		}
		
		div.mobilemenucontainer {
			display: none;
		}
		
		div.tabletbutton {
			display: none;
		}
	
	}
	
	@media (max-width: 1770px) {
	
		header div.logo img {
			max-width: 250px;
		}
		
		header div.outermenucontainer ul li,
		header div.outermenucontainer ul li:last-child {
			margin-left: 35px;
		}
		
		header div.outermenucontainer ul li:last-child {
			margin-left: 20px;
		}
		
		header div.menu {
			padding-left: 30px;
		}
	
	}
	
	@media (max-width: 1230px) {
	
		header {
			position: relative;
			z-index: 50;
			background-color: #FFFFFF;
		}
		
		div.tabletbutton {
			display: block;
		}
		
		body {
			position: relative;
			left: 0px;
			-webkit-transition: left 500ms ease;
			transition: left 500ms ease;
		}
		
		header div.logo {
			order: 1;
		}
		
				
		div.mobilebutton {
			order: 2;
		}
		
		header div.topheader {
			display: none;
		}
		
		header div.outeroutermenu {
			min-height: 110px;
		}
		
		body.fixheader header div.outermenucontainer {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		header div.tabletbutton {
			order: 3;
			margin-left: auto;
		}
		
		header a.mobilemenu {
			display: block;
		}
		
		header a.mobilemenu:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		header div.outermenucontainer {
			justify-content: flex-start;
			align-items: flex-start;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		header div.menu {
			display: none;
		}
		
		div.mobilemenucontainer {
			display: block;
			position: fixed;
			left: 0px;
			top: -100%;
			z-index: 45;
			background-color: #EAEAEA;
			width: 100%;
			height: 100%;
			-webkit-transition: top 500ms ease;
			transition: top 500ms ease;
			overflow-y: auto;
		}
		
		div.mobilemenucontainer ul.menucontainer {
			background-color: #FFF;
			width: calc(100% - 48px);
			margin: 138px auto 0px auto;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0px;
		}
		
		div.mobilemenucontainer ul li {
			margin-right: 0px;
			width: 100%;
			text-align: left;
			border-bottom: 1px solid #EAEAEA;
			padding: 21px 33px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		div.mobilemenucontainer ul li.opened a img {
			transform: rotate(180deg);
		}
		
		div.mobilemenucontainer ul.menucontainer li.school a,
		div.mobilemenucontainer ul.menucontainer li.with-submenu a {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
		div.mobilemenucontainer ul.menucontainer li.with-submenu .submenu .submenu-item {
			display: flex;
			align-items: center;
			margin-top: 15px;
		}
		
		div.mobilemenucontainer ul.menucontainer li.with-submenu .submenu .submenu-item img {
			margin-right: 12px;
		}
		
		div.mobilemenucontainer ul li:last-child {
			border-bottom: 0px;
			padding-top: 27px;
		}
		
		div.mobilemenucontainer ul li a {
			color: #000000;
			font-size: 17px;
			line-height: 20px;
			position: relative;
		}
		
		div.mobilemenucontainer ul li a.button1 {
			color: #FFFFFF;
			display: flex;
			align-items: center;
			max-width: 300px;
		}
		
		div.mobilemenucontainer ul li a.button1 img {
			margin-left: 15px;
		}
		
		div.mobilemenucontainer ul li a.active:before {
			content: '';
			position: absolute;
			left: 0;
			top: 100%;
			height: 2px;
			width: 100%;
			background-color: #000;
			margin-top: 0px
		}
		
		div.mobilemenucontainer ul li.button a.active:before {
			content: none;	
		}
		
		div.mobilemenucontainer div.phonecontainer {
			text-align: center;
			padding-bottom: 30px;
			width: calc(100% - 48px);
			margin: 20px auto 0px auto;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
		}
		
		div.mobilemenucontainer div.phonecontainer > div:first-child {
			display: none;
		}
		
		div.mobilemenucontainer div.phonecontainer ul {
			margin-top: 30px;
			padding-left: 25px;
			padding-right: 25px;
			width: 100%;
		}
		
		div.mobilemenucontainer div.phonecontainer ul li {
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 0px;
			padding-right: 0px;
		}
		
		div.mobilemenucontainer div.phonecontainer ul li:first-child {
			padding-top: 0px;
		}
		
		div.mobilemenucontainer div.phonecontainer .button1 {
			padding: 19px 33px;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner {
			display: inline-block;
			margin-top: 0px;
			margin-left: 20px;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner .innerbanner {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner img {
			max-width: 50px;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner .innerbanner .text {
			font-size: 23px;
			line-height: 30px;
			max-width: 224px;
		}
		
		div.mobilemenucontainer div.phonecontainer .number {
			margin-top: 10px;
		}
		
		div.mobilemenucontainer div.phonecontainer .mail {
			margin-top: 10px;
		}
		
		html.menuopen,
		body.menuopen {
			overflow: hidden;
		}
		
		body.menuopen div.mobilemenucontainer {
			top: 0px;
		}
		
		div.langmobile {
			margin-top: 15px;
			text-align: left;
			padding-left: 25px;
			padding-right: 25px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%;
		}
		
		div.langmobile a {
			font-size: 14px;
			line-height: 24px;
			margin-left: 30px;
		}
		
		div.langmobile a:first-child {
			margin-left: 0px;
		}
		
		div.mobilemenucontainer ul li a {
			font-size: 16px;
			line-height: 24px;
		}
		
		div.mobilemenucontainer ul.mobilesubmenu li a {
			font-size: 14px;
			line-height: 24px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		header div.tabletbutton {
			display: none;
		}
		
		header div.outermenucontainer {
			align-items: center;
			justify-content: space-between;
		}
		
		header a.mobilemenu {
			margin-top: 0px;
			margin-left: 0px;
			width: 28px;
		}
		
		header a.mobilemenu {
			background-color: #FFFFFF;
		}
		
		header a.mobilemenu span.bar {
			background-color: #000000;
			width: 28px;
			left: 0px;
			transform: translateX(0px);
		}
		
		header div.outermenucontainer {
			padding-top: 12px;
			padding-bottom: 12px;
		}
		
		header div.logo img {
			max-width: 200px;
		}
		
		div.mobilemenucontainer ul.menucontainer {
			margin-top: 105px;
		}
		
		header div.outeroutermenu {
			min-height: 80px;
		}
		
		body.fixheader header div.outermenucontainer {
			padding-top: 12px;
			padding-bottom: 12px;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner {
			margin-top: 20px;
			margin-left: 0px;
		}
		
		div.mobilemenucontainer div.phonecontainer>div:first-child {
			display: block;
			width: 100%;
			text-align: left;
			padding-left: 0px;
			padding-right: 0px;
		}
	
	}
	
	@media (max-width: 450px) {
	
		div.mobilemenucontainer div.phonecontainer > div {
			width: 100%;
			text-align: center;
		}
		
		div.mobilemenucontainer div.phonecontainer > div.langmobile {
			text-align: left;
		}
		
		div.mobilemenucontainer div.phonecontainer div.banner .innerbanner {
			justify-content: center;
		}
		
		div.mobilemenucontainer div.phonecontainer>div:first-child {
			text-align: center;
		}
		
		div.mobilemenucontainer div.phonecontainer > div .button1 {
			width: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
	}
	
	/* Content Css */
	
	@keyframes sway {
		0% {
			transform: translateY(0px);
		}
	
		25% {
			transform: translateY(3px);
		}
	
		50% {
			transform: translateY(0px);
		}
	
		75% {
			transform: translateY(-3px);
		}
	
		100% {
			transform: translateY(0px);
		}
	}
	
	/* SliderT1 */
	
	@media all {
	
		section.SliderT1 div.centercontentlarge {
			position: relative;
		}
		
		section.SliderT1 div.elements div.element {
			position: relative;
		}
		
		section.SliderT1 div.elements div.element:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 4;
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
		}
		
		section.SliderT1 div.elements div.element div.text {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			padding-left: 12.56%;
			padding-right: 12.56%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			z-index: 5;
		}
		
		section.SliderT1 div.elements div.element div.text div.innertext {
			max-width: 880px;
			width: 100%;
		}
		
		section.SliderT1 div.elements div.element div.text div.innertext .buttoncontainer {
			margin-top: 5.11%;
		}
		
		section.SliderT1 div.banner {
			position: absolute;
			right: -68px;
			top: -31px;
			z-index: 40;
			width: 282px;
			padding: 13px 8px;
			cursor: pointer;
			-webkit-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			filter: blur(.0px);
		}
		
		section.SliderT1 div.banner:hover {
			transform: scale(1.1);
		}
		
		section.SliderT1 div.banner .innerbanner {
			justify-content: space-between;
		}
		
		section.SliderT1 div.banner .innerbanner .text {
			margin-left: 15px;
		}
		
		section.SliderT1 div.infobanner {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: -47px;
			z-index: 5;
			width: 100%;
			max-width: 1114px;
		}
		
		section.SliderT1 div.infobanner div.innerbanner {
			justify-content: space-between;
			padding: 25px 44px;
		}
		
		section.SliderT1 div.infobanner div.innerbanner > div div.icon {
			margin-right: 18px;
		}
		
		section.SliderT1 div.infobanner div.innerbanner > div:hover div.icon {
			animation-name: sway;
			animation-duration: 1000ms;
			animation-iteration-count: infinite;
			animation-timing-function: linear;
		}
		
		
		section.SliderT1 div.infobanner div.innerbanner > div span {
			display: block;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text.responsive {
			display: none;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text .iconresp {
			display: none;
		}
		
		section.SliderT1 div.owl-dots {
			display: none;
		}
		
		section.SliderT1 div.elements div.element img.resp,
		section.SliderT1 div.elements div.element img.respalternative {
			display: none;
		}
	
	}
	
	@media (max-width: 1520px) {
	
		section.SliderT1 div.banner {
			right: 0px;
		}
	
	}
	
	@media (max-width: 1230px) {
	
		section.SliderT1 div.banner {
			display: none;
		}
	
	}
	
	@media (max-width: 1130px) {
	
		section.SliderT1 div.infobanner {
			position: relative;
			bottom:auto;
		}
		
		section.SliderT1 div.centercontent.bannercontainer {
			width: 100%;
		}
		
		section.SliderT1 div.infobanner div.innerbanner {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		section.SliderT1 div.elements div.element {
			overflow: hidden;
		}
		
		section.SliderT1 div.elements div.element img {
			width: 1400px;
			transform: translateX(-11%);
			max-width: none;
		}
	
	}
	
	@media (max-width: 850px) {
	
		section.SliderT1 div.infobanner {
			position: fixed;
			z-index: 39;
			left: 0px;
			transform: translateX(0px);
			bottom: 0px;
		}
		
		section.SliderT1 div.infobanner:before {
			content: '';
			position: absolute;
			left: 0px;
			bottom: 42px;
			width: 100%;
			background: url('img/shadow.png') no-repeat 0px 0px;
			background-size: 100% 100%;
			height: 50px;
			z-index: 4;
		}
		
		section.SliderT1 div.infobanner div.innerbanner {
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 15px;
			padding-right: 15px;
			position: relative;
			z-index: 6;
			background-color: #FFFFFF;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text.responsive {
			display: block;
			width: 100%;
			margin-top: 5px;
		}
		
		section.SliderT1 div.infobanner div.innerbanner > div {
			width: 33%;
			flex-wrap: wrap;
			text-align: center;
			justify-content: center;
		}
		
		section.SliderT1 div.infobanner div.innerbanner > div div.icon {
			width: 100%;
			text-align: center;
			margin: 0px 0px 0px 0px;
		}
		
		section.SliderT1 div.infobanner div.innerbanner > div div.icon img {
			margin: 0px auto;
		}
		
		.owl-nav .owl-prev {
			left: 10px !important;
		}
		
		.owl-nav .owl-next {
			right: 10px !important;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text.desk {
			position: absolute;
			left: 0px;
			bottom: 100%;
			width: 100%;
			z-index: 60;
			background-color: #FFFFFF;
			padding-bottom: 27px;
			padding-top: 27px;
			overflow: hidden;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text.desk:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 100%;
			margin-top: -19px;
			width: 100%;
			background: url('img/shadow.png') no-repeat 0px 0px;
			background-size: 100% 100%;
			height: 50px;
			z-index: 4;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text {
			display: none;
		}
		
		section.SliderT1 div.infobanner div.innerbanner .active div.text {
			display: block;
		}
		
		section.SliderT1 div.infobanner div.innerbanner.open > div {
			opacity: 0.24;
			filter: alpha(opacity = 24);
		}
		
		section.SliderT1 div.infobanner div.innerbanner.open > div.active {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		body.openover div.pagecontent {
			position: relative;
		}
		
		body.openover div.pagecontent:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 30;
			background-color: rgba(0, 0, 0, 0.72);
		}
		
		html.openover,
		body.openover {
			overflow: hidden;
		}
		
		section.SliderT1 div.infobanner div.innerbanner div.text .iconresp {
			display: inline-block;
			margin: 0px auto 10px auto;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.SliderT1 div.banner {
			display: none;
		}
		
		section.SliderT1 div.elements div.element div.text {
			position: relative;
			top: auto;
			left: auto;
			margin-top: 18px;
			margin-bottom: 70px;
		}
		
		section.SliderT1 div.elements div.element div.text div.title {
			color: #000;
		}
		
		section.SliderT1 div.elements div.element div.text {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		section.SliderT1 div.elements div.element div.text div.innertext .buttoncontainer {
			margin-top: 15px;
		}
		
		section.SliderT1 div.owl-nav {
			display: none;
		}
		
		section.SliderT1 div.owl-dots {
			display: block;
			position: absolute;
			left: 0px;
			width: 100%;
			top: 0px;
			text-align: center;
			margin-top: 50%;
		}
		
		.owl-dots,
		.dots {
			align-self: flex-end;
		}
		
		.owl-dots .owl-dot,
		.dots .dot {
			display: inline-block;
			width: 8px;
			height: 8px;
			background-color: #FFFFFF !important;
			-webkit-border-radius: 28px;
			border-radius: 28px;
			cursor: pointer;
			margin-right: 11px;
		}
		
		.owl-dots .owl-dot.active,
		.dots .dot.active {
			background-color: #2F2F2F !important;
		}
		
		section.SliderT1 div.elements div.element img {
			display: none;
		}
		
		section.SliderT1 div.elements div.element img.resp {
			width: auto;
			transform: translateX(0px);
			max-width: 100%;
			display: block;
		}
		
		section.SliderT1 div.elements div.element img.respalternative {
			display: block;
			width: 840px;
			transform: translateX(-28%);
		}
		
		section.SliderT1 div.elements div.element:before {
			content: none;
		}
	
	}
	
	@media (max-width: 550px) {
	
		section.SliderT1 div.elements div.element div.text {
			margin-bottom: 30px;
		}
	
	}
	
	@media (max-width: 440px) {
	
		section.SliderT1 div.elements div.element div.text {
			margin-bottom: 15px;
		}
	
	}
	
	/* TeaserT1 */
	
	@media all {
	
		section.TeaserT1 {
			margin-top: 6.77%;
			padding-bottom: 200px;
		}
		
		section.TeaserT1 .inner {
			position: relative;
		}
		
		section.TeaserT1 div.text {
			width: 62.10%;
			margin-top: 11.15%;
			margin-bottom: 12.34%;
		}
		
		section.TeaserT1 div.text .buttons {
			margin-top: 4.49%;
		}
		
		section.TeaserT1 div.text .buttons a {
			margin-right: 35px;
		}
		
		section.TeaserT1 div.text .buttons a:last-child {
			margin-right: 0px;
		}
		
		section.TeaserT1 div.text .linkcontainer {
			margin-top: 6.41%;
		}
		
		section.TeaserT1 div.image {
			width: 31.05%;
			position: absolute;
			right: 0px;
			bottom: -77px;
			z-index: 5;
		}
		
		section.TeaserT1 div.image img.resp {
			display: none;
		}
	
	}
	
	@media (max-width: 1130px) {
	
		section.TeaserT1 {
			margin-top: 0px;
		}
	
	}
	
	@media (max-width: 900px) {
	
		section.TeaserT1 div.text {
			width: 100%;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.TeaserT1 {
			margin-top: 160px;
			padding-bottom: 0px;
		}
		
		section.TeaserT1 .inner {
			flex-wrap: wrap;
		}
		
		section.TeaserT1 div.image {
			position: relative;
			width: 100%;
			order: 1;
			bottom: auto;
			margin-top: -30%;
		}
		
		section.TeaserT1 div.text {
			order: 2;
			margin-top: 35px;
			margin-bottom: 35px;
		}
		
		section.TeaserT1 div.text .buttons {
			margin-top: 25px;
		}
		
		section.TeaserT1 div.text .linkcontainer {
			margin-top: 23px;
		}
		
		section.TeaserT1 div.text .buttons a {
			margin-top: 10px;
		}
	
	}
	
	@media (max-width: 640px) {
	
		section.TeaserT1 div.image img {
			display: none;
		}
		
		section.TeaserT1 div.image img.resp {
			display: block;
		}
	
	}
	
	/* TeaserT2 */
	
	@media all {
	
		section.TeaserT2 div.elements {
			margin-top: 22.29%;
			margin-bottom: calc(19.51% + 130px);
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		
		section.TeaserT2 div.elements div.element {
			width: 48.41%;
			margin-right: 3.18%;
			position: relative;
			margin-top: 4.30%;
		}
		
		section.TeaserT2 div.elements div.element:nth-child(-n+2) {
			margin-top: 0px;
		}
		
		section.TeaserT2 div.elements div.element:nth-child(2n) {
			margin-right: 0px;
			transform: translateY(130px);
		}
		
		section.TeaserT2 div.elements div.element div.text {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			padding: 30px 70px 30px 32px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		
		section.TeaserT2 div.elements div.element div.text h2 {
			width: 100%;
		}
		
		section.TeaserT2 div.elements div.element div.text .linkcontainer {
			align-self: flex-end;
		}
	
	}
	
	@media (max-width: 1130px) {
	
		section.TeaserT2 div.elements div.element div.text h2 {
			font-size: 33px;
			line-height: 37px;
		}
	
	}
	
	@media (max-width: 850px) {
	
		section.TeaserT2 div.elements div.element div.text {
			padding: 15px 30px;
		}
		
		section.TeaserT2 div.elements div.element div.text h2 {
			font-size: 24px;
			line-height: 28px;
		}
	
	}
	
	@media (max-width: 640px) {
	
		section.TeaserT2 div.elements {
			margin-top: 53px;
		}
		
		section.TeaserT2 div.elements div.element {
			width: 100%;
			margin-top: 25px;
			margin-right: 0px;
		}
		
		section.TeaserT2 div.elements div.element div.text {
			padding: 30px;
		}
		
		section.TeaserT2 div.elements div.element:first-child {
			margin-top: 0px;
		}
		
		section.TeaserT2 div.elements div.element:nth-child(2n) {
			transform: translateY(0px);
			margin-top: 25px;
		}
		
		section.TeaserT2 div.elements div.element div.text h2 {
			font-size: 26px;
			line-height: 30px;
		}
	
	}
	
	@media (max-width: 400px) {
	
		section.TeaserT2 div.elements div.element div.text {
			padding: 20px;
		}
	
	}
	
	/* TeaserT3 */
	
	@media all {
	
		section.TeaserT3 div.elements {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
			margin-bottom: 95px;
		}
		
		section.TeaserT3 div.elements div.element {
			width: 100%;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			position: relative;
			padding-top: 7.17%;
		}
		
		section.TeaserT3 div.elements div.element:nth-child(2n) {
			padding-top: 0px;
			padding-bottom: 7.17%;
			margin-top: 8.36%;
			justify-content: flex-end;
		}
		
		section.TeaserT3 div.elements div.element div.text {
			width: 54.14%;
			order: 1;
		}
		
		section.TeaserT3 div.elements div.element div.text .content {
			margin-top: 8px;
			max-width: 608px;
		}
		
		section.TeaserT3 div.elements div.element div.text .buttoncontainer {
			margin-top: 5.15%;
		}
		
		section.TeaserT3 div.elements div.element div.image {
			order: 2;
			width: 31.05%;
			position: absolute;
			right: 0px;
			top: -78px;
		}
		
		section.TeaserT3 div.elements div.element:nth-child(2n) div.text {
			order: 2;
		}
		
		section.TeaserT3 div.elements div.element:nth-child(2n) div.image {
			order: 1;
			right: auto;
			top: auto;
			left: 0px;
			bottom: -95px;
		}
	
	}
	
	@media (max-width: 900px) {
	
		section.TeaserT3 div.elements div.element:nth-child(2n) div.image {
			bottom: auto;
			top: 0px;
		}
		
		section.TeaserT3 div.elements div.element div.image {
			top: 80px;
		}
	
	}
	
	@media (max-width: 750px) {
	
		section.TeaserT3 .centercontentlarge {
			background-color: #FFFFFF;
			width: 100%;
		}
		
		section.TeaserT3 .centercontent {
			width: 100%;
		}
		
		section.TeaserT3 div.elements div.element div.text .content {
			display: none;
		}
		
		section.TeaserT3 div.elements div.element div.text .buttoncontainer {
			margin-top: 33px;
		}
		
		section.TeaserT3 div.elements div.element div.text {
			width: 90%;
			margin: 33px auto 0px auto;
		}
		
		section.TeaserT3 div.elements div.element,
		section.TeaserT3 div.elements div.element:nth-child(2n) {
			flex-wrap: wrap;
			background-color: #f4f4f4;
			padding-top: 0px;
			margin-top: 25%;
			padding-bottom: 70px;
		}
		
		section.TeaserT3 div.elements div.element div.image {
			position: relative;
			top: auto;
			width: 90%;
			order: 1;
			margin: -30% auto 0px auto;
		}
		
		section.TeaserT3 div.elements div.element:nth-child(2) {
			margin-top: 42%;
		}
	
	}
	
	@media (max-width: 640px) {
	
		section.TeaserT3 div.elements div.element {
			margin-top: 5%;
		}
	
	}
	
	/* NewsletterT1 */
	
	@media all {
	
		section.NewsletterT1 div.introduction {
			padding-top: 5.31%;
			padding-left: 8.54%;
			width: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		section.NewsletterT1 div.introduction .headline {
			max-width: 760px;
		}
		
		section.NewsletterT1 div.introduction .content {
			max-width: 628px;
			margin-top: 10px;
		}
		
		section.NewsletterT1 div.form {
			margin-top: 2.39%;
			max-width: 628px;
			padding-left: 11.54%;
		}
		
		section.NewsletterT1 div.form .hidden {
			display: none;
		}
		
		section.ContactT1 div.form .hidden {
			display: none;
		}
		
		section.NewsletterT1 form div.fields {
			margin-top: 0px;
		}
		
		section.NewsletterT1 form div.fields p {
			width: 61.15%;
		}
		
		section.NewsletterT1 form div.sendcontainer {
			width: 35.51%;
			margin-top: 0px;
		}
		
		section.NewsletterT1 form div.sendcontainer.responsive,
		section.ContactT1 form div.sendcontainer.responsive {
			display: none;
		}
		
		section.NewsletterT1 form .wpcf7-form-control-wrap.privacy .wpcf7-list-item:before {
			top: 0px;
			margin-right: 16px;
		}
		
		section.NewsletterT1 form .wpcf7-acceptance .wpcf7-list-item.active:after {
			top: 6px;
		}
		
		section.NewsletterT1 form .wpcf7-form-control-wrap.privacy .wpcf7-list-item {
			margin-top: 20px;
		}
		
		section.NewsletterT1 form span.abs {
			font-size: 14px;
			line-height: 24px;
			top: 13px;
		}
		
		section.NewsletterT1 form input {
			height: 50px;
			font-size: 14px;
			line-height: 24px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.NewsletterT1 div.introduction {
			padding-left: 0px;
		}
		
		section.NewsletterT1 div.form {
			padding-left: 0px;
		}
	
	}
	
	@media (max-width: 900px) {
	
		section.NewsletterT1 div.introduction {
			padding-top: 40px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.NewsletterT1 form div.sendcontainer {
			display: none;
		}
		
		section.NewsletterT1 form div.sendcontainer.responsive {
			display: block;
			margin-top: 30px;
		}
		
		section.NewsletterT1 div.introduction .content {
			max-width: 298px;
		}
		
		section.NewsletterT1 form div.fields p {
			width: 100%;
		}
		
		section.NewsletterT1 div.form {
			margin-top: 28px;
		}
		
		section.ContactT1 form div.sendcontainer.responsive {
			display: block;
			margin-top: 30px;
		}
	
	}
	
	/* ContactT1 */
	
	@media all {
	
		section.ContactT1 {
			padding-bottom: 60px;
		}
		
		section.ContactT1 div.introduction {
			max-width: 824px;
			width: 90%;
			padding-top: 5.57%;
			margin: 0px auto;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		section.ContactT1 div.introduction div.text {
			margin-top: 30px;
		}
		
		section.ContactT1 div.form {
			max-width: 824px;
			width: 90%;
			margin: 7.17% auto 0px auto;
		}
		
		section.ContactT1 div.outro {
			max-width: 824px;
			margin: 7.17% auto 0px auto;
		}
		
		section.ContactT1 div.outro div.content {
			margin-top: 4%;
		}
		
		section.ContactT1 div.titlecont.first {
			margin-top: 0px;
		}
		
		section.ContactT1 div.titlecont {
			margin-top: 8.50%;
			margin-bottom: 22px;
		}
		
		section.ContactT1.tagung .form > .title {
			margin-bottom: 40px;
		}
		
		section.ContactT1.tagung div.wpcf7 {
			padding-bottom: 14.56%;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.ContactT1 div.introduction {
			padding-top: 50px;
		}
		
		section.ContactT1 div.form {
			margin-top: 60px;
		}
	
	}
	
	/* ContentT1 */
	
	@media all {
	
		section.ContentT1 div.inner {
			max-width: 950px;
			padding-left: 5.57%;
			padding-top: 5.57%;
			padding-bottom: 60px;
			width: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		section.ContentT1 div.inner .content {
			margin-top: 3.68%;
		}
		
		section.ContentT1 div.inner .buttoncontainer {
			margin-top: 3.68%;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.ContentT1 div.inner {
			padding-top: 50px;
		}
		
		section.ContentT1 div.inner .buttoncontainer {
			margin-top: 35px;
		}
		
		section.ContentT1 div.inner .buttoncontainer .button2 {
			padding: 10px 20px;
		}
	
	}
	
	/* HeaderT1 */
	
	@media all {
	
		section.HeaderT1 div.image div.text {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 5;
		}
		
		section.HeaderT1 div.image {
			position: relative;
		}
		
		section.HeaderT1 div.image:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 4;
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
		}
		
		section.HeaderT1 div.image img.resp,
		section.HeaderT1 div.image img.respalternative {
			display: none;
		}
		
		section.HeaderT1 div.backbutton {
			padding-top: 39px;
			padding-bottom: 39px;
		}
		
		section.HeaderT1 div.backbutton div.icon {
			margin-right: 19px;
		}
		
		section.HeaderT1 div.backbutton div.text {
			letter-spacing: 1px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.HeaderT1 div.image {
			overflow: hidden;
		}
		
		section.HeaderT1 div.image img {
			width: 1126px;
			transform: translateX(-11%);
			max-width: none;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.HeaderT1 {
			padding-bottom: 42px;
		}
		
		section.HeaderT1 div.image div.text {
			height: auto;
			top: auto;
			bottom: auto;
			position: relative;
			margin-top: 20px;
		}
		
		section.HeaderT1 div.text .centercontent {
			width: 100%;
		}
		
		section.HeaderT1 div.image img {
			display: none;
		}
		
		section.HeaderT1.HeaderT3 div.image img {
			display: block;
		}
		
		section.HeaderT1 div.text h1 {
			color: #000000;
			font-size: 30px;
			line-height: 38px;
		}
		
		section.HeaderT1 div.image img.respalternative,
		section.HeaderT1 div.image img.resp {
			display: block;
			width: auto;
			transform: translateX(0px);
			max-width: 100%;
		}
		
		section.HeaderT1 div.image:before {
			content: none;
		}
		section.HeaderT1 div.backbutton {
			padding-top: 24px;
			padding-bottom: 24px;
		}
	
	}
	
	/* TabsT1 */
	
	@media all {
	
		section.TabsT1 {
			padding-top: 3.65%;
			padding-bottom: 5.99%;
		}
		
		section.TabsT1:empty {
			padding-top: 0px;
			padding-bottom: 5.99%;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.TabsT1 {
			padding-top: 70px;
			padding-bottom: 25px;
		}
		
		section.TabsT1:empty {
			padding-top: 0px;
		}
	
	}
	
	/* SonderausstellungenT1 */
	
	@media all {
	
		section.SonderausstellungenT1 div.inner {
			padding-bottom: 6.93%;
		}
		
		section.SonderausstellungenT1.besuchschulen div.inner {
			padding-bottom: 9%;
		}
		
		section.SonderausstellungenT1 div.introduction {
			max-width: 790px;
		}
		
		section.SonderausstellungenT1 div.infocontainer {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			margin-top: 7.96%;
			margin-bottom: 3.98%;
		}
		
		section.SonderausstellungenT1 div.infocontainer > div {
			width: 48.41%;
		}
		
		section.SonderausstellungenT1 div.infocontainer > div:first-child {
			margin-right: 3.18%;
		}
		
		section.SonderausstellungenT1 div.infocontainer div.content {
			margin-top: 3.29%;
		}
		
		section.SonderausstellungenT1.publikationen div.introtext {
			margin-bottom: 55px;
			margin-top: -4%;
		}
		
		section.SonderausstellungenT1.publikationen div.introtext a {
			text-decoration: underline;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.SonderausstellungenT1 div.inner {
			padding-bottom: 43px;
		}
		
		section.SonderausstellungenT1.publikationen div.introtext {
			margin-bottom: 23px;
		}
		
		section.SonderausstellungenT1.sonder div.introduction {
			display: none;
		}
	
	}
	
	@media (max-width: 500px) {
	
		section.SonderausstellungenT1 div.infocontainer {
			flex-wrap: wrap;
			margin-top: 45px;
			margin-bottom: 0px;
		}
		
		section.SonderausstellungenT1 div.infocontainer>div {
			width: 100%;
			margin-right: 0px;
			margin-top: 25px;
		}
		
		section.SonderausstellungenT1 div.infocontainer>div:first-child {
			width: 100%;
			margin-right: 0px;
			margin-top: 0px;
		}
	
	}
	
	/* Form CSS */
	
	@media all {
	
		.catcont {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
			margin-bottom: 10px;
			min-height: 24px;
		}
		
		.catcont > div {
			border: 1px solid #0088A3;
			font-size: 14px;
			line-height: 16px;
			padding: 3px 26px 3px 6px;
			position: relative;
			background-color: #FFFFFF;
			margin-left: 4px;
			cursor: pointer;
		}
		
		.catcont > div:hover {
			background-color: #0088A3;
			color: #FFFFFF;
		}
		
		.catcont > div.delete {
			background-color: #0088A3;
			color: #FFFFFF;
		}
		
		.catcont > div:first-child {
			margin-left: 0px;
		}
		
		.catcont > div:after {
			content: '';
			position: absolute;
			right: 9px;
			top: 50%;
			transform: translateY(-50%);
			background: url('img/icon-customselectlose.svg') no-repeat 0px 0px;
			width: 7px;
			height: 7px;
			background-size: 100% 100%;
		}
		
		.catcont > div:hover:after {
			background: url('img/icon-customselectlose-inverse.svg') no-repeat 0px 0px;
		}
		
		.catcont > div.delete:after {
			background: url('img/icon-customselectlose-inverse.svg') no-repeat 0px 0px;
		}
		
		.customselect {
			width: 25.48%;
			position: relative;
		}
		
		.VideosT1 .customselect {
			width: 32%;
			position: relative;
		}
		
		.besuchschulen .customselect,
		.VideosT1 .containerwidth .customselect {
			width: 48.41%;
			position: relative;
		}
		
		.VideosT1 .search {
			width: 32% !important;
			position: relative;
		}
		
		.VideosT1 .introduction {
			margin-bottom: 55px;
		}
		
		.largefilter .customselect {
			width: 32%;
		}
		
		.customselect .outercatcontainer {
			position: absolute;
			left: 0px;
			top: 100%;
			width: 100%;
			z-index: 9;
			height: 0px;
			-webkit-transition: height 350ms ease-in-out;
			transition: height 350ms ease-in-out;
			-webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			overflow: hidden;
		}
		
		.customselect.open .outercatcontainer {
			height: 320px;
		}
		
		.customselect .buttoncont {
			background-color: #FFFFFF;
			border-top: 2px solid #F4F4F4;
		}
		
		.customselect .buttoncont .inside {
			padding-right: 16px;
			padding-left: 30px;
			padding-top: 17px;
			padding-bottom: 19px;
			justify-content: space-between;
		}
		
		.customselect .buttoncont .reset {
			font-size: 14px;
			text-transform: uppercase;
			cursor: pointer;
		}
		
		.customselect .headline {
			width: 100%;
			height: 54px;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0px 19px 0px 16px;
			position: relative;
			z-index: 10;
			background-color: #FFF;
		}
		
		.customselect .headline .arrowicon {
			width: 20px;
			height: 14px;
			position: relative;
		}
		
		.customselect .headline .arrowicon span {
			top: 8px;
			position: absolute;
			width: 12px;
			height: 1px;
			background-color: #000000;
			display: inline-block;
			transition: all 0.2s ease;
		}
		
		.customselect .headline .arrowicon span:first-of-type {
			left: 0px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		
		.customselect .headline .arrowicon span:last-of-type {
			right: 0;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		
		.customselect.open .headline .arrowicon span:first-of-type {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		
		.customselect.open .headline .arrowicon span:last-of-type {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		
		.customselect .catcontainer {
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 100;
			width: 100%;
			background-color: #FFF;
			border-top: 0px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			height: 230px;
			padding-bottom: 20px;
			margin-top: 2px;
			padding-top: 20px;
		}
		
		.customselect .catcontainer .option {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			align-items: center;
			margin-top: 20px;
			cursor: pointer;
		}
		
		.customselect .catcontainer .option:last-child {
			padding-bottom: 30px;
		}
		
		.customselect .catcontainer .option.filled img {
			display: none;
		}
		
		.customselect .catcontainer .option img.checked {
			display: none;
		}
		
		.customselect .catcontainer .option.filled img.checked {
			display: block;
		}
		
		.customselect .catcontainer .option img {
			margin-right: 16px;
		}
		
		.customselect .catcontainer .option:first-child {
			margin-top: 0px;
		}
		
		.customselect .catcontainer .innercatcontainer {
			padding: 0px 16px 0px 16px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			margin-bottom: 20px;
			height: 100%;
			position: relative;
		}
		
		.customselect .catcontainer .category {
			margin-top: 10px;
		}
		
		.customselect .catcontainer .category:first-child {
			margin-top: 0px;
		}
		
		.customselect .catcontainer .category .innercategory {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		form input,
		form textarea {
			border: 2px solid #D5D5D5;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			height: 60px;
			font-size: 22px;
			line-height: 30px;
			font-family: 'Roboto-Regular', sans-serif;
			color: #000000;
			padding: 0px 35px 0px 13px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			width: 100%;
		}
		
		form input.hidden {
			display: none;
		}
		
		textarea:focus,
		input:focus,
		button:focus {
			outline: 0;
		}
		
		input[type="submit"] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			cursor: pointer;
		}
		
		textarea:focus,
		input:focus,
		button:focus {
			outline: 0;
		}
		
		input[type="input"],
		input[type="text"],
		input[type="email"],
		input[type="tel"],
		select,
		textarea {
			-webkit-appearance: none;
  			-moz-appearance: none;
		}
		
		form p.error input,
		form div.fullwidth.error input,
		form div.fullwidth.error textarea {
			border: 2px solid red;
		}
		
		span.wpcf7-not-valid-tip {
			color: red;
		}
		
		form p.active input,
		form p.active textarea,
		form div.fullwidth.active input,
		form div.fullwidth.active textarea {
			border: 2px solid #0088A3;
		}
		
		form p.error input[type="email"],
		form div.fullwidth.error input[type="email"] {
			border: 2px solid red;
		}
		
		form p.filled:after,
		form div.fullwidth.filled:after {
			content: '';
			width: 20px;
			height: 15px;
			position: absolute;
			right: 12px;
			top: 25px;
			background: url('img/icon-check.svg') no-repeat 0px 0px;
		}
		
		section.NewsletterT1 form p.filled:after {
			top: 19px;
		}
		
		form div.fullwidth.filled.upload:after {
			content: none;
		}
		
		form div.fullwidth.filled.upload p.filled:after {
			content: none;
		}
		
		form p.filled.error:after, form div.fullwidth.error.filled:after {
			content: none;
		}
		
		form div.fullwidth.country.active:before {
			transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
		}
		
		form div.fullwidth.country.filled:before {
			content: none;
		}
		
		form div.fullwidth.filled.message:after {
			content: none;
		}
		
		form div.fullwidth.select:before {
			content: '';
			width: 30px;
			height: 15px;
			position: absolute;
			z-index: 5;
			right: 32px;
			top: 23px;
			background: url('img/icon-select.svg') no-repeat 0px 0px;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
		}
		
		form div.fullwidth.select.active:before {
			transform: rotate(180deg);
		}
		
		form div.fullwidth.select.filled:before {
			content: none;
		}
		
		form input[type="submit"] {
			width: auto;
			height: auto;
			font-family: 'Roboto-Regular', sans-serif;
		}
		
		form textarea {
			height: 155px;
			padding: 13px;
		}
		
		form span.abs {
			position: absolute;
			left: 7px;
			top: 15px;
			font-size: 22px;
			line-height: 30px;
			pointer-events: none;
			-webkit-transition: all .5s ease;
			transition: all .5s ease;
			z-index: 4;
			padding-left: 6px;
			padding-right: 6px;
			white-space: nowrap;
			max-width: calc(100% - 9px);
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			overflow: hidden;
		}
		
		form p.active span.abs,
		form div.fullwidth.active span.abs {
			top: -8px;
			font-size: 12px;
			line-height: 17px;
			color: #0088A3;
			background-color: #FFF;
		}
		
		form div.fields {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		
		form div.fields + div.titleform {
			margin-top: 45px;
		}
		
		form div.fields p,
		form div.fields div.vonbis {
			width: 48.85%;
			margin-top: 25px;
			position: relative;
		}
		
		form div.fields p:nth-child(-n+2),
		form div.fields div.vonbis:nth-child(-n+2) {
			margin-top: 0px;
		}
		
		.contact form div.fields p:nth-child(-n+2) {
			margin-top: 25px;
		}
		
		form div.fields div.vonbis p {
			width: 90%;
		}
		
		form div.fields div.vonbis div.text {
			width: 17.91%;
		}
		
		form div.fields div.vonbis {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
			align-items: center;
		}
		
		form div.fields div.fullwidth {
			width: 100%;
			margin-top: 25px;
			position: relative;
		}
		
		form div.fields div.fullwidth.message span.abs {
			white-space: normal;
		}
		
		form div.fields div.fullwidth:first-child {
			margin-top: 0px;
		}
		
		form div.fields div.fullwidth > p {
			width: 100%;
			margin-top: 0px !important;
		}
		
		form div.sendcontainer {
			margin-top: 4.02%;
		}
		
		form div.sendcontainer div.privacybox {
			display: none;
		}
		
		form div.requiredfields {
			margin-top: 35px;
		}
		
		form .wpcf7-form-control-wrap.privacy .wpcf7-list-item {
			position: relative;
			cursor: pointer;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			margin-left: 0px;
			margin-top: 17px;
		}
		
		form div.privacybox a {
			text-decoration: underline;
		}
		
		div.wpcf7-validation-errors,
		div.wpcf7-acceptance-missing {
			display: none !important;
		}
		
		.wpcf7-acceptance .wpcf7-list-item {
			margin: 0px;
		}
		
		.wpcf7-acceptance input {
			margin: 0px 15px 0px 0px;
			width: 20px;
			height: 20px;
			min-width: 20px;
		}
		
		form .privacybox {
			margin-top: 25px;
		}
		
		form .requiredfields {
			margin-top: 25px;
		}
		
		.wpcf7-acceptance label {
			display: flex;
			align-items: flex-start;
		}
		
		span.wpcf7-not-valid-tip {
			font-size: 14px;
		}
		
		input:-webkit-autofill,
		input:-webkit-autofill:hover, 
		input:-webkit-autofill:focus, 
		input:-webkit-autofill:active  {
			-webkit-box-shadow: 0 0 0 30px white inset !important;
		}
		
		.autocomplete {
			position: relative;
			display: inline-block;
		}
		
		.autocomplete-itemsmultiple {
			display: none;
			position: absolute;
			border: 1px solid #d4d4d4;
			border-bottom: none;
			border-top: none;
			z-index: 99;
			top: 100%;
			left: 0;
			right: 0;
			border: 2px solid #D5D5D5;
			border-top: 2px solid #0088A3;
			margin-top: 14px;
			padding: 0px 0px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: #FFF;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
		
		.autocomplete-itemsmultiple.withnocheck {
			margin-top: -2px;
		}
		
		.autocomplete-itemsmultiple > div {
			padding: 14px;
			cursor: pointer;
			background-color: #fff;
			border-bottom: 1px solid #d4d4d4;
		}
		
		.autocomplete-itemsmultiple div:last-child {
			border-bottom: 0px;
		}
		
		.autocomplete-itemsmultiple div:hover,
		.autocomplete-itemsmultiple div:hover div.check,
		.autocomplete-itemsmultiple div:hover div.text {
			background-color: #e9e9e9;
		}
		
		.autocomplete-itemsmultiple div div.check {
			position: relative;
		}
		
		.autocomplete-itemsmultiple div div.check:before {
			content: '';
			width: 20px;
			min-width: 20px;
			height: 20px;
			display: inline-block;
			border: 2px solid #BEBEBE;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			position: relative;
			left: 0px;
			top: 4px;
			z-index: 5;
			background-color: #FFF;
			margin-right: 18px;
		}
		
		.autocomplete-itemsmultiple div.active div.check:before {
			border: 2px solid #0088A3;
		}
		
		.autocomplete-itemsmultiple div.active div.check:after {
			content: '';
			position: absolute;
			width: 20px;
			height: 15px;
			top: 10px;
			left: 4px;
			background: url('img/icon-check.svg') no-repeat 0px 0px;
			z-index: 10;
		}
		
		.autocomplete-items {
			position: absolute;
			border: 1px solid #d4d4d4;
			border-bottom: none;
			border-top: none;
			z-index: 99;
			top: 100%;
			left: 0;
			right: 0;
			border: 2px solid #D5D5D5;
			border-top: 2px solid #0088A3;
			margin-top: 14px;
			padding: 0px 0px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: #FFF;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
		
		.autocomplete-items div {
			padding: 10px;
			cursor: pointer;
			background-color: #fff;
			border-bottom: 1px solid #d4d4d4;
		}
		
		.autocomplete-items div:last-child {
			border-bottom: 0px;
		}
		
		.autocomplete-items div:hover {
			background-color: #e9e9e9;
		}
		
		.autocomplete-active {
			background-color: #e9e9e9 !important;
			color: #ffffff; 
		}
		
			#mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap a i:before {
				color: #FFB916;
			}
			
			div#mfcf7_zl_multifilecontainer {
				margin-top: 0px;
			}
			
			div#mfcf7_zl_multifilecontainer p {
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				align-items: center;
				width: 100%;
				margin-right: 0px;
				word-break: break-all;
			}
			
			div#mfcf7_zl_multifilecontainer p:nth-child(2) {
				margin-top: 10px;
			}
			
			div#mfcf7_zl_multifilecontainer p:before {
				content: '';
				background: url('img/icon-pdf.svg') no-repeat 0px 0px;
				width: 31px;
				height: 38px;
				margin-right: 11px;
				display: inline-block;
				min-width: 31px;
				background-size: 100%;
			}
			
			div#mfcf7_zl_multifilecontainer .mfcf7-zl-multifile-name {
				margin-top: -6px;
			}
			
			div#mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file {
				display: inline-block;
				width: 15px;
				height: 15px;
				background: url('img/icon-delete.svg') no-repeat 0px 0px;
				margin-top: -6px;
				margin-left: 12px;
				min-width: 15px;
			}
			
			div#mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file span {
				display: none;
			}
			
			#mfcf7_zl_add_file {
				cursor: pointer;
				margin-top: 0px;
				background-image: url('img/icon-upload.svg');
				background-repeat: no-repeat;
				background-position-y: 12px;
				background-position-x: 15px;
				-webkit-border-radius: 0px;
				border-radius: 0px;
				line-height: 29px;
			}
			
			#mfcf7_zl_add_file:hover {
				background-image: url('img/icon-upload-hover.svg');
			}
			
			form div.fields.checkboxes > span {
				display: inline-block;
				width: 100%;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox {
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				justify-content: space-between;
				margin-top: 37px;
			}
			
			section.ContactT1.tagung div.titlecont {
				margin-bottom: 14px;
			}
			
			section.ContactT1.tagung div.requiredfields + div.titlecont {
				margin-top: 40px;
				margin-bottom: 52px;
			}
			
			section.ContactT1.tagung form div.requiredfields {
				margin-top: 20px;
			}
			
			section.ContactT1.tagung form textarea {
				height: 240px;
			}
			
			section.ContactT1.tagung .fields.disabled {
				opacity: 0.5;
				filter: alpha(opacity = 50);
			}
			
			section.ContactT1.tagung form .fields.disabled textarea {
				pointer-events: none;
			}
			
			section.ContactT1.tagung form div.fullwidth.message:first-child textarea {
				height: 120px;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox > span {
				width: 48.85%;
				margin: 0px 0px 0px 0px;
				position: relative;
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox > span label {
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox > span label input {
				width: 49px;
				min-width: 49px;
				display: none;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox .wpcf7-list-item:before {
				content: '';
				width: 20px;
				min-width: 20px;
				height: 20px;
				display: inline-block;
				border: 2px solid #BEBEBE;
				-webkit-border-radius: 0px;
				border-radius: 0px;
				position: relative;
				left: 0px;
				top: 4px;
				z-index: 5;
				background-color: #FFF;
				margin-right: 15px;
				cursor: pointer;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox .wpcf7-list-item.active:before {
				border: 2px solid #0088A3;
			}
			
			form div.fields.checkboxes > span .wpcf7-checkbox .wpcf7-list-item.active:after {
				content: '';
				position: absolute;
				width: 20px;
				height: 15px;
				top: 10px;
				left: 4px;
				background: url('img/icon-check.svg') no-repeat 0px 0px;
				z-index: 10;
			}
			
			form div.fields.radiobuttons > span {
				display: inline-block;
				width: 100%;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio {
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				justify-content: space-between;
				margin-top: 37px;
				margin-bottom: 35px;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio > span {
				width: 30.10%;
				margin: 0px 0px 0px 0px;
				position: relative;
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio > span label {
				display: flex;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio > span label input {
				width: 49px;
				min-width: 49px;
				display: none;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio .wpcf7-list-item:before {
				content: '';
				width: 32px;
				min-width: 32px;
				height: 32px;
				display: inline-block;
				border: 2px solid #BEBEBE;
				-webkit-border-radius: 0px;
				border-radius: 0px;
				position: relative;
				left: 0px;
				top: 4px;
				z-index: 5;
				background-color: #FFF;
				margin-right: 15px;
				-webkit-border-radius: 165px;
				border-radius: 16px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				cursor: pointer;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio .wpcf7-list-item.active:before {
				border: 2px solid #0088A3;
			}
			
			form div.fields.radiobuttons > span .wpcf7-radio .wpcf7-list-item.active:after {
				content: '';
				position: absolute;
				width: 20px;
				height: 20px;
				top: 10px;
				left: 6px;
				background-color: #0088A3;
				z-index: 10;
				-webkit-border-radius: 16px;
				border-radius: 16px;
			}
		
	}
	
	@media (max-width: 1024px) {
	
		form div.fields div.fullwidth.message span.abs {
			position: relative;
			top: auto;
			left: auto;
			margin-bottom: 10px;
			display: inline-block;
		}
		
		form div.fields div.fullwidth.message.active span.abs {
			font-size: 22px;
			line-height: 30px;
			color: #000;
		}
		
		.customselect {
			width: 32.4%;
		}
	
	}
	
	@media (max-width: 800px) {
	
		.customselect {
			width: 100%;
			margin-top: 4px;
		}
		
		.VideosT1 .customselect {
			width: 100%;
		}
		
		.VideosT1 .search {
			width: 100% !important;
		}
		
		.besuchschulen .customselect,
		.VideosT1 .containerwidth .customselect {
			width: 100%;
		}
		
		.largefilter .customselect {
			width: 100%;
		}
		
		.customselect:first-child {
			margin-top: 0px;
		}
		
		.customselect .outercatcontainer {
			position: relative;
			top: auto;
			left: auto;
			height: auto;
			max-height: 0px;
		}
		
		.customselect.open .outercatcontainer {
			max-height: 1000px;
			height: auto;
		}
		
		.customselect .catcontainer {
			position: relative;
			top: auto;
			left: auto;
			height: auto;
		}
		
		.customselect .catcontainer {
			padding-bottom: 0px;
		}
		
		.catcont {
			display: none;
		}
	
	}
	
	@media (max-width: 650px) {
	
		form span.abs {
			top: 14px;
		}
		
		span.wpcf7-not-valid-tip {
			margin-top: 5px;
		}
		
		form div.fields p,
		form div.fields div.vonbis,
		form div.fields p:nth-child(-n+2) {
			width: 100%;
			margin-top: 25px;
		}
		
		form div.fields div.vonbis {
			margin-top: 0px;
		}
		
		form div.fields p:first-child {
			margin-top: 0px;
		}
		
		form div.sendcontainer {
			margin-top: 25px;
		}
		
		form input,
		form textarea,
		form span.abs {
			font-size: 18px;
			line-height: 24px;
		}
		
		form input {
			height: 52px;
		}
		
		form p.filled:after,
		form div.fullwidth.filled:after {
			top: 20px;
		}
		
		form div.fields div.vonbis div.text {
			margin-top: 25px;
		}
		
		form div.fullwidth.select:before {
			top: 20px;
			right: 18px;
		}
		
		form div.fields.checkboxes>span .wpcf7-checkbox {
			flex-wrap: wrap;
		}
		
		form div.fields.checkboxes>span .wpcf7-checkbox>span {
			width: 100%;
			margin-top: 20px;
			align-items: center;
		}
		
		form div.fields.checkboxes>span .wpcf7-checkbox>span:first-child {
			margin-top: 0px;
		}
		
		form div.fields.checkboxes>span .wpcf7-checkbox .wpcf7-list-item:before {
			top: 0px;
		}
		
		form div.fields.checkboxes>span .wpcf7-checkbox .wpcf7-list-item.active:after {
			top: 6px;
		}
	
	}
	
	@media (max-width: 550px) {
	
		form div.fields.radiobuttons>span .wpcf7-radio {
			flex-wrap: wrap;
		}
		
		form div.fields.radiobuttons>span .wpcf7-radio>span {
			width: 100%;
			margin-top: 20px;
		}
		
		form div.fields.radiobuttons>span .wpcf7-radio>span:first-child {
			margin-top: 0px;
		}
		
		form div.fields.radiobuttons>span .wpcf7-radio>span {
			align-items: center;
		}
		
		form div.fields.radiobuttons>span .wpcf7-radio .wpcf7-list-item:before {
			top: 0px;
		}
		
		form div.fields.radiobuttons>span .wpcf7-radio .wpcf7-list-item.active:after {
			top: 6px;
		}
	
	}
	
	@media (max-width: 450px) {
	
		.customselect .buttoncont .inside {
			flex-wrap: wrap;
			padding-top: 20px;
			padding-bottom: 25px;
		}
		
		.customselect .buttoncont .reset {
			width: 100%;
			text-align: center;
			margin-top: 19px;
			order: 2;
		}
		
		.customselect .buttoncont .save {
			width: 100%;
			text-align: center;
			order: 1;
		}
		
		.customselect .buttoncont .save a {
			width: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
	
	}
	
	/* Gallery CSS */
	
	@media all {
	
		.owl-nav .owl-prev {
			position: absolute;
			left: 32px;
			top: 50%;
			width: 50px;
			height: 50px;
			border: 3px solid #0088A3 !important;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: #FFF !important;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-webkit-transition: border-color .25s ease-in-out;
			transition: border-color .25s ease-in-out;
		}
		
		.owl-nav .owl-next {
			position: absolute;
			right: 32px;
			top: 50%;
			width: 50px;
			height: 50px;
			border: 3px solid #0088A3 !important;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: #FFF !important;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		
		.owl-nav .owl-prev span,
		.owl-nav .owl-next span {
			display: none;
		}
		
		.owl-nav .owl-prev:before,
		.owl-nav .owl-next:before {
			content: '';
			background: url('img/icon-slider.svg') no-repeat 0px 0px;
			width: 12px;
			height: 21px;
			position: absolute;
			left: 50%;
			top: 50%;
			z-index: 5;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
		}
		
		.owl-nav .owl-prev:hover:before,
		.owl-nav .owl-next:hover:before {
			background: url('img/icon-slider-hover.svg') no-repeat 0px 0px;
		}
		
		.owl-nav .owl-next:before {
			transform: translate(-50%, -50%) rotate(180deg);
			-webkit-transform: translate(-50%, -50%) rotate(180deg);
		}
		
		.owl-nav .owl-prev:hover,
		.owl-nav .owl-next:hover {
			background-color: #0088A3 !important;
			border: 3px solid #0088A3 !important;
		}
	
	}
	
	/* Tabs */
	
	@media all {
	
		.outertabs {
			text-align: center;
		}
		
		.tabs {
			margin: 0px auto;
			display: inline-block;
		}
		
		.outertabs.sticky {
			position: fixed;
			left: 50%;
			top: 0px;
			z-index: 20;
			transform: translateX(-50%);
			width: 100%;
			background-color: #FFFFFF;
			padding-top: 10px;
			padding-bottom: 10px;
			-webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
			max-width: none;
		}
		
		.stickycontainer {
			height: 54px;
		}
		
		.tabs .inner {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: center;
			margin: 0px auto;
		}
		
		.tabs .tab {
			font-size: 16px;
			width: 243px;
			display: inline-block;
			background-color: #FFF;
			padding-top: 12px;
			padding-bottom: 12px;
			position: relative;
			cursor: pointer;
			-webkit-transition: all 350ms ease-in-out;
			transition: all 350ms ease-in-out;
			text-align: center;
			letter-spacing: 1px;
			margin-left: 1px;
			margin-right: 2px;
		}
		
		.tabs .tab:hover {
			opacity: 1;
			filter: alpha(opacity = 100);
		}
		
		.tabs .tab:hover:before {
			content: '';
			width: calc(100% - 8px);
			height: calc(100% - 8px);
			position: absolute;
			left: 4px;
			top: 4px;
			background-color: #F2F2F2;
			z-index: 2;
		}
		
		.tabs .tab span {
			position: relative;
			z-index: 5;
		}
		
		.tabs .tab.active:hover:before {
			content: none;
		}
		
		.tabs .tab.active {
			background-color: #2F2F2F;
			color: #FFF;
			-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
		}
		
		.outertabs .arrowprev,
		.outertabs .arrownext {
			display: none;
		}
		
		.outertabs .arrowprev:before {
			content: none;
			width: 25px;
			height: 25px;
			background: url('img/icon-mobiletabs.svg') no-repeat 0px 0px;
			position: absolute;
			left: 20px;
			top: 50%;
			transform: translateY(-50%) rotate(180deg);
			-webkit-transform: translateY(-50%) rotate(180deg);
			z-index: 3;
		}
		
		.outertabs .arrownext:after {
			content: none;
			width: 25px;
			height: 25px;
			background: url('img/icon-mobiletabs.svg') no-repeat 0px 0px;
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			z-index: 3;
		}
		
		.outertabs .arrowprev,
		.outertabs .arrownext {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			left: 0px;
			top: 0px;
			height: 100%;
			width: 50px;
		}
		
		.outertabs .arrownext {
			left: auto;
			right: 0px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		.outertabs {
			position:relative;
			overflow: hidden;
			height: 55px;
			padding-top: 0;
			transform: translateY(-50%);
		}
		
		.outertabs .arrowprev:before,
		.outertabs .arrownext:after {
			content: none;
			display: none;
		}
		
		.outertabs .arrowprev,
		.outertabs .arrownext {
			display: none;
		}
		
		.tabs .tab.active {
			box-shadow: none;
		}
		
		.outertabs .tabs {
			overflow-y: auto;
			overflow-x: auto;
			white-space: nowrap;
			height: 55px;
			position: absolute;
			left: 50%;.outertabs .tabs
			top: 0px;
			width: 94%;
			padding-bottom: 15px;
			transform: translateY(0px) translateX(-50%);
			-webkit-transform: translateY(0px) translateX(-50%);
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		.outertabs.sticky .tabs {
			top: 11px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		.outertabs {
			width: 100%;
		}
		
		.tabs .tab span {
			line-height: 30px;
		}
	
	}
	
	/* article CSS + Filter CSS */
	
	@media all {
	
		.articles {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
			padding-top: 3.58%;
			align-items: flex-start;
		}
		
		.anfahrt .articles { 
			padding-top: 0px;
		}
		
		.veranstaltungen .articles + .articles,
		.veranstaltungen .cattitle + .articles {
			padding-top: 1.59%;
		}
		
		.veranstaltungen .articles > .container {
			width: 48.41%;
			margin-right: 3.18%;
		}
		
		.veranstaltungen .articles > .container:nth-child(2n) {
			margin-right: 0px;
		}
		
		.veranstaltungen .cattitle + .articles .article {
			margin-top: 4.44%;
		}
		
		.veranstaltungen .cattitle + .articles .article:first-child {
			margin-top: 0px;
		}
		
		.veranstaltungen .articles > .container .article,
		.veranstaltungen .articles > .container .article:first-child {
			width: 100%;
		}
		
		.veranstaltungen .cattitle {
			padding-top: 6.37%;
		}
		
		.outerfiltersearchcontainer>.search {
			border: 2px solid #FFFFFF;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		.outerfiltersearchcontainer>.search.active {
			border: 2px solid #0088A3;
		}
		
		.articles .article {
			cursor: pointer;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			width: 48.41%;
			margin-right: 3.18%;
			margin-top: 5.57%;
		}
		
		.articles .article.ListT3 {
			cursor: default;
		}
		
		.magazine .articles {
			justify-content: space-between;
		}
		
		.magazine .articles .article {
			margin-right: 0px;
		}
		
		.articles .article:nth-child(2n-1) {
			margin-right: 0px;
		}
		
		.articles .article:first-child {
			width: 100%;
			margin-right: 0px;
			margin-top: 0px;
		}
		
		.articles .article.MagazineT1:nth-child(5n+1) {
			width: 100%;
			margin-right: 0px;
		}
		
		.veranstaltungen .articles .article:first-child {
			margin-top: 0px;
		}
		
		.articles.nobig .article:first-child,
		.dauerausstellungen .articles .article:first-child {
			width: 48.41%;
			margin-right: 3.18%;
			margin-top: 5.57%;
		}
		
		.veranstaltungen .articles .article:nth-child(2n-1),
		.dauerausstellungen .articles .article:nth-child(2n-1) {
			margin-right: 3.18%;
		}
		
		.veranstaltungen .articles .article:nth-child(2n),
		.articles.nobig .article:nth-child(2n),
		.dauerausstellungen .articles .article:nth-child(2n) {
			margin-right: 0px;
		}
		
		.articles.nobig .article:nth-child(-n+2),
		.dauerausstellungen .articles .article:nth-child(-n+2) {
			margin-top: 0px;
		}
		
		.articles .article.ListT1,
		.articles .article.AnfahrtT1,
		.articles .article.ListT2 {
			width: 100%;
			margin-right: 0px;
			margin-top: 20px;
		}
		
		.ListT1 .articles,
		.AnfahrtT1 .articles,
		.ListT2 .articles {
			padding-bottom: 10.91%;
			padding-top: 0px;
		}
		
		.ListT1.ListT3 .articles {
			max-width: 824px;
    		margin: 0px auto;
		}
			
		.AnfahrtT1 .articles.spacetop,
		.ListT1 .articles.spacetop,
		.ListT2 .articles.spacetop {
			padding-top: 4.94%;
		}
		
		.articles .article.ListT1 .textcontainer .innertext,
		.articles .article.AnfahrtT1 .textcontainer .innertext,
		.articles .article.ListT2 .textcontainer .innertext {
			padding-top: 32px;
			padding-bottom: 32px;
		}
		
		.articles .article.ListT1 .textcontainer .innertext .title,
		.articles .article.AnfahrtT1 .textcontainer .innertext .title,
		.articles .article.ListT2 .textcontainer .innertext .title {
			margin-top: 0px;
		}
		
		.articles .article.ListT1:first-child,
		.articles .article.AnfahrtT1:first-child,
		.articles .article.ListT2:first-child {
			margin-top: 0px;
		}
		
		.articles .article .textcontainer {
			position: relative;
		}
		
		.articles .article .textcontainer .innertext {
			padding: 30px 92px 30px 30px;
			position: relative;
		}
		
		.articles .article .textcontainer .innertext .title {
			max-width: 840px;
			margin-top: 10px;
		}
		
		.articles .article div.withsep {
			margin-right: 20px;
			position: relative;
		}
		
		.articles .article div.withsep:last-child {
			margin-right: 0px;
		}
		
		.articles .article div.withsep:after {
			content: '';
			height: 14px;
			width: 1px;
			background-color: #000;
			position: absolute;
			left: 100%;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			margin-left: 10px;
		}
		
		.articles .article div.withsep:last-child:after {
			content: none;
		}
		
		.articles .article .textcontainer div.icon {
			position: absolute;
			right: 49px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}
		
		.articles .article .infocont {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			width: 100%;
			margin-top: 7px;
		}
		
		.articles .article .infocont > div {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			align-items: center;
		}
		
		.articles .article .infocont div.time {
			margin-right: 38px;
		}
		
		.articles .article .infocont div.image {
			margin-right: 13px;
		}
		
		.articles .article .contactcontainer {
			margin-top: 35px;
		}
		
		.articles .article .textcontainer div.icon img {
			-webkit-transition: transform 250ms ease-in-out;
			transition: transform 250ms ease-in-out;
		}
		
		.articles .article:hover .textcontainer div.icon img {
			transform: scale(1.2);
			-webkit-transform: scale(1.2);
		}
		
		.articles .article:hover {
			box-shadow: 0 2px 20px 5px rgba(0,0,0,.15);
			-webkit-box-shadow: 0 2px 20px 5px rgba(0,0,0,.15);
			transform: translateY(-4px);
			-webkit-transform: translateY(-4px);
		}
		
		.article .icons {
			position: absolute;
			right: 32px;
			top: 50%;
			z-index: 5;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			text-align: center;
		}
		
		.article .icons img {
			display: inline;
		}
		
		.article .icons img + .plusicon {
			margin-top: 14px;
		}
		
		.article .icons .plusicon {
			width: 47px;
			height: 47px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
			border: 1px solid #0088A3;
			position: relative;
		}
		
		.article .icons .plusicon:before {
			content: '';
			width: 18px;
			height: 1px;
			background-color: #0088A3;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
		}
		
		.article .icons .plusicon:after {
			content: '';
			width: 1px;
			height: 18px;
			background-color: #0088A3;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		.article.open .icons .plusicon:after {
			transform: translate(-50%, -50%) rotate(-90deg);
			-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		}
		
		.article > .content {
			border-top: 1px solid #F4F4F4;
		}
		
		.article .content .innercontent {
			padding: 33px;
		}
		
		.article .content .innercontent .image + .video {
			margin-top: 30px;
		}
		
		.article .content .innercontent .video {
			position: relative;
			width: 100%;
			padding-top: 56%;
		}
		
		.article .content .innercontent .video iframe {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
		
		.articles .content .contentcontainer {
			padding-left: 40px;
			padding-right: 40px;
		}
		
		.article > .content .innercontent .content {
			margin-top: 20px;
		}
		
		.article .downloads {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		
		.article .downloads .download {
			width: 100%;
			margin-right: 0px;
			margin-top: 25px;
			text-align: left;
		}
		
		.article .downloads .download:first-child {
			margin-top: 0px;
		}
		
		.article .downloads .download .downloadtext .icon {
			margin-right: 15px;
		}
		
		.article .mitarbeiterlist {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
			padding-bottom: 20px;
		}
		
		.article .mitarbeiterlist .mitarbeiter {
			width: 50%;
			margin-top: 25px;
		}
		
		.article .mitarbeiterlist .mitarbeiter:nth-child(-n+2) {
			margin-top: 0px;
		}
		
		.article .mitarbeiterlist .mitarbeiter .textcontainer {
			max-width: 280px;
			margin-left: 33px;
		}
		
		.article .mitarbeiterlist .mitarbeiter {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		.article .mitarbeiterlist .mitarbeiter .detaillink {
			margin-top: 15px;
		}
		
		.article .mitarbeiterlist .mitarbeiter .detaillink a {
			text-decoration: underline;
		}
		
		.article .mitarbeiterlist .mitarbeiter .textbox {
			margin-top: 5px;
		}
		
		.article .mitarbeitercontainer {
			margin-top: 10px;
		}
		
		.article .mitarbeitercontainer img {
			margin-right: 13px;
			min-width: 29px;
			width: 29px;
		}
		
		.articles div.downlaodcontainer {
			padding-left: 40px;
			padding-right: 40px;
			margin-top: 23px;
		}
		
		.articles div.downlaodcontainer .download {
			margin-top: 22px;
		}
		
		.articles div.downlaodcontainer .download img {
			margin-right: 17px;
		}
		
		.veranstaltungen .articles.responsive {
			display: none;
		}
		
		.article div.textheadline {
			margin-top: 30px;
		}
		
		.article div.contentpubli {
			margin-top: 5px;
		}
		
		.article div.downloadpubli {
			margin-top: 15px;
			text-align: left;
		}
		
		.article div.downloadspubli div.icon {
			min-width: 28px;
			width: 28px;
			padding-right: 12px;
		}
		
		.article div.downloadspubli {
			margin-top: 40px;
		}
		
		.article div.downloadspubli img {
			margin-right: 17px;
		}
		
		.article div.contactpubli img {
			margin-left: 12px;
		}
		
		.article div.downloadspubli.links img {
			margin-left: 0px;
		}
		
		.article div.contactpubli div.detaillink {
			display: inline-block;
			margin-top: 4px;
		}
		
		.article div.downloadspubli.links .downloadpubli {
			margin-top: 4px;
		}
		
		.filter .innerfilter {
			padding: 35px 105px 35px 30px;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
		}
		
		.filter .innerfilter .selected {
			width: calc(100% - 275px);
			justify-self: flex-end;
			position: relative;
		}
		
		.filter .innerfilter .selected div.icon {
			position: absolute;
			margin-left: 36px;
			left: 100%;
			top: 50%;
			transform: translateY(-50%);
			z-index: 6;
			background: url('img/icon-filter.svg') no-repeat 0px 0px;
			width: 28px;
			height: 14px;
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			cursor: pointer;
		}
		
		.filter .innerfilter .selected.open div.icon {
			transform: translateY(-50%) rotate(180deg);
		}
		
		.filter .innerfilter .selected .selecteditem {
			border-bottom: 1px solid #000000;
			cursor: pointer;
			padding-left: 16px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		.filter .innerfilter .items {
			position: absolute;
			left: -15px;
			top: 100%;
			transform: translateY(37px);
			width: calc(100% + 120px);
			z-index: 6;
			background-color: #FFFFFF;
			-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.16);
		}
		
		.filter .innerfilter .items .item {
			cursor: pointer;
			padding: 35px 32px;
			width: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-top: 2px solid #f4f4f4;
		}
		
		.filter .innerfilter .items .item:hover {
			background-color: #f4f4f4;
		}
		
		.filter .innerfilter .items .item:first-child {
			border-top: 0px;
		}
		
		.outerfiltersearchcontainer {
			justify-content: space-between;
		}
		
		.outerfiltersearchcontainer > .search {
			width: 18.63%;
		}
		
		.outerfiltersearchcontainer > .search .innersearch {
			padding: 10px 14px 10px 16px;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
		}
		
		.outerfiltersearchcontainer > .search .innersearch img {
			max-width: 24px;
		}
		
		.outerfiltersearchcontainer > .search .innersearch .input {
			width: 86.45%;
		}
		
		.outerfiltersearchcontainer > .search .innersearch .input input {
			width: 100%;
			border: 0px;
			padding: 0px;
			border: 0px;
			font-size: 22px;
			color: #000000;
			font-family: 'Roboto-Regular', sans-serif;
		}
		
		::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			color: #000000;
		  }
		  
		  :-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #000000;
		  }
		  
		  ::-ms-input-placeholder { /* Microsoft Edge */
			color: #000000;
		  }
		
		.outerfiltersearchcontainer > .search .innersearch .input div.icon {
			width: 37px;
			min-width: 37px;
		}
		
		.outerfiltersearchcontainer > .filter {
			width: 56.07%;
		}
	
	}
	
	@media (max-width: 1235px) {
	
		.articles .article .textcontainer .innertext {
			padding-right: 70px;
		}
		
		.articles .article .textcontainer div.icon {
			right: 19px;
		}
		
		.article .icons {
			right: 14px;
		}
		
		.articles .article .textcontainer div.top {
			flex-wrap: wrap;
		}
		
		.articles .article div.category,
		.articles .article div.description {
			width: 100%;
		}
		
		.articles .article div.category:after,
		.articles .article div.description:after {
			content: none;
		}
	
	}
	
	@media (max-width: 1150px) {
	
		.articles .article,
		.veranstaltungen .articles .article:first-child,
		.articles.nobig .article:first-child,
		.dauerausstellungen .articles .article:first-child {
			width: 100%;
			margin-right: 0px;
		}
		
		.articles.nobig .article:nth-child(-n+2),
		.dauerausstellungen .articles .article:nth-child(-n+2) {
			margin-top: 5.57%;
		}
		
		.veranstaltungen .articles .article:first-child,
		.articles.nobig .article:first-child,
		.dauerausstellungen .articles .article:first-child {
			margin-top: 0px;
		}
		
		.veranstaltungen .articles .article:nth-child(2n-1),
		.dauerausstellungen .articles .article:nth-child(2n-1) {
			margin-right: 0px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		.veranstaltungen .articles>.container .article,
		.veranstaltungen .articles>.container .article:first-child {
			width: 100%;
			margin-top: 15px;
		}
		
		.veranstaltungen .articles {
			display: none;
		}
		
		.veranstaltungen.besuchschulen .articles {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		.veranstaltungen .articles.responsive {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		.veranstaltungen .articles>.container .article:first-child {
			margin-top: 0px;
		}
		
		.veranstaltungen .articles>.container {
			width: 100%;
			margin-right: 0px;
			margin-top: 15px;
		}
		
		.veranstaltungen .articles>.container:first-child {
			margin-top: 0px;
		}
		
		.veranstaltungen .articles+.articles,
		.veranstaltungen .cattitle+.articles {
			padding-top: 18px;
		}
		
		.veranstaltungen .cattitle {
			padding-top: 45px;
		}
		
		.outerfiltersearchcontainer {
			flex-wrap: wrap;
		}
		
		.outerfiltersearchcontainer>.filter {
			width: 100%;
		}
		
		.filter .innerfilter {
			padding-top: 24px;
			padding-bottom: 24px;
		}
		
		.outerfiltersearchcontainer>.search {
			width: 100%;
			margin-top: 20px;
		}
		
		.outerfiltersearchcontainer>.search .innersearch {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.article .mitarbeiterlist .mitarbeiter .textcontainer {
			margin-left: 14px;
			padding-right: 15px;
		}
		
		.article .downloads .download,
		.article .downloads .download:nth-child(-n+4),
		.article .downloads .download:nth-child(4n) {
			width: 30%;
			margin-right: 3.36%;
			margin-top: 20px;
		}
		
		.article .downloads .download:nth-child(-n+3) {
			margin-top: 0px;
		}
		
		.article .downloads .download:nth-child(3n) {
			margin-right: 0px;
		}
		
		.article .downloads {
			padding-left: 0px;
			padding-right: 0px;
		}
	
	}
	
	@media (max-width: 850px) {
	
		.article .mitarbeiterlist .mitarbeiter,
		.article .mitarbeiterlist .mitarbeiter:nth-child(-n+2) {
			width: 100%;
			margin-top: 25px;
		}
		
		.article .mitarbeiterlist .mitarbeiter:first-child {
			margin-top: 0px;
		}
		
		.article .mitarbeiterlist .mitarbeiter div.image {
			min-width: 143px;
		}
		
		.outerfiltersearchcontainer>.search {
			margin-top: 4px;
		}
		
		.outerfiltersearchcontainer>.search .innersearch {
			padding-top: 12px;
			padding-bottom: 11px;
		}

	
	}
	
	@media (max-width: 650px) {
	
		.outerfiltersearchcontainer>.search .innersearch .input input {
			font-size: 14px;
		}
		
		.articles {
			padding-top: 33px;
		}
		
		.articles .article {
			margin-top: 35px;
		}
		
		.articles .article .textcontainer .innertext {
			padding: 17px 50px 17px 15px;
		}
		
		.article .icons .plusicon {
			width: 27px;
			height: 27px;
		}
		
		.article .icons .plusicon:before {
			width: 11px;
		}
		
		.article .icons .plusicon:after {
			height: 11px;
		}
		
		.article .content .innercontent {
			padding: 25px 22px;
		}
		
		.filter .innerfilter {
			flex-wrap: wrap;
		}
		
		.filter .innerfilter div.text {
			width: 100%;
			font-size: 20px;
			line-height: 27px;
		}
		
		.filter .innerfilter .selected .selecteditem {
			font-size: 14px;
			line-height: 18px;
		}
		
		.filter .innerfilter .selected {
			width: 100%;
			margin-top: 15px;
			background-color: #FFFFFF;
			padding-top: 21px;
			padding-bottom: 21px;
			padding-left: 18px;
			padding-right: 55px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		.filter .innerfilter .items {
			width: calc(100%);
			left: 0px;
			transform: translateY(7px);
		}
		
		.filter .innerfilter .items .item {
			padding-top: 17px;
			padding-bottom: 17px;
		}
		
		.filter .innerfilter .selected div.icon {
			margin-left: -41px;
		}
		
		.articles .content .contentcontainer {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		section.SonderausstellungenT1.besuchschulen div.inner {
			padding-bottom: 50px;
		}
		
		.article div.textheadline {
			margin-top: 20px;
		}
		
		.article div.downloadspubli {
			margin-top: 20px;
		}
		
		.article div.downloadspubli div.textheadline {
			margin-top: 0px;
		}
		
		.filter {
			background-color: #f4f4f4;
		}
		
		.filter .innerfilter {
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
		}
		
		.articles .article.ListT1 .textcontainer .innertext,
		.articles .article.AnfahrtT1 .textcontainer .innertext,
		.articles .article.ListT2 .textcontainer .innertext {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.AnfahrtT1 .articles.spacetop,
		.ListT1 .articles.spacetop,
		.ListT2 .articles.spacetop {
			padding-top: 45px;
			padding-bottom: 45px;
		}
		
		.articles div.downlaodcontainer {
			padding-left: 0px;
			padding-right: 0px;
		}
		
		.article .downloads .download,
		.article .downloads .download:nth-child(-n+4),
		.article .downloads .download:nth-child(-n+3),
		.article .downloads .download:nth-child(3n),
		.article .downloads .download:nth-child(4n) {
			width: 48%;
			margin-right: 4%;
			margin-top: 20px;
		}
		
		.article .downloads .download:nth-child(-n+2) {
			margin-top: 0px;
		}
		
		.article .downloads .download:nth-child(2n) {
			margin-right: 0px;
		}
		
		.article .icons .inericons > img {
			max-width: 27px;
		}
		
		.outerfiltersearchcontainer>.search .innersearch .input {
			width: 72%;
		}
		
		.article div.downloadspubli div.icon {
			padding-right: 1px;
		}
		
		.article div.downloadspubli img {
			width: 18px;
			margin-top: 3px;
			margin-right: 3px;
		}
		
		.article div.downloadpubli .downloadtext {
			align-items: flex-start;
		}
	
	}
	
	@media (max-width: 450px) {
	
		.filter .innerfilter .selected .selecteditem {
			padding-left: 0px;
			width: 90%;
		}
		
		.filter .innerfilter .selected div.icon {
			margin-left: -57px;
		}
		
		.article .mitarbeiterlist .mitarbeiter {
			flex-wrap: wrap;
		}
		
		.article .mitarbeiterlist .mitarbeiter div.image {
			width: 100%;
		}
		
		.article .mitarbeiterlist .mitarbeiter .textcontainer {
			width: 100%;
			margin-left: 0px;
			padding-right: 0px;
			margin-top: 8px;
		}
		
		.article .mitarbeiterlist .mitarbeiter,
		.article .mitarbeiterlist .mitarbeiter:nth-child(-n+2) {
			margin-top: 35px;
		}
		
		.article .mitarbeiterlist .mitarbeiter:first-child {
			margin-top: 0px;
		}
		
		.article .downloads {
			justify-content: center;
		}
		
		.article .downloads .download,
		.article .downloads .download:nth-child(-n+4),
		.article .downloads .download:nth-child(-n+3),
		.article .downloads .download:nth-child(2n),
		.article .downloads .download:nth-child(-n+2),
		.article .downloads .download:nth-child(3n),
		.article .downloads .download:nth-child(4n) {
			width: 100%;
			margin-right: 0px;
			max-width: 247px;
			margin: 20px auto 0px auto;
		}
		
		.article .downloads .download:first-child {
			margin-top: 0px;
		}
	
	}
	
	@media (max-width: 420px) {
	
		.articles .article .infocont {
			flex-wrap: wrap;
			margin-top: 15px;
		}
		
		.articles .article .infocont div.time {
			width: 100%;
			margin-right: 0px;
			margin-top: 0px;
		}
		
		.articles .article .infocont>div {
			width: 100%;
			margin-top: 15px;
		}
	
	}
	
	/* LoadMore */
	
	@media all {
	
		.loadmore {
			margin-top: 5.57%;
			position: relative;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}
		
		.loadmore .innerloadmore {
			padding-left: 30px;
			padding-right: 92px;
			padding-top: 32px;
			padding-bottom: 32px;
		}
		
		.loadmore .innerloadmore div.icon {
			position: absolute;
			right: 25px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			width: 47px;
			height: 47px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
			border: 1px solid #0088A3;
		}
		
		.loadmore .innerloadmore div.icon:before {
			content: '';
			width: 18px;
			height: 1px;
			background-color: #0088A3;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
		}
		
		.loadmore .innerloadmore div.icon:after {
			content: '';
			width: 1px;
			height: 18px;
			background-color: #0088A3;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		.loadmore.open .innerloadmore div.icon:after {
			transform: translate(-50%, -50%) rotate(-90deg);
			-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		}
		
		.loadmore:hover {
			box-shadow: 0 2px 20px 5px rgba(0,0,0,.15);
			-webkit-box-shadow: 0 2px 20px 5px rgba(0,0,0,.15);
			transform: translateY(-4px);
			-webkit-transform: translateY(-4px);
		}
		
		section.SonderausstellungenT1.veranstaltungen .loadmore .innerloadmore .title.less {
			display: none;
		}
		
		section.SonderausstellungenT1.veranstaltungen .loadmore.open .innerloadmore .title {
			display: none;
		}
		
		section.SonderausstellungenT1.veranstaltungen .loadmore.open .innerloadmore .title.less {
			display: block;
		}
	
	}
	
	@media (max-width: 650px) {
	
		.loadmore {
			margin-top: 35px;
		}
		
		.loadmore .innerloadmore {
			padding: 17px 50px 17px 15px;
		}
		
		.loadmore .innerloadmore div.icon {
			width: 27px;
			height: 27px;
		}
		
		.loadmore .innerloadmore div.icon:before {
			width: 11px;
		}
		
		.loadmore .innerloadmore div.icon:after {
			height: 11px;
		}
	
	}
	
	/* IntroT1 */
	
	@media all {
	
		.IntroT1 .intro {
			padding-bottom: 9.55%;
			max-width: 824px;
			width: 90%;
			padding-top: 5.57%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		.IntroT1.bghighlight5 .intro {
			padding-top: 0px;
			padding-bottom: 0px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		.IntroT1 .introduction {
			padding-bottom: 45px;
		}
	
	}
	
	/* LeichteSpracheT1 */
	
	@media all {
	
		section.LeichteSpracheT1 div.menu {
			position: fixed;
			left: 100px;
			top: 0px;
			z-index: 5;
			width: 307px;
			padding-bottom: 18px;
			-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems {
			margin-top: 53px;
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems > div {
			padding: 16px 23px;
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems > div.active {
			background-color: #FFFFFF;
			-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
			position: relative;
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems > div.active span.arrow {
			content: '';
			width: 42px;
			height: 100%;
			position: absolute;
			left: 100%;
			top: 0px;
			overflow: hidden;
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems > div.active span.arrow:after {
			content: '';
			position: absolute;
			left: -47px;
			top: 0px;
			width: 66px;
			height: 66px;
			background-color: #FFFFFF;
			transform: rotate(45deg);
			-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
			-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
			box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
		}
		
		section.LeichteSpracheT1 div.menu div.logo img {
			max-width: 288px;
			margin: 70px auto 0px auto;
		}
		
		section.LeichteSpracheT1 div.backbutton {
			width: 100%;
			text-align: right;
			position: absolute;
			right: 0px;
			top: 70px;
		}
		
		section.LeichteSpracheT1 div.elements {
			width: 100%;
		}
		
		section.LeichteSpracheT1 div.elements div.element {
			padding: 0px 0px 0px 0px;
		}
		
		section.LeichteSpracheT1 div.elements div.element > div{
			padding-top: 10.28%;
			padding-bottom: 15.09%;
		}
		
		section.LeichteSpracheT1 div.elements div.element:nth-child(2n) {
			background-color: #F4F4F4;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner {
			width: calc(100% - 550px);
			margin-left: auto;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner div.image {
			margin-left: auto;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner div.text {
			margin-top: 40px;
		}
	
	}
	
	@media (max-width: 1330px) {
	
		section.LeichteSpracheT1 div.elements div.element div.inner {
			width: calc(100% - 400px);
		}
		
		section.LeichteSpracheT1 div.menu {
			left: 25px;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner div.image {
			min-width: 287px;
		}
		
		section.LeichteSpracheT1 div.elements div.element {
			padding-top: 150px;
		}
	
	}
	
	@media (max-width: 1200px) {
	
		section.LeichteSpracheT1 div.elements div.element div.inner {
			flex-wrap: wrap;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner > div {
			width: 100%;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner > div:last-child {
			margin-top: 40px;
		}
		
		section.LeichteSpracheT1 div.elements div.element {
			padding-top: 90px;
		}
	
	}
	
	@media (max-width: 1100px) {
	
		section.LeichteSpracheT1 div.backbutton {
			position: relative;
			right: auto;
			top: auto;
			margin-top: 45px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.LeichteSpracheT1 div.menu div.menuitems {
			display: none;
		}
		
		section.LeichteSpracheT1 div.menu {
			position: relative;
			top: auto;
			left: auto;
			width: calc(100% - 100px);
			margin: 0px auto;
			padding-bottom: 0px;
			margin-top: 30px;
			background: transparent;
			box-shadow: none;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner {
			width: 100%;
		}
		
		section.LeichteSpracheT1 div.backbutton {
			text-align: left;
		}
		
		section.LeichteSpracheT1 div.menu div.logo img {
			margin-top: 0px;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		section.LeichteSpracheT1 div.elements div.element {
			padding-top: 45px;
			padding-bottom: 45px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.LeichteSpracheT1 div.menu div.menuitems>div.active span.arrow:after {
			left: -41px;
			width: 57px;
			height: 59px;
		}
		
		section.LeichteSpracheT1 div.menu div.logo img {
			max-width: 90%;
		}
		
		section.LeichteSpracheT1 div.menu div.menuitems {
			margin-top: 35px;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner div.text {
			margin-top: 20px;
		}
		
		section.LeichteSpracheT1 div.elements div.element div.inner>div:last-child {
			margin-top: 20px;
		}
	
	}
	
	/* OeffnungszeitenT1 */
	
	@media all {
	
		section.OeffnungszeitenT1 div.content {
			margin-top: 2.79%;
		}
		
		section.OeffnungszeitenT1 div.map {
			height: 450px;
		}
		
		section.OeffnungszeitenT1 .article div.content {
			margin-top: 0px;
		}
		
		section.OeffnungszeitenT1 div.boxes {
			padding-bottom: 9.71%;
		}
		
		section.OeffnungszeitenT1 div.box {
			margin-top: 10.59%;
		}
		
		section.OeffnungszeitenT1 div.box:first-child {
			margin-top: 0px;
		}
		
		section.OeffnungszeitenT1 div.textbox,
		section.OeffnungszeitenT1 div.textsingle {
			padding: 2.63% 3.18%;
		}
		
		section.OeffnungszeitenT1 div.list {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		
		section.OeffnungszeitenT1 div.list .listitem {
			width: 100%;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
			padding: 2.63% 3.18%;
			border-top: 2px solid #f4f4f4;
		}
		
		section.OeffnungszeitenT1 div.list .listitem div.textright {
			white-space: nowrap;
		}
		
		section.OeffnungszeitenT1 div.list .listitem:first-child {
			border-top: 0px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.OeffnungszeitenT1 div.textbox,
		section.OeffnungszeitenT1 div.textsingle {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		section.OeffnungszeitenT1 div.box {
			margin-top: 45px;
		}
		
		section.OeffnungszeitenT1 div.list .listitem {
			padding-top: 20px;
			padding-bottom: 20px;
			flex-wrap: wrap;
		}
		
		section.OeffnungszeitenT1 div.list .listitem > div {
			width: 100%;
		}
		
		section.OeffnungszeitenT1 div.list .listitem > div.textright {
			margin-top: 20px;
		}
		
		section.OeffnungszeitenT1 div.boxes {
			padding-bottom: 45px;
		}
	
	}
	
	/* VideoListT1 */
	
	@media all {
	
		section.VideoListT1 {
			padding-top: 50px;
		}
		
		section.VideoListT1 .article:hover {
			box-shadow: none;
			-webkit-box-shadow: none;
			transform: translateY(0px);
			-webkit-transform: translateY(0px);
		}
		
		section.IFramesT1 .article:hover {
			box-shadow: none;
			-webkit-box-shadow: none;
			transform: translateY(0px);
			-webkit-transform: translateY(0px);
		}
		
		section.VideoListT1 div.video {
			position: relative;
			height: 0;
			padding-top: 56%;
			margin-bottom: 30px;
		}
		
		section.VideoListT1 .headline {
			border: 0px;
		}
		
		section.VideoListT1 .content {
			margin-top: 10px;
			border: 0px;
		}
		
		section.IFramesT1 .headline {
			border: 0px;
			margin-top: 30px;
		}
		
		section.IFramesT1 .content {
			margin-top: 30px;
			border: 0px;
		}
		
		section.IFramesT1 .headline + .content {
			margin-top: 10px;
		}
		
		section.VideoListT1 div.video iframe {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	
	}
	
	/* IFramesT1 */
	
	@media all {
	
		section.IFramesT1 div.video {
			position: relative;
			height: 0;
			padding-top: 28%;
		}
		
		section.IFramesT1 div.video iframe {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		
		section.IFramesT1 div.inner.fullwidth .video {
			width: 100%;
			margin-right: 0px;
			margin-top: 45px;
		}
		
		section.IFramesT1 div.inner.fullwidth .video:first-child {
			margin-top: 0px;
		}
		
		section.IFramesT1 div.inner.fullwidth div.video {
			padding-top: 50%;
		}
	
	}
	
	/* DetailT1 */
	
	@media all {
	
		section.DetailT1 div.header div.image {
			position: relative;
		}
		
		section.DetailT1 div.header div.image:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 4;
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
		}
		
		section.DetailT1 div.header div.image .title {
			position: absolute;
			left: 0px;
			bottom: 70px;
			z-index: 5;
			width: 100%;
			padding-left: 4.11%;
			padding-right: 4.11%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			max-width: 1130px;
		}
		
		section.DetailT1 div.backbutton {
			padding-top: 39px;
			padding-bottom: 39px;
		}
		
		section.DetailT1 div.backbutton div.icon {
			margin-right: 19px;
		}
		
		section.DetailT1 div.backbutton div.text {
			letter-spacing: 1px;
		}
		
		section.DetailT1 div.withsep {
			margin-right: 20px;
			position: relative;
		}
		
		section.DetailT1 div.withsep:last-child {
			margin-right: 0px;
		}
		
		section.DetailT1 div.withsep:after {
			content: '';
			height: 14px;
			width: 1px;
			background-color: #000;
			position: absolute;
			left: 100%;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			margin-left: 10px;
		}
		
		section.DetailT1 div.withsep:last-child:after {
			content: none;
		}
		
		section.DetailT1 .smallcontent {
			max-width: 680px;
			margin: 0px auto;
		}
		
		section.DetailT1 .contentcontainer {
			padding-bottom: 11.88%;
			padding-top: 4.13%;
		}
		
		section.DetailT1 .intro1 {
			margin-top: 2.58%;
		}
		
		section.DetailT1 .gallery {
			margin-top: 4.65%;
		}
		
		section.DetailT1 .text1 {
			margin-top: 8.82%;
		}
		
		section.DetailT1 .headlinevideo {
			margin-top: 13.24%;
		}
		
		section.DetailT1 .video {
			margin-top: 5.15%;
		}
		
		section.DetailT1 .video iframe {
			width: 100% !important;
		}
		
		section.DetailT1 .text2 {
			margin-top: 5.15%;
		}
		
		section.DetailT1 div.gallery {
			position: relative;
		}
		
		section.DetailT1 div.images {
			position: relative;
		}
		
		section.DetailT1 div.gallery div.image:nth-child(2) {
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 4;
			transform: translate(9px, 9px);
			width: 100%;
			height: 100%;
		}
		
		section.DetailT1 div.gallery div.image:nth-child(2) img {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
		
		section.DetailT1 div.gallery div.image,
		section.DetailT1 div.gallery div.image:first-child {
			position: relative;
			z-index: 5;
			transform: translate(0px, 0px);
		}
		
		section.DetailT1 div.morebutton {
			position: absolute;
			right: 15px;
			top: 18px;
			z-index: 6;
			cursor: pointer;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}
		
		section.DetailT1 div.morebutton:hover {
			box-shadow: 0 2px 20px -3px rgba(0,0,0,.5);
			-webkit-box-shadow: 0 2px 20px -3px rgba(0,0,0,.5);
			transform: translateY(-4px);
			-webkit-transform: translateY(-4px);
		}
		
		section.DetailT1 div.morebutton .innerbutton {
			padding: 13px 19px;
		}
		
		section.DetailT1 div.morebutton .innerbutton div.icon {
			margin-right: 12px;
		}
		
		section.DetailT1 div.morebutton .innerbutton div.text {
			letter-spacing: 1px;
		}
		
		section.DetailT1 div.additionalinfos .innerinfos {
			padding-top: 11.88%;
			padding-bottom: 13.43%;
		}
		
		section.DetailT1 div.additionalinfos .toptext + .bottomtext {
			margin-top: 10.33%;
		}
		
		section.DetailT1 div.additionalinfos .bottomtext .buttoncontainer {
			margin-top: 18px;
		}
		
		section.DetailT1 div.sharebutton {
			margin-top: 80px;
			border-top: 1px solid #707070;
			padding-top: 30px;
		}
		
		section.DetailT1 div.sharebutton div.icon {
			margin-right: 25px;
		}
		
		section.DetailT1 div.additionalarticles div.intro {
			max-width: 790px;
		}
		
		section.DetailT1 div.additionalarticles div.articles {
			padding-bottom: 12.74%;
		}
	
	}
	
	@media (max-width: 1130px) {
	
		section.DetailT1 div.header div.image {
			overflow: hidden;
		}
		
		section.DetailT1 div.header div.image h1.title {
			font-size: 45px;
			line-height: 52px;
		}
		
		section.DetailT1 div.header div.image img {
			width: 1130px;
			transform: translateX(-11%);
			max-width: none;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.DetailT1 div.header div.image h1.title {
			font-size: 30px;
			line-height: 38px;
		}
		
		section.DetailT1 .contentcontainer {
			padding-top: 30px;
			padding-bottom: 35px;
		}
		
		section.DetailT1 div.backbutton {
			padding-top: 24px;
			padding-bottom: 24px;
		}
		
		section.DetailT1 div.description {
			width: 100%;
			margin-bottom: 4px;
		}
		
		section.DetailT1 div.date {
			flex-wrap: wrap;
		}
		
		section.DetailT1 div.description:after {
			content: none;
		}
		
		section.DetailT1 div.gallery {
			margin-top: 40px;
		}
		
		section.DetailT1 div.morebutton {
			position: relative;
			right: auto;
			top: auto;
			margin-top: 28px;
			background-color: #FFFFFF;
		}
		
		section.DetailT1 .text1 {
			margin-top: 33px;
		}
		
		section.DetailT1 .headlinevideo {
			margin-top: 30px;
			font-size: 18px;
			line-height: 23px;
		}
		
		section.DetailT1 .video {
			margin-top: 25px;
			position: relative;
			overflow: hidden;
			height: 0px;
			padding-bottom: 56.25%;
			padding-top: 30px;
		}
		
		section.DetailT1 .video iframe {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
		
		section.DetailT1 .text2 {
			margin-top: 43px;
		}
		
		section.DetailT1 div.additionalinfos .innerinfos {
			padding-top: 45px;
			padding-bottom: 35px;
		}
		
		section.DetailT1 div.additionalinfos .toptext+.bottomtext {
			margin-top: 30px;
		}
		
		section.DetailT1 div.header div.image img {
			width: auto;
			transform: translateX(0px);
			max-width: 100%;
		}
		
		section.DetailT1 div.header div.image .title {
			position: relative;
			bottom: auto;
			left: auto;
			margin-top: 20px;
			color: #000000;
			padding: 0px 0px 0px 0px;
		}
		
		section.DetailT1 div.header div.image:before {
			content: none;
		}
	
	}
	
	/* DetailT2 */
	
	@media all {
	
		section.DetailT2 div.header div.image {
			position: relative;
		}
		
		section.DetailT2 div.header div.image:before {
			content: '';
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 4;
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
		}
		
		section.DetailT2 div.header div.image .title {
			position: absolute;
			left: 0px;
			bottom: 70px;
			z-index: 5;
			width: 100%;
			padding-left: 4.11%;
			padding-right: 4.11%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			max-width: 1130px;
		}
		
		section.DetailT2 div.backbutton {
			padding-top: 39px;
			padding-bottom: 39px;
		}
		
		section.DetailT2 div.backbutton div.icon {
			margin-right: 19px;
		}
		
		section.DetailT2 div.backbutton div.text {
			letter-spacing: 1px;
		}
		
		section.DetailT2 div.withsep {
			margin-right: 20px;
			position: relative;
		}
		
		section.DetailT2 div.withsep:last-child {
			margin-right: 0px;
		}
		
		section.DetailT2 div.withsep:after {
			content: '';
			height: 14px;
			width: 1px;
			background-color: #000;
			position: absolute;
			left: 100%;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			margin-left: 10px;
		}
		
		section.DetailT2 div.withsep:last-child:after {
			content: none;
		}
		
		section.DetailT2 .smallcontent {
			max-width: 680px;
			margin: 0px auto;
		}
		
		section.DetailT2 .block {
			margin-top: 80px;
		}
		
		section.DetailT2 .contentcontainer {
			padding-bottom: 11.88%;
			padding-top: 4.13%;
		}
		
		section.DetailT2 .intro1 {
			margin-top: 2.58%;
		}
		
		section.DetailT2 .video iframe {
			width: 100% !important;
		}
		
		section.DetailT2 .text2 {
			margin-top: 5.15%;
		}
		
		section.DetailT2 div.gallery {
			position: relative;
		}
		
		section.DetailT2 div.images {
			position: relative;
		}
		
		section.DetailT2 div.gallery div.image:nth-child(2) {
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 4;
			transform: translate(9px, 9px);
			width: 100%;
			height: 100%;
		}
		
		section.DetailT2 div.gallery div.image:nth-child(2) img {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
		
		section.DetailT2 div.gallery div.image,
		section.DetailT2 div.gallery div.image:first-child {
			position: relative;
			z-index: 5;
			transform: translate(0px, 0px);
		}
		
		section.DetailT2 div.morebutton {
			position: absolute;
			right: 15px;
			top: 18px;
			z-index: 6;
			cursor: pointer;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
		}
		
		section.DetailT2 div.morebutton:hover {
			box-shadow: 0 2px 20px -3px rgba(0,0,0,.5);
			-webkit-box-shadow: 0 2px 20px -3px rgba(0,0,0,.5);
			transform: translateY(-4px);
			-webkit-transform: translateY(-4px);
		}
		
		section.DetailT2 div.morebutton .innerbutton {
			padding: 13px 19px;
		}
		
		section.DetailT2 div.morebutton .innerbutton div.icon {
			margin-right: 12px;
		}
		
		section.DetailT2 div.morebutton .innerbutton div.text {
			letter-spacing: 1px;
		}
		
		section.DetailT2 div.additionalinfos .innerinfos {
			padding-top: 11.88%;
			padding-bottom: 13.43%;
		}
		
		section.DetailT2 div.additionalinfos .toptext + .bottomtext {
			margin-top: 10.33%;
		}
		
		section.DetailT2 div.additionalinfos .bottomtext .buttoncontainer {
			margin-top: 18px;
		}
		
		section.DetailT2 div.sharebutton {
			margin-top: 80px;
			border-top: 1px solid #707070;
			padding-top: 30px;
		}
		
		section.DetailT2 div.sharebutton div.icon {
			margin-right: 25px;
		}
		
		section.DetailT2 div.additionalarticles div.intro {
			max-width: 790px;
		}
		
		section.DetailT2 div.additionalarticles div.articles {
			padding-bottom: 12.74%;
		}
	
	}
	
	@media (max-width: 1130px) {
	
		section.DetailT2 div.header div.image {
			overflow: hidden;
		}
		
		section.DetailT2 div.header div.image h1.title {
			font-size: 45px;
			line-height: 52px;
		}
		
		section.DetailT2 div.header div.image img {
			width: 1130px;
			transform: translateX(-11%);
			max-width: none;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.DetailT2 div.header div.image h1.title {
			font-size: 30px;
			line-height: 38px;
		}
		
		section.DetailT2 .contentcontainer {
			padding-top: 30px;
			padding-bottom: 35px;
		}
		
		section.DetailT2 div.backbutton {
			padding-top: 24px;
			padding-bottom: 24px;
		}
		
		section.DetailT2 div.description {
			width: 100%;
			margin-bottom: 4px;
		}
		
		section.DetailT2 div.date {
			flex-wrap: wrap;
		}
		
		section.DetailT2 div.description:after {
			content: none;
		}
		
		section.DetailT2 div.block {
			margin-top: 40px;
		}
		
		section.DetailT2 div.morebutton {
			position: relative;
			right: auto;
			top: auto;
			margin-top: 28px;
			background-color: #FFFFFF;
		}
		
		section.DetailT2 .video {
			position: relative;
			overflow: hidden;
			height: 0px;
			padding-bottom: 56.25%;
			padding-top: 30px;
		}
		
		section.DetailT2 .video iframe {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
		
		section.DetailT2 div.additionalinfos .innerinfos {
			padding-top: 45px;
			padding-bottom: 35px;
		}
		
		section.DetailT2 div.additionalinfos .toptext+.bottomtext {
			margin-top: 30px;
		}
		
		section.DetailT2 div.header div.image img {
			width: auto;
			transform: translateX(0px);
			max-width: 100%;
		}
		
		section.DetailT2 div.header div.image .title {
			position: relative;
			bottom: auto;
			left: auto;
			margin-top: 20px;
			color: #000000;
			padding: 0px 0px 0px 0px;
		}
		
		section.DetailT2 div.header div.image:before {
			content: none;
		}
	
	}
	
	/* PlanT1  */
	
	@media all {
	
		section.PlanT1 {
			padding-top: 60px;
			padding-bottom: 80px;
		}
		
		section.PlanT1 div.intro > img {
			margin-top: 60px;
		}
		
		section.PlanT1 div.download-container {
			text-align: center;
			margin-top: 80px;
		}
		
		section.PlanT1 div.download-container .wrapper {
			display: inline-block;
			margin: 0px auto;
		}
		
		section.PlanT1 div.download-container a {
			display: flex;
			align-items: center;
			margin: 0px auto;
		}
		
		section.PlanT1 div.download-container a img {
			margin-right: 10px;
		}
	
	}
	
	
	
	/* BannerT1 */
	
	@media all {
	
		section.BannerT1 div.innerbanner {
			padding: 30px 0px;
			max-width: 1040px;
			width: 90%;
			margin: 0px auto;
			justify-content: space-between;
		}
		
		section.BannerT1 div.innerbanner .title {
			max-width: 635px;
		}
		
		section.BannerT1.v2 div.innerbanner {
			padding-bottom: 6.51%;
			padding-top: 5.36%;
		}
		
		section.BannerT1.v2 div.innerbanner .buttoncontainer {
			margin-top: 20px;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.BannerT1 div.innerbanner {
			flex-wrap: wrap;
		}
		
		section.BannerT1 div.innerbanner .title {
			max-width: none;
			width: 100%;
		}
		
		section.BannerT1 div.innerbanner .buttoncontainer {
			width: 100%;
			margin-top: 20px;
		}
	
	}
	
	@media (max-width: 850px) {
	
		section.SliderT1 div.infobanner div.innerbanner>div div.icon img {
			max-width: 22px;
		}
	
	}
	
	@media (max-width: 650px) {
	
		section.BannerT1.v2 div.innerbanner {
			padding-top: 45px;
			padding-bottom: 45px;
		}
	
	}
	
	/* TechnischeAustattungT1 */
	
	@media all {
	
		section.TechnischeAustattungT1 div.image {
			margin-top: 3.62%;
		}
		
		section.TechnischeAustattungT1 div.smallcontent {
			max-width: 680px;
			margin: 7.75% auto 0px auto;
			padding-bottom: 13.74%;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .text1 {
			margin-top: 2.94%;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements {
			margin-top: 13.24%;
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			flex-wrap: wrap;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element {
			margin-top: 12.50%;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element:first-child {
			margin-top: 0px;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element div.image {
			width: 36.47%;
			margin-right: 5.88%;
			margin-top: 0px;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element div.contentbottom {
			margin-top: 25px;
			align-items: flex-start;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element div.text {
			width: 57.65%;
			transform: translateY(-6px);
		}
	
	}
	
	@media (max-width: 1024px) {
	
		section.TechnischeAustattungT1 .contentbottom {
			margin-top: 15px;
		}
	
	}
	
	@media (max-width: 450px) {
	
		section.TechnischeAustattungT1 .contentbottom {
			flex-wrap: wrap;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element div.image {
			width: 100%;
			margin-right: 0px;
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element div.text {
			width: 100%;
			margin-top: 20px;
			transform: translateY(0px);
		}
		
		section.TechnischeAustattungT1 div.smallcontent .elements .element {
			margin-top: 45px;
		}
		
		section.TechnischeAustattungT1 div.smallcontent {
			padding-bottom: 45px;
		}
	
	}
	
	/* Footer Css */
	
	@media all {
	
		footer div.inner {
			padding-top: 7.96%;
			padding-bottom: 3.42%;
		}
		
		footer div.blocks {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			justify-content: space-between;
		}
		
		footer div.blocks div.block {
			max-width: 244px;
		}
		
		footer div.blocks div.block .content {
			margin-top: 13px;
		}
		
		footer div.blocks div.block .content img {
			margin-right: 8px;
			max-width: 19px;
		}
		
		footer div.blocks div.block .content.socials > div {
			margin-top: 15px;
		}
		
		footer div.blocks div.block .content.socials > div:first-child {
			margin-top: 0px;
		}
		
		footer div.partners {
			margin-top: 35px;
		}
		
		footer div.partners div.elements div.innerlements {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		footer div.partners div.elements div.partner {
			position: relative;
			width: 14.01%;
			margin-right: 3.18%;
		}
		
		footer div.partners div.elements div.partner:last-child {
			margin-right: 0px;
		}
		
		footer div.partners div.elements div.partner div.text {
			position: absolute;
			left: 0px;
			bottom: 100%;
		}
		
		footer div.partners div.elements div.partner img {
			margin-top: 22px;
		}
		
		footer div.privacycontainer {
			border-top: 1px solid #FFF;
			margin-top: 36px;
			padding-top: 25px;
		}
		
		footer div.privacycontainer div.innerprivacy {
			display: flex;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		}
		
		footer div.privacycontainer div.innerprivacy > div {
			position: relative;
			margin-right: 17px;
		}
		
		footer div.privacycontainer div.innerprivacy > div:last-child {
			margin-right: 0px;
		}
		
		footer div.privacycontainer div.innerprivacy > div:last-child:after {
			content: none;
		}
		
		footer div.privacycontainer div.innerprivacy > div:after {
			content: '';
			position: absolute;
			left: 100%;
			top: 50%;
			transform: translateY(-50%);
			width: 1px;
			height: 12px;
			background-color: #FFF;
			margin-left: 8px;
		}
		
		footer div.partners .headline span.responsive {
			display: none;
		}
	
	}
	
	@media (max-width: 1024px) {
	
		footer div.blocks {
			flex-wrap: wrap;
			justify-content: flex-start;
		}
		
		footer div.blocks div.block {
			width: 33%;
			max-width: none;
			margin-top: 50px;
		}
		
		footer div.blocks div.block:nth-child(-n+3) {
			margin-top: 0px;
		}
		
		footer div.partners div.elements div.innerlements {
			flex-wrap: wrap;
		}
		
		footer div.partners div.elements div.partner {
			width: 20%;
		}
		
		footer div.partners div.elements div.partner div.text {
			display: none;
		}
	
	}
	
	@media (max-width: 850px) {
	
		footer.home {
			padding-bottom: 70px;
		}
	
	}
	
	@media (min-width: 651px) {
	
		footer div.blocks div.block .content {
			display: block !important;
		}
	
	}
	
	@media (max-width: 650px) {
	
		footer {
			margin-top: 60px;
		}
		
		footer div.blocks div.block .content.links > div {
			margin-top: 15px;
		}
		
		footer div.inner {
			padding-top: 10px;
			padding-bottom: 35px;
		}
		
		footer div.blocks div.block {
			width: 100%;
			margin-top: 0px;
			border-top: 1px solid #FFFFFF;
		}
		
		footer div.blocks div.block:first-child {
			border-top: 0px;
		}
		
		footer div.blocks div.block .title {
			font-size: 22px;
			line-height: 30px;
			padding: 17px 0px;
			position: relative;
		}
		
		footer div.blocks div.block .title:after {
			content: '';
			width: 17px;
			height: 11px;
			position: absolute;
			right: 0px;
			top: 50%;
			transform: translateY(-50%);
			background: url('img/icon-footerlinks.svg') no-repeat 0px 0px;
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		footer div.blocks div.block.active .title:after {
			transform: rotate(180deg);
		}
		
		footer div.blocks div.block .content {
			display: none;
			padding-bottom: 25px;
		}
		
		footer div.partners {
			margin-top: 0px;
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
		}
		
		footer div.partners .headline {
			font-size: 22px;
			line-height: 30px;
			padding: 17px 0px;
			position: relative;
		}
		
		footer div.partners .headline:after {
			content: '';
			width: 17px;
			height: 11px;
			position: absolute;
			right: 0px;
			top: 50%;
			transform: translateY(-50%);
			background: url('img/icon-footerlinks.svg') no-repeat 0px 0px;
			-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		}
		
		footer div.partners.active .headline:after {
			transform: rotate(180deg);
		}
		
		footer div.partners div.elements {
			padding-bottom: 25px;
			display: none;
		}
		
		footer div.partners .headline span {
			display: none;
		}
		
		footer div.partners .headline span.responsive {
			display: block;
		}
		
		footer div.privacycontainer {
			border-top: 0px;
			padding-top: 0px;
			margin-top: 30px;
		}
		
		footer div.privacycontainer div.innerprivacy {
			flex-wrap: wrap;
		}
		
		footer div.privacycontainer div.innerprivacy>div {
			width: 100%;
			margin-top: 5px;
		}
		
		footer div.privacycontainer div.innerprivacy>div:first-child {
			margin-top: 0px;
		}
		
		footer div.privacycontainer div.innerprivacy>div:after {
			content: none;
		}
		
		footer div.privacycontainer div.innerprivacy>div a {
			font-size: 14px;
			line-height: 30px;
		}
	
	}
	
	@media (max-width: 500px) {
	
		footer div.partners div.elements div.partner {
			width: 30%;
		}
	
	}
	
	/* Overlay */
	
	@media all {
	
		section.OverlayT1Overlay {
			display: none;
			position: fixed;
			right: 31px;
			bottom: 24px;
			z-index: 100;
			width: 90%;
			max-width: 735px;
		}
		
		section.OverlayT1Overlay.overlay-open {
			display: block;
		}
		
		section.OverlayT1Overlay .closingbutton {
			position: absolute;
			right: 21px;
			top: 21px;
			width: 21px;
			height: 21px;
			background: url('img/icon-closeoverlay2.svg') no-repeat 0px 0px;
			background-size: 100% 100%;
		}
		
		section.OverlayT1Overlay .content {
			padding-top: 21px;
			padding-bottom: 21px;
			padding-left: 34px;
			padding-right: 68px;
		}
		
		section.OverlayT1Overlay .content .context {
			margin-top: 7px;
		}
	
	}
	
	@media (max-width: 850px) {
	
		section.OverlayT1Overlay {
			left: 50%;
			right: auto;
			transform: translateX(-50%);
		}
	
	}
	
	@media (max-width: 450px) {
	
		section.OverlayT1Overlay .content {
			padding-left: 20px;
			padding-right: 50px;
		}
		
		section.OverlayT1Overlay .closingbutton {
			width: 17px;
			height: 17px;
		}
	
	}