/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v20-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v20-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v20-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.startdate {
	padding: 8px 15px;
	margin: -15px -15px 15px;
	background-color: #f9ae00;
	color: #002d72;
	text-align: center;
}

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

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

.login {
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10vh;
}

.footer-navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-navigation a {
	color: #6681aa;
}

html {
	height: 100%;
}

p {
	margin: 10px 0;
}

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

a:hover {
	color: #007bff;
}

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

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

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

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

header .logo {
	display: flex;
	margin-right: auto;
}

header .logo img {
	vertical-align: middle;
	width: 200px;
	height: auto;
}

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

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

header .inside,
footer .inside {
	background-color: #002d72;
	color: #fff;
}

main {
	flex-grow: 1;
}

main > .inside {
	padding: 0;
	display: flex;
	flex-direction: column;
}

main > .inside > div {
	width: 100%;
	margin-bottom: 5px;
}

main .player {
	order: 1;
	position: relative;
	align-self: flex-start;
}

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%;
}

.player > .flowplayer {
	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 .right {
	background-color: #002d72;
	order: 2;
	color: #fff;
}

main .right .inside {
	box-sizing: border-box;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto 1fr;
}

main .right iframe {
	border: 0;
	width: 100%;
	min-height: 300px;
	height: 100%;
}

main .left {
	background-color: #002d72;
	order: 3;
}

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

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

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

button {
	cursor: pointer;
	color: #002d72;
	border: 1px solid #002d72;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit;
	padding: 7px 20px;
	font-weight: 700;
	border-radius: 5px;
	transition: color 0.2s, background-color 0.2s;
}

button:hover {
	background-color: #002d72;
	color: #fff;
}

.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 #002d72;
}

.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-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

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

.input input {
    border: 1px solid #002d72;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    padding: 7px 20px;
    border-radius: 5px;
}

.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: #002d72;
	color: #fff;
	padding: 3px;
	border: 1px solid #002d72;
    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 #002d72;
    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;
}

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

#downloads a {
	color: #fff;
	position: relative;
	padding-left: 16px;
	display: inline-block;
	color: #f9ae00;
	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 (min-width: 576px) {
	.footer-navigation {
		display: flex;
		width: 100%;
		justify-content: center;
		line-height: 1;
		padding: 5px;
	}
	.footer-navigation li + li {
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #6681aa;
	}
}

@media (min-width: 768px) {
	header {
		margin-bottom: 0;
	}
	header, footer {
		padding: 10px;
	}
	main {
		padding: 0 10px;
	}
	main > .inside {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	main > .inside > .player {
		margin-bottom: 10px;
	}
	main > .inside > .left,
	main > .inside > .right {
		width: calc(50% - 5px);
		margin-bottom: 0;
	}
	main > .inside > .left {
		order: 2;
	}
	main > .inside > .right {
		order: 3;
	}
}

@media (min-width: 1200px) {
	header, footer {
		padding: 20px;
	}
	main {
		padding: 0 20px;
	}
	main > .inside > .player {
		order: 2;
		width: calc(100% - 640px);
		margin-bottom: 0;
	}
	main > .inside > .left,
	main > .inside > .right {
		width: 300px;
	}
	main > .inside > .left {
		order: 1;
	}
	main > .inside > .right {
		order: 3;
	}
}