/* BASIS CSS */
p	{ margin:0; }
footer	{ margin-bottom: 25px; }



@media print {
	.noprint {
			display:none;
		}
}

body
{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}


/*****************
  ELEMENTS
*****************/
/** Startseite **/
.startkachel a	{ color: inherit; text-decoration:none; }
.titelzeile	{ color: white; text-shadow: 0px 0px 5px #000; font-size:48px; font-variant:small-caps; }
.titelzeile a	{ font: inherit; color: inherit; text-decoration:none; }
.bg-white-10 { background-color: rgba(255, 255, 255, 0.9) }

/** Bibelvers  **/
.bibelvers	{}
	.vers_text	{ width:500px;  background:url("/bild/parchment_sless.jpg") repeat; border-radius: 5px;  padding:20px 10px;	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
	.vers_text p	{ font-size:16px; line-height:24px; text-align:center; margin-top: 5px; }
	.vers_bg	{ background:url("/bild/parchment_sless.jpg") repeat; border-radius: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
	.vers_bg p	{ font-size:20px; font-family: 'Buda', "Segoe UI", cursive; }
	.vers_bg small { font-size:11px; color:#555555; }

.page_nav	{ margin: 5px 0; }
	.page_nav_current { background-color:#DDD; overflow:hidden; display:inline-block; width:30px;  border:1px solid #BBB;  text-align:center; }
	.page_nav_item a { background-color:rgba(255,255,255,0.75); overflow:hidden; display:inline-block; width:30px;  border:1px solid #BBB;  text-align:center;}
	.page_nav_item a:hover { text-decoration:none; background-color:#DDD; }


.sternchen label:after { content:" *";  color:red; }