@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-R.ttf') format('truetype');
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-RI.ttf') format('truetype');
    font-style: italic;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-B.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-BI.ttf') format('truetype');
    font-style: italic;
	font-weight: bold;
}

html, body {
	height: 100%;
}
body {
	font-size: 12px;
    background-color: white;
    color: #666;
    width: 100%;
	display: flex;
	display: -webkit-flex;
	background-image: url(../img/background.jpg);
	background-position: center top;
	/* background-size: cover; */
	font-family: "Ubuntu";
	color: #333333;
}

.cf-nav {
	height: calc(100% - 40px);
	overflow: auto;
	/* width: 200px; */
	background-color: white;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 20px;
	margin: 20px;
	margin-right: 0px;
	border-radius: 15px;
}

.cf-content {
	height: calc(100% - 40px);
	overflow: auto;
	/* width: calc(100% - 200px);
	margin-left: 200px; */
	-webkit-flex: 8;
	-ms-flex: 8;
	flex: 8;
	padding: 20px;
	background-color: white;
	margin: 20px;
	border-radius: 15px;
}

.logo {
	width: 100%;
	padding: 0 50px;
	text-align: center;
}

.cf-nav-items {
	margin-top: 20px;
}

.cf-nav-item {
	display: block;
	width: 100%;
	clear: both;
}
.cf-nav-item:hover .cf-nav-item-icon,
.cf-nav-item:hover .cf-nav-item-text {
	background-color: #ededed;
}
.cf-nav-item-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}
.cf-nav-item-text {
	float: left;
	width: calc(100% - 40px);
	line-height: 30px;
	font-size: 20px;
	padding: 5px;
}

#filialen-tabelle > .row:nth-child(even) {
	background-color: #F0F0F0;
}
#filialen-tabelle > .row {

	height: 30px;
	line-height: 30px;
}

tr.gefahr, .table-striped>tbody>tr.gefahr:nth-of-type(odd) {
	background-color: red;
	color: white;
}

.test-store {
	color: #777777;
	background-color: #DDDDDD !important;
}

.message-box-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 1100;
}

.message-box {
	position: absolute;
	background-color: white;
	top: 20px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	border-radius: 10px;
}

.message-box-headline {
	line-height: 20px;
	font-size: 20px;
	border-bottom: 1px solid #F0F0F0;
}

.message-box-content, .message-box-headline, .message-box-footer {
	padding: 10px;
}

.message-box-footer {
	border-top: 1px solid #F0F0F0;
}
