@import "fonts.css";
@import "kontakt-dist.css";


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100.05%;
	background-image: url(../images/browserbg.jpg);
	font-family: sans-serif;
	color: rgba(0, 0, 0, 0.6);
}
h1,
h2,
h3,
h4,
li {
	line-height: 1;
	margin: 0px 0px 15px 0px;
}
h1,
h2,
h3 {
	text-shadow: 1px 1px 0px rgba(245, 242, 221, 1);
	font-family: 'texgyretermesregular', serif;
}
.abkuendigung {
	margin: 0 -1em;
	padding: 1em 2em;
	background-color: black;
	color: white;
}
h1,
.headerinfo h2 {
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
}
h2 {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
}
h3 {
	font-size: 1.2rem;
	text-align: center;
	font-family: 'texgyretermesregular', serif;
}
h4 {
	font-size: 1rem;
	text-align: center;
	font-family: 'texgyretermesitalic', serif;
}
h5 {
	margin-bottom: 0px;
}
p {
	line-height: 1.4;
	margin: 0px 0px 15px 0px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100.05%;
}
#page {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#header {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 20px;
	padding-bottom: 0px;
}
#headercontent {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1400px;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	background-color: rgb(245, 242, 221);
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 4px outset rgba(0, 0, 0, 0.5);
	border-bottom: 4px outset rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
#headercontent img {
	margin-right: -210px;
}
#headercontent a {
	margin: 0px;
	max-height: 140px;
	width: 140px;
}
#header input {
	display: none;
}
.mobilnavlabel {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 100px;
	line-height: 40px;
	height: 40px;
	display: none;
	z-index: 100;
	cursor: pointer;
}
.mobilnavlabel span {
	position: absolute;
	top: 0px;
	left: 45px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.headerinfo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0px rgba(245, 242, 221, 1);
	font-family: 'texgyretermesregular', serif;
	padding: 0.3rem 140px 0.3rem 0px;
}
.headerinfo h1 {
	font-size: 3.4rem;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	margin-bottom: -10px;
}
.headerinfo h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}
.headerinfo h3 {
	font-family: 'texgyretermesbold_italic';
	font-size: 0.95rem;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	text-shadow: none;
}
#hauptnavigation {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 50px;
	z-index: 10;
}
#hauptnavigation .spacer {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#hauptnavigation ul {
	margin: 0px auto;
	max-width: 600px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
}
#hauptnavigation ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 50px;
	overflow: hidden;
	max-width: 120px;
	height: 115px;
	margin-bottom: 0px;
}
#hauptnavigation ul li.zweizeiler {
	padding-top: 40px;
}
#hauptnavigation ul li a:link,
#hauptnavigation ul li a:visited {
	display: block;
	padding: 0px 25px;
	text-decoration: none;
	text-align: right;
	font-family: 'Sanford', fantasy;
	font-size: 1.5rem;
	color: rgba(0, 0, 180, 0.85);
	line-height: 50px;
	width: 125px;
	background-image: url(../images/PostIt_BG.png);
	background-size: 100% 300%;
	background-position: center top;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
#hauptnavigation ul li a:hover {
	background-position: center center;
	color: rgba(0, 0, 255, 0.85);
}
#hauptnavigation ul li a:active {
	background-position: center bottom;
	color: rgba(120, 0, 80, 0.85);
	width: 124px;
	font-size: 1.49rem;
	position: relative;
	top: 1px;
}
#hauptnavigation ul li.current a:active {
	background-position: center center;
	color: rgba(0, 0, 255, 0.85);
	font-size: 1.5rem;
	width: 125px;
	top: 0px;
	left: 0px;
}
.PostItHome {
	-webkit-transform: rotate(-82deg);
	-ms-transform: rotate(-82deg);
	transform: rotate(-82deg);
}
.PostItVita {
	-webkit-transform: rotate(-85deg);
	-ms-transform: rotate(-85deg);
	transform: rotate(-85deg);
}
.PostItWerke {
	-webkit-transform: rotate(-78deg);
	-ms-transform: rotate(-78deg);
	transform: rotate(-78deg);
}
.PostItWannsee {
	-webkit-transform: rotate(-83deg);
	-ms-transform: rotate(-83deg);
	transform: rotate(-83deg);
	line-height: 20px !important;
	font-size: 1.2rem !important;
	height: 60px;
	padding-top: 10px !important;
}
.PostItKontakt {
	-webkit-transform: rotate(-76deg);
	-ms-transform: rotate(-76deg);
	transform: rotate(-76deg);
}
.current {
	overflow: visible !important;
}
.current a {
	color: rgba(120, 0, 80, 0.85) !important;
}
#main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0px 20px;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#maincontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1400px;
	margin: 0px auto;
	padding: 30px;
	background-color: rgb(245, 242, 221);
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 4px outset rgba(0, 0, 0, 0.5);
	border-bottom: 4px outset rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.werkvorstellung {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 500%;
	    flex-basis: 500%;
	max-width: 90vw;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.werkuebersicht {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	display: inline-block;
	width: 300px;
	margin-right: 50px;
	padding: 30px !important;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}
.werkuebersicht ul {
	list-style-type: none;
	margin: 0px auto;
}
.werkuebersicht ul li:first-child {
	margin-left: -20px;
}
.werkuebersicht a:link,
.werkuebersicht a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
}
.werkuebersicht a:hover {
	color: rgba(101, 175, 255, 0.75);
}
.werkuebersicht a:active {
	color: rgba(101, 175, 255, 1);
}
.werkuebersicht a.current {
	color: rgba(101, 175, 255, 0.75);
	cursor: default;
}
.zentriertgesperrt {
	text-align: center;
	letter-spacing: 5px;
	font-weight: bold;
}
.werk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 600px;
	padding-top: 0px !important;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.fliesstext {
	z-index: 10;
	display: inline-block;
	padding: 30px !important;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin: 0px auto;
	border-radius: 5px;
}
.fliesstext > h2 {
	letter-spacing: 0.15em;
}
.buchhandel {
	display: inline-block;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 1em;
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
	max-width: 300px;
}
.buchhandel h2 {
	font-family: 'texgyretermesregular';
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.buchhandel p {
	font-family: 'texgyretermesregular';
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.inhaltszeile {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1em 4em;
	grid-template-columns: 1fr 4em;
	-webkit-column-gap: 1em;
	   -moz-column-gap: 1em;
	        column-gap: 1em;
}
.inhaltszeile:not(:last-child) {
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.inhaltszeile p {
	margin: 0px;
}
.inhaltszeile p:last-child {
	text-align: right;
}
.aphorismus {
	font-family: 'texgyretermesregular';
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1em;
}
.apfett {
	font-family: 'texgyretermesbold';
}
.apsubhead {
	font-family: sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
}
.kontaktwrapper {
	width: 100%;
}
.fliesstext a:link,
.fliesstext a:visited {
	white-space: nowrap;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 500;
	font-style: italic;
}
.fliesstext a:hover {
	color: rgba(101, 175, 255, 0.75);
}
.fliesstext a:active {
	color: rgba(101, 175, 255, 1);
}
.lebenslauf {
	max-width: 600px;
}
#tabkopf {
	width: 100%;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;margin-bottom: 20px;
}
.TabGroupCapLeft {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	height: 32px;
	width: 20px;
	background-image: url(../images/GroupLeftCap.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.tabSwitch:link,
.tabSwitch:visited {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 32px;
	text-align: center;
	color: #000;
	font-size: 0.9rem;
	font-style: normal !important;
	text-shadow: 1, 1, 0, rgba(255, 255, 255, 0.5);
	padding-top: 12px;
	background-image: url(../images/InactiveTabLeftCap.png) , url(../images/InactiveTabBody.png), url(../images/InactiveTabRightCap.png);
	background-repeat: no-repeat;
	background-position: left top, 15px top , right top;
	background-size: 15px 300%, calc(100% - 30px) 300%, 15px 300%;
}
.tabSwitch:hover {
	color: #000 !important;
	text-shadow: 1, 1, 0, rgba(255, 255, 255, 0.5);
	background-position: left center, 15px center , right center;
	padding-top: 10px;
}
.tabSwitch:active {
	color: #000 !important;
	text-shadow: 1, 1, 0, rgba(255, 255, 255, 0.5);
	background-position: left bottom, 15px bottom , right bottom;
	padding-top: 10px;
}
.tabSwitch.tabactive:link,
.tabSwitch.tabactive:visited,
.tabSwitch.tabactive:hover,
.tabSwitch.tabactive:active {
	background-image: url(../images/ActiveTabLeftCap.png), url(../images/ActiveTabBody.png), url(../images/ActiveTabRightCap.png) !important;
	background-size: 15px 100%, calc(100% - 30px) 100%, 15px 100%;
	padding-top: 12px;
	cursor: default;
}
.TabGroupCapRight {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	height: 32px;
	width: 20px;
	background-image: url(../images/GroupRightCap.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.literaturtabelle {
	width: 100%;
	padding: 0px 30px;
}
.literaturtabelle td {
	vertical-align: top;
	padding-bottom: 15px;
}
.literaturtabelle td:first-child {
	text-align: right;
	padding-right: 10px;
	width: 250px;
	font-weight: bold;
}
.literaturtext {
	padding: 0px 30px;
}
.aktentabelle td:first-child {
	text-align: right;
	padding-right: 10px;
	width: 120px;
	font-weight: bold;
}
.wannseewrapper {
	margin-left: 40px;
}
.download {
	width: 200px;
	margin-left: 30px;
}
.download a:link,
.download a:visited,
.download .exdownloadbox {
	background-image: url(../images/Texte-Link.png);
	background-position: left center;
	width: 173px;
	height: 245px;
	display: block;
	margin: 0px auto;
	text-decoration: none;
	text-align: center;
	font-family: 'texgyretermesregular';
	color: rgba(0, 0, 0, 0.75);
	padding: 30px 17px 50px 10px;
}
.download .exdownloadbox {
	background-image: url(../images/Texte-ohne-Link.png);
}
.download a:hover {
	background-position: center center;
}
.download a:active {
	background-position: right center;
}
.download h1 {
	font-size: 16px;
}
.download h2 {
	font-size: 12px;
}
.download p {
	font-size: 10px;
}
.willkommen {
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
/*
#maincontent:after {
	content: "\00a0";
	display: block;
	height: 0px;
	visibility: hidden;
}
*/
#maincontent aside {
	display: inline-block;
	width: 300px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 20px;
}
#maincontent section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	padding-top: 15px;
}
/* .werk {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	padding-top: 15px;
} */
#maincontent section:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
#maincontent section:last-child .zettelblock {
	padding-bottom: 0px;
}
#maincontent section:first-child {
	padding-top: 0px;
}
.sektionszeile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sektionszeile h2,
.sektionszeile p {
	width: 100%;
	text-align: center;
	font-family: 'texgyretermesregular', serif;
}
.zettelblock {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 20px;
	padding-bottom: 10px;
	min-width: 300px;
	margin: 0px;
}
.zettel:link,
.zettel:visited {
	display: block;
	margin: 0px auto;
	width: 300px;
	background-image: url(../images/PushPinHead.png), url(../images/PushPinBody.png), url(../images/PushPinFoot.png);
	background-position: left top, left 40px, left bottom;
	background-size: 300% 40px, 300% calc(100% - 60px), 300% 20px;
	background-repeat: no-repeat;
	min-height: 70px;
	padding: 40px 20px 20px 20px;
	text-align: center;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
	font-family: 'texgyretermesregular', serif;
}
.zettel:hover {
	background-position: center top, center 40px, center bottom;
}
.zettel:active {
	background-position: right top, right 40px, right bottom;
}
.wannsee {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.wannseeplakat {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.5);
	width: 150px;
	margin: 0px auto;
}
#listen {
	max-width: 600px;
}
#listen td {
	vertical-align: top;
	padding-bottom: 10px;
}
#listen td:first-child {
	padding-right: 10px;
	font-weight: bold;
}
.manuskript {
	padding: 30px !important;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05), 10px 10px 20px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-left: 30px;
	border-radius: 5px;
}
.manuskript h2,
.manuskript h3 {
	text-align: left;
}
.manuskript h3 {
	margin-bottom: 0px;
}
.manuskript a:link,
.manuskript a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
}
.manuskript a:hover {
	color: rgba(101, 175, 255, 0.75);
}
.manuskript a:active {
	color: rgba(101, 175, 255, 1);
}
#footer {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 20px;
}
#footercontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	max-width: 1400px;
	margin: 0px auto;
	padding: 30px;
	background-color: rgb(245, 242, 221);
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 50px rgba(210, 204, 167, 0.75), 1px 1px 5px rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 4px outset rgba(0, 0, 0, 0.5);
	border-bottom: 4px outset rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.footercopyright,
.footerimpressum {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.5);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(50% - 10px);
}
.footercopyright {
	margin-right: 20px;
}
.footercopyright p {
	text-align: center;
	margin: 0px;
}
.footerimpressum tr:not(:last-child) {
	margin-bottom: 10px;
}
.footerimpressum td {
	vertical-align: top;
}
.footerimpressum td:first-child {
	text-align: right;
	padding-right: 10px;
}
@media only screen and (max-width: 750px) {
	#headercontent,
	#maincontent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mobilnavlabel {
		display: block;
	}
	#mobilnav:checked ~#hauptnavigation {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		visibility: visible;
	}
	#hauptnavigation {
		position: absolute;
		visibility: hidden;
		left: 30px;
		top: 130px;
		width: calc(100vw - 80px);
		padding: 0px;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: calc(100% - 40px) top;
		-ms-transform-origin: calc(100% - 40px) top;
		transform-origin: calc(100% - 40px) top;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#hauptnavigation ul {
		margin: 0px;
		list-style-type: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px;
		background-color: rgba(255, 255, 255, 0.95);
		border: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 15px;
	}
	#hauptnavigation ul li {
		height:	auto;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		max-width: 100%;
	}
	#hauptnavigation ul li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	}
	#hauptnavigation ul li a:link,
	#hauptnavigation ul li a:visited {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		margin: 0px;
		width: 100%;
		background-image: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
		padding: 0px;
	}
	#hauptnavigation ul li a:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}
	#hauptnavigation ul li a:active {
		background-color: rgba(0, 0, 0, 0.05);
		color: rgb(200, 0, 200);
		width: 100% !important;
	}
	#hauptnavigation ul li.zweizeiler {
		padding-top: 0px;
	}
	.PostItWannsee {
		line-height: 50px !important;
		font-size: 1.5rem !important;
		height: 50px;
		padding-top: 0px !important;
	}
	.headerinfo {
		padding: 0px;
	}
	.headerinfo h1 {
		font-size: 2rem;
		margin-bottom: 0px;
	}
	.headerinfo h2 {
		font-size: 1.25rem;
	}
	.headerinfo h3 {
		font-size: 0.6rem;
	}
	.sektionszeile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.wannseeplakat {
		margin-top: 20px;
	}
	#footercontent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footercopyright {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footercopyright,
	.footerimpressum {
		width: 100%;
		max-width: 100%;
	}
	.werkvorstellung,
	.werk {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		min-width: 100%;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.werkuebersicht {
		width: 100%;
		max-width: 300px;
	}
	.download {
		width: 100% !important;
		margin-left: 0px;
		margin-top: 40px;
	}
	.manuskript {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.tabSwitch {
		font-size: 0.75rem !important;
	}
	.fliesstext {
		padding: 10px !important;
	}
	.literaturtabelle {
		padding: 0px 0px;
	}
	.literaturtabelle td:first-child {
		width: auto;
		max-width: 30vw;
	}
	.literaturtabelle td:last-child {
		width: auto;
		max-width: 30vw;
	}
	.TabGroupCapLeft,
	.TabGroupCapRight {
		display: none;
	}
}