@charset "utf-8";

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

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 400px) and (max-width: 699px) {
.abs-aktuell-zeile {margin-top: 7px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -96px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 7px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -96px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 11px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 96%;
	left: 2%;
	top: 50%;
	margin-top: -108px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 8px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 96%;
	left: 2%;
	top: 50%;
	margin-top: -115px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 12px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -86px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 12px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -92px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 12px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -92px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.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-zeile {margin-top: 12px;}
.aktuelles {
	position: relative;
	display: inline-block;
	width: 775px;
	height: auto;
	}
.aktuell-rahmen {
	width: 100%;
	height: auto;
	}
.aktuell-mitte {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 50%;
	margin-top: -92px;
	/*border-width: 5px;
	border-style: solid;
	border-color: #FF6F00;*/
	}
.aktuell-play-button {
	width: 27px;
	height: auto;
	padding-left: 3px;
	vertical-align: -5px;
	}
}