^*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/*
    allgemeine Style-Definitionen
*/

body
{
    background: white url("../../pic/logo-ike.svg") no-repeat top right fixed;
	color: black;
	font-size: 1.2em;
    line-height: 1.5em;
	font-family:'normal';
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*
    Schrift
*/

b
{
	font-family:'bold';
}

i
{
	font-family:'italic';
}

.bi
{
	font-family:'bolditalic';
}

@font-face
{
    font-family: 'normal';
    src: url('../../fonts/montserrat/light.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bold';
    src: url('../../fonts/montserrat/regular.woff2')  format('woff2');
}

@font-face
{
    font-family: 'italic';
    src: url('../../fonts/montserrat/lightitalic.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bolditalic';
    src: url('../../fonts/montserrat/semibolditalic.woff2')  format('woff2');
}

@font-face
{
    font-family: 'schwabacher';
    src: url('../../fonts/schwabacher/schwabacher.woff2')  format('woff2');
}


.schwabacher {
	font-family: 'schwabacher';
	font-size: 1.2em;
	margin-right: 1.5em;
	margin-left: 0;
}

/*
    id für Text
*/

#text
{
	margin: 50px 20px 0px 60px;
	padding-bottom: 20px;
	position:absolute; top:0; left:0;
	vertical-align:top;
	width: calc(100% - 80px);
}

/*
    id Pfeile
*/

#pf-ob
{
	position:fixed; top:30px; left:10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px 0px;
}

#pf-ob:hover, #pf-ob:active
{
	background-position: 40px 0px;
}

#pf-un
{
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px -40px;
}

#pf-un:hover, #pf-un:active
{
	background-position: 40px -40px;
}

#pf-li
{
	position:fixed; top:90px; left:10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px -120px;
}

#pf-li:hover, #pf-li:active
{
	background-position: 40px -120px;
}

#pf-re
{
	position:fixed; top:150px; left:10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px -80px;
}

#pf-re:hover, #pf-re:active
{
	background-position: 40px -80px;
}

#pf-re-un, #pf-re-un2
{
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	float: right;
	background: url('../icon/pfeile.svg') 0px -80px;
}

#pf-re-un:hover, #pf-re-un:active, #pf-re-un2:hover, #pf-re-un2:active
{
	background-position: 40px -80px;
}

.pf-ro
{
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px -160px;
    float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pf-ro:hover, .pf-ro:active
{
	background-position: 40px -160px;
}

#fragez
{
	position:fixed; top:270px; left:10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	background: url('../icon/pfeile.svg') 0px -200px;
}

#fragez:hover, #fragez:active
{
	background-position: 40px -200px;
}

/*
    Überschriften
*/

h1, h2, h3, h4
{
    line-height: 1.5em;
	font-family: 'bold', sans-serif;
	text-align: left;
	margin-top: 1em;
}

h1
{
    font-size: 1.6em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.0em;
}

/*
    Links
*/

a, a:visited
{
	font-family:'normal', sans-serif;
	color: black;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #de0000;
	text-decoration: none;
}

/* infobox */

a.infobox 
{
	border-bottom: 1px dashed;
	text-decoration: none;
}
a.infobox:hover 
{
	cursor: help;
	position: relative;
}
a.infobox span 
{
	display: none;
}
a.infobox:hover span 
{
	border: #000000 2px solid;
	border-radius: .5em;
	box-shadow: 10px 10px 10px 5px grey;
	padding: 5px 20px 5px 5px;
	display: block;
	z-index: 100;
	color: black;
	background: #cecece;
	left: 0px;
	margin: 15px;
	width: 300px;
	position: absolute;
	top: 15px;
	text-decoration: none;
	text-align: left;
}	

/* externe Links */

a[href^='http://'], a[href^='https://'], .ext
{
	font-family: 'normal', sans-serif;
	padding-right: 18px;
	background: url('../../pic/link-ext0.svg') right no-repeat;
}
a[href^='http://']:hover, a[href^='http://']:active, a[href^='https://']:hover, a[href^='https://']:active, .ext:hover, .ext:active
{
	background: url('../../pic/link-ext1.svg') right no-repeat;
}

a.ext-ohne, a:hover.ext-ohne, a:active.ext-ohne
{
	padding-right: inherit;
	background: none;
}

a.ohne, a:hover.ohne, a:active.ohne
{
	text-decoration: none;
}

p.o-verz
{
	margin-top: 1.5em;
	font-family:'bold', sans-serif;
}
p.verz
{
	margin-top: 1em;
}
p.u-verz
{
	margin-top: -0.75em;
	margin-left: 1.5em;
}
p.u-u-verz
{
	margin-top: -0.75em;
	margin-left: 3em;
}

a.verz
{
	font-family:'bold', sans-serif;
	text-decoration: none;
}

p.bibel
{
	margin-top: -1em;
	text-align: right;
}


/*
    code
*/

code
{
	font-style: bold;
}

/*
    Quotes
*/

q
{
	quotes: "»" "«" "›" "‹" "‚" "’";
}

/*
    Text
*/

.zitat, .zit
{
	font-family: 'italic', sans-serif;
	margin-left: 0;
}

.einschub {
    font-family: 'normal';
	font-weight: normal;
	color: #636363;
}

.einrueck {
	margin-left: 0;
	padding-left: 0;
}

.wichtig
{
	font-family: 'bold';
}

/* Umbrüche */

hr
{
	color:black;
	height:0.188em;
	/*margin: 1.250em;*/
}

hr.fussnote
{
	margin-top: 5.000em;
	margin-left: 0;
	width: 30%;
}

.next {
	clear: both;
}

/*
    Tabellen
*/

td
{
	vertical-align:top;
}

th
{
	text-align: center;
	font-family: 'bold', sans-serif;
}

td.fussnote
{
	padding-right: 0.500em;
}

table.sichtb
{
	border:0.063em solid black;
	border-collapse: separate;
	background-color: #818181;
	border-spacing:0.063em;
}
td.sichtb, th.sichtb, td.sichtb-li, td.sichtb-mi
{
	border:0.063em solid black;
	padding: 0.5em;
	vertical-align:middle;
}
td.sichtb, td.sichtb-li, td.sichtb-mi
{
	background-color: #f2f2f2;
}
td.sichtb-li
{
	text-align: right;
}
td.sichtb-mi
{
	text-align: center;
}
th.sichtb
{
	background-color: #dadada;
}

/*
    Aufzählungen
*/

ol, ul, ol.zitat, ul.zitat
{
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

li
{
	margin-top: 0em;
}


/*
	Stichworte
*/

.st-s /*siehe*/
{
	margin-top: 3em;
	clear: both;
}

.st-o /*Ort*/
{
	margin-top: 1.5em;
    font-size: 1.4em;
	font-family: 'bold';
	line-height: 1em;
}

.st-l /*Link*/
{
	margin-left: 1em;
	line-height: 1em;
}


/*
    Bilder
*/

img
{
	border-width:0;
}

img.mi
{
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}

img.ho
{
	margin: 0 auto;
	display: block;
	height: 50%;
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

img.re,
img.li,
img.mi-kl
{
	float: none;
	margin: 0 auto;
	display: block;
	width: 70%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
    i bei kommentierten Bildern
*/

figure,
figcaption {
	margin: 0;
	padding: 0;
}

.bildinfo-li,
.bildinfo-re
{
	float: none;
}

.bildinfo-li figure,
.bildinfo-re figure,
.bildinfo-mi figure
{
	position: relative;
}

figure img {
	width: 100%;
	display: block;
}

.bildinfo-li > figure > figcaption,
.bildinfo-re > figure > figcaption,
.bildinfo-mi > figure > figcaption
{
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: red;
}

/*
    Versalien
*/

p.versal {
	font-family: 'italic';
	font-weight: bolder;
}
p.versal::first-letter {
	font-family: 'schwabacher';
	font-size: 1.9em;
}

.versal-einschub {
	font-family: 'normal';
	font-weight: normal;
}


/*
    responsive
*/

@media only screen and (min-width: 600px)
{

	img.re 
	{
		float: right;
		width: auto;
		height: auto;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.li
	{
		float: left;
		width: auto;
		height: auto;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.mi
	{
		margin: 0 auto;
		display: block;
		width: 90%;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	img.mi-kl
	{
		margin: 0 auto;
		display: block;
		width: auto;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.bildinfo-li {
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bildinfo-re {
		float: right;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bildinfo-mi {
		float: none;
		margin: 0 auto;
		display: block;
		width: 90%;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.zitat, .schwabacher, ol, ul, ol.zitat, ul.zitat, .versal
	{
		margin-left: 20px;
		padding-left: 20px ;
		list-style-position: outside;
	}

	.einrueck
	{
		margin-left: 20px;
		padding-left: 20px ;
		margin-right: 20px;
		padding-right: 20px ;
	}


}

@media only screen and (min-width: 800px)
{

	img.mi
	{
		margin: 0 auto;
		display: block;
		width: auto;
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

}

@media print {


	body
	{
		color: black;
		font-size: 1em;
		font-family: serif;
		background-color: white;
		background-image: none;
		text-align: left;
		-ms-hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}

	#text
	{
		margin: 0px;
		padding-bottom: 0px;
		position:absolute; top:0; left:0;
		vertical-align:top;
		width: 100%;
	}

	/* externe Links */

	a[href^='http://'], a[href^='https://']
	{
		font-style: italic;
		padding-right: inherit;
		background: none;
	}
	a.ext-ohne, a:hover.ext-ohne, a:active.ext-ohne
	{
		padding-right: inherit;
		background: none;
	}


	#pf-ob, #pf-un, #pf-li, #pf-re, #pf-re-un, #pf-re-un2, #fragez
	{
		display: none;
	}


	p
	{
		margin: 0.5em;
	}


	/*
		Überschriften
	*/

	h1, h2, h3, h4
	{
		line-height: normal;
		text-align: left;
		page-break-after:avoid;
		margin-top: 0px;
	}

	h1
	{
		font-size: 1.5em;
	}

	h2
	{
		font-size: 1.2em;
	}

	h3
	{
		font-size: 1.0em;
	}

	/*
		Links
	*/

	a
	{
		color: black;
		text-decoration: none;
	}


	/*
		Quotes
	*/

	q
	{
		quotes: "„" "“" "‚" "’";
	}

	/*
    Text
	*/

	.zitat, .zit
	{
		font-family: serif;
		font-style:italic;
		margin-left: 30px;
	}

	.einschub {
		font-family: serif;
		font-style: normal;
		font-weight: normal;
	}

/* Umbrüche */

	hr
	{
		color: black;
	}


	/*
		Tabellen
	*/

	td
	{
		vertical-align: top;
		/*border: 1px solid red;*/
		background-repeat: no-repeat;
	}

	table.kopf, table.fuss
	{
		width: 100%;
		margin-left:auto;
		margin-right:auto;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	td.kopf-li, td.kopf-re, td.fuss-li, td.fuss-re
	{
		display: none;
	}
	td.kopf-mi
	{
		font-size: 1.5em;
		font-weight: bolder;
		text-align: left;
	}
	td.fuss-mi
	{
		display: none;
	}

	table.absatz-inhalt, table.absatz
	{
		display: none;
	}

	td.zu
	{
		text-align: left;
		border-bottom: 0.06em solid black;
		padding-top: 1em;
		font-size: 1em;
		line-height: 1.5em;
		font-weight: bold;
	}
	td.zl
	{
		text-align: right;
		border-bottom: 0.03em solid black;
		padding-right: 1em;
	}
	td.zr
	{
		text-align: left;
		border-bottom: 0.03em solid black;
	}

	table.hinweis
	{
		margin: 20px auto;
		border: 1px solid;
	}
	td.hinweis
	{
		vertical-align: middle;
		font-weight: normal;
		padding:10px;
	}
	td.hinweispfeil-re, td.hinweispfeil-li
	{
		display: none;
	}

	/*
    Aufzählungen
	*/

	ol, ul, ol.zitat, ul.zitat
	{
		margin-left: 25px;
		list-style-position: outside;
	}

	/*
    Bilder
	*/

	img
	{
		border-width:0;
	}

	img.re
	{
		float: right;
		width: 25%;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	img.li

    {
		float: left;
		width: 25%;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.mi
	{
		margin: 0 auto;
		display: block;
		width: 50%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	img.mi-kl
	{
		margin: 0 auto;
		display: block;
		width: 25%;
		margin-top: 30px;
		margin-bottom: 30px;
	}


	/*
		Versalien
	*/

	p.versal::first-letter {
	font-family: sans-serif;
	font-size: 1.5em;
	}

	.versal::first-letter {
		font-family: sans-serif;
		text-transform: uppercase;
		color: black;
		font-size: 1em;
		margin: 0;
		/*float: left;*/
	}

	.boecklin {
		font-family: sans-serif;
		color: black;
		font-weight: bold;
	}


}
