@charset "UTF-8";
/* CSS Document */
a, a:hover, a:focus, a:active {
	outline: none;
}
.header {
	background: url('../images/back_top.jpg') center top no-repeat;
	height: 316px;
}
.logo {
	margin-top: 30px;
}
.clearer {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {

}
@media only screen and (min-width: 250px) and (max-width:599px) {
	.logo {
		display: block;
		max-width: 85%;
		margin: 5px auto 0;
	}
	.header {
		background: url('../images/back_top_smart.jpg') center bottom no-repeat;
		height: 250px;
	}
}
/* TOPNAV */
ul.topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}
ul.topnav li {
	float: left;
	padding: 5px 10px 5px 0;
	font-size: 13px;
}
ul.topnav li:before {
	content: '|';
	padding-right: 10px;
}
ul.topnav li:first-child {
	padding: 5px 10px 5px 0;
}
ul.topnav li:first-child:before {
	content: '';
	padding-right: 0;
}
ul.topnav li a {
	color: #FFF;
	text-decoration: none;
}
ul.topnav li a:hover {
	color: #deea98;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	ul.topnav li {
		font-size: 15px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 599px) {
	ul.topnav {
		display: none;
	}
}
/* LOGIN */
#login {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#login li a {
	display: inline-block;
	background: #B00;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;
}
#login li a:hover {
	text-decoration: none;
	background: #900;
}
/* PROFIL */
#profil {
	display: none;
	float: right;
}
#profil .dropdown a {
	background: #81BF41;
	color: #FFF;
	border-radius: 0;
	font-weight: bold;
	margin-right: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;
}
#profil .dropdown a span{
	margin-right: 5px;
}
#profil ul.dropdown-menu {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
#profil ul.dropdown-menu a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: normal;
	border-top: dotted 1px #FFF;
	margin-right: 0;
}
#profil ul.dropdown-menu a:hover {
	color: #2f7021;
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	#profil, #login {
		margin-top: -1px;
	}
}
/* MENU */
.navbar {
	border-radius: 0;
}
.navbar-default .navbar-collapse {
	border: none;
	background: #81bf41;
	font-size: 18px;
	-webkit-box-shadow: 0 6px 6px -6px #000;
	-moz-box-shadow: 0 6px 6px -6px #000;
	box-shadow: 0 6px 6px -6px #000;
}
.navbar-default .navbar-nav > li {
	background: url('../images/menu_divide.png') 0 center no-repeat;
}
.navbar-default .navbar-nav > li.smart {
	display: none;
}
.navbar-default .navbar-nav > li:first-child {
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.selected {
	color: #2f7021;
}
	.navbar-header {
		border-radius: 0;
		border: 0;
		background: #81bf41;
		-webkit-box-shadow: 0 6px 6px -6px #000;
		-moz-box-shadow: 0 6px 6px -6px #000;
		box-shadow: 0 6px 6px -6px #000;
	}
	.navbar-toggle {
		border: none;
		border-radius: 0 !important;
		background: #FFF;
	}
	.navbar-collapse {
		max-height: 1000px;
	}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.navbar-default .navbar-collapse {
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-default .navbar-nav > li:first-child > a {
		padding-left: 0;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding-right: 0;
	}
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	.navbar {
		margin-top: -40px;
	}
	.navbar-default .navbar-nav > li {
		background: none;
	}
	.navbar-default .navbar-nav > li.smart {
		display: block;
	}
	.navbar-collapse li {
		border-top: dotted 1px #FFF;
	}
	.navbar-collapse li.divider {
		border-top: solid 3px #FFF;
	}
}
/*BUTTON */
.btn-default {
	border-radius: 0;
	background: #81BF41;
	border: none;
	color: #FFF !important;
	font-size: 15px !important;
	padding: 7px 15px 6px;
	-webkit-box-shadow: 0 5px 5px -5px #000;
	-moz-box-shadow: 0 5px 5px -5px #000;
	box-shadow: 0 5px 5px -5px #000;
}
.btn-default:hover {
	background: #00992d;
}
/* KICKTIPP */
.kicktipp-navigation {
	display: none;
}
#kicktipp-content {
	font-size: 14px;
	padding: 0;
}
#kicktipp-content H2 {
	font-size: 28px;
	color: #00992d;
	fotn-weight: bold;
	border-bottom: none;
}
#kicktipp-content p {
	font-size: 14px;
	line-height: 18px;
}
#kicktipp-content table caption {
	font-size: 19px;
	line-height: 28px;
	color: #00992d;
	font-weight: normal;
}
#kicktipp-content table td {
	padding: 8px 8px 6px 3px !important;
}
#kicktipp-content table tr td span {
	margin-right: 7px;
}
#kicktipp-content .tabs .tabs-nav {
	border-color: #81BF41;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li {
	background: #81BF41;
	color: #FFF;
	border: none;
}
#kicktipp-content div.inlineblock {
	width: 100%;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .selectboxit-container {
	color: #FFF;
	font-size: 16px;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .selectboxit-container .selectboxit-text {
	line-height: 34px;
	height: 34px;
	padding-top: 0;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	line-height: 34px;
	height: 34px;
	color: #FFF;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a:hover {
	background: none;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .icon-arrow-right2:before {
	content: "\e080";
	font-family:"Glyphicons Halflings";
	color: #FFF;
	font-size: 12px;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .icon-arrow-left2:before {
	content: "\e079";
	font-size: 12px;
	font-family:"Glyphicons Halflings";
	color: #FFF;
}
.kicktipp-prevnext span.icon-arrow-left2, .kicktipp-prevnext span.icon-arrow-right2, .kicktipp-prevnext span.icon-arrow-up {
	padding: 9px 10px 5px;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .kicktipp-prevnext-next a:hover, #kicktipp-content .tabs .tabs-nav li.tabs-li .kicktipp-prevnext-prev a:hover {
	text-decoration: none;
}
#kicktipp-content .tabs .tabs-nav li.tabs-li .kicktipp-prevnext-next a:hover, #kicktipp-content .tabs .tabs-nav li.tabs-li .kicktipp-prevnext-prev a:hover {
	background-color: transparent;
}
#kicktipp-content a {
	color: #00992D;
}
#kicktipp-content a:hover {
	color: #81BF41;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: #900;
	font-size: 15px;
    background-repeat: repeat-x;
    color: #FFFFFF;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 34px;
    line-height: 34px;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	#kicktipp-content .tabs .tabs-nav li.tabs-li .selectboxit-container {
		
	}
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	#kicktipp-content table tr td span {
		display: none !important;
	}
	#kicktipp-content table tr td.termin {
		max-width: 50px;
		white-space: normal;
	}
	#kicktipp-content H2 {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 15px;
	}
}
/* KICKTIPP SPIELPLAN */
.tippspielplan #kicktipp-content table {
	width: 100%;
}
/* KICKTIPP TABELLEN */
.tabellen #kicktipp-content table {
	width: 70%;
}
.tabellen #kicktipp-content table tr .pos{
	text-align: left;
	font-weight: bold;
}
.tabellen #kicktipp-content table th.sp, .tabellen #kicktipp-content table th.pkt, .tabellen #kicktipp-content table th.diff, .tabellen #kicktipp-content table th.g, .tabellen #kicktipp-content table th.u, .tabellen #kicktipp-content table th.v {
	text-align: right;
}
.tabellen #kicktipp-content table.borderbottom tr td {
	vertical-align: middle;
}
.tabellen #kicktipp-content table.borderbottom tr td .btn-default {
	margin-top: 10px;
}
.tabellen #kicktipp-content table.borderbottom tr td label {
	padding-top: 3px;
}
.tabellen #kicktipp-content table.borderbottom tr td select {
	padding: 5px;
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	.tabellen #kicktipp-content table.borderbottom {
		display: none;
	}
	.tabellen #kicktipp-content table {
		width: 100%;
	}
}
/* KICKTIPP TIPPABGABE */
.tippabgabe #kicktipp-content table {
	width: 100%;
}
.tippabgabe #kicktipp-content table tr td select {
	padding: 5px;
	font-size: 12px;
}
.tippabgabe #kicktipp-content table tr td p {
	margin: 0;
}
.tippabgabe #kicktipp-content table tr td table, .tippabgabe #kicktipp-content table tr td table td {
	margin: 0;
	padding: 0
}
.tippabgabe #kicktipp-content .button.grey {
	display: none;
}
.tippabgabe #kicktipp-content tr.o td:first-child, .tippabgabe #kicktipp-content tr.e td:first-child , .tippabgabe #kicktipp-content tr th:first-child {
	display: none;
}
.tippabgabe #kicktipp-content table.weg {
	margin-top: -30px;
}
.tippabgabe #kicktipp-content table.weg td {
	border-top: none;
}
.tippabgabe #kicktipp-content table input {
	padding: 5px 10px;
	border: solid 1px #999;
}
/* KICKTIPP GESAMTÜBERSICHT */
.gesamtuebersicht #kicktipp-content table, #kicktipp-content table.kicktipp-tabs {
	width: 100%;
}
#kicktipp-content table.kicktipp-tabs .treffer td {
	background: #81BF41;
	color: #FFF;
}
#kicktipp-content table.kicktipp-tabs .treffer:hover td{
	background: #00992d;
}
#kicktipp-content table.kicktipp-tabs td.pos {
	text-align: left;
	font-weight: bold;
}
.gesamtuebersicht #kicktipp-content table tr select {
	padding: 5px;
}
.gesamtuebersicht #kicktipp-content table tr label {
	padding-top: 6px;
}
/* KICKTIPP BONUSÜBERSICHT */
.fragenuebersicht #kicktipp-content table {
	width: 100%
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	.fragenuebersicht #kicktipp-content table td {
		display: none;
	}
	.fragenuebersicht #kicktipp-content table thead {
		display: none;
	}
	.fragenuebersicht #kicktipp-content table td.pos, .fragenuebersicht #kicktipp-content table td.pkt, .fragenuebersicht #kicktipp-content table td.mg_class {
		display: table-cell;
	}
}
/* KICKTIPP TIPPÜBERSICHT */
.tippuebersicht #kicktipp-content table {
	width: 100%
}
/* KICKTIPP PROFIL */
.profil #kicktipp-content table {
	width: 100%;
}
.profil #kicktipp-content table tr td {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
.profil #kicktipp-content table tr td p {
	margin-bottom: 0;
}
.profil #kicktipp-content table input {
	padding: 5px 10px;
	max-width: 200px;
	border: solid 1px #999;
}
.profil #kicktipp-content table label {
	padding-top: 4px;
}
.profil #kicktipp-content .button.grey {
	display: none;
}
.profil #kicktipp-content a {
	display: inline-block;
	color: #00992D;
	padding-top: 7px;
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	.profil #kicktipp-content a {
		font-size: 15px;
	}
	.profil #kicktipp-content .hint {
		font-size: 15px;
	}
}
/* KICKTIPP CONTENT */
#kicktipp-content p.bodytext span {
	font-size:14px !important;
}
#kicktipp-content .contenttable {
	width: 100%;
}
@media only screen and (min-width: 250px) and (max-width:599px) {
	#kicktipp-content table tr td p.bodytext span {
		display: block !important;
	}
	#kicktipp-content .contenttable tr td {
		width: 100%;
		display: block;
	}
}
/* COUNTDOWN */
.countdown {
}
.countdown div {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding: 0 5px;
	margin-right: 5px;
	background: #81BF41;
	color: #FFF;
}
.countdown div.first {
}
.countdown div.last {
	margin-right: 0;
}
.countdown div .time {
	font-size: 34px;
}
/* SIDEBAR */
.sidebar hr {
	border-color: #9ed376;
	margin-top: 5px;
}
.sidebar h3 {
	font-size: 17px;
}
.sidebar .box {
	margin-top: 20px;
}
.sidebar .box.zitat {
	padding: 12px 12px 15px;
	margin-bottom: 20px;
	color: #FFF;
	background: #81BF41 url('../images/back_quote.jpg') center bottom no-repeat;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Waiting for the Sunrise', cursive;
}
.sidebar .box.zitat .sender {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block;
	font-size: 13px;
	text-align: right;
	font-style:italic;
	color: #00992d;
	padding-top: 15px;
}
.sidebar .box .banner {
	margin-top: 15px;
	width: 100%;
	max-width: 100%;
}