header {
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #EFF2F4;
}

header img {
	width: 100%;
	display: block;
	border: 0;
	position: absolute;
	height: 100%;
	top:62px;
}

header img.headersliderpri {
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}

header img.headerslidersec {
	z-index: 2;
	transition: none;
	-webkit-transition: none;
	opacity: 0;
}

header img.headerslidersecout {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}

#eyecatchertext {
	font-size:18px;
	color: #008C0D;
	margin-top:10px;
	line-height:1.5;
}

#headercaption {
position: absolute;
z-index: 10;
color: #008C0D;
font-size: 32px;
max-width: 450px;
padding: 15px 20px 15px 15px;
box-sizing: border-box;
text-align: center;
margin: 10%;
background-color: #fff;
border-radius: 4px;
font-weight: 200;
}

.commoncontainer {
	width: 100%;
	height: 90px;
	background: #334D66; /*;*/
}

.common {
	width:100%;
	max-width: 1300px;
	height: 90px;
	padding:0;
	margin: 0 auto;
}	
	
.firmenlogo {
	position: absolute;
	/*margin-left: 10px;*/
  	top: 5px;
	border:0;
}

.sqrheadertext {
	width: 100%;
	max-width: 580px;
	font-size: 22px;
	text-align: center;
	margin: 35px 0 0 420px;
	position: absolute;
	color: #fdfdfd;
}


@media screen and (max-width: 1024px) {
	
	#eyecatchertext {
		display:none;
	}
#headercaption {	
	margin: 15% 5%;
}
.sqrheadertext {
	max-width: 325px;
	font-size: 22px;
	margin: 35px 0 0 420px;
}


}

@media screen and (max-width: 767px) {
	#headercaption {
		display:none;
	}
	
	header img {
	top:0px;
}
.sqrheadertext {
	display:none;
}


}

#eyecatcherwait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin:-24px 0 0 -24px;
    z-index: 3;
    background: url(./wait.svg) no-repeat center center;
    opacity: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header.loading #eyecatcherwait {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: block;
    opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;    
}

#headersliderbullets {
	background-color: #EFF2F4;
	padding-top: 10px;
}
#headersliderbullets>div {
	margin: 0 auto;
}


#headersliderbullets::after {
	content: '';
	clear: both;
	display: block;
}


#headersliderbullets a {
	width: 20px;
	height: 20px;
	background: url(./bullet.svg) no-repeat left top;
	float: left;
}

#headersliderbullets a.active {
	background-position: left bottom;
}


.sqrcontent {
	margin-top: 60px;
	padding: 10px 0;
	background-color: #EFF2F4;
}
body {
  background-color: #1C2838;
  margin: 0;
  padding: 0;
}

footer {
  margin: 0;
  text-align: center;
  color: #EFF2F4;
}

footer a.link{
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
  color:#fff;
}

footer a.link:hover {
	text-decoration: underline;
}

.sqrtotop {
	height: 32px;
	width: 32px;
	float: right;
	background: url(up.svg) right center no-repeat;
	display: block;
}

.sqrnav.fixed {
	position: fixed;
	z-index: 300;
	top: 0;
	opacity: 0.9;
	width: 100%;
}

.sqrnav {
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  line-height: 21px;
  position: absolute;
  top: /*90px;*/ 0px;
  left: 0;
  width: 100%;
  background-color: #1C2838;
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
}

.sqrnav.sqrnavalt {
	background-color: #1C2838;
}

.sqrnav a {
  display: block;
  margin: 0;
  padding: 14px 22px;
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: uppercase;
}
.sqrnav>ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.sqrnav a.sqrnavactive, .sqrnav a:hover {
  background-color: #597FB2;
  transition: background-color 300ms;
}
@media screen and (max-width: 767px) {
  .sqrnav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
  .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
    background: url(menu.svg) right center no-repeat;
  }
  .sqrnav .sqrnavshow {
    display: block;
  }
  .sqrnav .sqrnavhide {
    display: none;
  }
  .sqrnavopen>a.sqrnavshow {
    display: none;
  }
  .sqrnavopen>a.sqrnavhide {
    display: block;
  }
  .sqrnav li.sqrnavopen>ul {
    display: block;
  }
  .sqrnav ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .sqrnavopen>ul {
    display: block;
  }
  .sqrnav {
    background-color: #1C2838;
  }
  header {
  	margin: 51px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sqrnav>a {
    display: none;
  }
  .sqrnav>ul {
    box-sizing: border-box;
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .sqrnav>ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sqrnav>ul>li {
    float: left;
  }
  .sqrnav a {
  	transition: background-color 0.2s;
  }
  header {
	margin: 0;
  }
  
  .sqrnav a {
    padding: 20px 22px;
  }
}


.sqrcommonlinks {
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    text-align: center;
	margin: 5px 10px;
}

.sqrcommonlinks a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    transition: color 0.3s;
}

.sqrcommonlinks a:hover {
    background-color: #597FB2;
	color: #333;
}
}

@keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}
@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}

html {
    overflow-y: scroll;
}