/* 
*	COLORS:   
*   	
*   	
*   *   	
*/


/*###############     HEADER      ###################*/

.logo {
	position: absolute;
	right: 16px;
	bottom:9px;
	display: inline-block;
}
.logo:hover {
	opacity: 0.8;
}

.countdown {
	position: absolute;
	top:0;
	right: 0;
	height:50px;
	width: 191px;
	padding-top:3px;
	background: url(../images/bg-countdown.png) top left no-repeat;
}

.day, .hours, .minute {
	text-align:center;
	float:left;
	width:68px;
}
.day h6, .hours h6, .minute h6 { font-size:12px; }
.day p, .hours p, .minute p { font-size:16px; font-weight:bold; }

.day {
	color:#bd9f0c;
}
.hours {
	color:#00688f;
	width:58px;
}
.minute {
	color:#1B7DBA; 
	width:50px;
}
.dateLeft {
	float: left;
	width:50px;
	background:#0066A6;
}
.dateLeft * {
	color:#FFF;
	text-align: center;
	width:50px;
}
.dateLeft .day {
	font-weight: bold;
}

.pieNames {
	float:right;
}
.pieNames p {
	margin-bottom:8px;
	text-align:right;
	padding-right: 10px;
	border-right:5px solid #1B7DBA; 
}
.pieNames p:nth-child(2) { border-right:5px solid #FFE14E;  }
.pieNames p:nth-child(3) { border-right:5px solid #8FBF77;  }
.pieNames p:nth-child(4) { border-right:5px solid #BBB;  }
.pieNames p:nth-child(5) { border-right:5px solid #E26A6B; }






/*###############     CONTENT      ###################*/

ul.tippMenu {
	list-style:none;
	margin:0 0 30px;
	padding:0;
}
ul.tippMenu li a {
	font-family: 'SquadaOne', 'Arial', sans-serif;
	margin-bottom:3px;
	font-size: 18px;
	text-transform: uppercase;
	padding:2px 0;
}
ul.tippMenu li a:hover {
	text-decoration: none;
	color:#333;
}
ul.tippMenu li.active a {
    text-decoration: none;
    color:#1B7DBA;
    opacity: 0.9;
}

#writeEntry {
	margin-bottom: 1em;
}
#writeEntry textarea {
	height:150px;
}




input[type="text"], textarea, input[type="password"], select {
	width:200px;
	padding:3px;
	border:1px solid #666;
}

#saveTipps, #btnRegister, #submitBlog, .submit {
	height:24px;
	text-align:center;
	display:block;
	color:#0066A6;
	cursor:pointer;
	font-family: 'SquadaOne', 'Arial', sans-serif;
	font-size:22px;
	text-transform: uppercase;
}

.formRow {
    border-bottom: 1px solid #D0C5A6;
    border-top: 1px solid #FFFFFF;
    display: block;
    padding: 6px 10px;
}
.formRow.odd {
    background: none repeat scroll 0 0 #E9E2CC;
}
.formRow.even {
    background: none repeat scroll 0 0 #F2ECD9;
}
.formLabel {
    float: left;
    font-weight: bold;
    margin: 3px 20px 0 0;
    min-height: 10px;
    text-align: right;
    width: 200px;
}


#login {
	position: absolute;
	top:0;
	left:0;
}
.login {
	background:url(../images/login@2x.png) top left no-repeat;
    background-size:330px 36px;
	height:36px;
	width:330px;
}

.rowLogin {
	float:left;
}
.rowLogin input {
	background: none;
	border:0;
	width:115px;
	margin-left:20px;
	padding-top:1px;
	color:#FFF;
	font-weight: bold;
}
.rowLogin input[type="password"] {
	margin-left: 15px;
	color:#FFF;
}
.rowLogin input[type="submit"], a#logout {
	color:#FFF; 
	width:46px;
	margin-left: 3px;
	padding-bottom:5px;
	font-weight:bold;
}
a#logout { 
	font-weight:bold;
	padding-top:6px;
    padding-left:4px;
	display: inline-block;
    font-size:80%;
}
.rowLogin input[type="submit"]:hover, a#logout:hover {
	color:#EEE;
	text-decoration: none;
}
#message_control {
	position: absolute;
    top: 33px;
    left: 2px;
	color:#222;
}
#logout_control {
	float:left;
}
.hallo {
	float:left;
	width:255px;
	margin-left: 20px;
	font-weight: bold;
	color:#FFF;
	padding-top:2px;
}

.marginTop {
	margin-top:2em;
}



.table .tippInput, .oneSide {
    border-radius: 3px;
    margin: 0 4px;
    padding: 3px;
    text-align: center;
    width: 24px;
    display: inline;
}
.table, .tableMini {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    width: 100%;
}
.tableMini {
    margin-top: 2px;
    width: 94%;
}
.table th:first-child, .tableMini th:first-child {
    border-radius: 5px 0 0;
}
.table th:last-child, .tableMini th:last-child {
    border-radius: 0 5px 0 0;
}
.table th {
    background:#0c191e;
    color: #FFFFFF;
    padding: 6px 0 4px;
}
.tableMini th {
    display: none;
}
.table td {
    border-bottom: 1px solid #D0C5A6;
    border-top: 1px solid #FFFFFF;
    font-size: 16px;
    padding: 4px 5px 3px;
    line-height: 28px;
}
.tableMini td {
    border-top: 1px solid #D0C5A6;
    padding: 2px 8px;
}
.navEntries {
    float: right;
}
.prevLink, .nextLink, .pageLink {
    color: #F2ECD9;
    display: inline-block;
    width: 35px;
}
.pageLink a, .pageLink span {
    padding: 0 8px 0 4px;
}
.pageLink {
    width: auto;
}

table img {
	display: inline;
    margin: 6px 5px 0;
    vertical-align: -5px;
    float:none !important;
}


#messageReg {
	margin-bottom: 20px;
	font-weight: bold;
	color:#1B7DBA;
}

.blogEntry {
	margin-bottom:45px;
	clear: both;
}
.blogEntry h2 {
	margin-left: 70px;
}

.commentFrom {
	text-align:right;
	font-size: 90%;
	text-shadow:1px 1px #AAA;
	font-weight: bold;
	color: #FFF;
}

.comments { display:none; }
.comment {
	margin:8px 0px 10px;
	background:#96ddf9;
	padding:12px 20px 5px;
	position:relative;
	color: #00688F;
	clear: both;
}

#cboxClose {
	border:0;
}
#cboxLoadedContent {
	padding:20px;
}
textarea {
	width:100%;
}
label {
	font-weight:bold;
	margin:10px 0 3px;
	display: inline-block;
}


#nextGames { margin-bottom: 30px; }

.clear {
	clear: both;
}

.small {
	font-size: 90%;
	color:#666;
}
small {
	font-size: 70%;
	color:#666;
}

.amountComments {
	float:left;
}
.textRight {
	float: right;
}
   

.grid2 {
	width:46%;
	float:left;
}

.gridRight {
	margin-left:8%;
}

label {
	color:#373328;
	font-family: 'SquadaOne', 'Arial', sans-serif;
	font-size:1.4em;
	text-transform: uppercase;
}
.answer div {
	display: inline-block !important;
}
.answer .res {
	margin-left: 20px;
	color:#0066A6;
	font-family: 'SquadaOne', 'Arial', sans-serif;
	font-size:1.2em;
}
.answer {
	margin:10px 0 1.4em;
}



.fifty {
	width:47%;
	float: left;
}
.fifty.last {
	margin-left:6%;
	margin-bottom: 2em;
}

.fifty img {
	max-width:100%;
	width: 100%;
}

.fifty.last {
	position: relative;
}



#svg {
	background:#FFE14E;
	margin-top:1em; 
}
#svg text {
	color:#00688F;
	display: none;
	pointer-events:none;
}

.mobile {
	display:none;
}


.same, .up, .down {
	width:16px;
	height: 16px;
	background-image:url(../images/updown.png);
	background-repeat:no-repeat;
	background-position: center 0;
	margin-top: 6px;
	float: left;
	margin-right: -16px;
}
.same {
	background-position: center -16px;
}
.down {
	background-position: center -32px;
}



/*###############     FOOTER      ###################*/


@media screen and (min-width:900px) { 

    table input[type="text"] {
        font-size:16px;
    }

}


@media screen and (max-width:1000px) {

	.width { width:94%; }

	#sidebar, #content {
 		width:100% !important;
 		float: none !important;
 		margin-right:0;
 	} 
 	#sidebar {
 		margin-bottom: 3em;
 	}
 	ul.tippMenu li {
 		display:inline-block;
 		margin:0 30px 5px 0;
 	}  
 	.stadium {
 		display: none;
 	}
}

@media screen and (max-width:780px) {

 	 .table tr td:first-child, .table tr th:first-child {
    	display: none;
    }
    .language {
    	left:58%;
    }
    .grid2, .fifty, .fifty.last {
    	margin-left:0;
    	margin-bottom:2em;
    	float: none;
    	width:100%;
    }
}


@media screen and (max-width:660px) {

    .width {
      width:90%;
    }
    .table td {
        text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
	}
	.table td img {
		/*display: none;*/
	}
	.slider {
		overflow: hidden;
      	position: relative;
      	height: 570px;
	}
	.slider .table {
      position:absolute;
      left:0;
    }

    .countdown {
    	display: none;
    }
    .language {
    	left: 85%;
    }
	header {
		height: auto;
	}   
	.logo {
		position: relative;
		bottom: auto;
		top: 58px;
		width:155px;
		margin: 0 auto 1em;
		display: block;
	}

    nav ul li {
    	display: inline-block;
    	float: none;
    	margin-bottom:10px;
    }
    nav {
    	margin-bottom: 10px;
    	text-align: center;
    }
    #nextTips { display: none; }
    .mobile { display: block;}
    .mobile #nextTips { display: block; }
    #getHidden .navEntries { display: none;}
}

@media screen and (max-width:600px) { 
    table span {
        display:none;
    }
}

@media screen and (max-width:320px) {

	#login {
		left: -25px;
	}
	.language {
		margin-top: 40px;
		left: 92%
	}
	
}

@media all and (-webkit-device-pixel-ratio:2) {
    
    .login {
		background:url(../images/login@2x.png) top left no-repeat;
		background-size:330px 36px;
	}
}

