.navbar-header .logo {
	width: 52px;
	height: 100%;
}

.padding {
	padding: 10px;
}
#datum  {
    width:100px;
}
.loginbox {
	border: 1px solid #555;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
}
#loginDetails {
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 7px;
}

#loginDetails p {
	display: inline-block;
}

.navbar-collapse {
	float: left;
}

.content {
	color: white;
}

@media ( min-width :768px) {
	.navbar .container {
		margin-left: -15px;
	}
	#loginDetails {
		margin-right: 15px;
		width: 195px;
	}
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(30,104,151,0.8);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(44,62,80,0.8);
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
	z-index: -1;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.player {
    float:left;
    border-radius: 5px;
    padding: 6px 12px;
		min-width: 80%;
		width: 80%;
		color: black;
		overflow: hidden;
    text-overflow: ellipsis;
		white-space: nowrap;
}
.free {
	background: #ADD135;
}
.male {
    background: yellow;
}
.female {
    background: red;
}
.belegt {
    background: red;
}
.guest {
    background: grey;
}
.reserved {
    background: #1E6897;
}
