@charset "utf-8";
/* CSS Document */
#header_wrap {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#header-mobil{
	display: none;
}
#navbar #logo_start {
	max-width: 200px;
  	transition: 0.4s;
	border: none;
	margin: 0px;
}
#navbar #logo_start img{
	width: 100%;
	height: auto;
	border: none;
}
#navbar #logo_scroller{
	display: none;
	max-width: 140px;
  	transition: 0.4s;
	border: none;
}
#navbar #logo_scroller img{
	width: 100%;
	height: auto;
	border: none;
}

#navbar {
  	padding: 10px 20px; 
  	transition: 0.4s;
  	width: 100%;
  	top: 0px; 
 	z-index: 1000;
  	display: flex;
	align-content: flex-end;
	justify-content: space-between;
	min-height: 70px;	
	background: rgba(255,255,255,0.6);
	position: relative;
}
#navbar > ul.navigation_dt {
  	display: inline-flex;
  	transition: 0.5s;
  	align-items: center;
}
#navbar > ul.navigation_dt li{
	display: inline-block;
	transition: 0.5s;
}
#navbar > ul.navigation_dt li a {
  	text-align: center;
  	padding: 5px 15px 5px 15px;
  	color: rgba(0,0,0,0.8);
  	font-size: 1rem;
  	font-weight: 600;
  	letter-spacing: 1px;
  	display: block;
 	margin: 5px;
}
#navbar > ul.navigation_dt li.active a{
	text-transform: uppercase;
	color: #1aa898;
	font-weight: 800;
}
#navbar.onscroll_link > ul.navigation_dt li a{
	color: #333 !important;
	transition: 0.3s;
}
#navbar > ul.navigation_dt li a:hover {
	transition: 0.4s;
  	transform: scaleX(0.9);
}
#navbar > ul.navigation_dt li.active:hover a{
	transform: none;
}
#navbar > ul.navigation_dt ul.sub{
	display: none;
	position: absolute;
	width: 100%;
	min-width: 150px;
}
#navbar > ul.navigation_dt li:hover ul.sub{
	display: block;
	background: rgba(255,255,255,0.9);
	max-width: 220px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
#navbar > ul.navigation_dt li:hover ul.sub li, #navbar > ul.navigation_dt li:hover ul.sub li a{
	display: block;
	text-align: left;
	color: rgba(0,0,0,1);
	transform:none;
}
#navbar > ul.navigation_dt li:hover ul.sub li{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
#navbar > ul.navigation_dt li:hover ul.sub li:last-child{
	border: none;
}
#navbar > ul.navigation_dt li:hover ul.sub li a{
	padding: 5px;
	margin: 0px;
	font-weight: 400;
}
#navbar > ul.navigation_dt li:hover ul.sub li:hover a{
	color: #FFF;
	background: #1aa898;
}
#navbar > ul.navigation_dt li.active ul.sub li a{
	background: rgba(255,255,255,0.8);
	text-transform: none;
	border-radius: 0px;
	opacity: 1;
}
#navbar > ul.navigation_dt li.active ul.sub li a:last-child{
	border-bottom-right-radius: 0px;
}
#navbar > ul.navigation_dt li.marker{
	background: #0E5D53;
	background: -webkit-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0E5D53", endColorstr="#1AA898", GradientType=1);
	border-bottom-right-radius: 15px;
}
#navbar > ul.navigation_dt li.marker a, #navbar.onscroll_link > ul.navigation_dt li.marker a{
	color: rgba(255,255,255,1) !important;
}

/*Style mitscrollende Navleiste*/
#navbar.onscroll_link{
	background: rgba(255,255,255,1);
	justify-content: space-between;
	border-top:none;
	box-shadow: 5px 5px 15px  rgba(0,0,0,0.07);
}
#navbar.onscroll_link > ul.navigation_dt li a{
	color: #111 !important;
	font-size: 1rem;
	letter-spacing: 1px;
}
#navbar.onscroll_link > ul.navigation_dt li.active a{
	color: #1aa898;
	font-weight: 800;
}
#navbar.onscroll_link > ul.navigation_dt li.active ul li a{
	background: rgba(255,255,255,1);
	font-weight: 600;
	border-radius: 0;
	border-bottom: 1px solid #137C6F !important;
}
#navbar.onscroll_link > ul.navigation_dt li.active ul li:hover a{
}
#navbar.onscroll_link #logo_start{
	display: block;
	max-width: 75px;
	padding: 0px;
	margin: 3px;
	line-height: 100%;
}



@media screen and (max-width: 1200px) {
	.navi_dt{
		display: none !important;
	}
	 #header-mobil {
		display: block;
		position: absolute;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 3%;
		top: 0px;
		right: 0;
		z-index: 99;
		 background: rgba(255,255,255,0.5);
		 min-height: 120px;
	 }
	#menu_button{
		margin-top: 20px;
	}
	#menu_button span {
		background:  #137C6F;
		color: #FFF;
		font-size: 32px;
		padding: 10px 16px;
		line-height: 100%;
		border-radius: 100%;
		margin-left: 15px;
	}
	.nav_mobil_wrap{
		padding: 5px 10px;
		background: rgba(0,0,0,0.9);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.logo_overlay_wrap {
		width: 100%;
		text-align: center;
		margin: 0px auto;
	}
	.logo_overlay_wrap .logo_mobil_nav{
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 10px 25px 10px 10px;
	}
	#menu_button:hover{
		cursor: pointer;
	}
	.overlay {
		height: 100%;
		width: 0;
		position: fixed; 
		z-index: 9999; 
		left: 0;
		top: 0;
		background-color: rgba(255,255,255,0.9); 
		overflow-x: hidden; 
		transition: 0.5s;
	}
	.overlay-content {
		position: relative;
		top: 40px; 
		width: 100%; 
		text-align: center; 
		margin-top: 30px; 
	}
	.overlay ul{
		margin-bottom: 15px;
		text-align: center;
		padding: 25px;
		list-style: none;
		width: max-content;
		margin:0px auto;
	}
	.overlay li{
		margin-bottom: 10px;
	}
	.overlay li a {
		padding: 8px;
		text-decoration: none;
		font-size: 1.6rem;
		color: #137C6F;
		display: inline-block;
		transition: 0.3s;
	}
	.overlay li.active a{
		font-weight: 700;
		color: var(--fancy_color02);
		text-transform: uppercase;
	}
	.overlay a:hover, .overlay a:focus {
	}
	.overlay .closebtn {
		position: absolute;
		top: 10px;
		right: 25px;
		font-size: 50px;
		color:#137C6F;
	}
	#navigation span.collapse {
		color: #fff;
		background: #137C6F;
		margin-left: 5px;
		display: inline-block;
		font-size: 1.1rem;
		width: 40px;
		height: 40px;
		line-height: 35px;
		padding: 2px;
		text-align: center;
		border-radius: 100%;
	}
	.overlay li .sub{
		border-bottom: 1px solid rgba(0,0,0,0.3);
		border-top: 1px solid rgba(0,0,0,0.3);
		padding: 10px 0px;
		margin-bottom: 0px;
		width:max-content;
	}
	.overlay li .sub li{
		margin-bottom: 0px;
	}
	.overlay li .sub a{
		font-size: 1.1rem;
	}
	.collapse.dd_link {
		background: #137c6f;
		border-radius: 100%;
		min-width: 45px;
		min-height: 45px;
		color: #fff !important;
		text-align: center;
		line-height: 30px;
	}
}
@media screen and (max-width: 756px) {
	#header-mobil {
		min-height: 95px;
	}
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
	  font-weight: 600;
  }
} 



