/* reset css*/
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Zilla Slab'), local('ZillaSlab-Regular'), url(zillaSlab.ttf) format('truetype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
video{
	display: none; /**/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, input::selection, textarea::selection{
	font-family: 'Zilla Slab', serif;
	border: none;
	padding: 1em;
	background: #0FB2D2;
	transition: all 0.5s ease;
	color: #fff;
}
::selection {
    background-color: #0FB2D2;
    color: white;
}
h2{
	font-size: 2.6em;
	line-height: 1.3;
	font-family: 'WorkSansLight';
}
h3{
	font-family: 'WorkSansLight';
}
/* end reset */
.hidden{
	opacity: 0;
}
.noBg{
	background: transparent !important;
}
html{
	background: #4273A5;
}
body {
    color: white;
    font-family: 'Zilla Slab', serif;
	background: #fff;
}
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: #fff;
	z-index: 999999999999;
    font-size: 20px;
    text-align: center;
    color: #fff;
	display: block;
}
.loading div{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	min-width: 10em;
	padding: 4em;
	max-width: 15%;
}
.loading .wort_logo, .loading .c_logo{
	margin: auto;
}
.loading .c_logo{
	width: 25%;
	margin-bottom: 15%;
}
.loading .wort_logo{
	width: 100%;
}
.bigScreenDistance{  /* Main Container Div */
        margin: auto;
        max-width: 1280px;
		padding: 0 1.5em;
}
.header {
    width: 100%;
    height: 5em;
    padding-bottom:1.2em !important;
    position: relative;
    z-index:5;
	background: #fff;
	
}
#header a{
    text-decoration: none;
}
#header a:visited {
    text-decoration: none;
}
#language a{
    text-decoration: none;
}
#language a:visited {
    text-decoration: none;
}

p {
    font-size: 1.12em;
    line-height: 1.6em;
}
img{
	height: auto;
	max-width: 100%;
}

.imgCompanyLogo, #imgCompanyName {
    height: 3.6rem;
    max-width: 100%;
	width: auto;
}
.imgCompanyLogo
{
    margin-left: auto;
    margin-right: auto;
	margin-top: 0.8em;
}
.currentButton {
    max-width: 100%;
    height: 40px;
    display: inline-block;
    position: relative;
    line-height: 2.1; /* This is used to vertical align content in the div */
    font-size: 1.3em;
    font-weight: bold;
    background: none;
	margin-top: 0.6em;
	text-decoration: none;
	transition: 0.5s ease;
	cursor: pointer;
}
.currentButton:before{
    content: '';
    border-radius: 0px 40px 40px 00px;
    border: 2px solid #00ADC6;
    width: 20px;
    height: 40px;
    position: absolute;
    transition: all 0.4s ease;
}
.content {
    position: relative;
    text-align: left;
    width: 100%;
    margin-left: 45px;
    margin-right: 45px;
}

#teamwork .currentButton{
    color: white;
}
#blurWrap{
}
.blur{
  -webkit-filter: blur(1em);
          filter: blur(1em);
}

.cyan {
    background: #04B1D1;
}

.darkBlue {
    background: #4173A6; 
}

.darkBlue .currentButton{
    color: white;
}

.darkBlue col-2{
    background: #4273A5 0% 0% no-repeat padding-box;
}
#teamwork .currentButton:before, .grey .currentButton:before{
    border-color: white;
}
#teamwork .currentButton:before{
    background: white;
}
#teamwork .currentButton, #contactFormular .currentButton{
    border-color: white;
}
#contactFormular .currentButton, #contactFormular .currentButton:hover:before{
    display: inline-block;
	background: none;
}
.currentButton:hover:before {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    background:none !important;
}
.curNavWrap{
display: block;
line-height: 5.2em;
}
#contactSite #contact{
    display:block;
}

.clickable{
	cursor: pointer;
}
/**/
.fixed{
	position: fixed !important;
	margin-left: -1.9em !important;
}
.curMiniNav{
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.curMiniNav {
    position: relative;
margin-top: -0.2em;
}
.curMiniNav i {
  position: relative;
  display: inline-block;
  width: 2.2em;
  height: 4.5px;
  color:#252525;
  font:bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent:-55px;
  background: #000;
  transition:all .2s ease-out;
}

.curMiniNav i::before, .curMiniNav i::after {
  content:'';
  width: 2.2em;
  height: 4.5px;
  background: #000;
  position: absolute;
  left:0;
  transition:all .2s ease-out;
}

.curMiniNav i::before { top: -13px; }
.curMiniNav i::after { bottom: -13px; }
.curMiniNav:hover i::before { top: -15px; }
.curMiniNav:hover i::after { bottom: -15px; }
.curMiniNav.active i { background: rgba(0,0,0,0); }

.curMiniNav.active i::before {
  top:0;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.curMiniNav.active i::after {
  bottom:0;
  -webkit-transform: rotateZ(-45deg);
     -moz-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
       -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.curMiniNav.active i::before, .curMiniNav.active i::after {
background: #fff;
}
.curMiniNav.active:hover i::before, .curMiniNav.active:hover i::after {
 -webkit-transform: rotateZ(0deg);
     -moz-transform: rotateZ(0deg);
      -ms-transform: rotateZ(0deg);
       -o-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

/**/

#mainMenu .overlayContainer{
	position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
}

#mainMenu li {
	border-top:8em;
    font-family: 'WorkSansLight';
    line-height: 2;
    height: 20%;
}

#mainMenu a {
	text-decoration:none;
    color: white;
	transition: all 0.3s ease;
}

#mainMenu a:hover {
    color: #04B1D1;
}
.oneMenuPoint{
    font-size: 10vh;
    height: 25%;
    margin: auto;
    margin-bottom: 0.5em;
}

@media (orientation: portrait) {
    .oneMenuPoint{
        font-size: 10vw;
    }
}

.oneMenuPoint .halfCircle{
width: 0.35em;
opacity: 0;
height: 0.7em;
clear: both;
display: inline-block;
transition: 0.5s all ease;
border-radius: 0 1em 1em 0;
margin-left: -0.6em;
}

#mainMenu .oneMenuPoint:hover .halfCircle{
    background-color: #01B1D1;
	 text-indent: -0.6em;
	 opacity: 1;
	 margin-left: 0;
}

.textCenter{
    text-align: center
}
#contact{
z-index: 7;
}
.overlay {
    width: 100%;
	height: 100%;
    position: fixed;
    z-index: 5;
    top: -10%;
    left:0;
    overflow-y: auto;
    background-color: rgba(65, 115, 166, 1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.fade {
 visibility: visible !important;
 opacity: 1 !important;
}
.overlay.fade {
 top:0;
}
.overlay.fade > #imgCompanyName {
	display: none;
}
.overlayContainer {
    float:left;
    position: relative;
    width: 100%;
}

.overlayHeader{
    height: 6em;
    width: 100%;
    margin-bottom: 6em;
    margin-bottom: calc(100vh/12)
}

.menuName{
	font-family: 'WorkSansLight';
    font-size: 2em;
    color: #04B1D1;
}
@media only screen and (max-width: 900px) {
    .menuName{
        font-size: 1em;
    }
}

.crossWrap{
	text-align: right;
	line-height: 0.9;
}
.close{
	padding: 0.3em 1em;
	border: 2px solid #0FB2D2;
	cursor:pointer;
}
.x {
    position: relative;
	top: 2em;
    width: 2em;
    height: 2em;
	right: 0;
}
.x:hover {
    border-color: #0FB2D2;
}
.x:hover:before {
    transform: rotate(0deg);
}.x:hover:after {
    transform: rotate(0deg);
}
.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.2rem;
    height: 0;
    border-top: 5px solid #fff;
    transform: rotate(45deg);
    transform-origin: center;
	transition: all .25s ease-in-out;
}
.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.2rem;
    height: 0;
    border-top: 5px solid #fff;
    transform: rotate(-45deg);
    transform-origin: center;
	transition: all .25s ease-in-out;
}
@media screen and (max-width: 900px){
.x{
top: 0.5em;
}
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
#wavesBG canvas{
height:120%;
width: 100%;
position: absolute;
overflow: hidden;
top: -2%;
z-index: -1;
	background-image: url("images/Hero_BG.svg");
    background-size: cover;
    background-repeat: no-repeat;
display: none;
left: 0;
}

.connection{
  background: none !important;
  position: absolute;
  z-index: 2;
  right: 0;
}
#teamwork {
	background-image: url("images/Hero_BG.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 50em; /* if calc() fails */
    height: calc(100vh - 15.3em); /* 16 = (header) 5 + 1 + 1 + (section) 4 + 4 + 1? */
	overflow: hidden;
}
#video_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.section {
    clear:both;
    display: inline-block;
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: 0px;
    width: 100%;
    text-align: left;
	float: left;
}
.InnerDistance{
	padding: 2em;
}

.leftDistance{
	padding-right: 2em;
}

.overlay .leftDistance{
 /*Where do they come from */
}
.topAbstand{
    height: 1em;
}

.splitHeader{
	border: 1px solid #04B1D1;
	color:#04B1D1;
	margin: 0;
	display: inline-block;
	width: 100%;
}
#sectionDecision, #expertise{
    background-image: url("images/Start_Icons/waves_1_3.svg");
    background-size: 30%; /* the same as the image section */
    background-position: bottom left;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 900px)
{
	#sectionDecision, #expertise{
		background-image: url("images/Start_Icons/waves_blau_small.svg");
		background-position: top left;
        background-size: 50%; /* t */
	}
}

#sectionFuture {
    background-image: url("images/Start_Icons/waves_2.svg");
    background-size: 30%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 900px)
{
	#sectionFuture{
	background-image: url("images/Start_Icons/waves_grau_small.svg");
		background-position: top right;
        background-size: 50%; /* t */
	}
}

.black{
    background-color: black;
}

#heroBild, #heroBildAni {
    max-height: 60% ;
    max-width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 right: 15%;
}
#heroBild {
	 max-height: 46%;
	 right: 18%;
	 animation: pulse 3s infinite;
	 -webkit-animation: pulse 3s infinite;
	 border-radius: 100%;
	 border: 4px solid #fff;
}
	 
	 @keyframes pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  }
    5% {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
  }
   100% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
	#heroBild.connections{
	-webkit-animation: spin1 40s infinite linear;
	-moz-animation: spin1 40s infinite linear;
	-o-animation: spin1 40s infinite linear;
	-ms-animation: spin1 40s infinite linear;
	animation: spin1 40s infinite linear;
    display: block;
}
 
@-webkit-keyframes spin1 {
0% { -webkit-transform: translateY(-50%) rotate(0deg);}
100% { -webkit-transform: translateY(-50%) rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: translateY(-50%) rotate(0deg);}
100% { -moz-transform: translateY(-50%) rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: translateY(-50%) rotate(0deg);}
100% { -o-transform: translateY(-50%) rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: translateY(-50%) rotate(0deg);}
100% { -ms-transform: translateY(-50%) rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: translateY(-50%) rotate(0deg);}
100% { transform: translateY(-50%) rotate(360deg);}
} 
@media only screen and (max-width: 1440px) and (min-width: 1024px){
.bigScreenDistance {
padding: 0 2em;
}
	#heroBild, #heroBildAni {
	 max-height: 35vw ;
max-width: 100%;
    height: 100%;
    right: 12%;
}
#textTeamwork {
	width: 40%;
}
.TitleTeamwork {
    font-size: 6vw !important;
}
}
#textTeamwork {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	max-width: 43%;
}
#textTeamwork p {
	font-size: 1.5em;
	max-width: 600px;
}
.TitleTeamwork{
font-family: 'WorkSansLight';
	font-size: 4.5vw;
}
@media screen and (max-width: 1024px){
	#heroBild, #heroBildAni {
    max-height: 80%;
	right: 2%;
	}
	.TitleTeamwork{
	font-size: 4em;
	}
	#heroBild, #heroBildAni{
	top: 8em;
	right: -8%;
	min-height: 10em;
    }
	.connection{
	top: 8rem !important;
	right: -5% !important;
	}
	#textTeamwork {
    top: 70%;
	max-width: 100%;
	}
}
@media screen and (max-width: 930px){
	#textTeamwork p {
	font-size: 1.2em;
}
	#textTeamwork {
    top: 64%;
	max-width: 80%;
	padding-right: 1em;
	text-align: left;
	}
}
@media screen and (max-width: 768px){
h2{
	font-size: 2em;
	font-family: 'WorkSansLight';
	}
	.overlay .imgCompanyLogo {
	display: none;
	}
	.TitleTeamwork{
		font-size: 4em;
	}
}
@media screen and (max-width: 600px) {
video{
	display: none !important;
}
.connection{
	height: auto !important;
	top: 3rem !important;
	right: -16% !important;
	}
	.TitleTeamwork{
		font-size: 250%;
		margin-bottom: 0.2em;
	}
.currentButton {
    max-width: 100%;
    height: 40px;
    display: inline-block;
    position: relative;
    line-height: 2.7; /* This is used to vertical align content in the div */
    font-size: 1em;
    font-weight: bold;
    background: none;
	margin-top: 0.6em;
	text-decoration: none;
}
.currentButton:before{
    content: '';
    border-radius: 0px 30px 30px 00px;
    border: 2px solid #00ADC6;
    width: 15px;
    height: 30px;
    position: absolute;
    transition: all 0.4s ease;
}
#contactFlow {
top: auto !important;
bottom: 1em !important;
right: 1em !important;
background-color: #4273A5;
background-size: 2em !important;
	}
 #heroBild{
	top: 3em;
	right: -6rem;
    }
#textTeamwork p{
    font-size: 1.12em;
	}
}
#imgTeamwork
{
    z-index: 1; /* because of image for smaller screens */
}


.helpAlign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bigFont {
	position: relative;
	max-width: 100%;
}
.bigFont h1{
    position: absolute;
    font-family: 'WorkSansLight';
    font-size: 3rem;
    line-height: 1.2;
    left: 50%;
    top: 2rem;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.bigFont h1:after {
content: '';
border-bottom: 1.5px solid #0FB2D2;
position: absolute;
width: 1.5em;
bottom: -0.7em;
left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
    .bigFont h1{
        font-size: 2.5rem;
    }
	.topAbstand{
		height: 0;
	}
	.section {
	text-align: center;
	}
	.section p{
	max-width: 400px;
	}
	#imgDecision, #imgZukunft, #imgExpertise {
    text-align: center;
    max-width: 15em !important;
	width: 100%;
	margin-bottom: 1.5em;
}
}
.middleFont {
    font-size: 3em;
}
.lightBlue {
    left: 0px;
    width: 100%;
    background: #04B1D1 ;
    text-align: left;
    vertical-align: middle;
}
.grey{
    background: #BEBEBC;
}
.grey, .grey a, .grey a:visited {
    color: #4173A6; 
}
.white, .white a, white a:visited {
    background: white;
    color: black;
}
#outerBoxAligned, #subSiteParent {
    text-align: center;
}

#outerBox {
    max-width: 1900px;
    /*
    display: block;
    */
}


.col-2, .col-6, .col-9, .col-3, .col-4 {
    float:left;
	  box-sizing: border-box;
}

.headerLeft{
    width: 42%;
    float:left;
    margin-top: 1em;
	text-align: left;
}
.headerMiddle{
 position: absolute;
 left: 50%;
 max-width: 100%;
 transform: translate(-50%, 0%);
}
.overlay .headerRight{
	width: 10%;
}

#sectionFuture .right{
    float:right;
}
.col-12{
	width: 100%;
}
.col-9{
    width: 66.66%;
}
.col-6 {
    width: 50%;
}
.col-4 {
    width: 33.33%;
}
.col-3 {
    width: 25%;
}
.col-2{
	width: 16.65%;
}

@media screen and (max-width: 900px) {
    .col-2, .col-6, .col-9, .col-3, .col-4 {
		width: 100% !important;
		float:none !important;
		padding-left: 0em !important;
		padding-right: 0em !important;
	}

}

#menuIcon {
    font-size: 3em;
	transition: all 0.5s ease;
	color: #000;
}
#menuIcon:hover {
	transform: scale(0.9);
}
#language a, #language a:visited {
    color:  #0FB2D2;
	font-family: 'WorkSansLight';
}
#language {
    color:  #0FB2D2; 
    margin-right: 1em;
    font-weight: bold;
}

.verticalAlignedParent {
    padding: 5% 0;
}
.verticalAligned {
    padding:10% 0;
}
.fullHeight{
    height: 100%;
}
#contactResultGood, #contactResultBad{
background-color: rgba(65, 115, 166, 0.9);
position: absolute;
height: 130%;
z-index: 999999999;
text-align: center;
padding-top: 9.5em;
opacity: 0;
visibility: hidden;
transition: all 0.8s ease;
}
#contactResultGood div, #contactResultBad div{
text-align: left;
float: left;
}
#contactResultGood:before{
	content: '';
background: url("images/message_success_icon.svg");
height: 4em;
width: 4em;
position: absolute;
margin-top: -6em;
transform: translateX(-50%);
}
#contactResultBad:before{
	content: '';
background: url("images/message_error_icon.svg");
height: 4em;
width: 4em;
position: absolute;
margin-top: -5em;
transform: translateX(-50%);
}
#contactPleaseText{
    height: auto;
    width: 30%;
	display: flex;
	align-items: center;
}
#contactPleaseText p{
max-width: 7em;
}
#textCommunication{
    padding-bottom: 2em;
}
#contactCommunication{
    display: flex;
}

#contactAround{
}

#contactDomenic{
    text-align: left;
    width: 64%;
	background: url("images/Start_Icons/waves_grau_small.svg") no-repeat #fff;
	background-position: right;
	background-size: contain;
}
#contactName {
    font-family: 'WorkSansBold';
    font-weight: bold;
    color: #4173A6; 
    font-size: 1.4em;
}

#contactNachricht {
 width: 70%;
color: white;
text-align: center;
font-weight: bold;
padding: 0.6em;
margin-top: 1em;
margin-bottom: 1em;
font-size: 1.3em;
box-sizing: border-box;
transition: all 0.3s ease;
border: 2px solid #4273A5;
}
#contactNachricht:hover{
	background: #fff;
	color: #4273A5;
	border-color: #4273A5;
}

.messaginLinkImage{
	height: 2em;
margin-right: 0.5em;
transition: all 0.3s ease;
}
.messaginLinkImage:hover{
	transform: scale(1.2);
}

#divDomenicImage{
    margin-right: -5em;
    float: right;
}
#domenicImage {
    height: 6.5em;
    width: 6.5em;
	border-radius: 100%;
	border: 10px solid #fff;
}
#divHalbkreis {
    position: absolute;
    bottom: 2em;
}
#halbkreisImage {
    height: 2em;
    width: 2em;
}

@media screen and (max-width: 56em) {

	#contactDomenic{
	width: 60%;
	}
}

@media screen and (max-width: 500px) {
	.InnerDistance {
    padding: 1.5em;
	}
    #contactCommunication {
    width: 100%;
	display: block;
    }
	#divHalbkreis {
    position: absolute;
    bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	}
	#contactDomenic{
	background: #fff;
	}
	#contactDomenic, #contactPleaseText {
	width: 100%;
	text-align: center;
	display: block;
	}
	#contactPleaseText p {
	margin-top: 0;
	margin-bottom: 2.5em;
	}
	#divDomenicImage{
	margin-right: 0;
    position: relative;
	float: none;
	margin-top: -5em;
	margin-bottom: 0.5em;
	}
	#domenicImage {
    height: 8em;
	width: 8em;
	margin: 0 auto;
	display: block;
	}
    #contactNachricht {
        width: 100%;
    }
    #divHalbkreis{
    }
    #contactCommunication {
    padding-left: 0em;
    }
	.scrolldown {
	background: transparent !important;
	bottom: 1.6em !important;
	}
}

#navigationBottom h3{
    color: #04B1D1 ;
	margin-bottom: 1em;
	text-transform: uppercase;
}
#navigationBottom a, #navigationBottom a:visited{
    text-decoration: none;
    color: white;
}
#navigationBottom ul{
}
#navigationBottom li{
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.navigationDiv{
width: 16.65%;
text-align: left;
}
.divCopyright{
text-align: center;
color: #0FB2D2;
padding-left:  0 !important;
padding-right: 6%;
width: 10.65%;
}
.rights{
	padding-left: 2em;
	border-left: 1px solid #0FB2D2;
	min-height: 7.5em;
	text-align: left;
	width: 10%;
}
@media screen and (max-width: 900px) {
	.divFooter {
		padding-left:1em;
	}
	.navigationDiv{
		padding-right: 1em;
        padding-left: 1em;
	}
	.leftDistance, .splitHeader {
		margin-left:0em !important;
	}
	.divCopyright {
	width: 10%;
	}
	.navigationDiv {
	width: 20%;
	}
}
@media screen and (max-width: 768px) {
.curMiniNav.active:hover i::before {
  top:0;
  -webkit-transform: rotateZ(45deg) !important;
     -moz-transform: rotateZ(45deg)!important;
      -ms-transform: rotateZ(45deg)!important;
       -o-transform: rotateZ(45deg)!important;
          transform: rotateZ(45deg)!important;
}

.curMiniNav.active:hover i::after {
  bottom:0;
  -webkit-transform: rotateZ(-45deg)!important;
     -moz-transform: rotateZ(-45deg)!important;
      -ms-transform: rotateZ(-45deg)!important;
       -o-transform: rotateZ(-45deg)!important;
          transform: rotateZ(-45deg)!important;
}

	.navigationDiv{
		width: 100%;
		text-align: center;
		padding: 0;
		margin-bottom: 2em;
	}
	}

.divFooter{
    color: #04B1D1 ;
}
.divFooter a{
    color: #04B1D1 ;
    padding-right: 3em;
}
.divFooter a:visited{
    color: #04B1D1 ;
}

#footer {
    padding-top: 1.5em;
    padding-bottom: 1.52em;
    position: relative;
	margin-bottom: -3px;
    z-index: 95; /* make the contact-flow disappear */
}
#sectionCommunication
{
   position: relative;
   z-index: 4; /* make the contact-flow disappear */
}

.footerWidth{
    width: 100%;
}
@media screen and (max-width: 900px) {
    .footerWidth{
        width: 100%;
    }
}

.subSite{
    display: inline-block;
    text-align: left;
	max-width: 1000px;
	margin-bottom: 4em;
	width: 100%;
}
.subSite a{
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
}
.subSite a:hover{
	color: #fff;
	padding: 0 5px;
}
.subSite a:after{
 content: '';
display: block;
width: 100%;
height: 1.5px;
background: #0FB2D2;
transition: all .3s;
}
.subSite a:hover:after{
height: 1.7em;
margin-top: -1.6em;
padding: 0 5px;
margin-left: -5px;
}
.subSite .title{
	font-size: 3.5em;
    text-align: center;
    padding-bottom: 1em;
	min-height: 2em;
}
.intro{
	margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
	.subSite{
		display: inline-block;
		text-align: left;
	}
	
	.subSite .title{
    width: 100%;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 1em;
    font-size: 3em;
	}
	}
	#contactPleaseText p{
max-width: 100%;
}

.subsiteImage{
    padding-top: 3em;
}
#imgAbout{
width: 30%;
}
#imgAbout img{
	max-width: 17em;
}
@media screen and (max-width: 900px) {
.subsiteImage {
padding-top: 1.5em;
}
	#imgAbout{
		width:100% !important;
		text-align:center;
	}
	#imgAbout img{
		width: 100% !important;
text-align: center;
max-width: 13em;
margin-top: 1em;
	}
}
.imgPoints{
    text-align:center;
}
.section p {
    margin-top: 1em;
    margin-bottom: 1em;
	max-width: 100%;
}

.clear{
    clear:both;
}
.zitat{
    width: 33.3%;
    font-style: italic;
    color: #04B1D1;
    font-size: 2em;
    line-height: 1.2;
	box-sizing: border-box;
}
.zitat.left {
	padding-right: 1em;
}
.zitat.right {
	padding-left: 1em;
}
.absatz{
    clear: both;
    margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
}
@media screen and (max-width: 900px) {
	.zitat{
		width: 100%;
		float:none !important;
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
		 font-size: 1.6em;
	}
	.zitat.right, .zitat.left {
	padding: 0px;
	}
	#contactResultGood, #contactResultBad {
	height: 100%;
}
}
.defaultBild, .defaultBild img{ 
    text-align: center;
}

.defaultBild img{
    max-width: 100%;
}

.subSite .defaultBild img{
    width: 100%;
}
.hidden{
    display:none;
}
.list{
	display: inline-block;
	margin-bottom: 1em;
}
.listElement{
    border-color: #BEBEBC;
    font-weight:bold;
    position:relative;
padding-left: 1.5em !important;
padding-top: 1.2em;
padding-right: 1.5em;
}
.quest .halfCircle:before{
}
.halfCircle{
  width: 0.5em;
  height: 1em;;
  border-radius: 0 1.5em 1.5em 0;
  z-index: 4;
  transform-origin: bottom center;
}

.subSite .halfCircle{
  background-color: #0FB2D2;
margin-right: 2em;
position: absolute;
top: 1.5em;
left: 0;
margin-bottom: 0;
}
#teamwork, #navigationBottom{
    position: relative;
}
.scrolldown, .scrolltop{
  position: absolute;
  bottom: -0em; /* section padding */
  margin-bottom:-0px; /* from the section below */
  height: 2em;;
  width: 4em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
  border-radius: 3em 3em 0 0;
  text-align: center;
}
.scrolldown{
	background-color: #4273A5;
}
.scrolltop{
	background-color: #fff;
}

#navigationBottom {
    z-index: 4; /* make the contact-flow disappear */
}
#navigationBottom .scrolldown{
  bottom: -0em; /* section padding */
  margin-bottom: 0px;
}
.left{
    float: left;
}

.right{
    float: right;
}
@media screen and (max-width: 768px){
.overlayHeader {
	margin-bottom: 0;
}
	.headerLeft {
	margin-top: 0;
	}
	.header {
    height: 3em;
	}
	.overlayHeader {
	height: 4em;
	}
	#contact p{
	max-width: 100% !important;
	text-align: center !important;
	}
	.contact_btn img {
	padding: 0 !important;
	}
	.contact_btn {
	width: 50% !important;
text-align: center !important;
border: 4px solid #4273A5 !important;
background: #0FB2D2;
padding: 1em 0;
	}
	.contact_btn img {
    height: 2em !important;
	clear: both !important;
	}
	.contact_btn span {
    display: block !important;
    margin-left: 0em !important;
	margin-top: 1em;
	font-size: 0.8rem;
}
.imgCompanyLogo {
height: 2.5em;
margin-top: 0.5em;
}
.curNavWrap {
line-height: 3em;
}
#teamwork {
    height: calc(100vh - 13em);
	max-width: 100%;
	top: 70% !important;
}
#language a, #language a:visited {
color: #0FB2D2;
font-family: 'WorkSansLight';
border: 2px solid rgba(15, 178, 210, 0.2);
border-radius: 100%;
padding: 9px 8px;
font-size: 0.8em;
display: inline;
}
.rights {
padding-top: 2em;
border-left: none;
border-top: 1px solid #0FB2D2;
padding-left: 0em;
min-height: 0px;
}
}
@media screen and (max-width: 600px){
#textTeamwork p{
	display: none;
}
	.headerMiddle {
    position: absolute;
    left: 1.4em;
    max-width: 100%;
    transform: translate(0%, 0%);
	}
	.headerLeft {
    width: 7em;
    margin-left: 2.3em;
	}
	.headerLeft.menuName{
	font-family: 'WorkSansLight';
text-align: left;
position: absolute;
width: auto;
margin: 0;
top: 2em;
	}
	.overlayHeader {
margin-bottom: 0;
}
#sendButton{
top: -1em !important;
}
}
.overlay, .header{
	padding-top: 1em;
}

.scrollArrow{
    width: 1.2em;
    margin-top: 0.7em;
}
/* Contact 
#contact{visibility: visible; opacity: 1; top: 0; } */
#contact{ 
	text-align: left;
}
#contact p{
	margin:0 0 2em 0 ;
}
.contact_btn{
display: inline-block;
color: #fff;
text-decoration: none;
margin-bottom: 2em;
box-sizing: border-box;
width: 100%;
border: 2px solid #0FB2D2;
text-align: left;
 transition: all 0.5s ease;
}
.contact_btn span{
	display: inline;
	margin-left: 2em;
}
.contact_btn img{
height: 3.9em;
 width: 3em;
 clear: both;
 padding: 1em;
 vertical-align: middle;
 text-align: left;
 transition: all 0.5s ease;
 background: #0FB2D2;
}
.contact_btn:hover img{
}
.contact_btn:hover{
border-color: #fff ;
}
#contactFormular {
}
#contact p{
}
.formLine{
position: relative;
}
.formLine{
background: #0FB2D2;
}
.contactInput, #message{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 2.5em;
	display: block;
}
.contactInput{
	height: 4em;
}
#message{
height: 14.2rem;
}
.contactLabel {
    max-width: 100%;
    z-index: 99999999;
    position: absolute;
	top: 1.5em;
	left: 1em;
	pointer-events:none;
	transition: all 0.8s ease;
}
.formLine > input:focus + .contactLabel,
.formLine > input:valid + .contactLabel,
.formLine > textarea:focus + .contactLabel, 
.formLine > textarea:valid + .contactLabel{
    top: -1.7em;
	left: 0;
	color: #0FB2D2;
}
.formLine input:invalid:not([type=submit]).textInside{
    background: url("images/invalid.svg")no-repeat 97% center;
	background-size: 2em;
}
.formLine input:invalid:not([type=submit]):focus{
    background: #fff;
}
.textInside + .contactLabel{
	top: -1.7em;
	left: 0;
}
.formLine .contactLabel, label{
	color: #fff;
	font-size: small;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.formLine, .formPart{
}
.formLine{
	color: #04B1D1;
	text-align: left;
}

#message{
}
input:required {
    box-shadow:none;
}
input:invalid, textarea:invalid {
    box-shadow: none;
}
input:active + .contactLabel, textarea:active + .contactLabel {
    top: -2em !important;
	left: 0;
	}
input{
	height: 3em;
	text-align: left;
}

input:valid{
	background: #04B1D1;
	color: white;
}

input:focus, textarea:focus{
	background: #fff !important;
	color: black;
}

@media only screen and (max-width: 900px) {
	.contactField, .formPart, .formLine,  #message, .contactInput, input{
	}
    #message{
    }
	#contactFormular{
	}
}

.send{
padding-top: 0em;
padding-bottom: 3px;
position: absolute;
background: none !important;
margin-top: -1em;
}


#contactFlow{
position: fixed;
padding: 0.2em;
top: 50%;
right: 2em;
height: 4em;
width: 4em;
background-image: url("images/Contact_Icons/contact_flow.svg");
background-size: 2.3em;
background-position: center;
background-repeat: no-repeat;
background-color: #4273A5;
z-index: 4;
border-radius: 4em;
transition: 0.5s ease all;
border-right: 0px;
}
#contactFlow:hover{
	background-color: #4273A5;
	background-position: 1.3em;
	width: 9em;
	border-radius: 2em;
	padding: 0em;
}
#contactFlow span{
content: 'Kontakt';
display: block;
margin: 1.5em 1em 0em 3em;
text-align: right;
opacity: 0;
margin-right: -1em;
transition: 0.5s ease all;
}
#contactFlow:hover span{
opacity: 1;
margin-right: 1.3em;
}

#sendButton{
border: none;
font-family: 'Zilla Slab';
font-style: normal;
font-size: 1em;
padding-left: 2.5em;
padding-right: 1.5em;
position: relative;
top: -0.5em;
height: 4rem;
left: 0;
text-align: center;
background: 0;
cursor: pointer;
}
#sendButton:focus{
	background: none !important;
	width: 100%,
}
#contactFormular .currentButton {
width: 100%;
}
#contactFormular .currentButton:hover #sendButton{
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	padding: 0;
}
#contactFormular .currentButton:hover{
	width: 100%;
}
/**/