@CHARSET "UTF-8";

:root {
--vd-header-height: 160px;
--vd-header-bar-height: 77px;
--vd-header-bar-height-init: 117px;
--vd-header-margin: 43px;
}

#vd_header_container {
	height: var(--vd-header-bar-height);
}
@media (min-width: 992px) {
	#vd_header_container {
		height: var(--vd-header-height);
	}
}
.vd_to_top {
	margin-top: calc(-1 * var(--vd-header-margin));
	padding-top: var(--vd-header-margin);
}
#vd_header {
	position: fixed;
	z-index: 13025;
	width: 100%;
	height: var(--vd-header-bar-height);
	top: 0;
	right: 0;
	left: 0;
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_header {
		height: var(--vd-header-height);
	}
}
.tooltip {
	z-index: 13035;
}
.datepicker-dropdown {
	z-index: 13030 !important;
}
#vd_header .container, #vd_header .row, #vd_header .col-12 {
	max-height: var(--vd-header-bar-height);
}
#vd_header.vd_header_scroll {
	height: var(--vd-header-bar-height);
}
#vd_header:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: var(--vd-header-bar-height);
	top: 0;
	background-color: var(--vd-primary);
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_header:before {
		top: 40px;
	}
}
@media (min-width: 992px) {
	#vd_header.vd_header_scroll:before {
		top: 0;
	}
}
#vd_header_top {
	position: relative;
	display: none;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	padding: 5px 0;
	height: 40px;
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_header_top {
		display: flex;
	}
	#vd_header.vd_header_scroll #vd_header_top {
		top: -40px;
	}
}
#vd_sofortanmeldung_wrapper {
	width: 125px;
}
#vd_sofortanmeldung_dropdown {
	min-width: unset;
}
.vd_header_scroll #vd_sofortanmeldung_dropdown {
	display: none;
}
#vd_header_inner {
	position: relative;
	display: flex;
	align-items: center;
	height: var(--vd-header-bar-height);
	top: 0;
	padding: 10px 0;
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_header.vd_header_scroll #vd_header_inner {
		top: -40px;
	}
}
#vd_logo {
	flex-shrink: 0;
	display: block;
	width: 59px;
	height: 59px;
	margin-right: 30px;
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_logo {
		width: 125px;
		height: 125px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	#vd_header.vd_header_scroll #vd_logo {
		width: 70px;
		height: 70px;
	}
}
#vd_logo img {
	width: 100%;
}
.vd_navicon {
	margin-right: 1.5rem;
}
@media (min-width: 768px) {
	.vd_navicon {
		margin-right: 2rem;
	}
}
.vd_navicon:last-of-type {
	margin-right: 0;
}
.vd_navicon > span, .vd_navicon .fas {
	cursor: pointer;
}
.vd_navicon > a {
	text-decoration: none;
}
@media (min-width: 992px) {
	#vd_header .vd_navicon_onlyscroll {
		width: auto;
		max-width: 0;
		margin-right: 0;
		overflow: visible;
		opacity: 0;
		pointer-events: none;
		transition: all ease-in-out 0.5s;
	}
}
@media (min-width: 992px) {
	#vd_header.vd_header_scroll .vd_navicon_onlyscroll {
		max-width: 32px;
		margin-right: 30px;
		pointer-events: auto;
		opacity: 1;
	}
}
.vd_navi_btn {
	position: relative;
	display: block;
}
.vd_navi_btn_active {
	color: var(--vd-secondary) !important;
}
.vd_navi_btn_active:before {
	content: "\f078";
	display: block;
	position: absolute;
	bottom: -1rem;
	width: 1.75rem;
	text-align: center;
	font-family: 'Font Awesome 7 Free';
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}
@media (min-width: 992px) {
	.vd_navi_btn_active:before {
		width: 100%;
	}
}
.vd_navicon span, .vd_navicon a {
	color: var(--vd-light);
	transition: color ease-in-out 0.5s;
}
.vd_navicon .fas {
	font-size: 1.375rem;
	transition: color ease-in-out 0.5s;
}
#vd_header_menu_container {
	position: absolute;
	right: 0;
	left: 0;
	height: auto;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	pointer-events: none;
	transition: all ease-in-out 0.5s;
}
@media (min-width: 992px) {
	#vd_header_menu_container {
		right: calc(((100vw - 960px) * 0.5) + (var(--bs-gutter-x) * 0.5));
		left: calc(((100vw - 960px) * 0.5) + (var(--bs-gutter-x) * 0.5) + 125px + 30px);
	}
}
@media (min-width: 1200px) {
	#vd_header_menu_container {
		right: calc(((100vw - 1140px) * 0.5) + (var(--bs-gutter-x) * 0.5));
		left: calc(((100vw - 1140px) * 0.5) + (var(--bs-gutter-x) * 0.5) + 125px + 30px);
	}
}
@media (min-width: 1400px) {
	#vd_header_menu_container {
		right: calc(((100vw - 1320px) * 0.5) + (var(--bs-gutter-x) * 0.5));
		left: calc(((100vw - 1320px) * 0.5) + (var(--bs-gutter-x) * 0.5) + 125px + 30px);
	}
}
@media (min-width: 992px) {
	#vd_header.vd_header_scroll #vd_header_menu_container {
		margin-top: -40px;
	}
}
#vd_header_menu_container.vd_header_menu_active, .vd_header_menu.vd_header_menu_active {
	max-height: calc(100vh - var(--vd-header-bar-height));
	pointer-events: auto;
}
@media (min-width: 992px) {
	#vd_header_menu_container.vd_header_menu_active {
		max-height: calc(100vh - var(--vd-header-bar-height-init));
	}
}
#vd_header_menu_container {
	font-size: 0.875rem;
}
.vd_header_menu {
	display: flex;
	height: auto;
	max-height: 0;
	background-color: var(--vd-white);
	border-width: 0;
	border-style: none;
	border-color: transparent;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: height ease-in-out 0.5s;
}
@media (min-width: 992px) {
	.vd_header_menu {
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.vd_header_menu.vd_header_menu_active {
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: var(--vd-primary);
		border-color: var(--bs-border-color-translucent);
		border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
	}
}
.vd_header_menu > ul {
	flex-grow: 1;
	margin: 0;
}
.vd_header_menu_transition {
	transition: all linear 0s !important;
}
#vd_header_menu_suche form {
	width: 100%;
}
.vd_navi_level1_item {
	display: none;
}
@media (min-width: 992px) {
	.vd_navi_level1_item {
		display: block;
		text-align: center;
		line-height: 1.25em;
	}
}
.vd_navi_level2_list {
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	display: block;
	position: relative;
	list-style-type: none;
	padding: calc(var(--bs-gutter-x) * 0.5) 20px;
}
.vd_navi_level2_list > li, .vd_navi_level3_list > li {
	display: block;
	padding: 5px 0;
}
.vd_navi_level2_item_name, .vd_navi_level3_item_name {
	display: block;
	cursor: pointer;
}
.vd_navi_level2_item_name:before, .vd_navi_level3_item_name:before {
	content: " \f054";
	display: inline-block;
	float: right;
	padding-left: 10px;
	color: var(--vd-grey);
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	font-size: 0.875rem;
}
.vd_navi_level3_item_name:before {
	transform: rotate(90deg);
}
.vd_navi_level2_item_name_active:before, .vd_navi_level3_list > li:hover .vd_navi_level3_item_name:before {
	color: var(--vd-primary);
}
.vd_navi_level3_list {
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 0;
	max-height: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	visibility: hidden;
}
.vd_navi_level3_list_active {
	visibility: visible;
	max-width: 9999px;
	max-height: 9999px;
	border-left: 1px dashed var(--vd-grey);
	padding: calc(var(--bs-gutter-x) * 0.5) 20px;
	white-space: normal;
}
.vd_navi_list_twocolumns {
	column-count: 2;
	column-gap: 2rem;
	column-rule: 1px solid var(--vd-grey);
}
.vd_navi_listitem_fullcolumn {
	column-span: all;
}
.vd_navi_item_border_bottom {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--vd-grey);
}
.vd_navi_item_border_top {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: var(--vd-grey);
}
.vd_navi_level4_list {
	list-style-type: none;
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}
.vd_navi_level4_list > li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px;
	border-radius: 4px;
	background-color: var(--vd-silver);
	font-size: 0.6875rem;
}
.lp_navi_level4_list > li:hover {
	background-color: var(--vd-secondary);
}
.vd_navi_level3_list > li:hover > .vd_navi_level4_list {
	height: 62px;
}
.vd_header_menu a, .vd_header_menu a:active, .vd_header_menu a:focus {
	display: block;
	color: var(--vd-dark);
	text-decoration: none;
}
.vd_header_menu a:hover, .vd_header_menu li:hover > span {
	color: var(--vd-primary);
	text-decoration: none;
}
#vd_header_menu_search ul li {
	width: 100%;
}
.vd_searchform .input-group {
	width: 316px;
}
@media(max-width: 767px) {
	.vd_searchform .input-group {
		width: 100%;
	}
}

#vd_header_breadcrumbs {
	height: 24px;
	margin-left: 140px;
	display: flex;
	align-items: center;
	transition: all ease-in-out 0.5s;
}
.vd_header_scroll #vd_header_breadcrumbs {
	opacity: 0;
	margin-top: -40px;
}

/* --------- Mobilenavi --------- */

.vd_mobilenavi_list {
	list-style-type: none;
	padding: 0;
}
.vd_mobilenavi_level1_list > li {
	border-bottom: 1px solid var(--vd-silver);
	padding: 5px 0 5px calc(var(--bs-gutter-x) * 0.5);
	font-size: 1.375rem;
}
.vd_mobilenavi_level2_list {
	display: none;
}
.vd_mobilenavi_level2_list.vd_mobilenavi_list_active {
	display: block;
}
.vd_mobilenavi_level2_list > li {
	padding: 5px 0 5px calc(var(--bs-gutter-x) * 0.5);
	font-size: 1rem;
}
.vd_mobilenavi_level3_list {
	display: none;
}
.vd_mobilenavi_level3_list.vd_mobilenavi_list_active {
	display: block;
}
.vd_mobilenavi_level3_list > li {
	padding: 5px 0;
	font-size: 0.875rem;
}
.vd_mobilenavi_level3_list > li > *:before {
	content: "\2014";
	display: inline;
}
.vd_mobilenavi_level4_list {
	display: none;
}
.vd_mobilenavi_level4_list.vd_mobilenavi_list_active {
	display: block;
}
.vd_mobilenavi_level4_list > li {
	padding: 5px 0;
	font-size: 0.75rem;
}
.vd_mobilenavi_item_name {
	display: block;
	cursor: pointer;
}
.vd_mobilenavi_level1_item_name:before, .vd_mobilenavi_level2_item_name:before {
	content: "\f078";
	float: right;
	margin: 0 calc(var(--bs-gutter-x) * 0.5);
	color: var(--vd-grey);
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.vd_mobilenavi_level2_item_name:before {
	margin-right: 17px;
}
.vd_mobilenavi_item_active > ul {
	display: block;
}
.vd_mobilenavi_item_active > .vd_mobilenavi_item_name, .vd_mobilenavi_item_active > .vd_mobilenavi_item_name:after {
	color: var(--vd-accent-screen) !important;
}
.vd_mobilenavi_item_border_top {
	border-top: 1px dashed var(--vd-silver);
}
.vd_mobilenavi_item_border_bottom {
	border-bottom: 1px dashed var(--vd-silver);
}

/* --------- /Mobilenavi --------- */

/* ------------------ Anchornavi ------------------ */

.vd_anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}
.vd_anchormenu_target {
	top: -155px;
}
#vd_anchormenu {
	transition: all ease-in-out 0.25s;
}
#vd_anchormenu.vd_anchormenu_fix {
	position: fixed;
	top: var(--vd-header-bar-height);
	right: 0;
	left: 0;
	z-index: 3;
}

/* ------------------ /Anchornavi ------------------ */