
#start-kontakt {
	margin-bottom:22px;
	padding-top:4px;
	padding-left:6px;
}
#start-karte {
	padding-left:6px;
}
#start-karte-adresse {
	font-size:13px;
	padding-top:14px;
}
#start-nachricht-text {
	height:174px;
	margin-top:8px;
	margin-bottom:22px;
}
#map {
	border:1px solid #CCCCCC;
	min-height:212px;
}
#start-anfahrt {
	padding-top:16px;
	padding-bottom:4px;
}

/**********************************************
	Koepfe
**********************************************/

#koepfe {
	padding-bottom:50px;
}

.kopf {

	height:250px;
	position:relative;
	margin-bottom:30px;
	background-size: cover;
	background-position: center;
	background-color:#808080;
	
}

.kopf p {
	padding:0;
	margin:0;
}

.kopf a {
	text-decoration:underline;
	color:#fff;
}
.kopf .bezeichnung {
	width:100%;
	height:40px;
	overflow:hidden;
	background-image:url(/images/overlay_weiss.png);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:2px 10px 0 10px;	
	font-size:15px;
	font-family: 'Lato', sans-serif;
	line-height:22px;
	text-align:right;

}

.bezeichnung_1 {
	width:100%;
	height:40px;
	overflow:hidden;
	/*background-image:url(/images/overlay_weiss.png);*/
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:35px 10px 0 10px;	
	font-size:15px;
	font-family: 'Lato', sans-serif;
	line-height:22px;
	text-align:right;
}


#margin_top10
{
	margin-top:10px;
}
/*****************************
 Unternehmen.. 
*****************************/
hr
{
	border: 1px solid grey;
	margin-top: -10px;
}
.person
{
	margin-right: 10px; 
	margin-left: 10px;
	text-align: justify;
	min-height:180px;
}
.per_contact
{
	margin-right: 10px; 
	margin-left: 10px;
	text-align: right;
}
.margin_top10
{
	margin:auto;
	margin-top:10px;
	margin-right: 10px; 
	margin-left: 10px;
}

/*****************************
 Kontakt/Impressum
*****************************/
#kontakt_
{
	margin-right: 10px; 
	margin-left: 10px;
}
.gal-cell {
	margin-bottom:30px;
}.btn-blue {	background-color: #9E1511;	border-color: #9E1511;	color:#fff;	border-radius: 0px;	font-size:14px;	text-transform: uppercase;	padding:2px 5px;}.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active,.open .dropdown-toggle.btn-blue {	color:#fff;}.form-control label {	color:#000;}select {	-webkit-appearance: none;	-webkit-border-radius: 0px;}style-select .form-control,select.form-control,.form-control {	-webkit-appearance: none;	display: block;	height: 42px;	padding: 10px 12px;	color: #000;	background-color: #fff;	background-image: none;	border: 1px solid #CCCCCC;	border-radius: 0px;	-webkit-box-shadow: none;		  box-shadow: none;	-webkit-transition: none;		  transition: none;}/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 10px 5px 10px 0px;
	position:absolute;
}
.flexslider .slides > li {
	display: none; 
	margin-bottom:0; 
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%; 
	display: block; 
}
.flex-pauseplay span {text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	box-shadow:0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
	position: relative;
}
.flexslider.now_shadow {background: #fff; box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none; margin-top:0; margin-bottom:45px;}
.flexslider .slides {zoom: 1; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;
height:450px;

}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1; }
.flex-caption {width: auto;  padding: 2%; position: absolute; left: 10px; bottom: 0; background: rgba(0,0,0,.6); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.5); font-size: 18px; line-height: 16px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -16px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=10); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align:center;}
.flex-control-nav li {margin: 0 0 0 10px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 10px; height: 10px; display: block; background: url(../theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -10px;}
.flex-control-nav li a.active {background-position: 0 -20px; cursor: default;}
#top-line {
	text-align:center;
	padding-bottom:55px;
	margin-top:20px;
}
#logo-herrmann{
padding-bottom:10px;

}
#logo-setra {
	margin-top:40px;


}
#logo-setra img {
	float:right;
}
@media only screen and (max-width: 991px) {
	#logo-setra img {
		margin-bottom:15px;
		
	}
}

#logo-descr {
	text-align:right;
	font-weight:bold;
	margin-top:30px;

}

#main {
	margin-top:26px;
}


.font-upper {
	text-transform: uppercase;
}
.line-blue {
	border-bottom:4px solid #9E1511;

}
.line-grey {
	border-bottom:1px solid #CCCCCC;
}
.line-grey-left {
	border-left:1px solid #CCCCCC;
}


/** Make it hover **/@media (min-width: 768px) {	ul.nav li.dropdown:hover ul.dropdown-menu{		display: block;		margin:0;	}}.navbar-herrmann {	background-color: transparent;	border-radius: 0px;	border-top:2px solid #666769;	border-bottom:1px solid #CCCCCC;		margin:0;	margin-top:46px;	text-align:center;		min-height:34px;	}.navbar .navbar-nav {	display: inline-block;	float: none;	margin:0;}.navbar-herrmann .navbar-nav > li > a {	color: #000;	text-transform: uppercase;	padding:5px 27px;}@media only screen and (max-width: 991px) {	.navbar-herrmann .navbar-nav > li > a {		padding:5px 10px;	}}.navbar-herrmann .navbar-nav > li > a:hover,.navbar-herrmann .navbar-nav > li > a:focus {	color: #9E1511;	background-color: transparent;}.navbar-herrmann .navbar-nav > .active > a,.navbar-herrmann .navbar-nav > .active > a:hover,.navbar-herrmann .navbar-nav > .active > a:focus {	color: #9E1511;}.navbar-herrmann .navbar-collapse,.navbar-herrmann .navbar-form {	border-color: #000;	z-index:1000;	background:#fff;	}.navbar-herrmann .navbar-toggle .icon-bar {	background-color: #000;	z-index:1000;}.navbar-herrmann .navbar-toggle {	border-color: #000;	z-index:1000;}.navbar-herrmann .navbar-toggle:hover,.navbar-herrmann .navbar-toggle:focus {	z-index:1000;}

table,tr,td {
border-collapse:collapse;
}

body {
font-size:14px;
font-family: 'Cantarell', sans-serif;
color:#000;
margin:0;
padding:0;
}

h1,.ueberschrift {
}

h2 {
}

a img {
border:0;
}

ul {
padding:0px;
padding-left:15px;
}

input {
margin:1px 0;
}

.clear {
clear:both;
font-size:0;
}

a {
color:#9E1511;
}
a:hover {
text-decoration:underline;
}
a:active,a:focus {
outline: none;
text-decoration:none;
}

label.error {
color:red;
padding:0 5px;
}

div,li,a,form,.clear {
margin:0;
padding:0;
}
#logo-allgemein .gv-schriftzug {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

#logo-allgemein .gv-logo {
	margin:0;
}
#logo-allgemein .gv-logo a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:36px;
	font-weight:bold;
	color:#000;
}
#logo-allgemein .gv-logo a:hover {
	text-decoration:none;
}#age_background {
	background:white !important;
}
#age_background_1 {
	background:white !important;
}
#age_symbol {
	color:red !important;
}
#age_symbol_1 {
	color:red !important;
}
.agever_headline .text {
	color:black !important;
}
.agever_text {
	color:black !important;
}
.agever_noentry_headline .text {
	color:black !important;
}
.agever_noentry_text {
	color:black !important;
}
.entrybutton {
	background:orange !important;
	color:black !important;
}
.noentrybutton {
	background:red !important;
	color:red !important;
}



input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;

}

.ageverform {
  /*display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.50); /* Black w/ opacity */
  padding-top: 10px;

}

.agever_headline {
    float:left;
    width:100%;
    height:auto;
    margin:5px 0 5px 0;
}
.agever_headline i {
    float:left;
    width:14%;
    height:auto;
    color:#000000;
    font-size:28px;
    line-height:38px;
    margin:4px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:86%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:26px;
    color:#821e19;
}
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:15px;
    line-height:24px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 15px 0;
    text-align:center;
}
.agever_logo img {
    width:90%;
    max-width:350px;
    height:auto;
}
.agever_button_l {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:10px 1% 0px 0;

}
.agever_button_r {
    float:left;
    width:49%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:10px 0 0 1%;
}
.noentrybutton {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #222222;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:12px;
  line-height:20px;
}
.noentrybutton:hover {
  opacity: 0.8;
}
.entrybutton {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #821e19;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:14px;
  line-height:20px;
}
.entrybutton:hover {
  opacity: 0.8;
}
.entrybutton2 {
    float:left;
    width:100%;
    height:60px;
    text-align:center;
  background-color: #821e19;
  color: white;
  padding: 10px 10px;
  margin: 4px 0 0px 0;
  border: none;
  cursor: pointer;
  font-size:14px;
  line-height:20px;
}
.entrybutton2:hover {
  opacity: 0.8;
}
.clear {
    clear:both;
}

.ageverform_noentry {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  padding-top: 10px;
}
.agever_noentry_headline {
    float:left;
    width:100%;
    height:auto;
    margin:40px 0 20px 0;
}
.agever_noentry_headline i {
    float:left;
    width:18%;
    height:auto;
    color:#000000;
    font-size:28px;
    line-height:50px;
    margin:0px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:82%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:28px;
    color:#821e19;
}
.agever_noentry_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:18px;
    line-height:28px;
    color:#000000;
    text-align:center;
    margin:10px 0 40px 0;
}
.agever_noentry_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 30px 0;
    text-align:center;
}
.agever_noentry_logo img {
    width:90%;
    max-width:350px;
    height:auto;
}
.modal-content {
    position:relative;
    background-color: #ffffff;
    margin: 5px auto;
    border: none;
    width: 90%;
    box-shadow:4px 4px 4px rgba(0,0,0,0.4);
}
.formcontainer {
  padding: 16px;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}


@media only screen and (min-width: 768px) {
.agever_headline i {
    float:left;
    width:8%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:46px;
    margin:0px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:92%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:34px;
    color:#821e19;
}	
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:28px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 20px 0;
    text-align:center;
}
.agever_logo img {
    width:40%;
    height:auto;
}	
.agever_button_l {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:20px 1% 0px 0;
}
.agever_button_r {
    float:left;
    width:49%;
    height:auto;
    font-family: "Roboto", sans-serif;
    margin:20px 0 0 1%;
}
.agever_noentry_headline i {
    float:left;
    width:8%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:50px;
    margin:5px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:92%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:32px;
    line-height:42px;
    color:#821e19;
}
}







@media (max-width: 550px) {

input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
margin-bottom:100%;

}
}




@media (min-width: 1200px) {
input[type=checkbox]
{
   Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
 -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
margin-bottom:80%;
}



.ageverform {
 /* display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.50); /* Black w/ opacity */
  padding-top: 100px;
}
.ageverform_noentry {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  padding-top: 100px;
}
.modal-content {
    position:relative;
    background-color: #ffffff;
    margin: 5px auto;
    border: none;
    width: 35%;
    box-shadow:4px 4px 4px rgba(0,0,0,0.4);
}
.agever_headline {
    float:left;
    width:100%;
    height:auto;
    margin:5px 0 10px 0;
}
.agever_headline i {
    float:left;
    width:11%;
    height:auto;
    color:#000000;
    font-size:38px;
    line-height:48px;
    margin:2px 0 0 0;
}
.agever_headline .text {
    float:left;
    width:100%;
	text-align:center;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:34px;
    color:#821e19;
}
.agever_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:30px;
    color:#000000;
    margin:8px 0 5px 0;
}
.agever_logo {
    float:left;
    width:100%;
    height:auto;
    margin:8px 0 20px 0;
    text-align:center;
}
.agever_logo img {
    width:50%;
    height:auto;
}
.agever_noentry_headline {
    float:left;
    width:100%;
    height:auto;
    margin:40px 0 30px 0;
}
.agever_noentry_headline i {
    float:left;
    width:11%;
    height:auto;
    color:#000000;
    font-size:44px;
    line-height:54px;
    margin:5px 0 0 0;
}
.agever_noentry_headline .text {
    float:left;
    width:89%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:28px;
    line-height:40px;
    color:#821e19;
}
.agever_noentry_text {
    float:left;
    width:100%;
    height:auto;
    font-family: "Roboto", sans-serif;
    font-weight:600;
    font-size:22px;
    line-height:34px;
    color:#000000;
    text-align:center;
    margin:10px 0 40px 0;
}
.agever_noentry_logo {
    float:left;
    width:100%;
    height:auto;
    margin:10px 0 30px 0;
    text-align:center;
}
.agever_noentry_logo img {
    width:70%;
    height:auto;
}

}

/*# sourceMappingURL=css_02_layout.css.map */
