/* Text Elements */

body.grid-1 {
	hyphens: auto;
}

h1.heading-1 {
	margin-top: 0;
	margin-bottom: 32px;
	padding-bottom: 4px;
	border-bottom: .5rem solid #eee;
	color: #000;
	text-align: left;
	font-size: 28px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

h1 {
	color: #000;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 1.5;
}

h2 {
	margin-bottom: 1.2rem;
	color: #000;
	font-size: 22px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 1.3;
}

h2.heading-3 {
	margin-top: 18px;
	margin-bottom: 0;
}

h3 {
	margin-bottom: .8rem;
	color: #000;
	font-size: 20px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

p.paragraph.menu-toggle-text {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
}

p.paragraph.paragraph-1 {
	position: relative;
	top: 82px;
	bottom: 0;
	margin-bottom: 0;
	width: auto;
	background-color: rgba(255, 255, 255, .8);
	color: #469cf1;
	vertical-align: baseline;
	text-align: center;
	font-size: 19px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

p.paragraph {
	color: #000;
	text-align: left;
	font-size: 18px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

#rightheader p.paragraph.paragraph-1 {
	top: 0;
	display: block;
	color: #000;
	font-weight: 600;
}

p.paragraph.lastp {
	margin-bottom: 36px;
}

p.paragraph.marbot0 {
	margin-bottom: 0;
}

p.paragraph.mbot0 {
	margin-bottom: 0;
}

p.paragraph.mitrahmen {
	margin-top: 30px;
	padding: 18px 23px 18px;
	background: #eee;
}

a.link-text.nav-item {
	display: block;
	margin-right: 0;
	margin-left: 0;
	padding: .8rem .6363636363636364rem .9rem;
	border-bottom-width: .0625rem;
	border-bottom-style: solid;
	background-color: #8dbf0a;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-size: 1.06rem;
	font-family: 'Tahoma', sans-serif;
	-webkit-transition-delay: .05s;
	-moz-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

a.link-text.active.nav-item {
	background-color: #000000;
}

a.link-text.l-blau.nav-item {
	background-color: #004e90;
}

a.link-text.l-rot.nav-item {
	background-color: #e30613;
}

a.link-text.l-gruen.nav-item {
	background-color: #86bc25;
}

a.link-text.l-gelb.nav-item {
	background-color: #efcb00;
}

a.link-text.l-lila.nav-item {
	background-color: #951b81;
}

a.link-text.l-bleu.nav-item {
	background-color: #86c2eb;
}

a.link-text.transp {
	background-color: transparent;
	color: #fdfdfd;
	font-size: 18px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

a.link-text.tabgruen.transp {
	background-color: #86bc25;
}

a.link-text.tablila.transp {
	background-color: #951b81;
}

a.link-text.tabbleu.transp {
	background-color: #86c2eb;
}

a.link-text.nav-item:hover {
	background-color: #4b4b4b;
	color: #fdfdfd;
}

a.link-text.transp:hover {
	background-color: #000;
}

a.link-text.transp:active {
	background-color: #000;
}


/* Interaction Elements */

a.link-button.button {
	margin: .5rem .3rem;
	padding: .3em .5em .47em;
	border-color: #fff;
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	font-size: .96rem;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

a.link-button.button.footerbutton {
	border-width: 0;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}


/* Layout Elements */

.container.nav-col {
	position: absolute;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: .5rem;
	padding-left: .5rem;
	min-height: 0;
	background-color: transparent;
	text-align: center;
}

.container.mobile-menu-toggle {
	margin-bottom: 0;
	background-color: rgba(37, 37, 37, .7);
}

.container.menu-wrapper {
	z-index: 10;
	display: none;
	margin-top: 0;
	box-shadow: none;
}

.container.subgrid-column-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.container.subgrid-column-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	margin-top: 0;
	margin-bottom: 42px;
	margin-left: 0;
	padding: 12px 0 0;
	min-height: 145px;
	background-attachment: scroll;
	background-position: center top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background-blend-mode: normal;
}

.container.button.mobile-menu-toggle {
	position: absolute;
	left: 20px;
	z-index: 10;
	clear: none;
	margin-top: 8px;
	border-width: .25rem;
	border-color: #fdfdfd;
	background-color: #004e90;
}

.container.content-wrap {
	padding-top: 45px;
	padding-right: 1.3rem;
	padding-left: 1.3rem;
}

.container.column-3 {
	margin-top: 60px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}

.container.container-5 {
	margin-top: 30px;
	padding: 1rem;
	border: .0625rem solid #f0f0f0;
	background-color: #f7f7f7;
	box-shadow: rgba(0, 0, 0, .08) 0 2px 8px 0, rgba(0, 0, 0, .08) 0 2px 10px 0;
	text-align: center;
}

.container.subgrid-column-3 {
	padding-right: 0;
	padding-left: 0;
	border: .0625rem solid #f0f0f0;
	background-color: #f7f7f7;
	box-shadow: rgba(0, 0, 0, .08) 0 2px 10px 0;
}

.container.subgrid-column-4 {
	padding-right: 0;
	padding-left: 0;
}

.container.subgrid-row-5 {
	margin-right: 0;
	margin-left: 0;
}

.container.column-2 {
	margin-bottom: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.container.subgrid-row-4 {
	margin-right: 0;
	margin-left: 0;
}

.container.subgrid-column-6 {
	padding-right: .64rem;
	padding-bottom: .64rem;
}

.container.row-type {
	margin-right: 0;
	margin-left: 0;
}

.container.row-2 {
	margin-right: auto;
	background-color: #8dbf0a;
}

.container.button-group {
	display: inline-block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container.column-4 {
	padding-right: 0;
	padding-left: 0;
}

.container#footermenu {
	padding: .5rem;
}

.container.column-type.subgrid-column-1 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	min-height: auto;
	background-image: none;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	background-blend-mode: normal;
}

.container.container-14 {
	margin-bottom: 40px;
	padding-right: 0;
	padding-left: 0;
}

.container.mb50 {
	margin-bottom: 50px;
}

.container.marbot40 {
	margin-bottom: 40px;
}

.container.column-3.column-type.moredown {
	margin-top: 0;
}

.container.row-2.row-type {
	background-color: transparent;
}

.container.column-4.column-type {
	background-color: #00396a;
	background-image: url('../images/bg_noise.png');
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	background-repeat: repeat;
	background-blend-mode: normal;
}

.container.column-type.subgrid-column-2 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.container.column-type {
	padding-right: 0;
	padding-left: 0;
}

.container.column-2.column-type {
	margin-bottom: 40px;
}

.container.marbot50 {
	margin-bottom: 50px;
}

.container.container-14.mbot0 {
	margin-bottom: 0;
}

.container.tabs-panel {
	min-height: 200px;
}

.container.is-active.tabcontentgruen.tabs-panel {
	border: .1875rem solid #86bc25;
	border-top: 10px solid #86bc25;
}

.container.tabcontentllila.tabs-panel {
	border: .1875rem solid #951b81;
	border-top: 10px solid #951b81;
}

.container.tabcontentbleu.tabs-panel {
	border: .1875rem solid #86c2eb;
	border-top: 10px solid #86c2eb;
}

.rule.menu-line hr {
	border-top-width: 2px;
}

.rule.menu-line {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.list-container.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: stretch;
	margin-top: 70px;
	padding: 0;
	background-color: transparent;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
}

li.list-item-container.nav-wrapper {
	position: relative;
	display: inline-block;
	padding: 0 0 0 5rem;
	min-width: 0;
	max-width: 350px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

a.responsive-picture.picture-link-1 {
	position: relative;
	display: inline-block;
	float: none;
	max-width: 284px;
	width: 100%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

li.list-item-container.first.nav-wrapper {
	padding: 0 0 0 5rem;
	background-color: transparent;
}

a.responsive-picture.picture-link-1>picture>img {
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.rule.rule-1 hr {
	border-top-width: 5px;
	border-top-color: #eee;
}

.rule.rule-1 {
	margin-top: -12px;
	margin-bottom: 21px;
	padding-top: 0;
	padding-bottom: 0;
}

.rule.rule-1.yellowline hr {
	border-top-color: #ffed00;
}

.rule.lilaline.rule-1 hr {
	border-top-color: #951b81;
}

.rule.greenline.rule-1 hr {
	border-top-color: #86bc25;
}

.rule.redline.rule-1 hr {
	border-top-color: #e30613;
}

span.link-button-text.text-for-button-link-1 {
	color: #004e90;
	font-weight: 600;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	-webkit-text-stroke-color: transparent;
}

a.link-button-glyph.btn.button {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px 10px 5px;
	border-color: #004e90;
	border-radius: 6px;
	background-color: transparent;
	font-size: 16px;
}

@media screen and (min-width:600px) {
	
div.responsive-picture.picture-4 {
	min-width: 600px;
	min-height: 0;
	max-width: 600px;
}
}

div.responsive-picture.martop50 {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

div.responsive-picture.picture-1 {
	margin-bottom: 50px;
	max-width: 450px;
}

div.responsive-picture.picture-5 {
	max-width: 420px;
}

li.list-item-container.is-active.tabs-title {
	border-bottom-width: 0;
	border-bottom-style: solid;
	background-color: transparent;
}

ul.list-container.tabs {
	border-width: 0;
}

li.list-item-container.tabs-title {
	margin-top: 12px;
	margin-right: 12px;
	max-width: 264px;
	width: 100%;
	text-align: left;
}

div.responsive-picture.picture-8 {
	max-width: 820px;
}

div.responsive-picture.mbot60.picture-8 {
	margin-bottom: 50px;
}

span.link-button-text.text-for-button-link-1:hover {
	color: #fdfdfd;
}

a.link-button-glyph.btn.button:hover {
	border-color: #86c2eb;
	background-color: #86c2eb;
}

@media screen and (min-width: 25.0625rem) {
	/* Text Elements */
	h2.heading-2 {
		-webkit-text-stroke-color: transparent;
	}
	p.paragraph.lastp {
		margin-bottom: 36px;
		-webkit-text-stroke-color: transparent;
	}
	p.paragraph.marbot0 {
		margin-bottom: 0;
	}
	p.paragraph.mbot0 {
		margin-bottom: 0;
		-webkit-text-stroke-color: transparent;
	}
	a.link-text.l-blau.nav-item {
		background-color: #004e90;
	}
	a.link-text.l-rot.nav-item {
		background-color: #e30613;
	}
	a.link-text.l-gruen.nav-item {
		background-color: #86bc25;
	}
	a.link-text.l-gelb.nav-item {
		background-color: #efcb00;
	}
	a.link-text.l-lila.nav-item {
		background-color: #951b81;
	}
	a.link-text.l-bleu.nav-item {
		background-color: #86c2eb;
	}
	/* Layout Elements */
	.container.button.mobile-menu-toggle {
		left: 20px;
		background-color: #004e90;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.container.column-type.subgrid-column-6 {
		padding-bottom: 0;
	}
	.container.container-14 {
		margin-bottom: 50px;
	}
	.container.column-2.column-type {
		margin-bottom: 50px;
	}
	.container.container-7 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-14.mbot0 {
		margin-bottom: 0;
	}
	a.responsive-picture.picture-link-1 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.rule.greyline.rule-1 {
		margin-top: 0;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 30.0625rem) {
	/* Text Elements */
	p.paragraph.paragraph-1 {
		font-size: 21px;
	}
	p.paragraph.mbot0 {
		margin-bottom: 0;
	}
	a.link-text.l-blau.nav-item {
		background-color: #004e90;
	}
	a.link-text.l-rot.nav-item {
		background-color: #e30613;
	}
	a.link-text.l-gruen.nav-item {
		background-color: #86bc25;
	}
	a.link-text.l-gelb.nav-item {
		background-color: #efcb00;
	}
	a.link-text.l-lila.nav-item {
		background-color: #951b81;
	}
	a.link-text.l-bleu.nav-item {
		background-color: #86c2eb;
	}
	/* Interaction Elements */
	a.link-button.button {
		padding: .3rem .5rem .47rem;
	}
	/* Layout Elements */
	.container.button.mobile-menu-toggle {
		background-color: #004e90;
	}
	.container.footer-nav-col {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.container.container-7.marbot50 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-14 {
		margin-bottom: 50px;
	}
	.container.marbot50 {
		margin-bottom: 50px;
	}
	.container.container-14.mbot0 {
		margin-bottom: 0;
	}
	a.responsive-picture.picture-link-1 {
		max-width: 400px;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
}

@media screen and (min-width: 37.4375rem) {
	/* Text Elements */
	h1.heading-1 {
		font-size: 28px;
	}
	h2.heading-3 {
		margin-top: 18px;
		margin-bottom: 0;
	}
	p.paragraph.paragraph-1 {
		font-size: 25px;
	}
	a.link-text.l-blau.nav-item {
		background-color: #004e90;
	}
	a.link-text.l-rot.nav-item {
		background-color: #e30613;
	}
	a.link-text.l-gruen.nav-item {
		background-color: #86bc25;
	}
	a.link-text.l-gelb.nav-item {
		background-color: #efcb00;
	}
	a.link-text.l-lila.nav-item {
		background-color: #951b81;
	}
	a.link-text.l-bleu.nav-item {
		background-color: #86c2eb;
	}
	a.link-text.active.l-bleu.nav-item {
		background-color: #000;
	}
	/* Layout Elements */
	.container.subgrid-column-3 {
		padding-right: 0;
		padding-left: 0;
		background-color: #f7f7f7;
		box-shadow: rgba(0, 0, 0, .08) 0 2px 10px 0;
	}
	.container.subgrid-row-4 {
		margin-right: 0;
		margin-left: 0;
	}
	.container.subgrid-column-4 {
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.row-type {
		margin-right: 0;
		margin-left: 0;
	}
	.container.container-5 {
		padding: 1rem .5rem;
		background-color: #f7f7f7;
		box-shadow: rgba(0, 0, 0, .08) 0 2px 10px 0;
	}
	.container.column-3 {
		margin-top: 60px;
	}
	.container.subgrid-column-1 {
		margin-top: 10px;
	}
	.container.content-wrap {
		padding-top: 55px;
	}
	.container.button.mobile-menu-toggle {
		right: auto;
		background-color: #004e90;
	}
	.container.column-type.subgrid-column-2 {
		float: left;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.container.container-14 {
		margin-bottom: 50px;
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7.marbot50 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.mbot0 {
		margin-bottom: 0;
	}
	a.responsive-picture.picture-link-1 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	div.responsive-picture.picture-1 {
		margin-bottom: 50px;
		max-width: 450px;
	}
}

@media screen and (min-width: 40rem) {
	/* Text Elements */
	h1.heading-1 {
		margin-top: 0;
		color: #000;
		text-align: left;
		font-size: 28px;
		-webkit-text-stroke-color: transparent;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		color: #000000;
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	p.paragraph.paragraph-1 {
		position: static;
		display: inline-block;
		float: none;
		margin-bottom: 2.94rem;
		background-color: rgba(255, 255, 255, .8);
		color: #469cf1;
		vertical-align: middle;
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
	p.paragraph {
		color: #000;
		font-size: 18px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		line-height: 1.5;
	}
	#rightheader p.paragraph.paragraph-1 {
		margin-bottom: 1.19rem;
		font-size: 22px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	p.paragraph.paragraph-1:hover {
		background-color: #469cf1;
		color: #fff;
	}
	#rightheader p.paragraph.paragraph-1:hover {
		background-color: transparent;
		color: #000;
	}
	a.link-text.nav-item {
		padding-right: .5rem;
		padding-bottom: .6666666666666666rem;
		padding-left: .5rem;
		background-color: #8dbf0a;
		color: #fff;
		text-transform: none;
		font-style: normal;
		font-size: 1.06rem;
		font-family: 'Tahoma', sans-serif;
	}
	/* Interaction Elements */
	a.link-button.button {
		margin-right: .34rem;
		margin-left: .34rem;
	}
	/* Layout Elements */
	.container.mobile-menu-toggle {
		display: none;
	}
	.container.subgrid-row-2 {
		margin-right: 0;
		margin-left: 0;
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.subgrid-column-1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
		margin-bottom: 0;
		min-height: 200px;
		background-attachment: scroll;
		background-position: center top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: contain;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.subgrid-column-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		min-height: 200px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start;
	}
	.container.menu-wrapper {
		display: none;
		float: none;
		overflow: hidden;
		margin-top: 18px;
		margin-bottom: 0;
		margin-left: 19px;
		-webkit-align-self: baseline;
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.container.nav-col {
		position: static;
		display: block;
		float: left;
		clear: left;
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.container.button.mobile-menu-toggle {
		position: static;
		display: block;
		float: left;
		clear: both;
		margin-left: 1.14rem;
		padding-right: 14px;
		padding-left: 1em;
		vertical-align: baseline;
		-webkit-align-self: baseline;
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.container.column-1 {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.container.column-2 {
		padding-top: 0;
		padding-right: 50px;
		padding-left: 0;
	}
	.container.content-wrap {
		padding-top: 45px;
		padding-right: 1.3rem;
		padding-left: 1.3rem;
		border-radius: 4px;
	}
	.container.column-3 {
		margin-top: 82px;
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-14 {
		display: block;
	}
	.container.container-7.marbot50 {
		display: block;
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7 {
		display: block;
		padding-right: 0;
		padding-left: 0;
	}
	.container.column-type.subgrid-column-6 {
		padding-bottom: .14rem;
	}
	.container.row-1.row-type {
		width: 100%;
		height: 100%;
	}
	.container.column-1.column-type {
		padding-right: 0;
		padding-left: 0;
		max-width: 1200px;
	}
	.container.column-type.subgrid-column-1 {
		-ms-flex-pack: end;
		min-height: 182px;
		height: 100px;
		background-image: url('../images/full/header_blass.png');
		background-attachment: scroll;
		background-position: right 10px;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto 90%;
		background-repeat: no-repeat;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		justify-content: flex-end;
		justify-self: flex-end;
		background-blend-mode: normal;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	ul.list-container.menu {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		background-color: transparent;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
	}
	li.list-item-container.nav-wrapper {
		padding: 0;
		min-width: 0;
		max-width: 350px;
		border-bottom-width: .0625rem;
		border-bottom-color: #fff;
		background-color: transparent;
	}
	a.responsive-picture.picture-link-1 {
		max-width: 400px;
		max-height: none;
		width: 100%;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	li.list-item-container.first.nav-wrapper {
		padding-left: 0;
	}
	li.list-item-container.last.nav-wrapper {
		padding-right: 0;
		background-color: transparent;
	}
	.rule.greyline.rule-1 hr {
		border-top-color: #eee;
	}
	.rule.greyline.rule-1 {
		margin-top: 0;
		margin-bottom: 60px;
	}
	div.responsive-picture.picture-4 {
		min-width: 10px;
		max-width: 1200px;
	}
}

@media screen and (min-width: 50.5625rem) {
	/* Text Elements */
	h1.heading-1 {
		color: #000;
		font-size: 28px;
	}
	h2.heading-3 {
		margin-bottom: .5rem;
	}
	h2 {
		margin-bottom: 1.2rem;
		color: #000;
	}
	h3 {
		font-size: 20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	#rightheader p.paragraph.paragraph-1 {
		margin-bottom: .94rem;
		font-size: 29px;
	}
	p.paragraph.marbot0 {
		margin-bottom: 0;
	}
	p.paragraph.lastp {
		margin-bottom: 36px;
	}
	p.paragraph {
		color: #000;
		font-size: 18px;
	}
	p.paragraph.mbot0 {
		margin-bottom: 0;
	}
	/* Layout Elements */
	.container.column-type.subgrid-column-1 {
		min-height: 189px;
		background-image: url('../images/full/header_blass.png');
		background-attachment: scroll;
		background-position: right 9px;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto 87%;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	a.responsive-picture.picture-link-1 {
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
		background-blend-mode: normal;
	}
	div.responsive-picture.martop50 {
		margin-top: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	a.responsive-picture.picture-link-1:hover {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (min-width: 56rem) {
	/* Text Elements */
	h1.heading-1 {
		color: #000;
	}
	h1 {
		font-size: 26px;
	}
	h2.heading-3 {
		margin-bottom: .5rem;
	}
	h2 {
		margin-bottom: 1.2rem;
	}
	h3 {
		margin-bottom: .8rem;
		color: #000;
		font-size: 20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	p.paragraph.paragraph-1 {
		margin-bottom: 1.75rem;
	}
	p.paragraph {
		color: #000;
		font-size: 18px;
	}
	#rightheader p.paragraph.paragraph-1 {
		margin-bottom: 1.44rem;
		margin-left: 12px;
		color: #17171d;
		text-align: left;
		font-weight: 600;
		font-size: 33px;
		font-family: 'Tahoma', sans-serif;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	p.paragraph.marbot0 {
		margin-bottom: 0;
	}
	p.paragraph.lastp {
		margin-bottom: 36px;
	}
	p.paragraph.mbot0 {
		margin-bottom: 0;
	}
	a.link-text.nav-item {
		padding-top: .5rem;
		background-color: #8dbf0a;
		font-size: 1.26rem;
		font-family: 'Tahoma', sans-serif;
	}
	a.link-text.active.nav-item {
		background-color: #000000;
	}
	a.link-text.l-blau.nav-item {
		background-color: #004e90;
	}
	a.link-text.l-rot.nav-item {
		background-color: #e30613;
	}
	a.link-text.l-gruen.nav-item {
		background-color: #86bc25;
	}
	a.link-text.l-gelb.nav-item {
		background-color: #efcb00;
	}
	a.link-text.l-lila.nav-item {
		background-color: #951b81;
	}
	a.link-text.l-bleu.nav-item {
		background-color: #86c2eb;
	}
	a.link-text.active.l-bleu.nav-item:hover {
		background-color: #000;
	}
	/* Interaction Elements */
	a.link-button.button {
		margin-right: .35rem;
		margin-bottom: .5rem;
		margin-left: .35rem;
		padding: .3rem .5rem .5rem;
		font-size: .96rem;
	}
	/* Layout Elements */
	.container.button.mobile-menu-toggle {
		display: none;
	}
	.container.menu-wrapper {
		display: block;
		margin-top: 0;
		margin-left: 0;
	}
	.container.subgrid-column-2 {
		float: left;
		vertical-align: middle;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.container.subgrid-row-2 {
		vertical-align: baseline;
	}
	.container.subgrid-column-1 {
		margin-bottom: 0;
	}
	.container.nav-col {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.container.content-wrap {
		padding-top: 65px;
	}
	.container.button-group {
		display: inline-block;
		text-align: center;
	}
	.container.column-type.subgrid-column-1 {
		-ms-flex-pack: end;
		float: left;
		min-height: 200px;
		max-width: 100%;
		background-image: url('../images/full/header_blass.png');
		background-attachment: scroll;
		background-position: right 7px;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto 92%;
		background-repeat: no-repeat;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		justify-content: flex-end;
		justify-self: auto;
		background-blend-mode: normal;
	}
	.container.row-1.row-type {
		display: block;
		min-height: 10px;
		width: 100%;
	}
	.container.column-1.column-type {
		padding-right: 0;
		padding-left: 0;
		max-width: 1200px;
		width: 100%;
	}
	.container.container-7.marbot50 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7 {
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.container.marbot40 {
		margin-bottom: 40px;
	}
	.container.content-wrap.row-type {
		border-radius: 0;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	a.responsive-picture.picture-link-1 {
		min-height: auto;
		max-width: 325px;
		max-height: none;
		width: 100%;
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		background-blend-mode: normal;
	}
	ul.list-container.menu {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
	}
	li.list-item-container.nav-wrapper {
		padding: .5rem;
		min-width: 0;
		max-width: none;
	}
	li.list-item-container.first.nav-wrapper {
		padding: .5rem .5rem .5rem 0;
	}
	div.responsive-picture.picture-4 {
		min-width: 100%;
		max-width: 1200px;
	}
	.rule.greyline.rule-1 {
		margin-bottom: 62px;
	}
	.rule.redline.rule-1 hr {
		border-top-color: #e30613;
	}
	.rule.rule-1 hr {
		border-top-width: 5px;
	}
	.rule.rule-1 {
		margin-top: 0;
		margin-bottom: 28px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.rule.greenline.rule-1 hr {
		border-top-color: #86bc25;
	}
	.rule.lilaline.rule-1 hr {
		border-top-color: #951b81;
	}
	a.link-button-glyph.btn.button {
		margin-top: 4px;
		margin-bottom: 4px;
		padding: 3px 10px 5px;
		border-color: #004e90;
		border-radius: 6px;
		background-color: transparent;
	}
	span.link-button-text.text-for-button-link-1 {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		border-width: 0;
		border-style: solid;
		border-radius: 0;
		color: #004e90;
		font-weight: 600;
		font-size: 16px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		-webkit-text-stroke-color: transparent;
	}
	span.link-button-text.text-for-button-link-1:hover {
		border-color: transparent;
		background-color: transparent;
		color: #fdfdfd;
	}
	a.link-button-glyph.btn.button:hover {
		border-color: #86c2eb;
		background-color: #86c2eb;
		color: #fdfdfd;
	}
}

@media screen and (min-width: 59.6875rem) {
	/* Text Elements */
	h1.heading-1 {
		border-bottom-color: #eee;
		color: #17171d;
		font-weight: 500;
		font-size: 30px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	h2 {
		margin-bottom: 1.2rem;
	}
	h3 {
		margin-bottom: .78rem;
		font-size: 20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	h3.heading-5 {
		margin-bottom: .8rem;
	}
	#rightheader p.paragraph.paragraph-1 {
		margin-bottom: 36px;
		padding-right: 20px;
		padding-left: 20px;
		min-width: 0;
		color: #000;
		text-align: left;
		font-weight: 600;
		font-size: 36px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		grid-area: auto / auto / auto / auto;
	}
	p.paragraph {
		display: block;
		color: #17171d;
		font-weight: 400;
		font-size: 18px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		line-height: 1.5;
	}
	p.paragraph.lastp {
		margin-bottom: 36px;
	}
	p.paragraph.mt10 {
		margin-top: 10px;
		line-height: 1.5;
	}
	p.paragraph.parasidebar {
		margin-top: 6px;
	}
	p.paragraph.marbot0 {
		margin-bottom: 0;
	}
	p.paragraph.mbot0 {
		margin-bottom: 0;
	}
	a.link-text.active.nav-item {
		background-color: #000000;
	}
	a.link-text.nav-item {
		padding-top: .65rem;
		padding-bottom: .7rem;
		border-color: #17171d;
		border-bottom-width: 0;
		background-color: #e30613;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 1.2rem;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	a.link-text.l-gruen {
		background-color: #86bc25;
	}
	a.link-text.l-gruen.nav-item {
		border-width: 0;
		border-style: solid;
		background-color: #86bc25;
		color: #fdfdfd;
		font-weight: 400;
	}
	a.link-text.l-bleu.nav-item {
		background-color: #86c2eb;
	}
	a.link-text.l-lila.nav-item {
		background-color: #951b81;
		color: #fdfdfd;
	}
	a.link-text.l-gelb.nav-item {
		border-bottom-width: 0;
		background-color: #efcb00;
		color: #fdfdfd;
		text-shadow: none;
		font-weight: 400;
	}
	a.link-text.l-rot.nav-item {
		border-bottom-width: 0;
		color: #fdfdfd;
		font-weight: 400;
	}
	a.link-text.l-blau.nav-item {
		padding-top: .6rem;
		padding-bottom: .65rem;
		border-bottom-width: 0;
		background-color: #004e90;
		box-shadow: none;
		color: #fdfdfd;
		font-weight: 400;
		-webkit-text-stroke-color: #fdfdfd;
		-webkit-text-stroke-width: 0;
	}
	a.link-text.l-blau {
		background-color: #004e90;
	}
	a.link-text.l-gruen.nav-item:hover {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-bleu.nav-item:hover {
		background-color: #17171d;
	}
	a.link-text.l-lila.nav-item:hover {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-gelb.nav-item:hover {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-rot.nav-item:hover {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-blau.nav-item:hover {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-gruen.nav-item:active {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-bleu.nav-item:active {
		background-color: #17171d;
	}
	a.link-text.l-lila.nav-item:active {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-gelb.nav-item:active {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-rot.nav-item:active {
		background-color: #17171d;
		color: #fdfdfd;
	}
	a.link-text.l-blau.nav-item:active {
		background-color: #17171d;
		color: #fdfdfd;
	}
	/* Interaction Elements */
	a.link-button.button.footerbutton {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: .3rem;
		padding-top: .3rem;
		padding-bottom: .45rem;
		padding-left: .62rem;
		border-width: 0;
		font-size: 1rem;
		font-family: 'Tahoma', sans-serif;
		line-height: 1rem;
	}
	a.link-button.button:hover {
		background-color: #000000;
	}
	a.link-button.button.footerbutton:hover {
		background-color: #17171d;
	}
	a.link-button.button.footerbutton:active {
		background-color: #17171d;
	}
	/* Layout Elements */
	body.grid-1 {
		margin-right: 0;
		margin-left: 0;
		background-color: #00396a;
		background-image: url('../images/bg_noise.png');
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto auto;
		background-repeat: repeat;
		font-size: 20px;
		background-blend-mode: normal;
	}
	.container.subgrid-column-6 {
		padding-right: .64rem;
	}
	.container.content-wrap {
		box-shadow: none;
	}
	.container.row-2 {
		background-color: #8dbf0a;
	}
	.container.row-1.row-type {
		margin-right: 0;
		margin-left: 0;
		min-width: 14px;
		width: 100%;
		box-shadow: rgba(0, 0, 0, .07) -1px 12px 27px 17px;
	}
	.container.content-wrap.row-type {
		margin-right: auto;
		margin-left: auto;
		background-color: #fdfdfd;
		box-shadow: rgba(0, 0, 0, .07) -1px 12px 27px 17px;
	}
	.container.column-4.column-type {
		position: relative;
		display: block;
		float: left;
		clear: left;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		font-size: 16px;
	}
	.container.row-2.row-type {
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		box-shadow: rgba(0, 0, 0, .07) -1px 7px 27px 17px;
		font-size: 16px;
	}
	.container.button-group {
		margin-right: auto;
		margin-left: auto;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 16px;
	}
	.container.nav-col {
		float: none;
		clear: left;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
		background-color: transparent;
	}
	.container.column-type.subgrid-column-1 {
		-ms-flex-pack: end;
		float: left;
		min-height: 260px;
		max-width: 100%;
		width: auto;
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		background-blend-mode: normal;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		justify-content: flex-end;
	}
	.container.column-type.subgrid-column-2 {
		margin-left: 0;
		min-width: 10px;
		min-height: 260px;
		max-width: none;
		width: 400px;
	}
	.container.column-1.column-type {
		padding-right: 0;
		padding-left: 0;
		min-width: 10px;
		border-top: 0 solid #004e90;
		background-color: #fdfdfd;
		background-image: url('../images/full/header_blass.png');
		background-attachment: scroll;
		background-position: right 10px;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto auto;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.menu-wrapper {
		padding: 0;
		background-color: transparent;
	}
	.container.row-type {
		padding-right: 0;
	}
	.container.column-type.subgrid-column-6 {
		padding-right: 0;
		padding-bottom: 0;
	}
	.container.column-2.column-type {
		padding-right: 50px;
	}
	.container.column-3.column-type.moredown {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.container.container-3 {
		float: none;
		padding-right: 0;
		width: auto;
	}
	.container.container-7 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.footer-nav-col {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
	}
	.container#footermenu {
		padding-top: 0;
		padding-bottom: 0;
	}
	.container.column-type.subgrid-column-4 {
		margin-bottom: 14px;
		text-align: center;
	}
	.container.container-5 {
		padding-bottom: 1.5rem;
		padding-left: .5rem;
	}
	.container.row-type.subgrid-row-4 {
		margin-bottom: 14px;
	}
	.container.marbot50 {
		margin-bottom: 50px;
	}
	.container.container-14 {
		display: block;
		margin-bottom: 50px;
		padding-right: 0;
		padding-left: 0;
	}
	a.responsive-picture.picture-link-1>picture>img {
		-o-object-fit: fill;
		object-fit: fill;
	}
	a.responsive-picture.picture-link-1 {
		float: none;
		margin-left: 0;
		min-width: 398px;
		min-height: 214px;
		max-width: 398px;
		width: 100%;
		height: auto;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	li.list-item-container.nav-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		border-width: 0;
		border-style: solid;
	}
	li.list-item-container.first.nav-wrapper {
		padding-top: 0;
		padding-right: .5rem;
		padding-bottom: 0;
	}
	ul.list-container.menu {
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
		border-top: 0 solid #17171d;
		border-right-width: 0;
		border-bottom: 0 solid #17171d;
		border-left-width: 0;
		background-color: #fdfdfd;
	}
	a.responsive-picture.picture-link-1>picture {
		height: auto;
	}
	div.responsive-picture.picture-4 {
		max-width: 100%;
	}
	a.link-button-glyph.btn.button {
		position: relative;
		margin: 4px auto;
		padding: 3px 10px 5px;
		border-width: .0625rem;
		border-color: #004e90;
		border-radius: 6px;
		background-color: transparent;
		color: #17171d;
		font-size: 16px;
	}
	span.link-button-text.text-for-button-link-1 {
		color: #004e90;
		font-weight: 600;
		font-size: 16px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	.rule.rule-1 hr {
		border-top-width: 5px;
		border-top-color: #e30613;
	}
	.rule.rule-1 {
		margin-bottom: 7px;
		width: 85%;
	}
	.rule.greenline {
		display: block;
	}
	.rule.greenline hr {
		border-top-color: #86bc25;
	}
	.rule.redline hr {
		border-top-color: #e30613;
	}
	.rule.greyline {
		margin-bottom: 56px;
		width: 100%;
	}
	.rule.greyline hr {
		border-top-width: 8px;
		border-top-color: #eee;
	}
	.rule.lilaline hr {
		border-top-color: #951b81;
	}
	div.responsive-picture.picture-1 {
		margin-bottom: 43px;
		padding: 0;
		max-width: 450px;
		border: 0 solid #004e90;
		background-color: transparent;
	}
	a.link-button-glyph.btn.button:hover {
		border-color: #86c2eb;
		background-color: #86c2eb;
		color: #fdfdfd;
	}
	span.link-button-text.text-for-button-link-1:hover {
		color: #fdfdfd;
	}
}

@media screen and (min-width: 64rem) {
	/* Text Elements */
	h1.heading-1 {
		margin-bottom: 39px;
		border-bottom: .5rem solid #eee;
		color: #000;
		font-weight: 500;
		font-size: 30px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	h1 {
		font-weight: 400;
		font-size: 26px;
	}
	h2 {
		margin-bottom: 1.2rem;
		color: #000;
		font-size: 22px;
	}
	h2.heading-3 {
		margin-top: 0;
	}
	h3 {
		font-size: 20px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	p.paragraph.paragraph-1 {
		position: static;
		top: 28px;
		display: inline-block;
		float: none;
		margin-bottom: 31px;
		padding-bottom: 0;
		border-top-width: .0625rem;
		border-top-color: #fff;
		border-bottom-width: .0625rem;
		border-bottom-color: #fff;
		background-color: rgba(255, 255, 255, .8);
		color: #469cf1;
		vertical-align: middle;
		text-align: center;
		font-size: 26px;
		font-family: 'Tahoma', sans-serif;
		line-height: 1.4;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 15px;
		-moz-box-flex: 1;
		-ms-flex: 1 0 15px;
		flex: 1 0 15px;
	}
	p.paragraph {
		margin-bottom: 25px;
		color: #000;
		font-size: 18px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		line-height: 1.6;
		-webkit-text-stroke-color: #17171d;
	}
	#rightheader p.paragraph.paragraph-1 {
		text-indent: 0;
		text-transform: none;
		letter-spacing: 1px;
		font-weight: 600;
		font-style: normal;
		font-variant: normal;
		font-size: 42px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	a.link-text.nav-item {
		background-color: #8dbf0a;
		color: #fff;
		text-transform: none;
		letter-spacing: 2px;
		font-style: normal;
		font-size: 1.25rem;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	a.link-text.active.nav-item {
		background-color: #000000;
	}
	a.link-text.l-rot.nav-item {
		background-color: #e30613;
	}
	/* Interaction Elements */
	a.link-button.button {
		margin-top: .5rem;
		margin-right: .3rem;
		margin-bottom: .5rem;
		padding: .3rem .62rem .48rem .61rem;
		border-width: .0625rem;
		border-color: #fff;
		background-color: transparent;
		color: #fff;
		font-weight: 400;
		font-size: 1.21rem;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	/* Layout Elements */
	body.grid-1 {
		min-height: 100vh;
		background-color: #00396a;
		background-image: url('../images/bg_noise.png');
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: auto auto;
		background-repeat: repeat;
		background-blend-mode: normal;
	}
	.container.subgrid-column-1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 13px;
		min-height: 300px;
		background-attachment: scroll;
		background-position: center top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: contain;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.subgrid-column-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: stretch;
		padding-right: 0;
		padding-left: 0;
		min-height: 300px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-moz-box-align: stretch;
		align-items: stretch;
	}
	.container.subgrid-row-2 {
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.column-1 {
		background-color: #fff;
		box-shadow: none;
		-webkit-transform: rotate(0deg) scaleX(1);
		-moz-transform: rotate(0deg) scaleX(1);
		-o-transform: rotate(0deg) scaleX(1);
		transform: rotate(0deg) scaleX(1);
	}
	.container.nav-col {
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
		background-color: #fff;
	}
	.container.row-1 {
		box-shadow: rgba(0, 0, 0, .26) -1px 12px 27px 17px;
	}
	.container.menu-wrapper {
		display: block;
	}
	.container.content-wrap {
		border-right: 0 solid rgba(238, 238, 238, .8);
		border-radius: 0;
		background-color: #fff;
	}
	.container.column-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		margin-bottom: 70px;
		padding-right: 50px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.container.subgrid-column-5 {
		padding-right: 0;
		padding-left: 0;
	}
	.container.row-type {
		margin-right: 0;
		margin-left: 0;
	}
	.container.column-3 {
		margin-top: 93px;
		margin-bottom: 70px;
	}
	.container.container-3 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.container.subgrid-column-6 {
		padding-right: .64rem;
	}
	.container.row-2 {
		background-color: #8dbf0a;
	}
	.container.column-4 {
		height: auto;
	}
	.container.row-1.row-type {
		margin-right: auto;
		margin-left: auto;
	}
	.container.column-1.column-type {
		grid-area: noname;
	}
	.container.container-12 {
		grid-area: topbox;
	}
	.container.container-14 {
		display: grid;
		clear: both;
		margin-bottom: 50px;
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-7.marbot50 {
		display: block;
	}
	.container.column-4.column-type {
		background-color: transparent;
		background-image: none;
		background-attachment: scroll;
		background-position: left top;
		background-clip: border-box;
		background-origin: padding-box;
		background-size: 0 0;
		background-repeat: no-repeat;
		background-blend-mode: normal;
	}
	.container.column-type.subgrid-column-3 {
		text-align: center;
	}
	.container.container-5 {
		padding-bottom: 1.5rem;
	}
	.container.column-type {
		padding-right: 0;
		padding-left: 0;
	}
	.container.container-14.mbot0 {
		margin-bottom: 0;
	}
	ul.list-container.menu {
		margin: 0;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
	}
	a.responsive-picture.picture-link-1 {
		position: static;
		margin-left: -3px;
		padding-top: 0;
		max-width: 255px;
		max-height: none;
		vertical-align: middle;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
	li.list-item-container.first.nav-wrapper {
		padding-left: 0;
	}
	li.list-item-container.last.nav-wrapper {
		padding-right: 0;
	}
	.rule.rule-1 {
		margin-top: 12px;
		margin-bottom: 24px;
	}
	.rule.greyline.rule-1 {
		margin-top: -40px;
		margin-bottom: 75px;
	}
	a.link-button-glyph.btn.button {
		margin-bottom: 0;
	}
	div.responsive-picture.picture-1 {
		margin-bottom: 0;
		max-width: 450px;
		grid-area: auto;
	}
}

@media screen and (min-width: 73.5rem) {
	/* Text Elements */
	h1.heading-1 {
		font-size: 30px;
	}
	h4 {
		margin-top: 16px;
		margin-bottom: 32px;
		color: #000;
		font-size: 22px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}
	p.paragraph.marbot0 {
		margin-bottom: 0;
	}
	p.paragraph {
		font-size: 18px;
	}
	p.paragraph.marbot0.parasidebar {
		text-align: center;
	}
	a.link-text.l-blau.nav-item {
		padding-top: .65rem;
		padding-bottom: .7rem;
	}
	a.link-text.active.l-gruen.nav-item {
		background-color: #000;
	}
	a.link-text.active.l-blau.nav-item {
		background-color: #000;
	}
	a.link-text.active.l-gelb.nav-item {
		background-color: #000;
	}
	a.link-text.active.l-lila.nav-item {
		background-color: #000;
	}
	a.link-text.active.l-rot.nav-item {
		background-color: #000;
	}
	a.link-text.transp {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	a.link-text.active.l-bleu.nav-item {
		background-color: #000;
	}
	a.link-text.active.l-bleu.nav-item:hover {
		background-color: #000;
	}
	a.link-text.active.l-bleu.nav-item:active {
		background-color: #000;
	}
	/* Layout Elements */
	body.grid-1 {
		box-shadow: none;
	}
	.container.container-7.marbot50 {
		display: grid;
		margin-bottom: 0;
	}
	.container.container-7 {
		display: grid;
	}
	.container.column-type.subgrid-column-2 {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.container.column-1.column-type {
		background-color: #fdfdfd;
	}
	.container.column-type.subgrid-column-3 {
		text-align: center;
	}
	.container.container-5 {
		padding-bottom: 1rem;
	}
	.container.container-14.mbot0 {
		margin-bottom: 0;
	}
	a.responsive-picture.picture-link-1 {
		background-color: transparent;
	}
	li.list-item-container.tabs-title {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

aside#aside p {
	text-align: center;
}

span.nobreak {
	white-space: nowrap;
}

.fancyboxMB-navigation .fancyboxMB-button div {
	padding: 0px;
}

@media screen and (min-width:820px) {
	div#rightheader {
		width: calc(100% - 400px);
	}
}

.mfp-content .mfp-title {
	display: none !important;
}

#header div.responsive-picture.picture-4,
#footer div.responsive-picture.picture-4,
div.responsive-picture.picture-4 {
	min-width: 100%;
	max-width: 100%;
}
.tophr {
	border-top: 8px solid #eee;
	padding-top: 30px;
}
.apawe .apartwebdesign span.apaw a {
    text-decoration: none;
}
.apawe .apartwebdesign span.apaw {
    display: block;
    padding: 18px 31px 14px 42px;
    background: url(../images/apart_webdesign_mini.png) no-repeat left 2px transparent;
	margin-left: -5px;
}
.apawe .apartwebdesign span.ape {
    display: block;
}
.apawe h4 {
    margin-bottom: 20px;
}
span.fsm {
    font-size: 14px;
}