@font-face {
    font-family: 'Din Text Pro Light';
    src: url('../fonts/PFDINTextPro-Light.eot');
    src: url('../fonts/PFDINTextPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDINTextPro-Light.woff') format('woff')
         url('../fonts/PFDINTextPro-Light.svg#PFDINTextPro-Light') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Din Text Pro Regular';
    src: url('../fonts/PFDINTextPro-Regular.eot');
    src: url('../fonts/PFDINTextPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDINTextPro-Regular.woff') format('woff'),
         url('../fonts/PFDINTextPro-Regular.svg#PFDINTextPro-Regular') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FS Albert Web Bold';
    src: url('../fonts/FSAlbertWeb-Bold.eot');
    src: url('../fonts/FSAlbertWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSAlbertWeb-Bold.woff') format('woff'); 
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FS Albert Web Regular';
    src: url('../fonts/FSAlbertWeb-Regular.eot');
    src: url('../fonts/FSAlbertWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FSAlbertWeb-Regular.woff') format('woff'); 
    font-style: normal;
    font-weight: normal;
}

* {
	outline:none;	
}

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

#logo {	
	position:absolute;
	top:40px;
	right:40px;
	z-index:9999;
}

#header {
	position:relative;
	width:100%;
	height:100%;
	bottom:72px;
	background-color:#1d1e1f;
}

#header .slide .caption {
	position:absolute;
	width:100%;
	top:50%;
	left:15%;
	width:70%;
	margin-top:-140px;
}

#header .slide .caption .headline {
	font-size:54px;
	line-height:64px;
	font-family:"FS Albert Web Bold", Verdana , sans-serif; font-size-adjust:0.49; font-weight:bold; font-style:normal;
	margin-bottom:20px;
	color:#ffffff;
}

#header .slide .caption .text {
	width:450px;
	font-size:22px;
	line-height:36px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
	color:#ffffff;
}

#header .slide .caption .link {
	cursor:pointer;
	position:absolute;
	z-index:99999998;
}

#header .slide .caption .link a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0px;
	background-color:#ffffff;
	text-transform:uppercase;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	font-size:15px;
	letter-spacing:2px;
	color:#1d1e1f;
	-webkit-transition:background-color 0.15s, -webkit-transform 0.15s;
    transition:background-color 0.15s, transform 0.15s;
	padding:9px 20px 8px 20px;
	cursor:pointer;
	text-decoration:none;
}

#header .slide .caption .link a:hover {
	background-color:#eeeeee;
}

#header.mobile .navigation.left, 
#header.mobile .navigation.right {
	display:none;
}

#navigation {
	position:relative;
	display:block;
	width:100%;
	top:-72px;	
	height:72px;
	border-bottom:1px solid #ebebeb;
	background-color:#FFFFFF;
	z-index:9999;
}

#navigation .spacer {
	display:inline-block;
	height:72px;
	width:1px;
	vertical-align:middle;	
}

#navigation-sticky-wrapper.is_stuck #navigation {
	margin-top:-72px;
}

#navigation-sticky-wrapper.is_stuck #navigation,
#navigation-sticky-wrapper.is_stuck #navigation .spacer {
	height:72px;
}

#navigation .container .left {
	float:left;
	padding-left:30px;
	border-left:1px solid #ebebeb;
}

#navigation .container .right {
	float:right;
	padding-left:31px;
	padding-right:5px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

#navigation a {
	font-size:15px;
	padding-right:25px;
	text-transform:uppercase;
	vertical-align:middle;
	text-decoration:none;
	color:#3f3f3e;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	letter-spacing:2px;
	-webkit-transition:color 0.1s, -webkit-transform 0.1s;
    transition:color 0.1s, transform 0.1s;
}

#navigation a:hover {
	color:#6fc7ee;
}

#navigation .container .logo_icon {
	display:block;
	width:96px;
	height:72px;
	float:right;
	text-align:center;
	overflow:hidden;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;	
}

#navigation .container .logo_icon a {
	padding-right:0px;
	font-size:24px;
	margin-right:8px;
}

#navigation .container .logo_icon .page_link {
	display:none;
}

#navigation .container .logo_icon .facebook_link {
	display:inline;
}

#navigation-sticky-wrapper.is_stuck #navigation .container .logo_icon .page_link {
	display:inline;
}

#navigation-sticky-wrapper.is_stuck #navigation .container .logo_icon .facebook_link {
	display:none;
}

@-webkit-keyframes pulse {
	from { color:#3f3f3e; }
	25% { color:#6fc7ee; }
	50% { color:#3f3f3e; }
	75% { color:#6fc7ee; }
	to { color:#3f3f3e; }
}

#shop_link {
	-webkit-animation:pulse 4.0s infinite alternate;
}

#navigation-sticky-wrapper.is_stuck #shop_link {
	-webkit-animation: none !important;
}

#navigation_mobile {
	display:none;
	position:absolute;
	height:60px;
	width:100%;
	top:0px;
	left:0px;
	z-index:99999999;
	background-color:rgba(255, 255, 255, 0.97);
	border-bottom:1px solid #ebebeb;
}

#navigation_mobile .menu {
	display:block;
	margin-right:96px;
}

#navigation_mobile .menu .expand {
	text-transform:uppercase;
	line-height:59px;
	font-size:15px;
	text-decoration:none;
	color:#3f3f3e;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	letter-spacing:2px;
	background-image:url(../images/menu_icon.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:30px;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
}

#navigation_mobile .menu .expand.active {
	color:#ffffff;
	background-color:#1d1e1f;
	background-image:url(../images/menu_icon_hover.png);
	border-bottom:1px solid #3f3f3e;	
}

#navigation_mobile .menu .items {
	display:none;
	background-color:#1d1e1f;
	height:100%;
}

#navigation_mobile .menu .items.active {
	display:block;
}

#navigation_mobile a {
	display:block;
	padding-left:30px;
	line-height:60px;
	border-bottom:1px solid #3f3f3e;	
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	letter-spacing:2px;
}

#navigation_mobile a.call {
	position:absolute;
	left:0px;
	right:96px;
	background-color:#65d468;
	border:0px;
	color:#1d1e1f;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

#navigation_mobile .icon {
	float:right;
	width:15%;	
	cursor:pointer;
	line-height:60px;
	text-align:center;
	width:96px;
	border-left:1px solid #ebebeb;	
}

#navigation_mobile .icon img {
	margin-right:6px;
	margin-bottom:2px;
}

h1 {
	font-size:38px;
	line-height:72px;
	text-decoration:none;
	font-family:"FS Albert Web Bold", Verdana , sans-serif; font-size-adjust:0.49; font-weight:bold; font-style:normal;
	margin-top:0px;
	color:#3f3f3e;
	border-bottom: 2px solid #3f3f3e;
	display:inline;
}

p {
	font-size:20px;
	line-height:36px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
	margin-bottom:30px;
	color:#626262;
}

h1 + p {
	margin-top:72px;
}

a {
	color:#4c86a0;
	-webkit-transition:color 0.1s, -webkit-transform 0.1s;
    transition:color 0.1s, transform 0.1s;
	cursor:pointer;	
	text-decoration:none;
}

a:hover {
	color:#6fc7ee;
	text-decoration:none;
}

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

.content {
	padding-top:120px;
	padding-bottom:120px;	
}

.content.first {
	padding-top:150px;
	padding-bottom:222px;	
}

.content.second {
	padding-top:222px;
	padding-bottom:222px;	
}

.content .image_container {
	margin-bottom:36px;
}

.content h1 + .image_container,
.content p + .image_container {
	margin-top:72px;	
}

.content .image_container .caption {
	width:100%;
	border-bottom:1px solid #ebebeb;
}

.content .image_container .caption .spacer {
	display:inline-block;
	height:60px;
	width:1px;
	vertical-align:middle;		
}

.content .image_container .caption .left {
	float:left;
	padding-left:20px;
}

.content .image_container .caption .left .text {
	display:inline-block;
	vertical-align:middle;
	font-size:22px;	
	font-family:"FS Albert Web Bold", Verdana , sans-serif; font-size-adjust:0.49; font-weight:bold; font-style:normal;
}

.content .image_container .caption .right {
	float:right;
	width:150px;
	text-align:right;
	padding-right:20px;
}

.content .image_container .caption .right a {
	display:inline-block;
	vertical-align:middle;	
	font-size:15px;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	color:#d7d7d7;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-transition:color 0.1s, -webkit-transform 0.1s;
    transition:color 0.1s, transform 0.1s;
}

.content .image_container .caption .right a:hover {
	color:#6fc7ee;
}

#leistungen {
	position:relative;
	width:100%;
	height:720px;
	background-color:#1d1e1f;
}

#leistungen .slide .background {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	opacity:0.0;
	-webkit-transition:opacity 0.4s, -webkit-transform 0.4s;
    transition:opacity 0.4s, transform 0.4s;
}

#leistungen .slide .caption {
	position:absolute;
	left:15%;
	width:70%;
	top:50%;
	margin-top:-130px;
	text-align:center;
}

#leistungen:hover .slide .background,
#leistungen.mobile .slide .background {
	opacity:1.0;
}

#leistungen .slide .caption .headline {
	font-size:60px;
	font-family:"Din Text Pro Light", Verdana, sans-serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
	margin-bottom:72px;
	color:#ffffff;
	letter-spacing:8px;
}

#leistungen .slide .caption .text {
	display:inline-block;
	width:100%;
	font-size:22px;
	line-height:36px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
	color:#ffffff;
}


#leistungen .navigation.left, 
#leistungen .navigation.right, 
#leistungen .indicators {
	opacity:0.0;
	-webkit-transition:left 0.4s, right 0.4s, bottom 0.4s, opacity 0.4s, -webkit-transform 0.2s;
    transition:left 0.4s, right 0.4s, bottom 0.4s, opacity 0.4s, transform 0.2s;	
}

#leistungen:hover .navigation.left, 
#leistungen:hover .navigation.right, 
#leistungen:hover .indicators, 
#leistungen.mobile .indicators { 
	opacity:1.0;
}

#leistungen.mobile .navigation.left, 
#leistungen.mobile .navigation.right {
	display:none;
}

#leistungen .navigation.left {
	left:33px;
}

#leistungen:hover .navigation.left {
	left:45px;
}

#leistungen .navigation.right {
	right:33px;
}

#leistungen:hover .navigation.right {
	right:45px;
}

#leistungen .indicators {
	bottom:58px;
}

#leistungen:hover .indicators,
#leistungen.mobile .indicators {
	bottom:70px;
}

#footer {
	position:relative;
	width:100%;
	padding-top:222px;
	padding-bottom:222px;
	background-color:#1d1e1f;
}

#footer p {
	color:#ffffff;	
	margin-bottom:36px;
	font-size:20px;
	line-height:36px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
}

#footer p a {
	color:#ffffff;
}

#footer p a:hover {
	color:#6fc7ee;
}

#footer .dark {
	color:#626262;	
}

#footer .darker {
	color:#3f3f3e;	
}

#footer .headline {
	font-size:38px;
	margin-bottom:36px;
	font-family:"FS Albert Web Bold", Verdana , sans-serif; font-size-adjust:0.49; font-weight:bold; font-style:normal;
}

#footer .copyright {
	padding-top:100px;
	text-transform:uppercase;
	color:#3f3f3e;	
	font-size:15px;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	letter-spacing:2px;
}

#footer a {
	color:#555555;
	text-decoration:none;	
	-webkit-transition:color 0.2s, -webkit-transform 0.2s;
    transition:color 0.2s, transform 0.2s;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;	
}

#footer #kontakt td.desc,
#footer #kontakt td.field,
#footer #kontakt td.border {
	border-bottom:1px solid #555555;
	vertical-align:bottom;
	color:#555555;
	font-size:15px;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	letter-spacing:2px;
}

#footer #kontakt td.desc label {
	font-weight:normal;
	cursor:pointer;
}

#footer #kontakt td.desc,
#footer #kontakt td.field {
	padding:10px 0px 10px 12px;
	padding-top:25px;
}

#footer #kontakt td.desc {
	width:127px;	
	text-transform:uppercase;
}

#footer #kontakt td.border {
	width:1px;
}

#footer #kontakt td.border div {
	width:1px;
	height:8px;	
	background-color:#555555;
}

#footer #kontakt tr.error td.desc,
#footer #kontakt tr.error td.field,
#footer #kontakt tr.error td.border {
	border-bottom:1px solid #ee6f6f;
	color:#ee6f6f;
}

#footer #kontakt tr.error td.border div {
	background-color:#ee6f6f;
}

#footer #kontakt input[type='text'],
#footer #kontakt textarea {
	display:block;
	width:100%;
	background-color:transparent;
	border:0px;
	color:#ffffff;
	resize:none;
	padding:0px;
	margin:0px;
	font-size:20px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
}

#footer #kontakt tr.error input[type='text'],
#footer #kontakt tr.error textarea {
	color:#ee6f6f;
}

#footer #kontakt tr.submit_area td {
	vertical-align:middle;	
	color:#555555;
}

#footer #kontakt input[type='submit'] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0px;
	background-color:#555555;
	text-transform:uppercase;
	font-family:"Din Text Pro Regular", Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
	font-size:15px;
	letter-spacing:2px;
	color:#1d1e1f;
	-webkit-transition:background-color 0.15s, -webkit-transform 0.15s;
    transition:background-color 0.15s, transform 0.15s;
	padding:9px 20px 8px 20px;
}

#footer #kontakt input[type='submit']:hover {
	background-color:#d8d8d8;
}

#footer #kontakt input[type='submit'].error {
	background-color:#ee6f6f;
}

#footer #kontakt #kontakt_error_message {
	display:none;
	text-transform:uppercase;	
	padding-left:12px;
}

#footer #kontakt #kontakt_form {
}

#footer #kontakt #kontakt_sent {
	display:none;	
}

#footer #kontakt #kontakt_sent .text {
	color:#626262;
	font-size:20px;
	line-height:36px;
	font-family:"FS Albert Web Regular", Verdana , sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
	margin-bottom:30px;
}

#footer #kontakt #kontakt_sent .text #kontakt_sender {
	color:#ffffff;
}

@media (max-width: 767px) {
    
	#logo {
		display:none;	
	}
	
	#header {
		top:-61px;
		bottom:0px;	
	}
	
	#header .slide .caption {
		left:5%;
		width:90%;
		margin-top:-90px;
	}
	
	#header .slide .caption .headline {
		margin:0px;	
		font-size:40px;
		line-height:48px;
	}
	
	#header .slide .caption .text {
		display:none;	
	}
	
	#header .slide .caption .link {
		padding-top:20px;	
	}
	
	#navigation {
		display:none;
	}
	
	#navigation_mobile {
		display:block;
	}
	
	.fader .navigation {
		display:none;	
	}
    
	.fader .indicators {
		bottom:36px !important;
	}
	
	h1 {
		font-size:28px;
		line-height:54px;
	}
	
	p {
		font-size:17px;
		line-height:28px;
	}
	
	h1 + p {
		margin-top:54px;
	}
	
	.content.first {
		padding-top:40px;
		padding-bottom:112px;	
	}
	
	.content.second {
		padding-top:112px;
		padding-bottom:82px;	
	}
	
	#leistungen {
		height:450px;
	}
	
	#leistungen .slide .caption {
		margin-top:-150px;
		left:5%;
		width:90%;
	}

	#leistungen .slide .caption .headline {
		font-size:28px;
		margin-bottom:40px;
		letter-spacing:8px;
	}
	
	#leistungen .slide .caption .text {
		font-size:17px;
		line-height:32px;
	}
	
	#footer {
		padding-top:132px;
		padding-bottom:30px;
		text-align:center;
	}
			
	#footer p {
		font-size:17px;
		line-height:28px;
	}

	#footer .copyright {
		padding-top:80px;
	}
		
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.fader .navigation.left {
		left:30px !important;
	}
    
	.fader .navigation.right {
		right:30px !important;
	}
	
	h1 {
		font-size:28px;
		line-height:54px;
	}
	
	p {
		font-size:18px;
		line-height:30px;
	}
	
	h1 + p {
		margin-top:54px;
	}
	
	.content.first {
		padding-top:100px;
		padding-bottom:142px;	
	}
	
	.content.second {
		padding-top:172px;
		padding-bottom:142px;	
	}
	
	#leistungen {
		height:550px;
	}
	
	#leistungen .slide .caption {
		left:10%;
		width:80%;
	}
	
	#leistungen .slide .caption .text {
		left:7%;
		width:86%;
	}
	
	#footer {
		padding-top:132px;
		padding-bottom:30px;
		text-align:center;
	}
		

	#footer .copyright {
		padding-top:80px;
	}
	
}
    
@media (min-width: 992px) and (max-width: 1199px ) {
    	
	#leistungen {
		height:550px;
	}
	
	#leistungen .slide .caption {
		margin-top:-150px;
	}
		
}
    
@media (min-width: 1200px) {
	
	#header .slide .caption {
		left:12%;
		width:76%;
		margin-top:-160px;
	}
	
	#header .slide .caption .headline {
		font-size:70px;
		line-height:80px;
		width:900px;
	}
	
	#header .slide .caption .text {
		width:600px;
	}
	
	#leistungen .slide .caption .text {
		width:850px;
	}
	
}