@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Sora-Light.woff2') format('woff2'),
         url('../cpfont/Sora-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyFont';
	src: url('../cpfont/Sora-Medium.woff2') format('woff2'),
         url('../cpfont/Sora-Medium.woff') format('woff');
	font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: 'Headline';
	src: url('../cpfont/Sora-Thin.woff2') format('woff2'),
         url('../cpfont/Sora-Thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*
html
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, ol, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 14px;
}
body {
	color: #000000;
	text-align: center;
	margin: 0;
	font: normal 1rem/1.4 MyFont, Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #eaeaea;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
}
.noborder {
	border-style: none !important;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	font-size: 1rem;
}
/* linksteuerung */
a, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #7c7c7c;
	text-decoration: underline;
}
a.anker {
	margin: -5rem 0 0;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	position: absolute !important;
	border-style: none !important;
	background-color: transparent !important;
}
/*basic*/
.rot {
	background-color: #ff0000;
}
.dunkelgrau {
	background-color: #666666;
}
.hellgrau {
	background-color: #cccccc;
}
/* schriftformatierung:headline					h1kleine headline			h2überschrift				h3kleine überschrift		h4z.B. Überschrift News	h5z.B. Datum in News		h6normale Schrift			pkleine Schrift			span'kl' */
h1, h2, h3, h4, h5, h6, p, main ul, main li {
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.55em;
}
h1, h2, h3, h4, h5, h6, p {
	width: 100%;
}
h1 {
	font: normal normal 4rem Headline;
	color: #ffffff;
}
h2 {
	font: normal normal 4rem Headline;
	text-align: left;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
h1 strong, h2 strong {
	font-family: MyFont;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-size: 1.2rem;
	margin-bottom: 1.3rem;
	font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}
p {
}
main ol {
	margin-left: 1rem;
}
main ul {
	margin-left: 1rem;
}
.small, .kl {
	font-size: 0.8rem !important;
}
.b {
	font-weight: bold;
}
.i, .italic {
	font-style: italic;
}
.u, .underline {
	text-decoration: underline;
}
.links, .l {
	text-align: left !important;
}
.center, .c {
	text-align: center !important;
}
.rechts, .r {
	text-align: right !important;
}
/* cms */
.fliessend {
	float: left;
	margin-right: 1em;
	display: block;
	margin-bottom: 0.5em;
}
.float_l {
	float: left;
	display: inline-block;
}
.float_r {
	float: right;
	display: inline-block;
}
.trennlinie, hr {
	font-size: 0;
	width: auto;
	height: 0;
	clear: both;
	border-bottom: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
.hide {
	display: none;
}
.clearer {
	clear: both;
	width: 100% !important;
	margin: 0 !important;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.mce-content-body  {
	text-align: left;
}
.mce-content-body ul {
	margin-left: 1rem;
}
.mce-content-body td {
	border: 1px dotted #999999;
	min-width: 20px;
}
.mce-content-body img {
	height: 60px;
	width: auto;
}
/*
seiteninhalt
*/
.flex {
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.spalte {
	width: calc(50% - 4rem);
}
.spalte14 {
	width: calc(25% - 4rem);
}
.spalte13 {
	width: calc(33% - 4rem);
}
.spalte23 {
	width: calc(67% - 4rem);
}
section.norm {
	width: calc(100% - 8rem);
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	position: relative;
}
/*
header
*/
header {
	width: 100%;
	margin: 0;
	position: fixed;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
header rb {
	background-image: linear-gradient(to right, rgba(16,249,253,0.85), rgba(20,65,150,0.85));
	opacity: 0;
	transition: opacity 2s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
header.notop rb, header.subpage rb {
	opacity: 1;
	transition: opacity 0.75s;
}
header .content, footer .content {
	width: calc(100% - 8rem);
	position: relative;
	display: inline-block;
}
footer .content {
	max-width: 1050px;
}
header .content {
	border-bottom: 2px solid #ffffff;
	transition: border 0.75s;
}
header.notop .content, header.subpage .content {
	border-bottom: 2px solid transparent;
	transition: border 0.75s;
}
.logo img {
	float: left;
	display: block;
	height: 1.86rem;
	width: auto;
	margin-top: 1.86rem;
	margin-left: 0;
	margin-bottom: 1.86rem;
}
main {
}
main.subpage {
	padding-top: 5.8rem;
}
section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
section.breit {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
/*
seite
*/
.image {
	width: 100%;
	height: 39vw;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.main img {
	max-width: 100%;
	height: auto;
}
.bild_l, .bild_r {
	margin-bottom: 0.5em;
	display: inline-block;
}
.bild_l {
	margin-right: 1em;
	float: left;
}
.bild_r {
	margin-left: 1em;
	float: right;
}
pre.waber1, pre.waber1:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	display: inline-block;
}
pre.waber1 {
	background-image: url(/images/wabera.png);
	background-position: 50% 50%;
	animation: wabern1a 10s ease-in-out infinite;
	opacity: 1;
}
pre.waber1:before {
	content: '';
	background-image: url(/images/waberb.png);
	background-position: 80% 45%;
	animation: wabern1b 15s ease-in-out infinite;
	opacity: 1;
}
@keyframes wabern1a {
	0% {
		background-size: 180% 180%;
		background-position: 50% 50%;
		opacity: 0.98;
	}
	40% {
		background-size: 140% 140%;
		background-position: 40% 20%;
		opacity: 0.80;
	}
	53% {
		background-size: 160% 160%;
		background-position: 30% 30%;
		opacity: 0.85;
	}
	60% {
		background-size: 150% 150%;
		background-position: 40% 20%;
		opacity: 0.8;
	}
	100% {
		background-size: 180% 180%;
		background-position: 50% 50%;
		opacity: 0.98;
	}
}
@keyframes wabern1b {
	0% {
		background-size: 140% 120%;
		background-position: 100% 35%;
		opacity: 0.75;
	}
	30% {
		background-size: 170% 170%;
		background-position: 70% 35%;
		opacity: 0.85;
	}
	50% {
		background-size: 150% 150%;
		background-position: 90% 25%;
		opacity: 0.75;
	}
	70% {
		background-size: 180% 180%;
		background-position: 80% 45%;
		opacity: 0.9;
	}
	100% {
		background-size: 140% 120%;
		background-position: 100% 35%;
		opacity: 0.75;
	}
}
.home .image div {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.home .image div h1 {
	width: 70%;
}
.home .image div a, .home .image div a:visited {
	font-size: 0.9rem;
	border: 2px solid #ffffff;
	padding: 1.2rem 1.7rem;
	color: #ffffff;
	margin: 1rem 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
}
.home .image div a:hover {
	border-radius: 2rem;
	transition: border-radius 0.5s;
	
}
.home .image div p {
	margin-top: 4rem;
}
.iht {
	width: calc(33% - 3rem);
}
.iht .head img, .ihp .head img {
	float: left;
	margin-right: 2rem;
}
.iht .head {
	display: inline-block;
}
.iht .text {
	display: inline-block;
	padding-top: 2rem;
	margin-bottom: 4rem;
}
.ihp {
	position: relative;
	display: inline-block;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #000000;
}
.ihp:first-of-type {
	border-top: 2px solid #000000;
}
.ihp .head {
	cursor: pointer;
	position: relative;
}
.ihp .head img {
	height: 5rem;
}
.ihp .head h3 {
	margin-bottom: 1.8rem;
	margin-top: 1.8rem;
	width: calc(100% - 7rem);
    display: inline-block;
    padding-right: 4rem;
}
.ihp .head:after {
	content: '';
	background: url(/images/dn.svg) center center no-repeat;
	background-size: contain;
	width: 1.75rem;
	height: 1.75rem;
	position: absolute;
	top: 1.8rem;
	right: 0;
}
.ihp.akt .head:after {
	transform: rotate(180deg);
}
.ihp .pd_text {
	margin-left: 7rem;
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.ihp.akt .pd_text {
	height: auto;
	max-height: 10rem;
	transition: max-height 1s;
}
.wab {
	position: relative;
	width: 100%;
	height: 1px;
}
pre.waber2 {
	top: -20vw;
	left: 0;
	width: 100%;
	height: 80vw;
	background-image: url(/images/waber2.png);
	background-size: 140% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	animation: wabern2 15s ease-in-out infinite;
	opacity: 1;
	z-index: -1;
}
@keyframes wabern2 {
	0% {
		background-size: 180% 100%;
		opacity: 0.9;
	}
	25% {
		background-size: 150% 75%;
		opacity: 0.75;
	}
	50% {
		background-size: 160% 90%;
		opacity: 0.6;
	}
	75% {
		background-size: 140% 80%;
		opacity: 0.75;
	}
	100% {
		background-size: 180% 100%;
		opacity: 0.9;
	}
}
section.vanevo_stacks {
	justify-content: flex-start;
}
.vanevo_stacks {
	position: relative;
}
.vanevo_stacks div:first-of-type {
	width: 100%;
	z-index: 1;
}
.vanevo_stacks > div {
	margin-right: 4rem;
	margin-bottom: 4rem;
}
.vanevo_stacks div.bild {
	position: absolute;
	width: 50%;
	z-index: 0;
	left: 50%;
}
.vanevo_stacks div.bild img {
	height: 40rem;
}
.vanevo_stacks div.prozent {
	display: inline-block;
	margin-bottom: 4rem;
}
.vanevo_stacks div.prozent2 {
	display: inline-block;
	margin-bottom: 4rem;
	margin-right: 0;
}
.prozent p, .prozent2 p {
	font-size: 1.43rem;
}
.prozent p strong, .prozent2 p strong {
	font: normal normal 4rem Headline;
	display: inline;
	margin-right: 1rem;
}
.vanevo_stacks div.sternerkl {
	width: 100%;
	margin-top: -2rem;
	margin-bottom: 4rem;
}
.vorteile div.it {
	width: calc(33% - 2.5rem);
	background-color: #ffffff;
	text-align: center;
	padding: 2rem;
	margin-bottom: 4rem;
}
.vorteile .bildtext {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 2rem;
}
.vorteile .bildtext img, .vorteile .bildtext div {
	width: calc(50% - 4rem);
	display: inline-block;
}
.modulstart {
	position: absolute;
	width: 50%;
	left: calc(50% - 0.3rem);
}
.modulstart h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.vanevo_module div.modul {
	position: relative;
	width: 50%;
	z-index: 0;
	left: -4rem;
	margin-right: -4rem;
	float: left;
	text-align: center;
}
.vanevo_module div.modul img {
	width: 100%;
	height: auto;
}
.spalte14.modultexte {
	margin-top: 16rem;
	margin-bottom: 4rem;
	width: calc(25% - 2rem);
}
.vanevo_module .ith {
	width: calc(33% - 0.5rem);
}
.vanevo_module .ith img {
	width: 100%;
}
.vanevo_module .ith .text {
	margin-top: 2rem;
	height: 5rem;
	margin-bottom: 1rem;
}
.vanevo_module .ith .head {
	font-size: 3rem;
	font-family: Headline;
	font-weight: normal;
	font-style: normal;
}
.vanevo_module .bildtextlink {
	background-color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 16rem;
}
.vanevo_module .bildtextlink img {
	float: left;
	margin-top: -10%;
}
.vanevo_module .bildtextlink div p {
	font-family: Headline;
}
.vanevo_module .bildtextlink div {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: inline-block;
	font-size: 1.9rem;
}
.vanevo_module .bildtextlink div:last-of-type {
	white-space: normal;
	text-align: center;
}
.vanevo_module .bildtextlink div a, .vanevo_module .bildtextlink div a:visited {
	font-size: 0.9rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	margin-right: 2rem;
	margin-left: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
	margin-top: -2rem;
	white-space: nowrap;
}
.vanevo_module .bildtextlink div a:hover {
	border-radius: 2rem;
	transition: border-radius 0.5s;
}
pre.waber3 {
	top: -40vw;
	left: 0;
	width: 100%;
	height: 60vw;
	background-image: url(/images/waber2.png);
	background-size: 140% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	animation: wabern3 20s ease-in-out infinite;
	opacity: 1;
	transform: rotate(180deg);
	z-index: -1;
}
@keyframes wabern3 {
	0% {
		background-size: 180% 100%;
		opacity: 0.9;
	}
	25% {
		background-size: 150% 75%;
		opacity: 0.75;
	}
	50% {
		background-size: 160% 90%;
		opacity: 0.6;
	}
	75% {
		background-size: 140% 80%;
		opacity: 0.75;
	}
	100% {
		background-size: 180% 100%;
		opacity: 0.9;
	}
}
.team .ansprechp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team .ansprechp .adressliste {
	width: calc(25% - 2.5rem);
}
.team .ansprechp .adressliste img {
	max-width: 100%;
}
.team .ansprechp .adressliste .adresshead {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.team .ansprechp .adressliste .adresshead h5 {
	font-weight: normal;
	font-style: normal;
}
.team .ansprechp .adressliste:nth-of-type(even) {
	margin-top: 8rem;
}
.teamimages {
	width: 100%;
	overflow: hidden;
}
section.motivation_und_vision {
	padding: 0;
}
.unser_antrieb > div {
	width: calc(50% - 4rem);
}
section.unser_antrieb2 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
section.unser_antrieb2 img {
	max-width: 100%;
	height: auto;
}
.team_2 .ansprechp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team_2 .ansprechp .adressliste {
	width: calc(25% - 2.5rem);
}
.team_2 .ansprechp .adressliste img {
	max-width: 100%;
}
.team_2 .ansprechp .adressliste .adresshead {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.team_2 .ansprechp .adressliste .adresshead h5 {
	font-weight: normal;
	font-style: normal;
}
.mitarbeiter {
	display: inline-block;
	width: 100%;
	margin-top: 6rem;
	margin-bottom: 4rem;
}
ul#mitarbeiterSlider {
	margin-left: 0;
}
ul#mitarbeiterSlider li {
	width: 16rem;
	height: auto;
	font-size: 1rem;
	margin-left: 0;
	display: block;
	position: relative;
	margin-right: 1rem;
}
ul#mitarbeiterSlider li::before {
	display: none;
}
ul#mitarbeiterSlider li img {
	width: 100%;
	height: auto;
}
ul#mitarbeiterSlider li div {
	position: relative;
	width: 100%;
	text-align: left;
	color: #000000;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
ul#mitarbeiterSlider li div h3 {
	margin-bottom: 0;
}
.mitarbeiter .lSAction, .mitarbeiter .lSPager {
	display: none !important;
}
.mitarbeiter .slidenav {
	margin-top: 0;
	display: inline-block;
	float: right;
}
.slidenav {
	display: inline-block;
	margin-top: -3rem;
	margin-bottom: 6rem;
}
.slidenav .fwd, .slidenav .rew {
	width: 4.43rem;
	height: 1rem;
	border-radius: 1.2rem;
	display: inline-block;
	background: url(/images/pfeilbh.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.slidenav .fwd:hover, .slidenav .rew:hover, .slidenav .fwd:hover, .slidenav .rew:hover {
	background: url(/images/pfeilb.svg) center center no-repeat;
}
.slidenav .rew, #historie .slidenav .rew {
	transform: rotate(180deg);
	margin-right: 2rem;
}
.karriere {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.karriere .jobs, .karriere .karrieretext {
	width: calc(50% - 4rem);
	display: inline-block;
}

.karriere .jobs a.jobliste, .karriere .jobs a.jobliste:visited {
	font-size: 1.25rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
	margin-top: 2rem;
	width: 100%;
	font-weight: bold;
	position: relative;
}
.karriere .jobs a.jobliste:hover {
	border-radius: 3rem;
	transition: border-radius 0.5s;
}
.karriere .jobs a.jobliste::after {
	content: '';
	background: url(/images/pfeil.svg) center center no-repeat;
	background-size: contain;
	height: 1rem;
	width: 2rem;
	display: inline-block;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}
.karriere h2 {
	margin-top: 0;
}
.job_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job_links {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.job_links a, .job_links a:visited, .job_links span {
	padding-left: 2rem;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
.job_links a::before {
	content: '';
	background: url(/images/linkedin.svg) left center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: -0.1rem;
}
.job_links span {
	cursor: pointer;
	margin-left: 2rem;
}
.job_links span:hover {
	color: #7c7c7c;
}
.job_links span::before {
	content: '';
	background: url(/images/link.svg) left center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: -0.1rem;
}
.job_main h1 {
	color: #000000;
	font-weight: bold;
}
.job_main h2 {
	margin-top: 0;
}
.job_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job_content > div {
	display: inline-block;
	width: calc(50% - 2rem);
	margin-bottom: 3rem;
}
.newsblock {
}
.einzelnews {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 8rem;
}
.einzelnewsbild {
	width: calc(50% - 2rem);
}
.einzelnewsbild img {
	width: 100%;
}
.einzelnewsdaten {
	width: calc(50% - 2rem);
	height: 100%;
	display: inline-block;
}
.einzelnewstext {
}
.einzelnewstext h3 {
}
.einzelnewstext h5 {
}
.einzelnewslinks {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.einzelnewslinks a, .einzelnewslinks a:visited, .einzelnewslinks span {
	padding-left: 2rem;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
.einzelnewslinks a::before {
	content: '';
	background: url(/images/linkedin.svg) left center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: -0.1rem;
}
.einzelnewslinks span {
	cursor: pointer;
	margin-left: 2rem;
}
.einzelnewslinks span:hover {
	color: #7c7c7c;
}
.einzelnewslinks span::before {
	content: '';
	background: url(/images/link.svg) left center no-repeat;
	background-size: contain;
	width: 2rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: -0.1rem;
}
.newslink {
}
pre.waber4, pre.waber4:before, pre.waber4:after {
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	display: inline-block;
}
pre.waber4 {
	top: -5vw;
	left: 0;
	text-align: left;
	height: 80vw;
}
pre.waber4:before {
	content: '';
	background-image: url(/images/wabera.png);
	background-position: center center;
	animation: wabern4a 10s ease-in-out infinite;
	height: 80%;
	position: absolute;
	bottom: 0;
}
pre.waber4:after {
	content: '';
	background-image: url(/images/waberb.png);
	animation: wabern4b 15s ease-in-out infinite;
	transform: rotate(180deg);
	height: 60%;
	opacity: 1;
	position: absolute;
	top: 0;
}
@keyframes wabern4a {
	0% {
		background-size: 120% 100%;
		background-position: 100% bottom;
		opacity: 1;
	}
	40% {
		background-size: 180% 70%;
		background-position: 90% 50%;
		opacity: 0.85;
	}
	50% {
		background-size: 140% 85%;
		background-position: 70% 30%;
		opacity: 0.9;
	}
	60% {
		background-size: 180% 75%;
		background-position: 80% 50%;
		opacity: 0.8;
	}
	100% {
		background-size: 120% 100%;
		background-position: 100% bottom;
		opacity: 0.95;
	}
}
@keyframes wabern4b {
	0% {
		background-size: 180% 100%;
		background-position: 150% top;
		opacity: 0.9;
	}
	30% {
		background-size: 170% 90%;
		background-position: 150% top;
		opacity: 0.8;
	}
	40% {
		background-size: 175% 95%;
		background-position: 150% top;
		opacity: 0.95;
	}
	60% {
		background-size: 170% 90%;
		background-position: 150% top;
		opacity: 0.85;
	}
	100% {
		background-size: 180% 100%;
		background-position: 150% top;
		opacity: 0.9;
	}
}
.kontakt div.textlink {
	background-color: #ffffff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12rem;
	padding: 4rem;
	margin-top: 6px;
}
.kontakt div.textlink div {
	text-align: left;
	font-size: 1.9rem;
}
.kontakt div.textlink div p {
	font-family: Headline;
}
.kontakt .textlink div a, .textlink div a:visited {
	font-size: 0.9rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	margin-right: 2rem;
	margin-left: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline;
	margin-top: -2rem;
}
.kontakt .textlink div a:hover {
	border-radius: 2rem;
	transition: border-radius 0.5s;
}
.kontakt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kontakttext, .kontaktform {
	width: calc(50% - 4rem) !important;
	display: inline-block;	
}
.kontakttext h2 {
	margin-top: 0;
}
section.faq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq h1 {
	color: #000000;
	font-family: MyFont, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
}
section.faq div {
	width: calc(50% - 4rem);
	margin-bottom: 3rem;
}
section.faq div:first-of-type {
	width: 100%;
	margin-bottom: 0;
}
/*
navigation
*/
nav {
	position: relative;
	z-index: 2000;
	margin-top: 1.86rem;
	margin-right: 0;
	float: right;
}
nav > ul{
	text-align: left;
	display: inline-block;
}
nav > ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav > ul li a, nav > ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	margin: 0 0.5rem;
	padding: 0;
	line-height: 1.86rem;
	font-size: 1rem;
	font-weight: bold;
	transition: color 0.2s;
	white-space: nowrap;
	text-transform: uppercase;
}
nav > ul li:hover a, nav > ul li.aktuell a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
	border-bottom: 2px solid #ffffff;
}
nav > ul li ul {
	display: none;
	position: absolute;
	margin: 0;
	top: 1.25rem;
}
nav > ul li:hover ul {
	display: inline-block;
}
nav > ul li ul span {
	display: inline-block;
	width: 3rem;
	height: 1.2rem;
	margin-top: 1.2rem;
	z-index: 2002;
	overflow: hidden;
	position: relative;
}
nav > ul li ul span::before {
	content: '';
	width: 1.5rem; 
	height: 1.5rem;
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
	display: inline-block;
	transform: rotate(45deg);
	margin-top: 0.5rem;
	background-color: #ffffff;
}
nav > ul li ul > div {
	padding: 0;
	position: relative;
	left: -50%;
}
nav > ul li ul div div {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
	padding: 0.8rem 1rem;
	z-index: 2000;
	position: relative;
}
nav > ul li ul li {
	width: 100%;
	text-align: left;
	padding: 0;
}
nav > ul li ul li a, nav > ul li:hover ul li a, nav > ul li ul li a:visited {
	width: 100%;
	border-bottom: none !important;
	font-size: 1rem;
	color: #144196;
	display: inline-block;
	line-height: 2em;
}
nav > ul li:hover ul li a:hover {
	color: #31d9e8;
}
nav div {
	display: inline-block;
	float: right;
	padding-left: 0.5rem;
}
nav div a {
	display: inline-block;
	margin-top: 0.4rem;
}
nav div img {
	width: 1rem;
	height: 1rem;
}

.funktionsweise .bildtext {
	background-color: #ffffff;
	padding: 4rem;
}
.funktionsweise .bildtext img {
	width: calc(40% - 2rem);
	float: left;
}
.funktionsweise .bildtext div {
	width: calc(60% - 4rem);
	float: right;
}
.startnewszeile {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.startnews {
	width: 50%;
	display: flex;
}
.startnewszeile:nth-of-type(2) .startnews {
	flex-direction: row-reverse;
}
.startnews .startnewsbild {
	width: 50%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.startnews .startnewsbild img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.startnews .startnewsbild:after {
	content: '';
	background-image: url(/images/pfeilw.svg);
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.8rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -3px;
}
.startnewszeile:nth-of-type(2) .startnews .startnewsbild:after {
	transform: rotate(180deg);
	right: auto;
	left: -3px;
}
.startnews .startnewstext {
	width: 50%;
	display: inline-block;
	background-color: #ffffff;
	padding: 1rem 1.5rem;
	position: relative;
}
.startnews .startnewstext a {
	position: absolute;
	bottom: 1rem;
	font-weight: bold;
	text-decoration: none;
}
.newslink {
	width: 100%;
	text-align: center;
}
.newslink a, .newslink a:visited {
	font-size: 0.9rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	margin-right: 2rem;
	margin-left: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
	margin-top: 2rem;
}
.newslink a:hover {
	border-radius: 2rem;
	transition: border-radius 0.5s;
}
.nav_icon {
	display: none;
}
/*
footer
*/
footer {
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #ffffff;
	text-align: center;
	padding: 4em;
	float: none;
	color: #000000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer td {
	text-align: left;
	padding-right: 3rem;
}
footer .fussl a, footer .fussl a:visited {
	font-size: 0.9rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	margin-right: 2rem;
	margin-left: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
	margin-top: 0.5rem;
}
footer .fussl a:hover {
	border-radius: 2rem;
	transition: border-radius 0.5s;
}
footer .impress {
	margin-left: 1em;
	text-align: right;
	margin-top: 2rem;
}
footer .impress a {
	font-weight: bold;
	margin-left: 2rem;
	text-transform: uppercase;
}
footer a, footer a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1rem;
}
.fussgal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	max-width: calc(100% - 10rem);
}
.fussgal div {
	position: relative;
}
.fussgal div img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.fussgal div img:first-of-type {
	position: absolute;
	z-index: 1;
}
.fussgal div img:last-of-type {
	z-index: 2;
	position: relative;
	opacity: 1;
	transition: opacity 0.25s;
}
.fussgal div:hover img:last-of-type {
	opacity: 0;
	transition: opacity 0.25s;
}
/*
galerie
*/
.galerie {
	width: 100%;
}
.galerie_zeile {
	width: 100%;
	height: 0;
}
.galerie_image {
	width: 33%;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 1em;
}
.galerie_image img {
	margin-bottom: 0.3em;
	height: auto;
}
/*
karte
*/
.map {
	width: 100%;
	height: 60vh;
	max-height: 400px;
}
.map:hover .map_hinweis {
	background-color: #cccccc !important;
}
/*Formulartremplates */
.formular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formular div.normal, .formular div.breit {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1em;
}
.formular div.normal {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.formular div.breit {
	width: 100%;
}
.formular h5 {
	color: #000000;
	font-size: 1.25rem;
}
.formular p {
}
.formular label {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 1.25rem;
	line-height: 1em;
	margin-bottom: 3px;
	padding-right: 10px;
	font-weight: bold;
}
.formular label.pflicht::after {
	content: ' *';
}
.formular span {
	margin-right: 0.7em;
	white-space: nowrap;
	margin-left: 0.7em;
	font-size: 0.9em;
}
.formular label span {
	margin-left: 0.3em;
}
.formular input, .formular select, .formular textarea {
	margin: 0;
	font: 1rem MyFont;
	outline: none;
	background-color: transparent;
	padding: 2px 5px;
	color: #7c7c7c;
}
.formular input, .formular select {
	border: none;
	border-bottom: 2px solid #949596;
}
.formular textarea {
	border: 2px solid #949596;
}
.formular .standard, .formular .lang {
	width: 100%;
}
.formular .kurz {
	width: 27%;
}
.formular .mittel {
	width: 67%;
}
.formular .inputgroup {
	line-height: 1.5em;
}
.formular input[type='checkbox'], .formular input[type='radio'] {
	margin-right: 0.3em;
	font: 0.9rem var(--sans);
	width: auto;
}
.formular .anh_kopf {
	cursor: pointer;
}
.formular div.anh_file {
	border: 1px solid #949596;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: none;
}
.formular input[type='file'] {
	font-size: 0.7rem;
	border: none;
}
input[type='submit'], input[type='button'], button, .sendbutton, a.sendbutton, a.sendbutton:visited {
	font-size: 1.25rem;
	border: 2px solid #000000;
	padding: 1.2rem 1.7rem;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	transition: border-radius 0.5s;
	display: inline-block;
	margin-top: 2rem;
	font-weight: bold;
	position: relative;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .sendbutton:hover, a.sendbutton:hover {
	border-radius: 3rem;
	transition: border-radius 0.5s;
}
.formularfehler {
	background-color: #f7f8be;
	padding: 5px;
}/*
responsive
*/@media(max-width: 1400px) {
	html { }
	.home .image {
		height: 45vw;
	}
}@media(max-width: 1300px){
	html { }
	/* navigation */
	.nav_icon, .nav_close {
		display: block;
		position: absolute;
		cursor: pointer;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1rem;
	}
	.nav_icon {
		width: 2.2rem;
		height: 2.2rem;
		top: 1.75rem;
		right: 0;
		color: #ffffff;
	}
	.nav_icon span, .nav_close span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		margin-bottom: 7px;
	}
	.nav_close  {
		width: 1.5rem;
		height: 1.5rem;
		top: 1.75rem;
		right: 2rem;
		position: absolute;
	}
	.nav_close span {
		position: absolute;
		top: 33%;
		left: 0;
	}
	.nav_close span:first-of-type {
		transform: rotate(45deg);
	}
	.nav_close span:last-of-type {
		transform: rotate(-45deg);
	}
	
	#nav_bg {
		background-color: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		margin: 0;
		display: none;
		opacity: 0.75;
		transition: opacity 0.3s, display 0.3s;
	}
	#nav_bg.akt {
		opacity: 0.;
		display: block;
		transition: opacity 0.3s, display 0s;
	}
	nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 1000;
		overflow: auto;
		width: 0;
		max-width: 0%;
		transition: width 0.4s;
		background-image: linear-gradient(to bottom, #144196 0%, #10F9FD 100%);
		margin-top: 0;
		margin-right: 0;
	}
	nav.akt {
		width: 300px;
		max-width: 100%;
		transition: width 0.4s;
	}
	nav > ul {
		margin: 3rem 0.5rem 0.5rem 1rem;
	}
	nav ul li {
		list-style: none;
		text-align: left;
		font-weight: bold;
		width: 100%;
	}
	nav ul li ul li {
		margin-left: 1rem;
		font-weight: normal;
		font-style: normal;
	}
	nav ul li ul li ul li {
		margin-left: 2rem;
		font-size: 0.94em;
	}
	nav ul li a, nav ul li a:visited {
		color: #ffffff;
		text-decoration: none;
		margin-bottom: 0.5rem;
	}
	nav ul li a.aktuell, nav ul li a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	.home .image {
		height: auto;
	}
	.home .image > div {
		padding-top: 10rem;
		padding-bottom: 6rem;
	}
	.home .image div h1 {
		width: calc(100% - 6rem);
	}}@media(max-width: 1000px) {
	html { }
	h2 {
		margin-top: 0;
	}
	.iht .head {
		text-align: center;
	}
	.iht .head img {
		float: none;
	}
	.iht .head h3 {
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.funktionsweise .bildtext {
		text-align: center;
	}
	.funktionsweise .bildtext img {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 3rem;
		float: none;
	}
	.funktionsweise .bildtext div {
		width: 100%;
		text-align: left;
	}
	.vanevo_stacks > div {
		margin-right: auto;
	}
	.vanevo_stacks div:first-of-type {
		margin-bottom: 0;
	}
	.vanevo_stacks div.bild {
		position: relative;
		left: auto;
		width: 100%;
		text-align: center;
	}
	.vanevo_stacks div.bild img {
		height: auto;
		width: 50%;
	}
	.spalte14, .vanevo_stacks div.prozent {
		width: calc(50% - 2.5rem);
	}
	.vanevo_stacks div.prozent {
		width: 100%;
	}
	.prozent p strong, .prozent2 p strong {
		font-size: 3.5rem;
	}
	.modulstart {
		position: relative;
		width: 100%;
		left: 0;
	}
	.vanevo_module div.modul {
		position: relative;
		width: 100%;
		z-index: 0;
		left: 0;
		margin-right: 0;
		float: none;
	}
	.vanevo_module div.modul img {
		width: 50%;
	}
	.spalte14.modultexte {
		width: calc(50% - 4rem);
		margin-top: 4rem;
	}
	.vanevo_module .bildtextlink img {
		margin-top: auto;
	}
	.vanevo_module .bildtextlink div a {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.team .ansprechp .adressliste {
		width: calc(33% - 2.5rem);
	}
	footer {
		padding: 2rem;
	}
	footer td {
		padding-right: 1rem;
	}
	footer .impress {
		width: 100%;
	}
	.fussgal div {
		width: 14%;
	}}@media(max-width: 750px) {
	html { }
	h1, h2 {
		font-size: 3rem;
	}
	h2 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	.iht {
		width: 100%;
	}
	.iht .head img {
		float: left;
	}
	.iht .head h3 {
		margin-top: 2rem;
	}
	.iht .text {
		padding-top: 1rem;
		margin-bottom: 2rem;
	}
	.funktionsweise .bildtext img {
		width: 80%;
	}
	.funktionsweise .bildtext {
		padding: 2rem;
	}
	.vanevo_stacks div.bild img {
		width: 100%;
	}
	.spalte13 {
		width: 100%;
	}
	.vorteile div.it {
		width: calc(50% - 2rem);
	}
	.vanevo_module div.modul img {
		width: 100%;
	}
	.vanevo_module .ith {
		
	}
	.vanevo_module .ith {
		width: calc(50% - 2rem);
		margin-top: 2rem;
	}
	.vanevo_module .bildtextlink {
		margin-top: 6rem;
	}
	.team .ansprechp .adressliste {
		width: calc(50% - 2rem);
	}
	.unser_antrieb > div {
		width: 100%;
	}
	section.karriere {
		flex-direction: column-reverse;
	}
	.karriere .jobs, .karriere .karrieretext {
		width: 100%;
	}
	.karriere .karrieretext {
		margin-top: 3rem;
	}
	.startnews {
		width: 100%;
	}
	.startnewszeile:nth-of-type(2) .startnews {
		flex-direction: row;
	}
	.startnewszeile .startnews:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.startnewszeile:nth-of-type(2) .startnews .startnewsbild:after {
		transform: rotate(0);
		left: auto;
		right: -3px;
	}
	.startnewszeile .startnews:nth-of-type(odd) .startnewsbild:after {
		transform: rotate(180deg);
		right: auto;
		left: -3px;
	}
	.einzelnewsbild, .einzelnewsdaten  {
		width: 100%;
	}
	.kontakt div.textlink {
		padding: 2rem;
	}
	.kontakt div.textlink div {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	footer .impress {
		margin-left: auto;
		text-align: center;
	}
	footer .fussl {
		margin-top: 1rem;
	}
	footer .impress a {
		margin-right: 1rem;
	margin-left: 1rem;
	}}@media(max-width: 450px) {
	html { }
	header .content, section.norm, footer .content {
		width: calc(100% - 3rem);
	}	
	h1, h2 {
		font-size: 2rem;
	}
	h2 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	.vorteile div.it {
		margin-bottom: 2rem;
	}
	.vorteile .bildtext {
		display: inline-block;
	}
	.vorteile .bildtext img {
		margin-bottom: 2rem;
	}
	.vanevo_module .bildtextlink {
		flex-direction: column;
		padding: 2rem;
	}
	.team .ansprechp .adressliste {
		width: 100%;
	}
	.team .ansprechp .adressliste, .team .ansprechp .adressliste:nth-of-type(2n) {
		margin-top: 4rem;
	}
	.kontaktform {
		margin-top: 3rem;
	}
	
	.spalte14, .vorteile div.it, .vorteile .bildtext img, .vorteile .bildtext div, .vanevo_module .ith, .kontakttext, .kontaktform, .formular div.normal {
		width: 100% !important;
	}
}