@font-face {
	font-family: "BSIcon";
	src: url("../External/Bootstrap/bootstrap-icons/font/fonts/bootstrap-icons.woff2")
}}

.row-cols-7>* {
	flex: 0 0 auto;
	width: calc(100% / 7)
}

@media (min-width:576px) {
	.row-cols-sm-7>* {
		flex: 0 0 auto;
		width: calc(100% / 7)
	}
}

@media (min-width:768px) {
	.row-cols-md-7>* {
		flex: 0 0 auto;
		width: calc(100% / 7)
	}
}

@media (min-width:992px) {
	.row-cols-lg-7>* {
		flex: 0 0 auto;
		width: calc(100% / 7)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-7>* {
		flex: 0 0 auto;
		width: calc(100% / 7)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-7>* {
		flex: 0 0 auto;
		width: calc(100% / 7)
	}
}

.row-cols-8>* {
	flex: 0 0 auto;
	width: calc(100% / 8)
}

@media (min-width:576px) {
	.row-cols-sm-8>* {
		flex: 0 0 auto;
		width: calc(100% / 8)
	}
}

@media (min-width:768px) {
	.row-cols-md-8>* {
		flex: 0 0 auto;
		width: calc(100% / 8)
	}
}

@media (min-width:992px) {
	.row-cols-lg-8>* {
		flex: 0 0 auto;
		width: calc(100% / 8)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-8>* {
		flex: 0 0 auto;
		width: calc(100% / 8)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-8>* {
		flex: 0 0 auto;
		width: calc(100% / 8)
	}
}

.row-cols-9>* {
	flex: 0 0 auto;
	width: calc(100% / 9)
}

@media (min-width:576px) {
	.row-cols-sm-9>* {
		flex: 0 0 auto;
		width: calc(100% / 9)
	}
}

@media (min-width:768px) {
	.row-cols-md-9>* {
		flex: 0 0 auto;
		width: calc(100% / 9)
	}
}

@media (min-width:992px) {
	.row-cols-lg-9>* {
		flex: 0 0 auto;
		width: calc(100% / 9)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-9>* {
		flex: 0 0 auto;
		width: calc(100% / 9)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-9>* {
		flex: 0 0 auto;
		width: calc(100% / 9)
	}
}

.row-cols-10>* {
	flex: 0 0 auto;
	width: calc(100% / 10)
}

@media (min-width:576px) {
	.row-cols-sm-10>* {
		flex: 0 0 auto;
		width: calc(100% / 10)
	}
}

@media (min-width:768px) {
	.row-cols-md-10>* {
		flex: 0 0 auto;
		width: calc(100% / 10)
	}
}

@media (min-width:992px) {
	.row-cols-lg-10>* {
		flex: 0 0 auto;
		width: calc(100% / 10)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-10>* {
		flex: 0 0 auto;
		width: calc(100% / 10)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-10>* {
		flex: 0 0 auto;
		width: calc(100% / 10)
	}
}

.row-cols-11>* {
	flex: 0 0 auto;
	width: calc(100% / 11)
}

@media (min-width:576px) {
	.row-cols-sm-11>* {
		flex: 0 0 auto;
		width: calc(100% / 11)
	}
}

@media (min-width:768px) {
	.row-cols-md-11>* {
		flex: 0 0 auto;
		width: calc(100% / 11)
	}
}

@media (min-width:992px) {
	.row-cols-lg-11>* {
		flex: 0 0 auto;
		width: calc(100% / 11)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-11>* {
		flex: 0 0 auto;
		width: calc(100% / 11)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-11>* {
		flex: 0 0 auto;
		width: calc(100% / 11)
	}
}

.row-cols-12>* {
	flex: 0 0 auto;
	width: calc(100% / 12)
}

@media (min-width:576px) {
	.row-cols-sm-12>* {
		flex: 0 0 auto;
		width: calc(100% / 12)
	}
}

@media (min-width:768px) {
	.row-cols-md-12>* {
		flex: 0 0 auto;
		width: calc(100% / 12)
	}
}

@media (min-width:992px) {
	.row-cols-lg-12>* {
		flex: 0 0 auto;
		width: calc(100% / 12)
	}
}

@media (min-width:1200px) {
	.row-cols-xl-12>* {
		flex: 0 0 auto;
		width: calc(100% / 12)
	}
}

@media (min-width:1400px) {
	.row-cols-xxl-12>* {
		flex: 0 0 auto;
		width: calc(100% / 12)
	}
}

.btn {
	font-size: 18px
}

.btn-light {
	width: 300px;
	padding: 20px 32px !important;
	font-size: 17px;
	background-color: #FFFFFF;
	transition: all 0.4s;
	border: none !important;
	margin-top: 20px;
	transition: 0.5s;
	position: relative
}

.btn-light:hover {
	background-color: #FFFFFF;
	padding-right: 24px !important;
	padding-left: 0px !important
}

.btn-light:after {
	content: "";
	font-family: bootstrap-icons !important;
	position: absolute;
	opacity: 0;
	top: 20px;
	right: -20px;
	transition: 0.5s
}

.btn-light:hover:after {
	opacity: 1;
	right: 10px
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	background-color: #000000;
	transition: all 0.4s;
	border: none;
	color: #fff
}

@media (max-width:767px) {
	.btn {
		display: block;
		width: 100%
	}
}

.form-control {
	border-color: #55648C;
	padding: 0.5rem 1rem
}

.form-control:focus {
	border-color: #000000;
	outline: 0;
	box-shadow: 0 0 0 0.25rem #f1f1f1
}

.alert-warning {
	background-color: #feecbe
}

.text-info {
	color: #1E73AF !important
}

.accordion {
	border-radius: 0;
	margin-bottom: 30px
}

.accordion .accordion-item {
	border-radius: 0;
	border: none
}

.accordion .accordion-button {
	background-color: #F5F4F7;
	font-size: 1.5rem
}

.card-img,
.card-img-top {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}

.card:hover img {
	opacity: 0.85
}

.modal {
	z-index: 9999
}

.modal .modal-footer {
	justify-content: center
}

.badge {
	border-radius: 3px
}

.pagination.pagination-lg a {
	padding: 12px 24px !important
}

.pagination a {
	padding: 8px 12px !important;
	border: 1px solid #000000 !important;
	background-color: #FFFFFF !important;
	color: #000000 !important
}

.pagination .active>.page-link,
.pagination .page-link.active,
.pagination li.active a {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #FFFFFF !important
}

.pagination .active>.page-link:hover,
.pagination .page-link.active:hover,
.pagination li.active a:hover {
	color: #FFFFFF !important
}

.dropdown-toggle::after {
	position: absolute;
	top: 20px;
	right: -5px;
	content: "";
	border-color: transparent #232323 #232323 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: block;
	height: 6px;
	transform: rotate(45deg);
	transition: border 0.3s ease 0s;
	width: 6px
}

.btn-main {
	background-color: #000000;
	padding: 20px 32px !important;
	transition: all 0.4s;
	border: none !important;
	color: #FFFFFF
}

.btn-main:hover {
	box-shadow: 0px 0 0 0 #FFF, 0px 0 0 3px #0000008f;
	background-color: #416d7e;
	color: #FFFFFF !important
}

.btn-main:active {
	box-shadow: 0px 0 0 0 #FFF, 0px 0 0 3px #0000008f;
	background-color: #416d7e !important;
	color: #FFFFFF !important
}

.btn-outline-main {
	padding: 20px 32px !important;
	border-color: #000000 !important;
	transition: all 0.4s;
	color: #000000
}

.btn-outline-main:hover,
.btn-outline-main:focus {
	box-shadow: 0px 0 0 0 #FFF, 0px 0 0 2px #000000;
	background-color: #000000 !important;
	color: #fff !important
}

.btn-outline-main:active {
	box-shadow: 0px 0 0 11px #FFF, 0px 0 0 8px #2C4572;
	background-color: #2C4572 !important;
	color: #fff !important
}

input[type=checkbox] {
	position: relative;
	top: 6px;
	margin-right: 5px;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 0 !important
}

input[type=radio] {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	border: 0
}

input[type=radio]:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -4px;
	left: -3px;
	border: 1px solid #000000;
	background-color: #fff
}

input[type=radio]:checked:before {
	border: 2px solid rgb(255, 86, 56);
}

input[type=radio]:checked:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	box-shadow: inset 0px 0px 0px 3px rgb(255, 86, 56);
	background-color: rgb(255, 86, 56);
	position: absolute;
	top: 1px;
	left: 2px
}

input[type=radio] {
	margin-left: 20px
}

input[type=radio]:first-child {
	margin-left: 0px
}

.inner-padding {
	padding-top: 50px;
	padding-bottom: 50px
}

.bg-img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important
}

.kategorie-bilder .row>div {
	margin-bottom: 25px
}

.kategorie-bilder img {
	max-width: 100%;
	height: auto
}

.kategorie-bilder figure a:hover img {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s
}

.kategorie-bilder figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #ffffff;
	background-color: #000000db;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem
}

@-webkit-keyframes flash {
	opacity: 0.8;
	opacity: 1
}

@keyframes flash {
	0% {
		opacity: 0.8
	}

	100% {
		opacity: 1
	}
}

@media(max-width:767px) {
	.kategorie-bilder img {
		max-width: 100%;
		height: 180px;
		object-fit: cover
	}
}

.customFormCheckbox .form-check-input {
	margin-right: 0
}

.customFormCheckbox .form-check-input::before {
	top: 0
}

.form-check-label {
	margin-left: 20px
}

.form-check-input:checked {
	background-color: rgb(255, 86, 56);
}

.badge.bg-main {
	background-color: rgb(255, 86, 56);
	color: #000407
}

.btn-toTop {
	font-size: 2rem;
	background: rgb(255, 86, 56);
	border: 1px solid rgb(255, 86, 56);
	padding: 10px 16px;
	color: #000407;
	width: 70px;
	z-index: 99
}

.btn-toTop:hover,
.btn-toTop:active {
	color: #FFFFFF;
	background: #2C4572;
	border: 1px solid #000000
}

.btn-toTop.scroll-to-top {
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 55px;
	display: none;
	text-align: center
}

.welcome-img img {
	max-width: 100%;
	height: auto
}

.kw-unterkategorienblock {
	border: 1px solid #f1f1f1;
	padding: 25px;
	font-size: 1.25rem
}

.kw-unterkategorienblock .nav-item {
	margin-right: 30px
}

.kw-unterkategorienblock .nav-link {
	color: #000000
}

.kw-nurbuchbare .selected .filter-alle {
	display: inline
}

.kw-nurbuchbare .filter-alle,
.kw-nurbuchbare .selected .filter-buchbare {
	display: none
}

.title-column {
	width: 40%
}

.nr-column {
	width: 10%
}

@media (max-width:577px) {
	.nr-column {
		display: none
	}
}

#kw-filter {
	background-color: #F5F4F7;
	padding: 15px
}

#kw-filter .btn-main {
	padding: 8px 25px !important
}

#kw-filter .kw-filter-label {
	color: #000;
	width: 100%;
	text-align: left;
	padding: 6px 15px;
	border: 1px solid #ddd;
	background-color: #fff
}

#kw-filter ul {
	list-style: none;
	padding-left: 5px
}

.kw-mitarbeiter-liste {
	margin-bottom: 120px
}

.kw-mitarbeiter-liste i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.ap-hl {
	margin-bottom: 120px
}

.kw-mitarbeiter-gruppe {
	margin-bottom: 120px
}

.sicht-387 {
	margin-bottom: 8rem
}

.kw-mitarbeiter {
	position: relative;
	padding: 8rem 2rem 2rem;
	background-color: #f1f1f1
}

.kw-mitarbeiter i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.kw-mitarbeiter-foto {
	position: absolute;
	top: -100px;
	max-width: 12rem;
	height: auto;
	display: block;
	border-radius: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.kw-mitarbeiter-foto .mitarbeiter-img {
	max-width: 200px;
	height: 200px
}

@media (max-width:991px) {
	.kw-mitarbeiter {
		margin-bottom: 120px
	}
}

.kw-kursdetails .kw-info-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f1f1f1;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
}

.kw-kursdetails .kw-info-card .table td,
.kw-kursdetails .kw-info-card .table th {
	padding: 1.5rem
}

.kw-kursdetails .kw-info-card table td:nth-child(2) {
	hyphens: auto
}

.kw-kursdetails .anmeldebutton .btn {
	display: block;
	width: 100%;
	position: relative;
	text-align: right
}

.kw-kursdetails .anmeldebutton i {
	font-size: 175%;
	vertical-align: middle;
	position: absolute;
	left: 26px;
	bottom: 8px
}

.ampelicon {
	font-weight: bold
}

.ampelicon i {
	font-size: 1em
}

.nichtbuchbar {
	color: #8C0A23
}

.buchbar,
.warenkorb-check {
	color: #367420
}

.warteliste {
	color: #8C0A23
}

.socialMedia li {
	margin-right: 15px
}

.kurstermine-anzahl {
	font-size: 50%;
	font-weight: 700;
	padding: 10px;
	background-color: rgb(255, 86, 56);
	color: #000407
}

.badge-main {
	font-size: 75%;
	padding: 10px 15px;
	background-color: rgb(255, 86, 56);
	border-radius: 3px
}

span.statusmeldung {
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	background:rgb(20, 20, 20) !important;
	color:#fff;
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 1px solid rgb(20, 20, 20) !important
}

.kw-progressbar {
	margin-bottom: 100px;
	counter-reset: step
}

.kw-progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 18px;
	margin:0 !important;
}

.kw-progressbar li.active {
	color: #000000
}

.kw-progressbar li.active:before {
	border-color: rgb(255, 86, 56);
	background-color: rgb(255, 86, 56);
	color: #000407;
	font-weight: 600
}

.kw-progressbar li:before {
	width: 50px;
	height: 50px;
	content: counter(step) !important;
	counter-increment: step;
	line-height: 47px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	background-color: white;
	margin:0 !important;
}

.kw-progressbar li:after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #000;
	top: 23px;
	left: 50%;
	z-index: -1
}

.kw-progressbar li:last-child:after {
	background-color: transparent
}

@media (max-width:576px) {
	.kw-progressbar li {
		font-size: 14px
	}

	.kw-progressbar .kw-progressbar li:before {
		width: 40px;
		height: 40px;
		line-height: 36px
	}
}

.hauptseite_clickpfad,
.clickadrbold {
	display: none
}

.hauptseite_clickpfad,
.clickpfad_main {
	color: #2C4572
}

.doz_buchstabe {
	border-bottom: 1px solid #f1f1f1;
	color: #000000
}

.kw-dozdetails .doz-infoblock i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.doz-foto {
	width: 100%
}

.kw-dozkursliste li {
	margin-bottom: 10px
}

.pagination .blaetternindex {
	margin-left: -1px
}

.pagination .doz-buchstabe-leer {
	padding: 8px 12px !important;
	border: 1px solid #000000 !important;
	background-color: #f1f1f1 !important;
	color: #000000 !important
}

.pagination .page-link {
	padding: 12px 24px !important
}

.dozBleiste .pagination a {
	text-decoration: underline !important
}

.dozBleiste .pagination .page-link {
	padding: 12px 24px !important
}

.kw-paginationleiste {
	margin-bottom: 50px
}

.kw-paginationleiste .btn {
	padding: 10px 15px !important
}

.kw-kortdetails .kort-infoblock i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.kort-foto {
	width: 100%
}

.kw-gebdetails .geb-infoblock i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.geb-foto {
	width: 100%
}

.kw-ausstenstellen .btn {
	display: block
}

.kw-ausstenstellen i {
	color: rgb(255, 86, 56);
	margin-right: 5px
}

.kw-kursuebersicht-table th,
.kw-kw-highlight th,
.kw-demnaechstmenue th,
.kw-kursortueb th,
.kw-gebueb th,
.wk-table th {
	background-color: #000000
}

.kw-kursuebersicht-table tr,
.kw-kw-highlight tr,
.kw-demnaechstmenue tr,
.kw-kursortueb tr,
.kw-gebueb tr,
.wk-table tr {
	background-color: #f1f1f1;
	border-bottom: 5px solid #FFFFFF
}

.kw-kursuebersicht-table .kw-table-header a,
.kw-kw-highlight .kw-table-header a,
.kw-demnaechstmenue .kw-table-header a,
.kw-kursortueb .kw-table-header a,
.kw-gebueb .kw-table-header a,
.wk-table .kw-table-header a {
	color: #FFFFFF;
	border-color: #FFFFFF !important
}

.kw-kursuebersicht-table .ampelicon,
.kw-kw-highlight .ampelicon,
.kw-demnaechstmenue .ampelicon,
.kw-kursortueb .ampelicon,
.kw-gebueb .ampelicon,
.wk-table .ampelicon {
	font-size: 1.3em;
	margin-left: 10px
}

.kw-kursuebersicht-table .buchbar,
.kw-kw-highlight .buchbar,
.kw-demnaechstmenue .buchbar,
.kw-kursortueb .buchbar,
.kw-gebueb .buchbar,
.wk-table .buchbar,
.kw-kursuebersicht-table .warenkorb-check,
.kw-kw-highlight .warenkorb-check,
.kw-demnaechstmenue .warenkorb-check,
.kw-kursortueb .warenkorb-check,
.kw-gebueb .warenkorb-check,
.wk-table .warenkorb-check {
	color: #367420
}

.kw-kursuebersicht-table .warteliste,
.kw-kw-highlight .warteliste,
.kw-demnaechstmenue .warteliste,
.kw-kursortueb .warteliste,
.kw-gebueb .warteliste,
.wk-table .warteliste {
	color: #8C0A23
}

.kw-table-header {
	background-color: #000000;
	height: 60px;
	vertical-align: middle;
	color: #FFFFFF
}

.kw-table-row {
	vertical-align: middle;
	height: 80px
}

.kw-table-row:hover {
	background-color: #F5F4F7
}

tr {
	border-bottom: 1px solid #000000
}

.kw-loading {
	opacity: 0.5
}

#kw-kalender {
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

#kw-kalender .kw-kalender-body {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px
}

#kw-kalender .kw-kalender-btn-for,
#kw-kalender .kw-kalender-btn-back {
	color: rgb(255, 86, 56);
	font-size: 200%;
	font-weight: bold;
	border-bottom: none !important;
	padding-bottom: 0 !important
}

#kw-kalender .kw-kalender-btn-for {
	float: right;
	padding-right: 10%
}

#kw-kalender .kw-kalender-btn-back {
	float: left;
	padding-left: 10%
}

#kw-kalender .kw-monat {
	font-size: 1.5em
}

#kw-kalender th,
#kw-kalender td {
	text-align: center;
	height: 60px;
	vertical-align: middle
}

#kw-kalender th {
	background-color: #000000;
	color: #FFFFFF
}

#kw-kalender .eine a,
#kw-kalender .mehrere a {
	display: block;
	text-align: center;
	background-color: rgb(255, 86, 56);
	transition: background-color 0.5s ease;
	color: #000407;
	width: 43px;
	height: 43px;
	padding: 8px;
	margin: 0 auto;
	border-bottom: none !important;
	border-radius: 5px
}

#kw-kalender .eine a:hover,
#kw-kalender .mehrere a:hover {
	background-color: #000000;
	color: #FFFFFF
}

#kw-kalender #kw-kalender-sidebar {
	padding: 30px;
	background: #000000;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #FFFFFF;
	height: 100%
}

#kw-kalender #kw-kalender-sidebar .kw-kalender-sidebar-date {
	border-bottom: 1px solid
}

#kw-kalender #kw-kalender-sidebar .ampelicon {
	color: #FFFFFF
}

#kw-kalender #kw-kalender-sidebar .ampelicon i {
	font-size: 1.5em
}

#kw-kalender #kw-kalender-sidebar .kw-sidebar-kurse {
	list-style: none;
	padding-left: 0;
	color: #FFFFFF
}

#kw-kalender #kw-kalender-sidebar ::marker {
	color: #FFFFFF
}

#kw-kalender .col-lg-4 {
	padding-left: 0
}

#kw-kalender .col-lg-8 {
	padding-right: 0
}

@media (max-width:991px) {
	#kw-kalender .col-lg-4 {
		padding-right: 0
	}

	#kw-kalender .kw-kalender-body {
		padding-right: 15px
	}
}

.anmeldung .form-group {
	margin-bottom: 20px
}

.anmeldung .pflicht,
.anmeldung .validierung {
	position: relative;
	color: #8C0A23;
	font-weight: bold;
	padding-right: 25px
}

.anmeldung .pflicht::after,
.anmeldung .validierung::after {
	font-family: "BSIcon";
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}

.anmeldung .form-check .pflicht::after,
.anmeldung .form-check .validierung::after {
	position: relative
}

.anmeldung .kurs-box {
	border: 1px solid #55648C;
	padding: 25px;
	margin-bottom: 10px
}

.anmeldung .kw-add-tn-box,
.anmeldung .kw-tn-list-item {
	background:rgb(20, 20, 20) !important;
	color:#fff;
	border-color:rgb(20, 20, 20) !important;
	padding: 25px;
}

.anmeldung .haupttnnichtimkurs {
	display: none
}

.kw-best-label {
	font-weight: bold
}

.kw-best-tn-list {
	background:rgb(20, 20, 20) !important;
	color:#fff;
	border-color:rgb(20, 20, 20) !important;
	padding: 25px;
}

.form-group {
	margin-bottom: 20px
}

.kw-wotag,
.kw-zeitraum {
	margin-right: 50px
}

.btn-search {
	padding: 0 !important;
	height: 40px;
	width: 40px
}

.wk-off-menu {
	position: relative
}

.wk-offcanvas {
	z-index: 9999
}

.wk-offcanvas .offcanvas-header,
.wk-offcanvas .wk-text-geb {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600
}

.wk-offcanvas .wk-text-sum-small {
	font-weight: 600
}

.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>input:checked~label {
	color: #ffc700
}

.bewertung.bewertungsausgabe {
	pointer-events: none
}

#kurs-navigator .tab-content {
	padding-left: 20px
}

#kurs-navigator .nav-pills .nav-link {
	color: #000000;
	border: 1px solid #000000;
	margin-bottom: 5px
}

#kurs-navigator .nav-pills .active {
	background-color: #000000;
	color: white !important
}

#kurs-navigator .bg-course {
	background-color: rgb(255, 86, 56);
}

#kurs-navigator .advisor-img {
	padding-left: 0px
}

#kurs-navigator #kw-filter .btn-outline-main {
	padding: 8px 25px !important
}

#kurs-navigator #kw-filter {
	min-height: 450px
}

#kurs-navigator .buttonleiste {
	justify-content: space-between
}

.text-tiny {
	font-size: 0.7em
}

.text-small {
	font-size: 0.85em
}

.text-big {
	font-size: 1.4em
}

.text-huge {
	font-size: 1.8em
}

.tx-kubus-slider {
	margin-top: -3rem !important
}

@media (min-width:1400px) {
	.tx-kubus-slider img {
		width: 100% !important;
		height: auto
	}
}

@media print {

	#top-bar,
	#mainNav,
	#klickpfad-container,
	#serviceNavigation,
	.navbar-toggler,
	.btn,
	.bf-menu,
	.footer-cookie-btn,
	form.quform.newsletter-form1,
	.kw-progressbar {
		display: none !important
	}

	#header {
		box-shadow: none
	}

	body {
		font-size: 14px
	}

	h1,
	h2 {
		font-size: 20px !important;
		margin-bottom: 1.5rem !important
	}

	a {
		border: none !important
	}

	a[href]:after {
		content: ""
	}

	.table td,
	.table th {
		padding: 0.5rem !important
	}

	.kw-table-row {
		height: 40px
	}

	.mt-5 {
		margin-top: 1.5rem !important
	}

	.mb-5 {
		margin-bottom: 1.5rem !important
	}

	.col-3,
	.col-xl-3 {
		flex: 0 0 auto !important;
		width: 25% !important
	}

	.col-9 {
		flex: 0 0 auto !important;
		width: 75% !important
	}

	.col-4 {
		flex: 0 0 auto !important;
		width: 33.33333333% !important
	}

	.col-8 {
		flex: 0 0 auto !important;
		width: 66.66666667% !important
	}
}

.glightbox-clean .gslide-media {
	box-shadow: unset !important
}

.glightbox-button-hidden {
	display: none
}