a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

@keyframes fadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

body{
	font-family: freight-text-pro, serif;
	font-size: 22px;
	color: #4B4B4B;
}
main{
	opacity: 0;
	animation: fadeIn 2s ease forwards;
}
.row{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.content{
	margin-left: 85px;
}
a{
	transition: all 400ms ease;
}
header div{
	box-sizing: border-box;
	display: block;
	background: #F7F6F0;
	padding: 60px 325px 75px 85px;
	box-shadow: -30px 30px 0 #58726A;
	position: relative;
	margin-bottom: 200px;
}
header.wide div{
	padding: 60px 265px 75px 85px;
}
@keyframes headerImg{
	from{
		transform: translateY(30px);
	}
	to{
		opacity: 1;
	}
}
header picture{
	display: block;
	position: absolute;
	bottom: -155px;
	right: 125px;
	opacity: 0;
	animation: headerImg 1s .5s ease forwards;
}
header img{
	border-radius: 5px;
	box-shadow: 15px 15px 25px rgba(0,0,0,.20);
}

header p{
	color: #314841;
	margin-bottom: 5px;
}
header hr{
	max-width: 65%;
	border: none;
	border-top: 1px dotted #836B5B;
	margin: 2rem 0;
}
a.projekt{
	display: inline-block;
	border: 1px solid #836B5B;
	color: #836B5B;
	text-decoration: none;
	padding: .5rem .75rem;
	border-radius: 5px;
	margin: .75rem 0 0 85px;
	font-weight: bold;
}
a.projekt:hover{
	background: #836B5B;
	color: #fff;
}
nav{
	display: flex;
	justify-content: space-between;
	padding: 45px 85px;
}
header nav>a{
	color: #58726A;
	font-style: italic;
}
nav a{
	display: inline-block;
	color: #0F1816;
	font-size: 18px;
	padding-bottom: 4px;
	text-decoration: none;
}
nav a.de{
	margin-right: 20px;
}
.de nav .de, .en nav .en{
	border-bottom: 1px solid #0F1816;
}

h1{
	font-size: 66px;
	line-height: 66px;
	color: #314841;
	z-index: 400;
	position: relative;
}

header h2{
	color: #836B5B;
	font-size: 2.4rem;
	line-height: 115%;
	font-style: italic;
	margin-bottom: 4rem;
	border-left: 20px solid #D6C2B4;
	padding-left: 2rem;
}

em{
	font-style: italic;
}
strong{
	font-weight: 700;
}
sup {
	display: inline-block;
    font-size: 65%;
    transform: translateY(-.65em);
    margin-left: .1em;
}
p{
	display: block;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 35px;
	max-width: 700px;
}

.cite{
	background: url('quote.svg') no-repeat 5% 0%, #58726A;
	background-size: 20%, auto;
	padding: 110px 0;
	margin: 80px 0 0 0;
}
.cite h2{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 0;
	max-width: 700px;
}

.text{
	background: #F7F6F0;
	padding: 85px 0;
}

.publikationen{
	background: #836B5B;
	padding: 110px 0 85px 0;
}

h3{
	font-size: 36px;
	font-weight: 700;
	color: #D6C2B4;
	margin-bottom: 75px;
}
.publikationen p{
	display: block;
	border-left: 15px solid #725E50;
	padding: 0 0 0 30px;
	color: #232C29;
	margin-bottom: 55px;
}
.publikationen p em{
	color: #fff;
}
.publikationen p span{
	color: #D6C2B4;
}
.publikationen a{
	color: #232C29;
}
.publikationen span a{
	color: #D6C2B4;
}
.publikationen a:hover{
	color: #E2CB55;
}

footer{
	padding: 110px 0;
}
footer hr{
	border: none;
	border-top: 1px solid #CECECE;
	max-width: 700px;
	margin: 55px 0;
}

footer .logo{
	display: inline-block;
	margin-left: min(35px, 5vw);
	max-width: 55%;
}

.impressum{
	margin-top: 110px;
	color: #58726A;
}
.impressum p, .impressum strong, .footnote p{
	font-size: 16px;
	line-height: 24px;
}
.impressum>strong{
	display: block;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.back{
	border-top: 1px solid #CECECE;
	margin-top: 55px;
	padding-top: 55px;
}

/* sub colors */

.hfm .text p, .hfm header p, .hfm h1{
	color: #323735;
}
.hfm header div{
	box-shadow: -30px 30px 0 #CC8B97;
	background-color: #F4EDDF;
	color: #323735;
}
.hfm .text{
	background-color: #F4EDDF;
}
.hfm .cite{
	background-color: #CC8B97;
}

.hfm .publikationen{
	background-color: #527384;
}
.hfm h3, .hfm .publikationen p span{
	color: #98BDC1;
}
.hfm .publikationen p{
	border-left-color: #395564;
}


@media screen and (max-width: 1099px){
	header div{
		padding: 60px 60px 0 60px !important;
		margin-bottom: 95px;
		box-shadow: none !important;
	}
	header picture{
		position: relative;
		bottom: auto;
		right: auto;
		transform: translateY(20px);
	}
	header img{
		max-width: 100%;
	}
	header h1{
		font-size: 55px;
		line-height: 55px;
	}
	.content{
		margin: 0 60px;
	}
	header hr.content{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	a.projekt{
		margin-left: 60px;
	}
	section p.content{
		margin-bottom: 35px;
	}
	.publikationen p{
		margin: 0 60px;
	}
	.publikationen h3{
		margin-bottom: 55px;
	}
}

@media screen and (max-width: 767px){
	header nav{
		padding: 5% 10%;
	}
	header div{
		padding: 10% 10% 0 10% !important;
		margin-bottom: 60px;
	}
	header h1{
		font-size: 40px;
		line-height: 40px;
		max-width:360px;
	}
	header h2{
	font-size: 1.6rem;
	border-left: 10px solid #D6C2B4;
	padding-left: 1rem;
	}

	.content{
		margin: 0 10%;
	}
	a.projekt{
		font-size: 16px;
		margin-left: 10%;
		margin-right: 10%;
	}
	section p.content{
		margin-bottom: 25px;
		line-height: 23px;
	}
	p{
		font-size: 16px;
		line-height: 23px;
	}

	.cite{
		background: url('quote.svg') no-repeat 90% 0%, #58726A;
		background-size: 30%, auto;
		margin: 40px 0 0 0;
		padding: 40px 0;
	}
	.cite h2{
		font-size: 22px;
		line-height: 28px;
	}
	.text, .publikationen, footer{
		padding: 40px 0;
	}
	.publikationen h3{
		font-size: 22px;
	}
	.publikationen p{
		margin: 0 10%;
	}
}

