@charset "utf-8";
/* Jahn Christoph SONST.CSS */
/* letzte Aenderung am 26.9.2021 um 18:00 Uhr CC*/

/* adobe typekit jahn: */
/* Shelby Regular 400 */
.she-n {font-family: 'shelby',sans-serif; font-style: normal; font-weight: 400;}


/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 896px) {
/* paragraphs -- 1 -- */
.ps-txt-1 {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 42px;
	line-height: 99%;
	}
.ps-txt-2 {
	width: 94%;
	position: relative;
	left: 3%;
	font-size: 27px;
	line-height: 105%;
	}
.ps-txt-klein {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 24px;
	line-height: 99%;
	}

/* images -- 1 -- */
.is-foto {
	width: 100%;
	height: auto;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
/* paragraphs -- 2 -- */
.ps-txt-1 {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 42px;
	line-height: 99%;
	}
.ps-txt-2 {
	width: 94%;
	position: relative;
	left: 3%;
	font-size: 24px;
	line-height: 99%;
	}
.ps-txt-klein {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 22px;
	line-height: 99%;
	}
	
/* images -- 2 -- */
.is-foto {
	width: 100%;
	height: auto;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
/* paragraphs -- 3 -- */
.ps-txt-1 {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 35px;
	line-height: 99%;
	}
.ps-txt-2 {
	width: 94%;
	position: relative;
	left: 3%;
	font-size: 22px;
	line-height: 99%;
	}
.ps-txt-klein {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 18px;
	line-height: 99%;
	}
	
/* images -- 3 -- */
.is-foto {
	width: 100%;
	height: auto;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 897px) {
/* paragraphs -- 4 -- */
.ps-txt-1 {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 59px;
	line-height: 99%;
	}
.ps-txt-2 {
	width: 94%;
	position: relative;
	left: 3%;
	font-size: 27px;
	line-height: 99%;
	}
.ps-txt-klein {
	width: 90%;
	position: relative;
	left: 5%;
	font-size: 24px;
	line-height: 99%;
	}
	
/* images -- 4 -- */
.is-foto {
	width: 60%;
	height: auto;
	border-radius: 20px;
	}
}
