@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) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 90%;
	margin-left: 4%;
	display: flex;
	flex-direction: row;
	}
.pdf-box {
	display: flex;
	height: 60px;
	align-items: center;
	margin-right: 5px;
	}
.i-pdf {
	height: 50px;
	width: auto;
	vertical-align: -5px;
	border: 0;
	}
.i-pdf-text {
	height: 45px;
	width: auto;
	vertical-align: -15px;
	border: 0;
	margin-right: 8px;
	}
.i-weiter-klein-pdf {
	height: 24px;
	width: auto;
	vertical-align: -8px;
	padding-left: 5px;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 90%;
	margin-left: 4%;
	display: flex;
	flex-direction: row;
	}
.pdf-box {
	display: flex;
	height: 60px;
	align-items: center;
	margin-right: 5px;
	}
.i-pdf {
	height: 42px;
	width: auto;
	vertical-align: -4px;
	border: 0;
	}
.i-pdf-text {
	height: 40px;
	width: auto;
	vertical-align: -14px;
	border: 0;
	margin-right: 8px;
	}
.i-weiter-klein-pdf {
	height: 20px;
	width: auto;
	vertical-align: -5px;
	padding-left: 4px;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 95%;
	margin-left: 4%;
	display: flex;
	flex-direction: row;
	}
.pdf-box {
	display: flex;
	height: 60px;
	align-items: center;
	margin-right: 5px;
	}
.i-pdf {
	height: 42px;
	width: auto;
	vertical-align: -4px;
	border: 0;
	}
.i-pdf-text {
	height: 40px;
	width: auto;
	vertical-align: -14px;
	border: 0;
	margin-right: 6px;
	}
.i-weiter-klein-pdf {
	height: 20px;
	width: auto;
	vertical-align: -5px;
	padding-left: 0px;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 90%;
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	}
.pdf-box {
	display: flex;
	height: 60px;
	align-items: center;
	margin-right: 5px;
	}
.i-pdf {
	height: 50px;
	width: auto;
	vertical-align: -5px;
	border: 0;
	}
.i-pdf-text {
	height: 45px;
	width: auto;
	vertical-align: -15px;
	border: 0;
	margin-right: 8px;
	}
.i-weiter-klein-pdf {
	height: 24px;
	width: auto;
	vertical-align: -6px;
	padding-left: 5px;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 90%;
	display: flex;
	flex-direction: row;
	margin-left: 12px;
	}
.pdf-box {
	display: flex;
	height: 80px;
	align-items: center;
	margin-right: 7px;
	}
.i-pdf {
	height: 60px;
	width: auto;
	vertical-align: -5px;
	border: 0;
	}
.i-pdf-text {
	height: 60px;
	width: auto;
	vertical-align: -22px;
	border: 0;
	margin-right: 8px;
	}
.i-weiter-klein-pdf {
	height: 30px;
	width: auto;
	vertical-align: -8px;
	padding-left: 7px;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.p-pdf {
	text-align: left;
	line-height: 110%;
	}
.pdf-zeile {
	width: 90%;
	display: flex;
	flex-direction: row;
	margin-left: 12px;
	}
.pdf-box {
	display: flex;
	height: 80px;
	align-items: center;
	margin-right: 7px;
	}
.i-pdf {
	height: 60px;
	width: auto;
	vertical-align: -5px;
	border: 0;
	}
.i-pdf-text {
	height: 60px;
	width: auto;
	vertical-align: -22px;
	border: 0;
	margin-right: 8px;
	}
.i-weiter-klein-pdf {
	height: 30px;
	width: auto;
	vertical-align: -8px;
	padding-left: 7px;
	}
}