@font-face {
    font-family: DaxWebPro;
    src: url(../fonts/daxwebpro_1.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: DaxWebPro;
    src: url(../fonts/daxwebpro_medi_1.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: DaxLineWebPro;
    src: url(../fonts/daxlinewebpro_1.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: DaxlineWebPro;
    src: url(../fonts/daxlinewebpro_bold_1.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: DaxlineWebPro;
    src: url(../fonts/daxlinewebpro_italic_1.woff2) format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: DaxlineWebPro;
    src: url(../fonts/daxlinewebpro_bolditalic_1.woff2) format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    text-rendering:optimizeLegibility}

.startdate {
	padding: 8px 15px;
	margin: -15px -15px 15px;
	background-color: #aa0020;
	color: #eeeff3;
	text-align: center;
}

.inside,
.text {
	margin: 0 auto;
	max-width: 1600px;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
}

.text {
	background-color: #eeeff3;
	line-height: 28px;
}

.text__centered {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.center-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login {
	text-align: center;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login p {
	margin-top: 0;
}

.footer-navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.footer-navigation a {
	color: inherit;
}

html {
	height: 100%;
}

p {
	margin: 10px 0;
}

a {
	color: #6681aa;
	text-decoration: none;
}

h2 {
	margin: 0 0 10px;
	font-size: 21px;
}

body {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	font-family: DaxWebPro;
	font-size: 16px;
	line-height: 1.3;
	color: #222;
}

header {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 0;
}

header .inside {
	justify-content: flex-end;
	align-items: center;
	display: flex;
	border-bottom: 1px solid #eeeff3;
	flex-wrap: wrap;
	padding-top: 0;
	padding: 0;
}

header .logo {
	display: flex;
	margin-right: auto;
	margin: 0 auto 10px 15px;
}

header .logo img {
	width: 100px;
	height: auto;
}

header .logout {
	margin-left: 15px;
}

header .logout img {
	vertical-align: middle;
}

main {
	flex-grow: 1;
}

main > .inside {
	background-color: #eeeff3;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
}

main > .inside > div {
	width: 100%;
}

main .player {
	grid-row: 1;
	position: relative;
}

main .player::before {
	content: '';
	display: block;
	padding-top: calc(100% / 16 * 9);
}

.video-js {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wowza_player {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wowza_player::before {
	content: '';
	display: block;
	padding-top: calc(100% / 16 * 9);
}

#wowza_player-Container {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

main .left {
	border-top: 1px solid #fff;
	grid-row: 10;
	grid-column: 1;
}

main .left ul {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
}

main .left em {
	color: #aa0020;
	font-style: normal;
	font-weight: bold;
}

main .left li + li {
	margin-top: 10px;
}

main .right {
	border-top: 1px solid #fff;
}

main .right .inside {
	box-sizing: border-box;
	height: 100%;
}

main .right iframe {
	border: 0;
	width: 100%;
	height: calc(100% - 100px);
	min-height: 250px;
	max-height: 400px;
}

main .ted {
	border-top: 1px solid #fff;
}

main .ted iframe {
	border: 0;
	width: 100%;
	vertical-align: middle;
}

button {
	cursor: pointer;
	color: #fff;
	border: 1px solid #eeeff3;
	background-color: #aa0020;
	font-family: inherit;
	font-size: inherit;
	padding: 10px 20px;
	transition: color 0.2s, background-color 0.2s;
}

.language {
	height: 36px;
	width: 62px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.language ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 3px solid #fff;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	overflow: hidden;
	box-shadow: 0 0 10px #eeeff3;
}

.language li {
	border: 5px solid #fff;
	background-color: #fff;
}

.language ul a {
	display: block;
	width: 27px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-right: 20px;
	position: relative;
}

.language ul li:first-child a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 5px 5px 0 5px;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
}

.language ul a.en {
	background-image: url(../assets/en.svg);
}

.language ul a.de {
	background-image: url(../assets/de.svg);
}

.vertical-centered {
	min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-padding {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.text-centered {
	text-align: center;
}

.passwordform {
	display: flex;
	gap: 10px;
	margin: 10px 0;
	flex-wrap: wrap;
	justify-content: center;
}

.passwordform .error {
	width: 100%;
	color: #c00;
}

.passwordform input {
    border: 1px solid rgb(204, 205, 209);
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    padding: 10px 20px;
	text-align: center;
}

.video-js .vjs-big-play-button {
	background-color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1 !important;
	height: 3em;
	margin: 0;
	border-radius: 50%;
	border: 0;
	transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button::after {
	background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2093.361%20105.96%22%3E%3Cpath%20d%3D%22M90.352%2047.768c4.012%202.316%204.012%208.107%200%2010.424L49.69%2081.669%209.027%20105.145C5.015%20107.462%200%20104.566%200%2099.933L0%2052.98%200%206.027c0-4.633%205.015-7.528%209.027-5.212L49.69%2024.292%2090.352%2047.768z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	opacity: 1 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	transform: scale(0.4) translateX(10%);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	line-height: 3em;
}

.video-js .vjs-quality-selector {
	width: auto;
}

.theo-big-play-button-svg-container {
	display: none;
}

.registrationform {
	display: block;
	margin-top: 30px;
}

.registrationform label {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.registrationform label div {
	font-size: 13px;
	background-color: #eeeff3;
	color: #fff;
	padding: 3px;
	border: 1px solid #eeeff3;
    border-radius: 5px 5px 0 0;
}

.registrationform .input {
	margin: 20px 0;
	border: 0;
	border-radius: 0;
	
}

.registrationform input {
	width: 100%;
	padding: 10px;
	border: 0;
	text-align: center;
	font-weight: normal;
	outline: 0;
	border: 1px solid #eeeff3;
    border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}

.registrationform .error {
	font-size: 13px;
	color: #c00;
}

.registrationform .mandatory {
	margin-bottom: 20px;
	font-size: 13px;
}

.headernav {
	background-color: #eeeff3;
	border-bottom: 1px solid #e6e7eb;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
}
.headernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}
.headernav a {
	display: block;
	padding: 5px 10px;
}

.headernav a:hover {
	background-color: #f5f6fa;
}

.headernav a.contactmail {
	color: #aa0020;
}

.headernav a.contactmail::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 5px;
	mask: url(../assets/phone.svg) no-repeat center/contain;
	background-color: currentColor;
}

* + #downloads {
	margin-top: 30px;
}

#downloads a {
	color: #fff;
	position: relative;
	padding-left: 16px;
	display: inline-block;
	color: #aa0020;
	font-weight: bold;
}

#downloads a::before {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#downloads .meta {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin-top: 3px;
}

#downloads a:hover .title {
	text-decoration: underline;
}

@media only screen and (min-width: 576px) {
	.footer-navigation {
		display: flex;
		width: 100%;
		justify-content: center;
		line-height: 1;
		justify-content: flex-end;
	}
	.footer-navigation li {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 768px) {
	header .logo img {
		width: 147px;
	}
	footer > .inside {
		border-top: 1px solid #eeeff3;
		padding-right: 0;
		padding-left: 0;
	}
	main > .inside {
		grid-template-columns: 1fr 1fr;
	}
	main .left {
		grid-row: 2;
		grid-column: 1;
		border-right: 1px solid #fff;
	}
	main .player {
		grid-column: 1 / span 2;
	}
	main .right {
		grid-row: 2;
		grid-column: 2;
	}
	main .ted {
		grid-row: 3;
		grid-column: 1 / span 2;
	}
	footer {
		padding: 10px;
	}
}

@media only screen and (min-width: 1200px) {
	header {
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
	footer {
		padding: 20px;
	}
	main {
		padding: 0 20px;
	}
	main > .inside {
		grid-template-columns: 1fr 3fr 1fr;
	}
	main > .inside > .left {
		grid-row: 1;
		grid-column: 1;
	}
	main > .inside > .player {
		grid-row: 1;
		grid-column: 2;
	}
	main > .inside > .right {
		grid-row: 1;
		grid-column: 3;
	}
	main > .inside > .ted,
	main > .inside > .left .inside,
	main > .inside > .right .inside,
	.text {
		padding: 30px;		
	}
	main > .inside > .ted {
		grid-column: 1 / span 3;
	}	
	
	main > .inside > .ted iframe {
		width: calc(100% - 60px);
	}
}
