:root {
	--bg: #371418;
    --font: white;
	--knownuser: gold;
	--unknownuser: #cccccc;
	--cur: #a7000c;
	--box: #8d0008;
    --failed: #64000b;
	--bright: 1;
}
.artikeltext {
	line-height: 1.5;
	text-align: justify;
}
.tabletext {
	margin: 0;
	font-size: 1.25vw;
	line-height: 0;
}
.subtabletext {
	margin: 0;
	font-size: 0.75vw;
	line-height: 0;
}
.tablerank {
	margin: 0;
	text-align: center;
	font-size: 1.25vw;
	line-height: 0;
}
td {
	padding: 0;
	font-size: 1.25vw;
	border-bottom: 1px solid #64000b;
}
.artikelueberschrift {
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
.channel {
	float: left;
	margin: 1%;
	background-size: cover;
	background-position: center center;
	width: 300px;
	height: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.infofield {
	text-align: justify;
	position: relative;
	top: -14px;
	left: 5px;
	width: 290px;
	height: 290px;
	display: none;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
}
.channel:hover .infofield {
	display: block;
}
.linkbox {
	text-overflow: clip;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #ddd;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
}
.linkbox:hover {
	background: #ccc;
}
.linkimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.linktxt {
	float: left;
	position: relative;
	left: 10px;
	top: -17px;
	font-size: 25px;
}
.linktext {
	float: left;
	position: relative;
	left: 30px;
	top: 7px;
	font-size: 12px;
	color: #ccc;
}
.linkbox:hover .linktext {
	color: #bbb;
}       
.wikitable {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
	border:1px solid #64000b;
}  
.wikitable th {
	background-color: #E2E2E2;
}
.infobox {
	border-collapse: collapse;
	width: 27vw;
	float: right;
	border: 1px solid #64000b;
	margin-bottom: .5em;
	margin-left: .5em;
}
.infobox th {
	background-color: #64000b;
}
.infotable {
	border-collapse: collapse;
	width: 27vw;
	float: right;
	border: 1px solid #64000b;
	margin-bottom: .5em;
	margin-left: .5em;
}
.new {
	color: red;
}  
.center {
	text-align: center;
	width: 100%;
} 
.floatright {
	border: 0;
	clear: right;
	float: right;
	margin: 0 0 10px 20px;
	position: relative;
} 
th {
	font-size: 1.25vw;
}
.color1 {
	background-color: #64000b;
}