#subnav.everysecond li:nth-child(2n) {
	display: none;
}

.section.text {
	background-color: #e6001d;
}

.section.header {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section.description.header {
	background-image: url('../img/kongo-tribunal_projekt_gesamtprojekt.jpg');
}

.section.hearings.header {
	background-image: url('../img/kongo-tribunal_projekt_hearings.jpg');
}

.section.documentary.header {
	background-image: url('../img/kongo-tribunal_projekt_film-bisimwa.jpg');
}

.section.witnessj.header {
	background-image:
		url('../img/kongo-tribunal_projekt_zeuge-j-screenshot.jpg');
}

.section.book.header {
	background-image:
		url('../img/kongo-tribunal_projekt_das-buch-milo-rau-zeuge.jpg');
}

.section.header .heading {
	text-align: center;
}

.section.header .heading h1 {
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 30px 40px;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.section.header .heading .projectlogo {
	display: inline-block;
	width: 372px;
	height: 408px;
	max-height: 45vh; max-width : 80vw;
	background-color: transparent;
	background-image: url('../img/kongo-tribunal-logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 80vw;
}

.partnerlogos {
	text-align: center;
	margin: 5vw 100px;
}

.mobilepartners {
	display: none;
}
.desktoppartners {
	display: inline;
}

/**
 * CSS for screens below 1024px width, e.g. iPad portrait
 */
@media screen and (max-width: 1023px) {
}

/**
 * CSS for screens below 768px width, e.g. iPhone
 */
@media ( max-width : 767px) {
	.section.header .heading h1 {
		font-size: 25px;
		padding: 15px 20px;
	}
	.partnerlogos {
		margin: 0 40px;
	}
	.mobilepartners {
		display: inline;
	}
	.desktoppartners {
		display: none;
	}
	.section.documentary.header {
		background-position-x: 28%;
	}
	.section.witnessj.header {
		background-position-x: left;
	}
	.section.hearings.header {
		background-position-x: 92%;
	}
	.section.description.header {
		background-position-x: 72%;
	}
}