/*	-------------------------Global------------------------- 	*/

html { scroll-behavior: smooth; }

body 
{ 
background:#fff;
background-size:100% auto;
background-repeat:no-repeat;
font: 19px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
line-height: 32px;
letter-spacing: 0.03em;
color: #4c4e52;
background-color: #ffffff;
margin: 0;
}

a
{ 
	color: #f7a609;
	text-decoration: none;
}

a:hover
{ 
	color: #f7a609;
	text-decoration: underline;
}


/*	-------------------------Header-------------------------	*/


#headerbg
{ 
	width: 100%;
	height: 110px;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 11px;
}

#header
{ 
	width: 100%;
	height: 120px;
	position: absolute;
	margin-top: 11px;
}

#headerlogo
{ 
	width: 180px;
	height: 110px;
	z-index: 3000;
	position: absolute;
	top: 0px;
	background: #f7a609;
}

#headerlogo img
{ 
	width: 180px;
	padding-top: 33px;
}

#headerfixlogo
{ 
	width: 180px;
	height: 38px;
	z-index: 2000;
	position: fixed;
	text-align: center;
	top: 11px;
	left: 0px;
	background: #f7a609;
}

#headerfixlogo img
{ 
	width: 154px;
}

#headerheadline h1
{ 
	position: absolute;
	top: 50px;
	left: 196px;
	font: 20px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #857768;
}

#headertel
{ 
	position: fixed;
	top: 18px;
	left: 270px;
	z-index: 5000;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: none;
}

#headernavigation
{ 
	width: 50%;
	height: 38px;
	background: #444;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: none;
}

#headernavigation a
{ 
	margin: 0px 7px 0px 7px;
	top: 7px;
	position: relative;
}

#headernavigation img
{ 
	height: 38px;
	position: fixed;
	top: 11px;
	right: 0;
}

#headernavigatiom
{ 
	width: 100%;
	height: 38px;
	background: #fff;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigatiom a
{ 
	margin: 0px 7px 0px 7px;
	top: 7px;
	position: relative;
}

#headernavigatiom img
{ 
	height: 38px;
	position: fixed;
	top: 11px;
	right: 0;
}

#headernavigationin
{ 
	padding-right: 40px;
	display: block;
}

nav {
   height:120px;
   position: fixed;
   top:0px;
   right:0;
   background: none;
   left:0;
   transition: transform .25s .1s ease-in-out;
   display: block;
}

.down nav {
   transform: translate3d(0, -160px, 0); // um 100px nach oben verschieben
}


/*	-------------------------Content-------------------------	*/


#contentstart
{ 
	width: 100%;
	position: absolute;
	top: 100%;
}


#textblockmax
{ 
	width: 96%;
	text-align: left;
	padding: 70px 0 80px 0;
}

#textblockrechts
{ 
	width: 94%;
	padding: 0 3% 0 3%;
	max-width: 1400px;
	text-align: left;
}

#textblockrechts h2
{ 
	font: 25px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 41px;
	letter-spacing: 0.03em;
	margin-bottom: 40px;
}

#textblockrechts a
{ 
	font: 22px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	letter-spacing: 0.03em;
	height: 36px;
	width: 195px;
	padding-top: 8px;
	display: block;
	background-image: url('img/mehr.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}

#textblockrechts a:hover
{ 
	text-decoration: none;
	background-image: url('img/mehrhover.png');
}

#textblocklinks
{ 
	width: 94%;
	padding: 0 3% 0 3%;
	max-width: 1400px;
	text-align: left;
}

#textblocklinks h2
{ 
	font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 45px;
	letter-spacing: 0.03em;
}

#textblocklinks h3
{ 
	font: 31px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}

#textblocklinks a
{ 
	font: 22px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	letter-spacing: 0.03em;
	height: 36px;
	width: 195px;
	padding-top: 8px;
	display: block;
	background-image: url('img/mehr.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}

#textblocklinks a:hover
{ 
	text-decoration: none;
	background-image: url('img/mehrhover.png');
}

#bildblock
{ 
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

#bildblock img
{ 
	width: 100%;
	text-align: left;
	float: left;
}

#bildblock img.desk
{ 
	width: 50%;
	text-align: left;
	float: left;
	display: none;
}

#leistungright
{ 
}

#leistungright a
{ 
	width: 74%;
	margin: 0 3% 0 3%;
	padding: 45px 10% 45px 10%;
	text-align: center;
	background-color: #f7a609;
	float: right;
	outline: 3px solid white;
    outline-offset: -3px;
    color: #ffffff;
    font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 37px;
	letter-spacing: 0.03em;
	background-repeat: no-repeat;
	background-position: -100% -100%;
	background-size: 1px;
}

#leistungright a:hover
{ 
	text-decoration: none;
    color: #ffffff;
	background-color: #none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#leistungleft
{ 
}

#leistungleft a
{ 
	width: 74%;
	margin: 0 3% 0 3%;
	padding: 45px 10% 45px 10%;
	text-align: center;
	background-color: #f7a609;
	float: left;
	outline: 3px solid white;
    outline-offset: -3px;
    color: #ffffff;
    font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 37px;
	letter-spacing: 0.03em;
	background-repeat: no-repeat;
	background-position: -100% -100%;
	background-size: 1px;
}

#leistungleft a:hover
{ 
	text-decoration: none;
    color: #ffffff;
	background-color: #none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#sechzig
{ 
	width: 94%;
	margin: 0 3% 50px 3%;
	line-height: 35px;
	float: left;
}

#sechzig h3
{ 
	font: 34px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}

#vierzig
{ 
	width: 94%;
	margin: 0 3% 0 3%;
	line-height: 35px;
	float: left;
	text-align: center;
}

#vierzig img
{ 
	width: 90%;
	max-width: 300px;
	margin-bottom: 40px;
}

#vierzig h4
{ 
	font: 22px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 30px;
	margin-bottom: 5px;
	letter-spacing: 0.03em;
	color: #857768;
}

#vierzig h5
{ 
	font: 24px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 32px;
	margin-bottom: 15px;
	letter-spacing: 0.03em;
	color: #857768;
}

#vollzeile
{ 
	width: 94%;
	padding: 0 3% 0 3%;
	font: 24px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	margin-bottom: 50px;
}

#vollzeile a
{ 
	padding: 15px 20px 13px 20px;
	background: #f7a609;
	color: #fff;
	border: none;
    border-radius: 2pt;
}

#vollzeile a:hover
{ 
	text-decoration: none;
}

#vollzeile h3
{ 
	font: 31px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}

#scrolldown
{ 
	position: absolute;
	bottom: 30px;
	margin-left: -90px;
	left: 50%;
	z-index: 90000000;
	color: #000;
}

#scrolldown img
{ 
	width: 180px;
}


/*	-------------------------Footer-------------------------	*/



#footer
{ 
	width: 96%;
	padding: 2%;
	font: 24px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	background: #f7a609;
	margin-top: 150px;
}

#footer a
{ 
	font: 20px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	color: #ffffff;
	padding: 7px
}

#footer img
{ 
	width: 45px;
	margin-top: 30px;
}

#footbutton
{ 
	width: 100%;
	text-align: left;
}

#footbutton a
{ 
	font: 22px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	letter-spacing: 0.03em;
	height: 36px;
	width: 190px;
	margin-bottom: 30px;
	padding: 8px 0 0 50px;
	display: block;
	background-image: url('img/mehr1.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}

#footbutton a:hover
{ 
	text-decoration: none;
	background-image: url('img/mehrhover.png');
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}





/*	-------------------------Content-------------------------	*/



/*	-------------------------up to 950-------------------------	*/


@media screen and (min-width: 950px) {


/*	-------------------------Header-------------------------	*/


#headerbg
{ 
	width: 100%;
	height: 100px;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 11px;
}

#header
{ 
	width: 100%;
	height: 120px;
	position: absolute;
	margin-top: 11px;
}

#headerlogo
{ 
	width: 250px;
	height: 100px;
	z-index: 3000;
	position: absolute;
	top: 0px;
	background: #f7a609;
}

#headerlogo img
{ 
	width: 250px;
	padding-top: 20px;
}

#headerfixlogo
{ 
	width: 180px;
	height: 38px;
	z-index: 2000;
	position: fixed;
	text-align: center;
	top: 11px;
	left: 0px;
	background: #f7a609;
}

#headerfixlogo img
{ 
	width: 154px;
}

#headerheadline h1
{ 
	position: absolute;
	top: 53px;
	left: 270px;
	font: 25px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #857768;
}

#headertel
{ 
	position: fixed;
	top: 18px;
	left: 270px;
	z-index: 5000;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation
{ 
	width: 100%;
	height: 38px;
	background: #fff;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation a
{ 
	margin: 0px 7px 0px 7px;
	top: 7px;
	position: relative;
}

#headernavigation img
{ 
	height: 38px;
	position: fixed;
	top: 11px;
	right: 0;
}


#headernavigatiom
{ 
	width: 100%;
	height: 38px;
	background: #fff;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 17px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: none;
}

#headernavigatiom a
{ 
	margin: 0px 7px 0px 7px;
	top: 7px;
	position: relative;
}

#headernavigatiom img
{ 
	height: 38px;
	position: fixed;
	top: 11px;
	right: 0;
}


#headernavigationin
{ 
	padding-right: 45px;
	display: block;
}

nav {
   height:120px;
   position: fixed;
   top:0px;
   right:0;
   background: none;
   left:0;
   transition: transform .25s .1s ease-in-out;
   display: block;
}

.down nav {
   transform: translate3d(0, -160px, 0); // um 100px nach oben verschieben
}



/*	-------------------------Content-------------------------	*/





/*	-------------------------up to 1050-------------------------	*/


@media screen and (min-width: 1050px) {


body 
{ 
background:#fff;
background-size:100% auto;
background-repeat:no-repeat;
font: 21px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
line-height: 27px;
letter-spacing: 0.03em;
color: #4c4e52;
background-color: #ffffff;
margin: 0;
}

/*	-------------------------Header-------------------------	*/


#headerbg
{ 
	width: 100%;
	height: 120px;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 11px;
}

#header
{ 
	width: 100%;
	height: 120px;
	position: absolute;
	margin-top: 11px;
}

#headerlogo
{ 
	width: 300px;
	height: 120px;
	z-index: 3000;
	position: absolute;
	top: 0px;
	background: #f7a609;
}

#headerlogo img
{ 
	width: 300px;
	padding-top: 25px;
}

#headerfixlogo
{ 
	width: 190px;
	height: 42px;
	z-index: 2000;
	position: fixed;
	text-align: center;
	top: 11px;
	left: 0px;
	background: #f7a609;
}

#headerfixlogo img
{ 
	width: 172px;
}

#headerheadline h1
{ 
	position: absolute;
	top: 62px;
	left: 330px;
	font: 32px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #857768;
}

#headertel
{ 
	position: fixed;
	top: 20px;
	left: 330px;
	z-index: 5000;
	font: 18px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation
{ 
	width: 100%;
	height: 42px;
	background: #fff;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 18px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation a
{ 
	margin: 0px 9px 0px 9px;
	top: 9px;
	position: relative;
}

#headernavigation img
{ 
	height: 42px;
	position: fixed;
	top: 11px;
	right: 0;
}

#headernavigationin
{ 
	padding-right: 50px;
	display: block;
}

nav {
   height:120px;
   position: fixed;
   top:0px;
   right:0;
   background: none;
   left:0;
   transition: transform .25s .1s ease-in-out;
   display: block;
}

.down nav {
   transform: translate3d(0, -160px, 0); // um 100px nach oben verschieben
}
}



/*	-------------------------Content-------------------------	*/

#contentstart
{ 
	width: 100%;
	position: absolute;
	top: 100%;
}


#textblockmax
{ 
	width: 96%;
	text-align: left;
	padding: 130px 0 70px 0;
}

#textblockrechts
{ 
	width: 60%;
	padding: 0 3% 0 37%;
	max-width: 1400px;
	line-height: 35px;
	text-align: left;
}

#textblockrechts h2
{ 
	font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 45px;
	letter-spacing: 0.03em;
	margin-bottom: 40px;
}

#textblockrechts a
{ 
	font: 25px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	letter-spacing: 0.03em;
	height: 40px;
	width: 220px;
	padding-top: 8px;
	display: block;
	background-image: url('img/mehr.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 45px;
}

#textblockrechts a:hover
{ 
	text-decoration: none;
	background-image: url('img/mehrhover.png');
}

#textblocklinks
{ 
	width: 60%;
	padding: 0 37% 0 0;
	max-width: 1400px;
	line-height: 35px;
	text-align: left;
}

#textblocklinks h2
{ 
	font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 45px;
	letter-spacing: 0.03em;
}

#textblocklinks h3
{ 
	font: 34px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}

#textblocklinks a
{ 
	font: 25px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	letter-spacing: 0.03em;
	height: 40px;
	width: 220px;
	padding-top: 8px;
	display: block;
	background-image: url('img/mehr.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 45px;
}

#textblocklinks a:hover
{ 
	text-decoration: none;
	background-image: url('img/mehrhover.png');
}

#bildblock
{ 
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

#bildblock img
{ 
	width: 50%;
	text-align: left;
	float: left;
}

#bildblock img.desk
{ 
	width: 50%;
	text-align: left;
	float: left;
	display: block;
}

#leistungright
{ 
}

#leistungright a
{ 
	width: 18%;
	padding: 45px 1% 45px 1%;
	margin: 0;
	text-align: center;
	background-color: #f7a609;
	float: right;
	outline: 3px solid white;
    outline-offset: -3px;
    color: #ffffff;
    font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 37px;
	letter-spacing: 0.03em;
	background-repeat: no-repeat;
	background-position: -100% -100%;
	background-size: 1px;
}

#leistungright a:hover
{ 
	text-decoration: none;
    color: #ffffff;
	background-color: #none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#leistungleft
{ 
}

#leistungleft a
{ 
	width: 18%;
	padding: 45px 1% 45px 1%;
	margin: 0;
	text-align: center;
	background-color: #f7a609;
	float: left;
	outline: 3px solid white;
    outline-offset: -3px;
    color: #ffffff;
    font: 28px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 37px;
	letter-spacing: 0.03em;
	background-repeat: no-repeat;
	background-position: -100% -100%;
	background-size: 1px;
}

#leistungleft a:hover
{ 
	text-decoration: none;
    color: #ffffff;
	background-color: #none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#sechzig
{ 
	width: 55%;
	padding-right: 5%;
	margin: 0;
	line-height: 35px;
	float: left;
}

#sechzig h3
{ 
	font: 34px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}

#vierzig
{ 
	width: 35%;
	padding-left: 5%;
	margin: 0;
	line-height: 35px;
	float: left;
	text-align: center;
}

#vierzig img
{ 
	width: 90%;
	max-width: 350px;
	margin-bottom: 40px;
}

#vierzig h4
{ 
	font: 22px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 30px;
	margin-bottom: 5px;
	letter-spacing: 0.03em;
	color: #857768;
}

#vierzig h5
{ 
	font: 24px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 32px;
	margin-bottom: 15px;
	letter-spacing: 0.03em;
	color: #857768;
}


#vollzeile
{ 
	width: 94%;
	padding: 0 3% 0 3%;
	font: 24px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	margin-bottom: 100px;
}

#vollzeile a
{ 
	padding: 15px 20px 13px 20px;
	background: #f7a609;
	color: #fff;
	border: none;
    border-radius: 2pt;
}

#vollzeile h3
{ 
	font: 37px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	color: #857768;
}



/*	-------------------------up to 1300-------------------------	*/


@media screen and (min-width: 1300px) {


/*	-------------------------Header-------------------------	*/


#headerbg
{ 
	width: 100%;
	height: 150px;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 10px;
}

#header
{ 
	width: 100%;
	height: 150px;
	position: absolute;
	margin-top: 10px;
}

#headerlogo
{ 
	width: 340px;
	height: 150px;
	z-index: 3000;
	position: absolute;
	top: 0px;
	background: #f7a609;
}

#headerlogo img
{ 
	width: 340px;
	padding-top: 35px;
}

#headerfixlogo
{ 
	width: 220px;
	height: 51px;
	z-index: 2000;
	position: fixed;
	text-align: center;
	top: 11px;
	left: 0px;
	background: #f7a609;
}

#headerfixlogo img
{ 
	width: 225px;
}

#headerheadline h1
{ 
	position: absolute;
	top: 80px;
	left: 380px;
	font: 36px Helvetica Neue Thin; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #857768;
}

#headertel
{ 
	position: fixed;
	top: 27px;
	left: 380px;
	z-index: 5000;
	font: 21px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation
{ 
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	top: 11px;
	z-index: 1000;
	text-align: right;
	font: 21px Helvetica Neue Light; os-regular, Arial, Verdana, 'Trebuchet MS ',Sans-Serif;
	line-height: 27px;
	letter-spacing: 0.03em;
	display: block;
}

#headernavigation a
{ 
	margin: 0px 9px 0px 9px;
	top: 16px;
	position: relative;
}

#headernavigation img
{ 
	height: 56px;
	position: fixed;
	top: 10px;
	right: 0;
}

#headernavigationin
{ 
	padding-right: 60px;
	display: block;
}

nav {
   height:150px;
   position: fixed;
   top:0;
   right:0;
   background: none;
   left:0;
   transition: transform .25s .1s ease-in-out;
   display: block;
}

.down nav {
   transform: translate3d(0, -160px, 0); // um 100px nach oben verschieben
}

#contentstart
{ 
	width: 100%;
	position: absolute;
	top: 100%;
}


/*	-------------------------Content-------------------------	*/


#textblockmax
{ 
	width: 96%;
	text-align: left;
	padding: 190px 0 90px 0;
}

}