/*single page css for schmidvonuri V2 / 16okt15*/
body {
	color: white;
	font-family: 'Raleway', sans-serif;
	background-color: #393631;
	background: url(../images/ritter300.png) no-repeat fixed 20% 10%;
	background-size: cover;
	padding: 10px 0px;
}
/* bis 840px Breite ist inhalt 90% breit*/
@media (max-width: 840px) {
.inhalt {
	width: 90%;
	margin: 0 auto;
	font-size: 1.125em;
	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
}
/* ab 840px Breite bleibt inhalt 840px breit */
@media (min-width: 840px){
.inhalt {
	width: 840px;
	margin: 0 auto;
	font-size: 1.125em;
	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
}
h1.titel {
	font-size: 1.6em;
	line-height: 1.7em;
	margin-bottom: 0.2em;
}
h2.titel {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 1.2em;
}
p {
	margin-bottom: 0.7em;
	line-height: 1.4em;
}
.abschnitt a {
	color: #ffd700;
	border-bottom: 2px solid #ffd700;
	text-decoration: none;
}
.abschnitt-centered a {
	color: #ffd700;
	border-bottom: 2px solid #ffd700;
	text-decoration: none;
	text-align: center;
}

img {
	max-width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.figure {
	position: relative;
	margin-bottom: 1.0em;
}
.figcaption480 {
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    color: white;
    font-size: 0.8em;
    line-height: 1.2em;
}
.figcaption480B {
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    color: white;
    font-size: 1em;
    line-height: 1.2em;
}
.figcaption320 {
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    color: white;
    font-size: 0.8em;
    line-height: 1.2em;
}
.buch {
	width: 90%;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.buchtitel {
	font-size: 1.2em;
	font-style: italic;
	color: #00ccff;
	margin-bottom: 0.1em;
}
.buchuntertitel {
	font-size: 1.2em;
	color: #c0c0c0;
	margin-bottom: 0.1em;
}
.buchdetails {
	line-height: 1.3em;
	margin-top: -0.5em;
	margin-bottom: 1.3em;
}
table {
	margin: 0 auto;
}
.tdnr
{
	width: 2.0em; /*sonst macht ios shit */
	padding-left: 1.0em; /*leicht eingerückt */
	padding-bottom: 0.5em;
}
.tdtext {
	line-height: 1.0em;
	padding-left: 0.5em; /*abstand zu den kapitelzahlen*/
	padding-bottom: 0.5em;
	display: block;
}
.footer {
	margin-top: 3.0em;
}
.copyright {
	text-align: center;
	font-size: 0.7em;
	line-height: 2.0em;
}
.copyright a {
	color: #ffd700;
	font-size: 1.0em;
	border-bottom: 2px solid #ffd700;
	text-decoration: none;
}