body{
	background:#d4d4d4;
	font-family:Georgia,Times,'Times New Roman',serif;
}
a{
	color:#000000;
	-webkit-transition: color .3s;
	transition: color .3s;
}
a:hover{
	color:#065701;
} 
img{
	display:block;
	max-width:100%;
	height: auto;
}

/* marker */
.article__marker,.captions__marker,.list__marker,.navigation__marker,.sidebar__marker,.wysiwyg__marker{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase; 
	letter-spacing:1px;
}
/* navigation */
nav,.masthead{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase; 
}

/* article */
.article__author{
	display:block;
}
.article__content{
	margin-bottom:1.5em;
}
.article__default{
	margin-bottom:3em;
}
.article__header{
	margin-bottom:1em;
}
.article__header .navigation{
	display:none;
}
.article__slider{
	margin-bottom:1.5em;
}
.article__cover{
	margin-bottom:1.5em;
}
.article__media{
	margin-bottom:1.5em;
}
.article__stepper{
	border-top:1px dotted #666;
}
.article__stepper .stepper__btn{
	width:50%;
}
.article__stepper .next{
	text-align:right;
}
.article__section{
    margin-bottom:3em;
}

/* bar */
.bar{
	width:100%;
	height:6px;
	background:#b3b3b3;
	display:none;
}

/* block */
.block{
	margin:0em 1em;
}

/* blockquote */
.blockquote__marker{
	display:none;
}

/* breadcrumb */
.breadcrumb--mobile{
	float:left;
	width:auto;

	margin-left:1rem;
	width:calc(100% - 130px);
}
.home .breadcrumb--mobile {
	width:auto;
}

.breadcrumb__icon{
	padding:0em 0.188em;
	vertical-align:text-top;
}
.breadcrumb__item{
	display:inline-block;
	margin-right:0.25em;
}
.breadcrumb__item a{
	display:inline-block;
	padding:1em 0.313em;
}
.breadcrumb__item:first-child .breadcrumb__icon{
	display:none;
}
.breadcrumb__item:last-child{
	display:none;
}
.breadcrumb__item:first-child{
	display:inline-block;
}

/* captions */
.captions__item--hidden{
	display:none;
}

/* content */
.content{
	padding-top:4em;
}

/* footer */
.footer__info{
	padding:0.5em 0;
}
.footer__copyright{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase; 
	display:inline-block;
}
.footer__service{
	display:inline-block;
	margin-right:1em;
}

/* footnotes */
.footnotes{
	padding:0;
	list-style-type: decimal;
	margin-left:0em;
	list-style-position:inside;
}
.footnotes__item{
	margin-left: 1.25em;
	text-indent: -1.25em;
}
.footnotes__list--large .footnotes__item:nth-child(-n+9){
	margin-left: 1.75em;
}
.footnotes__list--large .footnotes__item:nth-child(n+10){
	margin-left: 1.625em;
	text-indent: -1.625em;
}
.footnotes__anchor{
	margin-left:3px;
	height: 0;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
	bottom: 5px;
	color:#065701;
}
.footnotes__anchor:before{
	content:"[";
}
.footnotes__anchor:after{
	content:"]";
}
.footnotes__link{
	color:#065701;
}

/* header */
.header{
	margin:0em;
	overflow:hidden;
	position:fixed;
	width:100%;
	background:#b3b3b3;
	border-bottom:1px dotted #666;
	z-index:110;
}
.header__stepper{
	margin-right:0.5em;
	float:right;
}

/* index */
.index__section{
    margin-bottom:2em;
}


/* list */
/*
bibliography
list of content
texts
index
*/
.list-links__item{
    margin-left: 1em;
    text-indent: -1em;
}
.list-links__item:before{
	content:"– ";
}
.list-media__item{
	margin-bottom:1.5em;
}
.list-media__item:last-child{
	margin-bottom:0;
}
.list__header{
	margin-bottom:0.5em;
}
.list__header--simple{
	margin-bottom:0;
}
.list__headline{
	font-weight:bold;
}
.list__item--inline{
    display:inline-block;
}
.list__item--inline:before{
    content:", ";
}
.list__item--first:before{
    content:"";
}
.list__item--grouped{
    margin-bottom: 0.5em;
}
.list__section {
    margin-bottom: 2em;
}
.list__section:last-child {
    margin-bottom: 0;
}
.list__subheadline{
	font-weight:bold;
}
.list__subsection {
    margin-bottom: 0.5em;
}
.list__subsection:last-child {
    margin-bottom: 0;
}
.list__link--highlight{
	color:#065701;
}

/* masthead */
.masthead{
	display:none;
	padding:1rem;
	padding-right:0.5em;
	background:#b3b3b3;
	float:left;
}
.masthead__title--default{
	display:none;
}

/* media */
.media__image--portrait{
	width:60%;
}
.media__object{
	margin-bottom:0.5em;
}

/* navigation */
.navigation__link--active{
	color:#065701;
} 
.navigation__marker{
	padding-left:0.5em;
}
.navigation-filter__item{
	display:inline-block;
	margin-right:0.5em;
}
.navigation-filter__item a{
	padding:0.5em 0;
	display:block;
}
.navigation-filter__item:last-child{
	margin-right:0;
}
.navigation-group__items{
	display:none;
}
.navigation-group__item{
	display:inline-block;
	margin-right:0.5em;
	line-height:2;
}
.navigation-group__item:last-child{
	margin-right:0;
}
.navigation-service__item{
	display:inline-block;
	margin-right:0.5em;
}
.navigation-service__item:last-child{
	margin-right:0;
}
.navigation-site{
	display:none;
	float:right;
	margin-right:0.5em;
}
.navigation-site--splash{
	display:block;	
}
.navigation-site__description{
	text-transform:none;
	font-size:small;
	display:none;
}
.navigation-site__item{
	display:inline-block;
}
.navigation-site__item:last-child{
	display:none;
}
.navigation-site__link{
	display:block;
	padding:1em 0.313em;
}

/* object */
.object__image{
	width:100%;
	pointer-events:none;
}
.no-js .object__audio{
	width:100%;
	max-width:100%;
}
.no-js .object__video{
	width:100% !important;
	height:auto !important;
}

/* ordered list */
.orderedlist {
	counter-reset: section;
}
.orderedlist__item{
	list-style-position:outside;
	counter-increment: section;
	margin-left:0.75em;
	text-indent:-0.75em;
}
.orderedlist__item:before{
	content: counters(section, ".") ". ";
	font-family:'Helvetica Neue',sans-serif;
}

/* overview */
.overview__item{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 0.25em);
	margin-bottom:0.5em;
	margin-right:0.5em;
}
.overview__item:nth-child(even){
	margin-right:0;
}
.overview__image{
	pointer-events:none;
}

/* sidebar */
.sidebar{
	border-top: 1px dotted #666;
	padding-top:1.5em;
}
.sidebar__section{
	margin-bottom:1em;
}
/* sitemap */
.sitemap{
	padding:1.5em 0em;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	line-height:2;
}
.sitemap__item{
	margin-bottom:0.5em;
}
.sitemap__pages{
	margin-left:1em;
}
.sitemap__section{
	margin-bottom:2em;
}

/* slider */
.slider{
	display:none;
}
.slider__display{
	display:none;
	margin-bottom:0.5em;
}
.slider__captions{
	margin-bottom:0.5em;
}
.js .slider{
	display:block;
}

/* stepper */
.stepper__btn{
	padding:0.5em 0;	
	display:inline-block;
	vertical-align:middle;
}
.header__stepper .stepper__btn{
	padding:1em;
}
.stepper__btn--inactive{
	visibility:hidden;
}
.stepper__label{
	display:none;
}

/* teaser */
.teaser{
	text-transform:uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.teaser__description{
	margin-bottom:0.25em;
}
.teaser__figure {
    margin-bottom:0.25em;
}
.teaser__headline{
	/*color:#065701;*/
	font-weight:bold;
}
.teaser__image{
	pointer-events:none;
	background-image:url(../assets/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
}
.teaser__item{
	margin-bottom:1em;
}
.teaser__subheadline{
	display:block;
}
.teaser__year{
	display:block;
}

/* tools */
.tools{
	overflow:hidden;
	margin:1em 0em;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	display:none;
}
.tools__action{
	float:right;
	margin-left:0.5em;
}
.tools__btn{
	padding:0.5em;
	padding-right:0em;
	display:inline-block;
}
.tools__filter{
	display:block;
}
.tools__page {
	bottom: 0;
    padding: 0.375em 1em;
    position: fixed;
    right: 1em;
    z-index: 11;
}
.tools__jumper{
	display:none;
}

/* viewer */
.viewer__item{
	margin-bottom:1em;
}
.viewer__item:last-child{
	margin-bottom:0;
}
.viewer__link{
	display:block;
}
.viewer__link--portrait{
	width:66%;
}

/* wysiwyg */
.wysiwyg__blockquote {
    margin: 1em;
    margin-top:0;
}
.wysiwyg__blockquote .wysiwyg__paragraph{
	margin-bottom:0.5em;	
}
.wysiwyg__footer{
	text-align:right;
}
.wysiwyg__link{
	color:#065701;
}
.chapter{
	display:block;
	border-bottom:1px dotted black;
	text-align:center;
	color:#065701;
	font-size:0.813rem;
}
.chapter:before{
	content:"Read full text: ";
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#000;
}
.wysiwyg__list{
	margin-bottom:1em;
}
.wysiwyg__list-item::before {
    content: "– ";
}
.wysiwyg__list-item {
    margin-left: 0.875em;
    text-indent: -0.875em;
    
}
.wysiwyg__paragraph{
	margin-bottom:1em;
	max-width:36rem;
}
.wysiwyg__paragraph--additional{
	font-size:0.813em;
}
.wysiwyg__headline{
	font-weight:bold;
	margin-bottom:1em;
}
.wysiwyg__subheadline{
	font-weight:bold;
}

/* util */
.hidden{
	visibility:hidden;
}


/* filter */
@media (max-width: 64em) {
	&::-webkit-scrollbar {
    	display: none;
	}
	.breadcrumb--mobile {
  		overflow-x: auto;
		overflow-y: hidden;
  		white-space: nowrap;
  		-webkit-overflow-scrolling: touch;
	}
	.navigation-filter__items {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.navigation-filter__item {
    	display: inline-block;
	}
}

/* layout */
@media (min-width: 75em) and (min-height:600px){
	.article__default{
		min-height:700px;
	}
}
@media (min-width: 75em) and (min-height:800px){
	.article__default{
		min-height:900px;
	}
}
@media (min-width: 75em) and (min-height:1080px){
	.article__default{
		min-height:1300px;
	}
}
@media (min-width: 75em) and (min-height:1440px){
	.article__default{
		min-height:1600px;
	}
}

/* hyphen */
@media (max-width: 40em) {
	.wysiwyg__paragraph{
		-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;

	}
}

