body {
	position: relative;
	margin: 0;
	font-family: 'Roboto Slab', serif;
}

header {
	width: 100%;
	height: 0;
	display: flex;
	align-items: flex-start;
	position: fixed;
	top: 0;
	bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
	z-index: 100;
}

#logos {
	width: 300px;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
}

#main {
	position: relative;
	margin-top: 100vh;
	margin-bottom: 50vh;
	margin-left: 300px;
	z-index: 10;
}

#main>article {
	background: #fff;
}

#main>article>section {
	margin: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1200px;
}

.bg, #bg_filter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

#bg_filter {
	background: #266d90;
	opacity: 0.5;
	z-index: 3;
}

.bg.active {
	z-index: 2;
}

.bg:not(.active) {
	z-index: 1;
}

.bg {
	filter: grayscale(1);
}

.columns {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.columns article {
	width: 40%;
	flex-grow: 1;
	max-width: 700px;
}

.columns article:first-child {
	margin-right: 60px;
}

article.fullwidth {
	width: 100%;
	max-width: none;
}

.single {
	max-width: 700px;
}

.placeholder {
	height: 400px;
	padding-bottom: 40%;
	background: #deddd0;
}

.legend {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.4em;
}

h1 {
	font-size: 2.5em;
	padding-bottom: 25px;
	border-bottom: solid 1px;
	margin-top: 20px;
}

h1 span {
	color: #79b748;
}

h3 {
	margin-bottom: 5px;
}

p {
	line-height: 1.65em;
}

hr {
	border: none;
	height: 1px;
	background: #79b748;
	margin-bottom: 30px;
}

.lead {
	font-weight: bold;
	font-size: 1.2em;
}

/******************* LINKS ***************************/

#main a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.02em;
	cursor: pointer;
	white-space: nowrap;
}

/*
#main a.intern:before {
    content: url(img/pfeil.svg);
    display: inline-block;
    width: 15px;
    margin-left: 3px;
    margin-right: 3px;
}
*/

#main a.mail:before {
	content: url(img/envelope.svg);
	display: inline-block;
	width: 18px;
	margin-right: 3px;
	vertical-align: -2px;
}

#main a.doc:before {
	content: url(img/doc.svg);
	display: inline-block;
	width: 18px;
	margin-right: 7px;
	vertical-align: -5px;
}

#main a.intern:before {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #79b748;
	vertical-align: 0px;
	margin-left: 3px;
	margin-right: 3px;
}

#main a, #main a:visited {
	color: #79b748;
}

p.webdesign {
	margin-top: 0;
	font-size: 11px;
	color: #999;
	cursor: pointer;
}

p.webdesign a {
	color: #999;
	text-decoration: none;
}

button, .contact_form .submit_button {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	border: none;
	background: #6fab3f;
	color: #fff;
	width: auto;
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	font-family: 'Roboto Condensed', sans-serif;
}

/******************* LINKBUTTON ************************/

#main a.linkbutton {
	color: #fff;
	background: #79b748;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

/******************** NAVIGATION ***********************/

nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	order: 2;
	background: #f7f7f7;
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 15px;
}

nav a, nav a:visited {
	color: 000;
	text-decoration: none;
}

nav ul {
	padding: 0;
}

nav li {
	display: inline;
	margin-right: 20px;
	padding: 0;
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	cursor: pointer;
}

nav li.active a {
	font-weight: bold;
	color: #71ad42;
}

#languages {
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
}

#languages a {
	margin-left: 10px;
	font-size: 0.85em;
	color: #666;
}

#languages a.active {
	color: #79b748;
	cursor: default;
}

#languages a:not(.active) {
	cursor: pointer;
}

/******************* LOGOS ******************************/

#logos {
	order: 1;
}

#project_icon, #partners {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
}

#project_icon {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#partners {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

#partners p {
	text-align: center;
}

#partners p.legend {
	width: 95%;
	margin-bottom: 2px;
}

#partners img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#partners>div {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#partners>div a, #partners>div a:visited {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	opacity: 0.8;
	text-decoration: none;
	color: #000;
}

#partners h3 {
	display: none;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
}

#logo_uzh {
	width: 160px;
}

#logo_zhaw {
	width: 60px;
}

#logo_unil {
	width: 160px;
}

#logo_unige {
	width: 150px;
}

#logo_eth {
	width: 140px;
}

@media (max-height:900px)and (min-width:1001px) {
	#partners img {
		display: none;
	}

	#partners h3 {
		display: inherit;
	}
}

/******************** ACCORDION ********************/

.summary {
	clear: both;
	cursor: pointer;
	border-top: solid 1px #79b748;
	padding-top: 18px;
	margin-top: 0px;
}

h2 span {
	background: #79b748;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 12px;
	vertical-align: 2px;
}

.summary:first-of-type {
	border-top: none;
}

.summary:after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent #79b748;
	vertical-align: 0px;
	margin-left: 10px;
	transition: transform 0.2s;
}

.summary.active:after {
	transform: rotate(90deg);
}

.details {
	display: none;
}

.leitung {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: solid 1px #79b748;
}

.leitung h4 {
	margin-bottom: 5px;
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	margin-top: 15px;
}

.leitung p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

/****************** Grafiken ********************/

#main img {
	width: 100%;
}

/****************** Listen **********************/

#main ul, #main ol {
	font-family: 'Roboto condensed';
	list-style-position: outside;
	padding-left: 1.5em;
}

#main ul, #main ol {
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 25px;
}

#main li {
	margin-bottom: 0.5em;
}

#main ul li::before {
	content: "";
	background-color: #79b748;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: -20px;
	margin-right: 10px;
}

#main ol {
	counter-reset: item;
}

#main ol li {
	counter-increment: item;
}

#main ol li:before {
	content: counter(item)'.';
}

/***************** DEFINITIONSLISTE (JOBS) *********************/

dl {
	border-top: solid 1px #79b748;
	border-bottom: solid 1px #79b748;
	display: flex;
	flex-wrap: wrap;
}

dt, dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

dt {
	width: 10%;
	min-width: 120px;
	flex-grow: 1;
	font-family: 'Roboto condensed';
	padding-right: 10px;
}

dd {
	width: 80%;
	flex-grow: 1;
	margin: 0;
}

dd:not(:last-child) {
	border-bottom: solid 1px #c1c1c1;
}

/************************ BOX **************************/

.box {
	background: #eeeeee;
	font-family: 'Roboto condensed';
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	padding-top: 15px;
}

.box h2:first-child, .box h3:first-child {
	margin-top: 0;
}

.box li {
	font-size: 1.1em;
}

.box>* {
	margin-left: 12px;
	margin-right: 12px;
}

.box.spot {
	background: #a7d681;
}

#main .box.spot ul li::before {
	background-color: #eeeeee;
}

/************************ TEAM *************************/

section.team {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #79b748;
	padding-top: 10px;
}

section.team article {
	margin-right: 4%;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	min-width: 350px;
	width: 10%;
}

article.team section.team article {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.team article img {
	max-width: 180px;
}

.team.former article img {
	display: none;
}

.team.former article .mail {
	display: none;
}

.team h2 {
	margin-bottom: 10px;
}

.team h3 {
	font-size: 1.15em;
	margin-top: 20px;
}

.team p {
	line-height: 1.6;
	font-size: 0.98em;
	color: #222;
}

.team p.label {
	font-size: 0.95em;
	color: #666;
	margin-bottom: 8px;
}

.team .org {
	font-size: 0.85em;
	color: #6d6d6d;
}

p.label {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 300;
}

/******** TEAMLIST ************/

.teamlist {
	border-top: solid 1px #79b748;
}

.teamlist p {
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
}

.teamlist p:first-child {
	margin-top: 30px;
}

.teamlist span {
	display: inline-block;
}

.teamlist span:first-child {
	font-weight: bold;
	margin-right: 10px;
}

.teamlist span:nth-child(2) {
	font-weight: 300;
	font-size: 0.95em;
	margin-right: 10px;
}

/************************** NEWS *****************************/

#news {
	/*display: none;*/
	transition: transform 0.1s;
	transform-origin: top;
	background: #79b748;
	color: #fff;
	position: absolute;
	top: 90px;
	right: 0;
}

div#newsheader {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news>h2 {
	margin-left: 20px;
	letter-spacing: 0.05em;
	font-size: 1.2em;
}

#news article {
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Roboto Slab', serif;
	border-top: solid 1px #a7d681;
	cursor: pointer;
}

#news article:hover h2 {
	color: #000;
}

#news article h2 {
	font-size: 1.3em;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#news article span {
	font-family: 'Roboto Condensed';
	color: #000;
	font-size: 16px;
	font-weight: normal;
	width: 90px;
	display: inline-block;
}

.news {
	max-width: 900px;
}

.news article {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

.news article:last-child {
	border-bottom: none;
}

/************************** NEWSLETTER ***********************/

.contact_form {
	font-size: 15px;
	font-family: 'Roboto Condensed';
}

.contact_form input[type='text'], .contact_form select {
	width: 100%;
	max-width: 300px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 10px;
	border: none;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#main .newsletter ul {
	margin-top: auto;
	margin-bottom: auto;
}

button.newsletterform {
	background: #30799e;
	font-size: 15px;
}

h1.title_with_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/************************** PUBLICATIONS ***************************/

.publications {
	margin-bottom: 40px;
}

/********** PUBLICATIONS NEW *********************/

.publications {
	margin-top: 16px;
}

.publications article {
	padding-bottom: 7px;
	border-top: solid 1px #999;
	display: flex;
}

.publications p {
	margin: 0;
	line-height: 1.2em;

}

.authors, .year, .publisher {
	font-family: 'Roboto Condensed';
	font-size: 0.95em;
}

.year {
	color: #999;
}

.title {
	font-weight: bold;
}

.publications p.type-name {
	font-family: 'Roboto Condensed';
	font-size: 0.9em;
	color: #79b749;
	margin-bottom: 3px;
	padding-top: 9px;
}

#main .publications a.doc:before {
	content: url(img/doc.svg);
	display: inline-block;
	width: 16px;
	margin-left: 4px;
	vertical-align: -3px;
}

.yes {
	display: block;
}

.no {
	display: none;
}



.filterbuttons {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Roboto condensed';
	font-size: 0.9em;
}

.filterbuttons div {
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
	padding: 2px 6px;
	background-color: #6fab3f;
	color: #fff;
	cursor: pointer;
}

.filterbuttons div.active, .filterbuttons.big div.active {
	background-color: #30799e;
	color: #fff;
}

.publications .keywords, .publications .type {
	display: none;
}

#filter h4 {
	margin-bottom: 6px;
}

#filter .summary {
	border-top: none;
}

#filter .summary:after {
	border-width: 6px 0 6px 12px;
}

#main .publications a {
	white-space: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
}

#main .publications a:hover article {
	background-color: #f2f2f2;
}


.filterbuttons.big>div {
	background: #fff;
	color: #70ab3f;
	display: flex;
	align-items: center;
	border: solid 1px;
	border-radius: 6px;
	padding: 4px 9px 3px 7px;
	margin-right: 4px;
}

#main .publications article img {
	width: 40px;
	margin-top: 7px;
	margin-right: 8px;
}

#main .filterbuttons.big img {
	width: 40px;
	margin-right: 4px;
}

#search {
	position: absolute;
	top: 20px;
	right: 0px;
}

/************************** LINKS ***************************/

#main .links ul {
	margin-top: 0;
	margin-bottom: 0;
}

#main .links .box {
	margin-top: 0;
	margin-bottom: 0;
}

.links .box:first-of-type {
	padding-top: 20px;
}

/************************** BUNDESPROJEKTE ***************************/

#main .bundesprojekte ul {
	margin-top: 0;
	margin-bottom: 0;
}

#main .bundesprojekte .box {
	margin-top: 0;
	margin-bottom: 0;
}

.bundesprojekte .box:first-of-type {
	padding-top: 20px;
}

.bundesprojekte .box:last-of-type {
	padding-bottom: 15px;
}

/************************** MOBILE ***************************/

@media (max-width:1400px) {
	.columns article {
		width: inherit;
	}

	.columns article:first-child {
		margin-right: 0;
	}
}

@media (max-width:1000px) {
	header {
		position: relative;
		flex-wrap: wrap;
		height: auto;
	}

	#logos {
		height: auto;
		min-height: inherit;
	}

	nav {
		flex-direction: column;
		padding-top: 0;
	}

	nav, #logos {
		width: 100%;
	}

	nav ul {
		text-align: center;
	}

	nav li {
		margin-right: 10px;
		margin-left: 10px;
		line-height: 30px;
	}

	#languages a {
		margin-right: 10px;
	}

	#partners {
		display: flex;
	}

	#news {
		position: initial;
		order: 3;
		width: 100%;
	}

	#main {
		margin: 0;
		margin-top: 250px;
		width: 100%;
	}

	#main>article>section {
		margin-left: 3%;
		margin-right: 3%;
	}

	#project_icon {
		order: 2;
	}

	#partners {
		order: 1;
		margin-top: 20px;
		margin-bottom: 0;
	}

	#partners>div {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	#partners>div a {
		border-bottom: none;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width:700px) {
	.team article {
		margin-right: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		min-width: inherit;
		width: auto;
		flex-grow: 1;
	}
}

@media (max-width:550px) {
	#partners img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#logo_uzh {
		width: 100px;
	}

	#logo_zhaw {
		width: 37px;
	}

	#logo_unil {
		width: 100px;
	}

	#logo_unige {
		width: 95px;
	}

	#logo_eth {
		width: 90px;
	}

	/*
    #partners img {
        display: none;
    }
    #partners h3 {
        display: inherit;
    }
    
    */
}

/* Table Styles */
table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 20px 0;
}

table thead {
	background: #4ea18e;
	color: white;
}

table th {
	padding: 12px 15px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
}

table td {
	padding: 12px 15px;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

/* Gruppierte Zebra-Streifen für rowspan-Gruppen */
/* Erste Gruppe (ökologische Perspektive - 3 Zeilen) */
table tbody tr:nth-child(1),
table tbody tr:nth-child(2),
table tbody tr:nth-child(3) {
	background: #e4fbd2;
}

/* Zweite Gruppe (gesellschaftliche Perspektive - 6 Zeilen) */
table tbody tr:nth-child(4),
table tbody tr:nth-child(5),
table tbody tr:nth-child(6),
table tbody tr:nth-child(7),
table tbody tr:nth-child(8),
table tbody tr:nth-child(9) {
	background: #c8ecab;
}

/* Dritte Gruppe (ökonomische Perspektive - 2 Zeilen) */
table tbody tr:nth-child(10),
table tbody tr:nth-child(11) {
	background: #e4fbd2;
}

/* Vierte Gruppe (Planung & Management - 4 Zeilen) */
table tbody tr:nth-child(12),
table tbody tr:nth-child(13),
table tbody tr:nth-child(14),
table tbody tr:nth-child(15) {
	background: #c8ecab;
}

/* Subtile Trennung innerhalb der Gruppen */
table tbody tr:not(:first-child):not(:nth-child(4)):not(:nth-child(10)):not(:nth-child(12)) td:not([rowspan]) {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}


/* Responsive table */
@media (max-width: 768px) {
	table {
		font-size: 12px;
	}

	table th,
	table td {
		padding: 8px 10px;
	}
}