/**
 * Import CSS
 */
/**
 * Global
 */
/**
 * Farben Kategorien
 */
/**
 * Theme
 */
/**
 * Global
 */
/**
 * News System tx_news
 */
.bold {
	font-weight: 500;
}

.bolder {
	font-weight: 600;
}

.text-primary {
	color: #055987;
}

.text-invert {
	color: #fff;
}

.underline {
	text-decoration: underline;
}

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*transform mixin*/
}

.link-invert {
	color: #fff;
}

.link-invert:hover,
.link-invertfocus {
	color: #fff;
}

.mt-6 {
	margin-top: 3rem;
}

.mb-6 {
	margin-bottom: 3rem;
}

.x2 {
	font-size: 2em;
}

.x02 {
	font-size: 1.2em;
}

hr.hr-dark {
	border-top: 1px solid #c3c3c3;
}

hr.ce-div {
	border-top: 1px solid #c3c3c3;
}

.page-header-aside {
	margin-top: 0;
}

section {
	padding: 50px 0;
}

.bg-grey {
	background-color: #f6f6f6;
}

.bg-primary {
	background-color: #055987;
}

.bg-primary-variant {
	background-image: radial-gradient(circle, #f6f6f6, #e7e7e7, #d8d8d8, #c9c9c9, #bababa);
}

.bg-secondary {
	background-color: #055987;
}

.bg-secondary-variant {
	background-color: #1ee8ff;
}

.bg-default {
	background-color: #505050;
}

.bg-image {
	background: #505050;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-image.overlay-light,
.bg-image.overlay-dark {
	position: relative;
}

.bg-image.overlay-light .container,
.bg-image.overlay-dark .container {
	position: relative;
	z-index: 10;
}

.bg-image.overlay-light:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.bg-image.overlay-dark:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	/**
 * Overwrite Bootstrap
 */
	/*
 @media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .cootainer-xxl {
        max-width: 1460px;
    }
 }
*/
}

.form-control {
	font-size: 16px;
	font-size: 1rem;
	/*line-height mixin*/
	height: 42px;
}

select.form-control[multiple],
select.form-control[size] {
	height: 42px;
}

.form-control.readonly {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #055987;
}

.list-group {
	border-radius: 0;
}

.list-group-item {
	border-left: 0;
	border-right: 0;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #055987;
}

abbr[data-original-title],
abbr[title] {
	border: none;
	text-decoration: none;
}

.alert {
	margin-bottom: 2rem;
}

.alert-primary {
	color: #fff;
	background-color: #055987;
}

.alert-warning {
	background-color: #ffe381;
	font-size: 1.2em;
	font-weight: 500;
}

label {
	font-weight: 500;
}

.modal .modal-header {
	border: none;
	margin-top: 1.5rem;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background: #ede7f5;
	/*radio und checkbox inline*/
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-inline input[type=checkbox],
.radio-inline input[type=checkbox],
.checkbox-inline input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin: 4px 0 0 -20px;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px;
	/*Buttons*/
}

.btn {
	font-size: 16px;
	font-size: 1rem;
	/*line-height mixin*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*transform mixin*/
}

.btn-lg {
	font-size: 20px;
	font-size: 1.25rem;
	/*line-height mixin*/
	min-width: 230px;
}

@media (max-width:768px) {
	.btn.btn-lg {
		white-space: normal;
	}
}

.btn-transparent {
	background: transparent;
}

.btn-transparent:hover,
.btn-transparent:focus {
	color: inherit;
}

.btn-primary {
	background-color: #055987;
	border-color: #055987;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
	background-color: #055987;
	border-color: #055987;
	color: #fff;
}

.btn-outline-primary {
	color: #055987;
	border-color: #055987;
	background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background-color: #055987;
	color: #fff;
}

.btn-secondary {
	background-color: #055987;
	border-color: #055987;
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus {
	background-color: #008d9e;
	border-color: #008d9e;
	color: #fff;
}

.btn-outline-secondary {
	color: #055987;
	border-color: #055987;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	will-change: background-color, color;
	transition: 0.4s all ease-in;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	background-color: #055987;
	color: #fff;
	border-color: #055987;
}

.btn-default {
	background-color: #505050;
	border-color: #505050;
	color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus {
	background-color: #434343;
	border-color: #434343;
	color: #fff;
}

.outline-animate::before {
	content: "";
	background: #06a4b6;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
}

.outline-animate::before {
	width: 0;
	height: 100%;
}

.outline-animate:hover::before,
.outline-animate:focus::before {
	width: 102%;
}

.btn-shadow {
	box-shadow: 0px 16px 46px -12px rgba(133, 93, 189, 0.35);
	transition: 0.3s;
}

.btn-shadow:hover {
	box-shadow: 0 2px 5px rgba(157, 157, 157, 0.3);
	/* Button-Annimation Arrow*/
}

.arrow-right {
	position: relative;
	padding: 0 10px;
}

@media (min-width:576px) {
	.arrow-right .fas {
		position: absolute;
		top: 1px;
	}
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(10px) scale(0.7);
	}

	26% {
		opacity: 0;
		transform: translateX(-10px) scale(0.7);
	}

	55% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}
}

.btn-animated:hover .arrow-right .fas {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/*Internal Link animation*/
}

.internal-link {
	display: inline-flex;
	overflow: hidden;
	position: relative;
	font-weight: bold;
}

.internal-link::before {
	content: '';
	transition: 0.4s;
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.internal-link:hover:before {
	transform: translateX(100%);
	/* Accordion */
}

.card.accordion {
	margin-bottom: 1.5rem;
	/* 5 Columns */
}

.card.accordion .card-header-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card.accordion .card-header-link[aria-expanded="true"] i:before {
	content: "\f078";
	transition: 0.4s;
}

.card.accordion .card-header-title {
	margin-bottom: 0;
}

.col-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-15 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width:576px) {
	.col-sm-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width:768px) {
	.col-md-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width:992px) {
	.col-lg-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width:1200px) {

	/**
 * Boxes
 */
	/*vertikale-box*/
	.col-xl-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.v-box {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.2);
	border-radius: 4px;
	/*horizontale box*/
}

.v-box .v-box-thumb {
	overflow: hidden;
	position: relative;
}

.v-box .v-box-content {
	padding: 10px 15px;
}

.v-box .v-box-header {
	margin-bottom: 1rem;
	text-align: center;
}

.h-box {
	background-color: #fff;
	margin-bottom: 2rem;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.2);
	border-radius: 4px;
}

.h-box .h-box-content {
	padding: 1.5rem;
}

.v-box-thumb img {
	transition: all 1s ease-out;
}

.v-box-thumb:hover img {
	transform: scale(1.2);
	transition: all 1s ease-out;
	/**
 * Header
 */
}

.header-top {
	margin-bottom: 1rem;
}

#logo {
	image-rendering: -webkit-optimize-contrast;
}

#header-functions {
	color: #505050;
	float: right;
}

.header-icon {
	float: left;
}

.header-icon-text {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	/**
 * Header large
 */
}

@media (min-width:991px) {

	/**
 * Header XS
 */
	.header-right {
		margin-top: 20px;
	}

	#header-functions {
		margin-bottom: 10px;
	}

	.header-icon {
		margin-left: 2rem;
		display: inline-block;
	}

	#header-navbar-toogle,
	.navbar-toggler {
		display: none;
	}
}

@media (max-width:767px) {
	#logo {
		margin-right: 0;
		margin-left: 0;
	}

	#logo img {
		max-width: 200px;
	}

	#header-functions {
		text-align: center;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
		position: fixed;
		height: 150px;
		width: 100%;
		background-color: #fff;
		/*fix fuer anker mit fixed header*/
	}

	div[id^="c"]:target:before,
	form:target:before {
		content: "";
		display: block;
		height: 150px;
		margin: -150px 0 0;
	}

	.page-content div:target:before {
		content: "";
		display: block;
		height: 150px;
		margin: -150px 0 0;
	}
}

@media (min-width:992px) {
	#header-search {
		padding-bottom: 22px;
	}
}

#header-search .navbar-form {
	margin: 0;
	padding: 0;
}

@media (max-width:991px) {
	.header-icon {
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
	}

	.header-icon-text {
		display: none;
	}
}

@media (max-width:350px) {

	/**
 * Toggle START
 */
	.header-icon,
	.navbar-toggler {
		margin-right: 0px;
	}

	#header-functions {
		float: none;
	}
}

.navbar-toggler {
	position: relative;
	padding: 0;
	/**
 * Navigation
 */
}

.navbar-toggler .icon-bar {
	width: 35px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*transform mixin*/
	background-color: #055987;
	height: 4px;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg) scale(1.1);
	transform-origin: 30% 90%;
	margin-top: 4px;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg) scale(1.1);
	transform-origin: 40% 60%;
}

.navbar-toggler.collapsed .icon-bar {
	background-color: #3a3a3a;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0) scale(1);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0) scale(1);
}

#navigation {
	text-transform: uppercase;
}

.dropdown-toggle:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/**
 * Sections
 */
	content: "\f107";
	border: none;
	font-size: 0.9em;
	will-change: transform;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	/*transform mixin*/
	transition-delay: 0.2s;
	vertical-align: baseline;
}

@media (min-width:992px) {
	#navigation {
		margin-left: -30px;
	}

	#navigation .nav-link {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 22px;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	#navigation .nav-item:hover .nav-link,
	#navigation .nav-link:hover,
	#navigation .nav-link:focus {
		transform: scale(1.1);
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transitionall: all 0.3s ease-out 0s;
		color: #6b43a4;
	}

	#navigation .dropdown-menu {
		padding-left: 15px;
		padding-right: 15px;
		left: -20px;
		/*Navigation mit hover*/
	}
}

@media (min-width:992px) and (hover:hover) {
	#navigation .dropdown-menu {
		min-width: 220px;
		transform: translateY(30px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		/*transform mixin*/
		display: inherit;
		will-change: opacity, transform;
		transition-delay: 0.2s;
		/*drehender pfeil*/
	}

	#navigation .dropdown:hover .dropdown-toggle:after {
		transform: rotate(180deg);
	}

	#navigation .dropdown-toggle:focus:after,
	#navigation .dropdown-toggle:hover:after {
		transform: rotate(180deg);
	}

	#navigation .dropdown:hover>.dropdown-menu {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
		transform: translateY(0px);
	}
}

@media (max-width:991px) {

	/**
 * Dropdown
*/
	.navbar {
		padding: 0;
		margin-right: -15px;
		margin-left: -15px;
		background-color: #fff;
	}

	#navigation .nav-link {
		padding: 0.5rem 1rem;
		background: #e6e6e6;
		margin: 5px 0px;
	}

	#navigation .dropdown-menu {
		border: none;
	}

	.navbar-collapse {
		max-height: 340px;
		background-color: #fff;
		padding: 15px;
		overflow-y: auto;
	}
}

.dropdown-menu {
	font-size: 16px;
	font-size: 1rem;
	/*line-height mixin*/
	padding: 0;
	/**
 * Breadcrumb/KLickpfad
 */
}

.dropdown-menu .nav-item {
	border-bottom: 1px solid #ddd;
}

.dropdown-menu .nav-item:last-child {
	border-bottom: none;
}

.dropdown-menu .dropdown-item {
	padding: 12px 20px;
}

.dropdown-menu .nav-item.active>.dropdown-item {
	color: #fff;
	background-color: #055987;
}

.dropdown-menu .nav-item.active>.dropdown-item:hover,
.dropdown-menu .nav-item.active>.dropdown-item:focus {
	background-color: #055987;
	color: #fff;
}

.hauptseite_clickpfad {
	display: none;
}

.klickpfad .hauptseite_clickpfad {
	display: block;
}

.klickpfad-container {
	background: whitesmoke;
	min-height: 15px;
	margin-bottom: 15px;
}

.klickpfad {
	color: #8c8c8c;
	font-size: 16px;
	margin-top: 10px;
	padding: 3rem 0;
}

.hauptseite_clickpfad,
.clickpfad_main {
	float: left;
}

.klickpfad .clickpfad .trennzeichen:before,
.klickpfad .clickpfad_item+.clickpfad_item:before,
.klickpfad .hauptseite_clickpfad>.clickpfad>.clickadrbold:first-child:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/**
 * Sections
 */
	content: "\f054";
	padding: 0 5px;
}

.klickpfad .ku_click_katebene0 {
	display: none;
}

.hauptseite_clickpfad {
	float: left;
}

.hauptseite_clickpfad span.trennzeichen:first-child {
	display: none;
	/*dozenten-details bug*/
}

.hauptseite_clickpfad a.clickadresse[title=" öffnen"]+.trennzeichen {
	display: none;
}

@media (max-width:767px) {

	/*Newsletter */
	.klickpfad {
		padding: 2rem 0;
	}
}

.newsletter-box,
.newsletter-titel {
	color: #fff;
	/**
 * Content
 */
}

.page-content {
	min-height: 500px;
}

.page-content>.container {
	padding-top: 50px;
	padding-bottom: 50px;
	/*
 * Kategorie-Box
 */
}

.katicon {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 2rem;
	display: block;
}

.katicon figure {
	margin: 0;
}

.katicon .katicon-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	background-color: #505050;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	/*line-height mixin*/
}

.katicon .btn-katicon {
	color: #fff;
	background-color: #505050;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

@media (min-width:992px) {
	.katicon img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(50%);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transition: 0.8s ease-out;
		transition: transform 0.8s ease-out;
	}

	.katicon:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: ransform 0.8s ease-out;
		transition: transform 0.8s ease-out;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

@media (max-width:992px) {
	.katicon {
		display: inline-block;
	}

	.katicon-box {
		text-align: center;
	}

	.katicon a {
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {

	/*kategorie farben*/
	.katicon {
		display: inline-block;
	}
}

.katicon.farbe-red .katicon-title {
	background-color: rgba(244, 67, 54, 0.8);
}

.katicon.farbe-red .btn-katicon {
	background-color: #f44336;
}

.katicon.farbe-pink .katicon-title {
	background-color: rgba(233, 30, 99, 0.8);
}

.katicon.farbe-pink .btn-katicon {
	background-color: #e91e63;
}

.katicon.farbe-purple .katicon-title {
	background-color: rgba(156, 39, 174, 0.8);
}

.katicon.farbe-purple .btn-katicon {
	background-color: #9c27ae;
}

.katicon.farbe-deep-purple .katicon-title {
	background-color: rgba(103, 58, 182, 0.8);
}

.katicon.farbe-deep-purple .btn-katicon {
	background-color: #673ab6;
}

.katicon.farbe-indigo .katicon-title {
	background-color: rgba(63, 82, 180, 0.8);
}

.katicon.farbe-indigo .btn-katicon {
	background-color: #3f52b4;
}

.katicon.farbe-blue .katicon-title {
	background-color: rgba(32, 150, 242, 0.8);
}

.katicon.farbe-blue .btn-katicon {
	background-color: #2096f2;
}

.katicon.farbe-light-blue .katicon-title {
	background-color: rgba(0, 169, 243, 0.8);
}

.katicon.farbe-light-blue .btn-katicon {
	background-color: #00a9f3;
}

.katicon.farbe-cyan .katicon-title {
	background-color: rgba(0, 187, 211, 0.8);
}

.katicon.farbe-cyan .btn-katicon {
	background-color: #00bbd3;
}

.katicon.farbe-teal .katicon-title {
	background-color: rgba(0, 150, 136, 0.8);
}

.katicon.farbe-teal .btn-katicon {
	background-color: #009688;
}

.katicon.farbe-green .katicon-title {
	background-color: rgba(76, 173, 81, 0.8);
}

.katicon.farbe-green .btn-katicon {
	background-color: #4cad51;
}

.katicon.farbe-orange .katicon-title {
	background-color: rgba(239, 108, 0, 0.8);
}

.katicon.farbe-orange .btn-katicon {
	background-color: #ef6c00;
}

.katicon.farbe-yellow .katicon-title {
	background-color: rgba(254, 191, 8, 0.8);
}

.katicon.farbe-yellow .btn-katicon {
	background-color: #febf08;
}

.katicon.farbe-brown .katicon-title {
	background-color: rgba(121, 85, 72, 0.8);
}

.katicon.farbe-brown .btn-katicon {
	background-color: #795548;
}

.katicon.farbe-grey {
	/**
 * Footer
 */
}

.katicon.farbe-grey .katicon-title {
	background-color: rgba(97, 125, 139, 0.8);
}

.katicon.farbe-grey .btn-katicon {
	background-color: #617d8b;
}

footer {
	background-color: #505050;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
	color: #fff;
}

footer .social-media {
	margin-top: 20px;
	margin-bottom: 40px;
}

footer .social-media a {
	display: inline-block;
	margin-right: 25px;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	/*transform mixin*/
}

footer .social-media a:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

footer ul {
	padding-left: 0;
	list-style-type: none;
}

footer ul li {
	padding-bottom: 5px;
}

@media (max-width:991px) {

	/*Kontaktformular*/
	footer ul>li {
		display: inline-block;
		padding-right: 15px;
	}

	footer ul>li:before {
		content: "|";
		padding-right: 15px;
		display: inline-block;
		opacity: 0.5;
	}
}

.checkbox-datenschutz span.required {
	display: none;
}

.checkbox-datenschutz .input.checkbox {
	margin: 0;
}

.frame-type-form_formframework .form-navigation .btn-toolbar>.btn-group {
	width: 100%;
}

.frame-type-form_formframework .form-navigation .btn-group>.btn {
	border-radius: 0.25rem !important;
}

.frame-type-form_formframework .form-navigation .btn-group.next {
	margin-left: auto;
}

.frame-type-form_formframework .form-navigation .btn-group.previous .btn {
	background-color: #505050;
	border-color: #505050;
	color: #fff;
}

.frame-type-form_formframework .form-navigation .btn-group.previous .btn:hover,
.frame-type-form_formframework .form-navigation .btn-group.previous .btn:active,
.frame-type-form_formframework .form-navigation .btn-group.previous .btn.active,
.frame-type-form_formframework .form-navigation .btn-group.previous .btn:focus {
	background-color: #434343;
	border-color: #434343;
	color: #fff;
}

@media (min-width:768px) {
	.checkbox-datenschutz .col-xs-11.col-sm-11.col-md-11.col-lg-11 {
		margin-left: -4%;
	}
}

.news-list-date {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px 5px;
	color: #fff;
	background: #505050;
	border-radius: 6px;
	transition: 0.22s ease-in-out;
	text-align: center;
	margin-right: 30px;
}

.news-list-date .news-tag {
	font-size: 2.25em;
	font-weight: 700;
}

.top-news-list-item-first {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.top-news-list-item-first .news-list-image {
	position: relative;
	display: block;
	height: 100%;
}

.top-news-list-item-first .news-list-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.top-news-list-item-first .news-list-date {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}

.top-news-list-item-first .news-list-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 15px;
	color: #fff;
	background-color: rgba(80, 80, 80, 0.8);
}

.top-news-list-item-first .news-list-title a {
	color: #fff;
}

.top-news-list-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

.top-news-list-item .news-list-content {
	overflow: hidden;
}

.top-news-list-item .news-list-content p {
	margin: 0;
}

.top-news-list-item .news-list-content .btn-read-more {
	float: right;
}

.btn-alle-news-container {
	text-align: right;
}

.btn-read-more {
	color: #055987;
	font-weight: 500;
	text-transform: lowercase;
	padding-right: 10px;
}

.btn-read-more::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/**
 * Sections
 */
	padding-left: 4px;
	content: "\f054";
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	/*transform mixin*/
}

.btn-read-more:hover::after {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

@media (min-width:992px) {
	.top-news-list-sidebar {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.top-news-list-item.clearfix:last-child {
		margin-bottom: 0;
	}

	.btn-alle-news-container {
		margin-top: 1rem;
	}
}

@media (max-width:991px) {
	.top-news-list-item-first {
		height: auto;
		margin-bottom: 2rem;
	}

	.top-news-list-item-first .news-list-img {
		height: auto;
		width: 100%;
	}
}

@media (max-width:575px) {
	.top-news-list-item-first .news-list-content {
		position: relative;
		background-color: #505050;
	}
}

.news-list-item {
	margin-bottom: 2rem;
	/**
 * Slider
 */
}

.news-list-item .news-list-item-title {
	font-weight: 500;
}

.news-list-item .extra {
	display: none;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	height: 350px;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_container {
	position: relative;
}

.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 45%;
	left: 0;
	z-index: 99;
	opacity: 0.8;
}

.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides1_nav.next:focus {
	color: #055987;
}

.rslides2_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: block;
	/* Fix for IE6-9 */
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}

.rslides2_nav.next {
	left: auto;
	right: 0;
}

.rslides3_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("themes.gif") no-repeat left 50%;
	width: 38px;
}

.rslides_tabs {
	margin-top: 10px;
	position: absolute;
	width: 100%;
	padding-left: 0;
	list-style-type: none;
}

.rslides_tabs li {
	float: none;
	padding-right: 5px;
}

.rslides_tabs li:last-child {
	padding-right: 0px;
}

@media (min-width:768px) {
	.rslides_tabs li {
		display: table-cell;
		width: 1%;
	}
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	background: #e6e6e6;
	background: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	width: 100%;
	height: 9px;
	position: relative;
	display: block;
	padding: 0 10px;
}

.rslides_tabs .rslides_here a {
	background: #222;
	background: rgba(0, 0, 0, .8);
}

.rslides .caption {
	position: absolute;
	display: block;
	bottom: 30px;
	left: 30px;
	padding: 11px;
	text-align: center;
	color: #fff;
	background: #055987;
	font-size: 40px;
	font-size: 2.5vw;
	text-transform: uppercase;
	/**
 * Yag
 */
}

.tx-yag-thumb-innerframe img,
.tx-yag-image img {
	max-width: 100% !important;
	height: auto;
}

.tx-yag-item-thumb-outerframe {
	height: auto;
	/**
 * To Top
 */
}

.scrollToTop {
	padding: 6px 12px;
	background-color: #055987;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 45px;
	right: 45px;
	display: none;
	text-align: center;
	border-radius: 4px;
	opacity: 0.9;
	z-index: 1100;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

@media (max-width:480px) {

	/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
	/*
 *  Owl Carousel - Core
 */
	.scrollToTop {
		bottom: 10px;
		right: 10px;
		padding: 0px 5px;
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	/* position relative and z-index fix webkit rendering fonts issue */
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	/* fix firefox animation glitch */
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	/* fix for flashing background */
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
	/* No Js */
}

.no-js .owl-carousel {
	display: block;
	/*
 *  Owl Carousel - Animate Plugin
 */
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {

	/*
 * 	Owl Carousel - Auto Height Plugin
 */
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
	/*
 * 	Owl Carousel - Lazy Load Plugin
 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
	/*
 * 	Owl Carousel - Video Plugin
 */
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	/*
 * 	Owl-Carousel Theme
 */
}

.owl-carousel.owl-theme {
	position: relative;
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0.8;
	font-size: 38px;
	color: #055987;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	/*transform mixin*/
	z-index: 10;
}

.owl-theme .owl-nav .owl-next {
	right: -20px;
}

.owl-theme .owl-nav .owl-prev {
	left: -20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
	opacity: 1;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d7cae9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #055987;
}

button.owl-prev.disabled,
button.owl-next.disabled {
	visibility: hidden;
}

.seiteblaettern {
	margin: 0;
}

.kw-well {
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(157, 157, 157, 0.05);
	box-shadow: inset 0 1px 1px rgba(157, 157, 157, 0.05);
	margin-bottom: 30px;
}

.wb_foto {
	max-width: 100%;
	height: auto;
	display: block;
}

span.statusmeldung {
	background-color: #e6e6e6;
	color: #055987;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	padding: 15px;
	/**
**pflicht-label
**/
}

.pflicht-label::after {
	content: '*';
	width: 5px;
	height: 5px;
	color: #f44336;
}

.warning-sterchen {
	color: #f44336;
	/*
*   Pagination und Buttonleiste
*/
}

@media (max-width:991px) {
	.kw-buttonleiste .btn {
		margin-bottom: 10px;
	}
}

@media (max-width:480px) {
	.kw-buttonleiste .btn-outline-secondary {
		margin-bottom: 10px;
		float: none;
		white-space: normal;
		min-width: 45%;
		margin-top: 10px;
	}

	.kw-buttonleiste .btn-primary {
		display: block;
		margin-bottom: 15px;
		float: none;
		white-space: normal;
		min-width: 100%;
	}

	.kw-buttonleiste .pull-right,
	.kw-buttonleiste .pull-left {
		float: none !important;
	}
}

.kw-paginationleiste {
	margin-bottom: 1.5rem;
}

.kw-paginationleiste .forward {
	text-align: right;
	min-width: 2.5rem;
	min-height: 1px;
}

.kw-paginationleiste .backward {
	min-width: 2.5rem;
	min-height: 1px;
}

@media (max-width:767px) {
	.pagination.kw-doz-pagination {
		flex-wrap: wrap;
	}

	.kw-paginationleiste .backward,
	.kw-paginationleiste .forward {
		min-width: 0;
		min-height: 0;
	}
}

@media (min-width:350px) {
	.kw-paginationleiste {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width:349px) {

	/*
*   Progress Bar
*/
	.kw-paginationleiste .kw-pages {
		clear: both;
		padding-top: 1.25rem;
		text-align: center;
	}

	.kw-paginationleiste .kw-pages .pagination {
		justify-content: center;
	}

	.backward {
		float: left;
	}

	.forward {
		float: right;
	}
}

.kw-progressbar {
	counter-reset: step;
	/*
*   Anmeldung
*/
}

.kw-progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	/*line-height mixin*/
	color: #767676;
}

.kw-progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #767676;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.kw-progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #767676;
	top: 15px;
	left: 50%;
	z-index: -1;
}

.kw-progressbar li:last-child:after {
	content: none;
}

.kw-progressbar li.active {
	color: #055987;
}

.kw-progressbar li.active:before {
	border-color: #055987;
	background-color: #055987;
	color: #fff;
	font-weight: 600;
}

.kw-progressbar li.visited {
	color: #055987;
}

.kw-progressbar li.visited:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #055987;
}

.kw-progressbar li.visited:after {
	background-color: #055987;
}

h3#login-form-modal-label {
	margin: auto;
}

@media (max-width:992px) and (min-width:768px) {
	.anmeldung .form-control {
		margin-bottom: 10px;
	}
}

.warnungpflichtfelder,
.wbl_status.wbl_error {
	color: #c84242;
}

.anmeldung .warnungpflichtfelder,
.kw-anmeldung .warnungpflichtfelder {
	display: none;
}

.kw-pw-warning+.warnungpflichtfelder.wbl_register {
	display: none;
}

.validierung,
.pflicht {
	color: #c84242;
}

.kw-best-nn {
	color: #c0c0c0;
}

.kw-anmeldung-label {
	height: 42px;
}

.kw-anmeldung-label label {
	padding-top: 7px;
}

.kw-best-label {
	padding-bottom: 15px;
}

.kw-best-data {
	font-weight: 600;
}

@media (max-width:767px) {
	.kw-best-label {
		padding-bottom: 0;
	}

	.kw-best-data {
		margin-bottom: 1rem;
	}
}

@media (max-width:991px) {
	.kw-best-label {
		clear: left;
	}
}

.kw-btn-haupttnauch {
	padding-left: 0;
}

.kw-anm-kurse .haupttnnichtimkurs {
	display: none;
}

.kw-anm-kurse .kw-add-tn-box {
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fafafa;
}

h3.kw-anm-best {
	margin-top: 30px;
	color: #055987;
}

span.unhighlight {
	color: #8c8c8c;
}

.kw-haupttn-box {
	padding: 50px 15px;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.kw-title-bar {
	color: #fff;
	background-color: #505050;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
}

.kw-title-bar h1,
.kw-title-bar h2,
.kw-title-bar h3 {
	margin-bottom: 0;
}

.kw-title-bar+.alert {
	border-radius: 0;
}

.kw-kurs-tnadd {
	margin-top: 30px;
}

.kw-anm-kurse .v-box-content,
.kw-anm-best .v-box-content {
	padding: 30px;
}

.kw-tn-list-item {
	padding: 10px 15px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 5px;
}

.kw-tn-list-item.nur-htn {
	border-bottom: none;
}

.kw-tn-list-item-name {
	padding: 6px 0;
}

.kw-tn-list-item-gebuehr {
	padding: 6px 0;
	text-align: right;
}

@media (max-width:577px) {

	/*
*Kurs-Properties
*/
	.kw-tn-list-item {
		padding: 10px 0;
	}

	.kw-tn-list-item .btn {
		margin-bottom: 0.5rem;
		min-width: 170px;
	}

	.kw-anm-best .v-box-content {
		padding: 30px 0;
	}

	.kw-anm-best.v-box {
		box-shadow: none;
	}

	.kw-table-row-title {
		font-weight: 500;
	}
}

.kw-kurs-properties {
	padding-left: 0;
}

.kw-kurs-properties li {
	margin-bottom: 5px;
	list-style: none;
	padding-left: 1em;
}

.kw-kurs-properties li:before {
	content: "";
	border-color: transparent #055987;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: inline-block;
	height: 0;
	width: 0;
	left: -1em;
	position: relative;
}

.kw-kurs-properties-label {
	font-weight: 500;
}

@media (min-width:768px) {

	/*
*Kursübersicht
*/
	.kw-kurs-properties {
		padding-left: 1rem;
	}
}

.status-info {
	width: 45%;
	padding: 10px;
	background: #055987;
	color: #fff;
	font-weight: 600;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	float: right;
	text-align: center;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
}

.status-info.nicht-buchbar {
	background: #b3b1b1;
}

.status-info+.h-box {
	clear: right;
	position: relative;
	z-index: 1;
}

.kw-kurs-preis {
	padding: 0;
	text-align: center;
	font-weight: 400;
}

.kw-kursuebersicht .kw-kat-bg {
	float: left;
	margin: 0 2rem 2rem 0;
	width: 40%;
	height: auto;
	display: block;
}

@media (max-width:767px) {
	#kw-kursuebersicht-list .h-box .v-box-footer .btn {
		margin-bottom: 0.5rem;
		display: block;
		width: 100%;
	}

	.kw-unterkategorien .list-group-item {
		border: 0;
		padding: 0;
	}

	.kw-kursuebersicht .kw-unterkategorien .list-group-item-link {
		padding: 0.5rem;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .125);
	}
}

@media (max-width:567px) {
	.kw-kursuebersicht .kw-kat-bg {
		float: none;
		width: 100%;
	}

	.status-info {
		width: 70%;
	}

	#kw-kursuebersicht-list .v-box-footer {
		margin-top: 20px;
	}
}

.kw-kurs-ueb-sidebar .kw-filter,
.kw-kurs-ueb-sidebar .kw-kat-mitarbeiter-list {
	padding: 15px;
}

.kw-kat-mitarbeiter {
	background-color: #fff;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
	color: #3a3a3a;
	margin: 0.75rem 0;
	padding: 0.75rem;
}

.kw-kat-mitarbeiter img {
	max-width: 120px;
	height: auto;
}

.kw-kat-dropdown-submenu {
	display: none;
}

.kw-kat-dropdown-submenu.selected {
	display: block;
}

.kw-kat-dropdown.opened .kw-kat-dropdown-toggle:before {
	content: "\f078";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*transform mixin*/
}

.kw-kat-dropdown-submenu {
	padding-top: 10px;
	padding-left: 20px;
}

.kw-kat-dropdown .nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*
*   Kursdetails
*/
}

.kw-kat-dropdown .nav-link.active {
	background-color: #e5dcf1;
}

.kw-kurs-fotos a {
	height: 160px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.kw-kurs-fotos a {
		height: initial;
	}

	.kw-kurs-fotos img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.kw-kursdetails .nav-tabs .nav-link i {
		display: block;
	}
}

.kw-kursdetails .nav-tabs,
.kw-kursdetails .tab-content {
	margin-bottom: 25px;
}

.kw-kursdetails .nav-tabs .nav-link {
	background-color: #e6e6e6;
	border-radius: 0;
	border: none;
	color: #000;
}

.kw-kursdetails .nav-tabs .nav-link.active {
	background-color: #055987;
	color: #fff;
}

h2.kursdetails-titel {
	font-size: 2em !important;
	font-weight: 500;
	text-transform: none;
}

.kw-kurs-status {
	display: inline-block;
}

.kw-floating-cart {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #055987;
	z-index: 1000;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 5px 31px -1px rgba(157, 157, 157, 0.15);
	display: none;
	text-align: center;
	padding: 10px;
}

.kw-floating-cart.moveToCart {
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-ms-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}

.kw-floating-cart:before {
	content: "1";
	color: #fff;
	font-family: initial;
}

.kw-kurs-container .tab-content {
	padding: 15px;
}

.kw-kursdetails-cta {
	text-align: right;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	/*
*   kw-table
*/
}

.kw-kursdetails-cta .cta-btn-box {
	width: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.kw-kursdetails-cta .btn {
	width: 100%;
}

.kw-table-header {
	background-color: #8c8c8c;
	color: #fff;
}

.kw-table-header a,
.kw-table-header a:hover,
.kw-table-header a:focus {
	color: #fff;
}

.kw-table-sort .fa {
	margin-right: 8px;
}

.kw-table-row,
.kw-table-header {
	padding: 10px 0;
}

.kw-table-label {
	clear: left;
}

.kw-table-row.alt2 {
	background-color: #f2f2f2;
}

.kw-table-row {
	border-bottom: 1px solid #e2e2e2;
}

@media (max-width:480px) {
	.kw-table-label {
		width: auto;
		min-width: 85px;
	}
}

@media (max-width:350px) {
	.kw-table-label {
		width: 100%;
		padding-top: 6px;
		padding-bottom: 2px;
	}

	.kw-table-data {
		width: 100%;
	}
}

@media (max-width:767px) {
	.kw-table a.kw-kurstitel {
		font-weight: bold;
		margin-bottom: 15px;
		display: block;
	}

	.kw-table-label {
		font-weight: bold;
		padding-bottom: 4px;
	}

	.kw-table-header {
		display: none;
	}
}

@media (min-width:768px) {
	.kw-table {
		padding: 0 15px;
	}
}

@media (min-width:767px) {

	/*
*   Highlights 
*/
	.kw-unterkategorien {
		text-align: center;
	}
}

.kw-highlight .kw-kurstitel {}

.kw-highlight-date {
	color: #fff;
	background: rgba(133, 93, 189, 0.7);
	position: absolute;
	top: 0;
	text-align: center;
	padding: 6px 12px;
	min-width: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	/*line-height mixin*/
	font-weight: 500;
}

.v-box-footer {
	margin-top: 30px;
}

@media (min-width:768px) {

	/*
*   Demnächst 
*/
	.kw-highlight .kw-kurstitel {
		min-height: 3rem;
		max-height: 3rem;
		overflow: hidden;
	}
}

.kw-demnaechstmenue .v-box-header {
	padding: 15px;
	text-align: center;
}

.kw-demnaechstmenue .kw-kurstitel {
	text-transform: uppercase;
}

.kw-demnaechst-date {
	color: #fff;
	background: rgba(133, 93, 189, 0.7);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 12px;
	min-width: 50%;
	font-size: 20px;
	font-size: 1.25rem;
	/*line-height mixin*/
	font-weight: 600;
	display: inline-block;
}

@media (min-width:992px) {

	/*
*   Schnellsuche
*/
	.kw-demnaechstmenue .kw-kurstitel {
		min-height: 3rem;
		max-height: 3rem;
		overflow: hidden;
	}
}

.kw-fsearch-form {
	border-bottom: 2px solid #000;
}

.kw-fsearch-form .form-control {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.kw-fsearch-form .btn-transparent {
	padding: 0;
}

.merkliste-menu a:focus,
.tn-login-menu a:focus {
	color: #000 !important;
}

@media (max-width:991px) {

	.merkliste-menu a:focus,
	.tn-login-menu a:focus,
	.wk-menu a:focus {
		outline: none;
	}
}

.kurst_status_13 {
	color: #055987;
	/*
*   Warenkorb
*/
}

.kw-wk {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px;
}

.kw-wk-menu-list {
	border-radius: 0;
	margin-top: 10px;
}

.kw-wk-menu-list .kw-del-kurs {
	margin-left: 25px;
	/*Warenkorb Button*/
}

.wk-menu {
	position: relative;
	text-align: center;
}

.wk-menu a {
	display: block;
}

.wk-menu .dropdown-menu {
	min-width: 300px;
	padding: 15px;
}

.wk-menu .badge {
	position: absolute;
	top: -5px;
	right: 7px;
	background-color: #055987;
	color: #fff;
}

.merkliste-menu {
	text-align: center;
	position: relative;
}

.merkliste-menu .badge {
	position: absolute;
	top: -5px;
	right: -4px;
	background-color: #055987;
	color: #fff;
}

.in_merkliste_wk {
	display: inline-block;
	color: #ed217c;
	font-size: 1.3rem;
	margin-left: 10px;
	/*
*   Stammhörerlogin
*/
}

.tn-login-zurueck-btn {
	display: none;
}

.tn-login-menu {
	position: relative;
	text-align: center;
}

.tn-login-menu {
	/*
@media(max-width:992px){
    .kw-login-actions-menue {
       display: none;
    }
}
*/
	/*Badge*/
}

.tn-login-menu .badge {
	position: absolute;
	top: -5px;
	right: -2px;
	background-color: #055987;
	padding: 3px 0px;
	color: #fff;
}

.tn-login-menu .dropdown-menu {
	padding: 15px;
	min-width: 250px;
}

.badge {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

@media (max-width:991px) {
	.tn-login-menu .badge {
		top: -8px;
		right: -12px;
	}

	.merkliste-menu .badge {
		top: -8px;
		right: -16px;
	}

	#header-wk .badge {
		top: -8px;
		right: -9px;
	}
}

#wbloginform .input-group {
	margin-bottom: 10px;
}

.login-form-modal .modal-footer {
	flex-direction: column !important;
}

.login-form-modal .login-form-modal-btn {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

.merkliste-modal .modal-footer {
	flex-direction: column !important;
}

.kw-passwort-voraussetzungen p {
	display: none;
}

.kw-passwort-voraussetzungen ul {
	padding: 0;
	list-style-type: none;
}

.kw-passwort-voraussetzungen ul li:before {
	content: "-";
	padding-right: 5px;
}

@media (min-width:768px) {
	.login-form-modal .modal-body {
		padding: 35px;
	}
}

@media (max-width:767px) {
	.card-merkliste {
		margin-top: 15px;
		margin-bottom: 5px;
	}
}

.card-header-merkliste.notavailable {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.input-lg {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 6px;
}

.btn-ohne-reg {
	margin-top: 110px;
	/*Stammhoerer Intern*/
}

.kw-login-actions-menue {
	padding: 20px 20px;
	font-size: 1.2em;
}

.kw-login-actions-menue ul li {
	margin-bottom: 10px;
}

.kw-login-actions-menue ul>li>a:hover {
	background-color: #e4e4e4;
	/*.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: $default-color;
}*/
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #505050;
}

.kw-meine-kurse .card-header>a::before {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	float: right;
	padding-right: 5px;
	display: block;
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.kw-meine-kurse .card-header>a.collapsed::before {
	content: "\f067";
}

.kw-meine-kurse .card {
	margin-bottom: 1.3rem;
}

.kw-meine-kurse .card-header-merkliste>a:hover,
.kw-meine-kurse .card-header-merkliste>a:active,
.kw-meine-kurse .card-header-merkliste>a:focus {
	text-decoration: none;
}

@media (max-width:767px) {
	.kw-merkliste .v-box-footer .btn {
		margin-bottom: 0.5rem;
	}
}

@media (max-width:576px) {

	/*
*   Übersichte
*/
	.kw-merkliste .btn-primary {
		display: block;
	}
}

.kw-dozdetails .kw-foto {
	max-width: 350px;
	/*
*   Kalender
*/
}

#kw-kalender .col-lg-4,
#kw-kalender .col-lg-8 {
	padding: 0;
}

.kw-kalender-monat {
	font-size: 1.3rem;
	font-weight: 500;
}

.light-primary {
	color: #e8e1f3;
}

.kw-kurs-properties li {
	padding-bottom: 10px;
}

.kw-kalender .kw-kalender-sidebar-date-tag-monat {
	font-size: 2.125rem;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

.kw-kalender .kw-kalender-sidebar {
	padding: 15px;
	color: #fff;
	background: #055987;
	border-radius: 4px;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
}

.kw-kalender .kw-kalender-sidebar .kw-kurs-properties li:before {
	border-color: transparent #fff;
}

.kw-kalender .kw-kalender-sidebar-date-tag {
	font-size: 50px;
	font-size: 3.125rem;
	/*line-height mixin*/
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

.kw-kalender .kw-kalender-sidebar-jahr {
	display: inline-block;
	font-size: 2.125rem;
	font-weight: 500;
	opacity: 70%;
}

.kw-kalender .kw-kaleder-body {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
	height: 100%;
}

.kw-kalender .kw-kalender-nav {
	margin-bottom: 30px;
}

.kw-kalender .table {
	table-layout: fixed;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0 15px;
}

.kw-kalender th,
.kw-kalender td {
	border: 0px !important;
	text-align: center;
}

.kw-kalender .eine a,
.kw-kalender .mehrere a {
	display: block;
	text-align: center;
	background-color: #055987;
	color: #fff;
	width: 34px;
	padding: 5px;
	margin: 0 auto;
	border-radius: 4px;
}

.kw-kalender td.eine,
.kw-kalender td.mehrere {
	padding: 0;
}

.kw-kalender .table>tbody>tr>td {
	vertical-align: middle;
}

.kw-kalender-btn-for {
	float: right;
	padding-right: 10%;
	color: #055987;
}

.kw-kalender-btn-back {
	float: left;
	padding-left: 10%;
	color: #055987;
}

@media (min-width:991px) {

	/*
*   Newsletter
*/
	.kw-kalender .kw-kalender-sidebar {
		height: 100%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.kw-kalender .kw-kaleder-body {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.newsletter-box {
	position: relative;
	padding-bottom: 30px;
}

.newsletter-box .newsletter-titel {
	text-align: center;
}

.newsletter-box .newsletter-box .newsletter-lead {
	text-align: center;
	font-weight: 500;
}

.paper-plane {
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 30%;
	bottom: -15%;
	transform: translate(40%, 10px);
	transition: all 1s ease-out 0s;
}

.newsletter-cta:hover+.paper-plane {
	transform: translate(150%, 0px);
	color: #d4cdf4;
}

@media (min-width:768px) {

	/*
*   Feedback
*/
	.newsletter-lead {
		font-size: 1.25rem;
	}
}

@media (max-width:767px) {

	/**
 *  Kursfotos
 */
	.feedback_eingabe_code .btn {
		width: 100%;
		display: block;
		margin-top: 15px;
	}
}

.kw-kfotos {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.kw-kfotos li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.kw-kfotos li:first-child {
	position: relative;
	display: block;
	float: left;
}

.kw-kfotos img {
	display: block;
	height: auto;
	float: left;
	border: 0;
	/*
*   Filter
*/
}

.kw-filter-box,
.kw-filtercontainer {
	margin-bottom: 15px;
	position: relative;
	border: none;
}

.kw-filter-box.unavailable,
.kw-filtercontainer.unavailable {
	text-decoration: line-through;
}

.kw-filter-box ul,
.kw-filtercontainer ul {
	list-style: none;
	padding-left: 0;
}

.kw-filter-label {
	color: #3a3a3a;
	display: block;
	padding: 6px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.kw-filter-label[aria-expanded="true"] i:before {
	content: "\f078";
	transition: 0.4s;
}

.kw-filter-box.active .kw-filter-label,
.kw-filtercontainer.active .kw-filter-label {
	color: #055987;
	border-color: #055987;
}

.kw-filter-body {
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-top: 0;
	max-height: 250px;
	overflow-y: auto;
}

ul.kw-katkeinebegonnenenlist,
ul.kw-katkennzorlist {
	list-style: none;
	padding-left: 0;
}

input#katbeginndatvonfilter {
	margin-bottom: 8px;
}

@media (min-width:992px) {
	.kw-filter-c {
		background: #fff;
	}
}

.kw-filter-cta {
	margin-top: 40px;
	/*
*kw-suche-startseite
*
*/
}

.kw-suche-start {
	padding: 50px 0;
}

.kw-suche-start .form-control {
	height: 70px;
	font-size: 25px;
	font-size: 1.5625rem;
	/*line-height mixin*/
	color: #616161;
	background: rgba(255, 255, 255, 0.4);
	border: 2px solid #fff;
	margin-bottom: 10px;
	padding-right: 75px;
}

.kw-suche-start .form-control:focus {
	box-shadow: 0 0 0 0.3rem rgba(133, 93, 189, .25) !important;
}

.kw-erw-suche-link {
	text-align: right;
}

.kw-erw-suche-link a {
	color: #fff;
}

.kw-erw-suche-link a:hover,
.kw-erw-suche-link afocus {
	color: #fff;
}

.kw-suche-start .form-control::-webkit-input-placeholder {
	color: #505050;
	opacity: 1;
}

.kw-suche-start .input-search {
	position: relative;
}

.btn-search-icon {
	position: absolute;
	top: 4px;
	right: 3px;
	border-left: 1px solid #fefefe;
	opacity: 0.8;
}

.btn-search-icon .btn {
	background: transparent;
}

.btn-search-icon .btn:hover,
.btn-search-icon .btnfocus {
	color: #000;
}

@media (max-width:767px) {
	.btn-search-icon {
		display: none;
	}

	.kw-suche-start .form-control {
		padding-right: 15px;
	}
}

button.suche-cta {
	text-transform: uppercase;
	font-weight: 600;
	padding: 1rem 4rem;
}

.suche-cta span {
	display: inline-block;
	position: relative;
	transition: all 300ms ease-out;
	will-change: transform;
}

.suche-cta:hover span {
	transform: translateX(-1.3rem);
}

.suche-cta .suche-arrow {
	position: absolute;
	right: 0;
	opacity: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.suche-cta:hover .suche-arrow {
	opacity: 1;
	transform: translate(3rem, -50%);
}

.suche-button {
	margin-top: 30px;
}

@media (max-width:768px) {
	.kw-suche-start .form-control {
		font-size: 18px;
		font-size: 1.125rem;
		/*line-height mixin*/
	}
}

.kw-erw-suche-link a i {
	transition: transform 0.3s;
}

.kw-erw-suche-link a:hover .fa-chevron-right {
	transform: translateX(5px);
}

i.fa.fa-search.lupe_sin_suche.fa-3x {
	float: right;
	position: relative;
	bottom: 70px;
	right: 20px;
	/*
* Animate Scroll Button
*/
}

.box-scroll-amimate {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-scroll-amimate span {
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	animation: animate2 2s infinite;
}

.box-scroll-amimate span:nth-child(2) {
	animation-delay: -0.2s;
}

.box-scroll-amimate span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate2 {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

.in_merkliste {
	margin-top: 20px;
	font-size: 1.5rem;
	color: #06a4b7;
	margin-left: 10px;
}

.in_merkliste a {
	color: #06a4b7;
}

.kursdet-meldung {
	font-weight: 500;
	font-size: 2.2rem;
	display: inline-block;
}

.kw-kurs-aus {
	color: #ed217c;
}

.kw-kurs-info {
	color: #ea762e;
}

.kw-kurs-added {
	color: #605f5e;
	font-size: 1.5em;
	font-weight: 600;
}

.kw-kurs-added a {
	color: #605f5e;
}

.kw-kurs-added i {
	color: #06a4b7;
}

.kw-login-register-form .tab-content {
	padding-top: 20px;
}

.register-text-info {
	margin-bottom: 15px;
}

a.social-icon {
	padding: 6px 9px;
	width: 50px;
	color: #3a3a3a;
	margin-left: 10px;
	display: inline-block;
}

.social-side-block i.fa-facebook {
	color: #3b5998;
}

.social-side-block i.fa-twitter {
	color: #1ca1f2;
}

.social-side-block i.fa-instagram {
	color: #d72a83;
}

.social-side-block i.fa-whatsapp {
	color: #24d366;
	/*
*   Gebdetails
*/
}

.det-kommunikation li {
	list-style: none;
	margin-bottom: 10px;
}

.geb-content {
	padding: 10px 25px;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
}

@media (max-width:991px) {
	.geb-content {
		box-shadow: none;
		margin-top: 15px;
	}
}

.zueruck_fa {
	font-weight: 500;
}

.zueruck_fa i {
	transition: all 0.2s ease 0s;
}

.zueruck_fa:hover i {
	transition: all 0.2s ease 0s;
	transform: translateX(-10px);
}

.geb-bild {
	max-height: 500px;
	overflow: hidden;
	/*Arrow right animation-*/
}

.vorwaerts_fa i {
	transition: all 0.2s ease 0s;
}

.vorwaerts_fa:hover i {
	transition: all 0.2s ease 0s;
	transform: translateX(10px);
	/*
*   Mitarbeiteruebersicht
*/
}

.kw-mitarb-ueb {
	margin-bottom: 65px;
}

.kw-mitarbeiter-body {
	padding: 20px 10px;
}

.kw-mitarbeiter {
	background-color: #fff;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
	display: block;
	text-align: center;
	letter-spacing: 0;
	color: #3a3a3a;
	transform: translateY(0px);
	transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
	margin: 10px 0;
	padding: 10px;
}

.kw-mitarbeiter:hover {
	transform: translateY(-5px);
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.15);
}

.horizontal-divider::before {
	content: '';
	display: inline-block;
	width: 166px;
	height: 1px;
	background-color: #055987;
}

.kw-mitarbeiter-kontakt {
	margin-top: 20px;
}

@media (max-width:768px) {
	.kw-mitarbeiter-foto {
		overflow: hidden;
	}
}

@media (min-width:768px) {
	.kw-mitarbeiter {
		display: flex;
		align-items: center;
		text-align: left;
		height: 100%;
	}

	.kw-mitarbeiter-foto {
		display: block;
		position: relative;
		width: 38%;
		align-self: stretch;
		flex-shrink: 0;
		overflow: hidden;
	}

	.kw-mitarbeiter-foto img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 101%;
		width: 101%;
		object-fit: cover;
		object-position: center;
	}

	.kw-mitarbeiter-body {
		padding: 45px 40px;
		flex-grow: 1;
	}
}

@media (min-width:1200px) {

	/*Gebäudeübersicht*/
	.kw-mitarbeiter-body {
		padding: 66px 50px;
	}
}

.kw-gebueb-content {
	margin: 15px 0;
}

.kw-gebueb-adresse {
	min-height: 50px;
}

@media print {

	#header-functions,
	#navigation,
	#top-pages,
	#top-slider,
	#sub-bar,
	.header-right,
	.btn,
	footer,
	.footer-navigation,
	.ampelbutton {
		display: none;
	}

	#logo,
	#content {
		margin: 0;
	}

	#header {
		height: auto !important;
		position: static;
	}

	body {
		padding: 0 !important;
		font-size: 12px;
	}

	.tab-content {
		display: block;
	}

	.kw-table a.kw-kurstitel {
		font-weight: normal;
	}

	.collapse {
		display: block;
		height: auto;
	}

	a[href]:after {
		content: "";
	}

	.scrollToTop {
		display: none !important;
	}
}