@charset "utf-8";

/* SPECIAL.CSS */
/* letzte Aenderung am 24.3.2023 um 20:00 Uhr CC*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 699px) {
.i-ostern {
	position: absolute;
	top: 180px;
	right: 5px;
	width: 180px;
	}
.i-ostern-klein {
	position: absolute;
	top: 170px;
	right: 5px;
	width: 180px;
	}
.i-newsspende {
	height: 60px;
	width: auto;
	vertical-align: -22px;
	}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.i-ostern {
	position: absolute;
	top: 190px;
	right: 20px;
	width: 220px;
	}
.i-ostern-klein {
	position: absolute;
	top: 190px;
	right: 20px;
	width: 220px;
	}
.i-newsspende {
	height: 80px;
	width: auto;
	vertical-align: -36px;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.i-ostern {
	position: absolute;
	top: 190px;
	right: 5px;
	width: 160px;
	}
.i-ostern-klein {
	position: absolute;
	top: 170px;
	right: 0px;
	width: 160px;
	}
.i-newsspende {
	height: 60px;
	width: auto;
	vertical-align: -22px;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.i-ostern {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 140px;
	}
.i-ostern-klein {
	position: absolute;
	top: 170px;
	right: 0px;
	width: 140px;
	}
.i-newsspende {
	height: 50px;
	width: auto;
	vertical-align: -18px;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.i-ostern {
	position: absolute;
	top: 250px;
	right: 50px;
	width: 250px;
	z-index: 30;
	}
.i-ostern-klein {
	position: absolute;
	top: 340px;
	right: 50px;
	width: 250px;
	}
.i-newsspende {
	height: 100px;
	width: auto;
	vertical-align: -42px;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.i-ostern {
	position: absolute;
	top: 210px;
	right: 100px;
	width: 330px;
	z-index: 30;
	}
.i-ostern-klein {
	position: absolute;
	top: 150px;
	right: 100px;
	width: 330px;
	}
.i-newsspende {
	height: 90px;
	width: auto;
	vertical-align: -39px;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.i-ostern {
	position: absolute;
	top: 210px;
	right: 100px;
	width: 330px;
	z-index: 30;
	}
.i-ostern-klein {
	position: absolute;
	top: 150px;
	right: 100px;
	width: 330px;
	}
.i-newsspende {
	height: 100px;
	width: auto;
	vertical-align: -42px;
	}
}