@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic');
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #535353;
	/*background-color: #f5f5f5;*/
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
html, body {
	min-height: 100vh;
}
.nar {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
	.mainback {
		width: 96%;
	}
}
@media (min-width: 993px) {
	.mainback {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.mainback {
		width: 1170px;
	}
}
.mainback {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align: center;
	background-color: #FFF;
	padding: 100px 15px 15px 15px;
	margin: 0 auto 0 auto;
	top: 0px;
	height: auto;
	min-height: 90vh;
}
.eventhead {
	font-family: 'Open Sans';
	font-weight: 700;
	color: #2d2d2d;
	font-size: 34px;
	line-height: 40px;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	position: relative;
}
.eventhead:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #CCC;
}
.backbtn {
	display: inline-block;
	border: 1px solid #808080;
	background-color: #cc9933;
	border-radius: 4px;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.maincontainer {
	height: auto;
	min-height: 80vh;
}
.comphead {
	font-family: 'Open Sans';
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 50px;
}
.line {display: none;}
.erimg {
	border-radius: 4px;
	max-width: 100%
}
.erimgdiv {
	align: center;
	width: 400px;
	height: auto;
	display: none !important;
	margin: 0 auto 10px auto;
}
.groupheader {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	background: #f5f5f5;
	border: 1px solid #DDD;
	color: #333333;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	padding: 10px 15px;
	margin: 5px 0 0 0;
	min-height: 20px;
	vertical-align: middle;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.groupheader:hover {
	background-color: #cc9933;
	color: #FFF;
}
center:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
center a {
	display: block;
	float: left;
	width: 50%;
}
@media (max-width: 992px) {
	center a {
		width: 100%;
	}
}
@media (max-width: 650px) {
	center a {
		width: 100%;
	}
}
.compbutton {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	background: #f5f5f5;
	border: 1px solid #DDD;
	color: #333333;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	padding: 10px 15px;
	margin: 0 0 5px 5px;
	min-height: 20px;
	vertical-align: middle;
	display: block;
	width: calc(100% - 5px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 650px) {
	.compbutton {
		margin: 0 0 5px 0;
	}
}
.compbutton:hover {
	background-color: #cc9933;
	color: #FFF;
}
.spacebtn {
	visibility: hidden;
	min-height: 0;
	max-height: 2px;
	padding: 0 10px 0 10px;
	margin: 0;
	display: inline-block;
	width: 40%;
}
.expander {
	font-size: 12pt;
	font-weight: bold;
}
.trbox {display: none;}
.tdbox {}
.divbox {
	border: 1px solid #DDD;
	border-top: none;
	padding: 15px;
}
a {
	color: #cc9933;
	text-decoration: none;
}
.col1 {
	width: 40%;
	display: inline-block;
	white-space: nowrap;
}
.t1 {
	font-size: 14pt;
	font-weight: bold;
}
.t2 {
	font-size: 10pt;
	font-weight: bold;
	color: #cc9933;
}
.t3 {
	font-size: 10pt;
	font-weight: bold;
}
.tab1 {
	margin: 0px;
	border: 1px #AAAAAA solid;
	border-collapse: collapse;
	background-color: #FFFFFF;
	spacing: 0;
	position: relative;
	width: 100%;
}
.tab2 {
	margin: 0px;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	background-color: #FFFFFF;
	spacing: 0;
	position: relative;
	width: 100%;
}
.td0 {
	vertical-align: top;
	background-color: #AAAAAA;
	font-size: 12pt;
	font-weight: bold;
	border: 1px #AAAAAA solid;
	color: #FFFFFF;
}
.td1, .td1c, .tddarkc {
	vertical-align: top;
	background-color: #AAAAAA;
	font-size: 11pt;
	font-weight: bold;
	border: 1px #AAAAAA solid;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
}
.td1c {
	text-align: center;
}
.tddarkc {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}
.td2, .td2c, .td2e, .td2s, .td2cw, .td2w, .td2ww, .td2www, .td2gc, .td2cv, .td2r {
	vertical-align: top;
	background-color: #DCDCDC;
	padding: 1px 4px 1px 4px;
	border: 1px #AAAAAA solid;
	color: #000000;
}
.td2r {
	border: 0;
	border-right: 1px #AAAAAA solid;
}
.td2e {
	/* td2 fuer Wertungsspalten ER-Tab */
	text-align: center;
}
.td2s {
	/* td2 fuer Wertungsspalten Skattab */
	text-align: center;
}
.td2cw {
	/* td1 fuer Wertungsspalten */
	text-align: center;
}
.td2w {
	/* td2 fuer Wertungsspalten Ergwert */
	position: relative;
	left: 0;
	top: 0;
	background-clip: padding-box;
	text-align: center;
	cursor: pointer;
}
.td2ww {
	/* td2 fuer Wertungsspalten */
	text-align: center;
	display: none;
	cursor: pointer;
}
.td2www {
	/* td2 fuer Wertungsspalten */
	text-align: center;
	cursor: pointer;
}
.td2gc {
	/* td2c fuer WerttabGes */
	position: relative;
	left: 0;
	top: 0;
	background-clip: padding-box;
	text-align: center;
}
.td2c {
	position: relative;
	left: 0;
	top: 0;
	background-clip: padding-box;
	vertical-align: top;
	text-align: center;
}
.td2cv {
	vertical-align: middle;
	text-align: center;
}
.td2r {
	text-align: right;
}
.td3, .td3r, .td3www, .td3c, .td3pz, .td3cv {
	vertical-align: top;
	background-color: #DCDCDC;
	font-weight: normal;
	border: 1px #AAAAAA solid;
	padding: 1px 4px 1px 4px;
	color: #000000;
}
.td3r {
	position: relative;
	left: 0;
	top: 0;
	background-clip: padding-box;
	text-align: center;
}
.td3www {
	/* td3 fuer Wertungsspalten */
	text-align: center;
	cursor: pointer;
}
.td3w {
	/* td3 fuer Wertungsspalten */
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: normal;
	border: 1px #DCDCDC solid;
	padding: 1px 4px 1px 4px;
	color: #000000;
}
.pz {
	font-weight: bold;
	color: #9696FF;
}
.td3c {
	text-align: center;
}
.td3pz {
	text-align: center;
	font-weight: bold;
	color: #DC0000;
}
.td3cv {
	vertical-align: middle;
	text-align: center;
}
.td4, .td4c {
	vertical-align: top;
	background-color: #DCDCDC;
	font-weight: bold;
	font-style: italic;
	border: 1px #AAAAAA solid;
	color: #000000;
}
.td4c {
	text-align: center;
}
.td5 br {
	margin-bottom: 5px;
}
.td5, .td5v, .td5cv, .td5c, .td5w, .td5e, .td5s {
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px #DCDCDC solid;
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	color: #000000;
}
.td5v {
	vertical-align: middle;
}
.td5cv {
	vertical-align: middle;
	text-align: center;
}
.td5c {
	text-align: center;
}
.td5w {
	/* td5 fuer Wertungsspalten Ergwert */
	text-align: center;
	cursor: pointer;
}
.td5e {
	/* td5 fuer Wertungsspalten ER-Tab */
	text-align: center;
}
.td5s {
	/* td5 fuer Wertungsspalten SkatTab */
	text-align: center;
}
.td6, .td6c {
	vertical-align: top;
	background-color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	border: 1px #DCDCDC solid;
	padding: 1px 4px 1px 4px;
	color: #000000;
}
.td6c {
	text-align: center;
}
/* Ergwert Standard bei voller Breite */

.td2w {
	display: none;
}
.td2ww {
	display: table-cell;
}
.td5w {
	display: none;
}
/* Dynamische Anpassung an Bilschirmgroessen */

@media only screen and (max-width: 1000px) {
	.td2w {
		word-break: break-all;
		word-wrap: break-word;
	}
}
@media only screen and (max-width: 767px) {
	#h7 {
		display: none;
	}
	#t7 {
		display: none;
	}
	/* Ergwert */
	.td2w {
		display: none;
	}
	.td5w {
		display: none;
	}
	.td2ww {
		display: none;
	}
	.td2www {
		display: none;
	}
	.td3www {
		display: none;
	}
	.ergwertinfo {
		display: none;
	}
	.td2c {
		word-break: break-all;
		word-wrap: break-word;
	}
}
@media only screen and (max-width: 600px) {
	.erimgdiv {
		width: 80%;
	}
	/* Ergebnis */
	.col1 {
		display: block;
	}
	.td2cw {
		display: none;
	}
	.td3w {
		display: none;
	}
	/* ER-Tab */
	.td2e {
		display: none;
	}
	.td5e {
		display: none;
	}
	.td2 {
		word-break: break-all;
		word-wrap: break-word;
	}
}
/* Tooltips */

.td2w .tooltip2w, .td2c .tooltip2c, .td2gc .tooltip2gc, .td3r .tooltip3r {
	visibility: hidden;
	display: none;
	width: 120px;
	background-color: #cc9933;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 47%;
	margin-left: -60px;
}
.td2gc .tooltip2gc {
	top: 130%;
}
.td2w .tooltip2w::after, .td2c .tooltip2c::after, .td2gc .tooltip2gc::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 47%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #cc9933 transparent;
}
.td2w:hover .tooltip2w, .td2c:hover .tooltip2c, .td2gc:hover .tooltip2gc, .td3r:hover .tooltip3r {
	visibility: visible;
	display: initial;
}
.td3r .tooltip3r {
	width: auto;
	white-space: nowrap;
	top: -5px;
	left: 110%;
	margin-left: 0;
}
.td3r .tooltip3r::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #cc9933 transparent transparent;
}
.ergwertinfo {
	margin-bottom: 10px;
}
