* { /* keine Zuaddierung durch padding */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, abbr, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, spanstrike, strong, sub, summary, sup, table, textarea, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.block {
	overflow: hidden;
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.25;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 7px 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
a.admin {
	float: right;
	font-size: 12px;
	font-size: 0.75rem;
}

#leitstelle div.bezeichnung a {
	display: block;
	text-decoration: none;
}

body,
div[class*="status"],
input[class*="button"],
input.status5,
#leitstelle div.bezeichnung a,
a.admin {
	color: #fff;
}
#leitstelle div.aktiv.aktivieren input {
	color: #198215;
}
#leitstelle div.aktiv.deaktivieren input {
	color: #d60000;
}

body {
	background: #002e72;
}
.bg-darkblue {
	background: #001435;
}
input,
.border-white {
	border-color: #fff;
}

div.status1,
input.button1 {
	background: #55b300;
}
div.status2,
input.button2 {
	background: #198215;
}
div.status3,
input.button3 {
	background: #ff460c;
}
div.status4,
input.button4 {
	background: #d60000;
}
input.status5,
input.button5,
div.status5 {
	background: #efb200;
}
div.status6,
input.button6 {
	background: #3e3e3e;
}

input {
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.25);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.25);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
input.status5 {
	margin-left: 20px;
}

div.headline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
}
div.headline p {
	margin-top: -14px;
}

#leitstelle,
#fahrzeug,
#status,
#sprechwunsch {
	display: block;
	padding: 10px;
	width: 100%;
}
#statusgeber {
	clear: both;
	margin-top: -20px;
	padding: 5px !important;
}
#fahrzeugstatus {
	margin-left: -20px;
	margin-right: -20px;
}
#leitstelle div,
#fahrzeug div {
	display: block;
	float: left;
	padding: 10px;
}
#leitstelle div.fahrzeug {
	clear: both;
}
#status div.bezeichnung,
#sprechwunsch div.bezeichnung {
	margin-right: 10px;
	width: 145px;
}
#leitstelle div.bezeichnung {
	width: 130px;
}
#leitstelle div.sprechwunsch {
	padding: 0;
	width: 65px;
}
#leitstelle div.ort {
	width: 150px;
}
#leitstelle div.aktiv {
	padding: 0;
}
#leitstelle div.aktiv input {
	height: 40px;
	width: 100px;
}

div[class*="status"],
input.status5 {
	height: 40px;
	width: 40px;
	text-align: center;
}
input[class*="button"] {
	display: block;
	float: left;
	height: 100px;
	margin: 10px;
	width: 100px;
}