﻿/****************/ /*** Core CSS ***/ /****************/
*{
	margin:0;
	padding:0;
	outline:0;
}
html{
	min-height: 100%;
	position: relative;
}
body {
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300; 
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	color: #575756;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}
a:link,a:visited {
	text-decoration: none;
	font-weight: 300;
	color: #878787;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	font-weight: 700;
}
a:focus {
	outline: 0;
}
img {
	border: 0 none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*************************** TOP ********************************/
.white_top {
	position: fixed;
	width: 100%;
	height: 45px;
	top: 0px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-khtml-opacity: 0.9 /* sehr alte Versionen von Mozilla Firefox */
	-moz-opacity: 0.9 /* alte Versionen von Mozilla Fireox */
	-webkit-opacity: 0.9 /* alte Versionen von Webkit-Browsern */
	filter: alpha(opacity=90)   /* ältere Versionen des Internet Explorers inklusive Version 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Internet Explorer Version 8 */
	opacity: 0.9;    
	z-index: 999;
}

/*************************** LOGO ********************************/
#logo{
	width: 100%;
	height: 97px;
}
#logo a{
	display: block;
	height: 97px;
	width: 100%;
	background: transparent url(../images/logo.png) right 0 no-repeat;
}

/*************************** NAVI TOP ********************************/
.nav > li > a {
    display: block;
    padding: 0;
    position: relative;
}
.navi {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.close_navi {
	position: absolute;
	width: 245px;
	height: 45px;
	padding: 0 0 0 55px;
	font-weight: 300; 
	font-size: 17px;
	line-height: 45px;
	color: #3c3c3b;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background: transparent url(../images/open_navi.png) 0 0 no-repeat;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.close_navi:hover{
	font-weight: 700;
	cursor: pointer;
	background: transparent url(../images/open_navi.png) 0 -45px no-repeat;
}

.navi_top {
	width: 100%;
	height: auto;
}
.navi_top ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 47px 0 0 45px;
}
.navi_top li{
	width: 200px;
	padding: 0 10px 0 10px;
	margin: 0 0 2px 0;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px #706f6f;
	-webkit-box-shadow: 0px 0px 3px #706f6f;
	box-shadow: 0px 0px 3px #706f6f;
}
.navi_top a {
	display: block;
	width:100%;
	font-weight: 300; 
	font-size: 17px;
	line-height: 45px;
	color: #3c3c3b;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}
.navi_top a:hover {
	font-weight: 700; 
	color: #3c3c3b;
}
.navi_top .active a{
	font-weight: 700;
	color: #3c3c3b;
}

/****************** SLIDER ******************/
.item img {
	width:100%;
	position: relative;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:0.5;
}

.carousel-control.left {
	top:50%;
	color: #fff;
}
.carousel-control.left:hover {
	top:50%;
	color: #94c11f;
	opacity: 1;
}
.carousel-control.right {
	top:50%;
	color: #fff;
}
.carousel-control.right:hover {
	top:50%;
	color: #94c11f;
	opacity: 1;
}

/****************** ANGEBOTE ******************/
.breite {
	position: relative;
	bottom: 30px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background: transparent url(../images/bg_angebote.png) 0 0 repeat;
}

.thumbnail {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.angebot {
	padding: 0;
	margin: 0;
}

/****************** Startseite ******************/
.button {
	margin-bottom: 20px;
}
.btn {
	position: relative;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	z-index: 1;
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_01:hover{
	color: #fff;
	background-color: #d964a2;
	-moz-box-shadow: 0px 0px 0px 5px #d964a2;
	-webkit-box-shadow: 0px 0px 0px 5px #d964a2;
	box-shadow: 0px 0px 0px 5px #d964a2;
	z-index: 99;
	opacity: 1;
}
.btn:focus {
	outline: 0;
	color: #fff;
}
.btn_02:hover{
	color: #fff;
	background-color: #95c11f;
	-moz-box-shadow: 0px 0px 0px 5px #95c11f;
	-webkit-box-shadow: 0px 0px 0px 5px #95c11f;
	box-shadow: 0px 0px 0px 5px #95c11f;
	z-index: 99;
	opacity: 1;
}
.btn_03:hover{
	color: #fff;
	background-color: #e55d50;
	-moz-box-shadow: 0px 0px 0px 5px #e55d50;
	-webkit-box-shadow: 0px 0px 0px 5px #e55d50;
	box-shadow: 0px 0px 0px 5px #e55d50;
	z-index: 99;
	opacity: 1;
}
.btn_04:hover{
	color: #fff;
	background-color: #1d71b8;
	-moz-box-shadow: 0px 0px 0px 5px #1d71b8;
	-webkit-box-shadow: 0px 0px 0px 5px #1d71b8;
	box-shadow: 0px 0px 0px 5px #1d71b8;
	z-index: 99;
	opacity: 1;
}
.btn_05:hover{
	color: #fff;
	background-color: #575756;
	-moz-box-shadow: 0px 0px 0px 5px #575756;
	-webkit-box-shadow: 0px 0px 0px 5px #575756;
	box-shadow: 0px 0px 0px 5px #575756;
	z-index: 99;
	opacity: 1;
}
.btn_06:hover{
	color: #fff;
	background-color: #ffcc00;
	-moz-box-shadow: 0px 0px 0px 5px #ffcc00;
	-webkit-box-shadow: 0px 0px 0px 5px #ffcc00;
	box-shadow: 0px 0px 0px 5px #ffcc00;
	z-index: 99;
	opacity: 1;
}
.btn_07:hover{
	color: #fff;
	background-color: #706f6f;
	-moz-box-shadow: 0px 0px 0px 5px #706f6f;
	-webkit-box-shadow: 0px 0px 0px 5px #706f6f;
	box-shadow: 0px 0px 0px 5px #706f6f;
	z-index: 99;
	opacity: 1;
}
.color_01{
	background-color: #d964a2;
}
.color_02{
	background-color: #95c11f;
}
.color_03{
	background-color: #e55d50;
}
.color_04{
	background-color: #1d71b8;
}
.color_05{
	background-color: #575756;
}
.color_06{
	background-color: #ffcc00;
}
.color_07{
	background-color: #706f6f;
}


/****************** CONTENT ******************/
.full {
	width: 100%;
	padding: 0;
}

/****************** LEISTUNGSSPEKTRUM ******************/
.sektion {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.hintergrundbild {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.text {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*min-height: 470px;*/
	/*padding: 60px 0 60px 0;*/
	background-color: #fff;
	border-top: 3px solid #d964a2;
	border-bottom: 3px solid #d964a2;
	z-index: 2;
}
.text p {
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300; 
	font-size: 14px;
	line-height: 25px;
	color: #575756;
	text-align: left;
	font-size: 16px;
}
.hintergrundbild img {
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}
.img_klein {
	float: right;
}
.lila h3 {
	color: #d964a2;
}
.gruen h3 {
	color: #95c11f;
}
.gruen.text{
	border: #95c11f solid;
	border-width: 3px 0;
}
.orange h3 {
	color: #e55d50;
}
.orange.text{
	border: #e55d50 solid;
	border-width: 3px 0;
}
.blau h3 {
	color: #1d71b8;
}
.blau.text{
	border: #1d71b8 solid;
	border-width: 3px 0;
}
.grau h3 {
	color: #575756;
}
.grau.text{
	border: #575756 solid;
	border-width: 3px 0;
}
.braun h3 {
	color: #ffcc00;
}
.braun.text{
	border: #ffcc00 solid;
	border-width: 3px 0;
}
.grau h3 {
	color: #706f6f;
}
.grau.text{
	border: #706f6f solid;
	border-width: 3px 0;
}

/****************** Tabs *****************/
.nav.nav-tabs a {
	font-size: 16px;
	color: #575756;
}
ul.nav.nav-tabs li a {
	padding: 10px 13px;
}
ul.nav.nav-tabs li a:hover {
	font-weight: 300;
}
.inner_padding {
	padding: 30px 15px 30px 15px;
}
.inner_padding p {
	font-size: 16px;
	text-align: left;
}
/****************** Team *****************/
.caption {
	margin-bottom: 30px;
}
div.caption h4 {
	color: #575756;
}
div.caption p{
	color: #575756;
	margin-bottom: 0;
}
.caption p span {
	font-size: 16px;
	padding-right: 7px;
}
.img-responsive {
	float: none !Important;
}

/****************** FILM *****************/
.film {
	position: relative;
	background: #fff; 
}
.film_over {
	position: absolute;
	width: 200px;
	height: 35px;
	top: 7px;
	left: 270px;
	background: #fff;
	z-index: 999;
}

/****************** GOOGLE MAPS *****************/
.anfahrt {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
#map{
	width: 100%;
	height: 500px;
}

/****************** KONTAKT *****************/
img.img-responsive {
	float: left;
}
.vcard_tebo {
	width: 189px;
	height: 37px;
}
.vcard_tebo a {
	display: block;
	width: 189px;
	height: 37px;
	background: transparent url(../images/vcard_tebo.png) 0 0 no-repeat;
}
.vcard_tebo a:hover {
	background: transparent url(../images/vcard_tebo.png) 0 -37px no-repeat;
}
.vcard_hirsch {
	width: 189px;
	height: 37px;
}
.vcard_hirsch a {
	display: block;
	width: 189px;
	height: 37px;
	background: transparent url(../images/vcard_hirsch.png) 0 0 no-repeat;
}
.vcard_hirsch a:hover {
	background: transparent url(../images/vcard_hirsch.png) 0 -37px no-repeat;
}

/****************** FOOTER *******************/
#footer {
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
}

.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.anschrift {
	float: left;
	padding: 0 50px 15px 0;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300; 
	font-size: 14px;
	line-height: 25px;
	color: #575756;
}
.aufeinenblick {
	float: left;
	width: 100%;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700; 
	font-size: 18px;
	line-height: 25px;
	color: #575756;
}

/****************** NAVI AUFEINENBLICK *******************/
.navi_aufeinenblick {
	float: left;
	width: 280px;
}
.navi_aufeinenblick a {
	float: left;
	width: 140px;
	font-weight: 300; 
	line-height: 25px;
	color: #575756;
}
.navi_aufeinenblick a:hover {
	font-weight: 400;
	color: #3c3c3b;
}
.navi_aufeinenblick .active>a {
	font-weight: 400; 
	color: #3c3c3b;
}

.abschluss {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

/****************** Formular *******************/
#ff_elem9, #ff_elem11, #ff_elem14 {
	width: 350px !Important;
	padding: 5px;
	border: 1px solid #c3c3c1;
}
#ff_elem9:focus, #ff_elem11:focus, #ff_elem14:focus {
	border: 1px solid #94c11f;
}
#ff_capimgValue.ff_capimg {
	width: 220px !Important;
}
#ff_form2.bfQuickMode div#ff_div15 {
	padding: 5px 58px;
	background-color: #f1f1f1;
}
#bfCaptchaEntry {
	position: relative;
	padding: 5px;
	width: 220px;
	border: 1px solid #c3c3c1;
}
input#bfCaptchaEntry:focus {
	border: 1px solid #94c11f;
}
#ff_elem16 {
	position: relative;
	padding: 5px;
	width: 350px !Important;
	border: none;
	color: #fff;
	background-color: #94c11f;
}
#ff_elem16:hover {
	background-color: #e95b2b;
}

/****************** OTHERS *******************/
.clear {
	clear: both;
}
h1 {
	color: #575756;
	font-size: 48px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 40px;
}
h2 {
	color: #575756;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h3{
	color: #575756;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin: 30px 0 15px 0;
	text-align: left;
}
h4{
	color: #575756;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin: 20px 0 15px 0;
	text-align: left;
}
h5{
	color: red;
}
h6{
	color: red;
}


ul.list-daten li{
	list-style: disc;
	padding-left: 10px;
	margin-left: 20px;
}