﻿.navbar {
    margin-bottom: 0;
    background-color: #fdc300;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif ;
    font-weight: bold;
}

.navbar-dark .navbar-toggler {
    border-color: #808080 !important;
}

.nav-link.active {
    color: #092470 !important;
    background-color: #fff !important;
}

.nav-link {
    text-transform: uppercase;
}


.RadButton_Bootstrap {
    font-family: Arial, Helvetica, sans-serif !important;
}

    .navbar li a, .navbar .navbar-brand {
        color: #000000 !important;
    }

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #092470 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}


.jumbotron {
    color: #092470;
    border-bottom: 1px solid #fdc300 ;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 200px;
    background-color: white;
    margin-bottom: 25px !important;
}

h1, h2 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    font-size: 40px;
    word-wrap: break-word;
}

h4 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    word-wrap: break-word;
    font-weight: bold;
}

.bg-blue {
    background-color: #092470;
    color: white;
}

    .bg-blue h2 {
        color: white;
    }

    .bg-blue a {
        color: rgba(255, 255, 255, 0.7);
    }

body {
    background-color: #fffffa;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.form-control {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.img-logo {
    margin-bottom: 40px !important;
}

.buttonImage
{
    cursor: pointer;
}

.bestuurRow
{
    margin-bottom: 10px;
}

.emailRow {
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-dialog {
    margin-top: 50px;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
}

.modal-dialog {
    max-width: 1000px !important;
}


#fbImage {
    display: none;
}

.btn-primary {
    background-color: #fcf2cf !important;
    color: black;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: .75rem 1.25rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px;
}

.fa {
    margin-right: 5px !important;
}

.btn-primary:hover {
    background-color: #e8e4e4 !important;
    color: black !important;
}

.card-header {
    background-color: #fcf2cf !important;
    border: 0 !important;
    cursor: pointer;
}

.card-header:hover {
        background-color: #e8e4e4 !important;
    }

.card, .card-header {
    border-color: #fdc300 !important;
}

    .card h5 {
        font-weight: bold !important;
    }

.categorie .card-header {
    background-color: #fdc300 !important;
}

.card-clickable {
    cursor: pointer;
    background-color: #fcf2cf !important;
    color: black;
}

    .card-clickable:hover {
        background-color: #e8e4e4 !important;
    }

.leesMeer {
    font-weight: bold;
    color: black !important;
}

.col-fixed-150 {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-fixed-200 {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-fixed-300 {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-fixed-310 {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
    padding-left: 15px;
    padding-right: 15px;
}

.innerButtonDiv
{
    width: 400px;
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.invalid {
    color: red;
}

#banners {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

button.RadCheckBox {
    text-align: left;
    font-size: 20px;
}

.RadButton.RadCheckBox .rbIcon,
.RadButton.RadCheckBox .rbIcon::before {
    font-size: inherit;
    width: 1em;
    height: 1em;
}

@media (max-width: 2600px) {
    .categorie, .btn-primary {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    h1, h2 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .jumbotron {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    h1, h2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
        font-size: 25px;
        font-weight: bold;
    }

    .jumbotron {
        margin-bottom: 15px !important;
    }

    body, .btn-primary {
        font-size: 18px !important;
    }

    .form-control {
        font-size: 14px !important;
    }

    button.RadCheckBox {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    h1, h2 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .jumbotron {
        margin-bottom: 5px !important;
    }

    body, .btn-primary {
        font-size: 16px !important;
    }

    .btn-primary {
        width: 95% !important;
        margin-left: 2.5% !important;
    }

    .btn-primary {
        max-width: none !important;
    }

    .col-fixed-310 {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }
    
    button.RadCheckBox {
        font-size: 16px;
    }

}
