﻿html {
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #000;
    background: #fff;
    font-size: 16px
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 0
}

h1 {
    font-size: 27.37867px;
    line-height: 1.21701em;
    margin-bottom: 17px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 20.57px;
    line-height: 1.33058em;
    margin-bottom: 5.1px;
    margin-bottom: 0.3rem;
    padding-top: 34px;
    padding-top: 2rem;
    letter-spacing: 0.0375rem;
}

h3 {
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.025rem;
}

p,
li,
label,
input,
select {
    color: #000
}

label {
    font-weight: 700
}

a {
    color: #f39900;
    text-decoration: underline;
}

    a:hover {
        color: #f39900;
        text-decoration: underline;
    }

    a:focus {
        color: #f39900;
        text-decoration: underline;
        outline: #010101 dotted thin
    }

nav#navigation {
    background-color: #2c3f48
}

    nav#navigation p,
    nav#navigation li {
    }

    nav#navigation a,
    nav#navigation a:visited,
    nav#navigation a:hover {
        color: #fff;
        text-decoration: none;
        font-weight: 400
    }

#gemeenteLogo {
    margin: 10px 0px 40px 0px
}

select {
    width: 300px;
    -webkit-appearance: none
}

input[type="text"],
select {
    padding: 3px 5px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 24px;
    color: #23333a
}

.remChangeSortButton {
    vertical-align: top !important;
    border: none !important;
    height: 24px !important;
    width: 24px !important;
    padding: 5px !important;
    cursor: pointer;
    background: #000;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    fill: #fff;
    transition: background-color 0.3s ease 0s;
    border-radius: 0px;
    box-sizing: border-box
}

    .remChangeSortButton:hover {
        background: #f39900;
        fill: #fff;
    }

@media screen and (max-width: 1023px) {
    body {
        background-color: #fff !important
    }

    input[type="text"] {
        width: 100%;
        margin-bottom: 16px
    }

    select {
        width: -webkit-calc(100% - 33px);
        width: -moz-calc(100% - 33px);
        width: calc(100% - 33px);
        box-sizing: border-box
    }
}

@media screen and (max-width: 400px) {
    #gemeenteLogo {
        width: 100%
    }
}
/*############## Overwriting links #################*/

#remBeslissing a,
#remOpenbaarOnderzoek a,
#detailContent a {
    color: #f39900;
    text-decoration: underline;
}

    #remBeslissing a:hover,
    #remOpenbaarOnderzoek a:hover,
    #detailContent a:hover {
        color: #f39900;
        text-decoration: underline;
    }

    #remBeslissing a span,
    #remOpenbaarOnderzoek a span,
    #detailContent a span {
        color: #f39900;
        text-decoration: underline;
    }

    #remBeslissing a:hover span,
    #remOpenbaarOnderzoek a:hover span,
    #detailContent a:hover span {
        color: #f39900;
        text-decoration: underline;
    }
/*############## Overwriting links #################*/

#remOpenbaarOnderzoek h1,
#remOpenbaarOnderzoek h2,
#remOpenbaarOnderzoek h3,
#remOpenbaarOnderzoek div,
#remOpenbaarOnderzoek span,
#remOpenbaarOnderzoek a,
#remOpenbaarOnderzoek p,
#remBeslissing h1,
#remBeslissing h2,
#remBeslissing h3,
#remBeslissing div,
#remBeslissing span,
#remBeslissing a,
#remBeslissing p,
#detail h1,
#detail h2,
#detail h3,
#detail div,
#detail span,
#detail a,
#detail p {
    font-family: "Lato", sans-serif !important;
}