@charset "utf-8";

/* MENUE-03.CSS */
/* letzte Änderung am 30.4.2024 um 11:00 Uhr cc */
/* letzte Änderung am 20.12.2025 neuer Menüpunkt Kurzauszeit cc */
/* md = menue Desktop */

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 699px) {
.md-left { margin-left: -15px;}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.md-left { margin-left: -15px; }
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.md-left { margin-left: -10px; }
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.md-left { margin-left: -10px; }
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.bot-md {padding-bottom: 10px;}
.md-lh {
	line-height: 130%;
	}
.md-layout {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-layout-zeige {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-einfuehrung {
	width: 250px;
	min-width: 250px;
	left: 50%;
	margin-left: -325px;
	margin-top: -6px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-videobeitraege {
	width: 350px;
	min-width: 350px;
	left: 50%;
	margin-left: -195px;
	margin-top: -6px;
	}
.md-oeffentliches {
	width: 140px;
	min-width: 140px;
	left: 50%;
	margin-left: 113px;
	margin-top: -6px;
	}
.md-mehr {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 180px;
	margin-top: -6px;
	}
.md-freunde {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 228px;
	margin-top: -6px;
	}
.md-galerie {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 310px;
	margin-top: -6px;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.bot-md {padding-bottom: 4px;}
.md-lh {
	line-height: 130%;
	}
.md-layout {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-layout-zeige {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-einfuehrung {
	width: 260px;
	min-width: 260px;
	left: 50%;
	margin-left: -332px;
	margin-top: -5px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-videobeitraege {
	width: 380px;
	min-width: 380px;
	left: 50%;
	margin-left: -212px;
	margin-top: -5px;
	}
.md-oeffentliches {
	width: 140px;
	min-width: 140px;
	left: 50%;
	margin-left: 115px;
	margin-top: -5px;
	}
.md-mehr {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 178px;
	margin-top: -5px;
	}
.md-freunde {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 228px;
	margin-top: -5px;
	}
.md-galerie {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 310px;
	margin-top: -5px;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.bot-md {padding-bottom: 4px;}
.md-lh {
	line-height: 130%;
	}
.md-layout {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-layout-zeige {
	position: absolute;
	line-height: 130%;
	background-color: rgba(255,255,255,1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 39;
	}
.md-einfuehrung {
	width: 280px;
	min-width: 280px;
	left: 50%;
	margin-left: -396px;
	margin-top: -5px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-videobeitraege {
	width: 420px;
	min-width: 420px;
	left: 50%;
	margin-left: -234px;
	margin-top: -5px;
	}
.md-oeffentliches {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 155px;
	margin-top: -5px;
	}
.md-mehr {
	width: 240px;
	min-width: 240px;
	left: 50%;
	margin-left: 230px;
	margin-top: -5px;
	}
.md-freunde {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 268px;
	margin-top: -5px;
	}
.md-galerie {
	width: 160px;
	min-width: 160px;
	left: 50%;
	margin-left: 364px;
	margin-top: -5px;
	}
}