/* override bootstrap styles */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,700,600);

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

body {
	color: #646464;
	background-color: #efefef;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.navbar-form input, .form-inline input {
	width: auto;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #000044;
}

h1, h2, h3, .highlight, .navbar a, #masthead h4 {
	font-family: 'Open Sans', sans-serif;
}

.ora {
	color: #f37a36;
}

.grey {
	color: #B4B4B4;
}

.btn_link {
	color: #FFF;
	background: #12bf00;
	display: inline-block;
	padding: 9px 15px;
	margin: 20px 0px;
	margin-bottom: 60px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bold {
	font-weight: 600;
}

.ueberschrift {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 27px;
}

.trennlinie {
	margin: 70px 0px;
	width: 100%;
}

.slogan {
	line-height: 28px;
	font-size: 21px;
	margin-top: 22px;
	color: #1C3766;
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
}

footer {

	margin-top: -80px;
	padding-top: 115px;
	color: #fff;
	padding-bottom: 18px;
	height: auto;
	background-color: #0090ED;
	line-height: 22px;
}

.footer-nav {
	margin: 0 auto;
	display: inline-block;
	margin-top: 55px;
}

.footer-nav a {
	color: #fff;
	border-radius: 0px !important;
	border-right: 1px solid #fff;
	padding: 2px 15px !important;
}

.footer-nav a:hover {
	color: #fff;
	background: none !important;
	text-decoration: underline !important;
}

.footer-nav li:last-child a {
	border-right: 0px solid #fff;
}

.nav-pills > li+ li {
	margin-left: 0px;
}

header .navbar-brand {
	float: left;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 10px;
}

#masthead {
	background-color: #000044;
	color: #aaaacc;
}

#masthead  .navbar-default {
	height: 100px;
	margin: 0;
	background-color: #FFFFFF;
	border-color: #e7e7e7;
	z-index: 9999;
}

#masthead  .navbar-default .navbar-nav > li > a {
	color: #FFF;
	background: #0090ed;
	padding: 9px 15px;
	margin: 5px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#masthead  .navbar-default .navbar-nav > li > a:hover {
	background: #1d3566;
	color: #FFF;
	border-bottom: 3px solid #f37a36;
	padding-bottom: 6px;
}

#masthead  ul.nav.navbar-nav.navbar-right {
	margin-top: 25px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	width: 100% \9;
	width: 100%;
	height: auto;
}

#masthead h1 {
	font-size: 55px;
	line-height: 1;
	color: #fefeff;
	margin-top: 50px;
}

#masthead .well {
	margin-top: 31px;
	background-color: #111166;
	border-color: #000022;
	color: #efefff;
	min-height: 127px;
}
.panel {
	margin-top: -100px;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.91);
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
	padding: 15px 80px;
}

.einleitung {
	color: #0090ED;
	font-size: 17px;
	margin: 25px 0px;
}

#dienstleistungen_img {
	background-image: url("{#designPath#}/img/bild_knowhow.jpg");
	background-size: cover;
	margin: 0px;
}

input {
	display: block;
	background: #dddddd;
	width: 100%;
	max-width: 400px;
	margin: 10px 0px;
	padding: 5px;
	border: none;
}

textarea#nachricht {
	display: block;
	background: #dddddd;
	width: 100%;
	max-width: 400px;
	margin: 10px 0px;
	padding: 5px;
	border: none;
}
#kontakt {
	margin-top: 75px;
}

#kontakt_btn {
	color: #FFF;
	background: #12bf00;
	display: inline-block;
	padding: 9px 15px;
	margin: 10px 0px;
	margin-bottom: 1px;
	font-weight: 600;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#topPanel {
	padding-top: 0px;
	padding-left: 22px;
	padding-right: 22px;
}
#topPanel .panel-body {
	padding-top: 0px;
}

.navbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
}

.top-spacer {
	background-color: #ffffff;
	height: 40px;
}

a, a:hover {
	color: #223344;
	text-decoration: none;
}

.icon-bar {
	background-color: #fff;
}

@media screen and (min-width: 768px) {

	#masthead h1 {
		font-size: 80px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.navbar-bright {
	background-color: #0090ED;
	color: #fff;
	margin-bottom: 0;
	border-width: 0;
}

.navbar {
	position: relative;
	min-height: 42px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.navbar-bright a, .navbar-bright .navbar-brand, #masthead h4 {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .08em;
}

.navbar-bright li > a:hover {
	background-color: #000044;
}

.dropdown-menu {
	min-width: 250px;
}

.caret {
	color: #fff;
}

.navbar-toggle {
	color: #fff;
	border-width: 0;
}

.navbar-toggle:hover {
	background-color: #fff;
}

.panel {
	border-color: transparent;
	border-radius: 0;
}

.thumbnail {
	margin-bottom: 8px;
}

.img-container {
	overflow: hidden;
	height: 170px;
}

.img-container img {
	min-width: 280px;
	min-height: 180px;
	max-width: 380px;
	max-height: 280px;
}

.txt-container {
	overflow: hidden;
	height: 100px;
}

.panel .lead {
	overflow: hidden;
	height: 90px;
}

.label-float {
	margin: 0 auto;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	opacity: .9;
	padding: 6px;
	color: #fff;
}

.btn-twitter {
	background-color: #4099FF;
	color: #fff;
}
.btn-facebook {
	background-color: #3B5998;
	color: #fff;
}
.btn-google-plus {
	background-color: #d34836;
	color: #fff;
}

.btn-twitter:hover {
	background-color: #3088FF;
	color: #62BBFF;
}
.btn-facebook:hover {
	background-color: #2A4998;
	color: #4C6BBA;
}
.btn-google-plus:hover {
	background-color: #C23836;
	color: #E45A58;
}
@media screen and (max-width: 768px) {

	.panel-body {
		padding: 15px 20px;
	}
}
