header{
	font-size: 14px;
	z-index: 999999;
	overflow: hidden;
}

/*************************************************
* NAVIGATION
*************************************************/
nav{
	background-color: white;
	margin-top: 50px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}

nav .nav-div{
	width: 100%;
}

nav .nav-div-small{
	display: flex;
	width: 100%;
}

nav .nav-menu-img{
	height: 30px;
	margin: 10px 2px 10px 20px;
	cursor: pointer;
}

nav .nav-div-small h1{
	display: inline-block;
	margin: 0px;
	padding-left: 20px;
	line-height: 50px;
	vertical-align: middle;
}

nav .nav-img-logo{
	display: none;
}

nav .nav-list{
	margin: 0px;
	padding: 0px;
	transition: 0.3s;
	height: 0px;
	overflow-x: hidden;
}

nav .nav-list li{
	list-style-type: none;
	vertical-align: middle;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

nav .nav-list li:hover{
	background-color: #EEEEEE;
}

nav .nav-item{
	text-decoration: none;
	text-transform: uppercase;
	color: #911414;
}

nav .nav-item-current li{
	color: black;
	cursor: default;
}

nav .nav-item-current li:hover{
	background-color: white;
}

/*************************************************
* CONTENT-WRAP
*************************************************/
.title-container-abmelden{
	display: none;
}

/*************************************************
* MAIN-CONTAINER
*************************************************/
.main-container{
	width: calc(100% - 40px);
	background-color: white;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	min-height: calc(100vh - 82px);
}

.main-container-large{
	display: none;
}

.main-container-middle{
	display: none;
}

.main-container-small{
	display: block;
}

.main-container a{
	color:#21759B;
}

/*************************************************
* FOOTER
*************************************************/
footer{
	background-color: #EFEFEF;
	line-height: 40px;
	font-size: 12px;
	vertical-align: middle;
	color: #911414;
}

footer .div-footer{
	font-size: 12px;
	text-align: center;
	width: 100%;
}

/*************************************************
* TABLE
*************************************************/
table {
	border-spacing: 0px;
	border: 1px solid #8b8788;
	text-transform: uppercase;
	font-size: 10px;
	width:100%;
	vertical-align:middle;
}

table th{
	background-color: #911414;
	color: white;
	height: 40px;
	font-size: 10px;
}

table td{
	border-top: 1px solid #AAA;
	height: 40px;
}

table tr:nth-child(odd){
	background-color: rgba(139,135,136,.2)
}

/*************************************************
* TABLE - DRAWS
*************************************************/
.div-draw{
	border: 1px solid #AAA;
	margin-top: 20px;
	padding: 5px;
	background-color: #EEEEEE;
	height: 90px;
	text-align: center;
}

.div-draw-date{
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
}

.div-draw-home{
	float: left;
	padding-left: 10px;
	display: inline-block;
	text-align: center;
}

.div-draw-away{
	float: right;
	padding-right: 10px;
	display: inline-block;
	text-align: center;
}

.div-draw-flag{
	display: inline-block;
}

.div-draw-team{
	position: relative;
	vertical-align: middle;
}

.div-draw-result{
	float: inherit;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	line-height: 35px;
	width: 100px;
}

.div-draw-tipps-tipps{
	width: 100px;
}

.div-draw-tipps-home, .div-draw-tipps-away, .div-draw-tipps-point{
	display: inline-block;
}

.tbTipp{
	width: 30px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.div-draw-punkte{
	color: green;
	margin-top: -4px;
	vertical-align: middle;
	line-height: 30px;
}

.div-draw-punkte-circle{
	background-color: green;
	color: white;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.div-save{
	height: 55px;
}

.pbSave{
	height: 100px;
	float: right;
	margin-top: 20px;
	width: 150px;
}

/*************************************************
* TABLE - STANDING
*************************************************/
.tbl-standings{
	width:100%;
	line-height: 0px;
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
}

.tbl-standings .col-rang{
	width: 30px;
}

.tbl-standings .col-image{
	width: 60px;
}

.tbl-standings .col-team{
	text-align: left;
	width: 20%;
}

/*************************************************
* CONTROLS
*************************************************/
input{
	width: 150px;
	height: 33px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
	padding-left: 10px;
}

input[type="submit"], button{
	width: 162px;
	background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
	cursor: pointer;
	height: 35px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
}

/*************************************************
* RUNDEN
*************************************************/
.div-runden{
	display: none;
}

.div-runden ul{
	z-index: 999999;
}

.ul-runden{
	list-style: none;
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 0px;
	width: 150px;
	border: 1px solid gray;
	border-width: 0px 1px 0px 1px;
	background-color: white;
}

.ul-runden li{
	border-color: gray;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	width: 100%;
	height: 23px;
	background-color: white;
	padding-left: 5px;
}

.ul-runden li:hover{
	background-color: #DDDDDD;
}

.ul-runden li a{
	color: black;
	text-decoration: none;
	width: 100%;
	display: block;
}

.div-cb-runden{
	width: 150px;
	padding-left: 5px;
	border: 1px solid gray;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}

.div-cb-runden:after{
	border: 1px solid black;
	width: 10px;
}

.div-cb-select{
	width: 20px;
	height: 20px;
	float: right;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 5px;
}

.div-cb-select:after{
	content: "\25BC";
	font-size: 10px;
}

.div-cb-select:hover{
	background-color: #911414;
	color: white;
	cursor: pointer;
}

#div-cb-gruppe{
	margin-top: 10px;
}

/*************************************************
* LOGIN
*************************************************/
.tbl-login{
	border: none;
	text-transform: none;
}

.col-login-label{
	width: 120px;
}

.tbl-login td{
	border: none;
	font-size: 15px;
}

.tbl-login tr:nth-child(odd){
	background-color: white;
}

/*************************************************
* TABLE - TEAMS
*************************************************/
.tbl-teams{
	width: 100%;
	margin-bottom: 20px;
}

.tbl-teams td, .tbl-teams th{
	padding-left: 20px;
}

.col-team-flag{
	width: 80px;
}


/*************************************************
* RANGLSITEN
*************************************************/
.ranglisten{
	font-size: 15px;
}

.delete-group{
	display: none;
}

.add-user{
	display: none;
}

.delete-group-mobile, .add-user-mobile{
	display: block;
}

.delete-group-mobile button, .add-user-mobile button{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.delete-group-mobile div, .add-user-mobile div{
	display: flex;
	justify-content: center;
  align-items: center;
}

.delete-group-mobile div img, .add-user-mobile div img{
	height: 25px;
}

.delete-group-mobile div span, .add-user-mobile div span{
	padding-left: 5px;
}

#frmAddUser input[type="submit"]{
	width: 100%;
}

#frmAddUser input[type="text"]{
	width: calc(100% - 14px);
	margin-bottom: 20px;
}

.button-delete-group{
	margin-bottom: 20px;
	width: 100%;
}

#frmCreateGroup span{
	display: none;
}

#frmCreateGroup input[type="submit"]{
	width: 100%;
	margin-left: 0px;
}

#frmCreateGroup input[type="text"]{
	width: calc(100% - 14px);
	margin-bottom: 20px;
	margin-left: 0px;
}
