@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/openSans300.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('fonts/openSans300.eot?#iefix') format('embedded-opentype'),
		url('fonts/openSans300.woff2') format('woff2'),
		url('fonts/openSans300.woff') format('woff'),
		url('fonts/openSans300.ttf') format('truetype'),
		url('fonts/openSans300.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/openSans400.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('fonts/openSans400.eot?#iefix') format('embedded-opentype'),
		url('fonts/openSans400.woff2') format('woff2'),
		url('fonts/openSans400.woff') format('woff'),
		url('fonts/openSans400.ttf') format('truetype'),
		url('fonts/openSans400.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/openSans600.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('fonts/openSans600.eot?#iefix') format('embedded-opentype'),
		url('fonts/openSans600.woff2') format('woff2'),
		url('fonts/openSans600.woff') format('woff'),
		url('fonts/openSans600.ttf') format('truetype'),
		url('fonts/openSans600.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/openSans700.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('fonts/openSans700.eot?#iefix') format('embedded-opentype'),
		url('fonts/openSans700.woff2') format('woff2'),
		url('fonts/openSans700.woff') format('woff'),
		url('fonts/openSans700.ttf') format('truetype'),
		url('fonts/openSans700.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome.eot');
	src: url('fonts/fontawesome.eot?#iefix&v=4.6.3') format('embedded-opentype'),
		url('fonts/fontawesome.woff2') format('woff2'),
		url('fonts/fontawesome.woff') format('woff'),
		url('fonts/fontawesome.ttf') format('truetype'),
		url('fonts/fontawesome.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-up {
	position: relative;
	margin-right: 5px;
	vertical-align: bottom;
	font-size: 16px;
}
.fa-list-alt {
	top: 9px;
	right: 0;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-refresh {
	top: 8px;
	right: 8px;
	font-size: 21px;
	color: #000;
}
.fa-refresh:before {
	content: "\f021";
}

html, body{
	width: 100%;
	max-height: 400px;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	min-width: 320px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	margin: 0;
	height: 60px;
	color: #fff;
	background-color: #fff;
}
h1 img {
	margin: 10px;
	height: 40px;
}
h1 img+img {
	float: right
}
a {
	text-decoration: none;
}
#container {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#ticker {
	padding-bottom: 160px;
}
.h2 {
	position: relative;
	margin: 0 auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
}
h2 {
	margin: 0;
	line-height: 44px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
#line {
	margin: 0 auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	height: 1px;
	opacity: 0.2;
	background-color: #fff;
}
h3 {
	margin: 0;
	line-height: 37px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
table {
	border: 0;
	padding: 0;
	margin: 0 auto 4px auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	font-weight: 600;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	white-space: nowrap;
}
td, th{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	color: #000;
}
table.teams {
	margin: 0 auto;
	font-weight: 300;
	font-size: 15px;
	cursor: pointer;
}
tr:first-child th:first-child {
	position: relative;
	padding: 15px 10px 15px 15px;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
tr:first-child th:last-child {
	position: relative;
	padding: 15px 15px 15px 10px;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-ms-border-radius: 0 6px 0 0;
	-o-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
table.teams div {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
table.teams .team {
	width: 100%;
	overflow: hidden;
}
table.teams div img {
	max-width: 90px;
	height: 70px;
	vertical-align: middle;
}
table.teams div img.nologo {
	width: 1px;
}
table.teams div p {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	opacity: 0.75;
	white-space: normal;
}
#ges {
	width: 100px;
	white-space: nowrap;
	font-size: 40px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #999;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-ms-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
div.likes {
	background-color: #ffffff;
	margin: 1px auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	height: 64px;
	border-spacing: 0px;
	text-align: center;
}
div.likes div {
	position: absolute;
	left: 0;
	right: 0;
	margin: 21px auto;
	width: 50%;
	max-width: 500px;
	font-size: 16px;
}
div.likes button {
	margin: 16px 20px;
	min-width: 70px;
	height: 32px;
	padding: 7px 8px;
	border-radius: 10px;
	border: solid 1px #999999;
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #666666;
	outline: none;
	touch-action: manipulation;
}
div.likes button.left {
	float: left;
}
div.likes button.right {
	float: right;
}
/*countdown*/
table.cd {
	margin: 1px auto;
	width: 98%;
	width: calc(100% - 18px);
	max-width: 772px;
	border-spacing: 1px;
}
table.cd td {
	height: 6px;
	font-size: 1px;
	cursor: pointer;
	-webkit-transition: background-color 1.5s ease-out;
	-moz-transition: background-color 1.5s ease-out;
	-ms-transition: background-color 1.5s ease-out;
	-o-transition: background-color 1.5s ease-out;
	transition: background-color 1.5s ease-out;
}
.fout {
	background-color: transparent;
}
.lo {
	width: 95px;
}
#ticker>#spiele {
	position: relative;
}
#ticker>#spiele>div {
	position: relative;
	margin: 0 auto 4px auto;
	height: 99px;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: margin-top 1s, height 1s, background-color 1s, opacity 1s;
	-moz-transition: margin-top 1s, height 1s, background-color 1s, opacity 1s;
	-ms-transition: margin-top 1s, height 1s, background-color 1s, opacity 1s;
	-o-transition: margin-top 1s, height 1s, background-color 1s, opacity 1s;
	transition: margin-top 1s, height 1s, background-color 1s, opacity 1s;
}
#ticker>#spiele>div#aS {
	cursor: pointer;
}
#ticker>#spiele>div.agS {
	margin: 0 auto 0 auto;
	height: 37px;
	line-height: 37px;
	color: #000;
	text-align: center;
	background-color: #fff;
	opacity: 0.7;
}
#ticker>#spiele>div.agS p {
	margin: 0;
	line-height: 37px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.7;
}
#ticker>#spiele>div.zero {
	margin: 0 auto;
	height: 0;
	opacity: 0;
}
#ticker>#spiele>div.top {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: top 1s, height 1s, background-color 1s, opacity 1s;
	-moz-transition: top 1s, height 1s, background-color 1s, opacity 1s;
	-ms-transition: top 1s, height 1s, background-color 1s, opacity 1s;
	-o-transition: top 1s, height 1s, background-color 1s, opacity 1s;
	transition: top 1s, height 1s, background-color 1s, opacity 1s;
}
#ticker>#spiele>div .dis {
	position: absolute;
	left: 0;
	width: 98px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	background-color: #fff;
}
#ticker>#spiele>div .dis p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	line-height: 1.5;
	opacity: 0.5;
}
#ticker>#spiele>div .bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 99px;
	opacity: 0.75;
	background-color: #fff;
}
#ticker>#spiele>div .name {
	position: absolute;
	top: 0;
	left: 99px;
	padding: 0 5px;
	height: 49px;
	width: 100%;
	width: calc(100% - 238px);
	line-height: 24px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-ms-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#ticker>#spiele>div .name p {
	margin: 12px 0;
}
/*nachname*/
#ticker>#spiele>div .name span {
	text-transform: uppercase;
}
#ticker>#spiele>div>.win {
	background-color: transparent;
	background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.1), #fff);
	background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.1), #fff);
	background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.1), #fff);
	background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.1), #fff);
	background: linear-gradient(50deg, rgba(255, 255, 255, 0.1), #fff);
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-ms-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#ticker>#spiele>div .right {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	height: 49px;
}
#ticker>#spiele>div .crop {
	position: absolute;
	top: 0;
	right: 129px;
	width: 20px;
	height: 49px;
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff 70%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff 70%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff 70%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff 70%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff 70%);
}
#ticker>#spiele>div .serve {
	float: left;
	width: 4px;
	height: 49px;
	background-color: #fff;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-ms-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#ticker>#spiele>div .serve.a {
	background-color: transparent;
}
#ticker>#spiele>div .pkt {
	float: left;
	width: 25px;
	line-height: 49px;
	height: 49px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#ticker>#spiele>div>div .win {
	background-color: transparent;
	background: -webkit-linear-gradient(25deg, rgba(255, 255, 255, 0.1), #fff);
	background: -moz-linear-gradient(25deg, rgba(255, 255, 255, 0.1), #fff);
	background: -ms-linear-gradient(25deg, rgba(255, 255, 255, 0.1), #fff);
	background: -o-linear-gradient(25deg, rgba(255, 255, 255, 0.1), #fff);
	background: linear-gradient(25deg, rgba(255, 255, 255, 0.1), #fff);
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-ms-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#ticker>#spiele>div .u {
	top: 50px;
}
#ticker > div.logosbl, #ticker > div.logos{
	margin: 0 auto;
	height: auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}
#ticker>div.logos {
	min-height: 40px;
	border-bottom: 0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
#ticker > div.logos img, #ticker > div.logosbl img{
	width: 200px;
	padding: 15px;
}
#ticker>div.logos p {
	margin: 0 16px;
	font-size: 12px;
	font-weight: 600;
}
#ticker>div.logos a.button {
	display: inline-block;
	margin: 16px;
	padding: 0 13px;
	border: 1px solid #05f2fa;
	border-radius: 10px;
	background-color: #05f2fa;
	color: #27348b;
	line-height: 35px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .5s ease-out, background-color .5s ease-out, border .5s ease-out;
	-moz-transition: color .5s ease-out, background-color .5s ease-out, border .5s ease-out;
	-ms-transition: color .5s ease-out, background-color .5s ease-out, border .5s ease-out;
	-o-transition: color .5s ease-out, background-color .5s ease-out, border .5s ease-out;
	transition: color .5s ease-out, background-color .5s ease-out, border .5s ease-out;
}
#ticker>div.logos a.button:hover {
	border: 1px solid #27348b;
	color: #fff;
	background-color: #27348b;
}
#ticker>div.logos a.button:active {
	border: 1px solid #535da3;
	background-color: #535da3;
}
#ticker>div.logos img.hs {
	margin: 0 15px 0 15px;
	float: left;
}
#ticker>div .logoline {
	display: none;
}
#footer {
	position: absolute;
	bottom: 0;
	margin: 25px auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #333;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	color: #b3b3b3;
}
#footer .bottom {
	padding: 15px 0 15px 0;
	margin: 0 auto;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	text-align: center;
	border-top: 1px solid #4c4c4c;
}
#footer a {
	text-transform: uppercase;
}
#footer a:link, #footer a:visited{
	color: #b3b3b3;
	text-decoration: none;
}

#footer a:active, #footer a:hover{
	color: #b3b3b3;
	text-decoration: underline;
}

#ticker>div.filter {
	margin: 0 auto 2px auto;
	padding: 8px 0;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: #7e7e7e;
}

#ticker>div.filter>input {
	margin-left: 4px;
	padding: 3px;
	width: 200px;
}

select {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: calc(100% - 20px);
	max-width: 770px;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	background: transparent url("/img/caret-down-white.svg") no-repeat calc(100% - 6px) 38%;
	background-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 99;
}

select option {
	color: #000;
	background-color: #fff;
}

select::-ms-expand {
	display: none;
}

select:focus::-ms-value {
	background-color: transparent;
}

div.social-links--wrapper {
	position: relative;
	margin: 1px auto 0 auto;
	padding: 16px 0;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 770px;
	background-color: #ffffff;
	text-align: center;
	font-size: 14px;
}

div.social-links--wrapper>div {
	display: inline-block;
}

div.social-links--wrapper>div>a {
	margin: 0 3px;
	padding: 8px;
	background-color: #e9e9ed;
	border-radius: 10px;
}

@media only screen and (max-device-width:793px), only screen and (max-width:793px){
	.h2, #line, table, table.cd, div.likes, #ticker > #spiele > div, #ticker > #spiele > div.logosbl, #ticker > #spiele > div.logos, #footer .bottom, #ticker > div.filter, select, div.social-links--wrapper{
		max-width: 588px;
	}
	tr:first-child th:first-child, tr:first-child th:last-child{
		padding: 10px;
	}
	table.teams div {
		line-height: 20px;
		height: 40px;
	}
	table.teams div img {
		height: 40px;
	}
	#ges {
		width: 70px;
	}
	#ticker>#spiele>div .name {
		left: 49px;
		width: calc(100% - 188px);
	}
	#ticker>#spiele>div .dis {
		width: 48px;
	}
	#ticker > div.logosbl, #ticker > div.logos{
		max-width: 588px;
		border: 0;
	}
	#ticker > div.logos img, .logosbl img{
		display: block;
		margin: 0 auto;
	}
	#ticker>div .logoline {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #e6e6e6;
	}
}
@media only screen and (max-device-width:540px), only screen and (max-width:540px){
	table.teams div p {
		font-size: 11px;
	}
}
@media only screen and (max-device-width:480px), only screen and (max-width:480px){
	#bg {
		top: 30px;
	}
	h1 {
		height: 40px;
	}
	h1 img {
		margin: 8px;
		height: 24px;
	}
	div.likes div {
		margin: 13px auto;
		font-size: 14px;
		width: 30%;
	}
	tr:first-child th:first-child, tr:first-child th:last-child{
		padding: 0;
		height: 100px;
	}
	table.teams div {
		position: absolute;
		top: 15px;
		right: 0;
		left: 0;
		margin: auto;
		width: calc(100% - 20px);
		line-height: 10px;
		height: 30px;
	}
	table.teams div.team {
		width: calc(100% - 20px);
		top: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	table.teams div img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	table.teams div p {
		font-size: 11px;
	}
	#ticker>#spiele>div .name {
		left: 30px;
		width: calc(100% - 169px);
	}
	#ticker>#spiele>div .dis {
		width: 29px;
	}
	#footer a {
		display: block;
	}
	#ticker {
		padding-bottom: 250px;
	}
}