@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Comfortaa-Bold;
	src: url(/font/Comfortaa/Comfortaa-Bold.ttf);
  }

  :root {
	--lightBlack:rgba(0, 0, 0, 0.8);
	--hintergrund: #ccc;
	--akzent: #c32e04;
	--linkfarbe: #09c;
  }

body{
	margin:0px;
	padding: 0px;
	background: url("img/TK_26062020-1.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Comfortaa-Bold;
}

img{
	width: 90%;
	height: auto;
	max-width: 100%;
}

a{
	text-decoration: none; 
}

p{
	
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style: square;
	font-family: Comfortaa-Bold;
	font-weight: 100;
	color: white;
	line-height: 1.25em;
	margin: 0em;
	padding: 0em;

}

nav  {
	display:block;
	height: 3em;

	background: var(--lightBlack);
	text-align: center;

}

nav ul{
	display:block;
}
nav ul li{
	
	color: white;
	font-weight: bold;
	display: inline;
	margin: 0 0.188 0 0.188;
	padding: 1em;
}

nav ul li a {
	color: white;
	font-size: 1.125em;
	line-height: 2.5em;
	padding: 0.563em 0.938em 0.375em 0.983em;
	transition: background 0.2s;
	-webkit-transition:background 0.2s;
	
}

nav ul li a:hover{
	background: black;
	
	border-bottom: 1px solid #00a99e;
	border-radius: 4px 4px 4px 4px; 
}

footer{
	display:block;
	height: 3em;
	width: 100%;
	background: var(--lightBlack);
	
	position: fixed;
	bottom: 0;
}

footer ul{

	
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0.8em auto;
	
}
footer ul li{
	
	display: inline;
	font-size: 0.8em;
	color: white;
	padding: 1em;
	
}

footer ul li a {

	color: white;
	font-size: 1.125em;
	line-height: 1.5em;
	padding: 0.563em 0.938em 0.375em 0.983em;
	transition: background 0.2s;
	-webkit-transition:background 0.2s;
	
}

footer ul li a:hover{
	background: black;
	border-bottom: 1px solid #00a99e;
	border-radius: 4px 4px 4px 4px; 
}

.header{
	font-size: 25px;
	color: white;
	width: 40%;
	min-width: 500px;
	max-width: 500px;
	height: 20%;
	min-height: 250px;
	max-height: 300px;
	
	background-color:  rgba(0, 0, 0, 0.95);
	
	padding: 30px 30px;
	top: 50%;
	left: 20%;
	transform: translate(-50%,-50%);
	position: absolute;
	border-radius: 15px;
	box-sizing: border-box;
	


}
.header h2{
		text-align: center;
	font-size: 19px;
	font-weight: bold;
	font-family: Comfortaa-Bold;
}


.header input{
width: 100%;
	margin-bottom: 10px;
	align-content: center;
	font-family: Comfortaa-Bold;
}
.header input[type="text"], input[type="password"]{
	
	height: 50px;
	width: 98%;
	background: transparent;
	border:none;
	border-bottom: 1px solid #00a99e;
	color: white;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	
}
.header input[type="submit"]{
height: 50%;
background-color: transparent;
border:none;
background-color: #00a99e7a;

font-size: 30px;
font-weight: bold;
margin-top: 20px;
color: white;
padding: 6px;
border-radius: 4px 4px 4px 4px; 
}
.header input[type="submit"]:hover{
/*background-color: #1B1B1B;*/
background-color: #00a99e;
cursor:pointer;
}
	
.content{
	font-size: 16px;
	color: white;
	width: 100%;
	min-width: 150px;
	max-width: 1500px;
	min-height: 200px;
	
	margin-bottom: 70px;
	background-color: var(--lightBlack);
	padding: 100px 30px;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-20%);
	position: absolute;
	border-radius: 15px;
	box-sizing: border-box;

	}
.content img{
	float: left;
	padding-right: 20%;
	width: 20%;
	height: auto;
	max-width: 100%;
}

.logo{
	float: left;
	padding-left: 2%;
	margin-top: 15px;
	width: 10%;
	height: auto;
	max-width: 100%;
	position: fixed;
}

.live{
	display: block;
	margin: auto;
	
	margin-top: 10px;
	top: 50%;
	align-items: center;
	
	width: 85%;
}
.Roombuttons{
	margin: auto;
	width: 90%;
	display:block;
	height: 3em;
	padding-top: 6px;
	background: var(--lightBlack);
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;

}

.Roombuttons ul{
	display: block;
}
.Roombuttons li{
	color: white;
	font-weight: bold;
	display: inline;
	margin: 0 0.150 0 0.150;
	
	padding: 1em;
}

.Roombuttons li a{
	color: white;
	font-size: 1.125em;
	
	line-height: 2.5em;
	padding: 0.563em 0.938em 0.375em 0.983em;
	transition: background 0.2s;
	-webkit-transition:background 0.2s;
}

.Roombuttons li a:hover{
	background: black;
	
	border-bottom: 1px solid #00a99e;
	border-radius: 4px 4px 4px 4px; 
}

.stream{
	text-align: center;
	margin-left: 5%;
	color: white;
	width: 90%;
	display: inline-block;
}

.info{
width: 86%;
margin: auto;
margin-top: 30px;
margin-bottom: 200px;
padding-top: 30px;
padding-bottom: 30px;
color: white;
background: var(--lightBlack);
padding-right: 30px;
padding-left: 30px;
	
}

.info img{
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 10%;
	height: auto;
	max-width: 100%;

}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    background-color: var(--lightBlack);
	transition: opacity 1s ease;
	margin-bottom: 3em;
	text-align: center;
	color: white;
	

}


#cookie-popup.hidden {
	opacity: 0;
}

#cookie-popup button{
	color: white;
	background-color:  #00a99e7a;
	border: 0px;
	font-size: 1.125em;
	line-height: 1.5em;
	padding: 0.20em 3em;
	transition: background 0.2s;
	-webkit-transition:background 0.2s;
	border-radius: 4px 4px 4px 4px; 
}

#cookie-popup button:hover{
	background: #00a99e;
	cursor:pointer;
	border-radius: 4px 4px 4px 4px; 
	border: 0px;
}




@media only screen and (max-width: 1250px) {
	.header{
		font-size: 25px;
		color: white;
		width: 40%;
		min-width: 500px;
		max-width: 500px;
		height: 20%;
		min-height: 250px;
		max-height: 300px;
		
		background-color:  rgba(0, 0, 0, 0.95);
		
		padding: 30px 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		position: absolute;
		border-radius: 15px;
		box-sizing: border-box;
		
	
	
	}

	.content{
		font-size: 16px;
		color: white;
		width: 100%;
		min-width: 150px;
		max-width: 1500px;
		min-height: 200px;
		margin-bottom: 70px;
		background-color: var(--lightBlack);
		padding: 100px 30px;
		top: 700px ;
		left: 50%;
		transform: translate(-50%,-20%);
		position: absolute;
		border-radius: 15px;
		box-sizing: border-box;
	
		}
	#cookie-popup {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 6em;
		background-color: var(--lightBlack);
		transition: opacity 1s ease;
		margin-bottom: 3em;
		text-align: center;
		color: white;
		
	
	}
	
	
	#cookie-popup.hidden {
		opacity: 0;
	}
	
	#cookie-popup button{
		color: white;
		background-color:  #00a99e7a;
		border: 0px;
		font-size: 1.125em;
		line-height: 1.5em;
		padding: 0.20em 3em;
		transition: background 0.2s;
		-webkit-transition:background 0.2s;
		border-radius: 4px 4px 4px 4px; 
	}
	
	#cookie-popup button:hover{
		background: #00a99e;
		border-bottom: 1px solid #00a99e;
		border-radius: 4px 4px 4px 4px; 
		border: 0px;
		cursor:pointer;
	}
  }

  .player script{
	  width: 110%;
	  
  }

