body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
	line-height:1.5em;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F4D03F;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #e9b244;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #e9b244;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #e9b244;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom 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 {
	outline: 0;
	color: #e9b244;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #e9b244;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: normal;
	color: #125585;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:1em;
}
#intro .intro-body .brand-heading {
	color: #e9b244;
	text-shadow: 2px 2px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}
.btn-default {
	color: #125585;
	background: #e9b244;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* Willkommen Section */
#willkommen {
	padding: 5% 0;
	background: url(../img/bg_1.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #555;
}
#willkommen .container {
	background:rgba(255,255,255,0.8);
}
#willkommen .willkommen-text {
	margin-left: 10px;
}

#willkommen img.img-responsive {
	margin: 20px auto;
}

#willkommen p {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Über Section */
#ueber {
	padding: 5% 0;
	background: url(../img/ueber-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #555;
}
#ueber .container {
	background:rgba(255,255,255,0.8);
}
#ueber .ueber-text {
	margin-left: 10px;
}
#ueber h2 {
	font-size: 20px;
}
#ueber li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#ueber li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}

#ueber img {
	margin-top: 20px;
}
#ueber p {
	margin-bottom: 20px;
}

#ueber hr {
	margin-bottom: 0px;
}

/* Über2 Section */
#ueber2 {
	padding: 5% 0;
	background: url(../img/bg_2.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#ueber2 .container {
	background:rgba(255,255,255,0.8);
}
#ueber2 .service {
	padding: 20px 10px;
}
#ueber2 h2 {
	color: #555;
	font-size:24px;
	line-height:normal;
}
#ueber2 h3 {
	font-size: 20px;
	font-weight: 600;
	color: #555;
}
#ueber2 p {
	color: #555;
}
.space {
	margin-top: 40px;
}
#ueber2 i.fa {
	font-size: 36px;
	color: #e9b244;
	transition: all 0.5s;
}

/* Stress Section */
#stress {
	padding: 5% 0;
	background: url(../img/stress-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#stress .container {
	background:rgba(255,255,255,0.8);
	margin-bottom:30px;
}
#stress .service {
	padding: 20px 10px;
}

#stress h3 {
	font-size: 20px;
	font-weight: 600;
	color: #555;
	margin-top:0;
}
#stress p {
	color: #555;
	margin-top: 20px;
	margin-bottom: 30px;
}




/* Angebote Section */
#angebote {
	padding: 5% 0;
	background: url(../img/bg_2.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#angebote .container {
	background:rgba(255,255,255,0.8);
}
#angebote .service {
	padding: 20px 10px;
}
#angebote h2 {
	color: #555;
	font-size:24px;
	line-height:normal;
}
#angebote h3 {
	font-size: 20px;
	font-weight: 600;
	color: #555;
}
#angebote p {
	color: #555;
}
.space {
	margin-top: 40px;
}
#angebote i.fa {
	font-size: 36px;
	color: #e9b244;
	transition: all 0.5s;
}

/* Kontakt Section */
#kontakt {
background: url(../img/bg_3.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #555;
	padding: 5% 0;
}
#kontakt .container {
	background:rgba(255,255,255,0.8);
}
#kontakt .section-title.center {
	padding-bottom:0;
}
#kontakt .kontakt-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#kontakt h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}
#kontakt form {
	padding: 30px 0;
}
#kontakt i.fa {
	font-size: 22px;
	color: #e75926;
	margin-bottom: 10px;
}
#kontakt .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#kontakt .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#kontakt .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#kontakt .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#kontakt .btn-default:hover, #kontakt .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#kontakt .social ul {
	margin-top: 30px;
}
#kontakt .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#kontakt .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#kontakt .social i.fa:hover {
	color: #a13e1a;
}
#kontakt .impressum {
	font-size:0.6em;
}
/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #e75926;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}
