@font-face {
    font-family: 'dearjoe';
    src: url('../fonts/dearjoe5_casualpro-webfont.eot');
    src: url('../fonts/dearjoe5_casualpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dearjoe5_casualpro-webfont.woff') format('woff'),
         url('../fonts/dearjoe5_casualpro-webfont.ttf') format('truetype'),
         url('../fonts/dearjoe5_casualpro-webfont.svg#dearjoe_5_casual_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    background-color: #85d1ff;
}

body {
	color: #777;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height:1.4em;
	-webkit-font-smoothing: antialiased;
	min-width: 970px;
	font-size: 13px;
}

td {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height:1.4em;
    font-size: 13px;
}


.ntext a, .ntext a:link, .ntext a:visited, .ntext a:hover, .ntext a:active {
    color: #85d1ff;
    text-decoration: none;
}

label a, label a:link, label a:visited, label a:hover, label a:active {
    color: #85d1ff;
    text-decoration: none;
}

.ntext ul {
	padding-left: 15px;
}

.container {
	/*width: 970px !important;*/
	width: 970px;
  	max-width: none !important;
}

.bold {
	font-weight: bold;
}

.img-thumbnail {
	background-color: #f4f1e8;
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #777;
	border-color: #777;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default {
	background-color: #85d1ff;
	border-color: #85d1ff;
	padding-top: 4px;
	height: 65px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #777;
	background-color: #f4f1e8;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	font-weight: 400;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.navbar-default .navbar-nav > li > a.active {
	color:#fff;
	font-weight: 400;
	/*background-color: #e6e6e6;*/
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 5px;
	padding: 15px 12px 20px 12px;
} 

/*
 .nav>li>a {
 padding-left:5px;
 padding-right:5px;
 }
 */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #f4f1e8;
	color: #777;
}
.navbar-form {
	padding-top: 0;
}

.dropdown-large {
	position: static !important;
}
.dropdown-menu {
	/*left:inherit;*/
	width: 100%;
	box-shadow: 0;
	border-radius: 0;
}



.dropdown-header, .dropdown-header a {
	white-space: nowrap;
	text-decoration:underline;
}
.dropdown-menu button span {
	color: #777;
}
.dropdown-menu-large {
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px 0;
	/* white-space: nowrap; */
	border: 0;
	background-color: #fff; /*#f3f3f3;*/
	/*border-top: 1px solid #c7caca;*/
	z-index: 10000;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px 3px 0;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #565656;
	white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #777;
}
.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header, .dropdown-menu-large .dropdown-header a {
	color: #85d1ff;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.dropdown-menu-large .dropdown-header a {
	/*background:url(../images/heading_border.gif) repeat-x left 16px;*/
	display: block;
	padding-bottom: 5px;
}

#topmenu .dropdown-header, #topmenu .dropdown-header a {
	color: #777;
	padding-left: 0;
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

#topmenu .dropdown-header a {
	background:url(../images/heading_border.gif) repeat-x left 18px;
	display: block;
	padding-bottom: 5px;
}

.dropdown-header span {
background-color: #f3f3f3;
padding: 0 10px 5px 0;
}

.dropdown-header {
	padding: 0;
}

/*.dropdown .col-xs-3 {
	padding: 0 25px 0 0 !important;
}

.dropdown .col-xs-3 {
	padding: 15px !important;
	background-color: #f3f3f3;
	margin-left: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 23.5%;
}*/

button:focus,
button:active,
button:hover {
    outline:0px !important;
    -webkit-appearance:none;
}

.dropdown .col-xs-3:first-child {
	margin-left: 0px;
}

.drop {
	list-style: none;
	margin-bottom:0; 
	margin-left:0; 
	padding-left:0;
}

.content {
	padding:0 5px 0 5px;
	margin:1em 0 0 0;
}



.navImagesOwl .item {
  /*margin: 0 32px 0 0;*/
  margin: 0 16px 0 0;
}
.navImagesOwl .item.last {
  margin: 0;
  
}
.navImagesOwl .item img {
  display: block;
  width:148px; 
  height:99px;
  /*
  width:124px; 
  height:83px;
  */
  /*
  width:170px; 
  height:113px;
  */
  margin:0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#gallery {
	margin:1em 0;
}
#gallery .item {
	width:188px;
	margin-bottom: -5px;
}
#gallery .item img {
	width:188px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}
#gallery .item p {
	overflow:hidden;
	padding:3px;
	max-height:60px;
}


#website-logo {
	max-height: 50px;
	margin-top: -5px !important;
	z-index: 9999;
}

.website-logo-footer {
	height: 50px;
	width: 72px;
	margin: 20px 0 15px 0;
}

h1 {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #777;
}
h1.h404 {
    font-size: 3em;
}
h2 {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
	color: #85d1ff !important;
	font-size: 20px;
	margin-top:0;
	line-height: 1.3em;
}

.content h2 a, .content h3 a, .content h3 {
	color: #85d1ff !important;
}

h2.dark {
	color:#565656;
}
h3 {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
	color: #85d1ff !important;
	font-size: 20px;
}
a, a:hover, a:focus {
	color: #777;
	text-decoration: none;
}

a:hover, a:focus {
	color: #4296c9;
}

li a:hover, li a:focus {
	color: #85d1ff;
	text-decoration: none;
}

.margin-b20 {
	margin-bottom: 20px;
}
.section-darkgrey .padding-t40 {
	padding-top: 10px;
}
.padding-t40 {
	padding-top: 40px;
}

label {
	font-weight: normal;
}


.box {
	border: 1px solid #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0;
    margin-bottom:30px;
}
.mehrHeader {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
	background-color: #fff;
	height: 45px;
	line-height: 30px;
	padding:8px 10px 0 13px;
	margin:0;
	color:#85d1ff;
    font-size:20px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #85d1ff;
}


.recent-content {
    list-style-type:none; 
    padding:0 1em 0 0.3em;
    margin-left:0;
    margin-top:10px;
}
.recent-content li {
    padding:0.5em 0 0.5em 0;
    border-bottom:1px dotted #343434;
    text-indent: -0.7em;
    margin-left: 0.7em;
}
.recent-content li:last-child {
    border-bottom:none;
}
.recent-content li:first-child {
    padding-top:0;
}
.recent-content li a {
    padding:0 0.7em 0 0.7em;
    color:#777;
}
.recent-content li a:hover,
.recent-content li a.active {
    color:#85d1ff;
    /*color:#eaeaea;*/
    /*background:url(../images/bullet.png) no-repeat left center;*/
}


.btn-morenav {
	font-weight: 400;
	background-color: #85d1ff;
	border: 1px solid #85d1ff;
	color: #fff;
	margin-bottom: 5px;
	margin-right:5px;
	font-size: 0.9em;
}
.btn-morenav:hover, .btn-morenav:focus, .btn-morenav:active, .btn-morenav.active {
	color: #85d1ff;
	background-color: #fff;
	border: 1px solid #85d1ff;
}
.btn-morenav.disabled:hover, .btn-morenav.disabled:focus, .btn-morenav.disabled:active, .btn-morenav.disabled.active, .btn-morenav[disabled]:hover, .btn-morenav[disabled]:focus, .btn-morenav[disabled]:active, .btn-kategorien[disabled].active, fieldset[disabled] .btn-kategorien:hover, fieldset[disabled] .btn-kategorien:focus, fieldset[disabled] .btn-kategorien:active, fieldset[disabled] .btn-kategorien.active {
	color: #fff;
	background-color: #85d1ff;
}





/*Suche*/
#search-field {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f4f1e8;
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	margin-right: 5px;
}

.section-white {
	width: 100%;
	min-height: 85px;
	background-color: #85d1ff;
}
.section-lightgrey {
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	padding-top:3em;
}
.section-darkgrey {
	width: 100%;
	min-height: 100px;
	background-color: #85d1ff;
	padding-top:3em;
}

.leistungsbuttons {
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
}
.leistungsbuttons li {
	float: left;
	margin-right: 10px;
}
.leistungsbuttons li:last-child {
	margin-right: 0;
}
.leistungsbuttons img {
	width: 180px;
	height: 179px;
}

#intro {
	padding: 180px 0;
	background: #f4f1e8 url("../images/intro.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

#intro h1 {

	font-size: 80px;
	color: #f4f1e8;
	text-align: center;
	letter-spacing: -3px;
	font-weight: 100;
}
#intro p {
	color: #f4f1e8;
	font-size: 20px;
}
#intro2 {
	padding: 180px 0;
	background: #f4f1e8 url("../images/sal3.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
#intro2 h1 {

	font-size: 80px;
	color: #f4f1e8;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -3px;
}
#intro2 p {
	color: #f4f1e8;
	font-size: 20px;
}

.bottombar {
	float: left;
	width: 100%;
	vertical-align: center;
	background-color: #f3f3f3;
	margin: 0 0 0 0;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #85d1ff;
}
a.share-link, a.bottombar-link {
    display: block;
    float: left;
    width: 100%;
    font-size: 1em;
    text-align:center;
    white-space: nowrap;
    line-height: 28px;
    padding: 5px 2% 0 2%;
    color: #777 !important;
    height: 38px;
}

a.share-link, a.bottombar-link {
    width:17%;
    border-right: 1px solid #e6e6e6;
}
a.share-link:last-child, a.bottombar-link:last-child {
    width:15%;
    border-right: none;
}
a.share-link:hover, a.bottombar-link:hover {
    color:#85d1ff !important;
}











.bhcarousel {
	padding: 0 0 1em 0;
}

.bhcarousel h2 {
	min-height: 20px;
}
/*
.bhcarousel img {
	margin-bottom: 10px;
}
*/

.bhcarousel .img-wrapper {
	min-height: 160px;
}
.bhcarousel .date {
	margin-bottom: 5px;
}
.bhcarousel h3.main, .item h3.main {
	color: #777;
	font-size: 23px !important;
	line-height: 1.3em;
	margin: 15px 0 0 0;
	text-transform: none;
	min-height: 60px;
}
.bhcarousel p {
	
}
.owl-theme .owl-controls {
	margin-top: 5px;
}
.owl-carousel .owl-wrapper-outer {
	/*causes problems*/
	/*overflow: visible;*/
}



.bhcarousel h2.main {
	min-height: 40px;
}

.bhcarousel p.main, p.main {
	min-height: 70px;
	margin: 0;
}


.content-overview .item {
    margin: 3px 3px 20px 3px !important;
    width:307px;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#f3f3f3;
}
.content-overview .content {   
    padding: 0 15px 0 15px;
    margin: 0;
}
.content-overview h2 {   
    min-height: 40px;
}
.content-overview h3.main {   
    margin-top:20px;
}
.content-overview img {
    /*margin-bottom: 10px;*/
}
.content-overview .img-wrapper {
    min-height: 120px;
}
.content-overview .date {
    margin-bottom: 5px;
}
.content-overview h3 {
    color: #777;
    font-size: 1.4em;
    line-height: 1.3em;
    margin: 20px 0 5px 0;
    text-transform: none;
}

.item-header {
    padding: 0 15px 5px 15px;
    margin: 0;
}


#team-overview .item {
	margin: 3px 3px 20px 3px !important;
	width:307px;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#team-overview h2 {
	
	min-height: 40px;
}
#team-overview img {
	/*margin-bottom: 10px;*/
}
#team-overview .img-wrapper {
	min-height: 120px;
}
#team-overview .date {
	margin-bottom: 5px;
}
#team-overview h3 {
	color: #777;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 20px 0 5px 0;
	text-transform: none;
}

.product-more {
	background-color: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    margin-bottom:20px;
}

.product-more div div {
	height: 99px;
}

.product-more div div:last-child {
	height: 97px;
}

.product-more .border-left {
    border-left: 1px solid #f3f3f3;
}
.product-more .border-right {
    border-right: 1px solid #f3f3f3;
}




.tlc3 {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.trc3 {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.blc3 {
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.brc3 {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.product-category-image {
	float:left; 
	width:50%; 
}

a.product-category-link img {
	opacity:0.4;
}

a.product-category-link:hover img , a.product-category-link:focus img, a.product-category-link img.active {
	opacity:1;
}
/*
.product-category-image:hover {
	opacity:1;	
}
*/
.btn-footer {
	background-color: transparent;
	border-width: 1px;
	border-color: #fff;
	color: #fff;
	margin-bottom: 5px;
	font-size: 0.9em;
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active {
	background-color: #fff;
	border-color: #fff;
	color: #85d1ff;
}
.btn-footer.disabled:hover, .btn-footer.disabled:focus, .btn-footer.disabled:active, .btn-footer.disabled.active, .btn-footer[disabled]:hover, .btn-footer[disabled]:focus, .btn-footer[disabled]:active, .btn-footer[disabled].active, fieldset[disabled] .btn-footer:hover, fieldset[disabled] .btn-footer:focus, fieldset[disabled] .btn-footer:active, fieldset[disabled] .btn-footer.active {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-footer-flag {
    opacity:0.7;
}
.btn-footer-flag.active {
    opacity:1;
}


.md-only {
	display: none;
}

@media (min-width: 992px) {
	.md-only {
		display: block;
	}
	/*quick and dirty*/
	#header-img {
		/*display:none;*/
	}

	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
	}
	.sm-only {
		display: none;
	}
}

/*
 .owl-theme .owl-controls .owl-pagination {
 position:absolute;
 left: -45px;
 top: 55px;
 }
 */

.owl-theme .owl-controls .owl-page span {
	background: #777;
	width: 9px;
	height: 9px;
}
.owl-item.loading {
	background-image: url(../images/ajax-loader.gif);
}
/*
 .owl-item.loading {
 padding: 4px;
 line-height: 1.42857143;
 background-color: #f4f1e8;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 display: inline-block;
 }
 */





.btn-kategorien {
	font-weight: 400;
	background-color: #85d1ff;
	border: 1px solid #85d1ff !important;
	border: 0;
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
}
.btn-kategorien:hover, .btn-kategorien:focus, .btn-kategorien:active, .btn-kategorien.active {
	color: #85d1ff;
	background-color: #fff;
	border: 1px solid #85d1ff !important;
}
.btn-kategorien.disabled:hover, .btn-kategorien.disabled:focus, .btn-kategorien.disabled:active, .btn-kategorien.disabled.active, .btn-kategorien[disabled]:hover, .btn-kategorien[disabled]:focus, .btn-kategorien[disabled]:active, .btn-kategorien[disabled].active, fieldset[disabled] .btn-kategorien:hover, fieldset[disabled] .btn-kategorien:focus, fieldset[disabled] .btn-kategorien:active, fieldset[disabled] .btn-kategorien.active {
	color: #85d1ff;
	background-color: #fff;
	border: 1px solid #85d1ff;
}

.btn-tags {
	font-weight: 400;
	background-color: transparent;
	border: 1px solid #777;
	color: #777;
	margin-bottom: 5px;
	font-size: 13px;
	padding: 3px 7px !important;
}
.btn-tags:hover, .btn-tags:focus, .btn-tags:active, .btn-tags.active {
	border: 1px solid #85d1ff;
	background-color: #fff;
	color: #85d1ff;
}
.btn-tags.disabled:hover, .btn-tags.disabled:focus, .btn-tags.disabled:active, .btn-tags.disabled.active, .btn-tags[disabled]:hover, .btn-tags[disabled]:focus, .btn-tags[disabled]:active, .btn-tags[disabled].active, fieldset[disabled] .btn-tags:hover, fieldset[disabled] .btn-tags:focus, fieldset[disabled] .btn-tags:active, fieldset[disabled] .btn-tags.active {
	border: 1px solid #85d1ff;
	background-color: #85d1ff;
	color: #fff;
}


.btn-pagenavlink {
	background-color: #85d1ff;
	border: 1px solid #85d1ff;
	color: #fff;
	/*margin-bottom: 5px;*/
	margin-right:6px;
	font-size: 0.9em;
	/*padding: 2px 7px !important;*/
    text-align:center;
	
}
.btn-pagenavlink:hover, .btn-pagenavlink:focus, .btn-pagenavlink:active, .btn-pagenavlink.active {
	color: #85d1ff;
	background-color: #fff;
	border-color: #85d1ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-pagenavlink.disabled:hover, .btn-pagenavlink.disabled:focus, .btn-pagenavlink.disabled:active, .btn-pagenavlink.disabled.active, .btn-pagenavlink[disabled]:hover, .btn-pagenavlink[disabled]:focus, .btn-pagenavlink[disabled]:active, .btn-pagenavlink[disabled].active, fieldset[disabled] .btn-pagenavlink:hover, fieldset[disabled] .btn-pagenavlink:focus, fieldset[disabled] .btn-pagenavlink:active, fieldset[disabled] .btn-pagenavlink.active {
	color: #777;
	background-color: #f4f1e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blogOverviewSingle h2 {
	padding-top: 25px;
}

.btn-default {
	color: #777;
}

/*
 * Navbar non-responsive
 */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 20px 12px 20px 12px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

#blog_comments {
	clear:both;
}
.blog_comment_form {
	clear:both;
}
#blog_comments div {
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#blog_comments div:last-child {
	padding: 0.5em 0 0.5em 0;
	border-bottom: none;
	margin-bottom: 10px;
}
#blog_autor {
	clear:both;
	padding: 0.5em 0 0.5em 0;
	margin-top:1em; 
}
#blog_autor .media-heading {
	color: #777;
	font-size: 1em;
	font-weight: bold;
}
.blog-headline {
	color: #777;
	font-size: 1.8em;
	padding: 15px 0 0 0;
}


.youtube-outer-wrapper {
	width:307px; 
	height:173px; 
	overflow:hidden; 
	position:relative; 
	margin:0; 
	display:block; 
	text-align:center;
}

.youtube-inner-wrapper {
    position: relative;
	width:307px; 
	overflow:hidden;
	margin-bottom: 25px !important;
}
.youtube {
	height:173px; 
	overflow:hidden; 
	cursor:pointer; 
	margin:0;
}
.video-play {
    position: absolute;
    z-index: 9999;
    top:25%;
    left:36%;
    cursor: pointer; 
		overflow:hidden;
}
.video-play1 {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin-top: -42px;
    margin-left:-42px;
	cursor: pointer; 
	overflow:hidden;
}
.video-play2 {
    position: absolute;
    z-index: 9999;
    top:25%;
    left:36%;
    color:#fff;

    cursor: pointer; 
        overflow:hidden;
}

/* Neue Styles */

.navbar-brand {
	padding: 8px 10px 12px 15px;
}

.dotted {
	white-space:normal;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px !important;
	margin-bottom: 5px;
}

.section-header-blank {
  min-height: 28px;
  border-bottom: 1px solid #85d1ff;
  display: block;
  margin-left: 3px;
  background-image: none;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section-darkgrey .section-header-blank {
	background:url(../images/heading_border_2.gif) repeat-x left 17px;
}

h3.section-header-blank {
	background:url(../images/heading_border.gif) repeat-x left 12px;
    font-size:14px;
}

.content h3, .content h2 {
	font-size: 23px;
}

.content .section-header-blank {
	margin-left:0px;
}



.section-header {
    display: table;
    border-collapse: separate;
    word-wrap: break-word;
    width: 100%;
    height:18px;
    margin: 10px auto 20px;
}
.section-header .cell {
    display: table-cell;
    white-space:nowrap;
    vertical-align: bottom;
}
.section-header .cell-left {
    width: 1px;
    padding-right: 12px;
}
.section-header .cell-right {
    width: 1px;
    padding: 0 0 0 5px;
}
.section-header .cell-middle {
    border-bottom: 1px solid #85d1ff;
}
.section-header .cell-left a {
    color: #465050;
}
.section-header .cell-left a:hover h1,
.section-header .cell-left a:focus h1,
.section-header .cell-left a:hover h2,
.section-header .cell-left a:focus h2 {
    color: #85d1ff !important;
}
.section-header .cell-left h1,
.section-header .cell-left h2 {
    color:#85d1ff;
    margin: 0;
    font-size: 1.4em;
    line-height: 0.7em;
    margin-bottom: -2px;
}
.section-header .cell-left h3 {
    margin-bottom: -1px;
}
.section-header .cell-left h1 i,
.section-header .cell-left h2 i {
    font-size: 14px;
    padding-right:6px;
}
.section-darkgrey h2.section-header {
    color:#fff !important;
}  
.section-header .cell-right a {
    margin-left: 12px;
    font-size: 14px;
}
.section-header .cell-right a div {
    width: 20px;
    height: 20px;
    background-color: #85d1ff;
    color: #fff;
    display: inline-block;
    margin-top: -2px;
    border-radius: 3px;
    font-size: 11px;
    padding-top: 1px;
    text-align: center;
}
.section-header .cell-right a div.down,
.section-header .cell-right a div.folder, {
    background-color: transparent;
    font-size: 14px;
}
.section-header .cell-right a div.down {
    color:#85d1ff;
    vertical-align: bottom;
    margin-left:-10px;
}
.section-header .cell-right a div.down,
.section-header .cell-right a div.folder i {
    vertical-align: bottom;
}
.section-header .cell-right a:hover div,
.section-header .cell-right a:focus div {
    background-color: #85d1ff;
    color: #fff;
}
.section-header .cell-right a div.down,
.section-header .cell-right a:hover div.down,
.section-header .cell-right a:focus div.down,
.section-header .cell-right a:hover div.folder,
.section-header .cell-right a:focus div.folder {
    background-color: transparent;
    color: #85d1ff;
}




.img-owl-carousel {
	/*display: block;*/
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin: 0 !important;
}

.bhcarousel .item .content, #team-overview .content {
	padding: 0 15px 0 15px;
	margin: 0;
}

.blogOverviewSingle .content {
	padding: 0 15px 5px 15px;
	margin: 0;
}

.content a:hover,
.content a:focus {
	color: #777;
}

.bhcarousel .item .img-wrapper img.rounded-top, .template1 .top-img img, .rounded-top {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.no-rounded-top {
	-moz-border-radius-topright: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.bhcarousel .item, #team-overview .item {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
	background-color: #f3f3f3;
	margin: 3px;
}

img.img-owl-carousel-big {
	width: 617px;
}

img.img-autor {
	float: left;
	margin: 15px 15px 15px 0;
}

p.autor-info {
	float: left;
	margin: 16px 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

#carousel_blog .item {
    margin:0;
}

span.muted {
	color: #909595;
}

.m-lr-15 {
	margin: 0 15px;
}

.kategorien-tags {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
}

.kategorien-tags h3 {
	margin-top: 0;
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
}

.w-20 {
	height: 20px;
}

.rounded-4, .template1 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.section-darkgrey .owl-theme .owl-controls .owl-page span {
	background: #fff;
}

.blogOverviewSingle {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
	background-color: #f3f3f3;
	width:100%;
	margin:0;
	clear:both;
}

.blogOverviewSingleGray {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f3f3f3;
}

.blogOverviewSingleComment {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
	background-color: #f3f3f3;
	padding-top: 1px;
	border-top: 1px solid #e6e6e6;
	margin: 0 0 20px 0;
}

#blog_overview .bottombar{
	margin-bottom: 20px;
}

.btn-lines {
	position: absolute;
	right: 45px;
	padding-left: 15px;
	padding-right: 0;
	background-color: #000;
	top: -5px;
}

.blog-nav {
	font-size: 11px !important;
	margin: -5px 0 0 10px;
	/*padding: 3px 5px 1px 4px !important;*/
}

.blog-nav-left, .blog-nav-right {
	/*padding: 4px 5px 1px 4px !important;*/
	font-size: 11px !important;
}

.blog-nav-left, .blog-nav {
	padding: 4px 7px 3px 7px!important;
}



.autor-zitat {
	background:url(../images/autor.png) no-repeat;
	height: 17px;
	width: 100%;
	margin-top: 15px;
}

.no-m {
	margin: 0px !important;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	background: none;
	color: #ccc;
	font-size: 2.5em;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -35px;
	top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -35px;
	top: 40%;
}

.section-darkgrey .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
}

.grey {
	background-color: #f3f3f3;
}
/*
.owl-item iframe {
	height: 402px !important;
}

.owl-item .embed-responsive-item, .owl-item .embed-responsive {
	height: 353px !important;
}
*/

.owl-item h3 {
	margin-top: 25px;
}

.btn {
	border-radius: 3px;
}

#documents_headline {
	font-weight: bold;
	padding-top: 10px;
}

#documents {
	margin-bottom: 10px;
}

.form-horizontal .control-label {
	text-align: left;
}

form {
	/*margin-top: 20px !important;*/
}

.autorinformation {
	color: #777;
	float: right;
	margin-top: 15px;
}
.autor-header {
    height:60px;
}

.content .btn-group {
	float: right;
}

.blogOverviewSingle .content .dropdown-menu,
.item .content .dropdown-menu {
	margin-top: 10px;
	width: 250px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0;
	border: none;
	background-color: #f3f3f3;
}

.blogOverviewSingle .content .dropdown-menu>li,
.item .content .dropdown-menu>li {
	padding: 8px 15px;
	color: #777;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}

.blogOverviewSingle .content .dropdown-menu>li:hover a,
.item .content .dropdown-menu>li:hover a {
	color: #85d1ff
}

.blogOverviewSingle .content .dropdown-menu>li:first-child,
.item .content .dropdown-menu>li:first-child {
	padding: 8px 15px;
	background-color: #f3f3f3;
}

/*.blogOverviewSingle .content .dropdown-menu>li:last-child:hover a,
.item .content .dropdown-menu>li:last-child:hover a {
	color: #777;
}

.blogOverviewSingle .content .dropdown-menu>li:last-child,
.item .content .dropdown-menu>li:last-child {
	border-bottom: none;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.blogOverviewSingle .content .dropdown-menu>li:last-child a,
.item .content .dropdown-menu>li:last-child a {
	color: #777;
}*/

.blogOverviewSingle .content .dropdown-menu>li:last-child,
.item .content .dropdown-menu>li:last-child {
	border-bottom: none;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.blogOverviewSingle .content .dropdown-menu>li>a,
.item .content .dropdown-menu>li>a {
	padding: 0;
	line-height: 1.3em;
	white-space: pre-wrap;
}

.blogOverviewSingle .content .dropdown-menu>li>a:hover, 
.blogOverviewSingle .content .dropdown-menu>li>a:focus,
.item .content .dropdown-menu>li>a:hover, 
.item .content .dropdown-menu>li>a:focus {
	background-color: transparent;
}

/*ul.cssmasonry {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    margin: 0 auto;
    padding: 0;
    max-width: 970px;
}

ul.cssmasonry>li {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    list-style: none;            
    margin-bottom: 15px;
    width: 100%;
    background: #f3f3f3;
}
            
ul.cssmasonry li p {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    line-height:1.5;
}

ul.cssmasonry li ul {
    list-style: none;
    padding: 15px;
}*/

.no-p-right {
  padding-right: 0px !important;
}

.btn-no-padding {
	padding: 0px !important;
}

ul.langlist {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}

ul.langlist li {
	height:20px;
	width: 100px;
}

ul.langlist li a, ul.langlist li a:hover, ul.langlist li a:active, ul.langlist li a:visited {
	color: #777;
}

ul.langlist li a img {
	width: 16px;
	height: 11px;
}

.popover-content {
	padding: 3px 10px;
}

.popover {
    top: -55px !important;
    left: -13px !important;
}

.arrow {
	left: 15% !important;
}

.footerp {
	color:#fff; 
	padding:0px;
	margin-bottom: 50px;
	font-weight: 400;
}

.footerp a, .footerp a:hover, .footerp a:active, .footerp a:visited {
	color: #fff;
}


#topmenu .col-xs-3 {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  width:23.5%;
}

#topmenu .col-xs-3 ul {
  margin: 0;
  padding: 0;
}

ul.cssmasonry {
  list-style: none;
  padding: 0;
}

ul.cssmasonry li {
  list-style: none;
  padding: 0;
}

#topmenu {
	padding-bottom: 5px;
}

.dropdown-menu2 {
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	min-width: 160px;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px 0;
	background-color: #fff;
	/*border-top: 1px solid #c7caca;*/
	width: 100%;
	border-radius: 0;
	display: none;
}

.navbar-nav>li>.dropdown-menu2 {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.masonryitem {
    list-style-type: none;
    margin-bottom:2em;
    width: 23.5%;
    padding: 15px !important;
	background-color: #f3f3f3;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 22.5%;
}

.visibletrue {
	display: inherit;
}

.btn {
	padding: 4px 8px;
	font-weight: 400;
}

.dropdown-menu {
	font-size: 13px;
}

.light-font {
}

.hl-artikel,
.content h1 {
	font-size: 23px !important;
	font-size: 23px !important;
	margin: 0 0 10px 0;
	padding-top: 25px !important;
    color:#85d1ff;
}

h3.1zeilig {
	height: 25px !important;
}

.contact {
	height: 50px;
	margin: 0;
}

.contact-overview {
	height: 50px;
	margin: 0;
}


.authorOverviewSingle {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #f3f3f3;
    width:100%;
    margin:0;
    clear:both;
}
.authorOverviewSingle img {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.authorOverviewSingle .content {
    padding: 0 15px 5px 15px;
}
.authorOverviewSingle .bottombar {
    margin-bottom: 20px;
}

.authorOverviewSingle h2 {
    padding-top: 20px;
}

.author-header {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    width:100%;
    margin:0 0 20px 0;
    padding: 15px 15px 5px 15px;
    clear:both;
}
.right-menu-grey-wrapper {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px;
}


.expandable {
    margin-bottom:10px; 
    position:relative;
}

.expandable h3.section-header {
    margin-bottom:0px; 
    margin-top:0px;
}
.expandable .section-header span {
    background-color:#f3f3f3;
}

.document {
    padding: 7px 0;
	border-bottom: 1px solid #d6d6d6;
}

.document:last-child {
    padding: 7px 0 0 0;
	border: none;
}


.author-dropdown-active-color {
    background-color: #f3f3f3;
}

#btnOpenBlogMenu i.fa {
    position: absolute; 
    right: 15px; 
    padding-left: 15px; 
    background-color: #e6e6e6; 
    top: 20px; 
    font-size: 0.7em; 
    background-color:#e6e6e6;
}


.blog-nav-button {
    position: absolute; 
    right: 15px; 
    
    padding-right: 0px; 
    padding-left: 15px; 

    background-color: #fff; 
    top: 20px;
}


.sidebar-headline {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
    font-size:20px;
    color: #777 !important;
}

.more-nav {
    margin-bottom:20px;
}


.blog-text {
    padding:20px 0 20px 0;
    margin:27px 0 27px 0;
    border-top:1px solid #85d1ff;
    border-bottom:1px solid #85d1ff;
}

.slideshowOwl.item img{
    display: block;
    width: 100%;
    height: auto;
}

.well, .well a, .well a:hover, .well a:focus, .well a:active, .well a:visited {
	color: #fff;
	padding-top: 30px;
}



hr {
  border-top: 1px solid #fff;
}

.ntext img {
	max-width: 100%;
}

.parallaxParent {
    height: 400px;        
    overflow: hidden;
    margin-bottom: 0px !important;
}
.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}
.parallaxDiv {
    background-repeat:no-repeat;
    background-size:100% auto;
}

.expandable h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin:0px;
}

.expandablecontent h3 {
  background-color: #85d1ff;
  padding: 8px 12px;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-radius:3px;
}

.expandablecontent h3.lillifee {
  background-color: #f9a0ca;
}

.divexpandable div {
	padding-left: 12px;
}

.divexpandable div.expandablecontent {
	padding-left: 0px;
}

.footer-logo {
	margin-top:0px;
}

.collapse-border {
	border: 1px solid #d6d6d6;
	border-top-color: transparent;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 15px 15px 15px;
}

.form {
	margin-bottom: 15px;
}

#header-img {
    min-width: 100%;
}
.header-image {
    position: relative;
}
.header-image .container {
    position:absolute;
    z-index: 10000;
    left:50%;
    margin-left:-485px;
}
.header-image .top {
    top:50px;
}
.header-image .bottom {
    bottom:50px;
}
.header-image .middle {  /*to do*/
    bottom:50px;
}
.header-image p {
	font-family: 'DearJoe5CasualW04-Pro', 'dearjoe', 'Open Sans', sans-serif;
    color:#fff; /*default font color*/
    font-size:40px; /*default font size*/
    line-height:50px; /*default line height*/
    margin-bottom: -10px;
}
.header-image p.right {
    text-align:right;
}
.header-image p.center {
    text-align:center;
}

.buttonkontakt {
	color: #fff !important;
}

.buttonkontakt:hover {
	color: #85d1ff !important;
}
.usergrouptext .content p a, .usergrouptext .content p a:link, .usergrouptext .content p a:visited, .usergrouptext .content p a:hover {
    color: #85d1ff;
    text-decoration: none;
}
.row-nomargin {
	margin: 0;
}
.col-padding5 {
	padding: 10px 5px 30px 5px;
}