@charset "utf-8";
/* CSS Document */
.mb_nav{
	display: none;
}
ul#nav.dt_nav{
	list-style: none;
}
/* Create a sticky/fixed navbar */
#navbar {
  	padding: 0px 20px; 
  	transition: 0.4s;
  	width: 90%;
	margin: 0px auto;
  	top: 0px; 
 	z-index: 300;
  	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 70px;	
}
#navbar.onscroll_link{
	width: 100%;
	margin: 0;
	background: rgba(256,256,256,0.9);
	padding: 0px 20px;
}
#navbar.onscroll_link > ul.navigation_dt li a{
	color:#222;
}
#navbar.onscroll_link > ul.navigation_dt li.marker a{
	color: #FFF;
}

#navbar > ul.navigation_dt{
	list-style: none;
}
#navbar > ul.navigation_dt li{
	display: inline-block;
	transition: 0.5s;
}
#navbar > ul.navigation_dt li a {
  	text-align: center;
  	padding: 10px 15px;
	color: rgba(0,0,0,0.9);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
}
#navbar > ul.navigation_dt li.active a{
	font-weight: 700;
	color: #ee722f;
}
#navbar > ul.navigation_dt li a i{
	font-size: 22px;
}
#navbar > ul.navigation_dt li.marker{
	background: rgb(0,78,158);
	background: -moz-linear-gradient(28deg, rgba(0,78,158,1) 0%, rgba(74,113,182,1) 100%);
	background: -webkit-linear-gradient(28deg, rgba(0,78,158,1) 0%, rgba(74,113,182,1) 100%);
	background: linear-gradient(28deg, rgba(0,78,158,1) 0%, rgba(74,113,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004e9e",endColorstr="#4a71b6",GradientType=1); 
	border-radius: 25px;
	padding: 0px 5px;
}
#logo_klein_start{
	display: none;
}
#navbar #logo, #navbar #logo_start_sticky, #navbar #logo_start {
  	transition: 0.4s;
	border: none;
	margin: 5px 10px;
}
#navbar #logo_start{
	max-width: 150px;
	padding: 15px 30px;
	margin: 0px;
}
#navbar #logo, #navbar #logo_start_sticky{
	max-width: 90px;
}
#logo img, #navbar #logo_start img, #navbar #logo_start_sticky img{
	width: 100%;
	border: none;
	height: auto;
}
#logo_start a {
	display: flex;
	justify-content: center;
	align-content: center;
}
#navbar > ul.navigation_dt li a:hover {
	opacity: 0.7;
}
#navbar > ul.navigation_dt li:hover {
	transform: scale(0.8);
}
#navbar > ul.navigation_dt li.active a {
}
#navbar > ul.navigation_dt li.active:hover a{
	opacity: 1;
}

#navbar > ul.navigation_dt ul.sub{
	display: none;
	position: absolute;
	width: 100%;
	min-width: 250px;
}
#navbar > ul.navigation_dt li:hover ul.sub{
	display: block;
	background: rgba(255,255,255,0.5);
	border-top: 5px solid  rgba(0,78,158,1);
}
#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);
	padding: 5px 10px;
}

#header-mobil{
	display: none;
}



@media(max-width:1200px){
	#navbar #logo{
		max-width: 250px !important;
	}
}

@media(max-width:1200px){
	#nav.dt_nav{
		display: none;
	}
	.mb_nav{
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.navi_dt{
		display: none !important;
	}
	#header-mobil {
	  display: block;
	  position: absolute;
	  width: 95%;
	  margin-left: 2.5%;
	  margin-right: 2.5%;
	  margin-top: 10px;
	  top: 0px;
	  right: 0;
	  z-index: 99;
	}
	#menu_button span {
		color: #ee722f;
		font-size: 35px;
		line-height: 100%;
		margin-right: 20px;
	}
	.nav_mobil_wrap{
		padding: 2px 6px;
		background: rgba(256,256,256,0.9);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#logo_mobil{
		width: 100%;
		max-width: 80px;
		margin: 5px 15px;
	}
	#logo_mobil img{
		height: auto;
		width: 100%;
	}
	#menu_button:hover{
		cursor: pointer;
	}
	.overlay {
		height: 100%;
		width: 0;
		position: fixed; 
		z-index: 9999; 
		left: 0;
		top: 0;
		background-color: rgb(256,256,256); 
		background-color: rgba(256,256,256, 0.9); 
		overflow-x: hidden; 
		transition: 0.5s;
	}
	.overlay-content {
		position: relative;
		top: 30px; 
		width: 100%; 
		text-align: right;
		padding-left: 10%;
		padding-right: 10%;
		margin-top: 30px; 
	}
	.overlay ul{
		margin-bottom: 15px;
	}
	.overlay li {
		list-style: none;
		margin: 15px 0px;
	}
	.overlay li a {
		padding: 0px 10px;
		text-decoration: none;
		font-weight: 500;
		font-size: 24px;
		color: #111 ;
		display: block;
		transition: 0.3s;
	}
	.overlay li.active a{
		font-weight: 700;
		color: #ee722f;
		text-transform: uppercase;
		border-right: 3px solid #ee722f;
		padding-right: 25px;
	}
	.overlay a:hover, .overlay a:focus {
		font-weight: 700;
		color: #ee722f;
	}
	.overlay ul li ul.sub{
		
	}
	.overlay ul li ul.sub li{
		
	}
	.overlay ul li ul.sub li a{
		font-size: 20px;
		color: #444;
		font-weight: 300;
	}
	.overlay li.active ul.sub li a{
		border:none;
		color: #111;
		font-weight: 300;
		text-transform: none;
		padding: 0px 10px;
	}
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		font-size: 40px;
		color: #ee722f;
	}
	.logo_overlay_wrap {
		max-width: 120px;
		margin: 20px;
	}
	.logo_overlay_wrap img{
		width: 100%;
	}
}

/* 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;
  }
} 



