@import url("//hello.myfonts.net/count/2dc903");
@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #333333;
	font-size: 16px;
	font-family: 'ViaSansLight', sans-serif;
	background-color: #fff;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

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

a:hover {
	text-decoration: none;
}

strong {
	font-family: 'ViaSansBlack', sans-serif;
	font-weight: normal;
}

.viasans {
	font-family: 'ViaSans', sans-serif;
	font-weight: normal;
}

.blue1 {
	color: rgb(33,107,151);
}

.blue2 {
	color: rgb(15,156,216);
}

#content a:hover {
	color: rgb(15,156,216);
}



/* Colors & Fonts */

@font-face {font-family: 'ViaSans';src: url('../fonts/2DC903_0_0.eot');src: url('../fonts/2DC903_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2DC903_0_0.woff2') format('woff2'),url('../fonts/2DC903_0_0.woff') format('woff'),url('../fonts/2DC903_0_0.ttf') format('truetype'),url('../fonts/2DC903_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ViaSansBlack';src: url('../fonts/2DC903_1_0.eot');src: url('../fonts/2DC903_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2DC903_1_0.woff2') format('woff2'),url('../fonts/2DC903_1_0.woff') format('woff'),url('../fonts/2DC903_1_0.ttf') format('truetype'),url('../fonts/2DC903_1_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ViaSansLight';src: url('../fonts/2DC903_2_0.eot');src: url('../fonts/2DC903_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2DC903_2_0.woff2') format('woff2'),url('../fonts/2DC903_2_0.woff') format('woff'),url('../fonts/2DC903_2_0.ttf') format('truetype'),url('../fonts/2DC903_2_0.svg#wf') format('svg');}


/* General Layout */

#wrapper {
	width: 100%;
}

#logo {
	width: 350px;
	height: auto;
	margin-top: 60px;
}

#header_ct, #banner_ct, #content_ct, #footer_ct {
	width: 100%;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#header_ct {
	position: fixed;
	z-index: 10;
	border-bottom: 1px solid #fff;
}

#banner_ct {
	padding-top: 140px;
	position: fixed;
}

#content_ct {
	padding-top: 30px;
}

#content_wrapper {
	padding-top: 590px;
}

#footer_ct {
	padding-top: 80px;
	padding-bottom: 60px;
}

#banner {
	width: 100%;
	height: 450px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#footer {
	font-size: 14px;
	color: rgb(33,107,151);
	font-family: 'ViaSans', sans-serif;
	border-bottom: 1px dotted rgb(33,107,151);
	padding-bottom: 6px;
}

#header, #content, #footer {
	display: inline-block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 140px;
}

#content {
	line-height: 150%;
}

.content_left {
	display: inline-block;
	float: left;
	width: 700px;
}

.content_right {
	display: inline-block;
	float: left;
	width: 400px;
	padding-left: 100px;
}


/* General Style */

h3 {
	color: rgb(33,107,151);
	font-size: 40px;
	font-family: 'ViaSans', sans-serif;
	font-weight: normal;
}

.tab_sp {
	display: inline-block;
	width: 100px;
}

#content ul {
	list-style: url(../img/bullet1.jpg);
}

/* Menue */

#menu {
	list-style: none;
	float: right;
	padding-top: 65px;
}

#menu li {
	float: left;
	display: inline-block;
	padding-left: 40px;
}

#menu li a {
	font-size: 20px;
	display: inline-block;
	font-family: 'ViaSansLight', sans-serif;
	font-weight: normal;
	font-style: normal;	
	transition: all 0.5s;
}

#menu li a:hover {
	color: rgb(15,156,216);
}

#menu li a.active {
	color: rgb(15,156,216);
	font-family: 'ViaSansBlack', sans-serif;
}



/* Angebot */





/* Content */




/* Kontakt Formular */



/* ---- */






/* Galerie */




/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	opacity: 0.7;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}




/* Kontakt Formular */


#cf_main {
	width: 700px; 
	float: left; 
	display: inline-block;
}

input[type="checkbox"] {
	float: left; 
	width: 20px;
	margin-top: 3px;
	display: inline-block;
}

input[type="text"], textarea, select {
	padding: 2px 5px;
	width: 350px;
	background-color: rgba(33, 107, 151,0.2);
	border: none;
	border-bottom: 1px solid rgb(33,107,151);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	margin-right: 200px;
	color: #000;
	float: left;
}

textarea {
	width: 550px;
	margin-right: 0;
}

#contactform label {
	display: inline-block;
	width: 150px;
	padding-top: 0px;
	float: left;
	font-size: 17px;
	color: #333;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(33, 107, 151,0.1);
	border-bottom: 1px solid rgb(33,107,151);
}

input[type="submit"], input[type="reset"] {
	background-color: rgb(33,107,151);
	color: #fff;
	border: none;
	padding: 2px 8px;
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin-left: 8px;
	margin-top: 4px;
	cursor: pointer;
	cursor: hand;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: rgba(33,107,151,0.75);
}

form input.hlt, form select.hlt {
	background-color: rgb(255,217,0);
}

.hpt {
	display: none;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen 
and (max-width : 1400px) { 
	#banner {
		height: 300px;
	}
	
	#content_wrapper {
		padding-top: 440px;
	}
}


