body {
	margin: 0px;
	font-family: Arial, sans-serif;
}

h1 {
	font-family: 'Helvetica Neue',Arial, sans-serif;
	margin: 0px;
}
.container {
	background: linear-gradient(-45deg,#710000 0,#5f00d2 100%);
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	display: block;
	font-family: 'Helvetica Neue',Arial, sans-serif;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	width: 600px;
	border-radius: 20px;
}
.innerbox {
	padding: 20px;
}

.innerbox h2 img {
	height: 28px;
	vertical-align: top;
}

.inner form.loginform  {
	max-width: 100%;
	width: 350px;
}

.inner table  {
	width: auto;
}
.inner .textfield  {
	width: 100%;
	max-width: 100%;
}
.inner .loginform input.textfield#username, .inner .loginform input.textfield#password {
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #aaa;
}

.formbox {
	text-align: center;
}

.formbox > form {
	display: inline-block;
	text-align: left;
}
.formbox tr>td {
	width:99%;
}
.formbox tr>td:first-child {
	white-space: nowrap;
	width: auto;
}

.header {
	background: #ddd;
	padding: 2px;
	font-size: 14px;
	color: #000;
	display: block;
	clear:both;
}

.header .alignright {
	float: right;
}

.header .navbtns {
	margin: 0 20px 0 20px;
}

.main-content {
	margin: 10px;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #888;
    margin: 0;
    padding: 0; 
}

p {
	margin: 5px 0 5px 0;
}

.link-btn {
	display: inline-block;
	background: #fff;
	border: 1px solid #888;
	padding: 10px;
	border-radius: 5px;
	color: #222;
	text-decoration: none;
	margin: 3px 0 3px 0;
	cursor: pointer;
}

.link-btn.primary {
	background: #488aff;
	color: #fff;
}
.link-btn.primary:hover {
	background: #589aff;
}
.link-btn.primary:active {
	background: #387aef;
}

.link-btn.inline {
	display: inline;
}

.link-btn:hover {
	background: #eee;
}

.link-btn:active {
	background: #ddd;
}

.progressbar {
	height: 40px;
	width: 80%;
	background: #ddd;
	overflow: visible;
	white-space:nowrap;
	color: white;
	line-height: 40px;
}

.progressbar .item {
	display: inline-block;
	height: 100%;
	cursor: pointer;
	text-align: center;
}

.legend {
	padding: 0;
	margin:0 ;
}

.colorbox {
	vertical-align: top;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-top: 2px;
	border: 1px solid #000;
}

.legenditem {
	display: inline-block;
}

.kosten-section-title {
	margin-top: 20px;
	display: block;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 3px;
	width: 100%;
}

.kosten-section-container {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

.kosten-section-total-container {
	display: inline-block;
	background: #ddd;
	padding: 10px;
	border: 1px solid #000;
}

.kosten-section-container ul {
	margin: 0;
}

.alert {
	padding: 10px;
	margin: 10px 0;
	border-radius: 8px;
}

.alert.good {
	background: #7f7;
}

.alert.bad {
	background: #f77;
}

@media screen and (max-width: 640px) {
	.container {
		background: white !important;
	}
	.outer {
		display: block;
		overflow-y: auto;
		height: 100%;
	}
	.middle {
		display: block;
	}
	.inner {
		width: 100%;
		top: 0;
		box-shadow: none;
	}
	.formbox {
		width: 100%;
	}
	.hideonmobile {
		display: none !important;
	}
}

.service-link-box {
	display: block;
	background: #fff;
	width: 100%;
	height: 50px;
	padding: 5px 0 5px 0;
	border: 1px solid #888;
	margin: 12px 0 12px 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
}
.service-link-box > img {
	margin-left: 5px;
	height: 50px;
}
.service-link-box > span {
	margin-left: 5px;
	height: 50px;
	vertical-align: top;
	line-height: 50px;
	font-size: 20px;
	color: #555;
	text-shadow: 1px 1px 3px #aaa;
}
.service-link-box:hover > span {
	text-decoration: underline;
}
.service-link-box:active > span {
	text-decoration: underline;
	color: #111;
}