﻿* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #EEF9FF;
    color: #000000;
    margin: 0 auto;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

h1 {
    font-size: 24px;
    line-height: 0px;
}


.btn {
    background-color: #1473E6;
    color: white;
    padding: 8px;
    min-width: 120px;
    border-radius: 80px;
    border: 0px;
    float: right;
    cursor: pointer;
}

.oa {
    overflow: auto;
}

.clear {
    clear: both;
}

.mb10 {
    margin-bottom: 10px;
}

.cp {
    cursor: pointer;
}

.cntr {
    text-align: center;
}


#main {
    z-index: 2;
    position: absolute;
    top: 5vw;
    width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 40px !important;
}

#footer {
    z-index: 1;
    background-image: url(../images/Staatereenrij2.png);
    width: 100vw;
    height: 100vw;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
}

.rijheader {
    background-image: url(../images/RijHeader.png);
    background-size: cover;
    background-position: top;
    height: 60px;
    top: -60px;
    right: 10px;
    position: absolute;
    max-width: 200px;
    width: 100%;
}

.bot{
    position: fixed;
    bottom: 40px;
    right:200px;
    z-index:10;
}
    .bot a {
        color: #000000;
    }
    .welkom {
    color: #7AB441 !important;
}

.empty {
    color: #676A6C !important;
}

.warn {
    color: #EFA31F !important;
}

.full {
    color: #F27055 !important;
}


.box {
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    max-width: 500px;
}

    .box .boxfoot {
        margin: -20px;
        background-color: #F2F2F2;
        padding: 20px;
        padding-bottom: 40px;
        color: #37474F;
        font-weight: bold;
    }

        .box .boxfoot .prev {
            float: left;
            cursor: pointer;
        }

        .box .boxfoot .next {
            float: right;
            cursor: pointer;
        }

    .box .hdr {
        font-size: 16px;
    }

    .box .imghdr {
        text-align: center;
        margin-bottom: 10px;
    }



.introbox {
    position: relative;
    margin-top: 20vh;
}

    .introbox .code {
        width: 100%;
        padding: 5px;
        border: 0px;
        font-size: 18px;
        color: #606060;
        border-bottom: 1px solid #EFEFEF;
    }

.listbox {
}

    .listbox table {
        margin-bottom: 60px;
        width:100%;
    }

        .listbox table td {
            border-top: 3px solid #F8F8F8;
            padding-top: 12px;
            padding-bottom: 12px;
        }

        .listbox table tr:last-child td {
            border-bottom: 3px solid #F8F8F8;
        }


    .listbox .location {
        font-weight: bold;
        font-size: 16px;
    }

    .listbox .busyness {
        font-size: 10px;
    }

.detail {
    text-align: center;
}

    .detail .people {
        margin-top: 20px;
        display: inline-block;
    }

        .detail .people .r1 {
            margin-right: 10px;
        }

        .detail .people .r3 {
            margin-left: 10px;
        }

        .detail .people .r {
            float: left;
        }

            .detail .people .r i {
                margin-bottom: 10px;
            }

    .detail .lastcheck {
        float: right;
        color: #676A6C;
        font-size: 9px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 10px;
    }

@media (max-width: 400px) {
    #footer {
        background-image: url(../images/Staatereenrij2.png);
        left: 0px;
    }
}

@media (min-width: 800px) {

    #main {
        width: 40vw;
        left: 5vw;
        margin: unset;
        margin-bottom: 100px !important;
    }

    #footer {
        background-image: url(../images/Staatereenrij1.png);
        max-height: 600px;
        right: 0px;
        background-position: bottom right;
    }
}


@media (min-width: 1200px) {

    #footer {
        background-image: url(../images/Staatereenrij1.png);
        max-height: 800px;
        right: 0px;
        background-position: bottom right;
    }
}
@media (max-height: 400px) {

    #main {
        margin-bottom:100px;
    }
    #footer {
        background-image: url(../images/Staatereenrij2.png);
        bottom: -300px;
    }
}
