/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/* Typography */
body,
button,
input,
select,
textarea {
	color: black;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {

}

b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-weight: 400;
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/* Elements */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 0 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Forms */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    }

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
    }

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    }

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
    }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
    }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
    }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
    }

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
    }

/* Navigation */

/* Links */
a {
	color: black;
}
a:visited {
	color: black;
}
a:hover,
a:focus,
a:active {
	color: black;
}

.page-frame {
	background-color: rgb(183, 215, 235);
}


.border-top {
	height: 20px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}

.border-bottom {
	height: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9998;
}

.border-left {
	width: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	top: 20px;
	z-index: 9997;
}

.border-right {
	width: 20px;
	position: fixed;
	bottom: 20px;
	right: 0px;
	top: 20px;
	z-index: 9996;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	width: 100vw;
	display: inline-block;
	float: left;
	height: 18vw;
}

.site-branding {
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	right: 8vw;
	top: 8vw;
	height: 50px;
	text-transform: uppercase;
	text-align: justify;
	color: rgb(235, 49, 33);
	line-height: 1.4;
	font-weight: 500;
	width: 350px;
	}

	.site-title {
		letter-spacing: 0.56em;	}

	.site-description {
		letter-spacing: 0.22em;

	}

.site-logo {
	position: absolute;
	left: 8vw;
	top: 8vw;
	height: 50px;
	width: 50px;
	display: block;
}

/* Content */
#content {
    width: 67vw;
    margin-left: 25vw;
	position: relative;
	height: 100vh;
}

#primary {
	max-width: 750px;
}

#main {
	padding-top: 17.7vw;
	padding-bottom: 2em;
}

	#content h2 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}

	#content h1 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}

	#content a {
		color: rgb(235, 49, 33);
		text-decoration: none;
	}

.single #content .people {
	padding-top: 17.5vw;
	max-width: 750px;
}

.people-wrapper {
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.people-wrapper a  {
	text-decoration: none;
}

.page .people-description {
	display: none;
	padding-top: 20px;
}

.people-img {
	height: auto;
	width: 200px;
}

#content .people-title,
#content .entwicklung-title {
	padding-top: 0;
	color: rgb(235, 49, 33);
}

/* Home */
.home .post-35 p {
	font-size: 2.4rem;
	line-height: 1.3;
	color: black;
	padding-bottom: 20px;
	font-weight: 500;
}

/*.home .post-35 p {
	font-size: 2.8rem;
	line-height: 1.3;
	color: black;
	padding-bottom: 20px;
	font-weight: 300;
}*/

.landing-link-wrapper {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
}

.landing-link-wrapper a:before {
	content: '→';
	padding-right: 5px;
}

.download:before {
	font-family: 'europa', sans-serif;
	content: '↓';
	padding-right: 5px;
}

/* Footer */
#colophon {
    width: 25%;
    display: block;
    height: 80px;
	position: fixed;
	bottom: 53px;
	padding: 0 30px 0 60px;
	}

/* Menus */
.main-navigation {
    position: fixed;
	margin-top: 18vw;
	width: 25vw;
	padding: 0 0 0 8vw;
	box-sizing: border-box;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    float: left;
}

.main-navigation li {
	position: relative;
    display: block;
	letter-spacing: 0.07em;
}

.main-navigation a {
	text-decoration: none;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.main-navigation a:hover {
	color: rgb(183, 215, 235);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
    color: rgb(235, 49, 33);
}

/* Small menu */
.menu-toggle {
	display: none;
}


@media (max-width: 659px) {

	.site-header {
		height: 100px;
		position: relative;
	}


	.site-branding {
		right: 40px;
		top: 40px;
	}

	.site-logo {
		left: 40px;
		top: 40px;  
	}

	.people-wrapper {
		margin: 0;
	}

	.people-img {
		width: 100%;
		height: 100%;
		margin-top: 40px;

	}

	#content {
		width: 100%;
		padding: 0 40px;
		margin-left: 0px;
		box-sizing: border-box;
		float: left;
	}

	#main {
		padding-top: 40px;
	}

	.main-navigation {
		width: 100%;
		margin-top: 0;
		position: relative;
		padding: 0;
	}

	.main-navigation ul {
		box-sizing: border-box;
		width: 100%;
		padding: 0 40px;
	}


	.main-navigation ul li {
		display: inline-block;
		width: 19%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.home .post-35 p {
			font-size: 40px;
			font-size: 4rem;
		}

}

	@media (max-width: 560px) {
		.site-branding {
			font-size: 13px;
			width: 310px;
		}

		.site-logo {
			height: 40px;
			width: 40px;
		}


		.main-navigation ul li {
			font-size: 13px;
		}
	}

	@media (max-width: 659px) {
		.site-branding {
			margin: 0 auto;
			margin-top: 40px;
			position: relative;
			top: auto;
			right: auto;
		}

		.site-logo {
			display: none;
		}

		.main-navigation ul li {
			display: block;
			width: 100%;
			text-align: center;
			padding: 0;
		}
		
		body.home #main {
    		padding-top: 7.2vw !important;
		}
		
		.people-img {
    		margin-top: 0;
		}
		
		.stiftungsrat article:last-child .people-wrapper,
		.stipendiat article:last-child .people-wrapper {
    		padding-bottom: 40px;
		}
		
		.people-description {
    		padding-bottom: 55px;
		}
		
		.home .post-35 p {
			font-size: 2rem;
		}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

/* Accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*  Widgets */

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/* Posts and pages */
.sticky {
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Comments */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* Infinite scroll */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* Media */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Galleries */
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

.single-personen .menu-item-33 a,
.single-stiftungsrat .menu-item-33 a,
.single-stipendiaten .menu-item-33 a {
    color: rgb(235, 49, 33) !important;
}

.single-post .menu-item-34 a {
    color: rgb(235, 49, 33) !important;
}

h2.people-title,
h2.entwicklung-title {
    line-height: 1 !important;
}

p.people-position {
    line-height: 1.6 !important;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}

body.page-template-entwicklung article img {
	display: none;
}

body.single-post #content img {
	margin-bottom: -10px;
}

h1 {
	line-height: 1.2 !important;
}

body.page h1 {
	padding-bottom: 1em;
}

body.page-template-entwicklung h1 {
	padding-bottom: 0;
}

body.single-entwicklung h1 {
	padding-bottom: 0 !important;
	color: rgb(235, 49, 33);
}

body.page-template-personen h1 {
	padding-bottom: 1em;
}

body.single-stipendiaten h1,
body.single-stiftungsrat h1 {
	padding-bottom: 0;
	color: rgb(235, 49, 33);
}

p {
	padding-bottom: 1em;
}

.datum {
	padding-bottom: 1em;
}

ul {
	margin-top: -1em;
	margin-bottom: 1em;
}

.people-wrapper img {
	padding-bottom: 10px;
}

h1.site-title {
	display: block !important;
	padding-bottom: 0 !important;
}

body.home h1 {
	display: none;
}

body.home #main {
	padding-top: 17.6vw;
}

li.bottom-menu {
	position: fixed;
	bottom: 30px;
	font-size: 1rem;
}

@media (max-width: 659px) {
	li.bottom-menu {
		position: inherit;
		bottom: auto;
		font-size: 100%;
	}
}