/*	Content		---------------------------------------------------------------------------------------------------- */

section {
	position: relative;
	display:block;
	width:100%;
	height:auto;
	background-color:#FFF;
	margin:0;
	padding:120px 0 0;
	overflow: auto;
	z-index: 99;
}
section div.wrapper {
	position:relative;
	display: block;
	margin:20px auto 0;
	width:1880px;
	height:100%;
	padding:0;
	z-index:9999;
}
section article {
	position: relative;
	display:block;
	width:100%;
	height:auto;
	padding: 0;
	margin: 0 auto 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: auto;
}

section article div.map {
	max-width: 1200px;
	margin: auto;
}
section article div.map img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
section article div.map svg {
	position: absolute;
	display: block;
	top: 0;
	left: auto;
	right: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
section article div.map svg polygon {
	fill: rgba(0,96,124,0.30);
	cursor: pointer;
}
section article div.map svg polygon:hover {
	fill: rgba(243,146,0,0.50);
	-webkit-transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	transition: fill .5s ease;
}

/*	How to	---------------------------------------------------------------------------------------------------- */

.howto {
	position:absolute;
    display: none;
	top:0;
	left:0;
	right:0;
	max-width: 640px;
	height:auto;
	border:1px solid #00607C;
	margin:auto;
	padding:20px;
	background-color:rgba(255,255,255,0.90);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: scroll;
	z-index:9999;
}
.howto p {
	color: #777;
}
.howto h3 {
	text-align:center;
}
.howto a {
	display: block;
	font-size: 1.5em;
	text-align:center;
	margin: 0 auto;
	padding: 0;
}

section article.banner {
	width:100%;
	height:400px;
	margin: 0;
	padding:0 30px;
	overflow: hidden;
}
section article.banner.thin {
	height:200px;
}
section article.banner div {
	width:100%;
	height:100%;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;
	border: none;
	-webkit-mask-image: -webkit-radial-gradient(white, white);
	overflow: hidden;
}
section article.banner.thin div.txt {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
section article.banner div video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
}
section article.banner div video.left {
	object-position: 0%;
}
section article.banner div video.right {
	object-position: 100%;
}
section article.banner div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section article.banner div h1 {
	position: absolute;
	display: block;
	font-family: 'Raleway_Bold', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 50px;
	text-align:center;
	width: 100%;
	height: auto;
	line-height: 50px;
	padding: 0;
	margin: auto;
	top: calc(50% - 20px);
	left: 0;
	border: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

section.fsbanner {
	position: relative;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	overflow: visible;
}
section.fsbanner video {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	object-fit: cover;
	padding: 0;
	margin: 0;
	border: none;
}
header.fsbanner {
	position: absolute;
	background-color:transparent;
}
section.fsbanner article {
	position: relative;
	display:block;
	width:100%;
	height:auto;
	padding: 30px;
	margin:25vh auto 0;
	background-color: rgba(255,255,255,0.75);
}
section.fsbanner article h1 {
	color: #444;
	margin:0;
	padding: 0 0 30px;
	border-bottom:none;
}
section.fsbanner article.headline {
	position: relative;
	display:block;
	width: 984px;
	height:auto;
	padding: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #FFF;
	background-color: rgba(0,96,124,0.75);
}
section.fsbanner article.headline h1 {
	color: #FFF;
	text-align: left;
}

.nomargin {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

article.overview {
	width: 100%;
	height:auto;
	padding:0;
	margin: 20px auto;
	text-align: center;
}
article.overview.segments {
	padding:0 80px;
}
article.overview h2 {
	color: #444;
	text-align:center;
	font-size: 20px;
	padding:20px 0 0;
	margin:0 0 20px;
	border-top: 1px solid #DDD;
}
article.overview h2 strong {
	font-family: 'Raleway_Medium', Helvetica Neue, Arial, Helvetica, sans-serif;
}
article.overview h2.noborder {
	border-top: none;
}
article.overview h2 span {
	display: block;
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding:5px 0;
}
article.overview h3 {
	color: #444;
	text-align:left;
	font-size: 15px;
	padding:0;
	margin:20px auto;
}
article.overview p {
	max-width: 960px;
	text-align:left;
	margin:20px auto;
}
article.overview div.range {
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: stretch;
	flex-direction: row;
	justify-content: flex-start;
	height:auto;
	padding:0;
	margin: 0;
}
article.overview a {
	position: relative;
	width:16.6666%;
	height:auto;
	padding:0;
	margin: 0 0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
}
article.overview.segments a {
	width:16.6666%;
}
article.overview a img {
	width:60%;
	height:auto;
	max-width: 200px;
	line-height: 0;
	display:block;
	padding:0;
	margin:0 auto;
}
article.overview a.preview {
	cursor: auto;
}
article.overview a.preview img {
	border: 1px solid #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
article.overview.segments a img {
	max-width: 240px;
}
article.overview a h3 {
    position: relative;
	display:block;
	height: auto;
	width:80%;
	max-width: 200px;
	font-family: 'Raleway_SemiBold', Helvetica Neue, Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 12px;
    text-align: center;
	line-height: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 10px auto 0;
	padding: 5px 10px;
    border: 1px solid #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: hidden;
}

article.overview a:hover h3 {
    border: 1px solid #F39200;
	color:#FFF;
	background-color:#F39200;
}


/*	Panels		---------------------------------------------------------------------------------------------------- */


div.panels {
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: stretch;
	flex-direction: row;
	justify-content: flex-start;
	width:100%;
	max-width: 1280px;
	height:auto;
	padding:0;
	margin: 80px auto 40px;
}
div.panels div {
	width: calc(33.3333% - 40px);
	height:auto;
	padding:0;
	margin: 0 20px;
	background-color: rgba(204,204,204,0.33);
	border: 1px solid rgba(204,204,204,0.33);
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.panels div img {
	height: auto;
	width: 100%;
	object-fit: cover;
	line-height: 0;
	display:block;
	padding:0;
	margin:0 auto;
	-webkit-transition: .5s;
	transition: .5s;
}
div.panels div a img:hover {
	opacity: 0.66;
}
div.panels div span {
	display:block;
	padding:20px;
	margin:0;
}
div.panels div span h2 {
	font-family: 'Raleway_Bold', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,0.5);
	text-align:center;
	font-size: 20px;
	padding:0 0 10px;
	margin:0;
	border: none;
}
div.panels div span p {
	font-size: 0.875em;
	color: #777;
}
div.panels div span a {
	display: block;
	padding:10px 0 0;
	font-family: 'Raleway_Bold', Helvetica Neue, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 0.625em;
	text-align: center;
	color: #00607C;
	border-top: 0.5px solid #00607C;
}
div.panels div span a:hover {
	color: #F39200;
	border-top: 0.5px solid #F39200;
}
div.panels div span a.noborder,
div.panels div span a.noborder:hover {
	border-top: none;
}

img.box {
	max-width: 100%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #DDD;
}
span.box {
	display: block;
	width: auto;
	max-width: 100%;
	background-color: rgba(0,0,0,0.33);
	padding:40px 40px 20px;
	margin: 20px auto;
	text-align: left;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
span.box div.columns {
	display: block;
	margin: 0 auto;
}
span.box.blue {
	background-color: rgba(0,96,124,0.75);
}
span.box.yellow {
	background-color: rgba(243,146,0,0.75);
}
span.box h2, span.box h3, span.box p, span.box i {
	color:#FFF;
}
span.box i {
	display: block;
	font-size: 2em;
	padding: 0 0 20px;
}
span.box h2 {
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
}


/*	Columns		---------------------------------------------------------------------------------------------------- */

article.bckgrnd {
	width:calc(100% - 60px);
	margin: 2px auto 0;
	padding: 20px 0 0;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	background-color: rgba(0,96,124,0.75);
}
article.bckgrnd .columns h3, article.bckgrnd .columns h4, article.bckgrnd .columns p, article.bckgrnd .columns a {
	color: #FFF;
}
article.bckgrnd .columns a:hover {
	color: #F39200;
}
.columns {
    width:auto;
	max-width: 1280px;
	border: none;
	padding: 0 40px;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-ms-column-gap: 40px;
	column-gap: 40px;
    column-rule: none;
    column-width: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.columns h1, .columns h2 {
    column-span: all;
	margin: 0 0 40px;
}
.columns h2.below {
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	border-bottom:none;
	padding:20px 0 0;
	margin: 20px 0 0;
}

.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
.columns h4, .columns p, .columns ul, .columns li {
	text-align: left;
}
.columns h3 {
	padding:0 0 20px;
}
.columns p.right {
    text-align: right;
	padding-right: 40px;
}
.columns li {
	margin:0 0 0 20px;
}
.columns hr {
	-webkit-column-break-after: column;
	page-break-after: column;
	break-after: column;
	border: none;
}
.columns h4, .columns p, .columns ul {
	padding:0 0 20px;
}


/*	Suche		---------------------------------------------------------------------------------------------------- */

p.searchresults {
	font-size: 1.125em;
}
p.searchresults span {
	font-size: 0.875em;
	color: #CCC;
}
acronym { /* Suchbegriff hervorheben */
	color: #FFF;
	background-color: #CCC;
	padding:0 3px;
}
var { /* Datei-Info */
	font-family: 'clbri', Calibri, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	font-style: normal;
	color: #CCC;
	margin: 0;
}


@media only screen and (max-width: 1920px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section div.wrapper {
	width:100%;
}
section article {
	padding:0 20px;
}

article.overview {
	width: 1520px;
}
article.overview.segments {
	padding:0;
}
article.overview a {
	width:20%;
}
article.overview.segments a {
	width:33.3333%;
}
article.overview a img {
	width:90%;
}
article.overview a h3 {
	width:90%;
}


/*	Columns		---------------------------------------------------------------------------------------------------- */



}

@media only screen and (max-width: 1600px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section article.banner {
	height:300px;
}
section article.banner.thin {
	height:150px;
}
section article.banner div h1 {
	font-size: 36px;
	line-height: 36px;
	top: calc(50% - 15px);
}

article.overview {
	width: 1200px;
}


/*	Columns		---------------------------------------------------------------------------------------------------- */

.columns {
	max-width: 1120px;
}

}


@media only screen and (max-width: 1280px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section {
	padding:0;
}
section article.banner {
	height:240px;
	padding:0 20px;
}
section article.banner.thin {
	height:120px;
}
section article.banner div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section article.banner div h1 {
	font-size: 30px;
	line-height: 30px;
	top: calc(50% - 12px);
}

section.fsbanner video {
	padding: 20px 0 0;
}
header.fsbanner {
	position:relative;
	top: auto;
	background-color:#FFF;
}
section.fsbanner article {
	padding: 20px;
	margin:0 auto;
	background-color: rgba(255,255,255,1.00);
}
section.fsbanner article h1 {
	padding: 0 0 20px;
}
section.fsbanner article.headline {
	position: absolute;
	top: 20vh;
	left: 0;
	right: 0;
	padding: 20px;
	margin:0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}


article.overview,
article.overview.segments {
	width:100%;
	padding: 0 20px;
}
article.overview a img {
	max-width: 150px;
}

section article div.map {
	max-width: 100%;
}
section article div.map svg {
	max-width: calc(100% - 40px);
}


/*	Panels		---------------------------------------------------------------------------------------------------- */


div.panels {
	max-width:100%;
	margin: 40px auto;
}
div.panels div {
	width: calc(33.3333% - 20px);
	margin: 0 10px;
}
div.panels div span h2 {
	font-size: 18px;
}

span.box {
	max-width: 1024px;
	padding:20px;
	margin: 20px auto;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*	How to	---------------------------------------------------------------------------------------------------- */

.howto {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*	Columns		---------------------------------------------------------------------------------------------------- */

article.bckgrnd {
	width:calc(100% - 40px);
	margin: 2px auto 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.columns {
	max-width: 1024px;
	padding: 0 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-ms-column-gap: 30px;
	column-gap: 30px;
}
.columns h1, .columns h2 {
	margin: 0 0 30px;
}
.columns h2.below {
	margin: 10px 0 0;
}

}



@media only screen and (max-width: 1024px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section article {
	padding:0 10px;
}

section article.banner div h1 {
	font-size: 25px;
	line-height: 25px;
	top: calc(50% - 10px);
}

section.fsbanner article.headline {
	width:calc(100% - 40px);
	top: 10vh;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

article.overview p {
	max-width: 100%;
}
article.overview a {
	width:25%;
}
article.overview.segments a {
	width:50%;
}
article.overview a img {
	width:80%;
}

section article div.map svg {
	max-width: calc(100% - 20px);
}

span.box {
	max-width: auto;
}


/*	Columns		---------------------------------------------------------------------------------------------------- */

.columns {
	max-width: 100%;
	padding: 0 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}
.columns h2 br {
	display: none;
}
.columns li {
	margin:0 0 0 10px;
}
.columns h1, .columns h2 {
	margin: 0 0 20px;
}
.columns h2.below {
	margin:0;
}

}

@media only screen and (max-width: 768px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section article.banner {
	height:200px;
	padding:0;
}
section article.banner.thin {
	height:100px;
}
section article.banner div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
section article.banner div h1 {
	font-size: 22px;
	line-height: 22px;
	top: calc(50% - 8px);
}

section.fsbanner article.headline {
	top: 5vh;
}


/*	Panels		---------------------------------------------------------------------------------------------------- */


div.panels {
	margin: 20px auto;
}
div.panels div {
	width: calc(33.3333% - 10px);
	height:auto;
	margin: 0 5px;
}
div.panels div span {
	padding:10px;
}
div.panels div span h2 {
	font-size: 16px;
	padding:0 0 5px;
}
div.panels div span p {
	font-size: 0.9375em;
}
div.panels div span a {
	padding:5px 0 0;
	letter-spacing: .1em;
	font-size: 0.75em;
}


span.box {
	padding:20px;
	margin: 0 -20px;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
	
/*	How to	---------------------------------------------------------------------------------------------------- */

.howto {
	max-width: calc(100% - 40px);
	padding:20px;
}

/*	Columns		---------------------------------------------------------------------------------------------------- */

article.bckgrnd {
	width:100%;
	margin: 2px auto 0;
	padding: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.columns {
    -webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	-ms-column-gap: 0;
	column-gap: 0;
}
.columns p.right {
    text-align: left;
}
.columns hr {
	display: none;
}
article.bckgrnd .columns {
	display: flex;
	flex-direction: column;
}
article.bckgrnd .columns h3,
article.bckgrnd .columns p {
	order: 1;
}
article.bckgrnd .columns p.right {
	order: 2;
}


}


@media only screen and (max-width: 640px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

section article.banner {
	height:150px;
}
section article.banner.thin {
	height:80px;
}
/*
section article.banner.start div {
	background-image: url("../img/stock1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section article.banner div video {
	display: none;
	width: 0;
	height: 0;
}
*/
section article.banner div h1 {
	font-size: 20px;
	line-height: 20px;
	top: calc(50% - 5px);
}

section.fsbanner video {
	padding:0;
}
section.fsbanner article.headline {
	width:100%;
	top:0;
	padding: 20px 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
section.fsbanner article.headline h1 {
	text-align: center;
}
	
article.overview a {
	width:33.3333%;
}

article.overview.segments a {
	width:50%;
}
article.overview a img,
article.overview.segments a img {
	width:90%;
}
	
article.overview a h3 {
	margin: 10px auto auto;
	width:95%;
	padding: 5px;
}


/*	Panels		---------------------------------------------------------------------------------------------------- */


div.panels {
	flex-wrap:wrap;
	align-items: stretch;
	flex-direction:column;
	justify-content: flex-start;
	margin: 20px auto;
}
div.panels div {
	width: 100%;
	margin: 0 auto 10px;
}
div.panels div span p {
	font-size: 1em;
}


/*	How to	---------------------------------------------------------------------------------------------------- */

.howto {
	max-width: calc(100% - 20px);
	padding:10px;
}
	

/*	Columns		---------------------------------------------------------------------------------------------------- */


	
}

@media only screen and (max-width: 520px) {

/*	Content		---------------------------------------------------------------------------------------------------- */

article.overview a {
	width:50%;
	padding:0 0 30px;
}

article.overview,
article.overview.segments {
	padding: 0 10px;
}

article.overview a h3 {
	font-size: 11px;
}
	
span.box {
	padding:20px;
	margin: 0 -10px;
}
	
}

@media only screen and (max-width: 520px) {

section.fsbanner article.headline {
	padding: 20px;
}

}


@media only screen and (max-height: 900px) {

section.fsbanner video {
	padding: 20px 0 0;
}
header.fsbanner {
	position:relative;
	top: auto;
	background-color:#FFF;
}
section.fsbanner article {
	margin:0 auto;
	background-color: rgba(255,255,255,1.00);
}
section.fsbanner article.headline {
	position: absolute;
	top: 20vh;
	left: 0;
	right: 0;
}

}

@media only screen and (max-height: 900px) and (max-width: 1024px) {

section.fsbanner article.headline {
	top: 10vh;
}

}

@media only screen and (max-height: 900px) and (max-width: 768px) {

section.fsbanner article.headline {
	top: 5vh;
}

}

@media only screen and (max-height: 900px) and (max-width: 640px) {

section.fsbanner video {
	padding:0;
}
section.fsbanner article.headline {
	top:0;
}

}



/* Farben

LM hellblau
100% = #00ADEF

LM dunkelblau
100% = #00427B

Pörtner blau
100% = #1369AF
50% = rgba(19,105,175,0.50)

Zwaardvis gelb
100% = #DD951B

Zwaardvis grün
100% = #535B29

NEU
Zwaardvis gelb
100% = #F39200
100% = rgba(243,146,0,1.00)
Zwaardvis blau
100% = #00607C
100% = rgba(0,96,124,1.00)
*/