.desktop_nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	color: #fff;
}
/* Logo */
#desktop_nav_logo {
	margin-left: 86px;
	margin-top: 30px;
	width: 220px;
	float: left;
}

#desktop_nav_logo > a > img {
	width: 100%;
}

/* Nav Info (rechts) */
#desktop_nav_info {
	float: right;
	margin-right: 86px;
	margin-top: 30px;
}

#desktop_nav_info > div {
	float: left;
}

.tel_icon {
	float: left;
	height: 100%;
	width: 22px;
	margin-right: 20px;
}
/* Tel */
#nav_tel {
	margin-right: 80px;
	font-size: 18px;
}
/* Sprachauswahl */
#lang_switcher {
	width: 80px;
	padding: 0 30px;
}

.lang_switch {
	float: left;
	margin: 0px 5px;
	font-size: 12px;
	margin-top: -1px;
}

.lang_switch:not(.selected) {
	cursor: pointer;
}

.lang_switch.selected {
	text-decoration: underline;
	text-decoration-color: #fff;
}
/* Burger Menue */
.desktop_nav_menue {
	float: left;
	border: none;
	background: none;
	padding: 0;
	margin: 0 0px;
	cursor: pointer;
}

.desktop_nav_menue > img {
	width: 32px;
}

/* Sticky Menue */
#desktop_nav_sticky {
	color: #000;
	background: #fff;
	padding-bottom: 20px;
	display: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#desktop_nav_sticky * > .lang_switch.selected {
	text-decoration-color: #000;
}

/* Menü */
#desktop_menue {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
	display: none;
}

#desktop_menue_inner {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	line-height: 50px;
}

.menue_point {
	color: #000;
	text-decoration: none;
	clear: both;
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	transition: opacity 0.2s;
}

.menue_point.active {
	border-bottom: 1px solid #dadada;
}

.menue_point:not(.active):hover {
	opacity: 0.5;
}

.menue_level_2 {
	max-height: 0;
	height: auto;
	overflow: hidden;
	transition: max-height 0.2s;
	padding-left: 20px;
}

.menue_level_2.expanded {
	max-height: 200px;
}

#close_menue {
	position: absolute;
	right: calc(50% - 200px);
	top: calc(25% - 70px);
	background: transparent;
	border: none;
	background-image: url(/src/icns/close.png);
	height: 20px;
	width: 20px;
	background-position: center;
	background-size: cover;
}
