@font-face {
    font-family: Dinengschrift;
    src: url("../fonts/dinengschrift-webfont.woff");
}

@font-face {
    font-family: 'DINSchrift';
    src: url("../fonts/dinengschrift-webfont.eot");
    src: url("../fonts/dinengschrift-webfont.eot?#iefix") format('embedded-opentype'),url("../fonts/dinengschrift-webfont.woff") format('woff'),url("../fonts/dinengschrift-webfont.ttf") format('truetype'),url("../fonts/dinengschrift-webfont.svg#DINSchrift1451Engschrift") format('svg');
    font-weight: 100;
    font-style: normal
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    display: table;
    font-family: 'DINSchrift', Verdana;
	background-color: rgba(56,47,45,0.6);
}

h1 {
    margin: 0;
}

td {
    vertical-align: bottom;
}

.clear {
    clear: both;
}

.box {
	width: 100px;
    height: 250px;
    position: absolute;
    left: -125px;
    top: -50px;
}

.mint {
    background: rgb(167,230,215);
}


.peach {
    background: rgb(255,187,180);
}


#header {
    position: relative;
    text-align: center;
    background-repeat: repeat-x;
    background: #382F2D;
    min-height: 119px;
    margin-bottom: 7px;
    padding: 10px 0 !important;
    color: white;
    font-weight: normal;
}

h1 {
    font-size: 60pt;
}

.datetime {
    position: absolute;
    font-size: 60pt;
    font-weight: normal;
    top: 0px;
}

#datetime-date {
    left: 50px;
}

#datetime-time {
    right: 50px;
}

#wrapper {
    margin: auto;
    display: table;
}

.display {
    margin-top: 230px;
    display: table;
    position: relative;
}

.state {
    text-align: center;
}

.arrival-info {
    width: 500px;
    display: table;
}

#screen-message {
    margin-top: 100px;
    font-size: 32pt;
}

.status-message {

    margin-top: -20px;
}


.route {
    margin: auto;
    margin-right: 50px;
    float: left;
}

.arrival-info {
    float: right;
    margin-top: 30px;
}

.circle, .line {
    background-color: #FFF;
    color: #382F2D;
    border: 3px solid #ECD7A3;
    float: left;
    font-size: 30px;

}

.circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    z-index: 2;
    display: table;
}

.circle p {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	line-height: 55px;
}

.circle.big {
    border: 5px solid #ECD7A3;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    margin-top: -50px;
    font-size: 50px;
}

.line {
    position: relative;
    width: 40px;
    height: 20px;
    margin-top: 65px;
    margin-left: -3px;
    margin-right: -3px;
    z-index: 1;
    border-left: none;
    border-right: none;
}
.doubleline {

    width: 130px !important;
}

.timer {
    display: none;
}

.timer table, .arrival-message table, .departure-message table {
    margin: auto;
}

.timer p {
    font-size: 22pt;
}

.timer td {
    line-height: 100%;
    text-align: right;
}

.arrival-de {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 30pt;
    vertical-align: top;
}

.arrival-en {
    color: #FFF;
    font-size: 30pt;
    vertical-align: bottom;
}

.message-de {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 32pt;
    vertical-align: top;
}

.message-en {
    color: #FFF;
    font-size: 32pt;
    vertical-align: bottom;
}

.time {
    font-size: 120pt;
    color: #FFF;
    margin: 0 50px;
}

.here {
    position: absolute;
    bottom: 250px;
    left: -5px;
    margin: 0;
    padding: 0;
    width: 250px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 50px;
    clear: both;
    line-height: 100%;
}

.here .triangle {
    margin: 5px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #FFF;
}

@keyframes blink {
    0% {
        background-color: #FFF;
        color: white !important;
    }
    50% {
        background-color: #ECD7A3;
        color: white !important;
    }
    100% {
        background-color: #FFF;
        color: white !important;
    }
}

.active {
    background-color: #ECD7A3;
    color: #382F2D;
}

.current {
    animation: blink normal 1s infinite ease-in-out;
}

#shuttle2-gwg {
    width: 185px;
}

#shuttle2-mac {
    width: 115px;
}

#display-seperator {
    width: 100%;
    height: 2px;
    background-color: #ECD7A3;
    margin: 40px 10px 0px 0px;
}

.terminal-header {
    font-size: 70pt;
    position: absolute;
    top: -210px;
    right: 0px;
    color:  #FFF;
    width: 500px;
}