@charset "utf-8";
/* Jahn Christoph DOWNLOAD.CSS */
/* letzte Aenderung am 2.10.2021 um 22:00 Uhr CC*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 896px) {
/* paragraphs -- 1 -- */
.pd-txt-1 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 27px;
	line-height: 99%;
	}
.pd-txt-2 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 27px;
	line-height: 99%;
	}
.pd-txt-3 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 19px;
	line-height: 99%;
	}
	
/* images -- 1 -- */
.id-video {
	width: 180px;
	height: auto;
	border-radius: 5px;
	vertical-align: -9px;
	padding-right: 10px;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
/* paragraphs -- 2 -- */
.pd-txt-1 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 25px;
	line-height: 99%;
	}
.pd-txt-2 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 24px;
	line-height: 99%;
	}
.pd-txt-3 {
	text-align: left;
	width: 90%;
	margin-left: 20px;
	font-size: 18px;
	line-height: 99%;
	}
	
/* images -- 2 -- */
.id-video {
	width: 150px;
	height: auto;
	border-radius: 5px;
	vertical-align: -9px;
	padding-right: 10px;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
/* paragraphs -- 3 -- */
.pd-txt-1 {
	text-align: left;
	width: 90%;
	margin-left: 12px;
	font-size: 25px;
	line-height: 99%;
	}
.pd-txt-2 {
	text-align: left;
	width: 90%;
	margin-left: 12px;
	font-size: 24px;
	line-height: 99%;
	}
.pd-txt-3 {
	text-align: left;
	width: 90%;
	margin-left: 12px;
	font-size: 16px;
	line-height: 99%;
	}
	
/* images -- 3 -- */
.id-video {
	width: 120px;
	height: auto;
	border-radius: 3px;
	vertical-align: -9px;
	padding-right: 10px;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 897px) {
/* paragraphs -- 4 -- */
.pd-txt-1 {
	text-align: left;
	width: 90%;
	margin-left: 30px;
	font-size: 31px;
	line-height: 99%;
	}
.pd-txt-2 {
	text-align: left;
	width: 90%;
	margin-left: 30px;
	font-size: 33px;
	line-height: 99%;
	}
.pd-txt-3 {
	text-align: left;
	width: 90%;
	margin-left: 30px;
	font-size: 22px;
	line-height: 99%;
	}
	
/* images -- 4 -- */
.id-video {
	width: 240px;
	height: auto;
	border-radius: 7px;
	vertical-align: -9px;
	padding-right: 10px;
	}
}
