*a {
    color: white;
}

html, body {
    margin: 0;
    height: 100%;
    overflow-x:hidden;
    overflow-y:hidden;
    
}

.bannerb {
    z-index: -1;
    position: fixed;
    width: 100%;
    
}

.bannero {
    z-index: -1;
    position: fixed;
    width: 100%;
    bottom: 0px;
    
}



.logo {
    display: block;
    width: 17%;
   
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    position: center center;

    position: absolute;

}
/*desktop*/
@media screen and (min-width: 993px) {

    .table-bordered td {
        border:1px solid   rgb(0, 0, 0)!important;
    }

    .zin {
        font-weight: bold;
        font-size: 24pt;
        color: white;
        position: absolute;
        bottom: 3%;
        right: 3%;
    }
    
    .contact{
        position: absolute;
        top: 2%;
        left: 2%;
        font-size: 15pt;
    }
    
    .contact a {
        text-decoration: none;
        color:white;
    }
    
    .contact th {
     font-weight: bold;
    }

    .logo {
        position: absolute;
        right: 5%;
        top: 7%;
    }

    .container {
        position: absolute;
        left: 46.5%;
        top: 35%;

    }

    .text {
        position: absolute;
        right: 37%;
        top: 23%;
    }
    
    
    
}

/*tablet*/
@media screen and (max-width: 992px) {
    .table-bordered td {
        border:1px solid   rgb(0, 0, 0)!important;
    }

    .zin {
        font-weight: bold;
        font-size: 15pt;
        color: rgb(255, 255, 255);
        position: absolute;
        bottom: -18%;
        right: -14%;
    }
    
    .contact{
        position: absolute;
        top: 2%;
        left: 2%;
        font-size: 15pt;
    }
    
    .contact a {
        text-decoration: none;
        color:white;
    }
    
    .contact th {
     font-weight: bold;
    }

    .logo {
        position: absolute;
        right: 1%;
        top: 3%;
    }

    .container {
        position: absolute;
        left: 18%;
        top: 35%;
        

    }

    .text {
        position: absolute;
        right: 20%;
        top: 23%;
    }
}
/*mobiel*/
    @media screen and (max-width: 600px) {
        .table-bordered td {
            border:1px solid   rgb(0, 0, 0)!important;
        }
    
        .zin {
            text-align: center;
            font-weight: bold;
            font-size: 7.5pt;
            color: rgb(0, 0, 0);
            position: absolute;
            bottom: 12%;
            right: 31%;
        }

        .bannero {
            margin-bottom: 9%;
        }
        
        .contact{
            position: absolute;
            top: 35%;
           left: 30%;
            font-size: 11pt;
        }
        
        .contact a {
            text-decoration: none;
            color:black;
        }
        
        .contact th {
         font-weight: bold;
        }
    
        .logo {
            position: absolute;
            right: 9%;
            top: 3%;
            width: 25%;
        }
    
        .container {
            float: left;
        }
    
        .text {
            top: 14%;
            max-width: 100%;
            left: 15%;
            text-align: center;
        }

        

        .col-sm-4 {
            margin-top: 50%;
        }
    }

