﻿.bold {
	font-weight: 500
}

.bolder {
	font-weight: 600
}

.underline {
	text-decoration: underline
}

.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
}

.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) {
	.col-xl-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.internal-link,
.external-link,
.folder-link,
.email-link,
.download-link,
.phone-link {
	font-weight: 700;
}

section,
.inner-padding {
	padding: 50px 0
}

.bg-grey {
	background-color: #f6f6f6
}

.bg-primary {
	background-color: #007AC3
}

.bg-primary-variant {
	background-image: radial-gradient(circle, #f6f6f6, #e7e7e7, #d8d8d8, #c9c9c9, #bababa)
}

.bg-secondary {
	background-color: #082E64
}

.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
}

.kubus-accordion {
	margin-bottom: 1.5rem
}

.kubus-accordion .card-header {
	padding: 0
}

.kubus-accordion .card-header .btn-link {
	text-transform: initial;
	font-size: 20px;
	font-size: 1.25rem;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: left;
	align-items: center;
	justify-content: space-between
}

.kubus-accordion .card-header .btn-link: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;
	content: "";
	border: none;
	font-size: 0.9em;
	vertical-align: baseline
}

.kubus-accordion .card-header .btn-link[aria-expanded="true"]:after {
	content: ""
}

.v-box {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0px 15px rgba(157, 157, 157, 0.2);
	border-radius: 4px
}

.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
}

.klickpfad-container {
	background: whitesmoke;
	min-height: 15px;
	margin-bottom: 15px
}

.klickpfad {
	color: #8c8c8c;
	font-size: 16px;
	margin-top: 10px;
	padding: 3rem 0
}

span.clickpfad_item.active {
	font-weight: 500
}

.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;
	content: "";
	padding: 0 5px
}

.klickpfad .ku_click_katebene0 {
	display: none
}

.hauptseite_clickpfad {
	float: left
}

.hauptseite_clickpfad span.trennzeichen:first-child {
	display: none
}

.hauptseite_clickpfad a.clickadresse[title=" öffnen"]+.trennzeichen,
.hauptseite_clickpfad a.clickadresse {
	display: none
}

@media (max-width:767px) {
	.klickpfad {
		padding: 2rem 0
	}
}

.newsletter-box,
.newsletter-titel {
	color: #fff
}

.page-content {
	min-height: 500px
}

.page-content>.container {
	padding-top: 50px;
	padding-bottom: 50px
}

.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: #ffffff;
	background-color: #505050;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem
}

.katicon .btn-katicon {
	color: #ffffff;
	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) {
	.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 .katicon-title {
	background-color: rgba(97, 125, 139, 0.8)
}

.katicon.farbe-grey .btn-katicon {
	background-color: #617d8b
}

.checkbox-datenschutz span.required {
	display: none
}

.checkbox-datenschutz .input.checkbox {
	margin: 0
}

@media (min-width:768px) {
	.checkbox-datenschutz .col-xs-11.col-sm-11.col-md-11.col-lg-11 {
		margin-left: -4%
	}
}

.btn-link {

}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none
}

.btn-link.focus,
.btn-link:focus {
	box-shadow: none
}

label {
	font-weight: 500
}

select.form-control[multiple],
select.form-control[size] {
	height: 42px
}

.form-control.readonly {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}


.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: #007AC3
}

abbr[data-original-title],
abbr[title] {
	border: none;
	text-decoration: none
}

.alert {
	margin-bottom: 2rem
}

.alert-primary {
	color: #ffffff;
	background-color: #007AC3
}

.alert-warning {
	background-color: #FFE381;
	font-size: 1.2em;
	font-weight: 500
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background: #ede7f5 !important
}

.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],
.checkbox-inline input[type=radio],
.radio-inline input[type=checkbox],
.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
}
.outline-animate::before {
	content: "";
	background: #082E64;
	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%
}

.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 {
	display: inline-flex;
	overflow: hidden;
	position: relative;
	font-weight: bold
}

.internal-link::before {
	content: "";
	transition: 0.4s;
	width: 100%;
	height: 1px;
	background-color: #007AC3;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.internal-link:hover:before {
	transform: translateX(100%)
}

.badge {
	width: 18px;
	height: 18px;
	border-radius: 50%
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #505050
}

.knews-main-article .knews-article-big-content .knews-readmore {
	background-color: #007AC3;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px
}

.knews-sidebar-article .knews-readmore {
	color: #007AC3;
	font-weight: 400
}

.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: #007AC3
}

.rslides2_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: block;
	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, 0.2);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 2px 0 rgba(0, 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, 0.8)
}

.rslides .caption {
	position: absolute;
	display: block;
	bottom: 30px;
	left: 30px;
	padding: 11px;
	text-align: center;
	color: #ffffff;
	background: #007AC3;
	font-size: 40px;
	font-size: 2.5vw;
	text-transform: uppercase
}

.tx-yag-thumb-innerframe img,
.tx-yag-image img {
	max-width: 100% !important;
	height: auto
}

.tx-yag-item-thumb-outerframe {
	height: auto
}

.scrollToTop {
	padding: 6px 12px;
	background-color: #007AC3;
	color: #ffffff;
	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: #774bb6;
	color: #ffffff;
	text-decoration: none
}

@media (max-width:480px) {
	.scrollToTop {
		bottom: 10px;
		right: 10px;
		padding: 0px 5px
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-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;
	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 .owl-carousel {
	display: block
}

.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 {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {}

.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 .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.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: #007AC3;
	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;
	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: #007AC3
}

button.owl-prev.disabled,
button.owl-next.disabled {
	visibility: hidden
}

.text-tiny {
	font-size: 0.7em
}

.text-small {
	font-size: 0.85em
}

.text-big {
	font-size: 1.4em
}

.text-huge {
	font-size: 1.8em
}

.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: #082E64;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	padding: 15px
}

.pflicht-label::after {
	content: "*";
	width: 5px;
	height: 5px;
	color: #F44336
}

.warning-sterchen {
	color: #F44336
}

@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) {
	.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
}

.kw-progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	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: #007AC3
}

.kw-progressbar li.active:before {
	border-color: #007AC3;
	background-color: #007AC3;
	color: #fff;
	font-weight: 600
}

.kw-progressbar li.visited {
	color: #082E64
}

.kw-progressbar li.visited:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #082E64
}

.kw-progressbar li.visited:after {
	background-color: #082E64
}

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: silver
}

.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: #007AC3
}

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: #ffffff;
	background-color: #fff;
	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) {
	.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 #082E64;
	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) {
	.kw-kurs-properties {
		padding-left: 0.6rem
	}
}

.status-info {
	width: 45%;
	padding: 10px;
	background: #007AC3;
	color: #fff;
	text-transform: uppercase;
	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, 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: "";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.kw-kat-dropdown-submenu {
	padding-top: 10px;
	padding-left: 20px
}

.kw-kat-dropdown .nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.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: #007AC3;
	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: #007AC3;
	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-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: #ffffff
}

.kw-table-header a,
.kw-table-header a:hover,
.kw-table-header a:focus {
	color: #ffffff
}

.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) {
	.kw-unterkategorien {
		text-align: center
	}
}

.kw-highlight .kw-kurstitel {
	text-transform: uppercase
}

.kw-highlight .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 230px
}

.kw-highlight-date {
	color: #ffffff;
	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;
	font-weight: 500
}

.v-box-footer {
	margin-top: 30px
}

@media (min-width:768px) {
	.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: #ffffff;
	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;
	font-weight: 600;
	display: inline-block
}

@media (min-width:992px) {
	.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
	}
}

.kw-kurs-status {
	color: #007AC3
}

.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
}

.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: #007AC3;
	color: #ffffff
}

.merkliste-menu {
	text-align: center;
	position: relative
}

.merkliste-menu .badge {
	position: absolute;
	top: -5px;
	right: -4px;
	background-color: #007AC3;
	color: #ffffff
}

.in_merkliste_wk {
	display: inline-block;
	color: #ed217c;
	font-size: 1.3rem;
	margin-left: 10px
}

.tn-login-zurueck-btn {
	display: none
}

.tn-login-menu {
	position: relative;
	text-align: center
}

.tn-login-menu .badge {
	position: absolute;
	top: -5px;
	right: -2px;
	background-color: #007AC3;
	padding: 3px 0px;
	color: #ffffff
}

.tn-login-menu .dropdown-menu {
	padding: 15px;
	min-width: 250px
}

@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.3333333;
	border-radius: 6px
}

.btn-ohne-reg {
	margin-top: 110px
}

.kw-login-actions-menue {
	padding: 20px 20px;
	font-size: 1.2em
}

.kw-login-actions-menue .nav-item a.nav-link.active {
	color: #fff
}

.kw-login-actions-menue ul li {
	margin-bottom: 10px
}

.kw-login-actions-menue ul>li>a:hover {
	background-color: #e4e4e4
}

.kw-meine-kurse .card-header>a::before {
	content: "";
	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: ""
}

.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) {
	.kw-merkliste .btn-primary {
		display: block
	}
}

.kw-dozdetails .kw-foto {
	max-width: 350px
}

.kw-loading {
	opacity: 0.5
}

#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: #ffffff;
	background: #7347af;
	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 #ffffff
}

.kw-kalender .kw-kalender-sidebar-date-tag {
	font-size: 50px;
	font-size: 3.125rem;
	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
}

.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 .kw-sidebar-main {
	border-bottom: 1.6px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 1em
}

.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: #082E64;
	color: #ffffff;
	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: #007AC3
}

.kw-kalender-btn-back {
	float: left;
	padding-left: 10%;
	color: #007AC3
}

@media (min-width:991px) {
	.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) {
	.newsletter-lead {
		font-size: 1.25rem;
		text-align: center
	}
}

@media (max-width:767px) {
	.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
}

.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 #dddddd;
	background-color: #fff
}

.kw-filter-label[aria-expanded="true"] i:before {
	content: "";
	transition: 0.4s
}

.kw-filter-body {
	padding: 6px 15px;
	border: 1px solid #dddddd;
	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-start {
	padding: 50px 0
}

.kw-suche-start .form-control {
	height: 70px;
	font-size: 25px;
	font-size: 1.5625rem;
	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, 0.25) !important
}

.kw-erw-suche-link {
	text-align: right
}

.kw-erw-suche-link a {
	color: #ffffff
}

.kw-erw-suche-link a:hover,
.kw-erw-suche-link afocus {
	color: #ffffff
}

.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;
	font-family: "Montserrat", sans-serif;
	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%)
}

@media (max-width:768px) {
	.kw-suche-start .form-control {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.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
}

.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: #082E64;
	margin-left: 10px
}

.in_merkliste a {
	color: #082E64
}

.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: #082E64
}

.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
}

.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
}

.vorwaerts_fa i {
	transition: all 0.2s ease 0s
}

.vorwaerts_fa:hover i {
	transition: all 0.2s ease 0s;
	transform: translateX(10px)
}

.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: #007AC3
}

@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 .ben_foto {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 101%;
		width: 101%;
		object-fit: cover;
		object-position: center
	}

	.kw-mitarbeiter-body {
		padding: 2.5rem;
		flex-grow: 1
	}
}

.kw-mitarbeiter-email {
	word-break: break-all
}

@media (min-width:1200px) {
	.kw-mitarbeiter-body {
		padding: 4rem 3rem
	}
}

.kw-gebueb-content {
	margin: 15px 0
}

.kw-gebueb-adresse {
	min-height: 50px
}

.feedback_inhalt {
	text-align: center
}

.feedback_seiten_anzeige {
	margin-top: 2rem
}

.feedback_ueberschrift {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.2
}

.feedback_unter_ueberschrift {
	margin-bottom: 1rem;
	line-height: 1.2
}

.feedback_liste_untereinander .feedback_antworten {
	display: inline-block;
	text-align: left
}

.feedback_bereich {
	font-size: 1.875rem;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase
}

.feedback_fragen_gruppiert_frage {
	margin-bottom: 2rem
}

.feedback_fragen_gruppiert_frage:last-child:after {
	display: none
}

.feedback_fragen_gruppiert br {
	display: none
}

.feedback_fragen_gruppiert .feedback_bereich {
	font-size: 1.5rem
}

.feedback_bemerkung {
	margin-bottom: 1rem
}

.feedback_vorspann {
	margin-top: 1rem
}

.hauptseite_clickpfad {
	display: none
}

.klickpfad .hauptseite_clickpfad {
	display: block
}

.kw-gutschein .kw-gutschein-form {
	margin-bottom: 60px
}

.kw-gutschein fieldset {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.bewertung {
	float: left;
	height: auto;
	padding: 0 10px
}

.bewertung p {
	font-size: 50px
}

.bewertung:not(:checked)>input {
	position: absolute;
	top: -9999px
}

.bewertung:not(:checked)>label {
	float: right;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc
}

.bewertung.bewertungsausgabe {
	pointer-events: none
}

#kw-kurs-ueb-sidebar .kw-kat-list a {padding-left:15px; padding-right:15px;}
.kw-kursdetails .nav-tabs .nav-link {margin-right:0;}

