/*****************************************************

Theme: Bluestyle
Author: flamegate.com
Notice: This is an Premium Theme on Themeforest.com
Date: 18/05/2015

******************************************************/

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* Main Styles */
html {
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
body {
	width: 100%;
	height: 100%;
		padding:5px;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	background-color:#efefef;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color:#00202F;
}
h3 {
	font-size:16px;
	margin-top:30px;
	margin-bottom:15px;
	color:#006599;
}
p {
	margin: 0 0 25px;
	font-size: 17px;
	line-height: 1.5;
}
a {
	color: #006599;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #176e61;
}
.light {
	font-weight: 400;
	color:#006599;
}
/* Navigation Styles */
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}
.navbar-brand {

	text-shadow:0 1px 0 rgba(0, 0, 0, 0.8);
	font-size:28px;
	font-family: 'Fjalla One', sans-serif;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom.top-nav-collapse a {
	color: #fff;
}
.navbar-custom.top-nav-collapse .nav li.active a {
	color:#fff;
}
.navbar-custom .nav li a {
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background:#B2D1E5;
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {background:#B2D1E5;
}
/* Intro Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
background:url(../img/intro.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-body {
	display: table-cell;
	vertical-align: middle;
}
.brand-heading {
	font-size: 40px;
	font-weight:800;
	color:#fff;
	margin:0;
font-family: 'Fjalla One', sans-serif;
}

.intro-text {
	font-size: 18px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .3);
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.content-section {
	padding: 140px 0;
	border-bottom:1px solid #efefef;
}
.section-1-bg {
	display: table;
	width: 100%;
	height: auto;
	padding: 110px 0;
	text-align: center;
	color: #fff;
	background: url(../img/bezier_bg.jpg) no-repeat top left scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#paralax {
	background: url(../img/intro.jpg) no-repeat top left scroll;
	background-attachment:fixed;
	padding: 100px 0;
	position: relative;
	box-shadow:inset 0 5px 8px rgba(0, 0, 0, 0.5);
}
#paralax h2, #paralax p {
	color:#fff;
}
#contact .contentform {
	background-color:#FBFBFB;
	padding-top:30px;
}
#contact .contentform h4 {
	margin-bottom:5px;
}
#contact .contentform p {
	font-size:13px;
}
#contact .contentform label, #contact .contentform #submit {
	margin:10px 0;
}
.col-lg-4.wow p {
	padding:0 20px;
	font-size:13px;
	color:#666;
}
.numscroller {
	font-size:60px;
	color:#B2D1E5;
	margin:0;
	text-shadow:0px -1px 0 #fff;
}
#filters {
	margin-bottom:15px;
}
.thumbnail {
	padding:0;
}
.thumbnail h3 {
	margin:0;
}
.thumbnail p {
	font-size:13px;
	color:#666;
	margin:0;
}
.ziel-section {
	padding:180px 0 !important;
}
.ziel-section h2 {
	margin-bottom:50px;
}
.content-ubermich {
	display: table;
	width: 99%;
	height: 100%;
	color: #fff;
	background: url(../img/uber.jpg) no-repeat bottom left scroll;
	background-color: #000;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
}
.contact-section {
	padding:180px 0 300px !important;
}
.contact-section p {
	line-height:35px;
}
.btn {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #006599;
	color: #006599;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #006599;
	outline: 0;
	color: #fff;
	background-color: #006599;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}
/* Helpers */
::-moz-selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255, 255, 255, .2);
}

::selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255, 255, 255, .2);
}
 img::selection {
 background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}

/* Footer */
#beforefooter {
	padding:50px 0;
}
footer.content-section {
	padding:50px 0;
	background-color:#212121;
	color:#fff;
}
footer h4 {
	color:#efefef;
	font-size:13px;
}
footer p {
	font-size:13px;
}
footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
footer ul li {
	border-bottom:1px solid #666;
	font-size:13px;
	padding:5px 0;
	margin:5px 0;
}
footer .navbar-brand {
	color:#fff;
	margin:0;
	padding:0;
}
footer i {
	margin-right:10px;
}
footer .col-lg-4 img {
	width:100%;
}
footer .madewithlove {
	font-size:13px;
	color:#666;
	margin-top:15px;
}
/* Lightbox */
#lightbox .modal-content {
	display: inline-block;
	text-align: center;
}
#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	right: -55px;
	z-index:1032;
}
/* Thumbnail action on hover */
.view {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	height: auto;
	max-width: 100%;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.vievth img {
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.vievth .mask {
	background-color: rgba(0, 0, 0, 0.8);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.vievth h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.vievth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.vievth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.vievth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.vievth:hover img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}
.vievth:hover h2, .vievth:hover p, .vievth:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.pricelist td:nth-child(2n) { text-align:right;}

/* Responsive Styles */
 @media(max-width:1199px) {
 ul.banner-social-buttons {
 margin-top: 15px;
}
}
 @media(max-width:767px) {
 ul.banner-social-buttons>li {
 display: block;
 margin-bottom: 20px;
 padding: 0;
}
 ul.banner-social-buttons>li:last-child {
 margin-bottom: 0;
}
}
 @media(min-width:767px) {
	 .headings:before {
	margin-right:15px;
}
.headings:after {
	margin-left:15px;
}
.headings:before, .headings:after {
	display: inline-block;
	width: 80px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: #ccc;
}
.brand-heading:before {
	margin-right:15px;
}
.brand-heading:after {
	margin-left:15px;
}
.brand-heading:before, .brand-heading:after {
	display: inline-block;
	width: 80px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}
 p {
 margin: 0 0 35px;
 font-size: 17px;
 line-height: 1.5;
}
 .navbar {
 padding: 40px 0;
 border-bottom: 0;
 letter-spacing: 1px;
 background: 0 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
 padding: 0;
 background-color: #006599;
}
 .navbar-custom.top-nav-collapse {
 border-bottom: 1px solid rgba(0, 0, 0, .03);
}
 .intro {
 height: 100%;
 padding: 0;
}
 .navbar-custom.top-nav-collapse .navbar-brand {
 color:#fff;
 text-shadow:none;
}
 .brand-heading {
 font-size:58px;
}
 .intro-text {
 font-size: 20px;
}
 .preise-section {
 padding: 100px 0;
}
 #map {
 height: 400px;
 margin-top: 250px;
}
}
