@font-face {
    font-family: 'din_blackregular';
    src: url('/fonts/dinblack-webfont.woff2') format('woff2'),
         url('/fonts/dinblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular';
    src: url('/fonts/dinregular-webfont.woff2') format('woff2'),
         url('/fonts/dinregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#backgroundImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: contrast(150%) brightness(100%);
    z-index: 0;
}

#logoImage {
    margin-left: 10px;
    margin-top : 5px;
    position: relative;
}

#logoImage img {
    width: 203px;
    height: auto;
}

#header {
    color: rgb(80, 80, 80);
    font-family: din_blackregular;
    font-size: 15px;
}

#subheader{
 color: rgb(150, 150, 150);
 font-family: dinregular;
 font-size: 9px;
 text-align: left;
 line-height: 0.2em;
 padding-left: 8px;
}

#notification {
    position: relative;
    text-align: center;
    z-index: 1;
    padding-top: 6vh;
}

#underConstruction {
    position: relative;
    z-index: 1;
    color: rgb(200, 200, 200);
    margin-left: 120px;
}

#underConstruction #text {
    margin-top: 0px;
    color: rgb(160, 160, 160);
}

#underConstruction p {
    margin-bottom: 0px;
}

#underConstruction i {
    margin-bottom: 0px;
}


.footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 13%;
    z-index: 2;
    color: rgb(40, 40, 40);
    font-family: dinregular;
}

table {
    width: 100%;
}

#tablePos p {
    line-height: 1.8;
}

td a {
    color: rgb(40, 40, 40);
}

td a:hover {
    color: rgb(160, 160, 160);
}
