@charset "utf-8";

/* SPENDE.CSS */
/* letzte Aenderung am 7.11.2024 um 19:00 Uhr cc*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 699px) {
.kon-rahmen {
	position: relative;
	width: 100%;
	text-align: left;
	}

.p-spenden {
	position: relative;
	width: 96%;
	left: 2%;
	}
.p-spenden-li {
	position: relative;
	width: 96%;
	left: 2%;
	text-indent: -11px;
	padding-left: 11px;
	}
	
/* images -- 1 -- */
.i-kon-karte1 {
	width: 100%;
	height: auto;
	vertical-align: -25px;
	}
.i-kon-karte2 {
	width: 100%;
	height: auto;
	}
.i-kon-karte3 {
	width: 100%;
	height: auto;
	
	}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.kon-rahmen {
	position: relative;
	width: 100%;
	text-align: center;
	}

.p-spenden {}
.p-spenden-li {}
	
/* images -- 1q -- */
.i-kon-karte1 {
	width: 100%;
	height: auto;
	vertical-align: -25px;
	}
.i-kon-karte2 {
	width: 100%;
	height: auto;
	}
.i-kon-karte3 {
	height: 250px;
	width: auto;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.kon-rahmen {
	position: relative;
	width: 100%;
	text-align: left;
	}

.p-spenden {
	position: relative;
	width: 96%;
	left: 2%;
	}
.p-spenden-li {
	position: relative;
	width: 96%;
	left: 2%;
	text-indent: -12px;
	padding-left: 12px;
	}
		
/* images -- 2 -- */
.i-kon-karte1 {
	width: 100%;
	height: auto;
	vertical-align: -25px;
	}
.i-kon-karte2 {
	width: 100%;
	height: auto;
	}
.i-kon-karte3 {
	width: 100%;
	height: auto;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.kon-rahmen {
	position: relative;
	width: 100%;
	text-align: left;
	}

.p-spenden {
	position: relative;
	width: 96%;
	left: 2%;
	}
.p-spenden-li {
	position: relative;
	width: 96%;
	left: 2%;
	text-indent: -11px;
	padding-left: 11px;
	}
		
/* images -- 3 -- */
.i-kon-karte1 {
	width: 100%;
	height: auto;
	vertical-align: -25px;
	}
.i-kon-karte2 {
	width: 100%;
	height: auto;
	}
.i-kon-karte3 {
	width: 100%;
	height: auto;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.kon-rahmen {
	position: relative;
	width: 860px;
	left: 50%;
	margin-left: -430px;
	text-align: center;
	}

.p-spenden {}
.p-spenden-li {}
	
/* images -- 4 -- */
.i-kon-karte1 {
	height: 250px;
	width: auto;
	border-radius: 8px;
	border-width: 3px;
	border: solid;
	border-color: antiquewhite;
	padding: 0px;
	vertical-align: -50px;
	}
.i-kon-karte2 {
	width: 600px;
	height: auto;
	}
.i-kon-karte3 {
	height: 300px;
	width: auto;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.kon-rahmen {
	position: relative;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	}

.p-spenden {}
.p-spenden-li {}

/* images -- 5 -- */
.i-kon-karte1 {
	height: 300px;
	width: auto;
	border-radius: 8px;
	border-width: 3px;
	border: solid;
	border-color: antiquewhite;
	padding: 0px;
	vertical-align: -50px;
	}
.i-kon-karte2 {
	width: 600px;
	height: auto;
	}
.i-kon-karte3 {
	height: 300px;
	width: auto;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.kon-rahmen {
	position: relative;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	}

.p-spenden {}
.p-spenden-li {}
		
/* images -- 6 -- */
.i-kon-karte1 {
	height: 300px;
	width: auto;
	border-radius: 8px;
	border-width: 3px;
	border: solid;
	border-color: antiquewhite;
	padding: 0px;
	vertical-align: -50px;
	}
.i-kon-karte2 {
	width: 600px;
	height: auto;
	}
.i-kon-karte3 {
	height: 300px;
	width: auto;
	}
}