
#vd_header_container {
	height: 77px;
}
#vd_header {
	position: fixed;
	z-index: 13025;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	transition: all ease-in-out 0.5s;
}
.tooltip {
	z-index: 13035;
}
.datepicker-dropdown {
	z-index: 13030 !important;
}
#vd_header .container, #vd_header .row, #vd_header .col-12 {
	max-height: 77px;
}
#vd_header.vd_header_scroll {
	height: 77px;
}
#vd_header:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 77px;
	top: 0;
	background-color: #02376d;
	transition: all ease-in-out 0.5s;
}
#vd_header_top {
	position: relative;
	display: none;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	padding: 5px 0;
	height: 40px;
	font-size: 0.6875rem !important;
	transition: all ease-in-out 0.5s;
}
.vd_header_top_item {
	position: relative;
	margin-right: 15px;
	color: #02376d;
}
.vd_header_top_item:last-child {
	margin-right: 0;
}
.vd_header_top_item form * {
	font-size: 0.6875rem !important;
}
.vd_header_top_divider {
	width: 1px;
	height: 26px;
	margin-right: 15px;
	background-color: #02376d;
}
.vd_header_top_item > * {
	margin-top: 0;
	margin-bottom: 0;
	color: #02376d;
}
.vd_header_top_item a {
	color: #02376d;
}
.vd_header_top_item_icontext .fas, .vd_header_top_item_icontext .im {
	margin-right: 5px;
}
#semshortform .vd_input_group, #semshortform .vd_input_group input {
	background-color: transparent !important;
}
/* Temp. Fix fÃ¼r Autocomplete Widget */
@media (min-width: 992px) {
	.ui-autocomplete {
		z-index: 13030;
		top: 40px;
		right: calc(((100vw - 960px) / 2) + 106px);
		left: unset;
	}
}
@media (min-width: 1200px) {
	.ui-autocomplete {
		top: 40px;
		right: calc(((100vw - 1140px) / 2) + 106px);
		left: unset;
	}
}
#vd_header_inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 77px;
	top: 0;
	padding: 10px 0;
	transition: all ease-in-out 0.5s;
}
#vd_logo {
	flex-shrink: 0;
	display: block;
	width: 59px;
	height: 59px;
	margin-right: 30px;
	background-image: url('https://static.dashoefer.de/relaunch/images/VD_Logo_125x125px.png');
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all ease-in-out 0.5s;
}
#vd_flex {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.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;
}
.vd_navi_btn {
	position: relative;
}
.vd_navi_btn_active {
	color: #bfdbef !important;
}
.vd_navi_btn_active:before {
	content: "\f078";
	display: block;
	position: absolute;
	top: 25px;
	width: 1.25rem;
	text-align: center;
	font-family: 'Font Awesome 7 Free';
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}
.vd_navi_user_loggedin:after {
	content: "\f00c";
	display: block;
	width: 1px;
	height: 22px;
	margin-top: -22px;
	margin-right: 0;
	margin-left: auto;
	overflow: visible;
	font-family: 'Font Awesome 7 Free';
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	color: #5cb85c;
}
.vd_navi_user_failed:after {
	content: "\f00d";
	display: block;
	width: 1px;
	height: 22px;
	margin-top: -22px;
	margin-right: 0;
	margin-left: auto;
	overflow: visible;
	font-family: 'Font Awesome 7 Free';
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	color: #d13399;
}
.vd_navicon span, .vd_navicon a {
	color: #f8f8f8;
	transition: color ease-in-out 0.5s;
}
.vd_navicon .fas {
	font-size: 1.375rem;
	transition: color ease-in-out 0.5s;
}
.vd_header_onlydesktop {
	display: none;
}
#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: 576px) {
	#vd_header_menu_container {
		right: calc((100vw - 540px) / -2);
		left: calc((100vw - 540px) / -2);
	}
}
@media (min-width: 768px) {
	#vd_header_menu_container {
		right: calc((100vw - 720px) / -2);
		left: calc((100vw - 720px) / -2);
	}
}
#vd_header_menu_container.vd_header_menu_active {
	max-height: calc(100vh - 77px);
	pointer-events: auto;
}
#vd_header_menu_container {
	font-size: 0.875rem;
}
.vd_header_menu {
	display: flex;
	height: auto;
	max-height: 0;
	background-color: #ffffff;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: height ease-in-out 0.5s;
}
.vd_header_menu.vd_header_menu_active {
	max-height: calc(100vh - 77px);
}
.vd_header_menu > ul {
	flex-grow: 1;
}
.vd_header_menu_transition {
	transition: all linear 0s !important;
}
#vd_header_menu_suche form {
	width: 100%;
}
.vd_navi_level1_item {
	display: none;
}
.vd_navi_level2_list {
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	display: block;
	position: relative;
	list-style-type: none;
	padding: 15px 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: #cccccc;
	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: #02376d;
}
.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 #cccccc;
	padding: 15px 20px;
	white-space: normal;
}
#vd_navi_level3_list_online-seminare {
	column-count: 2;
	column-gap: 2rem;
	column-rule: 1px solid #cccccc;
}
#vd_navi_level3_list_online-seminare > li:nth-child(1), #vd_navi_level3_list_online-seminare > li:nth-child(2) {
	column-span: all;
}
#vd_navi_level3_list_online-seminare > li:nth-child(2) {
	margin-bottom: 1rem;
}
.vd_navi_item_border_bottom {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cccccc;
}
.vd_navi_item_border_top {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cccccc;
}
.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: #eeeeee;
	font-size: 0.6875rem;
}
.lp_navi_level4_list > li:hover {
	background-color: #bfdbef;
}
.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: #333333;
	text-decoration: none;
}
.vd_header_menu a:hover, .vd_header_menu li:hover > span {
	color: #02376d;
	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_menu_title .fas {
	margin-right: 10px;
}
.vd_navicon_premium {
	display: none;
}
.vd_navicon_premium a {
	display: flex;
	align-items: center;
	border-radius: 999px;
	transition: all ease-in-out 0.5s !important;
}
@media (min-width: 576px) {
	.vd_navicon_premium {
		display: block;
	}
	.vd_navicon_premium a:after {
		content: "Premium";
		margin-left: 0.5rem;
		font-size: 1rem;
		overflow: visible;
	}
	.vd_navicon.vd_navicon_premium a > span {
		color: #ff9c00 !important;
	}
	.vd_navicon.vd_navicon_premium a:hover > span {
		color: #ffbc00 !important;
	}
}

/* --------- Mobile --------- */

.vd_mobilenavi_list {
	list-style-type: none;
	padding: 0;
}
.vd_mobilenavi_level1_list > li {
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0 5px 15px;
	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 15px;
	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 15px;
	color: #cccccc;
	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: #2564a1 !important;
}
.vd_mobilenavi_item_border_top {
	border-top: 1px dashed #eaeaea;
}
.vd_mobilenavi_item_border_bottom {
	border-bottom: 1px dashed #eaeaea;
}

/* --------- /Mobile --------- */

/* --------- Desktop --------- */

@media (min-width: 992px) {
	#vd_header_container {
		height: 160px;
	}
	#vd_header:before {
		top: 40px;
	}
	#vd_header_top {
		display: flex;
	}
	#vd_logo {
		width: 125px;
		height: 125px;
	}
	#vd_body_main #vd_logo {
		box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	#vd_user {
		margin-right: 0;
	}
	#vd_header_menu_container {
		right: 15px;
		left: calc(125px + 30px + 15px);
	}
	#vd_header_menu_container.vd_header_menu_active {
		max-height: calc(100vh - 117px);
	}
	.vd_header_menu {
		overflow: hidden;
	}
	.vd_header_menu.vd_header_menu_active {
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #02376d;
	}
	#vd_navicon_mobile, #vd_header_menu_mobile {
		display: none;
	}
	#vd_header.vd_header_scroll #vd_header_top {
		top: -40px;
	}
	#vd_header.vd_header_scroll #vd_header_inner {
		top: -40px;
	}
	#vd_header.vd_header_scroll:before {
		top: 0;
	}
	#vd_header.vd_header_scroll #vd_logo {
		width: 70px;
		height: 70px;
	}
	.vd_navi_btn_active:before {
		width: 100%;
	}
	#vd_header.vd_header_scroll #vd_header_menu_container {
		margin-top: -40px;
	}
	#vd_header .vd_header_onlyscroll {
		width: auto;
		max-width: 0;
		margin-right: 0;
		overflow: visible;
		opacity: 0;
		pointer-events: none;
		transition: all ease-in-out 0.5s;
	}
	#vd_header.vd_header_scroll .vd_header_onlyscroll {
		max-width: 32px;
		margin-right: 30px;
		pointer-events: auto;
		opacity: 1;
	}
	.vd_header_onlymobile {
		display: none;
	}
	.vd_header_onlydesktop {
		display: block;
	}
	.vd_navi_level1_item {
		display: block;
	}
}


/* --------- /Desktop --------- */



