
@font-face {
    font-family: postnlweb-bold;
    src: url(fonts/PostNL-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: postnlweb-bold;
    src: url('fonts/PostNL-Bold Italic.ttf');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: postnlweb;
    src: url(fonts/PostNL-Italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: postnlweb-light;
    src: url(fonts/PostNL-Light.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: postnlweb-light;
    src: url('fonts/PostNL-Light Italic.ttf');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: postnlweb-medium;
    src: url(fonts/PostNL-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: postnlweb-medium;
    src: url('fonts/PostNL-Medium Italic.ttf');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: postnlweb_poster;
    src: url(fonts/PostNL-Poster.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: postnlweb;
    src: url(fonts/PostNL-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.tile {
    width: 150px;
    height: 150px;
    border: solid 1px grey;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #f6a71f);
    float: left;
    margin: 15px;
    vertical-align:middle;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-image: url("../img/project-bg-1-zw.jpg");
    background-size: cover;
    font-family: postnlweb,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

footer {
    position:fixed;
    bottom:0;
    width: 100%;
    height: 25px;
}

.loginheader-text {
    color: #f6a71f;
}

.loginusername {
    float: right;
    font-size: 1.5rem;
}

.loginaction {
    float: right;
    margin-top: 0.43rem;
}

.loginheader {
    
}

.tile-img {
    height: calc(100% -20px);
    width: 100%;  
    align-items:center;
}

    .tile-img img {
        max-height: calc(100% -20px);
        max-width: 100%;
        align-items: center;
        margin: 4px;
    }

.tile-text {
    position:absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    text-align:center;
    margin-bottom: 4px;    
}

.maintenance{
    
}

.tile.maintenance {
    background: linear-gradient(#ffffff, #66728a);
    border-color: #f6a71f;
}

.maintenance-text{
    margin-top: 30px;
    margin-inline: 10px
}

.header-title {
    font-size: 2rem;
}

.importmessages{
    padding-left: 20px;
}