.full {
	background: url("/images/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.divider-sidebar {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.tr_bg {
	background-color: #F2F2F2;
	color: #000;
}
.tr_bg_calendar {
	background-color: #3e6082;
	color: #fff;
	height: 10px;
}
.tr_bg_nurBank {
	background-color: #FFEC8B;
	color: #000;
}
.tr_bg_ohneEinsatz {
	background-color: #F1CDD1;
	color: #000;
}

.kader-header, .leaguetable-header, .player-header {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	padding-bottom: 10px;
}

.resultticker {
	width: 100%;
	margin-top: -10px;
    background-color: #fff;
    padding-top: 5px;
}

.row-own {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:10px;
}

.ajax_response {
	display: none;
	position: absolute;
	top: 50%;
	width: 85%;
	height: 200px;
	z-index: 10000;
	text-align: center;
}

.table-headline {
	display: flex;
}
.table-name {
	flex-basis: 95%;
}

.scroll75 {
	height: 75px;
	overflow: auto;
	width: 100%;
}
.scroll150 {
	height: 150px;
	overflow: auto;
	width: 100%;
}
.scroll400 {
	height: 400px;
	overflow: auto;
	width: 100%;
}
.scroll450 {
	height: 450px;
	overflow: auto;
	width: 100%;
}
.panel-scroll400 {
	height: 400px;
	overflow: auto;
	width: 100%;	
}

.mediaDesktop {
	display: none;
}
.mediaMobile {
	display: block;
}

@media(min-width: 1900px) {
	.mediaDesktop {
		display: block;
	}
	.mediaMobile {
		display: none;
	}
}