/*/Fonts/*/

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../Fonts/terra_titilliumweb-regular.woff2') format('woff2');
  font-display: swap;
}

/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../Fonts/terra_titilliumweb-italic.woff2') format('woff2');
  font-display: swap;
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../Fonts/terra_titilliumweb-bold.woff2') format('woff2');
  font-display: swap;
}

/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'),
       url('../Fonts/terra_titilliumweb-bolditalic.woff2') format('woff2');
  font-display: swap;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../Fonts/terra_opensans-regular.woff2') format('woff2');
  font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../Fonts/terra_opensans-bold.woff2') format('woff2');
  font-display: swap;
}

/* open-sans-regularitalic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../Fonts/terra_opensans-italic.woff2') format('woff2');
  font-display: swap;
}

/* open-sans-700bolditalic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../Fonts/terra_opensans-bolditalic.woff2') format('woff2');
  font-display: swap;
}

:root {

	/* Colors: */
    --light-blue: #2abfd1;
    --dark-blue: #27829e;
	--blue-grey: #d7e0eb;
	--dark-teal: #007B99;
	--medium-teal: #4BBECF;
	--medium-grey: #707070;
}

html, body {
	margin:0;
}

body {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size:20px;
	font-weight:400;
    color:rgb(57,61,71);
	background-color:#fff;
}

h1 {
    font-family:'Titillium Web',Arial,Helvetica,sans-serif;
	color:var(--dark-blue);
	font-size:45px;
	margin-top:70px;
	margin-bottom:0px;
    font-weight:500;
}

h2, h3 {
    font-family:'Titillium Web',Arial,Helvetica,sans-serif;
	color:var(--dark-blue);
	font-size:52px;
	font-weight:500;
	padding:20px 0 25px 0;
	margin:0;
	/*font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 0 10px 0;
	color:rgb(57,61,71);*/
}
.frame-layout-10 h2 {
  font-size:45px;
  font-weight:normal;
}

.hellblauer-balken h2, .hellblauer-balken h3 {
  color:#fff;
}

h4 {
    font-family:'Titillium Web',Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
	padding:0 0 10px 0;
	color:rgb(57,61,71);
}

h5, h6 {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
}

/*.frame-type-header h2 {
	font-family:'Titillium Web',Arial,Helvetica,sans-serif;
	color:var(--dark-blue);
	font-size:52px;
	font-weight:500;
	padding:20px 0 25px 0;
	margin:0;
}

.frame > header > h1 + h2 {
	font-family:'Titillium Web',Arial,Helvetica,sans-serif;
	margin-bottom:25px;
}*/

h3 {
	font-size:23px;
	color:rgb(57,61,71);
}

p, ul, ol, li {
	font-size:17px;
}

ul, ol {
	margin-top:0;
}

.ie11 .ce-gallery img {
  max-width:100%;
  width:100%;
  height:auto;
}

hr {
	border-bottom: 2px solid var(--dark-blue);
	margin:30px 0 30px 0;
}

.hellblauer-balken hr {
  border-bottom: 2px solid #fff;
  margin:-20px 0 10px 0;
}

a, a:visited {
	font-weight:400;
	text-decoration:none;
	color:var(--dark-blue);
}

a:hover, a:focus {
    color:var(--dark-blue);
}

.hellblauer-balken p a, .blauer-balken p a {
  color:#fff;
  border-bottom:1px dotted #fff;
}

a.button-link {
	display:inline-block;
	color:#fff;
	background-color:var(--dark-blue);
	padding:0.25rem 1rem;
	font-weight:bold;
}
a.button-link-white {
	display:inline-block;
	background-color:#fff;
	color:var(--dark-blue);
	padding:0.25rem 1rem;
	font-weight:bold;
}
.blauer-balken p a.button-link, .blauer-balken p a.button-link-white, a.button-link-white {
  background-color:#fff;
  color:#27829e;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.no-margin-bottom {
	margin-bottom:0;
}

.text-teal {
	color:var(--dark-blue);
}

.mobile-only {
	display:none;
}

.clearfix-after::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width:100%;
}

.blue-bg {
	display:inline-block; 
	color:#fff;
	background-color:var(--dark-blue);
	padding:0.5rem 1rem;
	font-size:1.5rem;
	line-height:1.1;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}

.blue-bg strong {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:bold;
}

.swit-socialshare {
	margin-top:2rem !important;
	margin-bottom:18px;
}
.swit-socialshare a {
  background-color:var(--dark-blue);
}
.swit-socialshare.layout-1 > a, .swit-socialshare.layout-1 > a:hover {
  color:var(--dark-blue);
}
.swit-socialshare.layout-0 .services a, .swit-socialshare.layout-0 .services a:hover {
  background-color:transparent;
}

#darkbox {
  background-color:#fff;
}


#cta-buttons {
    width:60px;
    height:60px;
    right:0;
	top:350px;
	position:fixed;
    z-index:19;
	margin:0;
	list-style:none;
	overflow:visible;
}

#cta-buttons li {
	margin-bottom:20px;
	padding:0;
	background:var(--dark-blue);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	font-size:16px;
	color:#fff;
	text-decoration:none;
	width:330px;
	height:60px;
	position:absolute;
	right:-270px;
	top:0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease; 
	transition: all .5s ease;
	display:flex;
	justify-content:top;
	flex-direction:column;
	z-index:20;
}
#cta-buttons li:nth-child(2) {
	top:63px;
}
#cta-buttons li:nth-child(3) {
	top:126px;
}

/*@media screen and ( min-width: 481px ) {
	#cta-buttons li:hover {
		right:0;
		height:128px;
	}
}*/

#cta-buttons a {
	color:#fff;
}

#cta-buttons li:hover a {
	color:#fff;
}

#cta-buttons span {
	padding:10px 10px 10px 0;
	vertical-align:middle;
}

#cta-buttons li i {
	font-size:35px;
	line-height:58px;
}

#cta-buttons span:first-child {
	display:inline-block;
	width:60px;
	height:60px;
	padding:0 10px 0 10px;
	text-align:center;
}

#cta-buttons span:last-child {
	position:absolute;
	left:60px;
	top:12px;
	width:270px;
	height:80px;
	padding:0;
	text-align:left;
	display:none;
}

.frame-collapsible {
	height:auto;
	max-height:0;
	opacity:0;
	overflow:hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease; 
	transition: all .5s ease;
}
.frame-collapsible.open {
	max-height:5000px;
	opacity:1;
	overflow:visible;
}
.frame-collapsible.open > div {	
	margin-bottom:3rem;
	position:relative;
}
.frame-collapsible .popup-close {
	position:absolute;
	right:18px;
	top:2px;
	font-size:3rem;
	line-height:1;
	color:var(--theme-color-yellow);
	/*text-shadow:0 0 5px #000;*/
	cursor:pointer;
}

/* mobile / Desktop only */
.frame-layout-40 {
	display:none;
}

@media screen and ( min-width: 640px ) {
	.frame-layout-40 {
		display:block;
	}
	.frame-layout-50 {
		display:none;
	}
}




/* Header */

.grid-container {
	max-width:1100px;
}

header.grid-container {
	max-width:100%;
	padding:0;
}

.header-top-fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:120px;
	z-index:99;
	background:#fff;
	box-shadow:0 10px 20px 20px rgba(0,0,0,0.03);
}

.header-dist {
	width:100%;
	height:120px;
}

.header-top {
	position:relative;
}

header.grid-container .header-top {
	max-width:1100px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
}

a.home-link {
	/*display:inline-block;*/
	width:301px;
	margin:0;
	padding-left: 0.9375rem;
}

img.logo-h2-bw {
	display:inline-block;
	width:100%;
	height:auto;
}

/* Milestones */

.relative {
  position:relative;
}

.milestone-header picture, .milestone-header picture img {
  width:100%;
  display:block;
}

.milestone-text {
  position:absolute;
  left:20px;
  top:0;
  right:0;
}

.milestone-text h2 {
  font-family: 'Titillium Web',Arial,Helvetica,sans-serif;
  font-weight:normal;
  color: #2abfd1;
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform:uppercase;
  opacity:0;
  transform:translateX(-50px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease; 
	transition: all 1s ease;
}
.milestone-text h2.dropped {
  opacity:1;
  transform:translateX(0);
}

.milestone-text ul {
  list-style:none;
  margin:0;
  padding:0;
}

.milestone-text ul li {
  padding:0 0 0.75rem 36px;
  background:url(../Images/meilenstein-haken.png) no-repeat;
  background-position:0 4px;
  background-size:24px 18px;
  color:#444a54;
  font-family:'Open Sans',Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.5;
  font-weight:600;
  opacity:0;
  transform:translateX(-50px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease; 
	transition: all 1s ease;
}
.milestone-text ul li.dropped {
  opacity:1;
  transform:translateX(0);
}

@media screen and ( min-width: 1024px ) {
  
  .milestone-text {
    left:0;
  }
  .milestone-text h2 {
    font-size:58px;
    margin-top:90px;
    margin-bottom:20px;
  }
  .milestone-text ul li {
    font-size:25px;
    padding:0 0 0.75rem 44px;
    background-size:31px 23px;
    background-position:0 6px;
  }
}

@media screen and ( min-width: 1600px ) {
  
}

/* Meta menu */

nav.nav-meta-top {
	position:absolute;
	top:20px;
	right:0.9375rem;
}

nav.nav-meta-top ul {
	list-style:none;
	margin:0;
	padding:0;
}

nav.nav-meta-top ul li {
	display:inline-block;
}

nav.nav-meta-top ul li a {
	color:rgb(57,61,71);
	padding:0 0 0 10px;
}

/* Main menu */

nav.nav-main {
	/*display:inline-block;
	float:right;
	vertical-align:bottom;
	margin-top:101px;*/
}

ul.nav.main, .anchormenu ul {
	font-family:'Open Sans',Verdana,Helvetica,sans-serif;
	color:var(--dark-blue);
	display:inline-block;
	margin:0;
}

ul.nav.main li, .anchormenu li {
	display:inline-block;
}

ul.nav.main li.mobile-only, .anchormenu li.mobile-only {
	display:none;
}

ul.nav.main a, .anchormenu a {
	display:block;
	padding:10px 15px 12px 15px;
	color:var(--dark-teal);
	font-size:1rem;
	line-height:1;
	border-radius:20px;
	border:1px solid transparent;
}
ul.nav.main li.current a {
	border:1px solid var(--medium-teal);
}

ul.nav.main li:last-child a {
	padding-right:0.9375rem;
}

.anchormenu li:nth-child(5) a {
	padding-right:0;
}

ul.nav.main a:hover, .anchormenu a:hover {
	color:#006881;
}

.mobile-menu-switch {
	display:none;
}


/* Side-Navigation */

.nav-side ul {
	list-style:none;
	margin:50px 0 0 0;
}

.nav-side > ul {
	border-bottom:1px solid #ccc;
}

.nav-side li {
	border-top:1px solid #ccc;
}

.nav-side > ul ul li {
	padding-left:20px;
}

.nav-side a {
	display:block;
	padding:0.25rem 0;
}

.nav-side .current a {
	color:#2a2a2a;
}

/* Lightbox */

figure.has-lightbox {
	position:relative;
}

figure.has-lightbox i.lightbox-glass {
	position:absolute;
	top:12px;
	right:10px;
	z-index:90;
	color:var(--dark-blue);
}

/* Video / Slider Startseite */

.slider-item {
	width:100%;
	position:relative;
}

.slider-item img {
	width:100%;
}

.slider-item h2 {
	margin-top:0;
	font-size:3.5rem;
	font-family:'Titillium Web',Verdana,Helvetica,sans-serif;
}

#c173 .slider-item .blue-bg {
	cursor:pointer;
}
#c173 .slider-item a {
  display:block;
  padding:0;
}

.page-1 .header-main video {
	position:absolute;
	z-index:-1;
	width:100%;
}

.header-main {
	/*height:480px;*/
	overflow:hidden;
}

.header-main.has-video {
	overflow:hidden;
	position:relative;
}

.has-video .slide-img {
	opacity:0;
}

video {
  max-width:100%;
}

.slider-text {
	font-family:'Open Sans',Verdana,Helvetica,sans-serif;
	position:absolute;
	left:50%;
	margin-left:-535px;
	top:150px;
	right:auto;
	bottom:auto;
	width:720px;
	max-width:580px;
	font-size:2rem;
}

.slider-text h2 {
	color:var(--dark-blue);
	text-transform: none;
	font-size:88px;
	font-weight:400;
	line-height:1.1;
	padding-top:0;
}

.slider-text p {
	font-size:18px;
}

.slider-text-white h2, .slider-text-white p {
	color:#fff;
}

.slider-text a {
	color:#fff;
	background-color:var(--dark-blue);
	border:0px solid rgb(57,61,71);
	padding:0.25rem 1rem 0.5rem 1rem;
	font-size:18px;
    line-height:1.3;
	font-weight:bold;
	font-family:'Titillium Web','Open Sans',Verdana,Helvetica,sans-serif;
    display:inline-block;
    margin-top:12px;
}

.slider-text-white a {
	color:var(--dark-blue);
	background-color:#fff;
}

.slider-text a i {
	padding-left:1rem;
}

main .slider-text {
	left:0.9375rem;
	top:20px;
	margin-left:0;
	width:auto;
}

main .slider-text a {
	font-size:1.45rem;
}

#slide-255 {
  position:relative;
}
.slider-link {
  position:absolute;
  left:65.5%;
  top:11%;
  display:block;
  width:17%;
  height:19%;
  content:' ';
  z-index:50;
}
#sl-rhyn {
  left:84.5%;
  width:9%;
}

@media screen and ( min-width: 769px ) and ( max-width: 1200px ) {
	
	main .slider-text a {
		font-size:1.25rem;
		display:inline-block;
	}
}

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {
	
	main .slider-text a {
		font-size:0.9rem;
		display:inline-block;
	}
}

@media screen and ( min-width: 1024px ) {
	
}

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

	.header-main {
		/*height:720px;*/
	}

	.header-main.has-video {
		max-height:640px;
		overflow:hidden;
	}
	
}

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

	.header-main.has-video {
		max-height:500px;
		overflow:hidden;
	}
	
}

a.video-credits {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:0.8rem;
	color:#666;
}


/* weitere Videos */

.fullwidth-video {
	position:relative;
	height:300px;
	overflow:hidden;
}

.fullwidth-video video {
	position:absolute;
	left:0;
	top:0;
	right:0;
}


/* Hintergründe */

.blauer-balken {
	background-color:#27829e; /*#00859f;*/
	color:#fff;
	padding:1px 0;
}
.blauer-balken:after {
	content:'';
	display:table;
	clear:both;
}

.blauer-balken h2 {
	color:#fff;
	/*font-size:45px;
	padding:20px 0 0 0;
	margin:0;*/
}

.hellblauer-balken {
	background-color:var(--light-blue);
	color:#fff;
	padding: 20px 0 20px 0;
}

.blaugrauer-balken {
	background-color:var(--blue-grey);
	padding: 20px 0 20px 0;
}

/*.frame-weisser-balken > header > h2 {
    font-size:33px;
	font-weight:bold;
	margin:0;
	padding:20px 0 35px 0;
}*/

.blauer-balken h2, .hellblauer-balken h2, .blauer-balken h3, .hellblauer-balken h3 {
	color:#fff;
	/*font-size:52px;
	font-weight:bold;
	margin:0;
	padding:20px 0 0 0;*/
}


/* Zähler */

.counter-box {
	text-align:center;
	color:rgb(57,61,71);
	margin-bottom:25px;
}

.blaugrauer-balken .counter-box {
  color:rgb(57,61,71);
}

.counter-box i {
	font-size:56px;
}

.counter-box .num-wrap {
	margin:0.5rem 0 0.25rem 0;
	font-weight:bold;
	font-size:3rem;
	font-family:'Open Sans',Verdana,Helvetica,sans-serif;
	font-weight:bold;
}

.counter-box .count-num {
}

.counter-box p {
	font-size:1.4rem;
	margin-bottom:20px;
}

.counter-box p a {
	color:#fff;
    border-bottom: 1px dotted #fff;
}
.counter-box p.small {
	font-size:0.7rem;
}

.frame .frame-hellblauer-balken .frame-type-gridelements_pi1 .frame-layout-0 {
	color:rgb(57,61,71);
}

/* Partner */

#c51 img {
	max-width:240px;
	filter: grayscale(100%);
}

#c51 .ce-column {
	width:280px;
	padding:30px 0;
	text-align:center;
}
#c51 .ce-column figure {
	margin-left:auto;
	margin-right:auto;
}

/* Main */

main.grid-container {
     max-width:69.5rem;
}

.grauer-balken {
	margin:80px 0;
	padding:30px 0;
	background-color:#f0efef;
}

.grauer-balken-small-margin {
	margin:20px 0;
	padding:30px 0;
	background-color:#f0efef;
}

.orange-balken {
	margin:80px 0;
	padding:30px 0;
	background-color:#ff7f00;
}

.bright-gray-bg {
	margin:80px 0;
	background-color:#f7f7f7;
}

.two-color-bg {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49.999%, rgba(176,221,214,1) 50%, rgba(176,221,214,1) 100%);
	padding-bottom:3rem;
}

/*.frame-type-gridelements_pi1 h2 {
	padding:40px 0;
}*/

.page-59 .frame-type-ce_columns1 > .grid-padding-x > .cell {
	padding-left:0;
	padding-right:0;
}

/*.frame-space-before-small { margin-top:1rem; }
.frame-space-before-large { margin-top:2rem; }*/

.frame-image-green-shadow img {
	box-shadow:20px 20px 0 0 #62bcad;
}

.ce-intext.ce-right .ce-gallery {
	margin-left:20px;
}

.ce-border img, .ce-border iframe {
	border:1px solid var(--medium-grey);
}

.frame-layout-30 .ce-gallery figure {
	margin-bottom:1.5rem;
}

.flip-tile {
	margin:40px 0;
	background-color:#fff;
}

.flip-tile h3 {
	font-family:'Titillium Web',Verdana,Helvetica,sans-serif;
	font-size:1.75rem;
	text-align:center;
	margin-top:50px;
	padding:0 25px;
}

.flip-tile a {
	color:#5a5a5a;
}

.flip-tile .back p {
	padding:10px;
	font-family:'Open Sans',Arial,Helvetica,serif;
	font-size:1.25rem;
	font-weight:100;
}

/* News */

.news-list-view {
	margin-left:-0.9375rem;
	margin-right:-0.9375rem;
}

/*.page-55 .news-list-view .article {
  margin-bottom:80px !important;
}*/

.page-55 .news .article .news-img-wrap, .page-55 .news .article .news-img-wrap a, .page-55 .news .article .news-img-wrap img {
  float:none;
}

/*.news-list-view .header, .news-list-date {
	display:none;
}*/

.frame-type-news_pi1 .news .article .news-img-wrap {
  margin-bottom:25px;
}

.news-list-view h3 {
	font-size:1.1rem;
}

.news-list-view h3 a {
	color:rgb(57,61,71);
	font-weight:bold;
}

.page-1 .news-list-view h3 a {
	color:#fff;
}

.news-list-view .teaser-text {
	font-size:16px;
}

.news .news-list-view .footer {
	display:none;
}

.news.news-single .article {
	padding-top:3rem;
}

.news-single h1 {
	margin-top:1rem;
	margin-bottom:20px;
}

.news-single .grid-x {
	padding-left:0;
	padding-right:0;
	margin-left:-0.9375rem;
	margin-right:-0.9375rem;
}


.news.news-single .article .news-img-wrap {
	width:auto;
	margin-top:6px;
	float:none;
	margin-left:0;
}

.news.news-single .article .news-img-wrap a {
  margin-bottom:1.5rem;
}

.frame-type-news_pi1 .news .article .news-img-wrap a, .news .article .news-img-wrap a.lightbox {
	padding:0;
	border:0;
}

.news-single .footer {
	display:none;
}

.news-related-wrap {
  margin-top:0;
}

.news-more-link-wrap {
	display: block;
	width: 100%;
	margin-bottom:2rem;
}

.news-list-view .news-text-container .news-more-link-wrap {
	display:none;
}


ul.f3-widget-paginator {
	list-style:none;
	margin:1.5rem 0.9375rem 1.5rem 0.9375rem;
	padding:0;
    width:calc(100% - 2rem);
}
ul.f3-widget-paginator li {
	display:inline-block;
}
ul.f3-widget-paginator li.current, ul.f3-widget-paginator li a {
	padding:5px 5px;
}

@media screen and (min-width: 1024px) and (min-height: 480px) {

	.news-list-view:not(.extended-list) .article {
		justify-content: flex-start;
		display: flex;
		flex-direction: column;
		height:100%;
	}
	.news-list-view:not(.extended-list) .article .news-text-container {
		flex:1 1 auto;
	}
	
	.frame-type-news_pi1 .news .news-list-view.extended-list .article {
		margin-bottom:2rem;
		display:flex;
		flex-direction:row;
		align-items:center;
	}
	.frame-type-news_pi1 .news .news-list-view.extended-list .news-img-wrap {
		width:380px;
		flex:0 0 33%;
		margin-right:50px;
	}
	.news-list-view.extended-list .news-more-link-wrap {
		display:none;
	}
	.news-list-view.extended-list .news-text-container .news-more-link-wrap {
		display:block;
        margin-bottom:1rem;
	}

}

/* Akkordeon */

.ui-widget {
	font-family:'Open Sans',Arial,Helvetica,serif;
}

.tx-tinyaccordion-pi1 .ui-accordion {
	border-top:2px solid var(--dark-blue);
}

.tx-tinyaccordion-pi1 .ui-accordion h4.ui-accordion-header {
	background-color:transparent;
	color:rgb(57,61,71);
	text-transform:none;
	font-weight:bold;
	padding:0.75rem 0;
	border:0;
	border-bottom:2px solid var(--dark-blue);
	font-size:16px;
	font-family:'Open Sans',Arial,Helvetica,serif;
	border-radius:0;
}

h4.ui-accordion-header:focus {
	outline: none;
}

.tx-tinyaccordion-pi1 .ui-accordion h4.ui-accordion-header.ui-state-active {
	background-color:transparent;
	color:var(--dark-blue);
	border:0;
	border-bottom:2px solid transparent;
}

.tx-tinyaccordion-pi1 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position:relative;
  left:auto;
  top:auto;
  margin-top:6px;
}

.tx-tinyaccordion-pi1 .ui-widget-content {
	background-color:transparent;
	border:0;
	border-bottom:2px solid var(--dark-blue);
	border-radius:0;
	padding:1rem 0 0.5rem 0;
}

.tx-tinyaccordion-pi1 .ui-widget-content p {
	max-width:800px;
}

main .grid-container .tx-tinyaccordion-pi1 header {
	display:none;
}

main .grid-container .tx-tinyaccordion-pi1 .grid-container {
	margin:0;
}

.ui-icon.iconOpen {
    background:url('../Images/Arrow_up_blue.svg') no-repeat;
    background-size:16px;
    width:23px;
    height:20px;
	float:right;
	margin-top:6px;
}
.ui-icon.iconClosed {
    background:url('../Images/Arrow_down_blue.svg') no-repeat;
    background-size:16px;
    width:23px;
    height:20px;
	float:right;
	margin-top:6px;
}

.ui-icon.iconOpenWhite {
	background:url('../Images/Arrow_up_white.svg') no-repeat;
    background-size:16px;
    width:23px;
    height:20px;
	float:right;
	margin-top:8px;
}

.ui-icon.iconClosedWhite {
    background:url('../Images/Arrow_down_white.svg') no-repeat;
    background-size:16px;
    width:23px;
    height:20px;
	float:right;
	margin-top:8px;
}

/*Footer*/

.page-footer {
	background-size:cover;
    width:100%;
    height:auto;
    background-color:#fff;
	opacity:0,5;
    color:rgb(57,61,71);
    margin-top:75px;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-top:30px;
	border-top: 2px solid #d8d8d8;
}

.page-footer div.grid-container {
	position:relative;
}

/*.page-footer h3 {
	background-color:#fff;
	width:221px;
    height:53px;
	vertical-align:middle;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:34px;
}*/

.home-link-bottom {
	position:absolute;
	left:-175px;
	top:14px;
}

.page-footer .grid-container .image-embed-item {
	margin-bottom:10px;
}


  #c117 .image-embed-item {
    margin-top:28px;
  }


.page-footer .grid-container .logo-h2-bw {
	background-color:transparent;
}

.page-footer .grid-container a {
	border-bottom:1px solid rgb(57,61,71);
	color:rgb(57,61,71);
}

.page-footer .grid-container .cell:nth-child(2) a {
	font-weight:400;
	color:rgb(57,61,71);
}

.page-footer .grid-container a {
	border-bottom:1px solid rgb(57,61,71);
}

.page-footer .grid-container p {
	margin:10px 0;
	font-size:14px;
	line-height:1.7;
}

.page-footer .swit-socialshare {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.page-footer .social-links-bottom a, .page-footer .social-links-bottom a.service.copy {
	text-decoration:none;
	display:inline-block;
	font-size:1.5rem;
	margin-right:0.5rem;
	padding:0;
	background:none transparent;
	border-bottom:0;
}

.page-footer .social-links-bottom a.service.copy {
	font-size:1.4rem;
}

.page-footer .grid-container .cell:nth-child(2) .social-links-bottom.social-links-yellow a {
	color:#E7AC06;
}

.copy-message {
	display:none;
}

.bottom-row {
	max-width:100%;
	margin:30px 0 0px 0;
	padding-top:15px;
	padding-bottom:15px;
	background-color:rgb(57,61,71);
	color:#fff;	
}

.page-footer .bottom-row .grid-padding-x {
	margin-left:0;
	margin-right:0;
}

.page-footer .bottom-row a {
	color:#6FBFAF;
}

.page-footer .bottom-row a:hover {
	color:#5a5a5a;
}

ul.meta-bottom {
	display:inline-block;
	float:right;
	margin:0;
	list-style:none;
	line-height:1.2;
}

ul.meta-bottom li {
	display:inline-block;
}

.page-footer ul.meta-bottom li a {
	color:#fff;
	text-decoration:none;
	border-bottom:0;
	border-left:1px solid #fff;
	padding:0 10px;
	font-size:14px;
}

.page-footer ul.meta-bottom li a:hover, .page-footer ul.meta-bottom li a:focus {
	color:#fff;
}

.page-footer ul.meta-bottom li:first-child a {
	border-left:0;
}

.page-footer ul.meta-bottom li:last-child a {
	padding-right:0;
}


/* Slick Slider */

#slickid-189, #slickid-220 {
	max-width:1010px;
	margin-left:auto;
	margin-right:auto;
}
#slickid-189 {
	margin-bottom:60px;
}

.slick-prev, .slick-next {
    z-index: 10;
    font-family: 'Font Awesome 5 Free';
}

#slickid-189 .slick-prev, #slickid-189 .slick-next, #slickid-220 .slick-prev, #slickid-220 .slick-next {
	top:41%;
}

.slick-prev:before {
	content: "";
	background:url(../Images/slider-arrow-left.png) no-repeat;
	width:42px;
	height:63px;
	display:inline-block;
}

.slick-next:before {
	content: "";
	background:url(../Images/slider-arrow-right.png) no-repeat;
	width:42px;
	height:63px;
	display:inline-block;
}

.slick-dots li {
	margin:0 20px;
}

.slick-dots li button::before {
	font-size:20px;
	color:#fff;
	opacity:1;
}

.slick-dots li.slick-active button::before {
	color:var(--blue-grey);
}


/* Testimonials im Grid */
@media screen and ( min-width: 640px ) {
	.grid-cols-4 {
		margin-left:-0.9375rem;
		margin-right:-0.9375rem;
	}
}
@media screen and ( min-width: 1024px ) {
  #c203 .large-3 {
    position:relative;
  }
  #c203 .large-3:not(:nth-child(2)) .author {
    position:absolute;
    left:0.9375rem;
    bottom:0;
  }
}
@media screen and ( max-width: 1023px ) {
  .grid-cols-4 {
		margin-left:-0.625rem;
		margin-right:-0.625rem;
	}
  .grid-cols-4 .cell:not(:last-child) {
    margin-bottom:2rem;
  }
}
.testimonial > img {
	width:150px;
	height:auto;
	border-radius:75px;
	margin:0 auto 1.5rem auto;
    display:block;
}
.testimonial div.cite p {
  font-size:19px;
  line-height:1.4;
  hyphens:auto;
}
.testimonial p.author {
  font-size:16px;
  line-height:1.4;
}
.frame-hellblauer-balken .testimonial a {
  color:#fff;
  border-bottom:1px dotted #fff;
}

.frame-round-images img {
	border-radius:50%;
}


/* Startnetz */
.startnetz {
	position:relative;
}
.sn-legende {
	float:left;
	width:40%;
}
.sn-legende span {
	display:block;
	clear:both;
	margin:8px 0;
}
.sn-legende img {
	margin:6px 10px 20px 0;
	float:left;
}
.sn-map {
	float:right;
	width:60%;
}
.sn-map > img {
	width:483px;
}
.sn-map-legende {
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
	margin:0;
	padding:0;
	width:155px;
	z-index:10;
}
.sn-map-legende li {
	font-size:0.8rem;
	line-height:1.4;
	padding-bottom:16px;
}
.sn-map-legende li:after {
	content:'';
	display:table;
	width:100%;
}
.sn-map-legende span {
	width:25px;
	text-align:center;
	float:left;
	margin-bottom:1px;
}
.sn-map-legende li:nth-child(1) img {
	width:19px;
}
.sn-map-legende li:nth-child(2) img {
	width:18px;
}
.sn-map-legende li:nth-child(3) img {
	width:16px;
	margin-top:-2px;
}
.sn-map-legende li:nth-child(4) img {
	width:13px;
	margin-top:-3px;
}
.startnetz .animation {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:11;
}
.startnetz .animation .circle {
	position:absolute;
	left:470px;
	bottom:28px;
	width:197px;
	height:197px;
	display:none;
}
.startnetz .animation .glass-line {
	position:absolute;
	left:366px;
	bottom:125px;
	width:105px;
	height:24px;
	display:none;
}
.startnetz .animation .glass-wrap {
	position:absolute;
	left:15px;
	bottom:-15px;
	width:356px;
	height:356px;
	display:none;
}

@media screen and ( max-width: 768px ) {
	
	.startnetz {
		margin-bottom:50px;
	}
	.sn-map-legende {
		bottom:-70px;
		text-align:center;
		width:75%;
	}
	.sn-map-legende li {
		display:inline-block;
		float:left;
		width:25%;
		text-align:left;
	}
	.sn-map-legende li:after {
		content:'';
		display:none;
		width:100%;
	}
	.sn-map-legende span {
		width:25px;
		text-align:center;
		float:left;
		margin-bottom:1px;
	}
	.startnetz .animation .circle {
		left:50%;
		bottom:10px;
		width:20%;
		height:auto;
	}
	.startnetz .animation .glass-line {
		left:36%;
		bottom:82px;
		width:105px;
		height:24px;
	}
	.startnetz .animation .glass-wrap {
		left:4%;
		bottom:10px;
		width:33%;
		height:auto;
	}
}

@media screen and ( max-width: 640px ) {
	
	.sn-legende {
		float:none;
		width:auto;
	}
	.sn-map {
		float:none;
		width:auto;
	}
	.sn-map-legende {
		width:100%;
	}
	.sn-map-legende li {
		font-size:0.6rem;
	}
	.sn-map-legende li:nth-child(1) {
		width:32%;
	}
	.sn-map-legende li:nth-child(2) {
		width:22%;
	}
	.sn-map-legende li:nth-child(3) {
		width:27%;
	}
	.sn-map-legende li:nth-child(4) {
		width:18%;
	}
	.startnetz .animation .circle {
		left:11%;
		bottom:4px;
		width:42%;
		height:auto;
	}
	.startnetz .animation .glass-line {
		display:none;
	}
	.startnetz .animation .glass-wrap {
		left:1%;
		bottom:-15px;
		width:360px;
		height:auto;
		border-radius:180px;
		box-shadow:0 0 20px 20px rgba(0,0,0,0.2);
	}
	
}

@media screen and ( max-width: 375px ) {
	
	.startnetz .animation .glass-wrap {
		width:300px;
		border-radius:175px;
	}
}


/* Hotspots */

.has-hotspots {
	position:relative;
}

.hotspot-container {
	position:absolute;
	z-index:20;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:visible;
}

.hotspot {
	position:absolute;
	cursor:pointer;
	border-radius:15px;
	border-width:3px;
	border-style:solid;
	border-color:transparent;
	z-index:11;
}

.hotspot > i.fa-info-circle {
	position:absolute;
	right:5px;
	top:3px;
	color:#fff;
	font-size:14px;
	/*opacity:0;
	text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;*/
}

.hotspot-text {
	position:absolute;
	z-index:22;
	width:300px;
	padding:15px;
	color:#666;
	background-color:#fff;
	display:none;
	font-size:16px;
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
}

.hotspot-text.bordered {
	border-width:3px;
	border-style:solid;
}

.hotspot-text h3.label {
	padding:1px 0 3px 0;
	text-align:center;
	font-size:18px;
	width:35px;
	margin-bottom:10px;
}

.hotspot-text h3.colored {
	padding:1px 3px 1px 3px;
	margin:0 0 8px -3px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	display:inline-block;
}

.hotspot-text h4 {
	padding:1px 0 1px 0;
	font-weight:bold;
	font-size:16px;
}

.hotspot-text p {
	font-size:14px;
	line-height:1.3;
}

.hotspot-text p:last-child {
	margin-bottom:0;
}

.popup-list {
	list-style:none;
	margin:0;
	padding:0;
}

.popup-item-label {
	font-size:20px;
	width:24px;
	margin-right:5px;
	float:left;
	text-align:center;
}

.popup-item-text {
	font-size:14px;
	width:220px;
	float:left;
	padding-top:4px;
}

.hotspot-close {
	position:absolute;
	z-index:23;
	right:2px;
	top:-7px;
	cursor:pointer;
	font-size:20px;
	color:#666;
}

.map-popup .hotspot-close {
	right:10px;
	top:-2px;
	font-size:28px;
}

@media screen and ( min-width: 768px ) and ( max-width: 1023px ) {
	
	#c145 .hotspot-text {
		left:120px !important;
		top:30px !important;
	}
}

@media screen and ( max-width: 768px ) {
	
	.hotspot {
		border-radius:5px;
	}
	
	.hotspot-text {
		left:10px !important;
		top:10px !important;
	}
	
	.imagemap .hotspot-text {
		left:-100px !important;
		top:340px !important;
	}
	
	.hotspot > i.fa-info-circle {
		top:0;
		font-size:16px;
	}
}

/* Image Maps */

.imagemap {
	position:relative;
}

.imagemap .map-image-wrap {
	width:633px;
	float:right;
	position:relative;
}
.imagemap .map-image {
	width:633px;
	height:auto;
}
.imagemap .overlay-image {
	position:absolute;
	right:0;
	top:0;
	display:none;
	z-index:10;
}
.imagelegend {
	width:360px;
}
.imagelegend h3 {
	font-size:16px;
	border:0;
	background:none transparent;
	padding:0;
	margin-bottom:10px;
	font-weight:normal;
}
.imagelegend div[data-legenditem] {
	cursor:pointer;	
}
.imagelegend h3.idx-4, .imagelegend h3.idx-7 {
	margin-top:20px;
}
.imagelegend h3 .nr, .nr-yellow {
	padding:1px 0 1px 0;
	text-align:center;
	font-size:16px;
	width:35px;
	margin-bottom:30px;
	float:left;
	margin-right:8px;
	font-weight:bold;
	font-family:'Titillium Web',Helvetica,Arial,sans-serif;
}
.imagelegend [data-legenditem="3b"] h3 .nr {
  margin-bottom:120px;
}
.imagelegend h3 .title {
	display:inline-block;
	padding-top:1px;
	font-size:16px;
	font-family:'Titillium Web',Helvetica,Arial,sans-serif;
}
.imagelegend p {
	margin-bottom:0;
	padding-top:1px;
}
.imagelegend .popup-item-text {
	width:260px;
	padding-bottom:4px;
}
.imagemap .map-nr {
	position:absolute;
	z-index:12;
	width:32px;
	height:21px;
	cursor:pointer;
	/*background:rgba(255,255,255,0.8);*/
	padding:1px 0 1px 0;
	text-align:center;
	font-size:16px;
	line-height:18px;
	width:35px;
	font-weight:bold;
	font-family:'Titillium Web',Helvetica,Arial,sans-serif;
}

.pulse {
  box-shadow: 0 0 0 rgba(255,255,255, 0.6);
  animation: pulse 1s infinite;
}
.pulse:hover {
  animation: none;
}
.pulse.color-1, .pulse.color-2 {
  animation: pulse1 1s infinite;
}
.pulse.color-3a, .pulse.color-3b {
  animation: pulse3 1s infinite;
}
.pulse.color-4 {
  animation: pulse4 1s infinite;
}
.pulse-inactive {
	animation:none !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251,186,0, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(251,186,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(251,186,0, 0);
  }
}
@keyframes pulse1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251,186,0, 0.8);
    box-shadow: 0 0 0 0 rgba(251,186,0, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(251,186,0, 0);
      box-shadow: 0 0 0 15px rgba(251,186,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(251,186,0, 0);
      box-shadow: 0 0 0 0 rgba(251,186,0, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,133,159, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,133,159, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,133,159, 0);
  }
}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,133,159, 0.8);
    box-shadow: 0 0 0 0 rgba(0,133,159, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(0,133,159, 0);
      box-shadow: 0 0 0 15px rgba(0,133,159, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,133,159, 0);
      box-shadow: 0 0 0 0 rgba(0,133,159, 0);
  }
}

@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(98,98,98, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(98,98,98, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(98,98,98, 0);
  }
}
@keyframes pulse4 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(98,98,98, 0.8);
    box-shadow: 0 0 0 0 rgba(98,98,98, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(98,98,98, 0);
      box-shadow: 0 0 0 15px rgba(98,98,98, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(98,98,98, 0);
      box-shadow: 0 0 0 0 rgba(98,98,98, 0);
  }
}

@media screen and ( max-width: 1023px ) {
	
	.imagemap .map-image-wrap {
		width:422px;
	}
	.imagelegend h3 .nr {
		margin-bottom:30px;
	}
	.imagelegend h3 .title, .imagelegend .popup-item-text {
		width:245px;
	}
	.imagelegend p {
		font-size:14px;
	}
	.imagemap .map-nr {
		font-size:10px;
		line-height:10px;
	}
	
}

@media screen and ( max-width: 810px ) {
	
	.imagemap .map-image-wrap {
		width:633px;
		margin-bottom:20px;
        clear:both;
	}
	.imagelegend {
		width:auto;
        clear:both;
	}
    .imagelegend [data-legenditem="3b"] h3 .nr {
       margin-bottom: 60px;
    }
}

@media screen and ( max-width: 480px ) {
	
	.imagemap .map-image-wrap {
		width:100%;
		margin-bottom:20px;
	}
	.imagelegend {
		width:auto;
	}
	.imagelegend h3 .title, .imagelegend .popup-item-text {
		width:245px;
	}
    .imagelegend [data-legenditem="3b"] h3 .nr {
       margin-bottom: 90px;
    }
	.imagelegend h3 {
		font-size:16px !important;
	}
	.imagelegend .popup-item-text {
		font-size:14px;
	}
	
}

@media screen and ( max-width: 360px ) {
	
	.imagelegend h3 .title, .imagelegend .popup-item-text {
		width:200px;
	}
	
}


/* Timeline */

table.timeline {
	border-spacing:0;
	border-collapse:separate;
	background-color:transparent;
	max-width:1070px;
	border-width:0;
}

table.timeline tbody {
	background-color:transparent;
	border-width:0;
}

table.timeline tr {
	background-color:transparent;
}

table.timeline .column-label {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	padding-top:5px;
	vertical-align:top;
}
.weisser-balken table.timeline .column-label {
	color:rgb(57,61,71);
}

table.timeline .column-label.height_1 {
	height:110px;
}

table.timeline .column-label.height_2 {
	height:170px;
}

table.timeline .column-label.height_3 {
	height:230px;
}

table.timeline .column-label.height_4 {
	height:290px;
}

table.timeline .column-label.height_5 {
	height:350px;
}

table.timeline .column-label.height_6 {
	height:410px;
}

table.timeline .column-label.height_7 {
	height:470px;
}

table.timeline .column-label.height_8 {
	height:530px;
}

table.timeline .column-label.height_9 {
	height:590px;
}

table.timeline .column-label.height_10 {
	height:650px;
}

table.timeline td {
	border-right:1px solid #2abfd1;
	padding:0;
}

.timeline-container {
	position:relative;
}

.timeline-row {
	position:absolute;
	left:0;
	width:100%;
}

.timeline-row.top_0 {
	top:50px;
}

.timeline-row.top_1 {
	top:110px;
}

.timeline-row.top_2 {
	top:170px;
}

.timeline-row.top_3 {
	top:230px;
}

.timeline-row.top_4 {
	top:290px;
}

.timeline-row.top_5 {
	top:350px;
}

.timeline-row.top_6 {
	top:410px;
}

.timeline-row.top_7 {
	top:470px;
}

.timeline-row.top_8 {
	top:530px;
}

.timeline-row.top_9 {
	top:590px;
}

.timeline-item {
	position:absolute;
	padding:5px 8px;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	height:50px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	cursor:pointer;
	width:1%;
}

.timeline-label {
	vertical-align:middle;
	display:none;
}

.timeline-label.center {
	text-align:center;
}

.timeline-text {
	position:absolute;
	top:0;
	left:100%;
	margin-left:6px;
    z-index: 22;
    width: 300px;
    padding: 15px;
    color: #666;
    background-color: #fff;
    display: none;
    font-size: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.timeline-text h3.colored {
	padding: 1px 3px 1px 3px;
	margin: 0 0 8px -3px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.timeline-text p {
	font-size: 14px;
	line-height: 1.3;
	font-weight:normal;
}

.timeline-text p:last-child {
	margin-bottom:0;
}

.timelineitem-close {
	position: absolute;
	z-index: 23;
	right: 2px;
	top: -3px;
	cursor: pointer;
	font-size: 20px;
	color: #666;
}

.timeline-legend-item {
	display:inline-block;
	color:#fff;
	font-size:14px;
	margin-right:15px;
}
.weisser-balken .timeline-legend-item {
	color:rgb(57,61,71);
}

.timeline-legend-item:before {
	content:'';
	width:60px;
	height:20px;
	margin-right:10px;
	background-color:#2abfd1;
	float:left;
}

.timeline-legend-item:nth-child(2):before {
	background-color:#fbba00;
}


/* Bedarf Grafik */

.tx-jfmulticontent-pi1 .frame > header > h2 {
	display:none;
}

.tx-jfmulticontent-pi1 .ui-widget.ui-widget-content {
	border:0;
	padding:0;
	border-radius:0;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav {
	padding:0;
    border-radius:0;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li {
	width:16.5%;
	margin:0 0.2% 0 0;
	border-radius:0;
	border:0;
	background:none transparent;
	padding-bottom:0;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li:last-child {
	margin-right:0;
}

#c192 .tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li {
  width:24.85%;
}

#c243 .tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li {
  width:24.85%;
}

.tx-jfmulticontent-pi1 .ui-widget-header {
	border:0;
	background-color:#2abfd1;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	border:0;
	background-color:#94dfe8;
	color:var(--dark-blue);
	font-weight:bold;
	border-radius:0;
	display:block;
	width:100%;
	text-align:center;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
 .tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
 .tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor,
 .tx-jfmulticontent-pi1 .ui-state-active,
 .tx-jfmulticontent-pi1 .ui-widget-content .ui-state-active,
 .tx-jfmulticontent-pi1 .ui-widget-header .ui-state-active,
 .tx-jfmulticontent-pi1 a.ui-button:active,
 .tx-jfmulticontent-pi1 .ui-button:active,
 .tx-jfmulticontent-pi1 .ui-button.ui-state-active:hover {
	background-color:#fff;
	color:var(--dark-blue);
	border:0;
}

.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-panel {
	border-radius:0;
}

/* Bedarf Button */

a.btn-bedarf {
  display:inline-block;
  margin:2rem auto 0 auto;
  padding:5px 20px;
  color:#fff;
  background-color:#27829e;/*#00859f;*/
  font-weight:bold;
  font-size:24px;
  font-family:'Titillium Web',Arial,Helvetica,sans-serif;
}

a.btn-bedarf:hover {
  color:#fff;
}

@media screen and ( max-width: 768px ) {
	
	table.timeline .column-label {
		font-size:18px;
	}
	
	.timeline-label {
		font-size:14px;
		line-height:18px;
	}
	
	.label-mobile-outside .timeline-label {
		position:absolute;
		left:100%;
		margin-left:12px;
		top:4px;
		z-index:12;
	}
	
}

@media screen and ( max-width: 480px ) {
	
	table.timeline .column-label {
		font-size:16px;
	}
	
	.timeline-item {
		padding:0;
	}
	
	.label-mobile-outside .timeline-label {
		margin-left:8px;
		top:8px;
	}
	
	.timeline-label {
		font-size:12px;
		line-height:16px;
	}
	
	.timeline-text {
		position: fixed;
		top: 115px !important;
		left: 10px !important;
		right: 10px !important;
		bottom: 10px !important;
		width: auto;
	}
	
	.timeline-text p {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.timelineitem-close {
		font-size: 30px;
		right: 10px;
		top:6px;
	}
	
	.timeline-text h3.colored {
		margin-top:30px;
	}
	
	.timeline-legend-item {
		display:block;
		font-size:12px;
		margin-right:0;
		margin-bottom:10px;
	}
	
	.timeline-legend-item:before {
		margin-bottom:10px;
	}
}

/* Unterstützer Slider */

.blauer-balken #c187 h3, .hellblauer-balken #c187 h3, .blauer-balken #c197 h3, .hellblauer-balken #c197 h3 {
	padding-bottom:0;
}

/*.frame-testimonial {
  width:1010px;
}

.frame-testimonial > div {
  overflow:visible;
}*/

.frame-testimonial .image img {
	width:220px;
	height:220px;
	border-radius:140px;
	margin:0 40px;
}

.frame-testimonial .ce-bodytext {
	padding-top:0;
}

.frame-testimonial .ce-bodytext p {
	font-size:20px;
}

.frame-testimonial .ce-bodytext p.small {
	font-size:16px;
}

@media screen and ( max-width: 480px ) {
	
	.frame-testimonial .ce-intext.ce-left .ce-gallery {
		float:none;
		margin-right:0;
	}
	
}

@media screen and ( min-width: 1024px ) {
	
	.frame-layout-20 .ce-bodytext {
		max-width:600px;
	}
}



@media screen and ( min-width: 769px ) {
	
	main .grid-container .grid-container, footer .grid-container .grid-container, main .grid-container .slider-item {
		padding-left:0;
		padding-right:0;
		margin-left:-0.9375rem;
		margin-right:-0.9375rem;
	}

	/* 2 Spalten */
	main .grid-container .large-6:first-child .grid-container {
		margin-right:25px;
	}

	main .grid-container .large-6:last-child .grid-container {
		margin-left:25px;
	}
	
	main .grid-container .large-6:first-child .slider-item {
		margin-right:15px;
	}
	
	main .grid-container .large-6:last-child .slider-item {
		margin-left:15px;
	}

	/* 3 Spalten */
	.grid-container .large-4:first-child .grid-container {
		margin-right:33px;
	}

	.grid-container .large-4:nth-child(2) .grid-container {
		margin-left:17px;
		margin-right:17px;
	}

	.grid-container .large-4:last-child .grid-container {
		margin-left:33px;
	}

	/*main .grid-container .large-4 .grid-container {
		padding-right:2rem;
	}*/

	#c146 h3 {
		margin-top:11px;
		margin-bottom:34px;
	}
	
	#kontakt figure {
		margin-top:2px;
		margin-bottom:19px;
	}

}

@media screen and ( min-width: 640px ) and ( max-width: 768px ) {
	
	main .grid-container .grid-container, footer .grid-container .grid-container {
		padding-left:0;
		padding-right:0;
		margin-left:-0.9375rem;
		margin-right:-0.9375rem;
	}

	/* 2 Spalten */
	main .grid-container .large-6:first-child .grid-container {
		margin-right:0;
	}

	main .grid-container .large-6:last-child .grid-container {
		margin-left:0;
	}

	/* 3 Spalten */
	.grid-container .large-4:first-child .grid-container {
		margin-right:0;
	}

	.grid-container .large-4:nth-child(2) .grid-container {
		margin-left:0;
		margin-right:0;
	}

	.grid-container .large-4:last-child .grid-container {
		margin-left:0;
	}
	
}

@media screen and ( max-width: 1400px ) {
	
	.slider-text {
		top:20px !important;
	}
}

@media screen and ( max-width: 1200px ) {
	
	.slider-text {
		left:0.9375rem;
		top:20px !important;
		margin-left:0;
		max-width:90%;
		font-size:2rem;
	}
	
}

@media screen and ( max-width: 1024px ) {
	
	a.home-link {
		width:301px;
	}
	
	img.logo-h2-bw {
		margin-left:0.9375rem;
	}
	
	.header-top {
		position:relative;
	}
	
	.header-top .nav-main {
		display:none;
		position:absolute;
		right:50px;
		top:32px;
		background:#fff;
		margin-top:0;
		box-shadow:0 6px 12px rgba(0, 0, 0, .175);
		opacity:0;
		padding:10px 15px;
	}
	
	nav.nav-meta-top {
		display:none;
	}
	
	ul.nav.main li.mobile-only, .anchormenu li.mobile-only {
		display:block;
	}
	
	ul.nav.main li, .anchormenu li {
		display:block;
		padding:5px 0;
	}
	
	ul.nav.main a, .anchormenu a {
		padding:12px 24px;
		text-align:right;
	}
	
	ul.nav.main li:last-child a, .anchormenu li:last-child a {
		padding-right:24px;
	}
	
	.mobile-menu-switch {
		display:inline-block;
		float:right;
		font-size:2rem;
		margin:15px 20px 0 0;
		cursor:pointer;
		color:var(--dark-blue);
	}
	
	h1 {
		margin-top:50px;
	}
	
	h2 {
		font-size:42px;
	}
	
	.slider-text h2 {
		font-size:58px;
	}
	
}

@media screen and ( max-width: 768px ) {
	
	.header-top-fixed {
		height:127px;
	}

	.header-dist {
		height:127px;
	}
	
	img.logo-h2-bw {
		width:320px;
	}
	
	.header-main, .slick-slide {
		min-height:1px;
		height:auto;
	}
	
	.slider-text {
		top:20px !important;
		font-size:1.5rem;
	}
	
	.slider-text h2 {
		font-size:2rem;
	}
	
	.slider-text a {
		font-size:1.5rem;
	}
	
	h1 {
		font-size:2.5rem;
		margin-top:25px;
	}
	
	.news-single h1 {
		font-size:2rem;
	}
	
	.news-single .large-6:first-child {
		order:2;
	}
	
	.news-single .large-6:last-child {
		order:1;
	}
	
	.news-single .article .news-img-wrap {
		float:none;
		margin:0 0 20px 0;
	}
	
	.news .article .news-img-wrap a {
		float:none;
	}
	
	.counter-box .num-wrap {
		font-size:2.5rem;
	}
	
}

@media screen and ( max-width: 640px ) {
	
	.header-main 
	
	#kontakt img {
		margin-top:40px;
	}
	
	.page-footer .grid-container .image-embed-item, .page-footer #kontakt figure {
		margin-bottom:0;
	}
	
	.bottom-row .large-6 {
		width:50%;
	}

}

@media screen and ( max-height: 480px ) {
	
	.header-top-fixed {
		height:90px;
	}

	.header-dist {
		height:90px;
	}	
	
	img.logo-h2-bw {
		width:180px;
	}
	
}

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

	.mobile-only {
		display:block;
	}

	.header-top-fixed {
		height:105px;
	}

	.header-dist {
		height:105px;
	}
	
	img.logo-h2-bw {
		width:240px;
	}

	main .grid-container .grid-container {
		padding-left:0;
		padding-right:0;
		margin-left:-0.55rem;
		margin-right:-0.55rem;
	}
	
	h1 {
		font-size:2.25rem;
		margin-top:25px;
	}
	
	h2 {
		font-size:1.5rem;
	}
	
	h3 {
		font-size:1rem;
	}
	
	.bottom-row {
		margin-bottom:70px;
		text-align:center;
	}
	
	.bottom-row .large-6 {
		width:100%;
	}
	
	ul.meta-bottom {
		float:none;
	}
	
	.counter-box .num-wrap {
		font-size:2.5rem;
	}
	
	#cta-buttons {
		/*width:auto;
		height:auto;*/
		height:164px;
		top:auto;
		bottom:0;
	}	
	#cta-buttons li {
		right:-280px;
		height:54px;
	}	
	#cta-buttons li:nth-child(2) {
		top:55px;
	}
	#cta-buttons li:nth-child(3) {
		top:110px;
	}
	#cta-buttons span:first-child {
		width:52px;
		height:52px;
		position:fixed;
		right:0;
		bottom:186px;
		z-index:1000;
	}
	#cta-buttons li:nth-child(1) span:first-child {
		bottom:116px;
	}
	#cta-buttons li:nth-child(2) span:first-child {
		bottom:60px;
	}
	#cta-buttons li:nth-child(3) span:first-child {
		bottom:4px;
	}
	#cta-buttons li i {
		font-size: 30px;
		line-height: 58px;
	}
	#cta-buttons li span:last-child {
		display:none;
		position:fixed;
		z-index:999;
		width:auto;
		height:auto;
		padding:10px;
		top:auto;
		bottom:0;
		left:0;
		right:51px;
		background:var(--dark-blue);
	}
	
	.header-main {
		min-height:1px;
		height:auto;
	}
	
	main .large-6 .slider-item {
		margin-left: -.55rem;
		margin-right: -.55rem;
		width:auto;
	}
	
	.news-list-view {
		margin-left:-0.625rem;
		margin-right:-0.625rem;
	}
	
	.news-single .grid-x {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}
	
	.slick-dotted.slick-slider {
		margin-bottom:0;
	}
	
	.slick-arrow {
		display:none !important;
	}
	
	.slick-dots {
		bottom:10px !important;
	}
	
	.slider-text {
		top:20px;
		margin:0;
		padding:0 0.9375rem 0.75rem 0.9375rem;
		max-width:90%;
	}
	
	.slider-text h2 {
		font-size:1.75rem;
		padding-top:15px;
		padding-bottom:0;
	}
	
	.slider-text p {
		font-size:1rem;
		padding-top:0.75rem;
	}
	
	main .slider-text {
		left:0;
	}
	
	main .slider-text a {
		display:inline-block;
	}
	
	.page-1 .slick-slide a {
		font-size:1rem;
	}
	
	.hotspot > i.fa-info-circle {
		right:0;
		top:0;
		font-size:12px;
	}
	
	.hotspot-text, .imagemap .hotspot-text {
		position:fixed;
		top:115px !important;
		left:10px !important;
		right:10px !important;
		bottom:10px !important;
		width:auto;
	}
	
	.hotspot-text h3.colored {
		margin-top:30px;
	}
	
	.hotspot-text h3.mobile-only {
		color:#666;
		padding:30px 0 10px 0;
	}
	
	.hotspot-text p {
		font-size:16px;
		line-height:1.6;
	}
	
	.hotspot-close {
		font-size:30px;
		right:10px;
	}

	.popup-item-text {
		font-size:16px;
		width:87%;
	}
	
	.imagelegend h3 .nr {
		margin-bottom:26px;
	}
	
	.imagelegend p {
		padding-top:2px;
	}
	
	.ce-intext.ce-right .ce-gallery {
		float:none;
		margin-left:0;
		width:auto;
	}
	
	.ce-gallery .ce-column, #c51 .ce-gallery .ce-column {
		width:100%;
		text-align:center;
		margin-right:0;
	}
	
	.ce-gallery figure, #c51 .ce-gallery figure {
		margin-bottom:10px;
		width:100%;
	}
	
	.ce-gallery figure img, #c51 .ce-gallery figure img {
		margin-left:auto;
		margin-right:auto;
	}
	
	.page-footer .grid-container {
		padding-left:0;
		padding-right:0;
	}
	
	.blauer-balken h3, .hellblauer-balken h3 {
		font-size:26px;
	}
	
	h3 {
		-moz-hyphens: auto;
		hyphens: auto;
	}
  
    .tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      font-size:10px;
      padding-left:0;
      padding-right:0;
    }
  
    a.btn-bedarf {
      font-size:14px;
      display:block;
    }
	
}

@media screen and ( max-width: 380px ) {
	
	header .slider-text {
		top:0 !important;
		margin-left:0;
		padding:0;
	}
	
	.slider-text h2 {
		font-size:1.75rem;
		padding-top:15px;
		padding-bottom:0;
	}
	
	.slider-text p {
		font-size:1rem;
	}
	
	.page-1 .slick-slide a {
		font-size:1rem;
	}
	
	.blauer-balken h3, .hellblauer-balken h3 {
		font-size:20px;
	}
}

  main .grid-container .news-single .grid-container {
    margin-left:0;
    margin-right:0;
  }

/*Cookie-Consent*/

.tx-cf-cookiemanager {
	position:fixed;
	right:0;
	bottom:0;
	z-index:9;
	display:block;
	background:none rgba(200,200,200,0.5);
	padding:4px 8px;
	font-size:12px;
}
.tx-cf-cookiemanager a {
	color:var(--terranets-bw-schwarz);
	text-decoration:none;
}