body {
	background-color: #EEE;
	margin: 0px;
}
img {
	padding-bottom: 2px;
}

video {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
}

div {
	font-family: Helvetica, sans-serif;
	float: left;
	text-align:left;
	font-size:14px;
}
.main {
	margin: 0 auto;
	float:none;
	width:1060px;
}
div.container {
	margin: 0 auto;
	float:left;
	width:960px;
	min-height:100px;
	padding:0 50px 40px 50px;
	background-color:#FFF;
}
div.top {
	width:50%;
	padding:20px 0 10px 0;
	font-size:16px;
}
#home {
	color: #000;
}
#home:hover,
#home:focus {
	text-decoration: none;
}
div.top div.sub {
	width:60%;
	margin-left:0px;
	min-height:20px;
	float:right;
	text-align:right;
	font-size:11px;
}
.left {
    float: left; /* was div */
	width: 100%;
	padding-top: 20px;
	background-color:#FFF;
    border-bottom: thin solid #999;
}

.left.single, div.right {
	width: 50%;
	padding:20px 0;
	background-color:#FFF;
	display: inline-block;
}

.body--home .left.single {
	border-bottom: 0;
}

.left.readtext {
	width: 70%;
	padding-right: 30%;
}
div.right.language {
	text-align:right;
	padding-top:480px;
	height:128px
}
.left ul {
	list-style:none;
	margin:0;
	padding:0 10px;
	text-indent:-10px;
}
.left ul li {
	padding-bottom:20px
}
ul[class][class] > li {
	padding-bottom: unset;
}
.left ul.compact li {
	padding-bottom:5px
}
div a:link, div a:visited {
	color: #c3515e;
	text-decoration: none;
}
div a:hover {
	color:#803139;
	text-decoration: underline;
}
div a.linkText {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/text.gif') bottom;
	text-indent: -99999px;
}
div a.linkText:hover {
	background-position: 0 0;
}
div a.linkBook {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/book.gif') bottom;
	text-indent: -99999px;
}
div a.linkBook:hover {
	background-position: 0 0;
}
div a.linkDownload {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/download.gif') bottom;
	text-indent: -99999px;
}
div a.linkDownload:hover {
	background-position: 0 0;
}
div a.linkBack {
	display: block;
	width: 21px;
	height: 7px;
	background: url('bilder/back.gif') bottom;
	text-indent: 99999px;
	float:right;
}
div a.linkBack:hover {
	background-position: 0 0;
}
div.right {
	text-align:right;
	padding-right:0;
}
h1,
div.title {
	font-size:16px;
	padding-bottom:20px;
	float:none;
    font-weight: normal;
}
.title--rezension:first-line {
    font-weight: bold;
}
div.content {
	float:left;
	border:none;
	padding:0;
	margin:0 2% 20px 0;
	text-align:left;
}
div.content.col1 {
	width:59%;
}
div.content.col2 {
	width:7%;
}
div.content.col3 {
	width:30%;
	margin-right:0;
}
div.noborders {
	border-style:none;
}

article h2,
.uppercase {
    font-weight: normal;
    font-size: 1em;
	text-transform:uppercase;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .02em;
}
.de-uppercase {
	text-transform: none;
}

.content.col1 > p:first-child {
	margin-top: 0;
}

@media screen and (max-device-width: 1024px){
div {
	-webkit-text-size-adjust: 120%;
}
div.top {
	min-height:30px;
}
div.right.language {
	padding-top:450px;
	height:158px
}
div.container {
	margin-bottom:800px;
}
}

@media screen and (max-device-width: 480px){
div {
	-webkit-text-size-adjust: 160%;
}
div.top {
	min-height:40px;
}
div.right.language {
	padding-top:410px;
	height:198px
}
}





@media print{
div.container {
	width:700px;
}
.left.single, div.right {
	border-style: none;
}
.left.readtext {
	width: 100%;
	padding-right: 0;
}
}

@view-transition {
    navigation: auto;
}
