/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/ubuntu-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../Fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../Fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../Fonts/ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../Fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../Fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu-bold';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/ubuntu-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../Fonts/ubuntu-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../Fonts/ubuntu-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../Fonts/ubuntu-v15-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../Fonts/ubuntu-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../Fonts/ubuntu-v15-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #585858;
	/*overflow-x: hidden;*/
}
img {
	border: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
iframe {
  position:fixed;
  width:100vw;
  height:100vh;
  padding-bottom:130px;
  left:0;
  top:130px;
  border:none;
}
:target:before {
	content: "";
	display: block;
	height: 150px;
	margin: -100px 0 0;
}
.wrapper {
	overflow-x: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 130px;
	background: #fff;
	z-index: 999999;
}
.header-height {
	height: 80px;
}
.header-inner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 100%;
	padding: 20px 0 15px 0;
	margin: 0 auto;
}
.logo {
	position: relative;
	width: 150px;
}
.logo-sticky {
	width: 80px;
}
.logo img, .logo-sticky img {
	width: 100%;
	height: auto;
}
nav {
	position: absolute;
	width: 85%;
	height: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav-border {
	/*border-bottom: 1px solid #006885;*/
}
nav ul {
	float: right;
}
nav ul li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 10px;
}
nav ul li a {
	color: #006885;
	text-decoration: none;
	font-size: 20px;
	font-family: "Ubuntu-bold", Arial, sans-serif;
}
nav ul li a:hover {
	color: #009FE3;
	text-decoration: none;
}
/*nav ul li:last-child {
	background: #006885;
	border-radius: 18px;
	margin-left: 15px;
	padding: 5px 15px 5px 15px;
}
nav ul li:last-child a {
	color: #fff;
}
nav ul li:last-child:hover {
	color: #fff;
	background-color: #009FE3;
}*/
.btn-primary,
#li-nav-8 {
	background: #006885;
	border-radius: 18px;
	margin-left: 15px;
	padding: 5px 15px 5px 15px;
}
.btn-primary a,
#li-nav-8 a {
	color: #fff;
}
.btn-primary:hover,
#li-nav-8:hover {
	color: #fff;
	background-color: #009FE3;
}
.btn-primary a:hover,
#li-nav-8 a:hover {
	color: #fff;
}

/* subnav */


.subnav {
	position: absolute;
	background: #fff;
	padding: 20px 15px 15px 15px;
	display: none;
	margin-left: -15px;
	/*box-shadow: 0 15px 10px rgba(0,0,0,.1);*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow:
	  0 2.8px 2.2px rgba(100, 100, 100, 0.034),
	  0 6.7px 5.3px rgba(100, 100, 100, 0.048),
	  0 12.5px 10px rgba(100, 100, 100, 0.06),
	  0 22.3px 17.9px rgba(100, 100, 100, 0.072),
	  0 41.8px 33.4px rgba(100, 100, 100, 0.086),
	  0 100px 80px rgba(100, 100, 100, 0.12)
}
.subnav li {
	display: block;
	width: auto;
	float: none;
	padding: 10px 0 10px 0;
}
.subnav li a {
	font-size: 16px;
	color: #006885 !important;
}
.subnav li a:hover {
	color: #009fe3 !important;
}
nav ul li:hover .subnav  {
	display: block;
}

.meta-nav {
	position: absolute;
	top: 0px;
	right: 0;
}
.meta-nav a {
	width: auto;
	text-align: center;
	font-family: "ubuntu-bold";
	font-size: 1em;
	float: left;
	text-decoration: none;
	background: #009FE3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	padding: 5px 15px 7px 15px;
}

.burger {
	display: none;
}
.nav-space {
	height: 130px;
}

/* Ticker */

.mig-ticker-wrap {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #F08262;
}
.mig-ticker {
  display: inline-block;
  animation: tick 30s linear infinite;
}
.mig-items-1 {
  position: relative;
  left: 0%;
  animation: reset_items 30s linear infinite;
}

.mig-ticker-item {
  display: inline-block;
  padding: 0 40px;
  margin-top: 8px;
  font-size: 1.3rem;
  color: white;
}
@keyframes tick {
  0% {
	transform: translateX(0)
  }
  100% {
	transform: translateX(-100%)
  }
}

@keyframes reset_items {
  0%, 50% {
	left: 0%;
  }
  50.01%,
  100% {
	left: 100%;
  }
}

/* Hero Bild */

.hero {
	width: 100%;
	/*border-radius: 15px;*/
	overflow: hidden;
}
.hero img {
	width: 100%;
		height: auto;
		margin-top: 15px;
}

/* Slider */

.slider-outer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: visible;
}
.slider {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.slidercontrols {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	padding: 15px 0 45px 0;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%; /* auto */
	/*padding-right: 20px;
	border-radius: 15px;*/
	overflow: hidden;
	opacity: .2;
}
.slide:nth-child(1) {
	opacity: 1;
}
.slide img {
	width: 100%;
	height: auto;
	/*border-radius: 15px;*/
}
.slide span:nth-child(2) {
	position: absolute;
	left: 5%;
	bottom: 240px;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.8em;
	background: #006885;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 35px;
}
.mission-hl {
	color: #fff;
	font-family: "ubuntu-bold";
	font-size: 2.3em;
	background: #D22D4A;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
	max-width: 320px;
}
.slide span:nth-child(3) {
	position: absolute;
	left: 15%;
	bottom: 170px;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.8em;
	background: #D22D4A;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 35px;
}
.slide span:nth-child(4) {
	position: absolute;
	left: 10%;
	bottom: 100px;
	color: #006885;
	font-family:"ubuntu-bold";
	font-size: 2.8em;
	background: #ffffff;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 35px;
}

.slide .btn-more-outline-white {
	position: absolute;
	left: 13%;
	bottom: 130px;
	background: #009FE3;
	border: none;
	font-family:"ubuntu-bold";
}
.slider-dots {
	position: absolute;
	width: auto;
	height: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dot {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #E50046;
	padding: 0 5px 0 5px;
}
.active {
	background: #999;
}
.btn-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 100%;
	margin-left: -110px;
	background: transparent url('../Gfx/slider-button-next.svg') left center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	z-index: 1;
	cursor: pointer;
}
.btn-next {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 100%;
	margin-left: -55px;
	background: transparent url('../Gfx/slider-button-next.svg') right center no-repeat;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.slider-subnav {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 40%;
}
.slider-outer.no-txt p, .slider-outer.no-txt span {
	display: none;
}

/* Content */

section {
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 15px;
	clear: both;
}
.section-content {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 30px;
	clear: both;
}
.footer {
	padding: 0;
}
.footer-nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-nav a {
	padding: 5px 10px 5px 10px;
}
.some {
	position: absolute;
	right: 0;
	bottom: 30px;
}
.some a {
	width: 70px;
}
.some a img {
	width: 70px;
}
.footer h4 {
	margin-top: 0;
	line-height: 1em;
}
.footer-top {
	height: 90px;
}
.footer-meta {
	position: relative;
	width: 100%;
	padding: 30px 15px 30px 15px;
	background-color: #006885;
	/*border-top: 1px solid #fff;*/
}
@media screen and (max-width: 1432px) {
.mig-footer-address {
				padding: 0 15px 0 15px;
		}
}
.copyright {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.logo-footer {
	width: 80px;
}
.logo-footer img {
	width: 100%;
	height: auto;
}
#kontakt {
font-size: 14px;
}
#kontakt .section-content {
padding-bottom: 0;
}

.flex-left {
	justify-content: flex-start;
}
.flex-right {
	justify-content: flex-end;
}
.flex-space-between {
	justify-content: space-between;
}

.icon-faq {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}
.icon-info {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}
.icon-faq img, .icon-info img {
	width: 100%;
}
.karriere {
	padding-top: 300px;
}
.karriere span {
	position: relative;
	display: inline-block;
	width: auto;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.3em;
	padding: 5px 15px 5px 15px;
	margin: 5px 0 5px 0;
	border-radius: 25px;
}
.karriere span:nth-child(3) {
	margin-left: 70px;
}
.karriere .btn-more-outline-white {
		font-family:"ubuntu-bold";
	font-size: 2.3em;
	margin-left: 35px;
	padding: 5px 15px 5px 15px;
	background-color: white;
	color: #006885;
}
.btn-more-filled {
	font-size: 2.3em;
	padding: 5px 15px 5px 15px;
	background: #006885 !important;
	border: none !important;
	color: #fff !important;
}
.btn-more-filled:hover {
	background: #009FE3 !important;
}


/* Typo */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0 15px 0;
}
h1 {
	font-family: 'Ubuntu-bold', serif;
	font-size: 3.4em;
}
h2 {
	font-size: 2.3em;
	font-family: 'Ubuntu-bold', serif;
}
h3 {
	font-size: 1.8em;
	line-height: 1.4;
	font-family: 'Ubuntu-bold', serif;
}
h4 {
	font-size: 1.4em;
	font-family: 'Ubuntu-bold', serif;
}
h5 {
	font-size: 1.2em;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}
p a,
label a {
	color: #004153;
	text-decoration: underline;
}
.p-first:before {
	position: absolute;
	content: '”';
	color: #009FE3;
	font-family: 'Ubuntu-bold';
	font-size: 8em;
	margin-left: -80px;
	margin-top: 40px;
}

.bold {
	font-family: 'Ubuntu-bold';
}
.a-arrow, .a-arrow-w {
	position: relative;
}
.a-arrow::before, .a-arrow-w::before {
	position: relative;
	display: inline-block;
	content: '';
	width: 10px;
	height: 12px;
	margin-left: -7px;
	padding-right: 20px;
	background: transparent url('../Gfx/a-arrow.svg') center center no-repeat;
	background-size: 15px 12px;
}
.a-arrow-w::before {
	background: transparent url('../Gfx/a-arrow-w.svg') center center no-repeat;
	background-size: 15px 12px;
}
.a-arrow:hover::before, .a-arrow-w:hover::before {
	-moz-animation: a-arrow-anim .5s ease-out forwards;
	animation: a-arrow-anim .5s ease-out forwards;
}
@keyframes a-arrow-anim {
	0 {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0px);
	}
}
@-moz-keyframes a-arrow-anim {
	0 {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0px);
	}
}
.section-content ul {
	list-style-type: disc;
	/*margin-left: 0;*/
	padding-left: 20px;
}
.section-content ul li {
	line-height: 2em;

}

/* Sitemap */

.frame-type-menu_sitemap .section-content > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 150px;
}
.frame-type-menu_sitemap .section-content > ul > li {
	list-style-type: none;
	border-left: 1px solid #ddd;
	padding-left: 1rem;
}
.frame-type-menu_sitemap .section-content > ul > li > a {
	font-weight: bold;
}
.frame-type-menu_sitemap ul li a {
	color: #004153;
}
.frame-type-menu_sitemap ul li {
	list-style-type: none;
	line-height: 3rem;
	font-size: 1.2rem;
}
.frame-type-menu_sitemap ul li ul {
	padding-left: 0;
}

@media screen and (max-width: 1200px) {
	.frame-type-menu_sitemap .section-content > ul > li {
		width: 31%;
		margin-top: 2rem;
	}
}
@media screen and (max-width: 920px) {
	.frame-type-menu_sitemap .section-content > ul > li {
		width: 48%;
	}
	.frame-type-menu_sitemap .section-content > ul {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.frame-type-menu_sitemap .section-content > ul > li {
		width: 100%;
	}
}

/* animation karriere */

.wrapper-karriere {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 700px;
	perspective: 1000px;

}
.animation-karriere {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	animation: rotateGallery 20s linear infinite;
}
.animation-karriere-static {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
}
@keyframes rotateGallery {
	  0% {
		transform: rotateX(0deg) rotateY(0deg) translateZ(-100px);
	  }
	  25% {
		transform: rotateX(15deg) rotateY(10deg) translateZ(-100px);
	  }
	  75% {
		transform: rotateX(-15deg) rotateY(-10deg) translateZ(-100px);
	  }
	  100% {
		transform: rotateX(0deg) rotateY(0deg) translateZ(-100px);
	  }
}
.k0, .k1, .k2, .k3, .k4 {
	position: absolute;
	width: 300px;
	height: 200px;
}
.k0 img, .k1 img, .k2 img, .k3 img, .k4 img {
	width: 100%;
	height: 100%;
}
.message {
	position: absolute;
	left: 50%;
	top: 65%;
	transform-style: preserve-3d;
	transform: translate(-50%, -50%);
}
.m1, .m2, .m3 {
	position: relative;
	color: #fff;
	font-family: "ubuntu-bold";
	font-size: 2.3em;
	background: #D22D4A;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
	text-align: left;
}
.m1 {
	left: -50px;
}
.m2 {
	background: #006885;
	left: 150px;
	margin: 10px 0 10px 0;
}
.m3 {
	background: #009FE3;
	left: 50px;
}
.wrapper-karriere .btn-more-filled {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform-style: preserve-3d;
	transform: translate(-50%, -50%);
}

/* News & Info Boxen */

.full-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news-box {
	position: relative;
	width: 32.5%;
	height: auto;
	min-height: 350px;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 10px;
}
.news-box h4::after, .news-box h3::after {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 10px solid #F0F0F0;
}
.news-box .text-link {
	position: absolute;
	left: 15px;
	bottom: 30px;
}
.box-100 {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 8px;
	padding: 0px;
	margin-bottom: 10px;
	display: table;
}
a.box-100 {
	text-decoration: none;
	color: #585858;
}

/* Toggle */

.toggle {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 8px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	display: table;
}
.toggle-content, .toggle-content-jobs {
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-right: 15px;
	overflow: hidden;
	display: none;
	color: #004153;
	line-height: 1.6em;
}
.toggle-content-jobs:before {
	position: absolute;
	width: 100%;
	/*height: 2px;
	background: #004153;*/
	height: 1px;
	content: "";
}
.toggle-content:before {
	position: absolute;
	width: 100%;
	/*height: 2px;
	background: #004153;*/
	height: 1px;
	border-top: 1px dashed #004153;
	content: "";
}
.toggle-hl {
	cursor: pointer;
	-webkit-user-select: none;
}
.toggle-hl h5 {
	margin: 0;
	padding-right: 40px;
	font-family: 'Ubuntu';
}
.toggle-hl h3 {
	margin: 15px 0 15px 0 !important;
	padding-right: 40px;
	font-family: 'Ubuntu-bold';
}
.toggle-content select, .toggle-content input {
	width: 100%;
	margin-bottom: 10px;
}
.toggle-content ul {
  font-size: 1.4rem;
  padding-left: 2rem;
}
a.toggle, a.toggle:active, a.toggle:focus {
	text-decoration: none !important;
}
.arrow-left {
	background-image: url('../Gfx/arrow-right.svg');
	background-position: left 15px top 24px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.arrow-right {
	background-image: url('../Gfx/arrow-right.svg');
	background-position: right 15px top 24px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.arrow-right-center {
	background-image: url('../Gfx/arrow-right.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.white-arrow-right-center {
	background-image: url('../Gfx/arrow-right-white.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.red-plus-right-center {
	background-image: url('../Gfx/plus-red.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.red-arrow-right-center-up {
	background-image: url('../Gfx/arrow-up.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.red-arrow-right-center-down {
	background-image: url('../Gfx/arrow-down.svg');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.arrow-right-top-up {
	background-image: url('../Gfx/arrow-up.svg');
	background-position: right top 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.arrow-right-top-down {
	background-image: url('../Gfx/arrow-down.svg');
	background-position: right top 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.pm-box {
	width: 120px;
	height: 120px;
	border-radius: 8px;
}
.pm-box img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.box-100-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 50px 15px 45px;
}
.box-90-content {
	width: 90%;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 50px 15px 15px;
}
.box-90-content h4, .box-90-content p {
	margin: 0;
}
.shadow:hover {
	-moz-animation: schatten .5s ease-out forwards;
	animation: schatten .5s ease-out forwards;
}
@keyframes schatten {
	0 {
		-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
		-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
		box-shadow: 0 0 0px rgba(0,0,0,0);
	}
	100% {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
}
@-moz-keyframes schatten {
	0 {
		-webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
		-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
		box-shadow: 0 0 0px rgba(0,0,0,0);
	}
	100% {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
}
.col-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-single-100 {
	position: relative;
	width: 100%;
	height: auto;
	/*min-height: 520px;
	border-radius: 8px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-90 {
	position: relative;
	width: 90%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-80 {
	position: relative;
	width: 80%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-70 {
	position: relative;
	width: 70%;
	height: auto;
	margin-bottom: 10px;
	/*overflow: hidden;*/
}
.col-single-60 {
	position: relative;
	width: 60%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-50 {
	position: relative;
	width: 50%;
	height: auto;
}
.col-single-40 {
	position: relative;
	width: 40%;
	height: auto;
}
.col-single-20 {
	position: relative;
	width: 20%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.col-single-15 {
	position: relative;
	width: 15%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-10 {
	position: relative;
	width: 10%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-66 {
	position: relative;
	width: 66%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-65 {
	position: relative;
	width: 65%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-50 {
	position: relative;
	width: 49.5%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.rounded {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 21.8px 33.4px rgba(0, 0, 0, 0.0086), 0 0px 50px rgba(0, 0, 0, 0.12);
}
.rounded .col-single-50 {
	margin-bottom: -5px;
}
.rounded .col-single-inner {
	padding: 30px;
}
.col-single-33 {
	position: relative;
	width: 32.65%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-75 {
	position: relative;
	width: 74%;
	height: auto;
	/*border-radius: 8px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
.col-single-25 {
	position: relative;
	width: 24%;
	height: auto;
	/*border-radius: 8px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
.col-half {
	position: relative;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.col-single-inner {
	padding: 15px;
}
#c100 .section-content {
  max-width: 800px;
}
#c100 form .btn {
  width: 150px;
}

/* Images in col */
.col-single-20 img,
.col-single-33 img,
.col-single-66 img
{
	width: 100%;
	height: auto;
}

.img-infoboxen {
	width: 100%;
}
.img-dlh-info {
	width: 70%;
}
.img-infoboxen img, .img-dlh-info img {
	width: 100%;
}
.img-bro {
	width: 100%;
	max-width: 150px;
}
.result-box .col-single-20 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.headline-box {
	position: relative;
	/*padding-left: 50px;*/
	margin-bottom: 30px;
}
.headline-box h2.red {
	margin: 0;
}
.headline-box p {
	margin-top: 0px;
}

.arrow-down {
	width: 26px;
}
.breadcrumb {
	padding: 15px 0 30px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.rounded {
	border-radius: 18px;
	overflow: hidden;
}
.border-lg-top {
  border-top: 1px dashed #333;
}

/* Farben */

.red {
	color: #A80210;
}
.darkred {
	color: #5C0008;
}
.primary {
	color: #006885;
}
.primary-dark {
	color: #004153;
}
.white {
	color: #fff;
}
.grey {
	color: #585858;
}

.bg-primary {
	background-color: #006885;
}
.bg-primary-2 {
	background-color: #E4EBEE;
}
.bg-primary-3 {
	background-color: #66A4B6;
}
.bg-primary-4 {
	background-color: #99C3CE;
}
.bg-primary-5 {
	background-color: #CCE1E7;
}
.bg-primary-dark {
	background-color: #004153;
}
.bg-red {
	background-color: #e50046;
}
.bg-yellow {
	background-color: #ffd962;
}
.bg-cyan {
	background-color: #009fe3;
}
.bg-orange {
	background-color: #f08262;
}
.bg-white {
	background-color: #fff;
}
.bg-light-grey {
	background-color: #F8F8F8;
}
.bg-grey {
	background-color: #CECECE;
}
.bg-darkgrey {
	background-color: #585858;
}
.bg-karriere {
	background: transparent url('../Gfx/slider-home-3.jpg') center top no-repeat;
	background-size: cover;
}
.bg-mast {
	background: #CCE1E7 url('../Gfx/mast.svg') bottom -10px right 150px no-repeat;
	background-size: 500px;
}
.icon-apply {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	background: transparent url('../Gfx/icon-apply-white.svg') center center no-repeat;
	background-size: 90px 90px;
}
.check {
	padding-left: 90px;
	min-height: 120px;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.check:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 100%;
	left: 0;
	background: transparent url('../Gfx/icon-check.svg') center center no-repeat;
	background-size: 60px 80px;
}


/* Buttons */

.btn-red {
	width: auto;
	min-width: 100px;
	height: 40px;
	padding: 0 15px 0 15px;
	line-height: 40px;
	background-color: #A80210;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.btn-red:hover {
	background-color: #5C0008;
}
.btn-white {
	width: auto;
	min-width: 100px;
	height: 40px;
	padding: 0 15px 0 15px;
	line-height: 40px;
	background-color: #fff;
	color: #A80210;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.btn-white:hover {
	color: #fff;
	background-color: #5C0008;
}
.btn-more-outline, .btn-more-outline-white, .btn-more-filled,  .btn-more-filled-white {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 100px;
	height: auto;
	padding: 8px 15px 8px 15px;
	background-color: transparent;
	color: #006885;
	font-size: 1.4rem;
	border: 1px solid #006885;
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 15px;
}
.btn-more-outline-white {
	border: 1px solid #fff;
	color: #fff;
}
.btn-more-outline:hover {
	border: 1px solid #006885;
	background-color: #006885;
	color: #fff;
}
.btn-more-outline-white:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #006885;
}
.btn-more-filled-white {
	background-color: #fff;
	color: #006885;
	border: none;
}
.btn-more-filled-white:hover {
	background-color: #006885;
	color: #fff;
	border: none;
}
.btn-top {
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
	left: 0;
	padding-left: 30px;
	cursor: pointer;
	color: #fff;
}
.btn-top::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
	background: transparent url('../Gfx/arrow-up-white.svg') center center no-repeat;
	background-size: cover;
}
.btn-top:hover::before {
	-moz-animation: btn-top-anim .5s ease-out forwards;
	animation: btn-top-anim .5s ease-out forwards;
}
.btn-top-faq {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #fff;
	margin-top: 30px;
}
.btn-top-faq::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
	background: transparent url('../Gfx/arrow-up-white.svg') center center no-repeat;
	background-size: cover;
}
.btn-top-faq:hover::before {
	-moz-animation: btn-top-anim .5s ease-out forwards;
	animation: btn-top-anim .5s ease-out forwards;
}

.btn-pdf {
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
	right: 0;
	padding-left: 30px;
	cursor: pointer;
	color: #fff;
  display: none;
}

.btn-pdf a
{
  color: #ffffff;
}

@keyframes btn-top-anim {
	0 {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-moz-keyframes btn-top-anim {
	0 {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0px);
	}
}


/* Table */

.table-body::before {
	  height: 5px;
	  display: table-row;
	  content: '';
}
.table-shg td {
	padding: 15px;
}
.table-shg td:first-child {
	min-width: 250px;
}

/* sonstiges */

.center {
	text-align: center;
}
.center-m {
	margin: 0 auto;
}
.v-center {
	display: contents;
	flex-direction: column;
	/*align-items: center;*/
	justify-content: center;
	gap: 1ch;
}
.left {
	text-align: left;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bottom-right {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.bottom {
	position: absolute;
	bottom: 0;
	padding: inherit;
}
.auto-height {
	height: auto;
	min-height: auto;
}
.clearfix {
	display: block;
	clear: both;
	float: none;
}
.max-width-1000 {
	max-width: 1024px;
}
.max-width-800 {
	max-width: 800px;
}
.padding-v-150 {
	padding: 300px 0 30px 0;
}
.padding-v-120 {
	padding: 120px 0 120px 0;
}
.padding-v-60 {
	padding: 60px 0 60px 0;
}
.padding-l-60 {
	padding-left: 60px;
}
.padding-r-60 {
	padding-right: 60px;
}
.zero-padding {
	padding: 0;
}
.zero-padding-top {
	padding-top: 0;
}
.zero-padding-bottom {
	padding-bottom: 0;
}
.zero-padding-bottom .section-content {
	padding-bottom: 15px;
}
.zero-margin {
	margin: 0;
}
.margin-right-1 {
	margin-right: 1%;
}
.zero-br {
	border-radius: 0;
}
.separator {
	position: relative;
	display: block;
	width: 100%;
}
.height-15 {
	height: 15px;
}
.height-30 {
	height: 30px;
}
.height-60 {
	height: 60px;
}
.max-w {
	max-width: 700px;
}
.radius {
	border-radius: 15px;
}
.radius-left {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.radius-right {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.border-bottom-1px {
	border-bottom: 1px solid #999;
}
.dashed-outline {
	padding: 15px;
	border: 1px dashed #006885;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(228,235,238,1);
}


/* Suche Home */

.suche {
	position: relative;
	width: auto;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 45px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
}
.suche input[type="text"] {
	width: 84%;
	max-width: 500px;
	border: none;

	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
}
.suche input[type="submit"] {
	width: 15%;
	height: 30px;
	border: none;
	border-radius: 0;
	background: transparent url('../Gfx/suche-icon.svg') center center no-repeat;
	background-size: 30px 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/* Formulare */

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	width: auto;
	height: 40px;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	padding-right: 40px;
	background: #F0F0F0 url('../Gfx/arrow-down.svg') right 10px center no-repeat;
	background-size: 18px 18px;
	color: #333;
	font-size: 16px;
}
select::-ms-expand {
	display: none;
}

.formular input[type="text"], .formular input[type="number"], .formular input[type="email"] {
	border: none;
	border-radius: 4px;
	width: 100%;
	background: #F0F0F0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
}
.formular textarea {
	border: none;
	border-radius: 4px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	min-height: 100px;
	background: #F0F0F0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
}
.formular select {
	width: 100%;
}
.form-input {
	width: 32%;
	min-height: 50px;
	float: left;
	margin-right: 1.99%;
}
.form-input-half {
	width: 48%;
	height: 90px;
	float: left;
	margin-right: 1.99%;
}
.form-input:nth-child(3) {
	margin-right: 0;
}
.form-input label, .form-input-half label, .formular label {
	line-height: 30px;
}
.formular input[type="submit"] {
	margin-top: 30px;
	cursor: pointer;
}
.formular button[type=submit]
{
  color: #ffffff;
  width: 100%;
  margin: 0px;
  line-height: 30px;
  border: none;
  cursor: pointer;
}

/* Jobs */
.section-content .ul-jobs
{
	list-style-type: none;
	padding-left: 0px;
}

.section-content .ul-jobs li
{
	padding-left: 30px;
	position: relative;
}

.section-content .ul-jobs li a
{
	color: #004153;
}

.section-content .ul-jobs li a:hover
{
	text-decoration: underline;
}

.section-content .ul-jobs li:before
{
	content: url('../Gfx/file-pdf.svg');
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 3px;
}
.hero-jobs {
	position: relative;
}
.hero span:nth-child(1) {
	position: absolute;
	left: 5%;
	bottom: 220px;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.3em;
	background: #D22D4A;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
}
.hero span:nth-child(2) {
	position: absolute;
	left: 15%;
	bottom: 160px;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.3em;
	background: #006885;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
}
.hero span:nth-child(3) {
	position: absolute;
	left: 10%;
	bottom: 100px;
	color: #fff;
	font-family:"ubuntu-bold";
	font-size: 2.3em;
	background: #009FE3;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
}
.col-container.jobs p {
	font-size: 1.4em;
	line-height: 1.3em;
}
.col-container.jobs .col-single-33 {
	margin-bottom: 0;
	padding: 15px 15px 75px 15px;
	margin: 0.6%;
	width: 32%;
	min-height: 430px;
	border-radius: 8px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 21.8px 33.4px rgba(0, 0, 0, 0.0086), 0 0px 50px rgba(0, 0, 0, 0.12);
}
.col-container.jobs .col-single-50 {
	margin-bottom: 0;
	padding: 0 0 75px 0;
	width: 49%;
	margin: 0.5%;
	border-radius: 18px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 21.8px 33.4px rgba(0, 0, 0, 0.0086), 0 0px 50px rgba(0, 0, 0, 0.12);
}
.col-container.jobs .btn-more-filled {
	position: absolute;
	left: 15px;
	bottom: 30px;
}
.col-container.jobs .btn-more-outline-white, .col-container.jobs .btn-more-filled-white {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.pdf-button a {
	float: right;
	background-color: #66a4b6;
	display: inline-block;
	padding: 5px 10px;
	color: #ffffff;
}

/* Breitbandatlas */

#faq-breitbandatlas {
  padding: 15px;
  background: #f9f9f9;
}
#faq-breitbandatlas .toggle-hl h5 {
  font-size: 16px;
  line-height: 20px;
}
#faq-breitbandatlas .toggle-content p {
  font-size: 16px;
}
.btn-bbal-fullscreen {
  display: inline-block;
  position: absolute;
  right: 15px;
  z-index: 999990;
  background: #006885 url(../Gfx/fullscreen-white.svg) 5px center no-repeat;
  background-size: 24px 24px;
  border-radius: 18px;
  margin-left: 15px;
  padding: 5px 15px 5px 35px;
  color: #fff;
}
.btn-bbal-fullscreen:hover {
  background: #009FE3 url(../Gfx/fullscreen-white.svg) 5px center no-repeat;
  background-size: 24px 24px;
}

:-webkit-full-screen {
  background: #fff;
}

:-ms-fullscreen {
  background: #fff;
}

:fullscreen {
  background: #fff;
}
#c117 {
  /*background: #F8F8F8 url(../Gfx/breitbandatlas-teaser.png) right -100px center no-repeat;
  background-size: 50%;
  min-height: 500px;*/
}

/* Home Numbers */

.home-numbers {
  flex: 0 0 24%;
  padding: 0 0 2em 0;
}
.home-numbers > h3 {
  font-size: 4em;
  font-weight: normal;
}
.home-numbers:nth-child(1) {
  color: #D22D4A;
}
.home-numbers:nth-child(2) {
  color: #009FE3;
}
.home-numbers:nth-child(3) {
  color: #F08262;
}
.home-numbers:nth-child(4) {
  color: #006885;
}
.home-numbers:nth-child(1) .numbers, .home-numbers:nth-child(2) .numbers, .home-numbers:nth-child(3) .numbers, .home-numbers:nth-child(4) .numbers {
  position: relative;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
/*.home-numbers:nth-child(1) .numbers {
  background-color: #D22D4A;
}
.home-numbers:nth-child(2) .numbers {
  background-color: #009FE3;
}
.home-numbers:nth-child(3) .numbers {
  background-color: #F08262;
}
.home-numbers:nth-child(4) .numbers {
  background-color: #006885;
}*/
.play1 {
  background-color: #D22D4A;
  -moz-animation: number1 3s ease-out forwards;
  animation: number1 3s ease-out forwards;
}
.play2 {
  background-color: #009FE3;
  -moz-animation: number2 3s ease-out forwards;
  animation: number2 3s ease-out forwards;
}
.play3 {
  background-color: #F08262;
  -moz-animation: number3 3s ease-out forwards;
  animation: number3 3s ease-out forwards;
}
.play4 {
  background-color: #006885;
  -moz-animation: number4 3s ease-out forwards;
  animation: number4 3s ease-out forwards;
}

@-moz-keyframes number1 {
	0 {
		width: 30px;
	}
	100% {
		width: 95%;
	}
}
@keyframes number1 {
	0 {
		width: 30px;
	}
	100% {
		width: 95%;
	}
}
@-moz-keyframes number2 {
	0 {
		width: 30px;
	}
	100% {
		width: 77%;
	}
}
@keyframes number2 {
	0 {
		width: 30px;
	}
	100% {
		width: 77%;
	}
}
@-moz-keyframes number3 {
	0 {
		width: 30px;
	}
	100% {
		width: 30%;
	}
}
@keyframes number3 {
	0 {
		width: 30px;
	}
	100% {
		width: 30%;
	}
}
@-moz-keyframes number4 {
	0 {
		width: 30px;
	}
	100% {
		width: 70%;
	}
}
@keyframes number4 {
	0 {
		width: 30px;
	}
	100% {
		width: 70%;
	}
}

/* Home Teaserboxen */

.home-teaser {
  flex: 0 0 49%;
  padding: 2rem;
}
.home-teaser-leistungen {
  flex: 0 0 23.5%;
  padding: 2rem;
}
.icon-t1 {
  position: relative;
  width: 90px;
  height: 90px;
  background: transparent url('../Gfx/icon-mev.png') center center no-repeat;
  background-size: 100%;
  /*border-radius: 50%;
  overflow: hidden;*/
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-t2 {
  position: relative;
  width: 90px;
  height: 90px;
  background: transparent url('../Gfx/icon-foerderung.png') center center no-repeat;
  background-size: 100%;
  /*border-radius: 50%;
	overflow: hidden;*/
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-t3 {
  position: relative;
  width: 90px;
  height: 90px;
  background: transparent url('../Gfx/icon-kuemmerer.png') center center no-repeat;
  background-size: 100%;
  /*border-radius: 50%;
	overflow: hidden;*/
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-t4 {
  position: relative;
  width: 90px;
  height: 90px;
  background: transparent url('../Gfx/icon-regioap.png') center center no-repeat;
  background-size: 100%;
  /*border-radius: 50%;
	overflow: hidden;*/
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-funkmast {
  position: relative;
  width: 90px;
  height: 90px;
  background: #004153 url('../Gfx/icon-funkmast.svg') center center no-repeat;
  background-size: 80%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-infoportal {
  position: relative;
  width: 120px;
  height: 120px;
  background: transparent url('../Gfx/Informationsportal-buerger.svg') center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-planungsportal {
  position: relative;
  width: 120px;
  height: 120px;
  background: transparent url('../Gfx/planungsportal.svg') center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-foerdergebieten {
  position: relative;
  width: 120px;
  height: 120px;
  background: transparent url('../Gfx/foerdergebieten.svg') center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.icon-kuemmerer-1, .icon-kuemmerer-2, .icon-kuemmerer-3, .icon-kuemmerer-4 {
  position: relative;
  width: 90px;
  height: 90px;
  background: #ffd962 url('../Gfx/icon-kuemmerer-1.png') center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icon-kuemmerer-2 {
	background: #ffd962 url('../Gfx/icon-kuemmerer-2.png') center center no-repeat;
	background-size: 100%;
}
.icon-kuemmerer-3 {
	background: #ffd962 url('../Gfx/icon-kuemmerer-3.png') center center no-repeat;
	background-size: 100%;
}
.icon-kuemmerer-4 {
	background: #ffd962 url('../Gfx/icon-kuemmerer-4.png') center center no-repeat;
	background-size: 100%;
}

/* Kriterien Abb. */

.img-kriterien {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.img-kriterien-mobile {
  width: 100%;
  /*max-width: 1100px;*/
  margin: 0 auto;
  display: none;
}

/* Breitband Hilfe */

.bba-icon {
  width: 100%;
  max-width: 100px;
}
.right {
  text-align: right;
}
li.bb-help {
  border-bottom: 1px dashed #fff;
}
li.bb-help a {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/* Karriere Toggle No news message */

.news .no-news-found {
  display: none;
}

@media screen and (max-width: 1420px) {
	.logo {
		margin-left: 15px;
	}
	nav {
		right: 15px;
	}
	.btn-top, .slider-subnav {
		left: 15px;
	}
	.some {
		right: 15px;
	}
}
@media screen and (max-width: 1200px) {
	.slide span:nth-child(2) {
		left: 20px;
		bottom: 160px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.slide span:nth-child(3) {
		left: 50px;
		bottom: 110px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.slide span:nth-child(4) {
		left: 25px;
		bottom: 60px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.karriere span {
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.karriere .btn-more-outline-white {
		font-size: 26px;
	}
	.hero span:nth-child(1) {
		left: 20px;
		bottom: 190px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.hero span:nth-child(2) {
		left: 50px;
		bottom: 145px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}
	.hero span:nth-child(3) {
		left: 25px;
		bottom: 100px;
		font-size: 26px;
		padding: 5px 15px 5px 15px;
	}

	header {
		height: 80px;
	}
	.header-inner {
		padding: 15px 0 15px 0;
		height: 80px;
	}
	.logo {
		width: 80px;
		margin-left: 15px;
		/*margin-top: 5px;*/
	}
	nav {
		position: absolute;
		width: 100%;
		height: 100vh;
		/*min-height: 80vh;*/
		top: 90px;
		right: -100%;
		max-width: auto;
		margin: 0;
		display: none;
		background: #fff;
		top: 0;
		transform: none;
		border: none;
		overflow: scroll;
	}
	nav ul {
		float: none;
		margin-top: 90px;
		padding-left: 15px;
	}
	nav ul li {
		display: block;
		float: none;
		clear: both;
		padding: 5px 10px 5px 10px;
	}
	/*nav ul li:last-child {
		display: inline-block;
		background: #006885;
		border-radius: 18px;
		margin-left: 0px;
		padding: 5px 15px 5px 15px;
	}*/
	.meta-nav {
		display: none;
	}
	.nav-space {
		height: 80px;
	}
	.navigation {
		width: 100%;
		height: 100%;
		  overflow: scroll;
		  background-color: #fff;
	}
	.burger {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 16px;
		right: 5px;
		background: transparent url('../Gfx/burger.svg') center center no-repeat;
		background-size: cover;
		cursor: pointer;
		z-index: 999999;
	}
	.burger.close {
		background-image: url('../Gfx/close.svg');
	}
	.btn-primary {
		background: #006885;
		border-radius: 18px;
		margin-left: 0px;
		padding: 5px 15px 5px 15px;
		width: auto;
		display: inline-block;
	}

	.subnav {
		position: relative;
		background: none;
		padding: 10px 15px 10px 15px;
		display: block;
		margin-left: 0;
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		box-shadow: none;
		margin-top: 0;
	}
	.subnav li {
		display: block;
		width: auto;
		float: none;
		padding: 5px 0 5px 0;
	}
	.subnav li a {
		font-size: 16px;
		color: #006885 !important;
	}
	.subnav li a:hover {
		color: #009fe3 !important;
	}
	nav ul li:hover .subnav  {
		display: block;
	}

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

	/* Typo */

	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.0em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	p {
		line-height: 1.4em;
	}
}
@media screen and (max-width: 980px) {
	/*header {
		height: 90px;
	}
	.header-inner {
		padding: 15px 0 15px 0;
	}
	.logo {
		position: relative;
		width: 100px;
	}
	.logo-sticky {
		width: 80px;
	}*/
	.nav-border {
		border-bottom: none;
	}
	/*nav ul li {
		padding: 5px 5px 5px 5px;
	}
	nav ul li a {
		font-size: 18px;
	}
	nav ul li:last-child {
		background: #006885;
		border-radius: 15px;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
	}
	.nav-space {
		height: 100px;
	}*/
  .col-container.jobs .col-single-33 {
	width: 100%;
  }
  iframe {
	 padding-bottom: 80px;
	 top: 80px;
	 width:100vw;
	 height:90vh;
   }
}
@media screen and (max-width: 820px) {
	/*header {
		height: 90px;
	}
	.header-inner {
		padding: 15px 0 15px 0;
	}
	.logo {
		width: 80px;
	}
	nav ul li {
		padding: 5px 5px 5px 5px;
	}
	nav ul li a {
		font-size: 16px;
	}
	nav ul li:last-child {
		background: #006885;
		border-radius: 15px;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
	}
	.nav-space {
		height: 100px;
	}*/
}
@media screen and (max-width: 768px) {
	.news-box {
		width: 100%;
		height: auto;
		min-height: 300px;
		border-radius: 8px;
		padding: 15px;
		margin-bottom: 10px;
	}
	.col-single-40, .col-single-50, .col-single-66, .col-single-33, .col-single-25, .col-single-20, .col-single-15, .col-single-60, .col-single-10, .col-single-70, .col-single-80, .col-half, .home-numbers, .home-teaser, .home-teaser-leistungen {
		width: 100%;
		height: auto;
		min-height: auto;
		/*background-color: #fff;
		border-radius: 8px;*/
		padding: 15px;
		margin-bottom: 10px;
	}
  .home-teaser, .home-teaser-leistungen {
	flex: none;
  }
  .col-container.jobs .col-single-50 {
	width: 100%;
	margin-bottom: 10px;
  }
	.result-box .col-single-10, .result-box .col-single-20, .result-box .col-single-70 {
		padding: 0;
	}
	.result-box .col-single-10 {
		width: 30%;
	}
	.result-box .col-single-70 {
		width: 70%;
	}
	.result-box .col-single-20 {
		width: 100%;
	}

}

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

	h1, h2, h3, h4, h5, h6 {
		margin: 5px 0 15px 0;
	}
	h1 {
		font-size: 2.2em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.8em;
		line-height: 1.2em;
	}
	h3 {
		font-size: 1.4em;
		line-height: 1.2em;
	}
  .toggle-hl h3 {
	font-size: 1.2em;
  }
	h4 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	p {
		font-size: 1.2em;
		line-height: 1.4em;
	}

	/*header {
		height: 80px;
	}
	.header-inner {
		padding: 15px 0 15px 0;
		height: 80px;
	}
	.logo {
		width: 80px;
		margin-left: 15px;

	}
	nav {
		position: absolute;
		width: 100%;
		height: 100vh;

		top: 90px;
		right: -100%;
		max-width: auto;
		margin: 0;
		display: none;
		background: #fff;
		top: 0;
		transform: none;
		border: none;
	}
	nav ul {
		float: none;
		margin-top: 120px;
		padding-left: 15px;
	}
	nav ul li {
		display: block;
		float: none;
		clear: both;
		padding: 10px 10px 10px 10px;
	}
	nav ul li:last-child {
		display: inline-block;
		background: #006885;
		border-radius: 18px;
		margin-left: 0px;
		padding: 5px 15px 5px 15px;
	}
	.meta-nav {
		display: none;
	}
	.nav-space {
		height: 80px;
	}
	.navigation {
		width: 100%;
		height: 100%;
		  overflow: scroll;
		  background-color: #fff;
	}
	.burger {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 16px;
		right: 5px;
		background: transparent url('../Gfx/burger.svg') center center no-repeat;
		background-size: cover;
		cursor: pointer;
		z-index: 999999;
	}
	.burger.close {
		background-image: url('../Gfx/close.svg');
	}*/
	section {
		padding: 15px 15px 15px 15px;
	}
	.section-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.section-content.padding-v-150 {
		padding: 200px 0 0px 0;
	}
	.col-single-50, .col-single-66, .col-single-33, .col-single-25, .col-single-20, .col-single-15, .col-single-60, .col-single-10, .col-single-70, .col-single-80, .col-half {
		padding: 0;
	}
	/*.box-100-content {
		width: auto;
		display: table-cell;
		vertical-align: middle;
		padding: 15px 30px 15px 15px;
	}*/

	::-webkit-scrollbar {
		width: 0px;
		background: transparent; /* make scrollbar transparent */
	}
	.btn-top {
		position: relative;
		top: 0px;
		transform: translateY(0);
		right: 0;
		padding-left: 26px;
	}
	.padding-r-60 {
		padding-right: 0;
	}
	.padding-l-60 {
		padding-left: 0;
	}
	.slide {
		padding-right: 0;
	}
	.btn-prev, .btn-next {
		top: -1000px;
	}
	.slider-outer {
		overflow: hidden;
	}
	.slider-subnav {
		display: none;
	}
	.slidercontrols {
		display: none;
	}
	.slide span:nth-child(2) {
		left: 15px;
		bottom: 120px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.slide span:nth-child(3) {
		left: 40px;
		bottom: 85px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.slide span:nth-child(4) {
		left: 20px;
		bottom: 50px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.hero span:nth-child(1) {
		left: 15px;
		bottom: 160px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.hero span:nth-child(2) {
		left: 40px;
		bottom: 125px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.hero span:nth-child(3) {
		left: 20px;
		bottom: 90px;
		font-size: 15px;
		padding: 5px 10px 5px 10px;
		border-radius: 20px;
	}
	.slide .btn-more-outline-white {
		position: absolute;
		left: 35px;
		bottom: 20px;
		background: #009FE3;
		border: none;
		font-family:"ubuntu-bold";
	}
	.slide img {
		width: auto;
		height: 400px;
		border-radius: 15px;
		margin-left: 50%;
		transform: translateX(-50%);
		margin-bottom: -5px;
	}
	.radius-left {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.radius-right {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.footer-top {
		height: 90px;
	}
	.btn-top {
		left: 15px;
	}
	.some {
		right: 15px;
	}
	.footer-meta {
		padding: 15px;
	}
	.logo-footer {
		position: relative;
		padding: 0;
	}
	.footer-nav {
		position: relative;
		transform: none;
		padding: 30px 0 30px 0;
	}
	.footer-nav a {
		padding: 5px 20px 5px 0;
		line-height: 30px;
	}
	.bottom-right {
		position: relative;
		right: 0;
		bottom: 20px;
	}
	.pm-box {
		width: 90px;
		height: 90px;
	}
	.box-90-content {
		padding: 5px 50px 5px 15px;
	}
	#kontakt .col-single-25 {
		padding: 0;
	}
	.karriere {
		padding-top: 150px;
	}
	.karriere span {
		font-size: 16px;
		padding: 5px 15px 5px 15px;
		margin: 5px 0 5px 0;
		border-radius: 20px;
	}
	.karriere span:nth-child(3) {
		margin-left: 30px;
	}
	.karriere .btn-more-outline-white {
		font-size: 16px;
		margin-left: 15px;
	}
	.bg-mast {
		background: #CCE1E7 url('../Gfx/mast.svg') bottom -10px right -100px no-repeat;
		background-size: 400px;
	}
	.pm-box {
		display: none;
	}
	.box-90-content h4 {
		width: 100%;
		overflow-wrap: break-word;
	}
	.toggle, h1, h2, h3, h4, h5 {
		overflow-wrap: break-word;
		/*text-overflow: ellipsis;
		overflow: hidden;*/
	}
	.img-kriterien {
	  display: none;
   }
   .img-kriterien-mobile {
	  display: block;
   }
  /* animation karriere */

.wrapper-karriere {
	position: relative;
	width: 100%;
	height: 450px;
	min-height: 450px;
	max-height: 700px;
	perspective: 1000px;

}
.animation-karriere {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	animation: rotateGallery 20s linear infinite;
}
.animation-karriere-static {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
}
@keyframes rotateGallery {
	  0% {
		transform: rotateX(0deg) rotateY(0deg) translateZ(-100px);
	  }
	  25% {
		transform: rotateX(15deg) rotateY(10deg) translateZ(-100px);
	  }
	  75% {
		transform: rotateX(-15deg) rotateY(-10deg) translateZ(-100px);
	  }
	  100% {
		transform: rotateX(0deg) rotateY(0deg) translateZ(-100px);
	  }
}
.k0, .k1, .k2, .k3, .k4 {
	position: absolute;
	width: 150px;
	height: 100px;
}
.k0 img, .k1 img, .k2 img, .k3 img, .k4 img {
	width: 100%;
	height: 100%;
}
.message {
	position: absolute;
	left: 50%;
	top: 20%;
	transform-style: preserve-3d;
	transform: translate(-50%, -50%);
}
.m1, .m2, .m3 {
	position: relative;
	color: #fff;
	font-family: "ubuntu-bold";
	font-size: 1.3em;
	background: #D22D4A;
	padding: 5px 15px 5px 15px;
	margin: 0;
	border-radius: 25px;
	text-align: left;
	width: 300px;
}
.m1 {
	left: 0px;
}
.m2 {
	background: #006885;
	left: 0px;
	margin: 10px 0 10px 0;
}
.m3 {
	background: #009FE3;
	left: 0px;
}
.wrapper-karriere .btn-more-filled {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform-style: preserve-3d;
	transform: translate(-50%, -50%);
}
}




/* Animation Förderprogramm */

.animation-fv {
	position: relative;
	width: 100%;
	height: 500px;
	/*overflow: hidden;*/
}
.icons-bottom {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	z-index: 999;
}
.icon-i-bottom {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0;
	border-radius: 50%;
	transform: translateX(-50%);
	display: block;
}
.icon-i-bottom:hover {
	cursor: pointer;
}
.icon-i-bottom p {
	position: absolute;
	top: 60px;
	font-size: 14px;
	line-height: 16px;
	color: #004153;
	width: auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.afv-details {
	position: absolute;
	display: none;
	height: 0;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 15px;
	z-index: 9999;
	padding: 30px;
	overflow: scroll;
}
.afv-details:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
	background: transparent url('../Gfx/close.svg') center center no-repeat;
	background-size: cover;
}
.afv-details::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* make scrollbar transparent */
}
#iib1 {
	left: 12.5%;
	background: #004153 url('../Gfx/afv-icon-1.svg') center center no-repeat;
	background-size: 70%;
}
#iib2 {
	left: 25%;
	background: #e50046 url('../Gfx/afv-icon-2.svg') center center no-repeat;
	background-size: 70%;
}
#iib3 {
	left: 37.5%;
	background: #009fe3 url('../Gfx/afv-icon-3.svg') center center no-repeat;
	background-size: 70%;
}
#iib4 {
	left: 50%;
	background: #ffd962 url('../Gfx/afv-icon-4.svg') center center no-repeat;
	background-size: 70%;
}
#iib5 {
	left: 62.5%;
	background: #006885 url('../Gfx/afv-icon-5.svg') center center no-repeat;
	background-size: 70%;
}
#iib6 {
	left: 75%;
	background: #f08262 url('../Gfx/afv-icon-6.svg') center center no-repeat;
	background-size: 70%;
}
#iib7 {
	left: 87.5%;
	background: #585858 url('../Gfx/afv-icon-7.svg') center center no-repeat;
	background-size: 70%;
}
#i0,#i1, #i2, #i3, #i4, #i5, #i6, #i7 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 100%;
	top: 0;
}
#i0 {
	left: 0%;
	opacity: 1;
}
#i0 .icon-i {
	background: #004153 url('../Gfx/afv-icon-start.svg') center center no-repeat;
	background-size: 70%;
	cursor: pointer;
}
#i0 .icon-i:hover {
	background: #009fe3 url('../Gfx/afv-icon-start.svg') center center no-repeat;
	background-size: 70%;
}
#i1 .icon-i {
	background: #004153 url('../Gfx/afv-icon-1.svg') center center no-repeat;
	background-size: 70%;
}
#i2 .icon-i {
	background: #e50046 url('../Gfx/afv-icon-2.svg') center center no-repeat;
	background-size: 70%;
}
#i3 .icon-i {
	background: #009fe3 url('../Gfx/afv-icon-3.svg') center center no-repeat;
	background-size: 70%;
}
#i4 .icon-i {
	background: #ffd962 url('../Gfx/afv-icon-4.svg') center center no-repeat;
	background-size: 70%;
}
#i5 .icon-i {
	background: #006885 url('../Gfx/afv-icon-5.svg') center center no-repeat;
	background-size: 70%;
}
#i6 .icon-i {
	background: #f08262 url('../Gfx/afv-icon-6.svg') center center no-repeat;
	background-size: 70%;
}
#i7 .icon-i {
	background: #585858 url('../Gfx/afv-icon-7.svg') center center no-repeat;
	background-size: 70%;
}
.i-text {
	position: absolute;
	width: 100%;
	height: auto;
	top: 40%;
	text-align: center;
}
.icon-i {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background: #ff9900;
	border-radius: 50%;
	border: 10px solid #e2e2e2;
	//box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.icon-progress {
	position: absolute;
	width: 0;
	height: 1px;
	top: 50%;
	background: #000;
}
#ip1 { left: 15%; }
#ip2 { left: 27.5%; }
#ip3 { left: 40%; }
#ip4 { left: 52.5%; }
#ip5 { left: 65%; }
#ip6 { left: 77.5%; }

.icon-replay, .icon-pause {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 5%;
	left: 12.5%;
	transform: translateX(-50%);
	background: #004153 url('../Gfx/afv-icon-start.svg') center center no-repeat;
	background-size: 70%;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999;
	display: none;
}
.icon-pause {
	background: #004153 url('../Gfx/afv-icon-pause.svg') center center no-repeat;
	background-size: 70%;
}
.icon-replay:hover {
	background: #009fe3 url('../Gfx/afv-icon-start.svg') center center no-repeat;
	background-size: 70%;
}
.icon-pause:hover {
	background: #009fe3 url('../Gfx/afv-icon-pause.svg') center center no-repeat;
	background-size: 70%;
}
.afv-details {
	position: absolute;
}

@media screen and (max-width: 920px) {
	.icons-bottom p, .icon-progress {
		display: none;
	}
	.icon-i-bottom {
		width: 40px;
		height: 40px;
		bottom: 0;
	}
	#iib1 {
		left: 5%;
	}
	#iib2 {
		left: 20%;
	}
	#iib3 {
		left: 35%;
	}
	#iib4 {
		left: 50%;
	}
	#iib5 {
		left: 65%;
	}
	#iib6 {
		left: 80%;
	}
	#iib7 {
		left: 95%;
	}
}
/* Job Ticker */

.jt {
	position: fixed;
	width: 100%;
	max-width: 900px;
	height: 70px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -56px;
	padding: 15px;
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
	color: #fff;
	background: #009FE3;
	font-family: "ubuntu-bold";
	font-size: 1.3em;
	z-index: 999990;
	opacity: 0;
}
.jt ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.jt ul li {
	list-style-type: none;
}
.jt .btn-more-filled-white {
	position: absolute;
	right: 60px;
	top: 4px;
	font-size: 16px;
	border: none;
}
.jt-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 16px;
	background: transparent url('../Gfx/close-white.svg') center center no-repeat;
	background-size: 100%;
	cursor: pointer;
}

/* Overlay & login */
.full-screen-overlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,68,85,0.9);
	display: none;
	z-index: 1000000;
	text-align: center;
	color: #ffffff;
}

.full-screen-overlay .outer
{
	display: table;
	height: 100%;
	width: 320px;
	margin: auto;
}

.full-screen-overlay .inner
{
	/*text-align: left;*/
	display: table-cell;
	vertical-align: middle;
}

.full-screen-overlay .close {
	font-size: 50px;
	cursor: pointer;
	color: transparent;
	width: 40px;
	height: 40px;
	background: transparent url('../Gfx/close-window.svg') center center no-repeat;
   background-size: contain;
	display: inline-block;
}

.full-screen-overlay .links
{
	padding: 20px;
	line-height: 30px;
}

.full-screen-overlay .links a
{
	text-decoration: underline;
}

.full-screen-overlay .links a:hover
{
	text-decoration: none;
}

.full-screen-overlay .error
{
	color: red;
	font-size: 14px;
	line-height: 20px;
}

.open-login-form
{
	cursor: pointer;
	color: #006885;
}

.open-login-form img
{
   height: 30px;
   width: auto;
	position: absolute;
	margin-top: -5px;
   margin-left: 27px;
}

#login-form input
{
	margin: 0px;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	border-radius: 25px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 10px;
	border: none;
}

#login-form a
{
	color: #ffffff;
}

#login-form input[type=submit]
{
	background-color: #000000;
	color: #ffffff;
		cursor: pointer;
}

.section-content ul.typo3-messages li
{
	list-style: none;
	margin: 0px;
}

.logged-in .section-content
{
	border-top: none;
	color: #66a4b6;
	font-size: 14px;
}

.logged-in input
{
	width: 200px;
	margin-top: 5px;
	cursor: pointer;
}
.logged-in input[type="submit"]{
display: inline-block;
	width: auto;
	max-width: 200px;
	height: auto;
	padding: 8px 15px 8px 15px;
	background-color: transparent;
	color: #006885;
	font-size: 16px;
	border: 1px solid #006885;
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 15px;

}

/* Frontend user registration */
.tx-srfeuserregister-pi1 .col-100
{
	width: 100%;
	float: left;
}

.tx-srfeuserregister-pi1 .col-50
{
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}

.tx-srfeuserregister-pi1 .col-50-r
{
	padding-left: 10px;
	padding-right: 0px;
}

.tx-srfeuserregister-pi1 .col-25
{
	width: 25%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.tx-srfeuserregister-pi1 .col-25-m
{
	padding-right: 5px;
}

.tx-srfeuserregister-pi1 .col-25-r
{
	padding-left: 15px;
}

.tx-srfeuserregister-pi1 .col-25-l
{
	padding-right: 10px;
		padding-left: 0px;
		width: 24.6%;
}

/*.tx-srfeuserregister-pi1 h2
{
	margin-top: 1.5em;
}*/

.tx-srfeuserregister-pi1 p
{
	font-size: 1em;
}

.tx-srfeuserregister-pi1 ul
{
	margin-bottom: 30px;
}

.section-content .tx-srfeuserregister-pi1 ul li
{
	line-height: 1.4em;
}

.tx-srfeuserregister-pi1 a
{
	color: #004153;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1-notice
{
	font-size: 1em;
}

.tx-srfeuserregister-pi1 fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.tx-srfeuserregister-pi1 fieldset legend
{
	display: none;
}

.tx-srfeuserregister-pi1 dd
{
	margin: 0px;
	padding: 0px;
}

.tx-srfeuserregister-pi1 input[type=text],
.tx-srfeuserregister-pi1 input[type=password],
.tx-srfeuserregister-pi1 input[type=tel],
.tx-srfeuserregister-pi1 input[type=email],
.tx-srfeuserregister-pi1 input[type=url],
.tx-srfeuserregister-pi1 textarea,
.tx-srfeuserregister-pi1 input[type=submit],
.tx-srfeuserregister-pi1 input[type=file],
.tx-srfeuserregister-pi1 select
{
	margin: 0px;
	width: 100%;
	max-width: 700px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: none;
	padding: 5px 10px;
}
.tx-srfeuserregister-pi1 input[type=file]
{
	margin-bottom: 15px;
}

.tx-srfeuserregister-pi1 input[type=email]
{
	max-width: 100%;
}

.tx-srfeuserregister-pi1 .dd-radio-buttons
{
	padding: 10px 0px 20px 0px;
}

.tx-srfeuserregister-pi1 textarea
{
	line-height: 24px;
}

.tx-srfeuserregister-pi1 input[type=submit]
{
	background-color: #006885;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
	width: 250px;
}

.tx-srfeuserregister-pi1 .dt-checkbox
{
	display: table;
	line-height: 1.4em;
	margin-top: 1em;
}

.tx-srfeuserregister-pi1 .dt-checkbox label
{
	display:  table-row;
}

.tx-srfeuserregister-pi1 .dt-checkbox .td
{
	display: table-cell;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error
{
	color: red;
	font-size: 0.75em;
	margin: 0px;
}

.containerFilterBoxes3Cols
{
	grid-template-columns: 32% 32% 32%;
}

/* Cookieconsent */
.cc-compliance .cc-allow-all
{
	display: none;
}

.cc-compliance a
{
	color: #ffffff;
}

.cc-compliance .cc-allow
{
	background-color: rgb(0, 104, 133);
}
.form-pw-recovery input {
display: block;
	border: none;
	border-radius: 4px;
	width: 100%;
max-width: 300px;
	background: #F0F0F0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
margin-top: 15px;
}
.form-pw-recovery input[type="submit"] {
background: #006885;
		border-radius: 18px;
		margin-left: 0px;
margin-top: 15px;
		padding: 5px 15px 5px 15px;
		width: auto;
		display: inline-block;
color: #fff;
cursor: pointer;
}

.karte-ansprechpartner {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;

}
.karte-ansprechpartner svg {
	transform: scale(1.3);
	height: 1200px;
}
.close-ap {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30px;
	right: 30px;
	color: white;

background: #006885 url('../Gfx/close-window.svg') center center no-repeat;
background-size: cover;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}
.close-ap:hover {
	   transform: scale(1.2);
}
.karte-ansprechpartner path {
	cursor: pointer;
}
.layer-ap {
	position: absolute;
	z-index: 999990;
	background: rgba(255,255,255,.85);
	box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 21.8px 33.4px rgb(0 0 0 / 1%), 0 0px 50px rgb(0 0 0 / 12%);
	width: 90%;
	max-width: 600px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 18px;
	overflow: hidden;
	padding: 2rem;
	text-align: left;
	display: none;
}
#c218 .section-content {
	 max-width: 100% !important;
}
.layer-bundeslaender {
	position: absolute;
	background: transparent url('../Gfx/deutschland-karte-layer-txt.svg') center top no-repeat;
	background-size: cover;
	transform: scale(1);
	pointer-events: none;
		top: 80px;
}
@media screen and (max-width: 1024px) {
   .karte-ansprechpartner svg {
	transform: scale(1.1);
	height: 1000px;
   }
   .layer-bundeslaender {
		top: 60px;
	}
	.tableContainer, .tx-mig-fundingcalls {
		overflow-x: scroll;
	}
	.containerFilterBoxes
	{
		display: grid;
		grid-column-gap: 2%;
		grid-row-gap: 15px;
		grid-template-columns: 100%;
	}
}
@media screen and (max-width: 768px) {
   .karte-ansprechpartner svg {
	transform: scale(1);
	height: 900px;
   }
   .layer-bundeslaender {
		top: 50px;
	}
}
@media screen and (max-width: 640px) {
   .karte-ansprechpartner svg {
	transform: scale(.8) translateX(-18%);
	height: 600px;
   }
	.layer-bundeslaender {
		top: 60px;
	}
}

/* Suchfunktion */
.search-top {
	width: 30px;
	height: 30px;
	background-image:  url(../Gfx/lupe.svg);
	background-size: 100% auto;
	position: absolute;
		right: 960px;
		top: 50px;
	cursor: pointer;
}

.header-height .search-top {
		top: 26px;
}

.search-bar {
   display: none;
   position: fixed;
   top: 145px;
   z-index: 999;
   background-color: #cce1e7;
   padding: 15px 0px 30px 0px;
}
.search-bar.smaller-header {
   top: 80px;
}
.search-bar .tx-indexedsearch-searchbox {
   margin-bottom: 0px;
   padding: 15px 0px;
}
.search-bar .section-content {
	padding: 0px;
}
.tx-indexedsearch-searchbox {
   border-radius: 15px;
   padding: 15px;
   margin-bottom: 30px;
   background-color: #cce1e7;
   color: #ffffff;
}
.tx-indexedsearch-searchbox.search-page-content
{
	padding: 30px;
}

.tx-indexedsearch-searchbox label {
   display: block;
}
.tx-indexedsearch-searchbox fieldset {
   margin: 0px;
   border: 0px;
   padding: 0px;
}
.tx-indexedsearch-searchbox input {
   margin-top: 0px;
   border: none;
   border-radius: 4px;
   width: 49%;
   float: left;
   background: #ffffff;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 10px;
   font-size: 16px;
}
.tx-indexedsearch-searchbox input[type=submit] {
   background: #006885;
   cursor: pointer;
   color: #ffffff;
   float: right;
}
.tx-indexedsearch-redMarkup {
   color: #006885;
}
#tx-indexedsearch-title a {
   color: #006885;
}
.tx-indexedsearch-title a {
   color: #006885;
   text-decoration: underline;
}
.tx-indexedsearch-title a:hover {
   text-decoration: none;
}
.tx-indexedsearch-percent {
	font-style: italic;
	font-size: 16px;
}
.tx-indexedsearch-icon {
	display: none;
}
.tx-indexedsearch-res {
   border-radius: 15px;
   padding: 15px;
   margin-bottom: 30px;
   background-color: #E4EBEE;
}
.tx-indexedsearch-info-sword {
   display: none;
}
@media screen and (max-width: 1400px) {
   .search-bar {
	  padding-right: 15px;
	  padding-left: 15px;
   }
}
@media screen and (max-width: 1200px) {
   .search-bar {
	  top: 95px;
   }
   .search-top {
	   top: 25px;
	   right: 60px;
   }
}

@media screen and (max-width: 640px) {
   .search-bar {
		padding: 0px 15px 15px 15px;
   }
   .tx-indexedsearch-searchbox fieldset {
	  padding: 0px 8px 8px 8px;
   }
   .tx-indexedsearch-searchbox input {
		width: 100%;
		margin-top: 8px;
   }
}

#c228 .full-container, #c20 .full-container, #c300 .full-container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
		column-gap: 1%;
}
#c228 .box-100, #c20 .box-100, #c300 .box-100 {
	width: 24%;
	height: auto;
	border-radius: 8px;
	padding: 0px;
	margin-bottom: 10px;
	display: block;
}
#c228 .pm-box, #c20 .pm-box, #c300 .pm-box {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
#c228 .box-90-content, #c20 .box-90-content, #c300 .box-90-content {
	width: 100%;
	display: block;
	vertical-align: initial;
	padding: 15px 50px 15px 15px;
}
#c228 .box-90-content h4, #c20 .box-90-content h4, #c300 .box-90-content h4, .box-90-content p {
	margin: 0;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.4rem;
}

.table-row-news {
   display: block;
   margin-top: 50px;
	font-size: 1.4em;
}

.table-row-news a {
   color: #004153;
   text-decoration: underline;
}

.table-row-news .cell-date
{
	width: 150px;
	float: left;
}

.table-row-news .cell-title
{
	width: calc(100% - 150px);
	float: left;
}

#c238 .full-container.flex-right
{
   display: none;
}

#c20 .table-row-news, #c300 .table-row-news {
	display: block;
	margin-top: 0;
	font-size: 1.4em;
	width: 24%;
	height: auto;
	border-radius: 8px;
	padding: 0px;
	margin-bottom: 10px;
	display: block;
	background-color: #fff;
	padding: 15px;
}
#c20 .table-row-news .cell-date, #c20 .table-row-news .cell-title, #c300 .table-row-news .cell-date, #c300 .table-row-news .cell-title {
	width: 100%;
}
#c20 .table-row-news .cell-date, #c300 .table-row-news .cell-date {
	color: #004153;
	font-size: 1rem;
	line-height: 1.4rem;
}
#c20 .table-row-news .cell-title, #c300 .table-row-news .cell-title {
	margin-top: 15px;
}
#c20 .table-row-news a, #c300 .table-row-news a {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.news-cat-menu a
{
   background: #006885;
   border-radius: 18px;
   color: #ffffff;
   margin-right: 10px;
   padding: 5px 10px;
}

.news-cat-menu a.active
{
   background-color: #009fe3;
}

.news-single .hero
{
   margin-top: -45px;
   margin-bottom: 30px;
}
.news-single .hero-bottom
{
	margin-top: 0px;
}
.news-gallery
{
   display: block;
   margin: 15px 0px;
   float: left;
   margin-right: -15px;
}
.news-gallery-image
{
   width:  25%;
   padding-right: 15px;
   padding-bottom: 15px;
   float: left;
}

.news-gallery-image img
{
   width: 100%;
   height: auto;
}

.sl-overlay{
  z-index: 1000000;
}

.sl-wrapper{
  z-index: 1000005;
}

.tx-mig-fundingcalls td a:hover
{
	text-decoration: underline;
}

.tx-mig-marketsurvey .container-radio-status,
.tx-mig-fundingcalls .container-radio-status {
	display: block;
	text-align: center;
   margin-bottom: 50px;
}
.tx-mig-marketsurvey .containerFilterBoxes {
  display: grid;
  grid-column-gap: 2%;
  grid-row-gap: 15px;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.zero-padding .section-content {
padding: 0px;
}

/*.cat-14::after {
	position: absolute;
	content: '';
	display: block;
	right: -6px;
	top: -6px;
	width: 70px;
	height: 70px;
	background: #F08262 url('../Gfx/teaser-icon-news.svg') center center no-repeat;
	background-size: 70% 70%;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 8px;
	box-shadow: -3px 3px 5px rgba(0,0,0,.2);
}*/
/*.cat-15::after {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: #006885 url('../Gfx/teaser-icon-pressemitteilung.svg') center center no-repeat;
	background-size: 70% 70%;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	box-shadow: -3px 3px 5px rgba(0,0,0,.2);
}*/
/*.cat-18::after {
	position: absolute;
	content: '';
	display: block;
	right: -6px;
	top: -6px;
	width: 70px;
	height: 70px;
	background: #D22D4A url('../Gfx/teaser-icon-medienmitteilung.svg') center center no-repeat;
	background-size: 70% 70%;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 8px;
	box-shadow: -3px 3px 5px rgba(0,0,0,.2);
}*/
#c46 .cat-14::after, #c46 .cat-15::after, #c46 .cat-18::after, #c234 .cat-14::after, #c234 .cat-15::after, #c234 .cat-18::after {
	display: none;
}

.loading-overlay {
	position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,68,85,0.8);
	  z-index: 9;
	  text-align: center;
	  color: #fff;
	  border-radius: 8px;
	  display: none;
	  left: 0px;
	  top: 0px;
}

.loading-overlay .t
{
	display: table;
	width: 100%;
	height: 100%;
}

.loading-overlay .c
{
	display: table-cell;
	vertical-align: middle;
}
.loading-overlay .c p
{
	margin-bottom: 5px;
	margin-top: 0px;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
	transform: rotate(0);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
	transform: rotate(900deg);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
	transform: rotate(1800deg);
  }
}

.tx-mig-marketsurvey .container-radio-status {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.tx-mig-fundingcalls .container-radio-status {
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.tx-mig-marketsurvey form{
	position: relative;
}

.tx-mig-marketsurvey .form-part {
	position: relative;
}
.tx-mig-marketsurvey .form-part,
.tx-mig-fundingcalls form {
	background-color: #E4EBEE;
	border-radius: 8px;
	padding: 15px 15px 30px 15px;
	margin-bottom: 30px;
}
.tx-mig-marketsurvey label,
.tx-mig-fundingcalls label {
	position: relative;
	padding: 10px 25px 10px 50px;
	cursor: pointer;
	font-size: 1.4em;
}
.tx-mig-marketsurvey input[type=radio],
.tx-mig-fundingcalls input[type=radio] {
	position: absolute;
	/*visibility: hidden;*/
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;

}
.tx-mig-marketsurvey input[type=radio] + span:before,
.tx-mig-fundingcalls input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	height: 40px;
	width: 40px;
	top: 0px;
	left: 0px;
	background-color: #006885;
	visibility: visible;
}
.tx-mig-marketsurvey input[type=radio] + span:after,
.tx-mig-fundingcalls input[type=radio] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	color: white;
	height: 40px;
	width: 40px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}
.tx-mig-marketsurvey input[type=radio]:checked + span:after,
.tx-mig-fundingcalls input[type=radio]:checked + span:after {
	visibility: visible;
}
.formular button[type=submit] {
	 font-size: 1.4rem;
}
@media screen and (max-width: 920px) {
	#c228 .box-100, #c20 .box-100 {
		width: 100%;
		height: auto;
		border-radius: 8px;
		padding: 0px;
		margin-bottom: 0px;
		display: block;
	}
	#c228 .full-container, #c20 .full-container {
		row-gap: 1rem;
	}
}

.tx-indexedsearch-res a,
.tx-indexedsearch-browsebox a
{
	color: #006885;
}

.tx-indexedsearch-browsebox ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.tx-indexedsearch-browsebox ul li
{
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 640px) {
	.tx-mig-marketsurvey label {
		padding: 10px 25px 10px 50px;
		cursor: pointer;
		width: 100%;
		display: block;
		text-align: left;
	}
	.tx-mig-marketsurvey .containerFilterBoxes {
		display: block;
	}
	.tx-mig-marketsurvey .filterBox select {
		margin-bottom: 15px;
	}
}
.news-single .article .hero img {
	/*width: 100%;
	max-width: 450px;*/
	margin-top: 40px;
}
/*.news-single .article .hero-jobs img {
	max-width: none;
}*/

/* Page browser markets */
.pagination {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.pagination .number {
	color: #ffffff;
	width: 30px;
	line-height: 30px;
	background-color: #66a4b6;
	text-align: center;
	display: inline-block;
	margin: 0px 2px;
	border-radius: 30px;
}

.pagination span.number {
	background-color: #006885;
}
.toggle p time {
	 display: none;
}