/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.02.2016, 15:53:06
    Author     : jbierwagen
*/
html {
	background:#004167;
	height:100%;
	width:100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #004167;
  line-height: 1;
  color: white;
  font-family: sans-serif;
  overflow: hidden;
}
ol,
ul {
  list-style: none;
  border: 10px solid #004167;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/*
    Created on : 19.02.2016, 17:58:31
    Author     : jbierwagen
    angepasst J Grüne: 30.04.2017
*/


.titelzeile {
  background: #004167;
  padding:5px;
  width:100%;
}

.titelzeile td{
  vertical-align:middle;
    
}

h1 {
  color: #ffffff;
  background-color: #004167;
  font-size: 30px;
  font-weight: normal;
  padding: 18px 10px;
  display:table-cell;
}

.servingLine {
  display:table;
  border-bottom: 0;
  position: relative;
  padding: 0px;
  width:100%;
  
}
.servingLine div {
  
}
.line-information {
  align-items: center;
}
.lineNumber {
  display:table-cell;
  padding:4px 3px 0 0;
  vertical-align:top;
  font-size: 1.6em;
  font-weight: bold;
  width: 60px;
  margin-left:20px;
  text-align:right;
  color:#000;
  background:#fff;
}
.direction-route{
  display:table-cell;
  vertical-align:middle;
  width: 340px;
  padding:5px 0 15px 4px;
}
.direction {
  display:block;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom:10px;
}
.dateTime {
  width: 150px;
  text-align: right;
  padding-top: 10px;
  font-size: 2em;
  font-weight: normal;
  display:table-cell;
  vertical-align:middle;
}
.route {
  overflow: hidden;
}
.delay {
  white-space: nowrap;
  color: #24b815;
  padding:10px 0;
}
.delayPlan {
  font-weight: normal;
  font-style:italic;
  color: #c0c0c0;
}
.delayText {
  color:#ff8700;
  font-weight:bold;  
}
#timer-wrapper {
  width: 103px;
  height: 100px;
}
.odd {
  background: #004167;
}
.even {
  background: #004167;
}
.mot-0 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/zug.png');
  background-position: center center;
}
.mot-1 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/sbahn.png');
  background-position: center center;
}
.mot-3 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/ubahn.png');
  background-position: center center;
}
.mot-4 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/ubahn.png');
  background-position: center center;
}
.mot-5 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-image: url('img/bus.png');
  background-position: center center;
}
.mot-6 {
  background:#fff;
  display:table-cell;
  padding-top:4px;
  min-width:32px;
  height: 50px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-image: url('img/bus.png');
  background-position: 4px 6px;
}
.mot-7 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:55px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/bus.png');
  background-position: center center;
}
.mot-13,
.mot-14 {
/*  flex:1;*/
  display:table-cell;
  vertical-align:middle;
  width:70px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-image: url('img/zug.png');
  background-position: center center;
}
