/* define the main page layout, which comprises of a title, a heading, a navigateion, scrollable content and a page end */

#heading {
 position:fixed;
 left:180px;
 /*height:1.6em;*/
 right: 0rem;
 top:0rem;
 vertical-align: middle;
 min-width: 58rem;
 font-weight: bold;
 /*background: var(--farbe_mittel);*/
 color: white;
 font-size: 1.6rem;
 z-index:4;
 text-align:center;
 line-height: 1.5em;
 padding: 0.4rem;
 /*border: 2px solid blue;*/
 margin:2px;
}

#content {
	position:fixed;
	overflow:auto;
	/*
	left:13em;
	*/
	left: 0em;
	top:8.5em;
	right:0em;
	bottom:3em;
	z-index:2;
	margin-left: 2em;
	padding-left: 13rem;
	padding-right: 1rem;
}
#content p {
	margin-left: 1rem;
	margin-right: 1rem;
	padding-bottom: 0.6em;
}
	
#pageend {
    margin-top: 0px;
    z-index: 4;
    position: fixed;
    left: 1em;
    height: 3.1em;
    right: 1em;
    bottom: 0;
    text-align: center;
    font-size: 1em;
    vertical-align: top;
    line-height: 1em;
}


.headertitle1{
	font-size:0.9em;
}
.headertitle2{
	font-size:0.7em;
}

H1, H2, H3 {

	 line-height: 1.2em;
	 margin-top: 0.8rem;
	 margin-bottom: 0.5rem;
	 margin-left: 1rem;
}

.Initiale::first-letter {
	color: var(--farbe_initiale);
	background-color: var(--farbe_dunkel);
	font-size: 200%;
	float: left;
	line-height: 1.5rem;
	font-weight: normal;
	padding: 0rem 0.1rem 0rem 0rem;
	margin: 0.2rem 0.2rem 0rem .2rem;
	border: 2px dotted var(--farbe_hell);
	box-shadow: 0 0 0 .1em var(--farbe_dunkel);
	font-family: Gilroy,"Optima","Edwardian Script ITC", "Brush Script MT", cursive;
}
.zitat::before{
	content: '"';
    font-size: 110%;
	font-weight: bold;
    color: var(--textfarbe_H);
}
.zitat::after{
    content: '"';
	color: var(--textfarbe_H);
    font-weight: bold;
    font-size: 110%;
}
.participant {
  color: var(--farbe_initiale);
  font-family: "times new roman";
	font-style: italic;
	font-size: 100%;
}


table {
	padding-left: 0.8rem;
	}