@charset "utf-8";
/* CSS Document */
#header-mobil{
	display: none;
}
#navbar #logo_start {
	max-width: 180px;
  	transition: 0.4s;
	border: none;
	margin: 10px;
}
#navbar #logo_start img{
	width: 100%;
	height: auto;
	border: none;
}
#navbar #logo_scroller{
	display: none;
	max-width: 130px;
  	transition: 0.4s;
	border: none;
}
#navbar #logo_scroller img{
	width: 100%;
	height: auto;
	border: none;
	margin-top: 5px;
}
#navbar {
  	padding: 1px 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: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
	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: 2px 10px 2px 10px;
  	color: rgba(255,255,255,0.8);
  	font-size: 1.2rem;
  	text-transform: uppercase;
  	font-weight: 700;
  	letter-spacing: 2px;
  	display: block;
 	margin: 5px;
}
#navbar > ul.navigation_dt li.active a{
	font-family: 'Parisienne', serif; 
	color: rgba(223, 167, 95,1);
	text-transform: none;
	letter-spacing: 0px;
	font-size: 1.8rem;
}
#navbar.onscroll_link > ul.navigation_dt li a{
	color: #333 !important;
	transition: 0.3s;
	margin: 10px 5px;
}
#navbar > ul.navigation_dt li a:hover {
	transition: 0.4s;
  	transform: scaleX(0.9);
	color: #DDD;
}
#navbar > ul.navigation_dt li:hover {
}
#navbar > ul.navigation_dt li.active a {
}
#navbar > ul.navigation_dt li.active:hover a{
	opacity: 1;
}

/*Style mitscrollende Navleiste*/
#navbar.onscroll_link{
	background: rgba(255,255,255,1);
	justify-content: space-between;
	border-top:none;
}
#navbar.onscroll_link > ul.navigation_dt li a{
	color: #111 !important;
	font-size: 1.2rem;
}
#navbar.onscroll_link > ul.navigation_dt li.active a{
	color:   rgba(223, 167, 95,1) !important;
	border: none;
	font-size: 1.6rem;
}
#navbar.onscroll_link #logo_start{
	display: block;
	max-width: 75px;
	padding: 0px;
	margin: 3px;
	line-height: 100%;
}

@media(max-width:1100px){
	#navbar #logo{
		max-width: 250px !important;
	}
	#navbar > ul.navigation_dt li a{
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 1024px) {
	.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;
	 }
	#menu_button{
		margin-top: 15px;
    	margin-left: 8px;
	}
	#menu_button span {
		background:   rgba(223, 167, 95,1);
		color: #FFF;
		font-size: 32px;
		padding: 14px 16px 13px 16px;
		line-height: 100%;
		border-radius: 100%;
		display: inline-block;
	}
	.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: right;
		margin: 0px auto;
	}
	.logo_overlay_wrap .logo_mobil{
		width: 100%;
		max-width: 200px;
		height: auto;
		margin: 25px 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.95); 
		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: right;
		padding: 25px;
	}
	.overlay li{
		list-style: none;
	}
	.overlay li a {
		padding: 8px;
		text-decoration: none;
		font-size: 1.5rem;
		color: #111;
		display: inline-block;
		transition: 0.3s;
	}
	.overlay li.active a{
		font-family: 'Parisienne', serif;
		font-size: 2.5rem;
		font-weight: 700;
		color: rgba(223, 167, 95,1);
	}
	.overlay a:hover, .overlay a:focus {
		color: rgba(223, 167, 95,1);
		padding-right: 5px;
	}
	.overlay .closebtn {
		position: absolute;
		top: 10px;
		right: 25px;
		font-size: 50px;
		color: rgba(223, 167, 95,1);
	}
	#navigation span.collapse {
	  color: rgba(223, 167, 95,1);
	  margin-left: 5px;
	  display: inline-block;
	  font-size: 1.5rem;
	}
}

/* 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;
  }
} 



