html {
    background-color: #e20717;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center -80px;
    font-family: Arial, Helvetica, sans-serif;
}

#splashscreen {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e20717 url(images/SplashScreen.jpg) center center;
    background-size: cover;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-color: #e20717;
    color: #fff;
}

#station-logo {
    position: absolute;
    color: #fff;
    bottom: 28px;
    left: 28px;
    width: 380px;
}

#station-logo img {
    width: 360px;
    margin: auto;
    border-radius: 8px;
}

#station-info {
    position: absolute;
    bottom: 0;
    left: 420px;
    height: 180px;
    color: #fff;
}

#navigation-toggler {
    position: absolute;
    top: 22px;
    right: 40px;
    height: 72px;
    width: 72px;
    background: #e20717 url(images/BurgerButton.png);
    background-position: center center;
    background-size: auto;
    color: #fff;
    border-radius: 8px;
    z-index: 900;
}

#navigation-toggler.selected {
    border: 1px solid #fff;
}

#clock {
    position: absolute;
    top: 22px;
    left: 40px;
    color: #fff;
    font-size: 38px;
    text-shadow: 1px 1px 1px #000;
}

#stream_navigation {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 520px;
    background-color: #fff;
    color: #fff;
}

#navigation-items {
    position: absolute;
    top: 138px;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow-y: scroll;
}

.stream_navigation_item {
    color: #000;
}

.stream_navigation_item .stream_name {
    color: #e20717;
    padding-bottom: 16px;
    max-height: 24px;
    max-width: 320px;
    overflow: hidden;
}

.stream_navigation_item img {
    border-radius: 8px;
}

.stream_navigation_item .current_artist {
    font-size: 28px;
    margin-bottom: 18px;
    max-height: 28px;
    line-height: 28px;
    overflow: hidden;
    max-width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.stream_navigation_item .current_title {
    font-size: 18px;
    max-height: 24px;
    overflow: hidden;
    max-width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.stream_navigation_item.selected {
    background-color: #eee;
}

.stream_navigation_item:focus {
    outline: none;
}

.impressum-item {
    padding: 12px;
    color: #e20717;
    text-align: center;
}

.impressum-item.selected {
    text-decoration: underline;
}

#impressum-frame {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    color: #fff;
    padding: 80px;
    background-position: center center;
    background-size: cover;
    z-index: 9999;
}

#impressum-frame iframe {
    width: 100%;
    height: 100%;
    background-color: #e20717;
    color: #fff;
    z-index: 10000;
}

#debug {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-height: 180px;
    overflow: auto;
    background-color: #fff;
    padding: 4px;
    color: #000;
    z-index: 9999;
    font-family: Consolas, monospace;
}