@charset "UTF-8";
/* CSS Document */

html {
	background-color: rgba(240,240,240,1.00);
	font-family: "fira_sanslight", Helvetica, "Helvetica Neue", Arial, Verdana, Geneva, "sans serif";
	font-weight: normal;
	color: rgba(26,36,46,1);
	font-size: 18px;
	line-height: 1.6;
}
html {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	/*border-radius: 8px;*/
}
@media only screen and (min-width:1280px){
html {	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}
}
body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	font-size: 1.0rem;
	border-radius: 0px;
}
strong, b {
	font-family: "fira_sansmedium", Helvetica, "Helvetica Neue", Arial, Verdana, Geneva, "sans serif";
	font-weight: normal;
	line-height: 1.6;
}
@media only screen and (min-width:1280px){
body {
	border-radius: 12px;
	padding-bottom: 2rem;
}
}
*:focus {
	outline: none;
}
::selection {
	color: #ffffff;
	background-color: rgba(0,134,192,1);
	}
::-moz-selection {
	background-color: rgba(0,134,192,1);
	color: #ffffff;
}
p {
	margin-bottom: 1.6;
}
p.nomarginbottom {
	margin-bottom: 0;
}

img {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.nowrap {
white-space:nowrap;
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.50);
	border-radius: 12px;
}
.content {
	background-color: rgba(255,255,255,1);
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2.5rem;
	padding-right: 1.5rem;
	padding-bottom: 2.5rem;
	padding-left: 1.5rem;
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.content a {
	color: rgba(26,36,46,1);
}
.content.topcont {
	background: rgba(0,134,192,1);
	background-image: linear-gradient(to bottom right,rgba(0,108,155,1.00), rgba(36,164,220,0.00));
	/*background-color: rgba(36,164,220,1.00);*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	min-height: 50vh;
	
}
@media only screen and (min-width:769px){
.content {
	padding-right: 3.5rem;
	padding-left: 3.5rem;
}
}
@media only screen and (min-width:1281px)
{
.content {
	padding-right: 5rem;
	padding-left: 5rem;
}

.content.topcont {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
}

.logocontainer {
	position: relative;
	left: 0px;
	display: block;
	margin-top: 13vh;
	height: 18vh;
	min-width: 260px;
	max-width: 380px;
	/*background: rgba(186,60,62,1.00);*/
}
@media only screen and (min-width:581px){
	.logocontainer {
	right: 0px;
	display: block;
	margin-top: 13vh;
	height: 18vh;
	min-width: 320px;
	max-width: 440px;
}
}
h1, h2, h3, h4, h5, h6 {
	font-family: "fira_sansmedium";
	font-weight: normal!important;
	color: rgba(0,134,192,1);
}

.headlinecontainer {
	position: relative;
	top: 10%;
	display: block;
	margin-top: 8vh;
	text-align: right;
	color: #FFF;
	width: 100%;
	margin-bottom: 6vh;
	margin-right: 10vw;
	font-size: 5vw;
	font-family: "fira_sanslight";
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.headlinecontainer h1{
	font-size: 5vw;
	font-family: "fira_sansmedium";
	margin: 0px;
	padding: 0px;
}
@media only screen and (min-width:769px){
.headlinecontainer h1{
	font-size: 2rem;
}
}
h2.headlinecont {
	font-size: 1.9rem;
	padding: 0px;
	line-height: 2.3rem;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
@media only screen and (min-width:769px){
h2.headlinecont {
	font-size: 2.2rem;
	line-height: 2.5rem;
	margin-bottom: 12px;
}
}
h3.headlinecont {
	padding: 0px;
	font-size: 1.4rem;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	line-height: 1.8rem;
}
@media only screen and (min-width:769px){
h3.headlinecont {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 20px;
}
}

.leistungen {
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px 0px rgba(26,36,46,0.3);
	border: 1px solid rgba(26,36,46,1);
	padding: 0px;
	margin-top: 1rem;
	margin-right: 0px;
	margin-bottom: 1rem;
	margin-left: 0px;
}
.leistungen p {
	margin: 0px;
	padding: 0.5rem;
	padding-right: 0rem;
}
.leistungen h4 {
	line-height: 20px;
	font-weight: 300;
	color: #FFF;
	background-color: rgba(26,36,46,1);
	margin: 0px;
	padding: 0.5rem;
	width: 100%;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.0
.5rem;
	letter-spacing: 0.05rem;
}
/*p {
	margin: 0rem;
	margin-bottom: 0.8rem;
	padding: 0px;
}*/

.parallaxer {
	background: rgba(0,134,192,1);
	background-image: linear-gradient(to bottom right,rgba(0,108,155,1.00), rgba(36,164,220,0.00));

}
img.para-img {
	width: 100%;
	height: auto;
}
.parallaxer-content {
	position: relative;
	padding-top: 14vh;
	top: 0%;
	left: 0%;
	text-align: center;
	background-color: rgba(0,134,192,0.5);
	background-image: linear-gradient(to bottom right,rgba(0,108,155,1.00), rgba(36,164,220,0.00));
	/*background-image: url("../img_site/waagen-w-10.png");
	background-position: center;*/
	font-size: 7vw;
	font-weight: normal;
	box-sizing: border-box;
	vertical-align: middle;
	color: rgba(255,255,255,1);
	line-height: 5.6vw;
	margin: 0rem;
	height: 100%;
	text-shadow: 0px 0px 3px rgba(26,36,46,0.35);
}
.parallaxer-typo-w {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}
.parallaxer-typo-b {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}
.parallaxer-typo-g {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}
@media only screen and (min-width:581px){
.parallaxer-content {
	padding-top: 14.0vh;
	font-size: 6vw;
	font-weight: 200;
	line-height: 5.6vw;
	margin: 0rem;
	height: 100%;
}
}
@media only screen and (min-width:769px){
.parallaxer-content {
	padding-top: 17.5vh;
	/*font-size: 4rem;
	line-height: 4.6rem;*/
}
.parallaxer-typo-w {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}
.parallaxer-typo-b {
	color: rgba(134,157,186,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}
.parallaxer-typo-g {
	color: rgba(26,36,46,1);
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}

}
@media only screen and (min-width:1280px){
.parallaxer-content {
	padding-top: 20vh;
	font-size: 4rem;
	line-height: 4.6rem;
}
}

blockquote {
	font-size: 92%;
border-left:.0rem solid #ddd;
	width: 100%;
	font-family: "fira_sanslight", Helvetica, "Helvetica Neue", Arial, Verdana, Geneva, "sans serif";
	margin: 0px;
	padding-right: 2vw;
	padding-bottom: 2vh;
	padding-top: 0px;
	padding-left: 0px;
}
.author {
	font-size: 54%;
	/*color: #FFF;*/
	font-weight: normal;
	font-family: "fira_sanslight", Helvetica, "Helvetica Neue", Arial, Verdana, Geneva, "sans serif";
	letter-spacing: 0.05rem;
	position: absolute;
	right: 6vw;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
@media only screen and (min-width:540px){
	.author {
	font-size: 46%;
}
}
@media only screen and (min-width:769px){
	.author {
	font-size: 32%;
}
}
.termin {
	font-size: 3vw;
	line-height: 3.6vw;
	padding-top: 2vw;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.termin strong{
	font-weight: 500;
	font-size: 3.8vw;
}
@media only screen and (min-width:769px){
.termin {
	font-size: 1.6vw;
	line-height: 1.8vw;
	padding-top: 1.5vw;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}
.termin strong{
	font-weight: 500;
	font-size: 1.9vw;
}
}

.navleiste {
}
.navleistesticky {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/*nav{
	color: rgba(192,199,204,1);
	font-weight: 300;
	background-color: rgba(26,36,46,1);
	margin: 0px;
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 0px;
	padding-right: 3rem;
	padding-bottom: 0px;
	padding-left: 3rem;
}
nav ul {
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
nav ul li {
	margin: 0px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 20px;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
nav ul li a {
	color: rgba(192,199,204,1);
	line-height: 57px;
	text-decoration: none;
	width: 100%;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(26,36,46,1);
	box-sizing: border-box;
}
nav ul li a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(192,199,204,1);
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(8,11,14,0.6);
	box-sizing: border-box;
}*/
.navboxsticky {
	width: 100%;
	padding-top: 2px;
}
.navlogo {
	padding-top: 2px;
	width: 200px;
	display: none;
	padding-left: 10px;
}
.navlogosticky {
	display: block;
}
.clear{
	clear: both;
	line-height: 0px;
	height: 0px;
	width: 0px;
}
.bg-test {
	background-color: rgba(255,102,255,0.2);
}

.textliste {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.6;
	margin-left: 18px;
	text-indent: -20px;
	padding: 0px;
}
.textliste100 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.6;
	margin-left: 80px;
	text-indent: -80px;
	padding: 0px;
}

ul.textliste li {
	font-size: 1em;
	line-height: 1.6;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url("../img_site/chevron-right.png");
}

ul.textliste li.j198289 {
	font-size: 1em;
	line-height: 1.6;
	list-style-position: inside;
	list-style-type: "1982 - 89  ";
	list-style-image: none;
}


.footer {
	width: 100%;
	display: block;
	margin-bottom: 0rem;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1rem;
	padding-left: 0px;
	background: rgba(0,134,192,1);
	background-image: linear-gradient(to bottom right,rgba(0,108,155,1.00), rgba(36,164,220,0.00));
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media only screen and (min-width:1280px){
.footer {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	}
}
.footercontbody {
	/*background-color: rgba(134,157,186,1);*/
	padding: 3rem;
	font-size: 0.85rem;
	border: 0px;
	margin-bottom: 4rem;
}
.footerlogo {
	width: 300px;
	height: 80px;
	overflow: hidden;
}
.footernav {
	margin-left: 108px;
	margin-top: 1rem;
}
.footernav a  {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0.85rem;
}
.footeradresse {
	margin-left: 72px;
	margin-top: 0rem;
	color: rgba(255,255,255,1.00);
}
.footeradresse a {
	color: rgba(255,255,255,1.00);
}
.footer .footercont{
	width: 100%;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	margin-top: 1rem;
	display: block;
	font-size: 0.85rem;
	color: rgba(255,255,255,1.00);

}

@media only screen and (min-width:769px){
.footer .footercont {
	padding-right: 3.5rem;
	padding-left: 3.5rem;
	}
}
@media only screen and (min-width:1280px){
.footer .footercont {
	padding-right: 5rem;
	padding-left: 5rem;
	}
}
.footercont a {
	color: rgba(255,255,255,1.00);
}
.negtext {
	color: #FFF;
}
.errornumber {
	font-size: 22vw;
	font-weight: 200;
	text-decoration: none;
	line-height: 21vw;
}
