@charset "utf-8";

/* JNANA HOMEPAGE 2021 INDEX.CSS */
/* letzte Aenderung am 15.6.2021 um 19:00 Uhr CC*/
* {	
	margin: 0; padding: 0; 
	box-sizing: border-box; /* fuer colums */
	}
body, html { height: 100%; }
img { font-size: 10px; border: 0; }

/* adobe typekit jnana1: */
/* cronos-pro-caption 400, light 300, italic 300 */
p,div,h1,h2,h3,img,a,label,input,textarea {font-family: 'cronos-pro-caption','arial narrow',sans-serif; font-style: normal; font-weight: 400;}
.l {font-weight: 300;}
.il {font-style: italic; font-weight: 300;}

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
/* Hamburger Menü */
@media only screen and (min-width: 380px) and (max-width: 991px) {
.abs-0 {
	margin-top: 5px;
	}
.abs-1 {
	margin-top: 10px;
	}
.abs-2 {
	margin-top: 20px;
	}
.bot-0 {
	margin-bottom: 9px;
	}
.bot-1 {
	margin-bottom: 50px;
	}

header {
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: white;
	}
main {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 310px;
	}
footer {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 150px;
	}
li { /* hier für Hamburger Menü */
	list-style-type: none;
	margin-top: 5px;
	margin-left: 27px;
	font-size: 24px;
	}

.box {
	margin-top: 55px;
	text-align: center;
	}
.footer-box {
	margin-top: 55px;
	text-align: center;
	padding: 20px;
	}
.socials {
	margin-top: 9px;
	position: relative;
	width: 30%;
	height: 30px;
	left: 35%;
	}
.hm-box {
	position: fixed;
	top: 0;
	left: -310px;
	width: 300px;
	z-index: 3;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 24px;
	color: white;
	border-bottom-right-radius: 20px;
	transition: left 1s;
	}
.liste {
	display: none;
	}
.xpulldown {
	display: none;
	}
	
/* paragraphs -- 1 -- */
.p-logo {
	position: relative;
	top: 10px;	
	right: 3px;
	}
.p-jnana {
	margin-top: -15px;
	font-size: 100px;
	position: relative;
	width: 90%;
	left: 6%;
	}
.p-sub {
	margin-top: -10px;
	font-size: 40px;
	padding-bottom: 20px;
	}
.px-logo, .px-jnana, .px-sub {
	display: none;
	}
.p-txt-1 {
	width: 90%;
	position: relative;
	top: 30px;
	left: 5%;
	font-size: 29px;
	line-height: 108%;
	padding-bottom: 45px;
	}
.p-txt-2 {
	width: 90%;
	position: relative;
	top: 20px;
	left: 5%;
	font-size: 27px;
	line-height: 108%;
	padding-bottom: 20px;
	}
.p-box {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 10px;
	font-size: 27px;
	line-height: 108%;
	}
.p-pen {
	position: relative;
	top: -47px;	
	margin-bottom: -58px;
	}
.p-button {
	margin-top: 18px;
	width: 50%;
	position: relative;
	left: 25%;
	border: solid;
	border-width: 3px;
	border-radius: 12px;
	font-size: 22px;
	}	
.p-lotus {
	position: relative;
	top: 30px;
	text-align: center;
	padding-bottom: 20px;
	}
.p-footer {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 22px;
	line-height: 108%;
	}
.p-footer-t {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 24px;
	line-height: 100%;
	}
.p-leer1 {
	font-size: 22px;
	}	
.p-leer2 {
	font-size: 33px;
	}
.p-leer3 {
	font-size: 33px;
	}
.px-leer-1 {
	display: none;
	}
.px-fussbild {
	display: none;
	}
.p-hm-txt {
	margin-top: 5px;
	margin-left: 17px;
	font-size: 29px;
	}
.p-hm-txt-logo {
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 9px;
	font-size: 35px;
	}
	
/* images -- 1 -- */
.i-logo {
	width: 100px;
	height: auto;
	}
.i-logo-hm {
	width: 50px;
	height: auto;
	vertical-align: -15px;
	}
.i-blumenwiese {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: none;
	}
.i-pen {
	width: 400px;
	height: auto;
	}
.i-lotus {
	height: 100px;
	width: auto;
	}
.i-social-1 {
	height: 30px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	}
.i-social-2 {
	height: 30px;
	width: auto;
	}
.i-social-3 {
	height: 27px;
	width: auto;
	position: absolute;
	right: 1px;
	top: 2px;
	}
.i-hmenue {
	width: 35px;
	height: auto;
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 9;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 2 -- */
/* Huawei P20: 360 x 760px */
/* Hamburger Menü */
@media only screen and (max-width : 379px) {
.abs-0 {
	margin-top: 5px;
	}
.abs-1 {
	margin-top: 10px;
	}
.abs-2 {
	margin-top: 20px;
	}
.bot-0 {
	margin-bottom: 9px;
	}
.bot-1 {
	margin-bottom: 50px;
	}

header {
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: white;
	}
main {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 310px;
	}
footer {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 150px;
	}
li { /* hier für Hamburger Menü */
	list-style-type: none;
	margin-top: 4px;
	margin-left: 15px;
	font-size: 22px;
	}

.box {
	margin-top: 35px;
	text-align: center;
	}
.footer-box {
	margin-top: 55px;
	text-align: center;
	padding: 16px;
	}
.socials {
	margin-top: 9px;
	position: relative;
	width: 36%;
	height: 28px;
	left: 32%;
	}
.hm-box {
	position: fixed;
	top: 0;
	left: -310px;
	width: 265px;
	z-index: 3;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 19px;
	color: white;
	border-bottom-right-radius: 20px;
	transition: left 1s;
	}
.liste {
	display: none;
	}
.xpulldown {
	display: none;
	}

/* paragraphs -- 2 -- */
.p-logo {
	position: relative;
	top: 10px;	
	right: 3px;
	}
.p-jnana {
	margin-top: -5px;
	font-size: 70px;
	position: relative;
	width: 90%;
	left: 6%;
	}
.p-sub {
	margin-top: 0px;
	font-size: 30px;
	padding-bottom: 20px;
	line-height: 95%;
	}
.px-logo, .px-jnana, .px-sub {
	display: none;
	}
.p-txt-1 {
	width: 90%;
	position: relative;
	top: 30px;
	left: 5%;
	font-size: 27px;
	line-height: 108%;
	padding-bottom: 50px;
	}
.p-txt-2 {
	width: 90%;
	position: relative;
	top: 20px;
	left: 5%;
	font-size: 27px;
	line-height: 108%;
	padding-bottom: 20px;
	}
.p-box {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 10px;
	font-size: 25px;
	line-height: 108%;
	}
.p-pen {
	position: relative;
	top: -34px;	
	margin-bottom: -48px;
	}
.p-button {
	margin-top: 18px;
	width: 50%;
	position: relative;
	left: 25%;
	border: solid;
	border-width: 3px;
	border-radius: 12px;
	font-size: 20px;
	}	
.p-lotus {
	position: relative;
	top: 30px;
	text-align: center;
	padding-bottom: 20px;
	}
.p-footer {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 22px;
	line-height: 108%;
	}
.p-footer-t {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 24px;
	line-height: 100%;
	}
.p-leer1 {
	font-size: 22px;
	}	
.p-leer2 {
	font-size: 33px;
	}
.p-leer3 {
	font-size: 33px;
	}
.px-leer-1 {
	display: none;
	}
.px-fussbild {
	display: none;
	}
.p-hm-txt-logo {
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 29px;
	}
.p-hm-txt {
	margin-top: 4px;
	margin-left: 9px;
	font-size: 27px;
	}
	
/* images -- 2 -- */
.i-logo {
	width: 70px;
	height: auto;
	}
.i-logo-hm {
	width: 44px;
	height: auto;
	vertical-align: -15px;
	}
.i-blumenwiese {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: none;
	}
.i-pen {
	width: 280px;
	height: auto;
	}
.i-lotus {
	height: 80px;
	width: auto;
	}
.i-social-1 {
	height: 28px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	}
.i-social-2 {
	height: 28px;
	width: auto;
	}
.i-social-3 {
	height: 26px;
	width: auto;
	position: absolute;
	right: 1px;
	top: 2px;
	}
.i-hmenue {
	width: 32px;
	height: auto;
	position: fixed;
	top: 15px;
	right: 12px;
	z-index: 9;
	}

}

/* ~ Tablet --------------------------------- 3 -- */
/* 2 Spalten, Pull-Down-Menü */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width: 1499px) {
.abs-0 {
	margin-top: 5px;
	}
.abs-1 {
	margin-top: 10px;
	}
.abs-2 {
	margin-top: 20px;
	}
.bot-0 {
	margin-bottom: 5px;
	}
.bot-1 {
	margin-bottom: 50px;
	}

header {
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: left;
	color: white;
	height: 79px;
	}
main {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 310px;
	}
footer {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	}
li { /* hier für Pull-Down-Menü */
	position: relative;
	top: -21px;
	background-color: #7d7c42; /* tarngrün */
	list-style-type: none;
	font-size: 20px;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 300;
	line-height: 100%;
	z-index: 12;
	display: none; /* erscheint erst bei hover */
	}

.xpulldown {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 79px;
	text-align: right;
	}
.xkopf {
	display: inline-block;
	height: 79px;
	width: 19%;
	text-align: center;
	/* vertical-align: middle; tut auch im inline-block nix ohne img */
	vertical-align: top; /* ansonsten liegen die Blöcke unten !? */
	/* margin-bottom: 10px; tut nix, weil Liste ja innerhalb */
	/* border: thin solid; */
	}
.xkopf:hover, li:hover {
	background-color: #f7aa1c;
	}
.xkopf:hover li {
	display: block;
	}
.row:after {
	content: "";
	display: table;
	clear: both;
	}
.box {
	margin-top: 30px;
	text-align: center;
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 18px;
	}
.footer-box {
	margin-top: 0px;
	text-align: center;
	padding: 30px;
	}
.socials {
	margin-top: 14px;
	position: relative;
	width: 12%;
	left: 44%;
	}
.hm-box {
	display: none;
	}

/* paragraphs -- 3 -- */
.p-logo {
	display: none;
	}
.p-jnana {
	display: none;
	}
.p-sub {
	display: none;
	}
.px-jnana {
	font-size: 47px;
	padding-left: 9px;
	}
.px-kopf {
	height: 79px;
	font-size: 29px;
	margin-top: 21px;
	}
.px-sub {
	position: relative;
	top: 20px;
	font-size: 45px;		
	}
.p-txt-1 {
	width: 90%;
	position: relative;
	margin-top: 20px;
	left: 5%;
	font-size: 29px;
	line-height: 108%;
	padding-bottom: 50px;
	}
.p-txt-2 {
	width: 90%;
	position: relative;
	top: 20px;
	left: 5%;
	font-size: 27px;
	line-height: 108%;
	padding-bottom: 20px;
	}
.p-box {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 10px;
	font-size: 27px;
	line-height: 108%;
	}
.p-pen {
	position: relative;
	top: -47px;	
	margin-bottom: -58px;
	}
.p-button {
	margin-top: 18px;
	width: 50%;
	position: relative;
	left: 25%;
	border: solid;
	border-width: 3px;
	border-radius: 12px;
	font-size: 22px;
	}	
.p-lotus {
	position: relative;
	top: 30px;
	text-align: center;
	padding-bottom: 20px;
	}
.p-footer {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 22px;
	line-height: 108%;
	}
.p-footer-t {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 24px;
	line-height: 100%;
	}
.p-leer1 {
	font-size: 22px;
	}	
.p-leer2 {
	font-size: 33px;
	}
.p-leer3 {
	display: none;
	}
.px-leer-1 {
	font-size: 30px;
	}
.px-fussbild {
	display: block;
	}
	
/* images -- 3 -- */
.i-logo {
	height: 56px;
	width: auto;
	margin-left: 13px;
	position: relative;
	top: 11px;
	vertical-align: -6px;
	}
.i-blumenwiese {
	width: 100%;
	height: 400px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: none;
	}
.i-pen {
	width: 400px;
	height: auto;
	}
.i-lotus {
	height: 100px;
	width: auto;
	}
.i-social-1 {
	height: 35px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	}
.i-social-2 {
	height: 35px;
	width: auto;
	}
.i-social-3 {
	height: 32px;
	width: auto;
	position: absolute;
	right: 1px;
	top: 2px;
	}
.ix-fussbild {
	width: 100%;
	height: auto;
	}
.i-hmenue {
	display: none;
	}
}

/* ~ Desktop -------------------------------- 4 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.abs-0 {
	margin-top: 5px;
	}
.abs-1 {
	margin-top: 10px;
	}
.abs-2 {
	margin-top: 20px;
	}
.bot-0 {
	margin-bottom: 9px;
	}
.bot-1 {
	margin-bottom: 50px;
	}
.ein-1 {
	margin-left: 23px;
	text-indent: -23px;
	}

header {
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: left;
	color: white;
	height: 120px;
	}
main {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 310px;
	}
footer {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	}
li { /* hier für Pull-Down-Menü */
	position: relative;
	top: -33px;
	background-color: #7d7c42; /* tarngrün */
	list-style-type: none;
	font-size: 28px;
	color: white;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: 300;
	line-height: 100%;
	display: none; /* erscheint erst bei hover */
	}

.xpulldown {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 120px;
	text-align: right;
	z-index: 12;
	}
.xkopf {
	display: inline-block;
	height: 120px;
	width: 19%;
	text-align: center;
	/* vertical-align: middle; tut auch im inline-block nix ohne img */
	vertical-align: top; /* ansonsten liegen die Blöcke unten !? */
	/* margin-bottom: 10px; tut nix, weil Liste ja innerhalb */
	/* border: thin solid; */
	}
.xkopf:hover, li:hover {
	background-color: #f7aa1c;
	}
.xkopf:hover li {
	display: block;
	}
.row:after {
	content: "";
	display: table;
	clear: both;
	}
.box {
	margin-top: 60px;
	text-align: center;
	float: left;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 18px;
	}
.footer-box {
	margin-top: 0px;
	text-align: center;
	padding: 30px;
	}
.socials {
	margin-top: 14px;
	position: relative;
	width: 10%;
	left: 45%;
	}
.hm-box {
	display: none;
	}

/* paragraphs -- 4 -- */
.p-logo {
	display: none;
	}
.p-jnana {
	display: none;
	}
.p-sub {
	display: none;
	}
.px-jnana {
	font-size: 63px;
	padding-left: 11px;
	}
.px-kopf {
	height: 120px;
	font-size: 42px;
	margin-top: 33px;
	}
.px-sub {
	font-size: 55px;		
	position: relative;
	top: 22px;
	}
.p-txt-1 {
	width: 90%;
	position: relative;
	margin-top: 22px;
	left: 5%;
	font-size: 36px;
	line-height: 108%;
	padding-bottom: 30px;
	}
.p-txt-2 {
	width: 60%;
	position: relative;
	top: 20px;
	left: 20%;
	font-size: 36px;
	line-height: 108%;
	padding-bottom: 20px;
	}
.p-box {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 10px;
	font-size: 33px;
	line-height: 108%;
	}
.p-pen {
	position: relative;
	top: -47px;	
	margin-bottom: -58px;
	}
.p-button {
	margin-top: 18px;
	width: 50%;
	position: relative;
	left: 25%;
	border: solid;
	border-width: 3px;
	border-radius: 12px;
	font-size: 22px;
	}	
.p-lotus {
	position: relative;
	top: 20px;
	text-align: center;
	padding-bottom: 20px;
	}
.p-footer {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 27px;
	line-height: 108%;
	}
.p-footer-t {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 30px;
	line-height: 100%;
	}
.p-leer1 {
	font-size: 22px;
	}	
.p-leer2 {
	font-size: 33px;
	}
.p-leer3 {
	display: none;
	}
.px-leer-1 {
	font-size: 30px;
	}
.px-fussbild {
	display: block;
	}
	
/* images -- 4 -- */
.i-logo {
	height: 99px;
	width: auto;
	margin-left: 18px;
	position: relative;
	top: 10px;
	vertical-align: -26px;
	}
.i-blumenwiese {
	width: 100%;
	height: 512px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: none;
	}
.i-pen {
	width: 400px;
	height: auto;
	}
.i-lotus {
	height: 100px;
	width: auto;
	}
.i-social-1 {
	height: 40px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	}
.i-social-2 {
	height: 40px;
	width: auto;
	}
.i-social-3 {
	height: 37px;
	width: auto;
	position: absolute;
	right: 1px;
	top: 2px;
	}
.ix-fussbild {
	width: 100%;
	height: auto;
	}
.i-hmenue {
	display: none;
	}
}

/* ~ Large Screen --------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü, fixes Layout */
/* Heike: HD = 1920 * 1080px */
@media only screen and (min-width: 1920px) {
.abs-0 {
	margin-top: 9px;
	}
.abs-1 {
	margin-top: 15px;
	}
.abs-2 {
	margin-top: 25px;
	}
.bot-0 {
	margin-bottom: 7px;
	}
.bot-1 {
	margin-bottom: 50px;
	}

body {
	text-align: center;
	}
header {
	position: relative;
	width: 1920px;
	left: auto;
	z-index: 2;
	text-align: left;
	color: white;
	height: 120px;
	}
main {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	margin-top: 310px;
	}
footer {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	}
li { /* hier für Pull-Down-Menü */
	position: relative;
	top: -33px;
	background-color: #7d7c42; /* tarngrün */
	list-style-type: none;
	font-size: 30px;
	color: white;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: 300;
	line-height: 100%;
	display: none; /* erscheint erst bei hover */
	}

.aussen {
	display: inline-block;
	width: 1920px;
	}
.xpulldown {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 120px;
	text-align: right;
	z-index: 12;
	}
.xkopf {
	display: inline-block;
	height: 120px;
	width: 19%;
	text-align: center;
	/* vertical-align: middle; tut auch im inline-block nix ohne img */
	vertical-align: top; /* ansonsten liegen die Blöcke unten !? */
	/* margin-bottom: 10px; tut nix, weil Liste ja innerhalb */
	/* border: thin solid; */
	}
.xkopf:hover, li:hover {
	background-color: #f7aa1c;
	}
.xkopf:hover li {
	display: block;
	}
.row:after {
	content: "";
	display: table;
	clear: both;
	}
.box {
	margin-top: 60px;
	text-align: center;
	float: left;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 18px;
	}
.footer-box {
	margin-top: 0px;
	text-align: center;
	padding: 30px;
	}
.socials {
	margin-top: 14px;
	position: relative;
	width: 10%;
	left: 45%;
	}
.hm-box {
	display: none;
	}

/* paragraphs -- 5 -- */
.p-logo {
	display: none;
	}
.p-jnana {
	display: none;
	}
.px-jnana {
	font-size: 66px;
	padding-left: 17px;
	}
.p-sub {
	display: none;
	}
.px-kopf {
	height: 120px;
	font-size: 42px;
	margin-top: 33px;
	}
.px-sub {
	position: relative;
	top: 19px; /* margin-top funktioniert nicht */
	font-size: 55px;		
	}
.p-txt-1 {
	width: 90%;
	position: relative;
	left: 5%;
	margin-top: 16px; /* beim zweiten gehts */
	font-size: 36px;
	line-height: 108%;
	padding-bottom: 27px;
	}
.p-txt-2 {
	width: 60%;
	position: relative;
	top: 20px;
	left: 20%;
	font-size: 36px;
	line-height: 108%;
	padding-bottom: 20px;
	}
.p-box {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 10px;
	font-size: 33px;
	line-height: 108%;
	}
.p-pen {
	position: relative;
	top: -47px;	
	margin-bottom: -58px;
	}
.p-button {
	margin-top: 18px;
	width: 50%;
	position: relative;
	left: 25%;
	border: solid;
	border-width: 3px;
	border-radius: 12px;
	font-size: 22px;
	}	
.p-lotus {
	position: relative;
	top: 20px;
	text-align: center;
	padding-bottom: 20px;
	}
.p-footer {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 27px;
	line-height: 108%;
	}
.p-footer-t {
	width: 90%;
	position: relative;
	left: 5%;	
	margin-top: 4px;
	font-size: 30px;
	line-height: 100%;
	}
.p-leer1 {
	font-size: 22px;
	}	
.p-leer2 {
	font-size: 33px;
	}
.p-leer3 {
	display: none;
	}
.px-leer-1 {
	font-size: 30px;
	}
.px-fussbild {
	display: block;
	}
	
/* images -- 5 -- */
.i-logo {
	height: 99px;
	width: auto;
	margin-left: 18px;
	position: relative;
	top: 10px;
	vertical-align: -25px;
	}
.i-blumenwiese {
	width: 100%;
	height: 512px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: none;
	}
.i-pen {
	width: 400px;
	height: auto;
	}
.i-lotus {
	height: 100px;
	width: auto;
	}
.i-social-1 {
	height: 40px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	}
.i-social-2 {
	height: 40px;
	width: auto;
	}
.i-social-3 {
	height: 37px;
	width: auto;
	position: absolute;
	right: 1px;
	top: 2px;
	}
.ix-fussbild {
	width: 100%;
	height: auto;
	}
.i-hmenue {
	display: none;
	}
}
