/* 
	CSS- Datei: basement.css
*/

/* Grundeinstellungen (box-sizing, generelle Schriftart */
* { box-sizing: border-box; }
html, body { 
	font-family: lato, sans-serif;
	font-size: 3.0vmin;
	line-height: 1.25;
	-webkit-hyphens: auto;
	hyphens: auto;
}

html {
	background-color: rgb(246, 246, 246);
}

h1, h2, h3, .nohyphens {
	hyphens: none;
	-webkit-hyphens: none;
}

ul, dl {
	font-size: 1.4rem;
	line-height: 130%;
	margin-bottom: 3.64rem;
	margin-top: 1.82rem;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0.5em 0 2em 1em;
}
cite {
	display: block;
	font-size: inherit;
}
.intext {
	margin: 1em 1.5em;
	width: 78%;
}

.subheading {
	font-size: 80%;
	font-style: italic;
	display: inline-block;
	margin-left: 3rem;
}
.textAlignRight {
	display: block;
	width: 100%;
	text-align: right;
}
.marginTop05 {
	margin-top: 0.5em;
}

.lineOfAddress {
	margin-top: 1em;
	margin-bottom: 2.5em;
	font-size: 1.3rem;
	list-style: none;
	padding-left: 2rem;
}
section.subject ul.lineOfAddress li {
	margin: 0;
	font-weight: 400;
}

aside {
	display: none;
}

.inlineBlock {
	display: inline-block;
}
.mspace {
	display: inline-block;
	width: 1em;
}

.mnspaceFlex {
	display: inline-block;
	width: 0.5em;
}

.preview4articles {
	color: rgb(0, 79, 159);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: 700;
}
.smaller {
	font-size: 85%;
}
.blockWithMarginLeft {
	display: block;
	margin-left: 2.5em;
}
.showHand {
	cursor: pointer;
}


@media only screen and (min-width: 760px) {
	.mnspaceFlex {
		width: 0.65em;
	}
}
@media only screen and (min-width: 980px) {
	.mnspaceFlex {
		1em;
	}
}

.verse {
	font-size: 65%;
	font-style: italic;
	position: relative;
	bottom: 0.5em;
}
.prose {
	margin:0;
	padding:0;
	margin-bottom: 1.25em;
}
.headlineLetterspacing {
	letter-spacing: 0.2em;
}
.textblock {
	display: block;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

.url {
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.1em;
}

.sourceInfo {
	font-size: 1em;
	font-style: italic;
}
.inlineBack {
	font-size: 100%;
}
.lastnote {
	text-align: left;
	font-size: 110%;
	font-style: italic;
	margin-top: 5em;
	margin-left: 1.2em;
}
.noteThis {
	display: block;
	margin-left: 35%;
	margin-top: 1em;
	font-size: 100%;
	line-height: 125%;
}
.textLinkLike {
	color: rgb(0, 79, 159);
	font-weight: 700;
}

div.vid { 
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
div.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 760px) {
	html, body {font-size: 2vmin;}
}

@media only screen and (min-width: 980px) {
	html, body {font-size: 1.6vmin;}
}
