﻿/* Schriftarten */
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin.woff') format('woff'),
         url('../fonts/Roboto-Thin.ttf') format('truetype'),
         url('../fonts/Roboto-Thin.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light.woff') format('woff'),
         url('../fonts/Roboto-Light.ttf') format('truetype'),
         url('../fonts/Roboto-Light.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype'),
         url('../fonts/Roboto-Regular.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding:0;
	color:#000;
	font-family:robotothin,Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:130%;
}

html, body{
	width:100%;
	height:100%;
}

/* parallax-wrapper */
#fullpage{
	width:100%;
	height:100%;
	display:block;
}

#fullpage section.fullsize{
	width:100%;
	height:100%;
	display:block;
}
/* home */
.logo{
	z-index:999;
	position:fixed;
	top:24px;
	/*left:16%;*/
	left:228px;
	/*width:125px;*/
	width:200px;
	-webkit-transition: width .6s;
	-moz-transition: width .6s;
	-ms-transition: width .6s;
	-o-transition: width .6s;
	transition: width .6s;
	cursor:pointer;
}
.home .background{
	position:relative;
	width:120%;
	background-color: rgba(0, 0, 0, 0.5);
	height:150px;
	top:-70px;
	left:-50px;
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#socialMenu{	
    position: absolute;
    top: 0;
	/*margin-top: 12px;
    max-width: 1090px;*/
	 margin-top: 18px;
    position: absolute;
    right: 30px;
	width: 99%;	
	
}

#socialMenu a{
	float:right;
}

#socialMenu a img{
	margin-left: 15px;
    width: 26px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;	
}

.navigation{
	position: absolute;
    right: 30px;
    top: 110px;
}

.navigation #mainNav{
    float: right;
    margin-bottom: 10px;
}

.navigation #mainNav a{
	color: #fff;
    font-size: 23px;    
    text-decoration: none;	
	margin-left: 26px;	
	display:inline-block;
	margin-left: 13px;
	padding:2px 0 2px 13px;
	/*border-left: 1px solid #B3CA00;*/
	border-left: 1px solid #7a7a7a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.navigation #mainNav a:first-of-type{
	border:0;
}

.navigation #nav a{
    color: #fff;
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
}	

.navigation #nav a, .navigation #mainNav a {
    border-bottom:1px solid transparent;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;	
}	

#active{
	color:#B3CA00 !important;
}

/* Farben */
.special .specialWrapper  #arrow:hover, #socialMenu a img:hover, 
#subNav div:hover{
	background-color:#B3CA00;
}

#fullpage section.impressum .content h1, /*.impressum .content p a,*/ 
#fullpage section.fullsize h1.para span, .navigation #mainNav a:hover, .navigation #nav a:hover , #scrollButton:hover{
	color:#B3CA00 !important;
}
	/*darkorange
	darkorange*/
	/*Interressantes blau:#1A2F46 */
		
/* parallax-seiten */
.home{
	background-color:grey;	
	background-image:url(../img/home.jpg);
	background-size:cover;
	background-position:top center;
	}

	.home .wrapper{
	color: #fff;
    left: 228px;
    /*margin-top: 80px;*/
	margin-top: 100px;
    position: relative;
    width: 760px;
	/*padding:8px 6px;*/
	/*background-color:rgba(255,255,255, 1);*/

}

.home .wrapper h1{
	font-size:30px;
	margin-bottom:20px;
	display:inline;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
	line-height: 60px;
    padding: 1px 0 3px 0;
	
	color: #B3CA00;
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);	
	background-color: rgba(0, 0, 0, 0.5)	
}

.home .wrapper h2{
	font-size:20px;
	margin-top:10px;
	margin-bottom:8px;
	color:#fff !important;
}

.home .wrapper p{
	color: #fff !important;
    font-family: robotolight,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
}

#fullpage section.fullsize{
	position:relative;
	overflow:hidden
}

/* spezialanfertigung */
.special{
	background-color:grey;	
	background-image:url(../img/special.jpg);
	background-size:cover;
	background-position:center center;
}

.special .specialWrapper{
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	top:38%;
}

.special .specialWrapper h1{
	color: #fff;
    font-family: "robotothin",helvetica,arial,sans-serif;
    font-size: 65px;
    font-weight: normal;    
}

.special .specialWrapper h2{
    color: #fff;
    font-family: "robotothin",helvetica,arial,sans-serif;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 8%;
    margin-top: 1%;
}

.special .specialWrapper  #arrow{
	width:200px;
	height:200px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border:4px solid #fff;
	margin:0 auto;
	padding-top:15px;
	font-size:100px;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	cursor:pointer;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

section.fullsize hgroup{
	position:absolute;
	bottom:5%;
	left:228px;
	display: inline-block;
	z-index:100;
}

/* überschrift */
#fullpage section.fullsize hgroup h3{
	color:#fff;
	font-weight:normal;
	font-size:32px;	
	display: block;
	text-transform:uppercase;
	font-family:robotoregular,Arial, Helvetica, sans-serif;
 	margin-bottom:25px;
	letter-spacing: 0.5px;	
}

#fullpage section.fullsize hgroup h4{
	color:#fff;
	text-shadow:none;
	font-weight:normal;
	font-size:32px;
	background-color: rgba(0, 0, 0, 0.62);
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.62), -10px 0 0 rgba(0, 0, 0, 0.62);	
	line-height:50px;
	display:inline;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
	 line-height: 53px;
    padding: 1px 0 3px 0;
}

#fullpage section.fullsize hgroup h3 span#thin{
	font-family:robotoregular,Arial, Helvetica, sans-serif;
	display:inline;
	margin:0;
	font-size:32px;	
	color:#fff !important;
	/*text-shadow: 1px 1px 1px #4B5560; */
}

.paraFront{
	width:100%;
	height:100%;
	background-size: cover;
	position:absolute;
	z-index:80;
}
.paraBack{
	background-size: cover;
	width:120%;
	height:120%;
	display:block;
	bottom:0%;
	left:-10%;
	position:absolute;
	z-index:50;
}

/* Hintergrundbilder */
	/* balkon */
	.balkon .paraFront{
		background-image:url(../img/front.png);
	}
	.balkon .paraBack{
		background-image:url(../img/back.jpg);
	}	
	/* podest */
	.podest .paraFront{
		background-image:url(../img/podestFront.png);
	}
	.podest .paraBack{
		background-image:url(../img/podestBack.jpg);
	}	
	/* brüstung */
	.bruestung .paraBack{
		background-image:url(../img/bruestungBack.jpg);
	}
	.bruestung .paraFront{
		background-image:url(../img/bruestungFront.png);
	}
	/* treppe */
	.treppe .paraFront{
		background-image:url(../img/treppeFront.png);
	}
	.treppe .paraBack{
		background-image:url(../img/treppeBack.jpg);
		background-position: right center; 
	}	
	/* imitation */
	.imitation .paraFront{
		background-image:url(../img/imiFront.png);
	}
	.imitation .paraBack{
		background-image:url(../img/imiBack.jpg);
	}
/* subNav */
#subNav{
	position:fixed;
	right:-12px;
	top:35%;
	z-index:9999;
	-webkit-transition: right .4s;
	-moz-transition: right .4s;
	-ms-transition: right .4s;
	-o-transition: right .4s;
	transition: right .4s;
}

#subNav div{
	display:block;
	width:12px;
	height:12px;
	margin-bottom:44px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background-color:#fff;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#subNav div:hover{
	cursor:pointer;
}

/* impressum */
.impressum{
	background-color:#222222;
}

.impressum .content{
	position:relative;
	margin-left:228px;
	width:1020px;
	top:52px;
}

#fullpage section.impressum .content h1{
	position:relative !important;
	margin:0;
	left:0;
	bottom:0;
	margin-top:80px;
	margin-bottom:10px;
	padding:0;
	background:0;
	height:auto;
	color:#fff;
	font-size:30px;
}

.impressum .content p{
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin-right: 40px;
    width: 33%;
	color:#a0a0a0;
}

.impressum .content p span{
	color: #fff;
	font-size: 15px;
    line-height: 20px;
}

.impressum .content p:first-of-type{
	width:22%;
}

.impressum .content p:last-of-type{
	margin-left:0;
}

.impressum .content p a{
	color:#fff;
	text-decoration:none;
}

.impressum .content p a{
	font-size: 15px;
    line-height: 20px;
}

.impressum .content p a:hover{
	text-decoration:underline;
}

/* #scrollButton */
#scrollButton {
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0.62);
    bottom: 0;
    cursor: pointer;
    display: block;
    font-family: "robotothin",helvetica,arial,sans-serif;
    font-size: 47px;
    line-height: 22px;
    padding: 28px 15px 0;
    position: fixed;
    right: 0;
    z-index: 999;
	color:#fff;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;		
}

/* text-markierung*/
::selection {
	color:#fff;
	background-color:#000;
}
::-moz-selection {
	color: #fff;
	background-color:#000;
}

/* google map */
.impressum .map{
	width:100%;
	background-image:url(../img/map.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:365px;
	position:relative;
	/*border-top:35px solid #222222;*/
	margin-top:40px;
	z-index:50;
	cursor:grab;
	cursor: -webkit-grab;
	cursor:-moz-grab;
}

.impressum .map img{
	left: 49%;
    position: absolute;
    top: 23%;
    width: 25px;
}


/* media queries */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1000px) {
	.impressum .content{
	margin-left:20px;
	}
	.impressum .content p{
		float: left;
		width: 100%;
	}
	#fullpage section.impressum .content p:last-of-type{
		margin-bottom: 52px;
	}
	.logo{
		top:20px;
		left:5%;		
		width:100px;
	}
	.home .wrapper{
		width:85%;
		left:5%;
	}	
	.impressum {
		height:auto !important;
	}	
}

/* Mobilansicht – 767px breite */
@media only screen and (max-width: 767px) {

	#fullpage section.impressum .content h1 {
		margin: -30px 0 10px;
	}
	
	#fullpage section.impressum .content p{
		margin-bottom: 20px;
	}
	
	#fullpage section.impressum .map{
		height:200px;
	}

	body #fullpage section.fullsize h1 {
		font-size: 28px;
	}
	body #fullpage section.special .specialWrapper h2 {
		font-size: 24px;
		margin-bottom: 4%;
		margin-top: 2%;
	}
	.special .specialWrapper{
		top: 8%;
	}	
	.special .specialWrapper #arrow {
		border: 2px solid #fff;
		color: #fff;
		font-size: 28px;
		height: 60px;
		margin: 0 auto;
		padding-top: 5px;
		width: 60px;
	}	
	
	.navigation #mainNav a {
		font-size: 18px;
		margin-left: 6px;
		padding: 2px 0 2px 10px;
	}	
	.home .background{
		top:-82px;
	}
	.navigation #nav {
		float: right;
	}
	.navigation #nav a {
		font-size: 16px;
		margin-left: 20px;
	}
	
	.home div.wrapper h1{
		font-size:30px !important;
		font-size: 25px !important;
		text-transform:none !important;
	}
	
	.logo{
		position:absolute;
	}
		
	.home{
		height:auto !important;
		padding-bottom:40px;
	}
	
	body #fullpage section.fullsize hgroup  {
		left: 30px;
		bottom:10%;
	}

	#fullpage section.fullsize hgroup h4 {
		font-size: 22px;
		line-height: 38px;
	}
	.navigation #mainNav a {
		font-size: 18px;
		margin-left: 8px;
		padding: 0 0 2px 8px;
	}
	.paraFront{
	display:none;
	}
	
	/* mobile hintergrund-grafiken */
	.balkon .paraBack{
		background-image:url(../img/mobileBalkon.jpg);
	}	
	.podest .paraBack{
		background-image:url(../img/mobilePodest.jpg);
	}	
	.bruestung .paraBack{
		background-image:url(../img/mobileBruestung.jpg);
	}
	.treppe .paraBack{
		background-image:url(../img/mobileTreppe.jpg);
	}
	.imitation .paraBack{
		background-image:url(../img/mobileImi.jpg);
	}	
}

/* Mobilansicht – 480px breite */
@media only screen and (max-width: 480px) {
	body #fullpage section.fullsize hgroup  {
		left: 30px;
		bottom:10%;
	}
	#fullpage section.fullsize hgroup h4 {
		font-size: 22px;
		line-height: 38px;
	}	
	.home .wrapper h2 {
    	font-size: 18px;
	}
	#subNav{
		right:-12px;
		top:10%;
	}
	#subNav div{
		display:block;
		width:12px;
		height:12px;
		margin-bottom:30px;
	}
	.paraFront{
		background-position:center center;
	}

	.paraBack{
		background-position:center center;
	}
}