
/* EB Garamond */
@font-face {
font-family: 'EB Garmond';
font-weight: 400;
	src: local('EB Garamond'), local('EBGaramond-Regular'),
		url('/fonts/EBGaramond-Regular.ttf') format('truetype');
}

/* EB Garamond italic
@font-face {
font-family: 'EB Garmond';
font-style: italic;
font-weight: 400;
	src: local('EB Garamond'), local('EBGaramond-Italic'),
		url('/fonts/EBGaramond-Italic.ttf') format('truetype');
}*/

/* open-sans-300 - latin-ext_latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
	src: url('/fonts/open-sans-v15-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('/fonts/open-sans-v15-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/open-sans-v15-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/open-sans-v15-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
		url('/fonts/open-sans-v15-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/open-sans-v15-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
	src: url('/fonts/open-sans-v15-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/fonts/open-sans-v15-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/open-sans-v15-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/open-sans-v15-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
		url('/fonts/open-sans-v15-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/open-sans-v15-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body, span {
	margin: 0;
	padding: 0;
}
p, main {
	margin: 0;
	padding: 0;
	font-family: 'EB Garamond', serif;
	/* font-style: italic; */
}

h2 + div > p:first-child {
	margin-top: 5px;
}
.maincontent__h2 + a {
	display: block;
	margin-bottom: 8px;
}

body, span, h1, h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
}
body {
	padding-top: 192px;
}
@media only screen and (max-width: 768px) {
	body{
		padding-top: 0;
	}
}
a {
	color: grey;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapperOuter {
	text-align: center;
	margin-top: 50px;
}

.wrapperInner {
	margin: 0 auto;
	max-width: 800px;
}
p + p {
	text-indent: 20px;
}
body {
	padding-top: 0;
}

.header__wrapper {
	margin-top: 0;
}

header .home {
    display: block;
    line-height: 80px;
    height: 30px;
    width: 800px;
    text-align: left;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    margin-top: 0px;
    background: url(https://devabo.de/imgs/header_devabo_de.png) 0px 0px no-repeat transparent;
}

header .orange {
    display: block;
    height: 2.2em;
    background-color: rgb(255, 136, 0);
    color: rgb(255, 255, 255);
    line-height: 1em;
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.5em;
    text-decoration: underline;
}

header {
	text-align: left;
}
.narrativeComponent__wrapper {
	margin-top: 0;
}
.narrativenavigation{
	text-align: right;
	margin-bottom: 50px;
}
.narrativenavigation__item {
	color: grey;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
span.narrativenavigation__item {
	color: lightgrey;
}
.narrativenavigation__item + .narrativenavigation__item {
	margin-left: 10px;
}

.copyright {
	background-color: black;
	color: white;
	text-align: left;
	font-size: 14px;
	padding: 20px 20px 50px;
	margin-top: 20px;
}
.copyright__license {
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright__cc {
    display: block;
    border-width: 0;
    background-image: url(https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png);
    width: 88px;
    height: 31px;
    margin-right: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	.footernavi {
		border-top: 1px solid black;
	}
	.footernavi__wrapper {
		width: 100%;
		background-color: white;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.footernavi__navelement--current ,
	a.footernavi__navelement {
		display: inline-block;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: black;
		padding: 10px 15px;
	}
	a.footernavi__navelement:hover,
	.footernavi__navelement--current {
		color: gray;
	}
}
@media only screen and (min-width: 769px) {
	.footernavi {
		border-top: 1px solid black;
	}
	.footernavi__wrapper {
		position: fixed;
		width: 100%;
		bottom: 0;
		background-color: white;
	}
	.footernavi__navelement--current ,
	a.footernavi__navelement {
		display: inline-block;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: black;
		padding: 10px 15px;
	}
	a.footernavi__navelement:hover,
	.footernavi__navelement--current {
		color: gray;
	}
}
.narrativearchive__tile{
	display: block;
	width: 200px;
	height: 240px;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}
.narrativearchive__title{
	display: block;
}
.narrativearchive__wrapper {
	padding-left: 0;
}
.narrativearchive__wrapper:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 768px) {
	h1 ,
	.narrativemarginal h1 ,
	.narrativemarginal h2 ,
	.narrativemarginal h3 {
		text-transform: uppercase;
		font-weight: 700;
	}
	.narrativemarginal{
		padding-top: 0;
		padding-bottom: 50px;
		text-align: left;
		line-height: 20px;
	}
	.narrativemarginal li,
	.narrativemarginal p {
		line-height: 30px;
	}
	.narrativemarginal h1,
	.narrativemarginal h2 {
		text-transform: uppercase;
	}
	.narrativemarginal__h1,
	.narrativemarginal__h2 {
		display: inline-block;
		font-weight: 700;
		text-transform: uppercase;
	}
	.narrativemarginal__h1 ,
	.narrativemarginal__h2 {
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.narrativemarginal__h2 {
		color: grey;
		margin-left: 10px;
	}
}
@media only screen and (min-width: 769px) {
	h1 ,
	.narrativemarginal h1 ,
	.narrativemarginal h2 ,
	.narrativemarginal h3 {
		text-transform: uppercase;
		font-weight: 700;
	}
	.narrativemarginal{
		padding-top: 0;
		padding-bottom: 50px;
		text-align: left;
		line-height: 20px;
	}
	.narrativemarginal li,
	.narrativemarginal p {
		line-height: 30px;
	}
	.narrativemarginal h1,
	.narrativemarginal h2 {
		text-transform: uppercase;
	}
	.narrativemarginal__h1,
	.narrativemarginal__h2 {
		display: inline-block;
		font-weight: 700;
		text-transform: uppercase;
	}
	.narrativemarginal__h1 ,
	.narrativemarginal__h2 {
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.narrativemarginal__h2 {
		color: grey;
		margin-left: 10px;
	}
}

.headerbar__logocontainer {
	display: block;
	height: 150px;
	box-sizing: border-box;
}
.headerbar__logo {
	height: 100%;
}
.headerbar__wrapper {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.headerbar__wrapper {
		width: 100%;
		background-color: white;
	}
	.headerbar__navelement {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
		line-height: 2em;
		text-transform: uppercase;
		text-decoration: none;
		color: black;
		padding: 10px 20px;
	}
}
@media only screen and (min-width: 769px) {
	.headerbar__wrapper {
		z-index: 100;
		position: fixed;
		width: 100%;
		top: 0;
		background-color: white;
	}
	.headerbar__navelement {
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: black;
		padding: 10px 20px;
	}
}

.mainnavi__wrapper {
	margin-top: 0;
}
a.mainnavi__navelement {
	-webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
@media only screen and (max-width: 768px) {
	.mainnavi {
		border-bottom: 1px solid black;
		border-top: 1px solid black;
	}
	.mainnavi__wrapper {
		width: 100%;
		background-color: white;
	}
	.mainnavi__navelement--current,
	a.mainnavi__navelement {
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		color: black;
		padding: 10px 20px;
	}
	.mainnavi__navelement--current,
	a.mainnavi__navelement:hover {
		text-decoration: none;
		color: #BBBBBB;
	}
}
@media only screen and (min-width: 769px) {
	.mainnavi {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.mainnavi__wrapper {
		z-index: 100;
		position: fixed;
		width: 100%;
		top: 150px;
		background-color: white;
	}
	.mainnavi__navelement--current,
	a.mainnavi__navelement {
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
		color: black;
		padding: 10px 20px;
	}
	.mainnavi__navelement--current,
	a.mainnavi__navelement:hover {
		text-decoration: none;
		color: #BBBBBB;
	}
	.mainnavi__nav {
		border-bottom: 1px solid black;
	}
}

.maincontent__h1 ,
.maincontent__h2 {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.maincontent{
		padding-bottom: 50px;
		text-align: left;
		line-height: 1.2em;
	}
	.maincontent li,
	.maincontent p {
		line-height: 1.4em;
	}
	.maincontent p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.maincontent__h1,
	.maincontent__h2 {
		text-transform: uppercase;
		display: inline-block;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.maincontent__h1 {
		margin-left: 10px;
		margin-bottom: 0;
	}
	.maincontent__h1 + .maincontent__h2 {
		color: grey;
		margin-top: 0;
		margin-left: 10px;
	}
	.maincontent__h2 + p ,
	.maincontent__h2 + dl {
		margin-top: 0;
	}
	dd + dt {
		margin-top: 10px;
	}
	.maincontent img {
		max-width: 100%;
		width: auto;
	}
}
@media only screen and (min-width: 769px) {
	.maincontent{
		padding-bottom: 50px;
		text-align: left;
		line-height: 20px;
	}
	.maincontent p {
		line-height: 30px;
	}
	.maincontent h2,
	.maincontent__h1,
	.maincontent__h2 {
		text-transform: uppercase;
		display: inline-block;
		text-transform: uppercase;
		font-size: 18px;
		line-height: initial;
		text-transform: uppercase;
	}
	.maincontent__h1 + .maincontent__h2 {
		color: grey;
		margin-left: 10px;
	}
	.maincontent__h2 + p ,
	.maincontent__h2 + dl {
		margin-top: 0;
	}
	dd + dt {
		margin-top: 10px;
	}
}

.copyright {
	background-color: black;
	color: white;
	text-align: left;
	font-size: 14px;
	padding: 20px 20px 50px;
	margin-top: 20px;
}
.copyright__license {
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright__cc {
    display: block;
    border-width: 0;
    background-image: url(https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png);
    width: 88px;
    height: 31px;
    margin-right: 15px;
    margin-bottom: 5px;
}
