body {
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;

    color: #000000;
}

a {
 text-decoration:none;
 color:#e1e1e1;
}
a:hover {
 text-decoration:none;
 color:#414141;
}

.game{
	clear:both;
	padding-top:30px;
	}
.impressum{
	position:absolute;
	right:10px;
	top:5px;
	font-size:0.8em;
	 color:#e1e1e1;
}

.logo{
	position:absolute;
	right:5%;
	bottom:120px;
	width:10%;
		z-index:100;
}
.logo img {
	width:100%;

}


.datum,.flag,.team,.separator {
	float:left;
    font-size: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
    font-weight: bold;
    color:#000;
}
.team {
	padding-right:10px;
	padding-left: 10px;
	font-size: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
}
.flag1 {
	padding-left: 10px;
}
.flag img {
	height:1em;
}


.contentbox {
     position: absolute;
     top: 5%;
     left: 10%;
     width: 90%;
     min-height: 70%;
     padding: 20px;
     margin-left: -5%;
     margin-top: 0;
     background-color: rgba(255, 255,  255 , 0.2);

	backdrop-filter: blur(10px);
     box-sizing: border-box;
     text-align:center;
     z-index:90;
}

.contentboxTable {
  margin-left: auto;
  margin-right: auto;
  
}
.header1,.header2,.header3 {
	font-weight:800;
}

.header1 {
	font-size: calc(16px + (85 - 16) * ((100vw - 320px) / (1600 - 320)));
	color:#1C1C1C;
}
.header2 {
	font-size: calc(14px + (60 - 14) * ((100vw - 320px) / (1600 - 320)));
	color:#E60019;
}
.header3 {
	font-size: calc(14px + (60 - 14) * ((100vw - 320px) / (1600 - 320)));
	color:#FFE941;
}

/* ---------------------- Desktops and laptops --------------------------------------------------------*/
@media only screen and (min-width : 1280px) {
	html { 
	  background: url(/data/bg_1920x1080.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}
/* ---------------------- iPads (landscape) -----------------------------------------------------------*/
@media only screen and (min-width : 768px) and (max-width : 1279px) and (orientation : landscape) {
	html { 
	  background: url(/data/bg_1920x1080.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}


/* ---------------------- iPads (portrait) ----------------------------------------------------------- */
@media only screen and (min-width : 768px) and (max-width : 1279px) and (orientation : portrait) {
	html { 
	  background: url(/data/bg_1080x1920.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.flag1 {
		clear:left;
		padding-left:0px;
	}	
	.datum {margin-bottom:3px;}
	
	.contentbox {
		min-height:80%;
	}
	
	.logo {
		right:8%;
		width:20%;
		bottom:16%;
	}

	.header1 {
		font-size: calc(16px + (105 - 16) * ((100vw - 320px) / (1600 - 320)));
		color:#1C1C1C;
	}
	.header2 {
		font-size: calc(14px + (70 - 14) * ((100vw - 320px) / (1600 - 320)));
		color:#E60019;
	}
	.header3 {
		font-size: calc(14px + (70 - 14) * ((100vw - 320px) / (1600 - 320)));
		color:#FFE941;
	}

	.datum,.flag,.team,.separator {
		float:left;
	    font-size: calc(10px + (80 - 10) * ((100vw - 320px) / (1600 - 320)));
	    font-weight: bold;
	    color:#000;
	}	
	.team {
		padding-right:10px;
		padding-left: 10px;
		font-size: calc(10px + (80 - 10) * ((100vw - 320px) / (1600 - 320)));
	}

}

/* ---------------------- Smartphones -----------------------------------------------------------------*/
@media only screen and (min-width : 220px) and (max-width : 767px) {
	html { 
	  background: url(/data/bg_1080x1920.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.flag1 {
		clear:left;
		padding-left:0px;
	}	
	.datum {margin-bottom:3px;}
	
	.header1 {
		font-size: calc(16px + (105 - 16) * ((100vw - 320px) / (1600 - 320)));
		color:#1C1C1C;
	}
	.header2 {
		font-size: calc(14px + (70 - 14) * ((100vw - 320px) / (1600 - 320)));
		color:#E60019;
	}
	.header3 {
		font-size: calc(14px + (70 - 14) * ((100vw - 320px) / (1600 - 320)));
		color:#FFE941;
	}

	.datum,.flag,.team,.separator {
		float:left;
	    font-size: calc(10px + (80 - 10) * ((100vw - 320px) / (1600 - 320)));
	    font-weight: bold;
	    color:#000;
	}	
	.team {
		padding-right:10px;
		padding-left: 10px;
		font-size: calc(10px + (80 - 10) * ((100vw - 320px) / (1600 - 320)));
	}

}

