.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	#headerimg {
		height: 410px;
		overflow: hidden;
	}

	#headerimg .textright { max-width: 610px;padding-top:60px; }

	.fill { height:500px; }

	.header-title {
		position: absolute;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


.top-menu li > a {

	color: #333;
}

.top-menu li > a:hover {
	text-decoration: none;
}

.header-title p {
	margin-bottom: 0;
	font-weight: 800;
}

.header-title {
	width: 100%;
	background-color: #64C4D8;
	/* padding: 8px 0; */
	font-size: 46px;
	line-height: 0.9;
	color: #FFF;
	top: 0;
	left: 0;
	z-index: 999;
	font-weight: bolder;
	padding: 0;
}

#headerimg {

	background-color: #e2f1f5;


}

.fill {
	background-position: right; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#headerimg img {
	height: auto;
	width: 100%;
}





.textright h2 {
	color: #337ab7;
	font-size: 2.0rem;
}

.textright button {
	font-weight:bold;
	float:right;
}

h1 {
	color: #337ab7;
	margin-bottom:20px;
}

.category-list-block {
	padding-top: 60px;
}

.btn-home { width:250px;}

.site-footer {
	width: 100%;
	display: block;
	margin-top: 0;
	border-top: 0;
	padding-top: 0px;
}

.box {
	min-width: 150px;
	height: 70px;
	background-color: #e2f1f5;
	border-radius: 25px;
	border: 2px solid #64C4D8;
	float: left;
	margin-right: 10px;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #337ab7;
}

.boxright {
	float: left;
	width: 40px;
	height: 70px;
	color: #337ab7;
	font-size: 30px;
	padding-left: 8px;
	padding-top: 15px;
}

.innerpage-block {
	/* padding-bottom: 45px; */
	margin-top: 60px;
}

.akktext {
	display:none;
}

.akktext h2 { margin-bottom:20px; margin-top:50px;}

.open .akktext {
	display:block;
}

.akkordeon h2 {
	cursor: pointer;


}

.akkordeon {
	margin-top:20px;
}

.innerpage-block .akkordeon.nobordertop {
	border-top:0;
}

.innerpage-block .akkordeon {
	border-bottom: 1px solid #64C4D8;
	border-top: 1px solid #64C4D8;
}


.akkheader {
	margin-bottom:15px !important;
	margin-top:15px !important;
	color:#000 !important;
}

.akkheader i, .akkheader em {
	color:#64C4D8;
	margin-right: 10px;
}

.inner-sidebar header {
	color: #337ab7;
	font-size:30px;
	font-weight: bold;
}

.inner-sidebar ul {
	padding-left: 20px;
}

.inner-sidebar.mode2 {
	background-color: #fff;
	border: 5px solid #e2f1f5;
}

.top-menu li .navbar-form .btn {
	padding: 0 7px;
}

.logo {
	margin-top: 10px;
}
.logo img.img-responsive { width:100%;}

.nav-hyphen {
	padding-top: .4rem;
	padding-bottom: .4rem;
}

span.strich {
	margin-left: 0px;
	color: #a2a1a1;
	font-size: 18px;
}

.list-inline-item span.strich { margin-left:0.5rem;}

.main-menu  .navbar-nav>li.dropdown .dropdown-menu {
	border: 1px solid rgba(0,0,0,.15);
	background: rgba(255, 255, 255, 0.9);
	border-top: none medium;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.main-menu .navbar-nav>li>a {
	color: #32bad6;

}

.main-menu .navbar-nav>li:last-child>a {
	padding-right: 0;
}

.main-menu .navbar {

	margin-top: 0px;

}

.container.toolbox {
	padding-bottom: 20px;
	border-bottom: 10px solid #64C4D8;
}

.tools-text {

}

a.dropdown-item:active, a.dropdown-item.active { background-color: #337ab7;}

.center { text-align: center;}

.partner-block figure { margin:0;}

.btn-primary, a.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
a.btn { font-size:inherit;}
a.btn-home { font-weight: bold;}

li.nav-item a { font-size: 1.1rem; text-decoration: none;}

.tx-indexedsearch-browsebox {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

ul.tx-indexedsearch-browsebox li:first-child a {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

ul.tx-indexedsearch-browsebox li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	text-decoration: none;
}


@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .6rem;
		padding-left: .6rem;
	}
}

@media (max-width: 767px) {
 #headerimg {
	 padding:0;
 }

	#headerimg .textright { padding-left:30px; padding-right:30px; }
}

@media (max-width: 575px) {
	.list-inline-item.hasform {
		width:100%;
	}
}