body { font-family: Helvetica, Arial, sans-serif; font-size: 18px }

.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:255px; }

.bereichfuss { text-align: center; background-image: linear-gradient(#444, #222); }
.bildiminhalt { width: 100%; height: auto; }

.blockText {
	white-space: normal !important ;
	margin: 0 ;
	text-align: justify ;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
}

/* Footer am einklappen hindern */
.ui-footer.ui-fixed-hidden { position: fixed !important; }

th { overflow-x: hidden ; background-color: #333 ; color: silver; }
tr:nth-child(even) { background-color: hsla(0, 90%, 0%, .8); }
tr:nth-child(odd) { background-color: hsla(0, 50%, 0%, .4); }

.tabellentext { vertical-align: middle !important; }
.textblock { background-color: #333333; }
.ui-header .ui-title, .ui-footer .ui-title { text-align: center; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }

h1 { margin: 0; }
p { margin: 0; }

.ui-controlgroup, fieldset.ui-controlgroup { margin: 0; padding: 0; }
.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { text-align: center; }
.box1, .box2, .box1b, .box2b { float: left; }

#meinetabelle { position: absolute; }
#innerdiv { width: 100%; overflow:auto; }
#innertab { border: 0px; width:  100%; }
th+th+th {width:34%;}
td+td+td {width:34%;}
/* --- überdehnen verhindern ??? --- */
.myPage { position: fixed !important; overflow: hidden !important; }

/* Tabelle */
.ui-table { overflow: scroll ; } 

/* Tabelle - Schalter ausblenden */
.ui-table-columntoggle-btn { visibility: hidden ; height: 0px; padding: 0 ; margin: 0; }

/* BG fixieren */
div[data-role="page"] { background-attachment: fixed ; background-position: top right;	background-size: cover;	top: 0; left: 0; height: 100%; width: 100%; }






/* --- auch in MediaQuery --- */
th { border-bottom: 2px solid #333 ; }
tr:nth-child(even) { border-bottom: 1px solid #333; }
tr:nth-child(odd) { border-bottom: 1px solid #333; }
#einlogformular input { border: #999 solid 1px; }
.textblock { padding: 5px 5px 5px 5px; }
.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
.ui-content		{ padding: 5px; }
	
#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: calc(100% - 200px); }
#innerdiv { height: calc(100% - 270px); }
#innertab td { border: 1px #000000 solid; }

/* Tabelle */
.ui-table { width: 400px ; font-size: 30px; } 

/* PORTRAIT */
@media (orientation : portrait) {
	/* 320 */
	@media (max-width : 320px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 18px }
		
		div[data-role="page"] { background-image: url(/../bilder/BG_P_0.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 80%;}
		.box2  { width: 80%;}
		.box1b { width: 80%;}
		.box2b  { width: 80%; }
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px 5px 5px 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		/*.ui-content		{ height: calc(100% - 75px) ; padding: 5px;}*/
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 410px; }
		#innerdiv { height: 340px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 44px;
		}

		.fsAI {
			width: 22px;
			font-size: 22px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}
	
	/* 375 */
	@media (min-width : 321px) and (max-width : 375px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_1.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 70%;}
		.box2  { width: 75%;}
		.box1b { width: 70%;}
		.box2b  { width: 75%;}
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px 5px 5px 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 120px); padding: 5px ;}

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 510px; }
		#innerdiv { height: 440px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 26px;
			font-size: 26px;
		}
		.iconSize18 { height: 16px; width: 16px;} /* 14px = fs18 */
		.iconSize13 { height: 10px; width: 10px;}	/* 8px = fs12 */
		.iconSize12 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}

	/* 414 */
	@media (min-width : 376px) and (max-width : 564px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 23px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_2.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 75%;}
		.box2  { width: 70%;}
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 6px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 130px); padding: 6px;}

		#meinetabelle { border: 1px #000000 solid; top: 25px; left: 25px; width:70%; height: 566px; }
		#innerdiv { height: 496px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 57px;
		}

		.fsAI {
			width: 28px;
			font-size: 28px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.iconSize12 { height: 10px; width: 10px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* 768 */
	@media (min-width : 565px) and (max-width : 768px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_3.jpg); }

		.box0 { width: 98%; height: 90%; padding: 10px;}
		.box1 { width: 60%; padding: 10px;}
		.box2  { width: 60%; padding: 10px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 866px; }
		#innerdiv { height: 716px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 74px;
		}

		.fsAI {
			width: 37px;
			font-size: 37px;
		}
		.iconSize18 { height: 28px; width: 28px;} /* 14px = fs18 */
		.iconSize13 { height: 18px; width: 18px;}	/* 8px = fs12 */
		.iconSize12 { height: 16px; width: 16px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 80%;
		}
	}

	/* 1024 */
	@media (min-width : 769px) and (max-width :1024px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_5.jpg); }

		.box0 { width: 95%; height: 90%; padding: 20px;}
		.box1 { width: 60%; padding: 20px;}
		.box2  { width: 60%; padding: 20px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 1177px; }
		#innerdiv { height: 1107px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 84px;
		}

		.fsAI {
			width: 44px;
			font-size: 44px;
		}
		.iconSize18 { height: 28px; width: 28px;} /* 14px = fs18 */
		.iconSize13 { height: 18px; width: 18px;}	/* 8px = fs12 */
		.iconSize12 { height: 16px; width: 16px;} /* 8px = fs12 */
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 80%;
		}
	}
	
	
	
	
	/* iPhone SE */
	@media (max-width : 320px) and (max-height : 568px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 18px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_0.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 80%;}
		.box2  { width: 80%;}
		.box1b { width: 80%;}
		.box2b  { width: 80%;}
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px 5px 5px 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 410px; }
		#innerdiv { height: 340px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 44px;
		}

		.fsAI {
			width: 22px;
			font-size: 22px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}

	/* iPhone 6, 7, 8 */
	@media (min-width : 321px) and (max-width : 375px) and (min-height : 569px) and (max-height : 667px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_1.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 70%;}
		.box2  { width: 75%;}
		.box1b { width: 70%;}
		.box2b  { width: 75%;}
		.clear { clear: both; }

		

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 120px); padding: 5px;}

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 510px; }
		#innerdiv { height: 440px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 26px;
			font-size: 26px;
		}
		.iconSize18 { height: 16px; width: 16px;} /* 14px = fs18 */
		.iconSize13 { height: 10px; width: 10px;}	/* 8px = fs12 */
		.iconSize12 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}

	/* iPhone 6, 7, 8 PLUS */
	@media (min-width : 376px) and (max-width : 414px) and (min-height : 668px) and (max-height : 736px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 23px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_2.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 75%;}
		.box2  { width: 70%;}
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 6px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 130px); padding: 6px;}

		#meinetabelle { border: 1px #000000 solid; top: 25px; left: 25px; width:70%; height: 566px; }
		#innerdiv { height: 496px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 57px;
		}

		.fsAI {
			width: 28px;
			font-size: 28px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.iconSize12 { height: 10px; width: 10px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* iPad mini */
	@media (min-width : 415px) and (max-width : 768px) and (min-height : 737px) and (max-height : 1024px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_3.jpg); }

		.box0 { width: 98%; height: 90%; padding: 10px;}
		.box1 { width: 60%; padding: 10px;}
		.box2  { width: 60%; padding: 10px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 866px; }
		#innerdiv { height: 716px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 74px;
		}

		.fsAI {
			width: 37px;
			font-size: 37px;
		}
		.iconSize18 { height: 28px; width: 28px;} /* 14px = fs18 */
		.iconSize13 { height: 18px; width: 18px;}	/* 8px = fs12 */
		.iconSize12 { height: 16px; width: 16px;} /* 8px = fs12 */
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 24px;
		}
	}

	/* iPad */
	@media (min-width : 769px) and (max-width : 834px) and (min-height : 1024px) and (max-height : 1112px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_5.jpg); }

		.box0 { width: 95%; height: 90%; padding: 20px;}
		.box1 { width: 60%; padding: 20px;}
		.box2  { width: 60%; padding: 20px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 1177px; }
		#innerdiv { height: 1107px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 84px;
		}

		.fsAI {
			width: 44px;
			font-size: 44px;
		}
		.iconSize18 { height: 28px; width: 28px;} /* 14px = fs18 */
		.iconSize13 { height: 18px; width: 18px;}	/* 8px = fs12 */
		.iconSize12 { height: 16px; width: 16px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 80%;
		}
	}

	/* iPad */
	@media (min-width : 835px) and (max-width :1024px) and (min-height : 1113px) and (max-height : 1366px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 38px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_5.jpg); }

		.box0 { width: 95%; height: 90%; padding: 20px;}
		.box1 { width: 60%; padding: 20px;}
		.box2  { width: 60%; padding: 20px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 1177px; }
		#innerdiv { height: 1107px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 94px;
		}

		.fsAI {
			width: 54px;
			font-size: 54px;
		}
		.iconSize18 { height: 30px; width: 30px;} /* 14px = fs18 */
		.iconSize13 { height: 20px; width: 20px;}	/* 8px = fs12 */
		.iconSize12 { height: 18px; width: 18px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:255px; }
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 80%;
		}
	}

	
	/* EINZELGERÄTE */
	
	/* iPhone SE */
 	@media only screen and (device-width: 320px) and (device-height: 568px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 18px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_0.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 80%;}
		.box2  { width: 80%; }
		.box1b { width: 80%; }
		.box2b  { width: 80%; }
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 410px; }
		#innerdiv { height: 340px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 44px;
		}

		.fsAI {
			width: 22px;
			font-size: 22px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}
	
	/* iPhone 8 */
	@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_1.jpg); }
		
		.box0 { width: 100%; height: 87%;}
		.box1 { width: 70%;}
		.box2  { width: 75%;}
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px 5px 5px 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 120px); padding: 5px;}

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 510px; }
		#innerdiv { height: 440px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 26px;
			font-size: 26px;
		}
		.iconSize18 { height: 16px; width: 16px;} /* 14px = fs18 */
		.iconSize13 { height: 10px; width: 10px;}	/* 8px = fs12 */
		.iconSize12 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}
	@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 23px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_2.jpg); }

		.box0 { width: 100%; height: 87%;}
		.box1 { width: 75%;}
		.box2  { width: 70%;}
		.clear { clear: both; }

		

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 6px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 130px); padding: 6px;}

		#meinetabelle { border: 1px #000000 solid; top: 25px; left: 25px; width:70%; height: 566px; }
		#innerdiv { height: 496px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 57px;
		}

		.fsAI {
			width: 28px;
			font-size: 28px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.iconSize12 { height: 10px; width: 10px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* iPhone 11 PRO */
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 23px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_2.jpg); }

		.box0 { width: 98%; height: 90%;}
		.box1 { width: 75%;}
		.box2  { width: 70%; }
		.box1b { width: 75%; }
		.box2b  { width: 70%; }
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 6px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px); padding: 6px;}

		#meinetabelle { border: 1px #000000 solid; top: 25px; left: 25px; width:70%; height: 566px; }
		#innerdiv { height: 496px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 57px;
		}

		.fsAI {
			width: 28px;
			font-size: 28px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.iconSize12 { height: 10px; width: 10px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_1.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 75%;}
		.box2  { width: 70%; }
		.box1b { width: 75%;}
		.box2b  { width: 70%; }
		.clear { clear: both; }

		

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px 5px 5px 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 130px); padding: 5px 5px 5px 5px;}

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 510px; }
		#innerdiv { height: 440px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 26px;
			font-size: 26px;
		}
		.iconSize18 { height: 16px; width: 16px;} /* 14px = fs18 */
		.iconSize13 { height: 10px; width: 10px;}	/* 8px = fs12 */
		.iconSize12 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 23px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_2.jpg); }

		.box0 { width: 100%; height: 90%;}
		.box1 { width: 75%;}
		.box2  { width: 70%; }
		.clear { clear: both; }

		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 6px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 130px); padding: 6px;}

		#meinetabelle { border: 1px #000000 solid; top: 25px; left: 25px; width:70%; height: 566px; }
		#innerdiv { height: 496px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 57px;
		}

		.fsAI {
			width: 28px;
			font-size: 28px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.iconSize12 { height: 10px; width: 10px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}
	
	/* iPad mini */
	@media only screen and (device-width : 768px) and (device-height : 1024px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_P_3.jpg); }

		.box0 { width: 98%; height: 90%; padding: 10px;}
		.box1 { width: 60%; padding: 10px;}
		.box2  { width: 60%; padding: 10px;}
		.box1b { width: 60%; padding: 10px;}
		.box2b  { width: 70%; padding: 10px;}
		.clear { clear: both; }

		th { border-bottom: 4px solid #333 ; }
		tr:nth-child(even) { border-bottom: 2px solid #333; }
		tr:nth-child(odd) { border-bottom: 2px solid #333; }
		#einlogformular input { border: #999 solid 2px; }
		.textblock { padding: 10px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 10px; border-radius: 10px; margin: 0 .2em .2em 0;}
		.ui-content		{ height: calc(100% - 178px); padding: 10px;}

		#meinetabelle { border: 1px #000000 solid; top: 40px; left: 40px; width:70%; height: 866px; }
		#innerdiv { height: 716px; }
		#innertab td { border: 2px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 100% ; } 

		.ui-radio {
			width: 74px;
		}

		.fsAI {
			width: 37px;
			font-size: 37px;
		}
		.iconSize18 { height: 28px; width: 28px;} /* 14px = fs18 */
		.iconSize13 { height: 18px; width: 18px;}	/* 8px = fs12 */
		.iconSize12 { height: 16px; width: 16px;} /* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
		
		.ui-mobile label, div.ui-controlgroup-label {
			font-weight: normal;
			font-size: 24px;
		}
	}
}

/* LANDSCAPE */
@media (orientation : landscape) {
	/* 320 */
	@media (max-height : 320px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 16px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_0.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 45%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 105px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 140px; }
		#innerdiv { height: 185px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 20px;
			font-size: 19px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}
	
	/* 375 */
	@media (min-height : 321px) and (max-height : 375px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 19px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_2.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 41%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 180px; }
		#innerdiv { height: 225px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}

	/* 414 */
	@media (min-height : 376px) and (max-height : 414px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* 768 */
	@media (min-height : 415px) and (max-height : 768px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
	}

	/* 1024 */
	@media (min-height : 769px) and (max-height :1024px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 24px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_4.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 35%;}
		.box2  { width: 35%; margin: 0 0 0 1em;}
		.box1b { width: 35%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 175px) ; padding: 20px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 565px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 56px;
		}

		.fsAI {
			width: 36px;
			font-size: 36px;
		}
		.iconSize18 { height: 20px; width: 20px;} /* 14px = fs18 */
		.iconSize13 { height: 14px; width: 14px;}	/* 8px = fs12 */
		.iconSize12 { height: 13px; width: 13px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
	}
	
	
	
	/* iPhone SE */
	@media (max-width : 568px) and (max-height : 320px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 16px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_0.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 45%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 105px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 140px; }
		#innerdiv { height: 185px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 20px;
			font-size: 19px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9x;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}

	/* iPhone 6, 7, 8 */
	@media (min-width : 667px) and (max-width : 730px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 19px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_2.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 41%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 180px; }
		#innerdiv { height: 225px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}

	/* iPhone 6, 7, 8 PLUS */
	@media (min-width : 731px) and (max-width : 1019px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* iPad mini */
	@media (min-width : 1020px) and (max-width : 1111px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 24px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_4.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 35%;}
		.box2  { width: 35%; margin: 0 0 0 1em;}
		.box1b { width: 35%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 175px) ; padding: 20px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 565px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 56px;
		}

		.fsAI {
			width: 36px;
			font-size: 36px;
		}
		.iconSize18 { height: 20px; width: 20px;} /* 14px = fs18 */
		.iconSize13 { height: 14px; width: 14px;}	/* 8px = fs12 */
		.iconSize12 { height: 13px; width: 13px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
	}

	/* iPad */
	@media (min-width : 1112px) and (max-width : 1360px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 28px }
		div[data-role="page"] { background-image: url(../bilder/BG_L_5.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 33%;}
		.box2  { width: 37%; margin: 0 0 0 1em;}
		.box1b { width: 35%;}
		.box2b  { width: 35%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 185px) ; padding: 20px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 620px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 60px;
		}

		.fsAI {
			width: 40px;
			font-size: 40px;
		}
		.iconSize18 { height: 18px; width: 18px;} /* 14px = fs18 */
		.iconSize13 { height: 12px; width: 12px;}	/* 8px = fs12 */
		.iconSize12 { height: 11px; width: 11px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:255px; }
}

	/* iPad */
	@media (min-width : 1361px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 30px }
		div[data-role="page"] { background-image: url(../bilder/BG_L_5.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 33%;}
		.box2  { width: 37%; margin: 0 0 0 1em;}
		.box1b { width: 35%;}
		.box2b  { width: 35%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 185px) ; padding: 20px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 620px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 60px;
		}

		.fsAI {
			width: 40px;
			font-size: 40px;
		}
		.iconSize18 { height: 22px; width: 22px;} /* 14px = fs18 */
		.iconSize13 { height: 15px; width: 15px;}	/* 8px = fs12 */
		.iconSize12 { height: 14px; width: 14px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
}
	

	
	/* EINZELGERÄTE */
	
	/* iPhone SE */
	@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 16px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_0.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 45%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 105px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 140px; }
		#innerdiv { height: 185px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 20px;
			font-size: 19px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:165px; }
	}

	/* iPhone 8 */
	@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 19px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_2.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 41%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 180px; }
		#innerdiv { height: 225px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}
	@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}

	/* iPhone 11 PRO */
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 19px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 41%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 45%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 115px) ; padding: 5px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 180px; }
		#innerdiv { height: 225px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 42px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:175px; }
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 21px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_3.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 39%;}
		.box2  { width: 45%; margin: 0 0 0 1em;}
		.box1b { width: 39%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 135px) ; padding: 10px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 245px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 52px;
		}

		.fsAI {
			width: 24px;
			font-size: 24px;
		}
		.iconSize18 { height: 14px; width: 14px;} /* 14px = fs18 */
		.iconSize13 { height: 9px; width: 9px;}	/* 8px = fs12 */
		.iconSize12 { height: 8px; width: 8px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:185px; }
	}
	
	/* iPad mini */
	@media only screen and (device-width : 768px) and (device-height : 1024px) {
		body { font-family: Helvetica, Arial, sans-serif; font-size: 24px }
		
		div[data-role="page"] { background-image: url(../bilder/BG_L_4.jpg); }

		.box0 { width: 100%; height: 88%;}
		.box1 { width: 35%;}
		.box2  { width: 35%; margin: 0 0 0 1em;}
		.box1b { width: 35%;}
		.box2b  { width: 45%; margin: 0 0 0 1em;}
		.clear { clear: both; }
	
		th { border-bottom: 2px solid #333 ; }
		tr:nth-child(even) { border-bottom: 1px solid #333; }
		tr:nth-child(odd) { border-bottom: 1px solid #333; }
		#einlogformular input { border: #999 solid 1px; }
		.textblock { padding: 5px; }
		.ui-header .ui-title, .ui-footer .ui-title { font-size: 1em; min-height: 1.1em; margin: 0 10%;  padding: .7em 0; }
		.ui-controlgroup-controls .ui-btn-corner-all, .ui-controlgroup-controls .ui-btn.ui-corner-all { -webkit-border-radius: 5px; border-radius: 5px; margin: 0 .1em .1em 0;}
		.ui-content		{ height: calc(100% - 175px) ; padding: 20px; }

		#meinetabelle { border: 1px #000000 solid; top: 20px; left: 20px; width:70%; height: 290px; }
		#innerdiv { height: 565px; }
		#innertab td { border: 1px #000000 solid; }

		/* Tabelle */
		.ui-table { width: 54% ; font-size: 87.5% ; } 

		.ui-radio {
			width: 56px;
		}

		.fsAI {
			width: 36px;
			font-size: 36px;
		}
		.iconSize18 { height: 20px; width: 20px;} /* 14px = fs18 */
		.iconSize13 { height: 14px; width: 14px;}	/* 8px = fs12 */
		.iconSize12 { height: 13px; width: 13px;}	/* 8px = fs12 */
		.copyright { font-size: 72.22222% ; position:absolute; bottom: 0; height:215px; }
	}
}


	
/* --- eigentlich nicht in Media-Query--- */
.fsUhr { font-size: 266.66667% ; }
.fsSeitentext { font-size: 200% ; }
.fs18 { font-size: 100% ; }
.fs17 { font-size: 94.44444% ; margin: 0 ;}
.fs16 { font-size: 88.88889% ; }
.fs14 { font-size: 77,77778% ; }
.fs13 { font-size: 72.22222% ; }
.fs12 { font-size: 66.66667% ; }
.fs11 { font-size: 61.11111% ; }
.fs10 { font-size: 55.55556% ; }
.fs09 { font-size: 50% ; }
.fs08 { font-size: 44.44444% ; margin: 0 ; }
.fs06 { font-size: 33.33333% ; margin: 0 ; }
.fs04 { font-size: 22.22222% ; margin: 0 ; }
.fs02 { font-size: 11.11111% ; margin: 0 ; }
