@charset "utf-8";

/* AKTUELL 06.CSS */
/* letzte Aenderung am 30.10.2025 cc*/
/* 01: Höhe des Rahmens für 5 Zeilen */
/* 05: Höhe des Rahmens durch javaScript */ 
/* 06: Posts hinzugefügt */ 
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 100%;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 240px;
	right: 9px;
	width: 45px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 240px;
	left: 9px;
	width: 45px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 100%;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 240px;
	right: 9px;
	width: 45px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 240px;
	left: 9px;
	width: 45px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 100%;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 210px;
	right: 8px;
	width: 42px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 210px;
	left: 8px;
	width: 42px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 100%;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 180px;
	right: 8px;
	width: 42px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 180px;
	left: 8px;
	width: 42px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 600px;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 440px;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 255px;
	right: 9px;
	width: 55px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 255px;
	left: 9px;
	width: 55px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 640px;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 480px;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 290px;
	right: 9px;
	width: 55px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 290px;
	left: 9px;
	width: 55px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 750px;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	width: 580px;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 350px;
	right: 9px;
	width: 55px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 360px;
	left: 9px;
	width: 55px;
	height: auto;
	}
.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;}
.posts {
	position: relative;
	display: inline-block;
	width: 780px;
	height: auto;
	/*border: thin solid;*/
	}
.post-bild {
	position: relative;
	top: 0px;
	width: 600px;
	height: auto;
	}
.post-weiter-rechts {
	position: absolute;
	top: 360px;
	right: 9px;
	width: 60px;
	height: auto;
	}
.post-weiter-links {
	position: absolute;
	top: 360px;
	left: 9px;
	width: 60px;
	height: auto;
	}
.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;
	}
}