@charset "UTF-8";

a {
	color: #8c0000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

html {
	background-color: #b7b6ac;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	width: auto;
	max-width: 960px;
	max-width: 1024px;
	margin: 0 auto 3em auto;
	padding: 0;
	font-family: 'neutonregular', 'Georgia', 'Times New Roman', serif;
	font-size: 16px;
	color: #212121;
	-webkit-box-shadow: 0px 2px 10px #636363;
	box-shadow: 0px 2px 10px #636363;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;

	font-family: 'bitterregular', 'Georgia', 'Times New Roman', serif;
	font-size: 0.8125em;
}

h2 {
	margin-top: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1px solid #c9c2c2;
	color: #a79a9a;
	text-transform: uppercase;
}

#header {
	position: relative;
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #a79a9a;
	background-color: #a8a8a8;
	background-color: #c0b6b6;
	background-image: url(headerBg.png);
	background-position: 0px -160px;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 30px;
	width: 161px;
	height: 57px;
	top: 50%;
	margin-top: -29px;
	background-image: url(/layout/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#sticker {
	display: table-cell;
	position: absolute;
	margin: 0;
	padding: 2%;
	text-align: center;

	left: 27%;
	top: -25px;
	width: 120px;
	height: 120px;
	line-height: 120px;

	vertical-align: middle;
	color: #fff;
	z-index: 99;

	font-family: 'misprojectregular', 'Arial', sans-serif;
	font-size: 38px;
	font-weight: normal;
	text-align: center;

	transform: rotate(-22deg);
	-ms-transform: rotate(-22deg);
	-webkit-transform: rotate(-22deg);

	background-image: url(/layout/sticker.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#sticker > * {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1em;
	font-size: 1em !important;
}

#claim {
	position: absolute;
	right: 30px;
	bottom: 35px;
	color: #000;
	font-family: 'neutonlight', 'Arial', sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-style: italic;
	text-align: right;
	opacity: 0.7;

	font-family: 'bitteritalic', 'Georgia', 'Times New Roman', serif;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content {
	background-color: #e3e3df;
	overflow: hidden;
}

#footer {
	color: #fff;
	padding: 5px 0px 5px 10px;
}

/* Teaser soll nur noch in der Edition-Seite erscheinen */
#teaser {
	display: none;
}

.article > #teaser {
	display: initial;
}

.col1_1 {
	padding: 30px;
	vertical-align: top;
	font-size: 1.2em;
	overflow: hidden;
}

.col1_2 {
	display: table-cell;
	width: 560px;
	width: 65%;
	padding: 20px 30px 30px 30px;
	vertical-align: top;
	overflow: hidden;
}

.col2_2 {
	display: table-cell;
	padding: 20px 30px 30px 30px;
	border-left: 1px solid #ddd;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;

	font-size: 0.85em;
}

/* __________ MISC. __________ */

.navAnchor {
	position: absolute;
	top: 0;
	line-height: 0;
	height: 0px;
	text-decoration: none;
}

.article {
	clear: both;
	position: relative;
	padding: 6em 0 0 0;
}

.article:first-child {
	padding-top: 0;
}

h2 + .article {
	padding-top: 20px;
}

.article h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#author {
	display: block;
	margin: 1em 0 0 0;
}

.author {
	display: block;
	margin: 0;
}

#title,
.title {
	display: block;
	margin: 0;
	font-family: 'neutonbold', 'Georgia', 'Times New Roman', serif;

	font-size: 1.1em;
	line-height: 1.2em;
	font-family: 'bitterbold', 'Georgia', 'Times New Roman', serif;
}

#biblio,
.biblio {
	margin: 0.5em 0 1em 0;
	font-size: 0.85em;
	line-height: 1.1em;
	display: block;

	font-size: 0.8em;
}

.cover {
	display: block;
	float: right;
	border: 1px solid #bbb;
	margin: 0 0 2em 2em;
}

.col1_2 .cover {
	margin: 0 0 3em 3em;
}

.col2_2 .cover {
	margin: 0 0 1em 1em;
}

.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gallery li {
	display: block;
	overflow: hidden;
	display: block;
	margin: 0 0 2em 0;
	overflow: hidden;
	float: left;
	width: 48%;
	max-width: 462px;
}

.gallery li:nth-child(odd) {
	clear: both;
	margin-right: 4%;
}

.gallery a img {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #bbb;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #bbb;
}

a.unabridged {
	display: inline-block;
	padding: 0.4em 1em;
	color: #fff;
	background-color: #8c0000;
	text-decoration: none;
	font-family: 'bitterbold', 'Arial', sans-serif;
	font-size: 0.85em;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

a.unabridged:hover {
	color: #fff;
	background-color: #c00;
}

/* __________ /MISC. __________ */

/* __________ VIDEOS __________ */

.literaVideo {
	clear: both;
	position: relative;
	padding: 10px;
	margin: 2em -30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #ffffff;
	text-align: center;
	background-color: #444;
	background-image: url(/layout/filmBorder.png);
	background-repeat: repeat-y;
	background-position: 10px 0px;
	-webkit-box-shadow: inset 0px 0px 3px 0px #333333;
	box-shadow: inset 0px 0px 3px 0px #333333;
}

.literaVideoEmbedContainer {
	display: inline-block;
	margin-top: 0.5em;
}

.literaVideo h3 {
	margin: 0 50px 0px 50px;
	font-family: 'neutonitalic', 'Georgia', 'Times New Roman', serif;
	font-weight: normal;
	font-size: 1.35em;
	line-height: 1.35em;

	font-family: 'bitteritalic', 'Georgia', 'Times New Roman', serif;
}

.filmBackgroundRight {
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(/layout/filmBorder.png);
	background-repeat: repeat-y;
	background-position: right 0px;
}

/* __________ /VIDEOS __________ */

/* __________ FONTS __________ */

@font-face {
	font-family: 'underwood_championregular';
	src: url('fonts/underwood_champion-webfont.eot');
	src: url('fonts/underwood_champion-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/underwood_champion-webfont.woff') format('woff'),
		url('fonts/underwood_champion-webfont.ttf') format('truetype'),
		url('fonts/underwood_champion-webfont.svg#underwood_championregular')
			format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'neutonbold';
	src: url('fonts/neuton-bold-webfont.eot');
	src: url('fonts/neuton-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/neuton-bold-webfont.woff') format('woff'),
		url('fonts/neuton-bold-webfont.ttf') format('truetype'),
		url('fonts/neuton-bold-webfont.svg#neutonbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'neutonitalic';
	src: url('fonts/neuton-italic-webfont.eot');
	src: url('fonts/neuton-italic-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/neuton-italic-webfont.woff') format('woff'),
		url('fonts/neuton-italic-webfont.ttf') format('truetype'),
		url('fonts/neuton-italic-webfont.svg#neutonitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'neutonlight';
	src: url('fonts/neuton-light-webfont.eot');
	src: url('fonts/neuton-light-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/neuton-light-webfont.woff') format('woff'),
		url('fonts/neuton-light-webfont.ttf') format('truetype'),
		url('fonts/neuton-light-webfont.svg#neutonlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'neutonregular';
	src: url('fonts/neuton-regular-webfont.eot');
	src: url('fonts/neuton-regular-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/neuton-regular-webfont.woff') format('woff'),
		url('fonts/neuton-regular-webfont.ttf') format('truetype'),
		url('fonts/neuton-regular-webfont.svg#neutonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bitterbold';
	src: url('fonts/bitter-bold-webfont.eot');
	src: url('fonts/bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/bitter-bold-webfont.woff') format('woff'),
		url('fonts/bitter-bold-webfont.ttf') format('truetype'),
		url('fonts/bitter-bold-webfont.svg#bitterbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bitterbold_italic';
	src: url('fonts/bitter-bolditalic-webfont.eot');
	src: url('fonts/bitter-bolditalic-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/bitter-bolditalic-webfont.woff') format('woff'),
		url('fonts/bitter-bolditalic-webfont.ttf') format('truetype'),
		url('fonts/bitter-bolditalic-webfont.svg#bitterbold_italic')
			format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bitteritalic';
	src: url('fonts/bitter-italic-webfont.eot');
	src: url('fonts/bitter-italic-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/bitter-italic-webfont.woff') format('woff'),
		url('fonts/bitter-italic-webfont.ttf') format('truetype'),
		url('fonts/bitter-italic-webfont.svg#bitteritalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bitterregular';
	src: url('fonts/bitter-regular-webfont.eot');
	src: url('fonts/bitter-regular-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('fonts/bitter-regular-webfont.woff') format('woff'),
		url('fonts/bitter-regular-webfont.ttf') format('truetype'),
		url('fonts/bitter-regular-webfont.svg#bitterregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'misprojectregular';
	src: url('fonts/misproject-webfont.eot');
	src: url('fonts/misproject-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/misproject-webfont.woff') format('woff'),
		url('fonts/misproject-webfont.ttf') format('truetype'),
		url('fonts/misproject-webfont.svg#misprojectregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* __________ FONTS __________ */

/* __________ NAVIGATION __________ */

/* common */
.navigation,
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: none;
}

/* #menuMain */
#menuMain {
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 99999999;
}

#menuMain a {
	display: block;
	text-decoration: none;
}

#menuMain a:hover {
	color: #8c0000;
	text-decoration: none;
}

#menuMain > li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 35px;
	line-height: 25px;
}

#menuMain > li:first-child {
	margin-left: 0;
}

#menuMain > li > a {
	color: #8c0000;
}

#menuMain > li.current > a {
	color: #eeeeee;
}

#menuMain > li:hover > a {
	color: #ffffff;
}

#menuMain > li > ul {
	display: none;
	position: absolute;
	padding-bottom: 0.5em;
	z-index: +1;
	left: -10px;
	top: 2em;
	margin-top: -1px;
	white-space: nowrap;
	background-color: #c0b6b6;
	border-top: 1px solid #c0b6b6;
	border-right: 1px solid #a79a9a;
	border-bottom: 1px solid #a79a9a;
	border-left: 1px solid #a79a9a;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#menuMain > li:hover > ul {
	display: block;
}

#menuMain > li > ul > li {
	line-height: normal;
}

#menuMain > li > ul > li > a {
	display: block;
	padding: 5px 10px;
	color: #8c0000;
}

#menuMain > li > ul > li.current > a {
	background-color: #eeeeee;
}

#menuMain > li > ul > li a:hover {
	background-color: #ffffff;
}

#menuMain > li > ul > li > ul {
}

#menuMain > li > ul > li > ul > li {
}

#menuMain > li > ul > li > ul > li > a {
	display: block;
	padding: 5px 10px;
	font-size: 80%;
	color: #8c0000;
}

#menuMain > li > ul > li > ul > li.current > a {
	background-color: #eeeeee;
}

#menuMain > li > ul > li > ul > li > a:hover {
	background-color: #ffffff;
}

/* #menuFooter */
#menuFooter {
	float: right;
	margin-top: -5px;
}

#menuFooter > li {
	display: inline-block;
}

#menuFooter > li > a {
	display: block;
	padding: 5px 25px;
	color: #ffffff;
	background-color: #8c0000;
}

#menuFooter > li:last-child > a {
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

#menuFooter > li > a:hover {
	color: #fff;
	background-color: #c00;
}
/* __________ /NAVIGATION __________ */

/* __________ RESPONSIVE LAYOUT __________ */
@media only screen and (max-width: 30em) /* 480px */ {
	.cover {
		float: none;
		margin: 0 1em 1em 0 !important;
	}
}

@media only screen and (max-width: 37.5em) /* 600px */,
	only screen and (max-width: 64em) /* 1024px */ and (orientation: portrait) {
	body {
		width: 100%;
		margin: 0 auto;
	}

	.col1_1 {
		display: block;
		width: auto;
		padding: 20px 20px 30px 20px;
	}

	.col1_2 {
		display: block;
		width: auto;
		padding: 20px 20px 30px 20px;
	}

	.col2_2 {
		display: block;
		padding: 20px 10px 30px 10px;
		border-left: 0;
		border-top: 1px solid #ddd;
		font-size: inherit;
		line-height: inherit;
	}
}

@media only screen and (max-width: 37.5em) /* 600px */ {
	#nav {
		overflow: visible;
		position: absolute;
		padding-top: 38px;
		bottom: auto;
		top: 20px;
		right: 0;
		max-width: 500px;
	}

	#nav:not(:target) {
		display: none;
		z-index: 1;
		height: 0;
		overflow: hidden;
		top: 0;
	}

	#nav ul {
		display: block;
		float: none;
	}

	#top {
		display: block;
		position: absolute;
		bottom: 35px;
		right: 0px;
		margin-bottom: 0;
		z-index: 100;
		color: #fff;
	}

	#top.sticky {
		position: fixed;
		top: 0;
		left: 0;
		margin-top: 0px;
	}

	.nav-btn,
	#nav .close-btn {
		display: block;
		position: absolute;
		width: 43px;
		height: 33px;
		z-index: 3;
		clip: rect(auto, auto, auto, auto);
		outline: none;
		background-image: url('sprite-icons-navigation.png');
		background-repeat: no-repeat;
		overflow: hidden;
		white-space: nowrap;
		text-indent: -9999em;
	}

	.nav-btn {
		right: 9px;
		background-color: #c0b6b6;
		background-position: center 6px;
	}

	.nav-btn:hover {
		background-position: center -44px; /* -50px */
	}

	#nav .close-btn {
		background-color: #fff;
		background-position: center 6px;
	}

	#nav .close-btn:hover {
		background-position: center -44px; /* -50px */
	}

	#nav-close-btn {
		z-index: 999 !important;
		right: 9px;
		top: 5px;
	}

	#nav-close-btn-bottom {
		bottom: -33px;
		right: 8px;
	}

	#nav:not(:target) .close-btn {
		display: none;
	}

	#nav-close-btn-bg {
		display: none;
		position: absolute;
		top: 5px;
		right: 8px;
		width: 45px;
		height: 35px;
		border-bottom: 1px solid #fff;
		z-index: 4;
	}

	#nav:not(:target) #nav-close-btn-bg {
		display: none;
	}

	#menuMain {
		position: relative;
		bottom: auto;
		right: 0;
		margin-top: 0px;
		border-top: 1px solid #a79a9a;
		border-bottom: 1px solid #a79a9a;
		border-left: 1px solid #a79a9a;
		background-color: #c0b6b6;
		background-color: #fff;
	}

	#menuMain > li {
		display: block;
		float: none;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}

	#menuMain > li > a {
		display: block;
		float: none;
		padding: 5px 10px 5px 10px;
		height: auto;
		line-height: normal;
		color: #8c0000;
		background-color: #ffffff;
	}

	#menuMain > li:hover > a {
		color: #8c0000;
		background-color: #ffffff;
	}

	#menuMain > li:first-child > a {
		padding-top: 0.5em;
	}

	#menuMain > li:last-child > a {
		padding-bottom: 1em;
	}

	#menuMain > li.active > a:hover {
	}

	#menuMain > li.parent > a,
	#menuMain > li.parent.active > a {
		background-image: none;
	}

	#menuMain > li > a:hover,
	#menuMain > li.current > a {
		color: #8c0000;
		background-color: #ffffff;

		color: #fff;
		background-color: #c0b6b6;
	}

	#menuMain > li > ul {
		display: block;
		position: static;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		border: 0;
		white-space: normal;
	}

	#menuMain > li > ul > li > a {
		display: block;
		padding: 5px 20px;
		line-height: 1em;
		color: #8c0000;
		background-color: #ffffff;
	}

	#menuMain > li > ul > li > a:hover,
	#menuMain > li > ul > li.current > a {
		color: #fff;
		background-color: #c0b6b6;
	}

	#menuMain > li > ul > li > ul > li > a {
		padding: 5px 10px 5px 20px;
		color: #8c0000;
		background-color: #ffffff;
	}

	#menuMain > li > ul > li > ul > li > a:hover,
	#menuMain > li > ul > li > ul > li.current > a {
		color: #fff;
		background-color: #c0b6b6;
	}

	.gallery li {
		float: none;
		width: auto;
		max-width: auto;
	}

	.gallery li:nth-child(odd) {
		clear: both;
		margin-right: auto;
	}

	.gallery .cover {
		float: left;
		margin: 0 1em 1em 0;
	}
}

@media only screen and (max-width: 64em) /* 1024px */ {
	#header {
		height: 60px;
	}

	#logo {
		left: 20px;
		height: 40px;
		width: 113px;
		margin-top: -20px;
	}

	#claim {
		display: none !important;
	}

	#sticker {
		left: 150px;
		top: -35px;
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 2em;
	}
}

@media only screen and (min-width: 37.5em) /* 600px */ and (max-width: 63.5em) /* < 1024px */ {
	#menuMain > li {
		margin: 0 0 0 25px;
		line-height: 25px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
	/* Styles */
}

/* __________ /RESPONSIVE LAYOUT __________ */
