﻿@font-face {
    font-family: 'giorgio';
    src: url('/fonts/giorgio-webfont.woff') format('woff');
}
body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff !important
}

#gemeenteLogo {
    margin: 10px 0px 20px 0px;
    width: 200px;
}

/*################# navigation section #################*/
nav#navigation {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    background-color: #6F7171
}

nav#navigation p,
nav#navigation li {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

nav#navigation a,
nav#navigation a:visited,
nav#navigation a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

h1,
h2,
h3
{
    font-family: Giorgio,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #0082c9
}

/*############## Overwriting links #################*/

#remBeslissing a,
#remOpenbaarOnderzoek a,
#detailContent a {
    color: #0082c9 !important;
    text-decoration: none !important;
}

#remBeslissing a:hover,
#remOpenbaarOnderzoek a:hover,
#detailContent a:hover,
#remBeslissing a:focus,
#remOpenbaarOnderzoek a:focus,
#detailContent a:focus {
        color: #00517d !important;
        text-decoration: underline !important;
    }

#remBeslissing a span,
#remOpenbaarOnderzoek a span,
#detailContent a span {
        color: #0082c9 !important;
        text-decoration: none !important;
    }

    #remBeslissing a:hover span,
    #remOpenbaarOnderzoek a:hover span,
    #detailContent a:hover span,
    #remBeslissing a:focus span,
    #remOpenbaarOnderzoek a:focus span,
    #detailContent a:focus span {
        color: #00517d !important;
        text-decoration: underline !important;
    }

/*############## Overwriting Font #################*/
#remBeslissing h1,
#remBeslissing h2,
#remBeslissing h3,
#remBeslissing div,
#remOpenbaarOnderzoek h1,
#remOpenbaarOnderzoek h2,
#remOpenbaarOnderzoek h3,
#remOpenbaarOnderzoek div {
    font-family: Giorgio,Helvetica,Arial,sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    color: #0082c9
}
#remOpenbaarOnderzoek span,
#remOpenbaarOnderzoek a,
#remOpenbaarOnderzoek p,
#remBeslissing span,
#remBeslissing a,
#remBeslissing p,
#detail h1,
#detail h2,
#detail h3,
#detail div,
#detail span,
#detail a,
#detail p {
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
}