/*
|--------------------------------------------------------------------------
| Imports
|--------------------------------------------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*
|--------------------------------------------------------------------------
| General Stuff
|--------------------------------------------------------------------------
*/
body,
html {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #444;
	text-rendering: optimizeLegibility;
}

body{
	background-color: #FFF;
}

body,
input,
button 	{	
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: no-common-ligatures; /* Bug im Hyphenator -> https://github.com/mnater/Hyphenator/issues/239 */
}

header {
	z-index: 9;
}

h1 { 	
	font-size: 1.625em;		/* 1.625*16 = 26 */
	font-weight: 700;
	color: #B8CA00;
	margin: 30px 0 16px;
}

h2 {
	font-size: 1.375em;	/* 1.375*16 = 22 */
	font-weight: 600;
	color: #B8CA00;
	margin: 14px 0 12px;
	line-height: 1.3em;
	display: inline-block;
	width: 100%;
}

h3 {
	font-size: 1.125em;	/* 1.125*16 = 18 */ 	
	font-weight: 600;
	color: #B8CA00;
	margin: 0 0 8px;
}

img {	
	margin: 0 0 32px;
}

.cke_contents_ltr img.cke_anchor{
	margin: 0;
}

p {	
	margin: 0 0 14px;
}

ul {
	padding-left: 20px;
	margin: 0 0 14px;
}

ol {
	padding-left: 20px;
	margin: 0 0 14px;
}

.lead {
	font-weight: 600;
	font-size: 1em;
	margin: 0 0 32px;
	line-height: 1.5em;
}

a,
a:focus,
a:visited {
	text-decoration: underline;
	color: #666666;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out;
}

a:hover {
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out;
	text-decoration: none;
	color: #666;
}

a.glyphicon {
	text-decoration: none;
}

a.mehr, a.more{
/*   white-space: nowrap; */
}

.more,
.mehr {
	padding-right: 24px;
}

.more:after,
.mehr:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 5px;
	display: inline-block;
	text-decoration: none !important;
	color: #B8CA00;
	margin-right: -24px;
}

a.more-wrap{
	text-decoration: none !important;
}

a.more-wrap:after{
	font-family: FontAwesome;
	content: "\f054";
	display: inline-block;
	text-decoration: none !important;
	color: #B8CA00;
}

#content {
	background-color: #FFF;
	padding-bottom: 45px;
	line-height: 1.5em;
}

.templateContent {
	margin-bottom: 40px;
}

.form-control {
	border: 1px solid #CCCCCC;
	border-radius: 0;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

textarea.form-control {
	max-width: 100%;
	min-width: 100%;
	min-height: 50px;
}

.form-horizontal  .control-label {
	text-align: left;
	display: none;
}

.form-horizontal .checkbox > .checkbox {
	margin-left: 20px;
}

.aha_infoline_button{
	margin-top:10px;
}

.aha_infoline_button .btn-default,
.aha_infoline_button .btn-default:visited,
.aha_infoline_button .btn-primary,
.aha_infoline_button .btn-primary:visited,
.btn-default,
.btn-default:visited,
.btn-primary,
.btn-primary:visited {
	color: #FFF ! important;
	text-decoration: none ! important;
	background-color: #B8CA00 ! important;
	border: 1px solid #B8CA00 ! important;
	font-weight: 600 ! important;
	-webkit-transition: all 0.28s ease-in-out ! important;
		 -moz-transition: all 0.28s ease-in-out ! important;
			-ms-transition: all 0.28s ease-in-out ! important;
					transition: all 0.28s ease-in-out ! important;
}

.aha_infoline_button .btn-default:hover,
.aha_infoline_button .btn-default:focus,
.aha_infoline_button .btn-primary:hover,
.aha_infoline_button .btn-primary:focus,
.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #8F9F00 ! important;
	border: 1px solid #B8CA00 ! important;
	color: #FFF ! important;
}

.btn-grey, 
.btn-grey:visited {
	background-color: #DFDFDF;
	border: 1px solid #DFDFDF;
	color: #5E5E5E;
	text-decoration: none;
	transition: all 0.28s ease-in-out 0s;
}
.btn-grey:hover, 
.btn-grey:focus {
	background-color: #C9C9C9;
	border: 1px solid #C9C9C9;
}

.infoline {
	color: #F39C12;
	font-size: 1.375em; /* 1.375 * 16 = 22*/
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

#content .table-responsive img {
	margin-bottom: 10px;
	max-width: none;
}

.arrow-forward,
.arrow-back {
	font-size: 0.875em; /* 0.875 * 16 = 14 */
	text-decoration: none;
}

.arrow-forward:after {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 5px;
	display: inline-block;
	text-decoration: none !important;
}

.arrow-back:before {
	font-family: FontAwesome;
	content: "\f0d9";
	margin-right: 5px;
	display: inline-block;
	text-decoration: none !important;
}

.banner + .row {
	margin-top: 40px;
}

.float-left{
	float: left;
	margin-right: 10px;
}

.pagination > li > a, 
.pagination > li > span {
	color: #8F9F00;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background-color: #B8CA00;
	border-color: #DDD;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	body{
		background-color: #F6F6F6;
		padding: 0;
	}
	
	header {
		width: 100%;
		display: inline-block;
		position: relative;
	}
	
	h1 { 	
		font-size: 2.5em;		/* 2.5*16 = 40 */
		font-weight: 600;
		margin-top: 0;
	}

	h2 {
		font-size: 1.5em;	/* 1.5*16 = 24 */
		font-weight: 700;
	}
	
	#content {
		margin-bottom: 50px;
		padding-bottom: 35px;
	}
	
	.lead {
		margin: 0;
	}
	
	.form-horizontal  .control-label {
		display: block;
	}
	
	.pull-right-sm {
		float: right;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.infoline {
		font-size: 1.75em; /* 1.75*16 = 28 */
	}	

	.address {
		font-size: 0.875em; /* 0.875 * 16 = 14*/
		line-height: 120%;
	}
}




/*
|--------------------------------------------------------------------------
| Tables
|--------------------------------------------------------------------------
*/

/*
.table thead th {
	font-size: 12px;
	color: #999999;
}

.table tbody tr td {
	font-size: 13px;
	padding: 4px 8px;
}
*/


/*
|--------------------------------------------------------------------------
| Top-Bar
|--------------------------------------------------------------------------
*/

.top-bar {
	background-color: #F6F6F6;
	height: 40px;
	width: 100%;
	line-height: 1.5em;
	font-size: 0.9375em; /* 0.9375*16 = 15px */
}

.top-bar.logged-in,
.logged-in .top-bar {
	background-color: #F1F5D4;
}

.top-bar .container {
	padding-left: 0;
	padding-right: 0;
}

.top-bar .infoline-wrap {
	float: left;
	text-align: left;
}

.top-bar .infoline-wrap h3 {
	display: inline-block;
	float: left;
	padding: 13px 0 8px;
	margin-right: 10px;
	margin-bottom: 0;
}

.top-bar .infoline-wrap h3 a {
	color: #B8CA00;
	padding: 0;
}

.top-bar .infoline-wrap .infoline {
	display: inline-block;
	float: left;
	padding: 8px 0;
	margin-bottom: 0;
}

.top-bar ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.top-bar > .container > ul li {
	display: inline-block;
}

.top-bar a,
.top-bar ul li a {
	color: #AAA;
	text-decoration: none;
	padding: 8px 5px;
	-webkit-transition: color 0.28s ease-in-out;
		 -moz-transition: color 0.28s ease-in-out;
			-ms-transition: color 0.28s ease-in-out;
					transition: color 0.28s ease-in-out;  
}

.top-bar ul li a:hover {
	color: #666;
}

/* dropdown-group */
.top-bar .dropdown-group {
	display: inline-block;
}

.top-bar .dropdown-group.active {
	background-color: #777;
	color: #FFF;
}


/* dropdown-content */
.top-bar .dropdown-group .dropdown-content {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #777;
	z-index: 99999;
	padding: 15px;
	text-align: left;
	min-width: 100%;
	min-height: 70px;
}

.top-bar .dropdown-group.active .dropdown-content {
	display: block;
}

.dropdown-content input.form-control,
.dropdown-content .search-form button {
	height: 40px;
}

.dropdown-content a {
	color: #CCC;
	text-decoration: none;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out; 
}

.dropdown-content a:hover {
	color: #FFF;
}

.dropdown-content .form-control {
	border: 0;
}


/* dropdown-toggler */
a.dropdown-toggler {
	color: #AAAAAA;
	text-decoration: none;
	outline: none;
	height: 40px;
	padding: 8px 16px 8px 3px;
	display: inline-block;
	-webkit-transition: color 0.28s ease-in-out;
		 -moz-transition: color 0.28s ease-in-out;
			-ms-transition: color 0.28s ease-in-out;
					transition: color 0.28s ease-in-out;  
}

a.dropdown-toggler:hover {
	color: #666;
}

.dropdown-group.active a.dropdown-toggler {
	color: #FFF;
}

a.dropdown-toggler:after{
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	margin-left: 5px;
	top: 10px;
}

.dropdown-group.active a.dropdown-toggler:after{
	content: "\f106";
	top: 8px;
}


/* language nav ul */
.top-bar .dropdown-group .dropdown-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-bar .dropdown-group .dropdown-content ul li a {
	display: inline-block;
	padding: 5px 0;
}

.top-bar .dropdown-group .dropdown-content ul li a:hover {
	color: #FFF;
}


/* search */
.search-form .btn {
	background-color: #FFF;
	color: #B8CA00;
	-webkit-transition: color 0.28s ease-in-out;
		 -moz-transition: color 0.28s ease-in-out;
			-ms-transition: color 0.28s ease-in-out;
					transition: color 0.28s ease-in-out; 
	border-radius: 0;
	border: 0;
}

.search-form .btn:hover,
.search-form .btn:focus {
	background-color: #FFF;
	color: #8F9F00;
}

/* btn-help */
.top-bar .btn-help {
	padding: 8px 15px;
	margin-left: 15px;
	display: inline-block;
	background-color: #F39C12;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: background-color 0.28s ease-in-out;
		 -moz-transition: background-color 0.28s ease-in-out;
			-ms-transition: background-color 0.28s ease-in-out;
					transition: background-color 0.28s ease-in-out;  
}

.top-bar .btn-help:hover {
	background-color: #EC731A;
}

a.register{
	display: inline-block;
	width: 100%;
	padding: 4px 0; 
}

a.password-lost {
	display: inline-block;
	padding: 4px 0; 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  
	/* dropdown-group */
	.top-bar .dropdown-group {
		position: relative;
	}
 
	/* dropdown-content */
	.top-bar .dropdown-group .dropdown-content {
		min-height: 0;
		padding: 10px;
		right: 0;
	}
	.dropdown-content input.form-control {
		min-width: 230px;
		width: 230px;
	}

	.dropdown-content .search-form .input-group {
		width: 280px;
	}

	.top-bar a,
	.top-bar ul li a {
		padding: 8px 10px;
	}
	
	/* dropdown-toggler */
	a.dropdown-toggler {
		padding: 8px 23px 8px 10px;
	}
	
	a.register,
	a.password-lost {
		padding: 4px 0; 
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {  
	
	.top-bar a,
	.top-bar ul li a {
		padding: 8px 15px;
	}
	
	/* dropdown-toggler */
	a.dropdown-toggler {
		padding: 8px 28px 8px 15px;
	}
	
	a.register,
	a.password-lost {
		padding: 4px 0; 
	}

}



/*
|--------------------------------------------------------------------------
| Yamm CSS
|--------------------------------------------------------------------------
*/

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}


/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
*/
#nav {
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
}

.navbar-default {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	min-height: 0;
}

.navbar.yamm {
	position: static;
}

.nav-wrap {
	background-color: #B8CA00;
	color: #FFF;
	border-top: 10px solid #e6e6e6;
}

.nav-wrap .container{
	padding: 0;
}

.help-menu-button {
	float: right;
	color: #B8CA00;
	padding: 10px 7px 10px 8px;
	cursor: pointer;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out; 
}

.help-menu-button:hover,
.help-menu-button.active {
	background-color: #F1F5D4;
}

.help-menu {
	background-color: #F1F5D4;
	color: #666;
	padding: 20px 10px;
	display: none !important;
	border-bottom: 4px solid #F6F6F6;
}

.help-menu.active {
	display: block !important;
}

ul.quicklinks {
	list-style: none;
	padding: 0;
	margin: 0 0 20px; 
}

.navbar-default ul.nav .quicklinks a,
.navbar-default ul.nav li:last-of-type .quicklinks a {
	text-decoration: none;
	padding: 10px 0;
	display: inline-block;
	border: 0;
	color: inherit;
	font-weight: inherit;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out; 
}

.navbar-default ul.nav .quicklinks a:hover,
.navbar-default ul.nav li:last-of-type .quicklinks a:hover {
	color: #B8CA00;
}

.flexnav.flexnav-show {
	border-bottom: 4px solid #F6F6F6;
}

.menu-button {
	padding: 0 10px;
	color: #B8CA00;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 10px 7px 10px 8px;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out;  
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle.active {
	background-color: #F1F5D4;
}

.navbar-brand {
	padding: 15px;
	height: 60px;
	display: inline-block;
	max-width: 170px;
}

.navbar-brand img {
	max-width: 100%;
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out; 
	margin-bottom: 0;
}

.navbar-brand img:hover {
	-ms-transform: scale(1.02); /* IE 9 */
	-webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
	transform: scale(1.02)
}

ul.flexnav,
ul.flexnav ul,
ul.nav {
	list-style: none;
	padding: 0;
	z-index: 99;
}

.menu-button .touch-button {
	display: none;
}

.flexnav .touch-button {
	background-color: #8F9F00;
	height: 55px;
	width: 55px;
	font-style:normal;
}

.flexnav ul .touch-button {
	background-color: #bfbfbc;
}

.flexnav .touch-button i{
	font-style: normal;
}

ul.flexnav li,
ul.nav li{
	background-color: transparent;
	width: auto;
	margin: 0;
}

ul.flexnav li a,
.navbar-default ul.nav li a {
	background-color: transparent;
	color: #FFF;
	line-height: 100%;
	text-decoration: none;
	border: none;
	padding: 20px 0 20px 15px; 
	height: 56px;
	border-bottom: 1px solid #FFF;
	-webkit-transition: background-color 0.28s ease-in-out;
		 -moz-transition: background-color 0.28s ease-in-out;
			-ms-transition: background-color 0.28s ease-in-out;
					transition: background-color 0.28s ease-in-out;  
}

ul.flexnav > li:last-child a,
ul.nav > li:last-child a{
	border-bottom: 0;
}

ul.flexnav li a:focus,
.navbar-default ul.nav li a:focus {
	outline: none;
}

.flexnav li ul li a {
	background-color: #8F9F00;
}

.yamm .dropdown-menu {
	background-clip: border-box;
	background-color: #F6F6F6;
	border: 0;
	border-bottom: 1px solid #B8CA00;
	border-radius: 0;
	box-shadow: none;
	font-size: 1em;
	padding: 5px 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.yamm-content {
	color: #666;
	padding: 0;
	font-size: 0.875em; /* 0.875 * 16 = 14*/
}

.yamm-content .container{
/*	height: 400px;*/
	position: relative;
}

.yamm-content .container .row{
	height: 100%;
}

.yamm-content .container .row > div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.yamm-content h2 {
	background-color: transparent;
	color: #B8CA00;
	padding: 0;
	margin-top: 0;
}

.yamm-content h3 {
	margin-bottom: 16px;
	height: 26px;
	vertical-align: bottom;
}

.yamm-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar-default ul.nav .yamm-content ul.two-col-nav li {
	width: 50%;
	display: inline-block;
	float: left;
}

.navbar-default ul.nav .yamm-content ul li a {
	border: 0;
	padding: 7px 2px 7px 0;
	display: inline-block;
	color: #666666;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2em;
	-webkit-transition: color 0.28s ease-in-out;
		 -moz-transition: color 0.28s ease-in-out;
			-ms-transition: color 0.28s ease-in-out;
					transition: color 0.28s ease-in-out; 
}

.navbar-default ul.nav .yamm-content ul li a:hover {
	color: #B8CA00;
}

.navbar-default ul.nav .yamm-content ul li.active a,
.navbar-default ul.nav .yamm-content ul li.active a:hover {
	color: #8F9F00;
	cursor: default;
}

.yamm-content .border-left {
	border-left: 1px solid #B8CA00;
	height: 100%;
}

.yamm-content .pollenprognose-megamenu {
	font-size: 12px;
}

.yamm-content .pollenprognose-megamenu img {
	display: block;
	max-height: 200px;
	margin: 20px auto;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  
	.nav-wrapper {
		height: 155px;		
	}

	#nav {
		border-bottom: 0;
	}

	.navbar-header {
		width: 100%;
	}

	.nav-wrap .container{
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-brand {
		max-width: 100%;
		transition: none;
		height: auto;
	}
	
	.navigation-desktop-mega {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.help-menu,
	.help-menu.active {
		display: none !important;
	}
 
	ul.flexnav li a,
	.navbar-default ul.nav li a {
		border-left: 1px solid #8F9F00;
		padding: 15px 14px;
		height: auto;
		border-bottom: 0;
		font-weight: 600;
	}
	
	ul.flexnav li:last-of-type a,
	.navbar-default ul.nav li:last-of-type a {
		border-right: 1px solid #8F9F00;
	}
	
	ul.flexnav li.active a:hover,
	ul.flexnav li.active a,
	.navbar-default ul.nav > li.active > a:hover,
	.navbar-default ul.nav > li.active > a:focus,
	.navbar-default ul.nav > li.active > a,
	.navbar-default ul.nav >li > a:hover,
	.navbar-default ul.nav > li.open > a:focus,
	.navbar-default ul.nav > li.open > a {
		background-color: #8F9F00;
		outline: none;
		color: #FFF;
		border-color: #8F9F00;
	}  
	
	.navbar-default ul.nav > li > a:focus {
		background-color: transparent;
		color: #FFF;
	}
		
	ul.flexnav li.active a:hover,
	ul.flexnav li.active a,
	.navbar-default ul.nav > li.active > a:hover,
	.navbar-default ul.nav > li.active > a:focus,
	.navbar-default ul.nav > li.active > a{
		cursor: default;
	}
	
	.navbar-default ul.nav > li.active > a.dropdown-toggle:hover {
		cursor: pointer;		
	}
	
	ul.flexnav li ul {
		display: none !important;
	}

	.flexnav .touch-button {
		display: none;
	}

	ul.flexnav li .address a, .navbar-default ul.nav li .address a {
		border: 0;
		font-weight: inherit;
		padding: 0;
		color: inherit;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.yamm-content {
		font-size: inherit;
	}

}



/*
|--------------------------------------------------------------------------
| Side Navigation
|--------------------------------------------------------------------------
*/
.side-nav {
	margin: 56px 0 0 0;
	padding: 0 0 30px 0;
	list-style: none;
	text-align: right;
	border-right: 1px solid #B8CA00;
}

.side-nav ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	text-align: right;
}

.side-nav li a {
	text-decoration: none;
	padding: 4px 10px;
	display: inline-block;
	-webkit-transition: color 0.28s ease-in-out;
		 -moz-transition: color 0.28s ease-in-out;
			-ms-transition: color 0.28s ease-in-out;
					transition: color 0.28s ease-in-out; 
}

.side-nav > li.active > a,
.side-nav ul > li.active > a,
.side-nav li a:hover {
	color: #8F9F00;
	background-color: transparent;
}

.side-nav li ul li {
	list-style: none;
	line-height: 13px;
}

.side-nav li ul li a {
	font-size: 13px;
	line-height: 13px;
	padding: 5px 10px;
}

.side-nav li ul li ul {
	margin-bottom: 20px;
}

.side-nav li ul li ul li {
	list-style: none;
	line-height: 12px;
}

.side-nav li ul li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 3px 10px;
	color: #BBB;
}

/*
|--------------------------------------------------------------------------
| Banner
|--------------------------------------------------------------------------
*/
.banner {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	max-height: 400px;
}

.banner img{
	max-width: 100%;
	height: auto;
	margin: 0;
}

.slick-slider {
	margin-bottom: 0;
}

.banner-slider .slide {
	position: relative;
	height: 210px;
}

#content .banner-slider .slide img {
	height: 100%;
	width: auto;
	max-width: none;
}

.banner-slider .slide-content {
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: calc(100% - 15px);
}

.banner-slider .slide-content a {
	text-decoration: none;
}

.banner-slider .slide-content a:hover {
	opacity: .8;
}

.banner-slider .slide-title {
	background-color: #FFF;
	padding: 10px 20px;
	color: #F39C12;
	line-height: 1em;
	font-weight: 600;
	display: inline-block;
	max-width: calc(100% - 30px);
}

.banner-slider .slide-title:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 5px;
	display: inline-block;
	text-decoration: none !important;
	color: #F39C12;
	font-size: 0.8em; /* 0.8*20 = 16*/
}

.banner-slider .slide-text {
	background-color: #B8CA00;
	padding: 10px 20px;
	color: #FFF;
	margin-top: 14px;
	max-width: 80%;
}

.banner-slider .slide-text p {
	margin-bottom: 0;
}

.banner-slider .slide-text p:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 5px;
	display: inline-block;
	text-decoration: none !important;
	color: #FFF;
}

.slick-prev,
.slick-next {
	height: 40px;
	margin-top: -20px;
	top: 20%;
	width: 40px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	opacity: 0.9;
}

.banner-slider .slick-prev {
	left: 15px;
}

.banner-slider .slick-next {
	right: 15px;
}

@media only screen and (min-width : 480px) {
	.banner-slider .slide {
		height: auto;
		max-height: 300px;
	}
	
	#content .banner-slider .slide img {
		max-width: 100%;
		height: auto;
		width: 100%;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.banner-slider .slide-title {
		font-size: 2em; /* 2*16 = 32*/
	}	
	
	.banner-slider .slide-title:after {
		content: "";
	}
		
	.slick-prev:before,
	.slick-next:before {
		font-size: 40px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {
	
	.banner-slider .slide {
		max-height: 400px;
	}
	
	.banner-slider .slide-title {
		font-size: 2.5em; /* 2.5*16 = 40*/
	}	
	
	.slick-prev,
	.slick-next {
		top: 50%;
	}

}


/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin: 20px 0 10px;
	padding: 0;
	font-size: 13px;
}

.breadcrumb li a {
	color: #B8CA00;
	text-decoration: none;
}

.breadcrumb > li + li::before {
		padding: 0;
		content: "/";
}

/*
|--------------------------------------------------------------------------
| Overview
|--------------------------------------------------------------------------
*/

.overview-box {
	background-color: #F6F6F6;
	border-bottom: 1px solid #FFF;
	padding: 32px 40px 0 15px;
	font-size: 0.875em; /* 0.875 * 16 = 14*/
	line-height: 120%;
}

.team .overview-box {
	background-color: transparent;
	border-bottom: 0;
	padding: 0 15px;
	font-size: 1em;
	margin-bottom: 30px;
}

.overview-box:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
	color: #B8CA00;
}

.overview-box img {
	display: none;
	width: 100%;
}

.overview-box a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.28s ease-in-out;
	 -moz-transition: all 0.28s ease-in-out;
		-ms-transition: all 0.28s ease-in-out;
				transition: all 0.28s ease-in-out;
}

.overview-box a:hover {
	opacity: .7;
}

.overview-box .more:after {
	content: "";
}

.overview-box h2{
	margin-bottom: 5px; 
	margin-top: 0;
}

.home .overview-box {
	background-color: transparent;
	border-bottom: 0;
	padding: 0 ;
	margin-bottom: 10px;
}

.team .overview-box {
	background-color: transparent;
}

.home .overview-box:after,
.team .overview-box:after {
	content: "";
}

.home .overview-box .more {
	display: none;
}

.team .overview-box p {
	font-size: 0.875em;
}

.home .overview-box h2 {
	position: absolute;
	font-size: 1.428571428571429em;	/* 1.428571428571429*14 = 20 */
	color: #FFF;
	background-color: #B8CA00;
	padding: 10px 42px 10px 12px;
	bottom: 10px;
	left: 30px;
	width: 70%;
	font-weight: 600;
	margin-top: 0;
}

.team .overview-box h2 {
	font-size: 1.5em;	/* 1.5*16 = 24 */
	color: #FFF;
	background-color: #B8CA00;
	padding: 10px 12px;
	margin-bottom: 10px;
	margin-top: 16px;
}

.home .overview-box h2:after {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
	color: #FFF;
}

.home .overview-box img,
.team .overview-box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.team .overview-box img {
	margin-bottom: 10px;
}

@media only screen and (min-width : 480px){
	.home .col-sm-6.overview-box,
	.team .col-sm-4.overview-box,
	.team .col-sm-6.overview-box {
		width: 49%;
		display: inline-block;
		padding: 0 15px;
	}
	
	.team .overview-box h2 {
		height: 70px;
	}
	
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.overview-box {
		line-height: inherit;
		padding: 0 15px;
		margin-top: 24px;	
		background-color: transparent;
		border-bottom: 0;
		font-size: 1em;
	}
	
	.home .col-sm-6.overview-box,
	.team .col-sm-4.overview-box,
	.team .col-sm-6.overview-box {
		width: 50%;
	}	
	
	.overview-box:after {
		content: "";
	}
	
	.home .overview-box h2:after {
		content: "";
	}

	.overview-box img {
		display: block;
	}

	.overview-box .more {
		display: inline-block;
		width: 100%;
	}
	
	.overview-box .more p {
		display: inline;
	}

	.overview-box .more:after {
		content: "\f054";
	}
	
	.overview-box h2 {
		font-size: 1.5em;	/* 1.5*16 = 24 */
		color: #FFF;
		background-color: #B8CA00;
		padding: 10px 12px;
		margin-bottom: 10px;
		margin-top: 16px;
		/*height: 70px;*/
	}
	
	.overview-box img{
		margin-bottom: 10px; 
	}	
	
	.home .overview-box,
	.team .overview-box {
		background-color: transparent;
		border-bottom: 0;
		padding: 0 15px;
		margin-bottom: 0;
	}

	.home .overview-box:after,
	.team .overview-box:after {
		content: "";
	}

	.home .overview-box .more,
	.team .overview-box .more {
		display: inline-block;
	}


	.home .overview-box .more p,
	.team .overview-box .more p{
		display: inline;
	}

	.home .overview-box h2,
	.team .overview-box h2 {
		position: relative;
		color: #FFF;
		background-color: #B8CA00;
		padding: 10px 12px;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		margin-top: 16px;
	}
	
	.team .overview-box h2 {
		height: 70px;
	}

	.overview-box h2:after {
		content: "";
	}
	
	.home .overview-box img,
	.team .overview-box img {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width : 1200px) {
	.overview-box h2,
	.team .overview-box h2 {
		height: auto;
	}
	
	.home.home-4 .col-sm-6.overview-box{
		width: 25%;
	}

	.team .col-sm-4.overview-box {
		width: 33.3333%;
	}
}


/*
|--------------------------------------------------------------------------
| News
|--------------------------------------------------------------------------
*/
.news {
	margin-top: 40px;
}

.news-box {
	/*display: inline-block;*/
	margin-bottom: 32px;
}

.clickable {
	cursor: pointer;
	-webkit-transition: all 0.28s ease-in-out;
	-moz-transition: all 0.28s ease-in-out;
	-ms-transition: all 0.28s ease-in-out;
	transition: all 0.28s ease-in-out;
}

.clickable:hover {
	opacity: .7;
}

.news-box p{
	margin-bottom: 0;
	display: inline;
}

.news-box .news-date {
	display: block;
	font-size: 12px;
	color: #CCCCCC;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.news-box .news-date {
		display: inline-block;
		font-size: 12px;
		color: #CCCCCC;
		float: right;
	}
}



/*
|--------------------------------------------------------------------------
| Sponsoredby
|--------------------------------------------------------------------------
*/

.sponsoredby {
	border-top: 1px solid #F6F6F6;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 0.875em; /* 14/16 = 0.875 */
	color: #666;
}

.sponsoredby:last-of-type {
	padding-bottom: 0;
}

#content img.sponsoredby,
#content .sponsoredby img {
	max-width: 220px;
	width: auto;
	margin-bottom: 20px;
	display: inline-block;
		vertical-align: middle;
		padding: 0;
		padding-right: 20px;
		border: 0;
}

.sponsoredby a {
	display: inline-block;
		vertical-align: middle;
}



/*
|--------------------------------------------------------------------------
| Caption img
|--------------------------------------------------------------------------
*/
.img-caption-container {
	display: inline-block;
	margin-bottom: 30px;
	width: 200px;
	margin-right: 20px;
}

.img-caption-container-sm {
	display: inline-block;
	margin-bottom: 30px;
	width: 150px;
	margin-right: 20px;
	float: left;
	min-height: 200px;
}

.img-caption-container img,
.img-caption-container-sm img {
	margin-bottom: 10px;
}

.img-caption-container .caption, 
.img-caption-container-sm .caption { 
	font-size: 0.75em; /* 0.75*16 = 12 */
	line-height: 1.2em;
	max-width: 100%;
}



/*
|--------------------------------------------------------------------------
| PhotoSwipe
|--------------------------------------------------------------------------
*/

#content .photo-swipe img {
	margin-bottom: 0;
}

#content .pswp img {
	max-width: none !important;
}





/*
|--------------------------------------------------------------------------
| Col Right
|--------------------------------------------------------------------------
*/

.col-right {
	margin-top: 60px;
}


/*
|--------------------------------------------------------------------------
| Social Share Privacy
|--------------------------------------------------------------------------
*/
.socialshareprivacy,
.social_share_privacy_area {
	width: 100%;
	position: relative;
}

.social_share_privacy_area li.facebook,
.social_share_privacy_area li.twitter,
.social_share_privacy_area li.gplus,
.social_share_privacy_area li.settings_info {
	margin-bottom: 20px !important;
}

.social_share_privacy_area li.settings_info {
	width: 135px;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

footer .row > div {
	margin-top: 30px;
}

footer img {
	margin: 15px 0;
}

footer .cert-logos {
	display: inline-block;
}

footer .cert-logos a {
	float: left;	
	display: inline-block;
	margin-right: 10px;
}

.quick-actions {
	background-color: #FFF;
	padding: 50px 0;
}

.quick-actions .row > div {
	margin-top: 10px;
}

.btn.btn-footer-action {
	background-color: #f39c12;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-decoration: none;
	font-weight: 700;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 0.9375em; /* 0.9375 * 15 = 14*/
	-webkit-transition: all 0.28s ease-in-out;
		 -moz-transition: all 0.28s ease-in-out;
			-ms-transition: all 0.28s ease-in-out;
					transition: all 0.28s ease-in-out; 
}

.btn.btn-footer-action:hover {
	background-color: #EC731A;
}

.footer-main {
	background-color: #F6F6F6;
	color: #666;
	padding: 30px 0;
	border-bottom: 10px solid #B8CA00;
	font-size: 0.875em; /* 0.875 * 16 = 14*/
}

.footer-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-main h3 {
	margin-bottom: 10px;
	font-size: 1.285714285714286em /* 1.285714285714286 * 14 = 18 */
}

.footer-main ul li a {
	display: inline-block;
	padding: 4px 0;
}

.footer-main .address {
	font-size: 1em; /* 1 * 14 = 14*/
	/*display: block;*/
}

#back-top {
	bottom: 0;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 999;
	width: 50px;
	height: 48px;
	display: none;
}

#back-top img {
	margin: 0;
	width: 50px;
	height: 48px;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	footer .row > div{
		margin-top: 0;
	}
	
	.footer-main h3 {
		margin-bottom: 30px;
	}
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	.templateContent .btn{
		margin-bottom:5px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	.templateContent .btn{
		margin-bottom:0;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*dv: für formular */
.bfb-freetextwithlabel .control-label {
	padding-top: 0;
}

.required-control .control-label:before {
	content: " *";
	color: #444;
}

.required-control .control-label:after {
	content: "";
}

.form-horizontal .form-group {
		margin-left: -15px;
		margin-right: -15px;
}

input[type=checkbox] {
	margin-top: 6px;
}

.bfb-aha_list ul{
	padding-top: 7px;
}

#hinweisVmgmtVorschau a{
	text-decoration: none;
}

#hinweisVmgmtVorschau img{
	margin-bottom: 0;
}