﻿body {
    background-color: white;
    /*background-color: #effffe;
    color: #635652 !important;*/
    font-family: Arial;
}

.bg {
    color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
}

.TitleCursief {
    color: #0D7DEC;
    font-style: italic;
    font-size: 30px;
}

.TitleCursiefSmall {
    color: #0D7DEC;
    font-style: italic;
    font-size: 15px;
}


.bg jumbotron{
    background-color:white;
}

.divbackgroundpic {
    margin-top: 10px;
    border: none;
    /*background-color: #EEEEEE;-->*/
    background-color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px;
}

    .divbackgroundpic h1 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }

    .divbackgroundpic h2 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }


    .divbackgroundpic h5 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
    }

    .divbackgroundpic h6 {
        color: #676766;
        font-family: Arial;
        font-style: italic;
    }

    .divbackgroundpic p {
        color: #676766;
    }


.divbackgroundodd {
    margin-top: 10px;
    border: none;
    /*background-color: #EEEEEE;-->*/
    background-color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px;
}

    .divbackgroundodd h1 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }

    .divbackgroundodd h2 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }


    .divbackgroundodd h5 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
    }

    .divbackgroundodd h6 {
        color: #676766;
        font-family: Arial;
        font-style: italic;
    }

    .divbackgroundodd p {
        color: #676766;
    }

.divbackground {
    margin-top: 10px;
    border: none;
    /*background-color: #EEEEEE;-->*/
    background-color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px;
}

    .divbackground h1 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }

    .divbackground h2 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
    }


    .divbackground h5 {
        color: #676766;
        font-family: Arial;
        font-weight: bold;
    }

    .divbackground h6 {
        color: #676766;
        font-family: Arial;
        font-style: italic;
    }

    .divbackground p {
        color: #676766;
    }


.colright {
    margin-top: 10px;
    border-left: 10px;
    background-color: #fdf9f7;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px;
}

.colleft {
    margin-top: 10px;
    border: none;
    background-color: #E9AC8F;
    padding: 10px;
}

strong {
    font: bold;
    color: #676766;
}

.btn {
    background: -webkit-linear-gradient(left, rgba(13, 125, 235, 1) 50%, rgba(37, 177, 187, 1) 100%);
    border: none;
    color: white;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
}

    /* Darker background on mouse-over */
    .btn:hover {
        background-color: #0D7DEC;
        color: white;
    }

#map_canvas {
    height: 535px;
    padding-top: 10px;
}

.jumbotrondef {
    padding: 0px;
}

.jumbotrontop {
    padding-top: 20px;
    padding-bottom: 20px;
}

.errorTekst {
    color: red;
}

.smalltext {
    color: #676766;
    font-size: 12px;
}

.smalltextwhite {
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.smalltexterror {
    color: red;
    font-size: 12px;
}


ul.a {
    list-style-type: circle;
}

ul.b {
    list-style-type: square;
}

ol.c {
    list-style-type: upper-roman;
}

ol.d {
    list-style-type: lower-alpha;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,122,122);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 122, 122, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");    
}