

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	background: #f0f0f0; 
	font-family: arial, verdana, sans-serif; 
	font-size: 14px; 
	color: #555;
}
body {
	padding-top: 30px;
	padding-bottom: 40px;
	background: #f0f0f0; 
	font-family: arial, verdana, sans-serif; 
	font-size: 14px; 
	color: #555;
	background-image: url(../img/bg_start.gif); 
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 24px;
	line-height: 40px;
	color: #4E935B;
}

h2.main_title {
	margin-top: 116px;
	margin-bottom: 0;
}

.sidebar h3 {
	text-align: right;
}

.sidebar .row {
	margin-bottom: 10px;
}


.wrapper {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 0 10px;
	width: 970px;	
	z-index: 90; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0 0 3px rgba(0, 0, 0, 0.055);     
	box-shadow:  0 0 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.055);
}

.container {
	width: 100%;
	margin: 0 auto;
}
.secnav {
	margin: 0 auto;
	padding: 0 5px;
	width: 970px;
	font-size: 12px;
}

.content {
	width: 610px;
	padding-right: 10px;
}

/*
HEAD
*/
.rectangle .container {
	width: 970px;
}
.rectangle {
	color: white;
	margin: 20px auto 5px auto;
	background: #4e935b;
	position: relative;
	float: left;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55); 
	width: 1033px;
	left: -32px;
	z-index: 100;
}
.left_cor {
	border-color: transparent #33603B transparent transparent;
	border-style: solid;
	border-width: 20px;
	height: 0;
	width: 0;
	position: relative;
	left: -51px;
	top: 350px;
	z-index: 50;
}
.right_cor {
	border-color: transparent transparent transparent #33603B;
	border-style: solid;
	border-width: 20px;
	height: 0;
	width: 0;
	position: relative;
	left: 981px;
	top: 311px;
	z-index: 50;
}

.rectangle h2 {
	color: #fff;
}

/*
HEAD CAROUSEL
*/

.wrappercarousel {
 height: 351px;
}
.wrappercarousel div.slide {
	position: relative;
}	
.wrappercarousel div.slide img {
	width: 540px;
	height: 351px;
}
.wrappercarousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	position: absolute;
	bottom: 0;
}
.wrappercarousel div.slide h4 {
	font-size: 35px;
	padding: 30px 0 0 100px;
}
.wrappercarousel div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}
.wrappercarousel div.slide h4, .wrappercarousel div.slide p {
	color: white;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.textbanner p {
	font-style:italic; 
	font-size: 18px;
	line-height: 20px;
}

/*
FOOTER CAROUSEL
*/
.image_carousel {	
	padding: 10px 10px;
	margin-bottom: 20px;
}

.image_carousel a {
position: relative;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.055); 
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

.image_carousel img {	
	background-color: white;
	display: block;
	float: left;
}

.image_carousel a:hover {
	border-color:#4e935b;
	-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
}

.clearfix {
	float: none;
	clear: both;
}
#teamcarousel  span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 12px;
    color: #999;
	font-size: 11px;
	font-weight: bold;
}

/*
sonst
*/
.btn-primary {
 border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
color: white;
background-color: #8DDF9C;
}
.btn.disabled, .btn[disabled] {
cursor: pointer;
background-color: #8DDF9C;
background-image: none;
opacity: 1;
filter: alpha(opacity=100);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.btn.disabled.but_architektur, .btn[disabled].but_architektur {
	background-color: #DFA96B;
}

.btn.disabled.but_thermografie, .btn[disabled].but_thermografie {
	background-color: #DF322C;
}

.btn.disabled.but_blowerdoor, .btn[disabled].but_blowerdoor {
	background-color: #4765A0;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
	text-decoration:none;
	color:#ffffff;
	background-color:#4e935b;
	background-image:-moz-linear-gradient(top, #4e935b, #4e935b);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4e935b), to(#4e935b));
	background-image:-webkit-linear-gradient(top, #4e935b, #4e935b);
	background-image:-o-linear-gradient(top, #4e935b, #4e935b);
	background-image:linear-gradient(to bottom, #4e935b, #4e935b);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e935b', endColorstr='#ff4e935b', GradientType=0);}
}
.dropdown-menu .active>a,.dropdown-menu .active>a:hover {
	color:#ffffff;
	text-decoration:none;
	outline:0;
	background-color:#4e935b;
	background-color:#4e935b;
	background-image:-moz-linear-gradient(top, #4e935b, #4e935b);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4e935b), to(#4e935b));
	background-image:-webkit-linear-gradient(top, #4e935b, #4e935b);
	background-image:-o-linear-gradient(top, #4e935b, #4e935b);
	background-image:linear-gradient(to bottom, #4e935b, #4e935b);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e935b', endColorstr='#ff4e935b', GradientType=0);}
}

/*
Hauptnavigation und Breadcrump
*/
.wrapper nav {
	margin-bottom:10px;
}

.wrapper .breadcrump {
	margin-top: 15px;
	margin-bottom: 15px;
}

.nav .dropdown-toggle .caret {
	border-top-color:#4e935b;
	border-bottom-color:#4e935b;
	margin-top:6px;
}

.nav .dropdown-toggle:hover .caret {
	border-top-color:#4e935b;
	border-bottom-color:#4e935b;
}

.nav-pills > li  {
	margin-right: 1px;
}

.mod_customnav {
	height: 40px;
}

.invisible {
	 height: 0;
	 width: 0;
	 line-height: 0;
	 display: none;
}

a {
	color:#4e935b;
}
a:hover {
	color:#4e935b;
}

a.thumbnail:hover{
border-color:#4e935b;
-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}

.nav-pills>.active>a,.nav-pills>.active>a:hover {
	color:#ffffff;
	background-color:#4e935b;
}

.nav {
	margin-bottom:0px;
}
.wrapper nav.mod_customnav {
	margin-bottom: 10px;
}
.nav li a {
	text-decoration: none;
}

.pdf_link {
	float: right;
}

/*
Footer Carousel
*/

.carousel {
margin: 5px 0 5px 30px;
}

#myCarousel img, .item, .carousel-inner {
border-radius: 10px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); 
}

.carousel-caption {
border-radius: 0 0 10px 10px;
}

/*
Mitgliederliste
*/

.teamliste {  
  margin: 0 0 15px 0;
  padding: 20px 5px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.teamliste h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.teamliste h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.teamtext {
	margin-bottom: 20px;
}

input , textarea{
 width: 280px;
}














