@import url("bootstrap.min.css");
@import url("bootstrap-responsive.min.css");
@import url("font-awesome-all.css");
@import url("fancybox.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700,800);
@import url("theme.css");
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic);
@import url("fonts.css");

/* Drop Down
@import url("justified-nav.css");

html, body {
	height: 100%;
} */

body {
	font-size: 16px;
}

ul.e0 {
	top:90%;
}

p, li {
line-height: 1.4em;
}

div.container-fluid br + br {
	display: none
}

#masthead .brand {
	text-transform: none;
	padding: 25.5px 20px 0;
}

#masthead .brand a {
	color: #0062ad;
}

#masthead .brand .small {
	font-size: 14px;
}

.carousel-control {
	top: 50%;
	background: transparent;
	border: 0;
}

aside h1 {
	padding-top: 40px;
}

aside section h1 {
	padding-top: 0;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

#masthead .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95);
}

#masthead li a.e0 {
	line-height: 24px;
}

#masthead .caret {
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 10px
}

.navbar-inverse .nav>li>a { 
	color: #fff;
}

.navbar .nav>li>a {
	padding: 30.5px 15px 30.5px;
	text-transform: uppercase;
	text-shadow: none;
	font-style: normal;
}

.navbar-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-inverse .dropdown-menu>li>a {
	color: #fff;
}

.navbar .nav li .active>a {
	background-image: linear-gradient(rgb(230,10,35), rgb(227,5,28));
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background-image: linear-gradient(rgb(230,10,35), rgb(227,5,28));
}

#map {
	height: 0;
}


.carousel-inner>.item>img, .carousel-inner>.item>a>img {
max-width: auto;
width: 100%;
}

	/* Templates / Vorlagen */

section pre { display: none; }

.textblock1 .section-header h2 {
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	border-bottom: 0;
	padding: 0 24px;
	background-color: white;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
	
	/*  Button Formular */

.btn-primary {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #42516a;
	background-image: -moz-linear-gradient(top, #42576a, #424a6a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42576a), to(#424a6a));
	background-image: -webkit-linear-gradient(top, #42576a, #424a6a);
	background-image: -o-linear-gradient(top, #42576a, #424a6a);
	background-image: linear-gradient(to bottom, #42576a, #424a6a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF42576A', endColorstr='#FF424A6A', GradientType=0);
	border-color: #424a6a #424a6a #25293b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	
	/*  Button Suche */

.widget_search button {
	border: 0;
	background: none;
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	/* News */
	
.section-news {
	background: transparent url(../images/backgrounds/bottom-shadow.png) no-repeat top left; 
	padding-top:20px;
	-webkit-background-size: auto!important;-moz-background-size: auto!important;-o-background-size: auto!important;
}	
.section-news .container-fluid {
	background: transparent url(../images/backgrounds/top-shadow.png) no-repeat bottom left;
}

	/* Pfad */
	
ul.breadcrumb li:last-child span {
	display:none
}
	
	/* Kontaktforumular */

label.valid {
	width: 24px;
	height: 24px;
	background: url(../../customextern/img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

	/*	jQuery prettyCheckable
		This plugin replaces the default checkboxes and radio inputs for better looking ones. */

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;
}

.prettycheckbox a,
.prettyradio a{
    width: 30px;
    height: 30px;
    background: url(../../customextern/img/prettyCheckable-blue.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    margin:0;
}

.prettycheckbox.green a,
.prettyradio.green a{ background-image: url(../../customextern/img/prettyCheckable-green.png);}

.prettycheckbox.red a,
.prettyradio.red a{ background-image: url(../../customextern/img/prettyCheckable-red.png);}

.prettycheckbox.yellow a,
.prettyradio.yellow a{ background-image: url(../../customextern/img/prettyCheckable-yellow.png);}

.prettycheckbox.gray a,
.prettyradio.gray a{ background-image: url(../../customextern/img/prettyCheckable-gray.png);}

.prettyradio a {background-position: 0 -120px;}

.prettycheckbox a:focus,
.prettyradio a:focus {outline: 0 none;}

.prettycheckbox a:focus{background-position: 0 -30px;}
.prettyradio a:focus{background-position: 0 -150px;}

.prettycheckbox a.checked{ background-position: 0 -60px; }
.prettyradio a.checked { background-position: 0 -180px; }

.prettycheckbox a.checked:focus{ background-position: 0 -90px; }
.prettyradio a.checked:focus { background-position: 0 -210px; }

.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 5px;
  cursor: pointer;
}

.prettycheckbox.disabled a,
.prettyradio.disabled a,
.prettycheckbox.disabled label,
.prettyradio.disabled label{
  cursor:not-allowed;
}

.prettycheckbox.disabled a {
  background-position: 0 -240px;
}

.prettyradio.disabled a {
  background-position: 0 -270px;
}