/********** Essential Audio Player – Navigation **********/

#titel,
#navigation_schalter,
#navigation {
	position: fixed;
	display: block;
	margin: 0px 0px 0px 0px;
	user-select: none;
	/*
	mix-blend-mode: difference;
	*/
}
#titel,
#titel *,
#navigation,
#navigation *,
#navigation_schalter {
	/*
	color: rgba(0,0,0,1);
	*/
	color: #FFF;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#titel {
	z-index: 11;
	text-align: left!important;
}
#titel a {
	font-weight: 700;
	letter-spacing: 0.015em;
}
#titel span {
	font-weight: 300;
	opacity: 0.85;
}
#navigation {
	top: 0px;
	z-index: 10;
	width: 100%;
}
#titel a,
#navigation a {
	position: relative;
	text-decoration: none;
}
#navigation a.gestrichen:before {
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	width: calc(100% + 10px);
	background-color: #FFF;
	opacity: 0.8;
}
#navigation ul {
	display: block;
	z-index: 11;
	margin: 0px 0px 0px 0px;
}
#navigation li {
	position: relative;
}
#navigation_abdeckung {
	display: none;
}
#navigation_kante {
	position: fixed;
	z-index: 9;
	top: -2px;
	width: 100%;
	/*
	background-color: rgba(0,0,0,0.35);
	background-image: linear-gradient(to bottom, rgba(255,0,0,1), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, #AB9549, rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(171,149,73,1), rgba(255,255,255,0));
	*/
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.65), transparent);
	mix-blend-mode: multiply;
}



/********** Navigation mobil **********/
@media screen and (max-width: 800px) {
	#titel,
	#navigation_schalter {
		top: 10px;
	}
	#titel,
	#titel *,
	#navigation_schalter {
		font-size: 17px;
		line-height: 17px;
	}
	#titel {
		left: 25px;
	}
	#navigation,
	#navigation * {
		font-size: 26px;
		line-height: 26px;
	}
	#navigation {
		height: 0px;
		overflow-y: hidden;
		transition: height 0.35s;
	}
	#navigation ul {
		position: absolute;
		z-index: 11;
		bottom: 0px;
		width: 100%;
		padding: 65px 0px 45px 0px;
	}
	#navigation li {
		display: block;
		width: 100%;
		text-align: center!important;
		margin-left: 0px;
	}
	#navigation li + li {
		margin-top: 25px;
	}
	#navigation a {
		display: inline-block;
		font-weight: 500;
		letter-spacing: 0.015em;
		color: rgba(255,255,255,1);
		padding: 0px 0px 5px 0px;
	}
	#navigation a.gestrichen:before {
		top: 14px;
		height: 2px;
	}
	#navigation a:hover,
	#navigation a.aktiv {
		border-bottom: 2px solid rgba(255,255,255,1);
		padding: 0px 0px 3px 0px;
	}

	#navigation_hintergrund {
		display: block;
		position: sticky;
		z-index: 0;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.75);
	}
	#navigation_schalter {
		display: block;
		position: fixed;
		z-index: 10;
		right: 25px;
		font-weight: 400;
		cursor: pointer;
		margin-right: -1px;
	}
	#navigation_schalter:before {
		content: "Menü";
	}
	#navigation_schalter.aktiv::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 11;
		width: 116%;
		height: 0px;
		left: -8%;
		top: 8px;
		border-top: 2px solid rgba(255,255,255,0.7);
		transform: rotate(-14.25deg);
	}
	#navigation_abdeckung {
		position: fixed;
		z-index: 5;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
		mix-blend-mode: multiply;
	}
	#navigation_kante {
		height: 42px;
	}
}



/********** Navigation Rest **********/
@media screen and (min-width: 801px) {
	#titel,
	#navigation,
	#navigation_schalter {
		top: 12px;
	}
	#titel,
	#titel *,
	#navigation,
	#navigation * {
		font-size: 17px;
		line-height: 17px;
	}
	#titel {
	}
	#navigation {
		text-align: right!important;
	}
	#navigation,
	#navigation * {
		font-weight: 400;
	}
	#navigation ul {
		position: relative;
		text-align: right!important;
	}
	#navigation li {
		display: inline-block;
	}
	#navigation li + li {
		margin: 0px 0px 0px 25px;
	}
	#navigation a {
		font-weight: 500;
		padding: 0px 0px 0px 0px;
	}
	#navigation a.gestrichen:before {
		top: 12px;
		height: 1px;
	}
	#navigation a:hover,
	#navigation a.aktiv {
		border-bottom: 2px solid rgba(255,255,255,1);
	}
	#navigation_hintergrund,
	#navigation_schalter {
		display: none;
	}
	#navigation_kante {
		height: 47px;
	}
}



/********** mid Screen **********/
@media screen and (min-width: 801px) and (max-width: 1024px) {
	#titel {
		left: 35px;
	}
	#navigation ul {
		padding-right: 35px;
	}
}

/********** Big Screens **********/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	#titel {
		left: 7%;
	}
	#navigation ul {
		padding-right: 7%;
	}
}

/********** Very Big Screens **********/
@media screen and (min-width: 1201px) {
	#titel {
		left: 11%;
	}
	#navigation ul {
		padding-right: 11%;
	}
}
