:root {
	--brightened: calc(80% + (40% * var(--bright,0)));
	--dimmed : calc(80% + (40% * (1 - var(--bright,0))));
}

a {
	text-decoration: none;
	color: var(--font,black);
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: var(--bg, #F2F2F2);
	color: var(--font,black);
}
input[type=text] {
	background-color: #ddd;
	padding: 0 6px;
	margin-top: 0px;
	float: left;
	font-size: 17px;
	border: none;
	width: calc(100% - 40px);
	height: 40px;
	right: 40px;
	position: absolute;
	display: block;
}
input[type=text].gravatar-input {
	background-color: #ddd;
	padding: 6px;
	margin-top: 0px;
	float: left;
	font-size: 17px;
	width: 100%;
	height: 40px;
	right: 0;
	position: relative;
	display: block;
}
input[type=text].gravatar-input:hover {
	background-color: #ccc;
	padding: 6px;
	margin-top: 0px;
	float: left;
	font-size: 17px;
	width: 100%;
	height: 40px;
	right: 0;
	position: relative;
	display: block;
}

.answerblock{
	float: left;
	margin-left: 15px;
	width: calc(100% - 15px);
}
.articlebox {
	display: inline-block;
	width: 15.66vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-top: 5px;
	height: 12.25vw;
	overflow: hidden;
}
.articlebox p {
	font-size: 0.8vw;
	margin-top:0;
	margin-left: 0.1vw;
}
.articleimg {
	width: 15.66vw;
	height: 8.80875vw;
}
.articletitlebox {
	position: relative;
	top: 0.15vw;
	width: 100%;
	height: 1.8vw;
	text-overflow: hidden;
	margin-left: 0.1vw;
}
.articletitlebox h3 {
	font-size: 0.6vw;
	height: 1.8vw;
	white-space: normal;
}
.box {
	background-color: var(--box,#ddd);
}
.box .vidimg {
	filter: brightness(100%);
}
.box_layer {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(39.375vw + 5px);
}
.box_noseries {
	background-color: var(--failed0,#A9A9A9);
}
.box_active {
	background-color: var(--failed1,#a8d9a8);
}
.box_irregular {
	background-color: var(--failed2,#c9e18a);
}
.box_rerelase {
	background-color: var(--failed3,#e1b98a);
}
.casthead {
	margin-left: 5px;
	margin-top: 5px
}
.clean_p p {
	text-align: justify;
	margin-right: 5px;
}
.clear {
	clear: both;
}
.clipbox {
	float: left;
	width: 15.66vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-top: 5px;
	height: 13.1vw;
	overflow: hidden;
}
.clipbox p {
	font-size: 0.8vw;
	margin-top:0;
	margin-left: 0.1vw;
}
.clipimg {
	width: 15.66vw;
	height: 8.80875vw;
}
.cliptitlebox {
	position: relative;
	top: 0.15vw;
	width: 100%;
	height: 0.9vw;
	text-overflow: hidden;
	margin-left: 0.1vw;
}
.cliptitlebox h3 {
	font-size: 0.6vw;
	height: 1.8vw;
}
.comment {
	text-align: justify;
	left: 0px;
	top: -10px;
	position: relative;
}
.commentbox {
	text-overflow: clip;
	float: left;
	width: 100%;
	min-height: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
}
.commentimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.commentknown {
	color: var(--knownuser,gold);
}
.commentunknown {
	color: var(--unknownuser,#111111);
}
.commenttime {
	position: relative;
	top: -50px;
	right: 5px;
	float: right;
	font-size: 12px;
	color: var(--cur,#ccc);
}		
.commenttitle {
	top: -10px;
	left: 0px;
	position: relative;
}
.compact_infofield {
	text-align: justify;
	position: relative;
	top: -14px;
	left: 5px;
	width: 290px;
	height: 158px;
	display: none;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	white-space: nowrap;
}
.compact_channel {
	float: left;
	background-size: cover;
	background-position: center center;
	width: 300px;
	height: 168px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
}
.compact_channel:hover .compact_infofield {
	display: block;
}
.container {
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
	width: 70vw;
	height: 39.375vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.container h3 {
	margin-left: 5px;
}
.container p {
	line-height: 1.5;
	text-align: justify;
	margin: 5px;
	margin-bottom: 1em;
}
.container table {
	margin-left: 5px;
}
.container2 {
	margin: 0 auto;
	width: 80vw;
	height: 33.75vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow: hidden;
	border-radius: 5px;
}
.curbox {
	background-color: var(--cur,#ccc);
}
.descbox {
	text-overflow: clip;
	float: left;
	width: 100%;
	min-height: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.descbox h1 {
	margin-left: 5px;
	margin-top: 5px
}
.descbox h2 {
	margin-left: 5px;
	margin-top: 5px
}
.descbox p {
	margin-left: 5px;
	margin-top: 5px
}
.failedbox {
	background-color: var(--failed,#eee);
}
.failedbox .curbox .vidimg {
	filter: brightness(var(--brightened));
}
.failedbox .vidimg {
	filter: brightness(var(--dimmed));
}
.failedbox_noseries {
	background-color: var(--failed0,#BCBCBC);
}
.failedbox_active {
	background-color: var(--failed1,#C0F8C0);
}
.failedbox_irregular {
	background-color: var(--failed2,#e4f8c0);
}
.failedbox_rerelase {
	background-color: var(--failed3,#f8dac0);
}
.failedresultbox {
	overflow: hidden;
	text-overflow: clip;
	float: left;
	width: 100%;
	height: 22vw;
	max-height: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
}  
.filler {
	height: 60px;
	top: 0;
	right: 0;
	left: 0;
	padding: 0px 0px;
}
.gamebox {
	text-overflow: clip;
	width: 100%;
	height: 100px;
}
.gameimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0; 
	top: 0;
	height: 100px;
	width: 100px;
	object-fit: cover;
}
.gravatar-button {
	right: 0px;
	width: 100%;
	height: 40px;
	float: left;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	text-align: left;
}
.gravatar-button:hover {
	background: #ccc;
}
.header {
	z-index: 100;
	position: fixed;
	height: 60px;
	background-color: #ffffff;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}
.homebox_layer {
	position: relative;
	margin: 0 auto;
	width: 80vw;
	top: calc(33.75vw + 5px);
	min-height: 10px;
}
.homepage_left {
	position: absolute;
	left: 0;
	width: 300px;
	top: 2px;
}  
.homepage_right {
	position: absolute;
	right: 0;
	left: 305px;
	top: 2px;
	height: calc(100% - 80px);
}
.homesidevid {
	width: 100%;
	height: calc(3.75vw - 0.888px);
}    
.homesidevid p {
	font-size: 0.8vw;
}
.homesidevidimg {
	float: left;
	margin-right: 0.25vw;
	position: relative;
	left: 0;
	top: 0;
	height: calc(3.75vw - 0.888px);
	width: 6.666vw;
	object-fit: cover;
}
.homesidevidtitlebox {
	position: relative;
	top: 0.15vw;
	width: 100%;
	height: 0.9vw;
	text-overflow: hidden;
}
.homesidevidtitlebox h3 {
	font-size: 0.6vw;
}
.hoverbox {
	background-color: var(--box,#ddd);
}
.hoverbox:hover {
	background-color: var(--cur,#ccc);
}
.hoverbox:hover .innercommentbox {
	background-color: var(--cur,#ccc);
}
.hoverbox:hover .linkimg2 {
	filter: brightness(var(--brightened));
}
.hoverbox:hover .vidimg {
	filter: brightness(var(--brightened));
}
.hoverbox .linkimg2 {
	filter: brightness(100%);
}
.hoverbox .vidimg {
	filter: brightness(100%);
}
.infobox {
	text-overflow: clip;
	float: left;
	width: 500px;
	min-height: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.innercommentbox {
	float: left;
	position: relative;
	top: 0px;
	left: 10px;
	width: calc(100% - 130px);
	min-height: 50px;
}
.innerlinkbox {
	float: left;
	position: relative;
	top: 0px;
	left: 10px;
	width: calc(100% - 80px);
	height: 50px;
}
.kanallink {
	object-fit: cover;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px;
	left: 0;
	right: 0;
	width: 250px;
	height: 40px;
	display: table-cell;
}
.kandidat {
	float: left;
	width: 400px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 0;
	margin-right: 5px;
	overflow: hidden;
}
.linkbox2 {
	text-overflow: clip;
	width: 100%;
	height: 50px;
}
.linkboxbottom {
	float: right;
	position: relative;
	right: 0;
	top: -70px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.linkboxtop {
	float: right;
	right: 0;
	top: 0;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.linkimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	object-fit: cover;
}
.linktext {
	float: left;
	position: relative;
	left: 30px;
	top: 7px;
	font-size: 12px;
	color: #ccc;
}
.linktext2 {
	left: 15px;
	top: 18px;
	color: var(--unknownuser,#111111);
}
.linktxt {
	float: left;
	position: relative;
	left: 10px;
	top: -17px;
	font-size: 25px;
}
.linktxt2 {
	top: 5px;
}
.main {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 70px;
	height: calc(100% - 80px)
}
.material-icons.md-24 {
	font-size: 24px;
	position: relative;
	left: 0;
	top: 5px;
	color: black;
}
.material-icons.md-30 {
	font-size: 30px;
	position: relative;
	left: 0;
	top: 2px;
	color: black;
}
.material-icons.md-36 {
	font-size: 36px;
	cursor: pointer;
	color: black;
}
.missingsidevid {
	text-overflow: clip;
	width: 100%;
	height: 75px;
}
.newseries {
	float: right;
	font-weight: bold;
	position: relative;
	right: 5px;
	top: -30px;
	z-index: 2;
	color: var(--knownuser,gold);
}
.nextpage {
	overflow: hidden;
	text-overflow: clip;
	float: left;
	width: 100%;
	height: 4.4vw;
	max-height: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.nextpage h2 {
	text-align: center;
	margin: 0.55vw;
}
.otherlinksbox {
	width: 100%;
	height: 0px;
	float: left;
}
.pageclick:link {
	text-decoration: none;
	color: black;
}
.pageclick:hover {
	text-decoration: underline;
	color: black;
}
.pageclick:active {
	text-decoration: underline;
	color: #151515;
}
.pageclick:visited {
	text-decoration: none;
	color: black;
}
.pagelink {
	padding: 0px 10px;
	left: 0;
	right: 0;
	width: 250px;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
	align-items:center;
}
.pagelink:hover {
	background-color: #eeeeee;
}
.pagelink .icon {
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	display: table-cell;
}
.pagelink .icon img {
	margin-top: 2px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}
.pagelink .text {
	padding-left: 10px;
	left: 0;
	right:0;
	width: 190px;
	height: 40px;
	vertical-align: middle;
	position: relative;
	display: table-cell;
}
.pagelinkcontainer {
	margin: 15px auto;
}
.personbox_layer {
	position: relative;
	margin: 0 auto;
	width: 80vw;
	min-height: 10px;
}
.personpage_left {
	position: absolute;
	right: 305px;
	left: 0;
	top: 0;
	height: calc(100% - 80px);
}  
.personpage_right {
	position: absolute;
	right: 0;
	width: 300px;
	top: 0;
}
.playerlink {
	float: left;
	width: 65px;
	height: 65px;
	opacity: 0.5;
	background-size: cover;
	background-position: center center;
}
.playerlink:hover {
	opacity: 1.0;
}
.profilebox {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px
}
.resultbox {
	overflow: hidden;
	text-overflow: clip;
	float: left;
	width: 100%;
	height: 22vw;
	max-height: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
}
.resultbox h3 {
	font-size: 1.9vw
}
.resultbox p {
	font-size: 1.625vw
}
.search-container {
	border: 1px solid white;
	position: absolute;
	top: 10px;
	right: 100px;
	left: 400px;
	height: 40px;
}
.search-container button {
	right: 0px;
	width: 40px;
	height: 40px;
	float: right;
	padding: 0 0;
	margin-top: 0px;
	margin-right: 0px;
	background: #ddd;
	font-size: 17px;
	border: none; 
	cursor: pointer;
}
.search-container button:hover {
	background: #ccc;
}
.searchimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	max-height: 250px;
	max-width: 444px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.seperator {
	width: 100%;
	height: 1px;
}
.seperator_hr {
	border: 0;
	border-top: 1px solid var(--cur,#ccc);
}
.sideheader {
	padding: 10px 5px;
	color: #d02424;
}
.sidevid {
	text-overflow: clip;
	width: 100%;
	height: 75px;
}
.sidevidimg {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 0;
	top: 0;
	height: 75px;
	width: 133px;
	object-fit: cover;
}
.sidevidtitlebox {
	position: relative;
	top: 3px;
	width: 100%;
	height: 18px;
	text-overflow: hidden;
}
.sidevidtitlebox h3 {
	font-size: 12px;
}
.socialmedia {
	float: left;
	height: 65px;
	opacity: 0.5;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.socialmedia:hover {
	opacity: 1.0;
}
.spaceline {
	background-color: #666666;
	padding: 0px 10px;
	left: 0;
	right: 0;
	width: 250px;
	height: 1px;
	vertical-align: middle;
	display: table-cell;
}
.subtabletext {
	margin: 0;
	font-size: 0.75vw;
	line-height: 0;
	white-space: nowrap;
}
.tablebox {
	text-overflow: clip;
	float: left;
	width: calc(100% - 505px);
	min-height: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.tablerank {
	margin: 0;
	text-align: center;
	font-size: 1.25vw;
	line-height: 0;
}
.tabletext {
	margin: 0;
	font-size: 1.25vw;
	line-height: 0;
	white-space: nowrap;
}
.topnav {
	text-overflow: clip;
	float: left;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.tweetdeck {
	background-color: #292F33;
	width: 300px;
	height: 1000px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-bottom: 5px
}
.video_layer {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 70px;
}
.videopage_left {
	position: absolute;
	left: 10%;
	right: calc(10% + 405px);
	top: 70px;
	height: calc(100% - 80px);
}
.videopage_right {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	position: absolute;
	right: 10%;
	width: 400px;
	top: 70px;
	overflow: hidden;
}
.vidpage {
	font-size: 1vw;
	margin: 15px 5px;
	padding: 2px 6px;
	border-radius: 5px;
}

#bandctitle {
	color: #d9d9d9;
	font-size: 150%;
	top: -40%;
	left: 1%;
	position: relative;
}
#bcplayernav {
	width: 100%;
	height: 70%;
	margin-top: 17%;
}
#clip_layer {
	position: absolute;
	left: 10.225vw;
	right: 10.225vw;
	top: calc(39.375vw + 75px);
	width: 79.55vw;
}
#clip_layer a {
	float: left;
	width: 15.66vw;
	margin-left: 0.125vw;
	margin-right: 0.125vw;
}
#defaultBar {
	position: relative;
	top: 83%;
	background-color: #1DA0C3;
	height: 10%;
	width: 100%;
}
#gravatar {
	width: 50px;
	height: 50px;
	right: 35px;
	top: 5px;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
}
#gravatar-content {
	border: 1px solid black;
	right: 5px;
	top: 55px;
	position: absolute;
	background-color: #ddd;
	width: 210px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0px 0px;
	z-index: 101;
}
#homeauswahl {
	float: left;
	width: 20vw;
	height: 33.75vw;
}
#homevideo {
	float: left;
	width: 60vw;
	height: 33.75vw;
	overflow: hidden;
}
#homevideo h3 {
	margin-left: 5px;
}
#homevideo p {
	line-height: 1.5;
	text-align: justify;
	margin: 5px;
	margin-bottom: 1em;
}
#homevideo table {
	margin-left: 5px;
}
#logo {
	width: 250px;
	height: 60px;
	left: 60px;
	top: 0;
	position: absolute;
}
#menu {
	left: 10px;
	top: 12px;
	position: absolute;
}
#menu-content {
	display: block;
	left: 0px;
	top: 60px;
	bottom: 0;
	position: fixed;
	background-color: #dddddd;
	width: 250px;
	padding: 0px 0px;
	z-index: 101;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	overflow-y: auto;
	overflow-x: hidden;
}   
#Parteienliste text {
    font-size: 12px;
    font-family: sans-serif; 
}
#Parteienliste .text1 {
    font-weight: bold;   
	fill: var(--unknownuser,#111111);
}       
#Parteienliste .text2 {
    font-weight: bold;  
	fill: var(--font,black);	
}
#pbbandcamp {
	width: 20%;
	height: 4%;
	background-repeat: no-repeat;
	background-image: url('../images/poweredbybandcamp.png');
	background-size: contain;
	top: -45%;
	left: 83%;
	position: relative;
}
#progressBar {
	position: relative;
	height: 100%;
	background-color: #d9d9d9;
	left: 0;
	width: 0%;
}
#recommended_articles {
	width: 79.55vw;
	white-space: nowrap;
}
#startButton {
	top: -17%;
	position: relative;
	width: 20%;
	height: 50.794%;
	border-radius: 50%;
	margin: auto;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #d9d9d9;
	background-size: cover;
	background-image: url('../images/play.png');
	cursor: pointer;
} 
#textfield p {
	line-height: 1.5;
	text-align: justify;
}
#textfield .noformat {
	line-height: normal;
	text-align: left;
}
#wrapper {
	width: 100%;
	height: 100%;
	top: -100%;
	z-index: 1;
	position: relative;
}

@media screen and (min-width: 987px) {
    .resultbox h3 {
		font-size: 1.17em;
	}
    .resultbox p {
		font-size: 1em;
	}
}	