@charset "utf-8";

/* # LEER #.CSS */
/* letzte Aenderung am 4.6.2022 um 20:00 Uhr CC*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 991px) {
.i-schweiz {
	width: 16px;
	height: auto;
	vertical-align: -2px;
	}
.i-qr {
	width: 180px;
	height: auto;
	}
.i-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.i-schweiz {
	width: 16px;
	height: auto;
	vertical-align: -3px;
	}
.i-qr {
	width: 180px;
	height: auto;
	}
.i-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.i-schweiz {
	width: 14px;
	height: auto;
	vertical-align: -2px;
	}
.i-qr {
	width: 160px;
	height: auto;
	}
.i-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.i-schweiz {
	width: 16px;
	height: auto;
	vertical-align: -2px;
	}
.i-qr {
	width: 180px;
	height: auto;
	}
.i-portrait {
	width: 391px;
	height: auto;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.i-schweiz {
	width: 16px;
	height: auto;
	vertical-align: -2px;
	}
.i-qr {
	width: 180px;
	height: auto;
	}
.i-portrait {
	width: 555px;
	height: auto;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.i-schweiz {
	width: 20px;
	height: auto;
	vertical-align: -4px;
	}
.i-qr {
	width: 190px;
	height: auto;
	}
.i-portrait {
	width: 555px;
	height: auto;
	}
}