@CHARSET "ISO-8859-1";

html {
	box-sizing: border-box;
}

*,
*:before, 
*:after {
    box-sizing: inherit; -webkit-font-smoothing: antialiased;
}

a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}

.mobile-only {
	display: none !important;
}

body {
	background-color: #000;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: 900;
	font-size: 53px;
	color: #e6001d;
	padding: 40px 0 0 0;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	max-width: 980px;
	padding: 0 20px;
	margin: 60px auto 10px auto;
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}

div.citesource {
	max-width: 980px;
	padding: 0 20px;
	margin: 10px auto 40px auto;
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
}

h3, h5 {
	max-width: 740px;
	padding: 0 40px;
	margin: 110px auto 40px auto;
	color: #000;
	font-weight: 900;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
}

p {
	max-width: 740px;
	padding: 0 40px;
	margin: 40px auto 40px auto;
	color: #fff;
	font-weight: normal;
	font-size: 21px;
	text-align: justify;
}

p a {
	font-weight: bold;
}

p a:hover {
	text-decoration: underline;
}

.centerstuff {
	max-width: 740px;
	padding: 0 40px;
	text-align: center;
	margin: auto;
}

.scrollarrow {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.scrollarrow img {
	cursor: pointer;
}

img {
	max-width: 100%;
}

.header-wrap-inner {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

nav.main-navigation {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.menu-wrap {
	margin-top: 30px;
}

.menu-wrap .layout-medium {
	max-height: 54px;
    position: relative;
    width: 100%;
}

.nav-menu {
	text-transform: uppercase;
    transition: all 0.3s ease-out;
    display: block;
    text-align: center;
    font-size: 16px;
}

.nav-menu ul {
	font-size: 0;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
	margin: 0 5px;
    letter-spacing: 1px;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    position: relative;
    cursor: default;
}

.nav-menu ul li a {
	color: rgba(255,255,255,1);
	padding: 0px 22px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
	border: 0;
    display: inline-block;
	-webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.nav-menu ul li a:hover,
.nav-menu ul li.active a {
	background-color: #e6001d;
}

.nav-menu ul li.disabled a,
.nav-menu ul li.disabled a:hover {
	color: #666;
}

.menu-toggle {
	display: none;
	padding: 0;
	transition: .3s;
	width: 48px;
	height: 48px;
	position: relative;
	margin-left: auto;
	cursor: pointer;
}

.menu-toggle .lines,
.menu-toggle .lines:before,
.menu-toggle .lines:after {
	background-color: #fff;
	display: inline-block;
	width: 16px;
	height: 2px;
	transition: .3s;
	position: absolute;
	top: 47%;
	left: 16px;
}

.is-menu-toggled-on .menu-toggle .lines {
	background: transparent;
}

.menu-toggle .lines:before,
.menu-toggle .lines:after {
	left: 0;
	content: '';
	transform-origin: 0.28571rem center;
}

.is-menu-toggled-on .menu-toggle .lines:before,
.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
}

.menu-toggle .lines:before {
	top: 5px;
}

.is-menu-toggled-on .menu-toggle .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.menu-toggle .lines:after {
	top: -5px;
}

.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.site-branding {
	margin: 0;
    text-align: left;
    padding: 0;
    max-width: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.site-title {
	margin: 0;
	padding: 0;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.site-title img {
	max-height: 46px;
    vertical-align: top;
}

.social-container {
	left: auto;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    transition: all 0.3s ease-out;
}

html a.social-link,
.social-container > .textwidget {
	display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 44px;
    vertical-align: top;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-right: 10px;
	color: rgba(255,255,255,1);
	background: none;
	-webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	text-align: center;
}

html a.social-link:hover {
	border-color: #fff;
    background-color: #fff;
    color: #000;
}

.language-switcher {
	display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 44px;
    vertical-align: top;
    font-size: 15px;
	margin-right: 10px;
	background: transparent;
	overflow: hidden;
	text-align: center;
	transition: all 0.15s ease-out;
	cursor: pointer;
}

.language-switcher.opened {
	height: 158px;
}

.language-switcher > a,
.language-switcher > div {
	display: block;
	width: 46px;
    height: 46px;
	margin-bottom: 10px;
    line-height: 44px;
    vertical-align: top;
    font-size: 15px;
	background: transparent;
	text-align: center;
	border: 1px solid #fff;
}

.language-switcher.opened > a,
.language-switcher.opened > div {
	background-color: transparent;
	color: #fff;
}

.language-switcher.opened > div {
	cursor: default;
}

.language-switcher > a:hover,
.language-switcher > div:hover {
	background-color: #fff;
	color: #000;
}

html a.social-link {
	padding: 0;
	font-family: "fontello";
	
}

.social-link:last-child {
	margin-right: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	width: 10px;
    height: 10px;
    margin: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	height: 10px;
    width: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
	transition: all 0.3s ease-out;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 10px;
    width: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #fff;
}

.section {
	text-align:center;
}

.introcite {
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
}

.subline {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.spacer {
	line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
	width: 100%;
}

.spacer.spacer110 {
	height: 110px;
}

.kongologo {
	width: 80%;
	max-width: 420px;
	margin: auto;
	text-align: center;
}

.imprintwrapper {
	text-align: center;
	margin: 0 auto 0 auto;
}

a.buttonlink {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

a.buttonlink i,
a.buttonlink span {
	background-color: #fff;
	line-height: 45px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	font-size: 16px;
	letter-spacing: 1; 
}

html[lang~="fr"] a.buttonlink i,
html[lang~="fr"] a.buttonlink span {
	letter-spacing: 0.1;
}

a.buttonlink i {
	border-right: none;
	width: 45px;
	color: #e6001d;
	text-align: center;
}

a.buttonlink span {
	display: inline-block;
	border-left-color: #e6001d;
	text-transform: uppercase;
	color: #e6001d;
	padding: 0 10px;
	width: 232px;
	text-align: center;
}

a.buttonlink:hover i,
a.buttonlink:hover span {
	background-color: #e6001d;
	color: #fff;
}

a.buttonlink:hover span {
	border-left-color: #fff;
}

.downloadlinks {
	margin-top: 90px;
}

.marginright {
	margin-right: 20px;
}

.statement p {
	color: #000;
}

.statement h2 {
	color: #e6001d;
	margin-top: 10px;
}

.footer {
    background-color: #000;
    text-align: center;
	padding-bottom: 40px;
}

.footer a {
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 19px;
    background-color: #000;
    border: 1px solid #e6001d;
    margin: 5px;
	font-size: 15px;
}

.footer a:hover {
	background-color: #e6001d;
}

/**
 * CSS for screens below 1024px width, e.g. iPad landscape
 */
@media screen and (max-width: 1023px) {
	.mobile-only {
		display: block !important;
	}	

	.menu-toggle {
		display: block;
	}
	
	.site-branding {
	    text-align: center;
	    right: 0;
	    margin: 0 48px;
	}
	
	.social-container {
	    display: none;
	}
	
	.nav-menu {
	    display: none;
	    padding: 2em 0;
	}
	
	.is-menu-toggled-on .header-wrap-inner {
		bottom: 0;
		background-color: #000;
		z-index: 900;
	}
	
	.is-menu-toggled-on .nav-menu {
		display: block;
		background-color: #000;
	}
	
	.nav-menu ul li {
		display: block;
		text-align: center;
	}
	
	.is-menu-toggled-on .menu-wrap {
		background-color: #000;
		position: relative;
		z-index: 1000;
	}
}

@media (max-width: 767px) {
	h1, h2 {
		font-size: 30px;
	}
	
	h2 {
		margin-top: 50px;
		padding: 0 40px; 
	}
	
	h3, h5 {
		margin-top: 75px; 
	}
	
	div.citesource, h3, h5 {
		font-size: 21px;
		line-height: 1.5;
	}
	
	div.citesource {
		margin-bottom: 3vw;
	}
	
	p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	a.buttonlink {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
	a.buttonlink:last-child {
		margin-bottom: 0;
	}
	
	a.buttonlink span {
		font-size: 14px;
		letter-spacing: 0;
		width: 192px;
	}
	
	.centerstuff {
		padding: 0 20px;
	}
	
	.marginright {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.marginright:after {
		content: "\A";
	}
	
	.downloadlinks {
		margin-top: 50px; 
	}
	
	a.imprintlink {
		margin-top: 45vw;
	}
	
	#fp-nav ul li, .fp-slidesNav ul li {
		width: 7px;
		height: 7px;
		margin-right: 0;
	}
	
	#fp-nav ul li a span,
	.fp-slidesNav ul li a span {
		height: 7px;
	    width: 7px;
	    margin: -3px 0 0 -3px;
	    border-radius: 0;
	    background-color: transparent;
	    border: 1px solid #fff;
		transition: all 0.3s ease-out;
	}
	
	#fp-nav ul li a.active span,
	.fp-slidesNav ul li a.active span,
	#fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span {
		height: 7px;
	    width: 7px;
	    margin: -3px 0 0 -3px;
	    border-radius: 0;
	    background-color: #fff;
	    border: 1px solid #fff;
	}
}	