
a:link {text-decoration: none; color: #1339e6}
a:visited {text-decoration: none; color: #f6f6f3}
a:active {text-decoration: none; color: #f6f6f3}
a:hover {text-decoration: underline; color: #f6f6f3}

:root{
	--modal-duration: 1s;
	--modal-color: rgb(224, 224, 224);
}

#live{
	font-family: 'Gill Sans';
/*	padding: 1px 5px;
	border: 1px solid #fff;*/
	width: max-content;

}
#live h3{
	margin-top: 0em;
	margin-bottom: 0em;

}
#Headline{
	font-family: 'Times New Roman';
	font-style: italic ;
	
	font-size: 1.25em;

}

header {
	
	top : 5%;
	height: 5%;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;

}
 body {

	width: auto;
    height: 100vh;
	position: relative;
	background-size: auto;
	font-family: 'Times New Roman', Times;
	background: rgb(29,35,42);
	background: -moz-linear-gradient(0deg, rgba(29,35,42,1) 0%, rgba(72,85,99,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(29,35,42,1) 0%, rgba(72,85,99,1) 100%);
	background: linear-gradient(0deg, rgba(29,35,42,1) 0%, rgba(72,85,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d232a",endColorstr="#485563",GradientType=1);
	color: #ffffff;
	justify-content: center;
	align-items: center;

}


h1{
 
	color: #ffffff;
	font-size:2em;
	margin-bottom: 5%;
	font-style: italic;
	text-decoration: underline;
}
h2{
	color: #fff;
	font-size: 1.25em;
	margin-top: 1%;
	margin-bottom: 1%;
	text-decoration: underline;
	font-style: italic;
}
h3{

	color: #ffffff;
	font-size:1.5em;
	margin-bottom: 1%;
	margin-top: 10%;
	text-decoration: underline;
	font-style: italic;
}
h4{
	color: #000;
	font-size: 1.25em;
	margin-top: 1%;
	margin-bottom: 1%;
	font-style: italic;

}

.streaminfo {
  position: relative;
  bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  height: auto;
  width: auto;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	font-size: 20px;
}

.stream {

	position: relative ;
	text-align: center;


}

.date {
	position: relative;

  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
	max-width: 100%;
	max-height: 100%;
	display: block;
/*	padding: 1px 5px;
	border: 1px solid #fff;
  /*whatever width you want*/
}
.date h1{
	font-family: underline;
	color: #ffffff;
	font-size:16px;

}
.info {
	position: relative;
	top: 0.5%;
  margin-left: 2%;
  width: 70%;
  text-align: left;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.info h1{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: auto;
	text-align: center;
}
#infotext {
	position: relative;
	font-style: initial;
	text-align: left;
	margin: 15% auto;
	margin: 1% 5%;
	margin-left: 0;
	width: fit-content;
	font-size: 1.0em;
}

#infotext h1 {

	font-size: 1.5em;
	text-align: left;
	margin-left: 0;

}
  /*whatever width you want*/


/* Info Fenster */

  button{
	  border-radius: 5px;
	  border: 3px solid #fff; 
	  background-color: rgb(95, 93, 93);
	  padding: 1em 2em;
	  width: max-content;
	  cursor: pointer;
	  color: #fff;
		}
	button:hover{
		background: rgb(34, 34, 34);
	}

	footer{
		
		text-align: center;
		margin-left: auto;
		margin-right: auto;	
		margin-top: 10%;
	}
	
