/* Variablen */

/* Setup */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    font-family: "Rubik", Helvetica, "Arial Narrow";
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.25rem;
}

body {
    padding: 0;
    margin: 0;
    text-align: center;
    align-content: center;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    user-select: none;
}

/* Hero */

.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    background-image: url('/images/vnb.webp'), url('/images/vnb-lowres.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    -moz-background-position: center top, center top;
    background-attachment: fixed ,fixed;
    -webkit-background-size: cover, cover;
    -moz-background-size: cover, cover;
    -o-background-size: cover, cover;
    background-size: cover, cover;
    color: #ffffff;
    overflow: hidden;
}

/* Text */

#lcd_main_title {
    font-family: "Scala Sans Bold";
    hyphens: auto;
    max-width: 100%;
    color: #ffffff;
    font-weight: 900;
    line-height: 100%;
    font-size: 300%;
    padding-bottom: 0;
    transform: skew(-5deg, -7.5deg);
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75),
                 2px 2px 20px rgba(0, 0, 0, 0.75),
                 0px 0px 6px rgba(0, 0, 0, 0.75);
}

#lcd_main_subtitle {
    font-family: "Scala Sans Bold";
    hyphens: auto;
    max-width: 100%;
    color: #ffffff;
    font-weight: 400;
    line-height: 100%;
    font-size: 200%;
    transform: skew(-5deg, -7.5deg);
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75),
                 2px 2px 20px rgba(0, 0, 0, 0.75),
                 0px 0px 6px rgba(0, 0, 0, 0.75);
}

.nobr {
    white-space: nowrap;
}

/* Footer */

#lcd_footer_left {
    position: absolute;
    bottom: 4px;
    left: 8px;
    color: #ffffff;
    font-size: 75%;
    text-align: left;
    align-content: left;
    padding: 10px;
    border: 0;
    width: 49%;
    font-weight: 400;
}

#lcd_footer_right {
    position: absolute;
    bottom: 0;
    right: 8px;
    color: #ffffff;
    font-size: 75%;
    text-align: right;
    align-content: right;
    padding: 10px;
    border: 0;
    width: 49%;
    font-weight: 400;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75),
                 2px 2px 20px rgba(0, 0, 0, 0.75),
                 0px 0px 6px rgba(0, 0, 0, 0.75);
}

#lcd_footer_right a {
    color: #ffffff;
    text-decoration: none;
}

.lcd_footer_link {
    text-decoration: none;
    color: #ffffff;
    padding: 0;
}

.lcd_svg {
    max-height: 64px;
    filter: drop-shadow(0 0 20px rgb(0 0 0 / .5)) drop-shadow(0 0 4px rgb(0 0 0));
}

.lcd_footer_link:hover {
    text-decoration: none;
    color: #ffffff;
    padding: 0;
}

/* Media queries */

@media (max-width: 1280px) {
    #lcd_main_title {
        font-size: 250%;
    }
    #lcd_main_subtitle {
        font-size: 200%;
    }
    .lcd_svg {
       max-height: 48px;
    }
}

@media (min-width: 1281px) {
    /* Foo */ 
}
