@charset "UTF-8";

:not(pre)>code[class*=language-] {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.vet {
    font-weight: 700
}

[aria-hidden=true],
[hidden] {
    display: none !important
}

.u-nobreak {
    white-space: nowrap;
    word-break: keep-all
}


html {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: "Rijksoverheid Sans", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100%
}

@media (min-width:65em) {
    html {
        padding-bottom: 12em
    }
}

body {
    min-height: 100%;
    margin: 0
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::-webkit-input-placeholder {
    color: #333;
    font-style: italic;
    opacity: 1
}

::-moz-placeholder {
    color: #333;
    font-style: italic;
    opacity: 1
}

:-ms-input-placeholder {
    color: #333;
    font-style: italic;
    opacity: 1
}

::-ms-input-placeholder {
    color: #333;
    font-style: italic;
    opacity: 1
}

::placeholder {
    color: #333;
    font-style: italic;
    opacity: 1
}

@media (min-width:65em) {
    html {
        padding-bottom: 16.5em
    }
}

body {
    color: #000;
    font-size: 1.125em
}

.h1,
.h1--small,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h1--small,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.25
}

.h1,
h1 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: .5em
}

.h1--small,
.h2,
h1--small,
h2 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1em 0
}

.h1--small p,
.h2 p,
h1--small p,
h2 p {
    color: #000;
    display: block;
    font-size: .8125rem;
    font-weight: 400
}

.h3,
h3 {
    color: #000;
    font-size: 1rem;
    font-weight: 700
}

.h4,
h4 {
    font-size: 1rem;
    font-weight: 700
}

.h5,
h5 {
    font-size: 1rem;
    font-weight: 400
}

.small,
small {
    font-size: .875rem
}

:focus {
    -webkit-box-shadow: 0 0 0 2px #000 !important;
    box-shadow: 0 0 0 2px #000 !important;
    outline: 1px solid #fff;
    outline-offset: 2px
}

a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: color 150ms ease-in-out, outline-offset 150ms ease-in-out;
    transition: color 150ms ease-in-out, outline-offset 150ms ease-in-out;
    word-break: break-word
}

a:empty {
    visibility: hidden;
    position: absolute;
    height: 20px
}

a:hover {
    text-decoration: underline;
    color: #007bc7;
    outline: 0
}

a:active {
    color: #b2d7ee
}

p a {
    text-decoration: underline
}

div.link,
li.link {
    padding-left: 0 !important;
    background: 0 0 !important
}

.link:hover {
    cursor: pointer;
    text-decoration: underline
}

ul {
    padding-left: 1em
}

td ul {
    padding: 0;
    margin: 0
}

td ul li {
    margin: 0;
    padding: 0
}

ul ul {
    padding-left: 1em
}

@keyframes slideIn {
    0% {
        padding-left: 0
    }

    100% {
        padding-left: 2em
    }
}

@-webkit-keyframes slideIn {
    0% {
        padding-left: 0
    }

    100% {
        padding-left: 2em
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
}

@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
}

.table--container,
.table__container {
    max-width: 100%;
    overflow-x: scroll;
    margin-bottom: 2em;
    position: relative;
    border: .5em solid transparent;
    outline: 1px solid #e5f1f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.table--container .table__container,
.table__container .table__container {
    border: 0;
    outline: 0
}

.table--container>table,
.table__container>table {
    margin: 0
}

.table--container>table~p,
.table__container>table~p {
    margin-top: .5em
}

.table--container>p,
.table__container>p {
    margin: 0
}

.table,
table {
    border-collapse: collapse;
    margin: 1em 0;
    table-layout: fixed;
    min-width: 100%;
    background: #fff
}

.table--container .table,
.table--container table {
    table-layout: auto
}

.table a[href*="//"]:not(.button):not(.to-top):not(.copydata__trigger):not(.ui-datepicker-close):not(.notification__cta):not([href*=".overheid.nl/"]),
table a[href*="//"]:not(.button):not(.to-top):not(.copydata__trigger):not(.ui-datepicker-close):not(.notification__cta):not([href*=".overheid.nl/"]) {
    background-image: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.table thead tr td,
.table thead tr th,
table thead tr td,
table thead tr th {
    border-bottom: 1px solid #e6e6e6
}

.table tr td,
.table tr th,
table tr td,
table tr th {
    padding: .5em;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6
}

.table th,
table th {
    font-weight: 700;
    text-align: left;
    vertical-align: top
}

.table__container,
table__container {
    overflow: auto
}

.table td,
table td {
    font-weight: 400;
    min-height: 2.5em
}

.table td div:last-child,
.table td p:last-child,
.table td ul:last-child,
.table th div:last-child,
.table th p:last-child,
.table th ul:last-child,
table td div:last-child,
table td p:last-child,
table td ul:last-child,
table th div:last-child,
table th p:last-child,
table th ul:last-child {
    margin-bottom: 0 !important
}

.table.table--dataintro th,
table.table--dataintro th {
    color: #000;
    font-weight: 700;
    line-height: 1.25
}

.table.table--dataintro td,
.table.table--dataintro th,
table.table--dataintro td,
table.table--dataintro th {
    border: none
}

.table--small,
table--small {
    margin-bottom: 1em;
    color: #000
}

.table--small tr:first-of-type td,
.table--small tr:first-of-type th,
table--small tr:first-of-type td,
table--small tr:first-of-type th {
    border-top: 0;
    border-bottom: 1px solid #f3f3f3
}

.table--small th,
table--small th {
    padding-left: 0 !important
}

.table--small td,
table--small td {
    font-style: italic
}

.table--small tr td,
.table--small tr th,
table--small tr td,
table--small tr th {
    padding: 4px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 0
}

@media (max-width:51em) {
    table.table--mobiletransform {
        position: relative;
        width: 100%
    }

    table.table--mobiletransform thead {
        display: none
    }

    table.table--mobiletransform tbody tr:nth-child(odd) td {
        background: 0 0
    }

    table.table--mobiletransform tr {
        display: block;
        border: 2px solid #e6e6e6;
        margin: 1em 0
    }

    table.table--mobiletransform th {
        position: absolute;
        left: -999em
    }

    table.table--mobiletransform td {
        position: relative;
        display: block;
        clear: both;
        border: none !important;
        padding-top: 2em !important
    }

    table.table--mobiletransform td:nth-child(odd) {
        background: #f3f3f3 !important
    }

    table.table--mobiletransform td:before {
        position: absolute;
        left: .5em;
        top: .75em;
        width: 100%;
        font-weight: 700;
        content: attr(data-before);
        word-break: break-all;
        line-height: 1;
        padding: 0 !important
    }
}

@media print and (max-width:51em) {

    .table--container,
    .table__container {
        overflow: visible !important
    }
}

@media (max-width:51em) {
    #broodtekst table {
        border-color: #f3f3f3;
        border-right: 1px solid #f3f3f3;
        border-bottom: 0;
        table-layout: auto
    }

    #broodtekst table thead {
        display: table-header-group
    }

    #broodtekst table tbody tr:nth-child(odd) td {
        background: 0 0
    }

    #broodtekst table tr {
        display: table-row;
        border: none;
        margin: 0
    }

    #broodtekst table th {
        position: relative;
        left: auto;
        border-left: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important
    }

    #broodtekst table td {
        width: auto;
        left: auto;
        position: relative;
        background: #fff;
        display: table-cell;
        clear: none;
        border-left: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important
    }

    #broodtekst table td:nth-child(odd) {
        background: #fff !important
    }

    #broodtekst table td:before {
        display: none
    }
}

@keyframes fadein {
    from {
        top: -58px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -58px;
        opacity: 0
    }
}

@-webkit-keyframes fadein {
    from {
        top: -58px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -58px;
        opacity: 0
    }
}

.container[data-blocksearch-pageheader] {
    padding-left: 2em
}

@media (min-width:51em) {
    .container[data-blocksearch-pageheader] {
        padding-left: 1em
    }
}

@-moz-document url-prefix() {

    .form__row fieldset legend~a.reset,
    .form__row fieldset legend~div~a.reset,
    .form__row fieldset legend~div~div~a.reset {
        top: -2.4em
    }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {

        .form__row fieldset legend~a.reset,
        .form__row fieldset legend~div~a.reset,
        .form__row fieldset legend~div~div~a.reset {
            top: -2.4em
        }
    }
}

@-webkit-keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fstAnimationEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes openNav {
    0% {
        max-height: 0
    }

    100% {
        max-height: 30em
    }
}

@keyframes openNav {
    0% {
        max-height: 0
    }

    100% {
        max-height: 30em
    }
}

@-webkit-keyframes closeNav {
    0% {
        max-height: 30em
    }

    100% {
        max-height: 0
    }
}

@keyframes closeNav {
    0% {
        max-height: 30em
    }

    100% {
        max-height: 0
    }
}

.container {
    max-width: 74em;
    margin: 0 auto;
    padding: 0 1em
}

.container--small {
    max-width: 30em
}

.table,
table {
    font-size: 1.125rem;
    margin: 0 0 3em 0
}

@media (min-width:51em) {

    .table,
    table {
        border: 1px solid #e6e6e6
    }
}

.table [scope=colgroup],
table [scope=colgroup] {
    background: #000 !important;
    color: #fff !important
}

.table [scope=colgroup] a,
table [scope=colgroup] a {
    color: #fff !important
}

.table tr td,
.table tr th,
table tr td,
table tr th {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 1em
}

.table.table--dataintro td,
.table.table--dataintro th,
table.table--dataintro td,
table.table--dataintro th {
    padding: .5em
}

@media (min-width:51em) {

    .table.table--dataintro td,
    .table.table--dataintro th,
    table.table--dataintro td,
    table.table--dataintro th {
        padding: 0 1em 0 0
    }
}

.table.table--dataintro th,
table.table--dataintro th {
    padding-bottom: .125em;
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    font-size: .9em;
    color: #39870c
}

.table.table--dataintro td,
.table.table--dataintro th,
table.table--dataintro td,
table.table--dataintro th {
    border: none
}

@media (max-width:51em) {
    table:not(.table__data-overview):not(.table__regulation) td::before {
        padding: 1em
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0
}

.h1,
h1 {
    font-size: 1.5em;
    margin-bottom: .625em;
    line-height: 1.1em;
    margin-top: 0
}

@media (min-width:51em) {

    .h1,
    h1 {
        font-size: 2.6875em;
        line-height: 1em
    }
}

.h1--small,
.h2,
h1--small,
h2 {
    font-size: 1.25em;
    margin-bottom: .625em;
    line-height: 1em
}

@media (min-width:51em) {

    .h1--small,
    .h2,
    h1--small,
    h2 {
        font-size: 1.8125em;
        line-height: 1.25em
    }
}

.h3,
h3 {
    font-size: 1.125em;
    line-height: 1em;
    margin-bottom: 1em
}

@media (min-width:51em) {

    .h3,
    h3 {
        font-size: 1.375em
    }
}

.h4,
h4 {
    margin-bottom: .5em;
    font-size: 1em;
    font-style: normal
}

.h5,
h5 {
    font-style: italic;
    margin-bottom: .5em;
    font-weight: 400;
    font-size: 1em
}

.h6,
h6 {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 400
}

p {
    margin-bottom: 1em
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4 {
    margin-top: 1.5em
}

ul {
    margin-top: 0
}

#broodtekst .table thead th[scope=col],
#broodtekst .table thead th[scope=row],
#broodtekst table thead th[scope=col],
#broodtekst table thead th[scope=row] {
    background: #000 !important;
    color: #fff !important
}

#broodtekst .table thead th[scope=col] a,
#broodtekst .table thead th[scope=row] a,
#broodtekst table thead th[scope=col] a,
#broodtekst table thead th[scope=row] a {
    color: #fff !important
}

#broodtekst ul.whitespace-small {
    padding-left: 1em !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#broodtekst h1 {
    font-family: "Rijksoverheid Sans", sans-serif !important
}

#broodtekst p.titel {
    font-weight: 700;
    margin-bottom: 0
}

#broodtekst .kop_op,
#broodtekst .staatscourant_kop {
    font-size: 1.25em;
    text-align: left;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: .5em
}

#broodtekst .vet {
    font-weight: 700;
    text-align: left
}

#broodtekst ._p_titel {
    margin-bottom: 1mm;
    margin-top: 2mm;
    page-break-after: avoid
}

#broodtekst ._p_single-kop-titel {
    margin-bottom: 2.7mm;
    font-size: 12pt;
    font-weight: 700;
    line-height: 140%;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none
}

#broodtekst ._p_al {
    line-height: 1.5em;
    margin-bottom: 1em
}

#broodtekst ._p_table_al {
    line-height: 115%
}

#broodtekst ._p_last-al {
    line-height: 115%
}

#broodtekst ._p_common-al {
    line-height: 115%;
    margin-bottom: 10pt
}

#broodtekst ._p_li {
    line-height: 1.5em
}

#broodtekst ._p_lijst {
    padding-bottom: 8.7pt
}

#broodtekst ._p_nadrukvet {
    font-weight: 700
}

#broodtekst ._p_table {
    padding-top: 0;
    padding-bottom: 1.5pt
}

#broodtekst ._p_tekst {
    padding-bottom: 8.7pt
}

#broodtekst ul._explicit {
    list-style: none;
    position: relative;
    padding-left: 1.2em !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#broodtekst ul._explicit>li>span {
    position: relative;
    float: left;
    margin-right: 1em;
    left: 0
}

#broodtekst li p {
    margin: 0;
    padding: 0 0 .5em 0
}

#broodtekst li td :last-child,
#broodtekst li th :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0
}

#broodtekst .rubriek_kop {
    font-size: 1.18em;
    font-weight: 700;
    margin-top: 0;
    padding-top: 1em;
    margin-bottom: 1em
}

#broodtekst .rubriek_kop,
#broodtekst .rubriek_kop * {
    color: #000
}

#broodtekst .kop_op,
#broodtekst .staatscourant_kop,
#broodtekst h1 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0 0 1em 0
}

#broodtekst p {
    padding-top: .1px
}

@media print {

    body,
    html {
        font-family: Sans-Serif !important;
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        page-break-after: avoid;
        page-break-before: avoid;
        font-size: 14px !important
    }

    * {
        color: #000 !important;
        position: relative;
        min-height: auto;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .container {
        height: auto !important
    }
}