@charset "utf-8";

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {
	font-family: 'Roboto', Tahoma, Geneva, sans-serif;
	color: black;
}
body {
	background: #fff;
	color: #300000;
	font-size: 16px; line-height: 1.231;
    margin: 0;
}

::selection {
	background: #96d3f6;
	color: white; text-shadow: none;
}

/* Links */
a {	text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #31509E; }
h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 500; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
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; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
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; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */
.live-popup {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	padding: 20px;
}
.live-popup-content {
	aspect-ratio: 16 / 9;
	width: 100vw;
	max-height: calc((100vh - 40px) * (16 / 9));
	max-width: 100vh;
	background: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	position: relative;
}
.live-popup-content .close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #31509E;
}
.live-popup-content .close:hover {
	background: #1a2c59;
}
.live-popup-content h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
	.live-popup-content h2 { font-size: 1.25em; }
}

.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.liketable {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.liketable > * {
	display: table-cell;
	vertical-align: top;
}

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: green; border-radius: 1px;
	border: 0;
	color: white; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: yellow; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%; max-width: 1020px;
}

#header, #footer {
	background: #31509E;
	color: #fff;
	min-height: 100px;
}
#header .liketable, #nav { min-height: inherit; }
#header .liketable > *:first-child, #aside { width: 32%; }
#header .liketable > *:nth-child(2), #article { 
	padding-left: 3%;
	width: 65%; 
}

#showhide { display: none; }

#nav ul {
	display: table;
	/*font-size: 0.95em;*/
	min-height: 85px;
	width: 100%;
}
#nav ul > li {
	display: table-cell; 
	vertical-align: bottom;
	text-align: center;
	letter-spacing: -0.75px;
}
#nav ul a {
	color: inherit;
	padding: 0 0.4em 1em;
	text-transform: uppercase;
	font-weight: normal;
}
#nav ul li:last-child a { padding-right: 0; }

#main { position: relative; top: 0; bottom: 100px; margin-bottom: 23px; }

#aside {
	background: #fff;
	box-shadow: 0px 0px 5px 3px rgba(187,187,187,1); -webkit-box-shadow: 0px 0px 5px 3px rgba(187,187,187,1); -moz-box-shadow: 0px 0px 5px 3px rgba(187,187,187,1);
	height: calc(100vh - 170px);
	padding-top: 70px;
	position: relative; top: -100px; z-index: 1;
}

#logo { 
	display: inline-block;
	text-align: right;
	padding: 0 1.25em;
}
#logo:hover { text-decoration: none!important; }
#logo img { width: 100%; max-width: 292px; height: auto; }

.event-date {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: -13px;
	left: -33px;
	transform: rotate(343deg);
}

.aside_bluebox { 
	background-color: #31509E;
	margin-top: 50px;
	padding: 20px;
}
.aside_bluebox .likeh2 { 
	color: #FFF;
	font-family: Arial, Tahoma, Verdana; font-size: 2.25em; font-weight: bold;
	line-height: 130%;
	text-align: center;
 }
.aside_bluebox .likeh3 { 
	color: #FFF;
	font-family: Arial, Tahoma, Verdana; font-size: 1.75em; font-weight: bold;
	text-align: center;
}
.aside_bluebox table { 
	color: #fff;
	margin: 1em auto 0;
}
#main > .aside_bluebox { display: none; }

#cta {
	margin-top: 25px;
	padding: 0 35px;
}
#cta a {
	display: block;
	color: inherit;
	border-bottom: 1px solid #ddd;
	font-size: 1.05em;
	padding: 0.6em 0;
	vertical-align: middle;
}
#cta a:first-child { border-top: 1px solid #ddd; }
#cta a > * { display: inline-block; }
#cta a:hover {
	background: #fefefe;
	text-decoration: none;
}
#cta .icon { 
	font-size: 1.5em;
	margin-right: 5px;
	vertical-align: -6px;
	text-align: center;
	width: 35px;
}
#cta .icon-letter { 
	font-size: 1.3em; 
	vertical-align: -3px;
}
#cta .text {
	line-height: 25px;
	vertical-align: middle;
}

#socialmedia-links {
	margin-top: 1em;
	padding: 0 35px;
}
.socialmedia-link {
	display: inline-block;
	text-decoration: none!important;
}
.socialmedia-link img {
	display: block;
	height: auto;
	width: 100%; max-width: 32px;
}

#article {
	padding: 4em 3em 8em;
	padding-left: 5%; padding-right: 0;
}

#footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2; }
#footer .wrapper { 
	clear: both;
	font-size: 0.7em;
	overflow: auto;
	padding-top: 10px; padding-bottom: 10px;
}
#nav_copyright { float: left; }
#nav_copyright a { 
	color: #fff;
	white-space: nowrap;
}

#sponsors-container { float: right; }
#sponsors { position: relative; }
#sponsors .sponsors { 
	clear: both;
	width: 100%;
}
#sponsors .sponsors > * {
	background: #fff;
	display: inline-block;
	float: left;
	margin-left: 22px;
	width: 104px;
}
#sponsors .sponsors > *:first-child { margin-left: 0; }
#sponsors .sponsors img {
	height: 80px; 
	padding: 10px;
	width: 100%; max-width: 80px;
}

/* CONTENT */
#article { line-height: 160%; font-size: 1.125em; text-align: justify; }
#article h1 {
	margin-top: 0;
	font-family: Arial, Tahoma, Verdana;
	font-weight: 900;
}

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
    border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

.ergebnis h2 {
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 1020px) {
	#header .placeholder { width: 17%!important; }
	#nav { width: 83%!important; }
	
	#logo { 
		background: #fff;
		box-shadow: 0px 0px 5px 3px rgba(187,187,187,1); -webkit-box-shadow: 0px 0px 5px 3px rgba(187,187,187,1); -moz-box-shadow: 0px 0px 5px 3px rgba(187,187,187,1);
		padding-top: 5px;
		position: absolute; top: -100px; left: 5px; 
	}
	#logo img { max-width: 130px; }
	#cta { 
		padding: 0 20px!important;
		position: fixed; bottom: 15px; right: 0; z-index: 4;
		transition: bottom 0.4s ease-in-out; 
		-webkit-transition: bottom 0.4s ease-in-out; 
		-moz-transition: bottom 0.4s ease-in-out; 
		-o-transition: bottom 0.4s ease-in-out; 
	}
	#cta > a {
		border: none!important;
		color: #fff;
		display: inline-block;
		float: left;
		margin-left: 10px;
		padding-right: 7px; 
	}
	#cta > a:first-child { margin-left: 0; }
	#cta > a:hover { background: transparent; }
	#cta > a:hover .text { text-decoration: underline; }

	#main > * {
		display: block;
		padding-left: 0; padding-right: 0;
	}
	#aside { 
		box-shadow: none;
		height: auto;
		margin-top: 0;
		padding-top: 0;
		top: 0; z-index: 4;
		width: 100%;
	}
	#aside .aside_bluebox { display: none; }
	#main > .aside_bluebox {
		display: block;
		margin-top: 75px;
	}
	
	#article { 
		padding: 0;
		margin: 3em 0;
		width: 100%;
	}

	#sponsors-container { display: none; }

	.event-date {
		font-size: 0.9em;
		top: -13px;
		left: -4px;
	}
}
@media screen and (min-width: 841px) {
	#socialmedia-links img:nth-child(2) { display: none; }
}
@media screen and (max-width: 840px) {
	body.showmobilemenu { overflow: hidden; }
	#header { position: fixed; top: 0; left: 0; z-index: 4; }
	#logo { 
		left: auto; right: 20px;
		transition: box-shadow 1s ease-in-out, width 1s ease-in-out; 
		-webkit-transition: box-shadow 1s ease-in-out, width 1s ease-in-out; 
		-moz-transition: box-shadow 1s ease-in-out, width 1s ease-in-out; 
		-o-transition: box-shadow 1s ease-in-out, width 1s ease-in-out;
		position: fixed; top: 0; right: 20px;
		width: 130px;
	}
	body.showmobilemenu #logo { box-shadow: none; width: 90px; }
	#showhide {
		background: #fff;
		border: 1px solid transparent;
		color: #31509E;
		display: inline-block;
		font-size: 1.5em;
		line-height: 48px;
		position: fixed; top: 30px; left: 20px;
		text-align: center; text-indent: 3px;
		width: 45px; height: 45px;
	}
	#showhide:hover { 
		background: #31509E;
		border-color: #fff;
		color: #fff;
		text-decoration: none; 
	}
	#nav { 
		background: #31509E;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		overflow-x: hidden; overflow-y: auto;
		padding: 1px 0 0!important;
		position: fixed; left: -840px; top: 100px; bottom: 0; z-index: 5;
		transition: left 1s ease-in-out; -webkit-transition: left 1s ease-in-out; -moz-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out;
		width: 100%!important;
	}
	#nav.show { left: 0; }
	#nav ul li, #nav ul ul { display: block!important; }
	#nav a {
		display: block;
		padding: 0.5em 1em!important;
	}
	#nav li.active a, #nav li:hover a { 
		background: #fff; 
		color: #31509E;
		text-decoration: none;
	}
	body.showmobilemenu #cta { bottom: -100px; }

	#socialmedia-links {
		margin-top: 0;
		padding: 0;
		position: fixed; z-index: 100; top: 38px; right: 220px;
		transition: right 1s ease-in-out;
	}
	#socialmedia-links img { fill: #FFF; }
	#socialmedia-links img:nth-child(1) { display: none; }

	#main { margin-top: 100px; }
	body.showmobilemenu #aside { 
		height: 0; 
		padding: 0;
	}
	body.showmobilemenu #aside_bluebox, body.showmobilemenu #article { display: none; }
}

@media screen and (max-width: 740px) {
	#footer { 
		min-height: 35px;
		transition: min-height 1s ease-in-out; -webkit-transition: min-height 1s ease-in-out; -moz-transition: min-height 1s ease-in-out; -o-transition: min-height 1s ease-in-out; 
	}
	#cta { bottom: 30px; }
	#cta > a { margin-left: 0; }
	#cta .icon {
		background: #31509E;
		border: 3px solid #1a7ab1; border-radius: 50%;
		display: inline-block;
		height: 45px; width: 45px;
		line-height: 45px;
		vertical-align: middle;
	}
	#cta .icon:hover { 
		background: #fff; 
		color: #31509E;
	}
	#cta .text { display: none; }
	
	#article { padding-bottom: 3em; }
	
	#toplist { 
		display: block; 
		overflow: auto;
	}
}

@media screen and (max-width: 470px) {
	#cta { bottom: 40px; }
}

@media screen and (max-height: 400px) {
	#cta {
		transition: bottom 1s ease-in-out; 
		-webkit-transition: bottom 1s ease-in-out; 
		-moz-transition: bottom 1s ease-in-out; 
		-o-transition: bottom 1s ease-in-out; 
		bottom: -200px;
	}
}
@media screen and (max-width: 400px) {
	#socialmedia-links { right: 180px; }
	#logo { width: 100px; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}