@charset "utf-8";

/* AKTUELL 03.CSS */
/* letzte Aenderung am 22.11.2023 um 11:00 Uhr CC*/
/* 01: Höhe des Rahmens für 5 Zeilen */
/* 05: Höhe des Rahmens durch javaScript */ 
.f-aktuell {color: #096A0C;}

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 400px) and (max-width: 699px) {
.abs-aktuell-start {position: relative; width: 92%; left: 4%; margin-top: 50px; z-index: 12;}
.abs-aktuell-zeile {position: relative; width: 92%; left: 4%; margin-top: 6px; z-index: 12;}
.abs-aktuell-ende {position: relative; width: 92%; left: 4%; margin-bottom: 12px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 20px;
	height: auto;
	padding-left: 1px;
	vertical-align: -3px;
	}
}

/* ~ iPhone 13: 390 x 844 ---------------- 1heike -- */
@media only screen and (min-width: 380px) and (max-width: 399px) {
.abs-aktuell-start {position: relative; width: 92%; left: 4%; margin-top: 50px; z-index: 12;}
.abs-aktuell-zeile {position: relative; width: 92%; left: 4%; margin-top: 6px; z-index: 12;}
.abs-aktuell-ende {position: relative; width: 92%; left: 4%; margin-bottom: 12px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 20px;
	height: auto;
	padding-left: 1px;
	vertical-align: -3px;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.abs-aktuell-start {position: relative; width: 90%; left: 5%; margin-top: 40px; z-index: 12;}
.abs-aktuell-zeile {position: relative; width: 90%; left: 5%; margin-top: 6px; z-index: 12;}
.abs-aktuell-ende {position: relative; width: 90%; left: 5%; margin-bottom: 4px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 20px;
	height: auto;
	padding-left: 1px;
	vertical-align: -3px;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.abs-aktuell-start {position: relative; width: 90%; left: 5%; margin-top: 40px; z-index: 12;}
.abs-aktuell-zeile {position: relative; width: 90%; left: 5%; margin-top: 6px; z-index: 12;}
.abs-aktuell-ende {position: relative; width: 90%; left: 5%; margin-bottom: 4px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 20px;
	height: auto;
	padding-left: 1px;
	vertical-align: -3px;
	}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.abs-aktuell-start {position: relative; width: 92%; left: 4%; margin-top: 60px; z-index: 12;}
.abs-aktuell-zeile {position: relative; width: 92%; left: 4%; margin-top: 6px; z-index: 12;}
.abs-aktuell-ende {position: relative; width: 92%; left: 4%; margin-bottom: 15px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 27px;
	height: auto;
	padding-left: 3px;
	vertical-align: -5px;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.abs-aktuell-start {position: relative; margin-top: 70px; z-index: 12;}
.abs-aktuell-zeile {position: relative; margin-top: 12px; z-index: 12;}
.abs-aktuell-ende {position: relative; margin-bottom: 25px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 27px;
	height: auto;
	padding-left: 3px;
	vertical-align: -5px;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.abs-aktuell-start {position: relative; margin-top: 70px; z-index: 12;}
.abs-aktuell-zeile {position: relative; margin-top: 12px; z-index: 12;}
.abs-aktuell-ende {position: relative; margin-bottom: 25px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 27px;
	height: auto;
	padding-left: 3px;
	vertical-align: -5px;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.abs-aktuell-start {position: relative; margin-top: 70px; z-index: 12;}
.abs-aktuell-zeile {position: relative; margin-top: 12px; z-index: 12;}
.abs-aktuell-ende {position: relative; margin-bottom: 25px; z-index: 12;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	/* border: thin solid; */
	}
.aktuell-rahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto; /* wird später durch js geändert */
	z-index: 5; /* sonst liegt Rahmen über Text (!???) und Links sind nicht erreichbar */
	}
.aktuell-rahmen-kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: auto;
	z-index: 6;
	}
.aktuell-play-button {
	width: 27px;
	height: auto;
	padding-left: 3px;
	vertical-align: -5px;
	}
}