
/* BEGIN RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* END RESET CSS */

p {
	margin: 1em 0;
}

.wrapper {
	display: flex;
    min-height: 100vh;
    flex-direction: row;
    margin: 0;
}

.menu {
	flex: 1;
	min-width: 150px;
	background-color: #93A696;
}

.menu-item {
	background-color: #D6BD9D;
	padding: 15px 5px 0px 10px;
	border-bottom: 1px solid #fff;
}

.menu-item.first {
	padding-top: 60px;
}

.menu-active {
	text-align: right;
	padding: 20px 8px 10px 10px;
}

.main {
	flex: 8;
}

.header {
	text-align: center;
	padding: 30px 15px 0;
	line-height: 1.6;
	pointer-events: none;
	width:  800px;
}


.content {
	margin-top: 50px;
	padding: 15px 15px 15px 50px;
    max-width: 800px;
}

@media all and (max-width: 1000px) {
	.header {
		width: 100%;
	}
}

@media all and (max-width: 680px) {
	.menu {
		min-width: auto;
	}
}


@media all and (max-width: 500px) {
	.content {
		padding-left: 20px;
		margin-top: 15px;
	}
}

/* END LAYOUT */


/* BEGIN TEXT */

.gross {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 24pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}

.texttitl {
    font-size: 11pt;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #000000;
    font-family: Verdana, Arial, "Futura Md BT", sans-serif
}

.inhalt {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #333333;
    line-height: 14pt
}

.tuettel {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none
}

.nav {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #663300;
    text-decoration: none
}

.links {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: 14pt;
    font-weight: normal;
    font-variant: normal;
    color: #FF6633
}

.text {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: 16pt;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-align: justify
}

.zitate {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: oblique;
    font-weight: normal;
    font-variant: normal;
    color: #454545;
    line-height: 14pt;
    text-indent: 20px;
    text-align: justify
}

a:hover {
    color: #CC3300
}

.Fussnote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF6600
}

.Notetxt {
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #993300;
    text-align: justify
}

.untertitle {
    font-weight: bold;
    font-family: Verdana, Arial, "Futura Md BT", sans-serif;
    font-size: 12pt;
}



 a.publikationen-buch {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: both;
    height: 100px;
 }

 .buch-container {
    clear: both;
 }

 .buch-bild {
    display: block;
    float: left;
    margin-right: 10px;
 }

 .clear {
    clear: both;
 }

 .portrait {
    display: block;
    margin: 0 auto;
 }