@charset "utf-8";

/* MENUE 01.CSS */
/* letzte Aenderung am 4.12.2023 um 23:00 Uhr 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: 4px;}
.md-lh {
	line-height: 130%;
	}
.md-layout-start {
	position: absolute;
	line-height: 150%;
	background-color: rgba(248,232,206,0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none; /* erscheint erst bei hover */
	z-index: 33;
	}
.md-mehr-start {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 176px;
	margin-top: 0px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-layout {
	position: absolute;
	line-height: 140%;
	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: 33;
	}
.md-mehr {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 135px;
	margin-top: 15px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
}

/* ~ 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-start {
	position: absolute;
	line-height: 150%;
	display: none; /* erscheint erst bei hover */
	z-index: 33;
	}
.md-mehr-start {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 310px;
	margin-top: 0px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-layout {
	position: absolute;
	line-height: 140%;
	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: 33;
	}
.md-mehr {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 135px;
	margin-top: 15px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
}
	
/* ~ 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-start {
	position: absolute;
	line-height: 150%;
	display: none; /* erscheint erst bei hover */
	z-index: 33;
	}
.md-mehr-start {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 310px;
	margin-top: 0px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
.md-layout {
	position: absolute;
	line-height: 140%;
	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: 33;
	}
.md-mehr {
	width: 195px;
	min-width: 195px;
	left: 50%;
	margin-left: 135px;
	margin-top: 15px;
	/* es braucht kein top, da die Position im relativen Fluss genau an der richtigen Stelle ist !! */
	}
}