@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #161d21;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	background-image: url(img/bg.jpg);
	font-size: 16px;
}

.infotext {
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.6);
}

.mobilmenue {
	z-index: 6;
	height: 70px;
	width: 100%;
	position: fixed;
	background-color: #35414e;
	opacity: .9;
	bottom: 0px;
}
.mhome {
	width: 15%;
	background: url('../images/mobil-home.png') center center no-repeat;
	height: 70px;
	float:left;
}
.minfo {
	width: 15%;
	background: url('../images/mobil-info.png') center center no-repeat;
	height: 70px;
	float:left;
	margin-left: 27.5%;
}
.mtippen {
	width: 15%;
	background: url('../images/mobil-tippen.png') center center no-repeat;
	height: 70px;
	float:left;
}
.mhighscore {
	width: 15%;
	background: url('../images/mobil-highscore.png') center center no-repeat;
	height: 70px;
	float:left;
}
.overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header{
	position: fixed;
	height: 70px;
	width: 100%;
	top: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px #000000;
	line-height: 70px;
	background-image: url('../images/brazil.gif');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.header2 {
	position: fixed;
	height: 58px;
	background-color: #35414e;
	top: 70px;
	width: 100%;
	z-index: 2;
}

.header_name {
	padding-left: 10px;
	color: 465666;
}
.update {
	right: 0px;
	padding-right: 10px;
	color: 465666;
	font-weight: 700;
	position: absolute;
}

.back {
	background: url('../images/back.png') 12px 18px no-repeat;
	display: block;
	line-height: 58px;
	padding-left: 50px;
	color: #ebebeb;
	position: absolute;
	left: 0px;
}
.next {
	background: url('../images/next.png') 138px 8px no-repeat;
	background-color: #46d6c5;
	border-radius: 20px;
	line-height: 33px;
	width: 175px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 8px;
	transition: background-color .4s;
	cursor: pointer;
	border: none;
	font-size: 15px;
	color: #35414e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 41px;
	padding-top: 5px !important;
	line-height: 13px;
	font-size: 16px;
}
.next:hover {
	background-color: #ff615f;
	height: 41px;
	padding-top: 5px !important;
	line-height: 13px;
	font-size: 16px;
}
.hidden {
	display: none;
}

.error {
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 20px;
	text-shadow: 0px 1px 5px rgba(0,0,0,.5);
	font-weight: 400;
}

.login {
	width: 300px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: none;
	background-color: #5cc5f0;
	margin-top: 20px;
	font-size: 18px;
	color: #212b2f;
	transition: background-color .4s;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
}
.login:hover {
	background-color: #f65c62;
}

.login2 {
	 margin-left: 0px;
}
.glueckwunsch {
	width: 100%;
	line-height: 160px;
	text-align: center;
	font-size: 70px;
	color: white;
	border-bottom: 1px solid rgba(255,255,255,.7);
	margin-bottom: 70px;
}
.buttoncenter {
	margin: 0 auto;
}
.content {
	margin: 0 auto;
	margin-top: 125px;
	max-width: 800px;
	display: block;
}
.content2 {
	margin: 0 auto;
	margin-top: 143px;
	max-width: 800px;
	display: block;
	position: relative;
	clear:left;
}
.content-full {
	margin-top: 125px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	display: block;
	text-align: center;
}

input[type="password"] {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 4px;
	background-color: #35414e;
	border: none;
	transition: line-height .4s;
}

input:focus {
	line-height: 80px;
	outline: none;
}

input.login {
	width: 300px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	border: none;
	background-color: #5cc5f0;
	margin-top: 18px;
	font-size: 20px;
	color: #212b2f;
	transition: background-color .4s;
	cursor: pointer;
	text-transform: uppercase;
}

input.login:hover {
	background-color: #f65c62;
}

.links {
	margin-left: 6%;
	margin-right: 6%;
	width: 24%;
	float: left;
	display: block;
}
.table {
	float: left;
	width: 64%;
	display: block;
}

h1 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px;
	line-height: 53px;
}

h2, h3 {
	font-size: 26px;
	color: #ff615f;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
}
h2 {
	border-top: 1px solid #576878;
	border-bottom: 1px solid #576878;
	margin-top: 25px;
}
h3 {
	border-bottom: 1px solid #576878;
}

.uhrzeit_wrapper {
	width:100%;
	margin-top:50px;
	float:left;
}

.uhrzeit_blatt, .uhrzeit_trenner {
	text-align: center;
	display:block;
	float:left;
	height:100px;
	font-weight: 700;
	font-size: 50px;
	padding-top: 30px;
}

.uhrzeit_blatt {
	width:42%;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 7px 0px rgba(0,0,0,.4);
	color: #35414e;
}
.uhrzeit_trenner {
	width:16%;
	color: #ffffff;
}
.datum {
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	text-align: center;
	display: block;
	float:left;
	font-weight: 400;
}
.eventbox {
	width: 100%;
	height: 88px;
	margin-bottom: 15px;
}

.row_icon {
	width: 12%;
	height: 68px;
	float: left;
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
.alpin {
	background-image: url('../images/icon-ski.gif');
}
.springen {
	background-image: url('../images/icon-jump.gif');
}

.gruppea, .gruppeb, .gruppec, .grupped, .gruppee, .gruppef, .gruppeg, .gruppeh, .av, .vv, .sv, .p3, .fn {
	margin: 10px;
	font-size: 26px;
	color: #fff;
	line-height: 68px;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;

}
.gruppea {
	background-color: #a3d154;
}
.gruppeb {
	background-color: #d1be54;
}
.gruppec {
	background-color: #d18654;
}
.grupped {
	background-color: #7fd9ed;
}
.gruppee {
	background-color: #e488c9;
}
.gruppef {
	background-color: #a49a72;
}
.gruppeg {
	background-color: #7e97a2;
}
.gruppeh {
	background-color: #e7e547;
}
.av {
	background: url('../images/playoff.png') center center no-repeat;
}
.vv {
	background: url('../images/playoff-2.png') center center no-repeat;
}
.sv {
	background: url('../images/playoff-3.png') center center no-repeat;
}
.p3, .fn {
	background: url('../images/playoff-4.png') center center no-repeat;
}
.row_tipp {
	width: 12%;
	height: 30px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0px 36px;
	padding-top: 58px;
}
.row_bezeichnung {
	float:left;
	height: 88px;
	width: 54%;
}
.row_name {
	float:left;
	width: 100%;
	font-size: 21px;
	color: #35414e;
	font-weight: 400;
}
.row_zeit {
	float:left;
	width: 100%;
	font-size: 16px;
	color: #35414e;
	font-weight: 400;
	padding-top: 20px;
}

.showhidden-button {
	width: 100%;
	border-radius: 10px;
	height: 30px;
	background: rgba(53, 65, 78, .7);
	color: #ffffff;
	padding-top: 9px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 400;
}
.showhidden-button:hover {
	background: rgba(53, 65, 78, 1);
}

.vorbei {
	background-color: #fff;
	border-radius: 10px;
	background-image: url(../images/events-bg.gif);
	box-shadow: 0px 7px 0px rgba(0,0,0,.4);
	opacity: .8;
	display: none;
}

.vorbei-ein {
	display: block;
}
/*
.bereit {
	background-image: url('../images/bg_bereit.gif');
	background-repeat: no-repeat;
	transition: all .4s;
}
*/

.bereit {
	background-color: #fff;
	border-radius: 10px;
	background-image: url(../images/events-bg.gif);
	box-shadow: 0px 7px 0px rgba(0,0,0,.4);
	-webkit-transition: 0.2s ease all;
}

.bereit:hover {
	opacity: 1;
	-webkit-transform: scale(1.01);
}
.getippt {
	background-image: url('../images/tipp.png');
}
.frei {
	background-image: url('../images/kein-tipp.png');
}
.button-weiter {
	width: 16%;
	height: 98px;
	background: url('../images/bt-weiter.png') center right no-repeat;
	border: none;
	float:left;
	cursor:pointer;
}
.no-button {
	width: 16%;
	height: 88px;
	background: url('../images/bt-no.png') center right no-repeat;
	float:left;
}
.podest, .podest2 {
	width: 33.33%;
	float:left;
}

.zweiter-name, .dritter-name, .erster-name {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.zweiter-name, .dritter-name {
	width: 100%;
	height: 28px;
	padding-top: 122px;
}
.zweiter-stockerl {
	background-color: #8e8e8e;
	background: url('../images/zweiter.gif') center center no-repeat;
}
.dritter-stockerl {
	background-color: #ad8d5a;
	background: url('../images/dritter.gif') center center no-repeat;
}
.zweiter-stockerl, .dritter-stockerl {
	width: 100%;
	height: 97px;
}
.erster-name {
	width: 100%;
	height: 28px;
	padding-top: 52px;
}
.erster-stockerl {
	width: 100%;
	height: 167px;
	background-color: #ffbc00;
	background: url('../images/erster.gif') center center no-repeat;
}

.wrapper {
	width: 100%;
	clear:left;
}

.grau {
	background-color: #ebebeb;
	clear: left;
	height: auto;
	position: relative;
	float: left;
}
.top {margin-top: 50px;}

a {text-decoration: none;}
.row {
	color: #465666;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	border-top: 1px solid #ffffff;
	width: 100%;
	float:left;
}
.row:hover {background-color: #ffffff;}

.athlet_name {
	color: #ff615f;
	font-weight: 600;
	text-align: left;
	width: 48%;
	padding-left: 2%;
	display: block;
	float: left;
}
.athlet_nation {
	text-align: right;
	padding-right: 2%;
	width: 48%;
	display: block;
	float: left;
}

.auswahl_gold, .auswahl_silber, .auswahl_bronze {
	position: relative;
	height: 70px;
	width: 70px;
	border-radius: 35px;
	float:left;
	left: 50%;
	margin-left: -35px;
	margin-top: 15px;
	transition: all .3s;
	cursor: pointer;
}

.auswahl_gold:hover, .auswahl_silber:hover, .auswahl_bronze:hover {
	height: 100px;
	width: 100px;
	border-radius: 50px;
	float:left;
	left: 50%;
	margin-left: -50px;
	margin-top: 0px;
}

.auswahl_gold {
	background-color: #ffbc00;
}
.auswahl_silber {
	background-color: #8e8e8e;
}
.auswahl_bronze {
	background-color: #ad8d5a;
}
.auswahl_name {
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 23px;
	margin-bottom: 10px;
}
.medaillenauswahl {
	width: 50%;
	text-align: center;
	position:fixed;
	height: 200px;
	top: -200px;
	left: 50%;
	background-color: #222b35;
	z-index: 20;
	margin-left: -25%;
	opacity: .9;
	transition: top .4s;
}
.fixed {
	top: 0px;
}

.highscore-name{
	color: #ffffff;
	font-weight: 600;
}
.highscore-row, .highscore-row-first {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 50px;
	border-bottom: 1px solid #576878;
	width: 100%;
	float:left;
	transition: background-color .3s;
	background: rgba(53,65,78,.85);
}

.highscore-row:hover {
	background-color: #35414e;
}

.highscore-row-first {
	border-bottom: 1px solid #ffffff;
	color: #46d6c5;
}
.hs-rang {
	width: 5%;
	padding-right: 2%;
	text-align: right;
	float:left;
}
.hs-name {
	width: 31%;
	padding-right: 2%;
	text-align: left;
	float:left;
}
.hs-punkte {
	width: 9.7%;
	text-align: right;
	float:left;
}
.hs-punkte-padding {
	width: 8.7%;
	padding-right: 1%;
	text-align: right;
	float:left;
}
.punkte {
	font-size: 17px;
	color: #ff615f;
	font-weight: 600;
}
.statistik {
	margin-top: 50px;
	color: #ffffff ;
	font-weight: 600;
	margin-bottom: 20px;
	float:left;
	width: 100%;
}
.platz1, .platz1:hover {
	background-color: #ffbc00;
}
.platz2, .platz2:hover {
	background-color: #8e8e8e;
}
.platz3, .platz3:hover {
	background-color: #ad8d5a;
}
.punkte1, .punkte2, .punkte3 {
	color: #35414e;
}
.fb-bild {
	width: 10%;
	float: left;
}
.fb-bild-container, .fb-bild-container-quer {
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin-top: 7px;
	margin-left: 2px;
	border-radius: 18px;
}

.fb-bild-container img {
	width: 100%;
	height: auto;
}
.fb-bild-container-quer img {
	height: 100%;
	width: auto;
	margin-left: -7px;
}
.legende {
 	padding: 5%;
	padding-left: 20%;
	padding-right: 0%;
	margin-top: 5px;
	float:left;
	width: 80%;
	font-size: 12px;
	color: #ffffff;
}
.spielerinfo {
	background-color:#ebebeb;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	padding-left: 48px;
	padding-right: 40px;
	min-height: 200%;
	height: auto !important;
	font-weight: 300;
	z-index: 3;
	padding-top: 90px;
	padding-bottom: 100px;
}
.spielerinfo-bg {
	position: absolute;
	z-index: 2;
	width: 100%;
	min-height: 200%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,.8);
}
.si-ue {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #ff615f;
}
.si-bewerb {
	margin-top: 10px;
	border-bottom: 1px solid #cfcfcf;
	font-weight: 300;
	line-height: 27px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 27px;
}
.si-bewerb-bold {
	font-weight: 600;
}
.si-athlet {
	border-bottom: 1px solid #ffffff;
	line-height: 27px;
}
.si-name {
	margin-top: 30px;
}
.si-fb, .si-fb-quer {
	position: absolute;
	margin-left: -100px;
	margin-top: 30px;
	border-radius: 50px;
	background: #ffffff;
	width: 100px;
	height: 100px;
	overflow: hidden;
	box-shadow: 0px 6px 0px rgba(0,0,0,.2);
}
.si-fb img {
	width: 110%;
	height: auto;
	margin-left: -5%;
	margin-top: -5%;
}
.si-fb-quer img {
	height: 100%;
	width: auto;
	margin-left: -20px;
}
.right {
	text-align: right;
	padding-left: 50px;
}
.fb-link {
	position: absolute;
	margin-left: -10px;
	margin-top: 15px;
	width: 31px;
	height: 31px;
	background: url('../images/fb-link.png') center center no-repeat;
	cursor: pointer;
}
.si-close {
	position: fixed;
	right: 10px;
	top: 90px;
	width: 30px;
	height: 30px;
	background: url('../images/si-close.png') center center no-repeat;
	cursor: pointer;
}
.ca-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url('../images/si-close.png') center center no-repeat;
	cursor: pointer;
	z-index: 100;
}
.footer {
	height: 100px;
	width: 100%;
	float: left;
	display: block;
}
.bt-verlauf {
	width: 192px;
	height: 95px;
	margin-top: 20px;
	cursor: pointer;
	background-image: url(../images/verlauf.png);
	background-repeat: no-repeat;
	float:left;

}

.hs-tipps { background: url('../images/hs-icon-tipps.png') right 7px no-repeat; }
.hs-sieger { background: url('../images/hs-icon-sieger.png') right 7px no-repeat; }
.hs-podest { background: url('../images/hs-icon-podest.png') right 7px no-repeat; }
.hs-athlet { background: url('../images/hs-icon-athlet.png') right 7px no-repeat; }

.hs-tipps-i { background: #35414e url('../images/hs-icon-tipps.png') 2px 4px no-repeat; }
.hs-sieger-i { background: #35414e url('../images/hs-icon-sieger.png') 2px 4px no-repeat; }
.hs-podest-i { background: #35414e url('../images/hs-icon-podest.png') 2px 4px no-repeat; }
.hs-athlet-i { background: #35414e url('../images/hs-icon-athlet.png') 2px 4px no-repeat; }

.canvaswrapper {
	position: fixed;
	top: -700px;
	left: 50%;
	margin-left: -500px;
	background-color: #fff;
	padding: 25px;
	width: 950px;
	height: 550px;
	border-radius: 15px;
	box-shadow: 0px 2px 20px rgba(0,0,0,.5);
	 -webkit-transition: top 1s;
    transition: top 1s;
}

.da {
	top: 100px;
}
.highscoremenue {
	position: fixed;
	top: -40px;
	height: 40px;
	width: 100%;
	background-color: #35414e;
	color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.7) inset;
	z-index: 12;
	transition: top .3s;
}
.highscoremenue-vis {
	top: 0px;
}
.highscoremenue-bt {
	position: fixed;
	top: 0px;
	height: 30px;
	right: 0px;
	width: 80px;
	background-color: #35414e;
	color: #fff;
	font-weight: 400;
	z-index: 11;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 13px;
	cursor: pointer;
}
.highscorenav {
	float: left;
	width: 12%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 4%;
	padding-right: 4%;
}
.highscorenav:hover {
	background-color: rgba(0,0,0,.3);
}

@media all and (max-width: 810px){
.bt-verlauf {
	display:none;
}
.links {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
}
.table {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.uhrzeit_wrapper {
	margin-bottom: 30px;
}
.uhrzeit_blatt, .uhrzeit_trenner {
	height: 80px;
	padding-top: 10px;
}
.bereit {
	background-repeat: repeat-x;
}
.legende {
	display: none;
}
}

@media all and (max-width: 525px){
.row_icon {
	width: 5%;
}
.row {
	line-height: 40px;
}
.row_bezeichnung {
	width: 55%;
}
.row_tipp {
	width: 15%;
}
.button-weiter {
	width: 10%;
}

.row_name {
	font-size: 18px;
	line-height: 20px;
}
.row_zeit {
	padding-top: 13px;
}
h1 {
	font-size: 30px;
	line-height: 3px;
	text-align: center;
}

.medaillenauswahl {
	width: 100%;
	text-align: center;
	position:fixed;
	top: 0px;
	left: 0%;
	min-height: 100%;
	height: auto !important;
	height:0px;
	background-color: #222b35;
	z-index: 20;
	margin-left: 0%;
	opacity: .9;
	display: none;
}
.fixed {
	display: block;
}
.auswahl_name {
	line-height: 20px;
	font-size: 20px;
	margin-top: 10px;
}
.bereit:hover {
	opacity: 1;;
	margin-left: 0px;
}
.auswahl_gold, .auswahl_silber, .auswahl_bronze {
	position: relative;
	height: 120px;
	width: 120px;
	border-radius: 60px;
	float:left;
	left: 50%;
	margin-left: -60px;
	margin-top: 15px;
	transition: all .3s;
	cursor: pointer;
}

.auswahl_gold:hover, .auswahl_silber:hover, .auswahl_bronze:hover {
	height: 120px;
	width: 120px;
	border-radius: 60px;
	left: 50%;
	margin-left: -60px;
}
.row:hover {background-color: transparent;}
.podest2 {
	width: 100%;
	float:left;
}

.auswahl_name {
	margin-top: 30px;
}
.fb-bild {
	width: 14%;
}
.hs-punkte {
	width: 7.5%;
	text-align: right;
	float:left;
}
.hs-name {
	width: 35%;
	padding-right: 2%;
	text-align: left;
	float:left;
}
.hs-punkte-padding {
	width: 7%;
	padding-right: 0.5%;
	text-align: right;
	float:left;
}
.mobilmenue {
	height: 55px;
}

.mhome {
	width: 33%;
	height: 55px;
}
.minfo {
	width: 33%;
	height: 55px;
	margin-left: 0%;
}
.mtippen {
	width: 33%;
	height: 55px;
}
.mhighscore {
	width: 33%;
	height: 55px;
}

.spielerinfo {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.si-fb, .si-fb-quer {
	left: 50%;
	margin-left: -50px;
	margin-top: 15px;
}
.right {
	text-align: center;
	padding-left: 50px;
	width: 100%;
	padding: 0px;
	margin-top: 150px;
	margin-bottom: 35px;
}
.si-ue {
	text-align: center;
}
.fb-link {
	margin-left: -7px;
	margin-top: 4px;
}
.highscore-row:hover {
	background-color: transparent;
}
.platz1:hover {
	background-color: #ffbc00;
}
.platz2:hover {
	background-color: #8e8e8e;
}
.platz3:hover {
	background-color: #ad8d5a;
}
.glueckwunsch {
	line-height: 90px;
	font-size: 40px;
}

}