/* custom font */
@font-face {
    font-family: 'UwvSansLight';
    src: url('../fonts/uwvsanlig-webfont.eot');
    src: url('../fonts/uwvsanlig-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/uwvsanlig-webfont.woff') format('woff'),
    url('../fonts/uwvsanlig-webfont.ttf') format('truetype'),
    url('../fonts/uwvsanlig-webfont.svg#uwv_sans_2010_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container:before,
.container:after,
.row:before,
.row:after,
.cf:before,
.cf:after,
.col:before,
.col:after,
.block.content:before,
.block.content:after {
    display: table;
    content: " ";
}
.container:after,
.row:after,
.cf:after,
.col:after,
.block.content:after {
    clear: both;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
}
body {
    margin: 0;
    padding: 40px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: Verdana, sans-serif;
}
body.with-cookiebar {
    padding-top: 90px;
}

a:focus {
    outline: 1px dotted #666;
}


.container {
    max-width: 960px;
    margin: 0 auto;
}
.row {
    margin: 0 auto 30px auto;
    max-width: 960px;
}
.row.thirds {
    max-width: 970px;
}
#mainContainer .row>.container {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
}
.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.row .col:first-child {
    margin-left: 0;
}
.row .col:last-child {
    margin-right: 0;
}
.row .block .col:first-of-type {
    padding-left: 0;
}
.row .block .col:last-of-type {
    padding-right: 0;
}
/* grid based on fractions. 1-4 means 1/4th, 2-3 means 2/3rd, etc of the ROOT (940)*/
.thirds .col {
    padding-right: 15px;
    padding-left: 15px;
}
.col-1-4 {
    width: 25%;
}
.col-2-4 {
    width: 50%;
}
.col-3-4 {
    width: 75%;
}
.col-4-4,
.col-3-3 {
    width: 100%;
}

.col-1-3 {
    width: 33.3%;
}
.row>.col-1-3:last-of-type {
    width: 33.4%;
}
.col-2-3 {
    width: 66.6%;
}
.row>.col-2-3:last-of-type {
    width: 66.7%;
}

.block {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.block:last-child {
    margin-bottom: 0;
}

/* toplevel elements */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #006ACA;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-family: Verdana, sans-serif;
}
h1 {
    font-size: 40px;
    font-size: 4.0rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
}
h2 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
}
h3 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 22px;
    margin-top: 2.2rem;
}
h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}
h5 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}
h6 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}
h1.icon,
h2.icon,
h3.icon,
h4.icon,
h5.icon,
h6.icon {
	padding-left: 1.7em;
	position: relative;
	margin-top: 1em;
}
h1.icon:after,
h2.icon:after,
h3.icon:after,
h4.icon:after,
h5.icon:after,
h6.icon:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0.5rem;
	height: 1.5em;
	width: 1.5em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.icon.digid:after {
	background-image: url('../images/icon-ctab-digid-x2.png');
}
a {
    color: #000000;
}
a.anchor {
    margin: 0;
}
a img {
    border: none;
}
.readmore,
.link {
    background: url('../images/bg-readmore.png') 0 6px no-repeat;
    background: url('../images/bg-readmore.png') 0 0.6em no-repeat;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    /* line-height: normal;*/
    padding: 0 0 0 11px;
    text-decoration: none;
}
.readmore:hover,
.link:hover {
    color: #006ACA;
}
.telnr {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-style: italic;
    margin: 0 0 10px;
}
.backtotop {
    background: url('../images/icon-backtotop.png') no-repeat scroll left 0.4em;
    font-size: 1.1rem;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
    top: -15px;
}
p a,
.list a {
    color: #006CB2;
    text-decoration: underline;
}
p a:hover,
.list a:hover {
    text-decoration: none;
}
p {
    line-height: 25px;
    line-height: 2.5rem;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
}
p:last-child {
    margin-bottom: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    padding: 0;
}
input {
    font-family: Verdana,sans-serif;
}
input.ctab,
button.ctab {
    border: 0 none;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 0;
    display: inline-block;
    height: 40px;
}
input.ctab:hover,
input.ctab:focus,
button.ctab:hover,
button.ctab:focus {
    text-decoration: none;
}
#sitesearch input.ctab {
    padding: 5px 11px 7px 11px;
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
}
select {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 10px 5px;
    border-radius: 5px;
    background: #ECECEC;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background:    -moz-linear-gradient(top, #fff, #eee);
    background:   linear-gradient(to bottom, #fff, #eee);
    border: 1px solid #bbb;
    margin: 2px 0 0 0;
}
small {
    font-size: 11px;
    font-size: 1.1rem;
}
::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}
:-moz-placeholder {
    color: #666666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}
dd {
    margin: 0;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.hugeText {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 120%;
}
.bigText {
    font-size: 14px;
    font-size: 1.4rem;
}
.mediumText {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0rem;
}
.smallText {
    font-size: 11px;
    font-size: 1.1rem;
}
p.table-addition {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 170%;
    padding-left: 15px;
}
.ctab {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    background: #0058a8;
    background: -webkit-linear-gradient(top, #006aca, #0058a8);
    background: -moz-linear-gradient(top, #006aca, #0058a8);
    background: linear-gradient(to bottom, #006aca, #0058a8);
    border-radius: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 8px 15px 12px 15px;
    display: block;
    text-decoration: none;
    margin-top: 15px;
    margin-top: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}
.ctab:hover,
.ctab:focus {
    background: #006aca;
    background: -webkit-linear-gradient(bottom, #006aca, #0058a8);
    background: -moz-linear-gradient(bottom, #006aca, #0058a8);
    background: linear-gradient(to top, #006aca, #0058a8);
    text-decoration: underline;
}
.ctab:last-child {
    margin-bottom: 0;
}
.ctab.big {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 19px;
    padding-bottom: 21px;
}
.ctab.small {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 4px;
    padding-bottom: 6px;
}
.ctab.inline,
.block.content .ctab {
    display: inline-block;
}
.block.content .linklist + .ctab {
    margin-top: 5px;
}
.ctab.secondary {
    border-radius: 5px;
    color: #262626;
    background: #e7e7e7;
    background: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: linear-gradient(to bottom, #ffffff, #aaaaaa);
}
.ctab.secondary:hover,
.ctab.secondary:focus {
    color: #000000;
    background: #e8e8e8;
    background: -webkit-linear-gradient(top, #aaaaaa, #ffffff);
    background: -moz-linear-gradient(top, #aaaaaa, #ffffff);
    background: linear-gradient(to bottom, #aaaaaa, #ffffff);
}
.ctab.doen {
    color: #000000;
    background: #FF9E18;
    background: -webkit-linear-gradient(top, #FFAB22, #FF7F00);
    background: -moz-linear-gradient(top, #FFAB22, #FF7F00);
    background: linear-gradient(to bottom, #FFAB22, #FF7F00);
}
.ctab.doen:hover,
.ctab.doen:focus {
    background: #FF8D0B;
    background: -webkit-linear-gradient(top, #FFAB22, #FF7F00);
    background: -moz-linear-gradient(top, #FFAB22, #FF7F00);
    background: linear-gradient(to top, #FFAB22, #FF7F00);
}
.ctab.mail,
.ctab.wijzig,
.ctab.rekenhulp,
.ctab.vraag,
.ctab.bellen,
.ctab.adres,
.ctab.downloaden,
.ctab.opslaan,
.ctab.info,
.ctab.geld,
.ctab.linkedin,
.ctab.play,
.ctab.twitter,
.ctab#toTop {
    padding-left: 54px;
    position: relative;
}

.ctab.mail:after,
.ctab.wijzig:after,
.ctab.rekenhulp:after,
.ctab.vraag:after,
.ctab.bellen:after,
.ctab.adres:after,
.ctab.downloaden:after,
.ctab.opslaan:after,
.ctab.info:after,
.ctab.geld:after,
.ctab.linkedin:after,
.ctab.play:after,
.ctab.twitter:after,
.ctab#toTop:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left top;
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
}

.ctab.big.mail,
.ctab.big.wijzig,
.ctab.big.rekenhulp,
.ctab.big.vraag,
.ctab.big.downloaden,
.ctab.big.opslaan,
.ctab.big.info,
.ctab.big.geld{
    padding-left: 80px;
}
.ctab.big.mail:after,
.ctab.big.wijzig:after,
.ctab.big.rekenhulp:after,
.ctab.big.vraag:after,
.ctab.big.downloaden:after,
.ctab.big.opslaan:after,
.ctab.big.info:after,
.ctab.big.geld:after,
.ctab#toTop:after {
    height: 60px;
    width: 63px;
}
.ctab.small.twitter {
    padding-left: 40px;
}
.ctab.small.twitter:after {
    background-position: 15px 6px;
    width: 40px;
    height: 30px;
}

.ctab.mail:after {
    background-image: url('../images/bg-ctab-mail.png');
}
.ctab.wijzig:after {
    background-image: url('../images/bg-ctab-wijzig.png');
}
.ctab.rekenhulp:after {
    background-image: url('../images/bg-ctab-rekenhulp.png');
}
.ctab.vraag:after {
    background-image: url('../images/bg-ctab-vraag.png');
}
.ctab.bellen:after {
    background-image: url('../images/bg-ctab-bellen.png');
}
.ctab.adres:after {
    background-image: url('../images/bg-ctab-adres.png');
}
.ctab.downloaden:after {
    background-image: url('../images/bg-ctab-downloaden.png');
}
.ctab.opslaan:after {
    background-image: url('../images/bg-ctab-opslaan.png');
}
.ctab.info:after {
    background-image: url('../images/bg-ctab-info.png');
}
.ctab.geld:after {
    background-image: url('../images/bg-ctab-geld.png');
}
.ctab.linkedin:after {
    background-image: url('../images/bg-ctab-linkedin.png');
}
.ctab.play:after {
    background-image: url('../images/bg-ctab-play.png');
}
.ctab.big.mail:after {
    background-image: url('../images/bg-ctab-mail-big.png');
}
.ctab.big.wijzig:after {
    background-image: url('../images/bg-ctab-wijzig-big.png');
}
.ctab.big.rekenhulp:after {
    background-image: url('../images/bg-ctab-rekenhulp-big.png');
}
.ctab.big.vraag:after {
    background-image: url('../images/bg-ctab-vraag-big.png');
}
.ctab.big.downloaden:after {
    background-image: url('../images/bg-ctab-downloaden-big.png');
}
.ctab.big.opslaan:after {
    background-image: url('../images/bg-ctab-opslaan-big.png');
}
.ctab.big.info:after {
    background-image: url('../images/bg-ctab-info-big.png');
}
.ctab.big.geld:after {
    background-image: url('../images/bg-ctab-geld-big.png');
}
.ctab.small.twitter:after {
    background-image: url('../images/bg-ctae-twitter.png');
}
.ctab#toTop {
    padding-left: 30px;
    bottom: 10px;
    position: fixed;
    z-index: 999;
    display: none;
}
.ctab.end#toTop {
    position: absolute;
}
.ctab#toTop:after {
    top: 17px;
    left: 10px;
    background-image: url('../images/arrow-up.png');
}
.ctab.digid {
    padding-left: 67px;
    color: #262626;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #FFFFFF, #AAAAAA);
    background: -webkit-linear-gradient(top, #FFFFFF, #AAAAAA);
    background: linear-gradient(to bottom, #FFFFFF, #AAAAAA);
    position: relative;
}
.ctab.big.digid {
    padding-left: 80px;
}
.ctab.digid:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left top;
    background-repeat: no-repeat;
    width: 54px;
    height: 40px;
    background-image: url('../images/icon-ctab-digid.png');
    border-radius: 5px 0 0 5px;
}
.ctab.digid:hover {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #aaaaaa, #ffffff);
    background: -webkit-linear-gradient(top, #aaaaaa, #ffffff);
    background: linear-gradient(to bottom, #aaaaaa, #ffffff);
}
.ctab.big.digid:after {
    background-position: center center;
    background-color: #000000;
    height: 60px;
    width: 63px;
}
/* works the same as ctab */
.ctae {
    display: inline-block;
    padding: 10px 15px 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
}
.ctae:last-child {
    margin-bottom: 0;
}
a.ctae {
    color: #006CB2;
    text-decoration: none;
}
a.ctae:hover {
    text-decoration: underline;
}
.ctae + .list,
.ctae + .linklist {
    margin-top: -10px;
}
.ctae {
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.ctae.small {
    background-position: 0 2px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 0 3px 20px;
}
.ctae.bellen,
.ctae.twitter,
.ctae.mail,
.ctae.linkedin {
    padding-left: 25px;
    position: relative;
}
.ctae.bellen {
    background-image: url('../images/bg-ctae-bellen.png');
}
.ctae.bellen.small {
    background-position: 0 0;
}
a.ctae.bellen {
    text-decoration: none;
    cursor: text;
    color: #000;
    outline: none;
}
.ctae.twitter {
    background-position: 0 10px;
    background-image: url('../images/bg-ctae-twitter.png');
}
.ctae.twitter.small {
    background-position: 0 2px;
    background-image: url('../images/bg-ctae-twitter.png');
}
.ctae.mail {
    background-position: 0 14px;
    background-image: url('../images/bg-ctae-mail.png');
}
.ctae.mail.small {
    background-position: 0 6px;
}
h3.ctae.mail {
    background-position: 0 4px;
}
.ctae.linkedin {
    background-position: 0 9px;
    background-image: url('../images/bg-ctae-linkedin.png');
}
.ctae.linkedin.small {
    background-position: 0 2px;
}

.tab .ctae.bellen {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.tab .ctae.bellen + .meta {
    display: block;
}

a.back {
    display: none;
}
.loadmore {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    color: #006ACA;
    text-decoration: none;
    margin: 20px -10px 0 -10px;
    padding: 8px 15px 12px 15px;
    border-radius: 5px;
    background: #e7e7e7;
    background: -webkit-linear-gradient(top, #F8F8F8, #E4E4E4);
    background: -moz-linear-gradient(top, #F8F8F8, #E4E4E4);
    background: linear-gradient(to bottom, #F8F8F8, #E4E4E4);
}
.loadmore:hover {
    background: #e8e8e8;
    background: -webkit-linear-gradient(bottom, #F8F8F8, #E4E4E4);
    background: -moz-linear-gradient(bottom, #F8F8F8, #E4E4E4);
    background: linear-gradient(to top, #F8F8F8, #E4E4E4);
    text-decoration: underline;
}
.loadmore span {
    background: url('../images/arrow-toggle-closed.png') top center no-repeat;
    width: 11px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 10px;
}
.loadmore.open span {
    background-image: url('../images/arrow-toggle-open.png');
}
.highlight .linklist li.downloads {
    border-bottom: none;
}
.highlight .linklist li.downloads a {
    position: relative;
    padding-left: 50px;
}
.highlight .linklist li.downloads a:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url('../images/sprite-downloads.png') 0 0 no-repeat;
}
.highlight .linklist li.downloads.pdf a:before {
    background-position: 0 0;
}
.highlight .linklist li.downloads.pdf a:hover:before {
    background-position: -30px 0;
}
.highlight .linklist li.downloads.powerpoint a:before {
    background-position: 0 -30px;
}
.highlight .linklist li.downloads.powerpoint a:hover:before {
    background-position: -30px -30px;
}
.highlight .linklist li.downloads.play a:before {
    background-position: 0 -60px;
}
.highlight .linklist li.downloads.play a:hover:before {
    background-position: -30px -60px;
}
.highlight .linklist li.downloads.picture a:before {
    background-position: 0 -90px;
}
.highlight .linklist li.downloads.picture a:hover:before {
    background-position: -30px -90px;
}
.highlight .linklist li.downloads a .meta {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 5px;
}
table th {
    font-weight: normal;
}
table th,
table td {
    vertical-align: top;
    padding: 2px 5px 2px 0;
}

table.inline,
table.inline tr {
    display: block;
}
table.inline th,
table.inline td {
    display: inline-block;
    text-align: left;
}

table.table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
}
table.table td,
table.table th {
    padding: 2px 20px 2px 0;
    text-align: left;
    vertical-align: top;
}
table.table th {
    color: #006ACA;
    font-weight: normal;
}
table.zebra {
    border: 1px solid #d6efff;
}
table.zebra th {
    background: none repeat scroll 0 0 #d6efff;
    padding: 14px 10px;
}
table.zebra td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 14px;
}
table.zebra tr:nth-child(odd) td {
    background: #ffffff;
}
table.zebra tr:nth-child(even) td {
    background: #eeeeee;
}
table.bedrag .amount {
    width: 150px;
}
.scrollable {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.scrollable > div {
    overflow-x: auto;
}

table.headers {
    min-width: 450px;
    margin-bottom: 0;
}
table.headers th:first-child:empty {
    border-right: 2px solid #fff;
}
table.headers td {
    line-height: 25px;
    line-height: 2.5rem;
}
table.headers tr th[scope="row"] {
    background: #EAF7FF;
    border-right: 2px solid #fff;
}
table.headers.twoColumns th,
table.headers.twoColumns td {
    width: 50%;
}
table.headers.threeColumns th,
table.headers.threeColumns td {
    width: 33.3333%;
}
ul.nav,
ul.subnav,
ul.tabs {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.tabs li {
    float: left;
}
.linklist {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.linklist li {
    padding: 5px 0 5px 0;
    padding: 0.5rem 0 0.5rem 0;
}
.linklist li:last-child {
    margin: 0;
}
.linklist a {
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
    background: url('../images/bg-readmore.png') no-repeat left 7px;
    background: url('../images/bg-readmore.png') no-repeat left 0.7rem;
}
.linklist a:hover {
    color: #006ACA;
}
.linklist:last-child {
    margin-bottom: 0;
}
.linklist.border li {
    border-bottom: 1px solid #CDCDCD;
}
.linklist.border a {
    padding: 4px 10px;
    background-position: left 12px;
}
.linklist a.wijzig {
    padding-left: 22px;
    background: url('../images/icon-wijzig-small.png') no-repeat left 5px;
}
.list,
.list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
ol.list {
    list-style: decimal outside;
    margin-left: 20px;
}
ol.list ul {
    margin: 0 0 0 20px;
}
.list li,
ol.list ul li {
    padding-left: 15px;
    background: url('../images/bg-li-item.png') left 14px no-repeat;
    background: url('../images/bg-li-item.png') left 1.4rem no-repeat;
    padding-bottom: 5px;
    padding-bottom: 0.2rem;
    padding-top: 5px;
    padding-top: 0.2rem;
    line-height: 25px;
    line-height: 2.5rem;
}
ol.list li {
    background: none;
    padding-left: 0;
}
ol.list.special-steps {
    counter-reset: li;
}
ol.list.special-steps:last-child {
    margin-bottom: 0;
}
.list.special-steps li {
    position: relative;
    list-style: none;
    padding: 1.5rem 0 1.5rem 6rem;
    margin: 0 0 2rem 0;
}
.list.special-steps li:last-child {
    margin-bottom: 0;
}
.list.special-steps li:before {
    background: #c6d62e;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    font-family: Verdana,Arial,sans-serif;
    font-weight: normal;
    left: 0;
    margin-right: 8px;
    padding: 1rem 0;
    position: absolute;
    text-align: center;
    top: auto;
    margin-top: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 3rem;
    font-size: 3rem;
}
.list.border li {
    padding: 6px 10px 7px 15px;
    border-bottom: 1px solid #cfcfcf;
    background: url('../images/bg-li-item.png') left 17px no-repeat;
    background: url('../images/bg-li-item.png') left 1.7rem no-repeat;
}
.list.border li:last-child {
    border-bottom: 0;
}
.datelist {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    padding: 0;
    list-style: none;
}
.datelist li {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    padding: 0;
    margin-bottom: 10px;
}
.datelist li span {
    display: inline-block;
    padding: 15px 20px 15px 50px;
    background: #fff url('../images/icon-calender-small.png') 10px 11px no-repeat;
    border-radius: 5px;
}
.datelist:last-child {
    margin-bottom: 0;
}
a.download {
    background: url('../images/icon-download.png') left 4px no-repeat;
    background: url('../images/icon-download.png') left 0.4rem no-repeat;
    padding-left:20px;
}
a.download:hover {
    background-image: url('../images/icon-download-hover.png');
}

span.external,
.ctab.doen span.external,
.ctab.secondary span.external,
.ctab.digid span.external {
    padding-left: 15px;
    background: url('../images/icon-external.png') no-repeat right center;
}
.ctab span.external {
    background-image: url('../images/icon-external-contrast.png');
}
.visual + span.external {
    display: none;
}
#mainContainer {
    padding-bottom: 40px;
    position: relative;
    outline: none;
}
#mainContainer .container {
    padding: 0 10px;
}
.indent {
    border-left: 2px solid #E5E5E5;
    margin-left: 61px;
    margin-top: 18px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 0 0 18px;
}
.block.content .indent {
    margin-top: 0;
}

/* site header */
#portalBar {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 40px;
    background: #D6EFFF;
    color:#006ACA;
    padding-top: 6px;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
}
.with-cookiebar #portalBar {
    top: 44px;
}
#portalBar li {
    height: 33px;
    position: relative;
}
#portalBar li.active:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: #ffffff;
}
#portalBar li a {
    color: #006ACA;
    text-decoration: none;
    padding: 3px 20px 11px 20px;
    display: block;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}
#portalBar li.active a {
    color: #006ACA;
    background: #ffffff;
    /*box-shadow: 0 4px 8px rgba(0,153,255,0.3);*/
    position: relative;
}
#portalBar li.active a:before {
    content: "";
    width: 10px;
    height: 34px;
    top: 0;
    background: url('../images/bg-portalbar-l.png') left top no-repeat;
    left: -10px;
    z-index: 2;
    position: absolute;
}
#portalBar li.active a:after {
    content: "";
    width: 10px;
    height: 34px;
    top: 0;
    background: url('../images/bg-portalbar-r.png') left top no-repeat;
    right: -10px;
    z-index: 2;
    position: absolute;
}
#headerContainer {
    margin-bottom: 30px;
    outline: none;
}
#headerContainer.opt .container {
    padding: 0 10px 0 10px;
}
#headerContainer .meta {
    font-size: 12px;
    font-size: 1.2rem;
    height: auto;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
}
.opt .meta .nav li a {
    color: #656565;
}
.opt #logo {
    width: 236px;
    height: 65px;
    left: 20px;
    top: 16px;
    position: absolute;
    display: block;
}
.opt #logo img {
    width: 236px;
    height: 65px;
}
.opt #logoBar {
    min-height: 90px;
    position: relative;
}
.opt fieldset#sitesearch {
    right: 314px;
    top: -50px;
    padding: 0;
    background: none;
    text-align: right;
    position: absolute;
}
fieldset#sitesearch input[type="text"],
fieldset#sitesearch input.text,
fieldset#footerSearch input[type="text"] {
    margin: 0 5px 0 0;
    width: 245px;
    height: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    padding: 6px 10px 6px 8px;
    vertical-align: top;
}
fieldset#sitesearch input[type="text"] {
    background: #fff url('../images/icon-search.png') 6px 6px no-repeat;
    padding-left: 25px;
}
#siteNavContainer {
    background: #006aca;
}
.opt #siteNavContainer > .container {
    z-index: 6;
}
.opt .inloggen {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    padding-top: 12px;
    padding-bottom: 5px;
    width: 240px;
    min-height: 110px;
    z-index: 5;
}
.opt .inloggen p {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 3px;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 0;
}
.opt .inloggen .xs-show {
    display: none;
}
.opt .inloggen p span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Verdana, sans-serif;
    vertical-align: top;
}
.opt .inloggen:before {
    display: none;
}
.opt .inloggen .ctab.digid,
.opt .inloggen .ctab.secondary {
    margin-top: 14px;
    margin-top: 1.4rem;
    margin-bottom: 0;
    display: block;
}
.opt .inloggen .linklist {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.opt .inloggen .linklist a:hover {
    color: inherit;
    text-decoration: underline;
}
.opt .inloggen .linklist li {
    padding: 0;
}
.opt #siteNavContainer .container {
    position: relative;
}
.opt #siteNavContainer .tabs {
    margin-left: -10px;
    margin-right: -10px;
    position: static;
    min-height: 60px;
    padding: 0;
    display: block;
    width: auto;
}
.opt #siteNavContainer .tabs li {
    margin: 0;
}
.opt #siteNavContainer .tabs li:first-child a {
    padding-left: 10px;
}
.opt #siteNavContainer .tabs li a {
    background: none;
    border: none;
    color: #ffffff;
    padding: 8px 15px 0 10px;
    min-height: 60px;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    border-radius: 0;
    display: block;
    text-decoration: none;
}
.opt #siteNavContainer .tabs li a span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    border-right: 2px solid #4DA8E4;
    margin: -20px -15px 0 0;
    padding: 22px 15px 0 0;
    font-family: Verdana, sans-serif;
    min-height: 45px;
    min-width: 100px;
}
.opt #siteNavContainer .tabs li:last-child a span {
    border: none;
}
.opt #siteNavContainer .tabs li a:hover,
.opt #siteNavContainer .tabs li.active a {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #F5F5F5, #ffffff 20px);
    background: -moz-linear-gradient(top, #F5F5F5, #ffffff 20px);
    background: linear-gradient(to bottom, #F5F5F5, #ffffff 20px);
    color: #006BCC;
    margin-left: -2px;
    padding-left: 12px;
}
.opt #siteNavContainer .tabs li a:hover span,
.opt #siteNavContainer .tabs li.active a span {
    border: none;
    padding-right: 27px;
    color: #666666;
}
.opt #siteNavContainer .tabs li:first-child a:hover,
.opt #siteNavContainer .tabs li.active:first-child a {
    margin-left: 0;
    padding-left: 20px;
}
.opt #siteSubNavContainer,
.siteSubNav {
    background: #D6EFFF;
    font-size: 11px;
    font-size: 1.1rem;
    overflow: hidden;
}
#mainContainer .siteSubNav {
    margin: 0 -10px 20px -10px;
    padding-left: 20px;
}
.opt #siteSubNavContainer .siteSubNav {
    padding-left: 20px;
}
.opt #siteSubNavContainer span,
.siteSubNav span {
    line-height: 12px;
    line-height: 1rem;
    padding: 9px 0 0 0;
    vertical-align: top;
    float: left;
}
.opt #siteSubNavContainer .nav,
.siteSubNav .nav {
    padding: 9px 10px 4px 10px;
    vertical-align: top;
    overflow:hidden;
}
.opt #siteSubNavContainer .nav {
    margin-right: 240px;
}
.opt #siteSubNavContainer .nav li,
.siteSubNav .nav li {
    float: left;
    margin: 0 10px 5px 0;
    padding-right: 10px;
    border-right: 1px solid #c6c6c6;
    line-height: 10px;
    line-height: 1rem;
    padding-bottom: 2px;
}
.opt #siteSubNavContainer .nav li:last-child,
.siteSubNav .nav li:last-child {
    border-right: none;
}
.opt #siteSubNavContainer a,
.siteSubNav a {
    color: #666666;
    text-decoration: none;
}

.opt #siteSubNavContainer .active a,
.siteSubNav .active a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold;
}
.opt #siteSubNavContainer a:hover,
.siteSubNav a:hover {
    text-decoration: underline;
    color: #212121;
}
.opt #openMenu,
.opt #closeMenu {
    display: none;
}
.opt .meta .nav {
    display: inline-block;
}
.opt .meta .nav:before,
.opt .meta .nav:after {
    content: " ";
    display: table;
}
.opt .meta .nav:after {
    clear: both;
}
.opt .meta .nav li {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 12px;
}
.opt .meta .nav li a {
    color: #000000;
    text-decoration: none;
}
.opt .meta .nav li a:hover,
.opt .meta .nav li a.active {
    text-decoration: underline;
}
.meta .nav li a#smallFont,
.meta .nav li a#averageFont,
.meta .nav li a#bigFont {
    display: inline-block;
    margin: 0 4px 0 0;
}
.meta .nav li a#smallFont {
    font-size: 11px;
    font-size: 1.1rem;
}
.meta .nav li a#averageFont {
    font-size: 13px;
    font-size: 1.3rem;
}
.meta .nav li a#bigFont {
    font-size: 15px;
    font-size: 1.5rem;
}

/* content items */
#mainContainer #breadcrumb {
    padding: 0 20px 0 20px;
    margin-top: -21px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 30px;
}
#breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #006BCC;
}
#breadcrumb li {
    float: left;
    margin-right: 16px;
}
#breadcrumb li:after {
    content: ">";
    color: #999999;
    right: -8px;
    position: relative;
}
#breadcrumb li:last-child:after {
    display: none;
}
#breadcrumb li a {
    color:#666666;
}
#breadcrumb li a:hover {
    color: #212121;
    text-decoration: none;
}
.meta {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    display: inline-block;
}
h1 + .meta {
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}
.ctab .meta {
    color: #ffffff;
}
.ctab.doen .meta {
    color: #000000;
}
.meta a.adres {
    display: inline-block;
    color: #666;
    text-decoration: none;
    background: url('../images/bg-meta-adres.png') 0 2px no-repeat;
    padding-left: 12px;
    margin-left: 5px;
}
.meta a.adres:hover {
    text-decoration: underline;
}
.meta.to-portal {
    display: block;
}
.visual {
    overflow: hidden;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -10px 10px -10px;
}
.visual img {
	border-radius: 5px;
}
.visual.left {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}
.visual.right {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}
.visual.videostill {
    position: relative;
    cursor: pointer;
}
.visual.videostill:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: url('../images/bg-visual-video.png') no-repeat;
    width: 60px;
    height: 60px;
    pointer-events: none;
}
.block.dossier .visual.videostill:after {
    top: 30px;
    margin-top: 0;
}
.zakelijkSections > .block {
    float: left;
    width: 47.5%;
    margin-right: 5%;
}
.zakelijkSections > .block:nth-child(even) {
    margin-right: 0;
}
.block.content .visual {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}
.block.content .visual.left {
    margin-left: 0;
    max-width: 50%;
}
.block.content .visual.right {
    margin-right: 0;
    max-width: 50%;
}
.block.smallTabs h3 {
    border-bottom: none;
    margin-bottom: 0;
}
.block.smallTabs .tabs {
    overflow: hidden;
    margin: 0 -10px 10px;
}
.block.smallTabs.single .tabs {
    border-bottom: 1px solid #fff;
}
.block.smallTabs .tabs li {
    width: 50%;
}
.block.smallTabs .tabs li a {
    display: block;
    background: url('../images/bg-tab.png') 90% 12px no-repeat, -webkit-linear-gradient(top, #D6EFFF, #C3E3FB);
    background: url('../images/bg-tab.png') 90% 12px no-repeat, -moz-linear-gradient(top, #D6EFFF, #C3E3FB);
    background: url('../images/bg-tab.png') 90% 12px no-repeat, linear-gradient(to bottom, #D6EFFF, #C3E3FB);
    height: 40px;
    color: #000;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
}
.block.smallTabs .tabs li a:hover {
    color: #006ACA;
}
.block.smallTabs .tabs li.active a {
    background: #D6EFFF url('../images/bg-tab-active.png') 90% 15px no-repeat;
    color: #006ACA;
}
/* border rules */
.block.smallTabs .tabs li:first-child a {
    border-radius: 0 5px 5px 0;
    border-bottom: 1px solid #fff;
}
.block.smallTabs .tabs li:first-child.active a {
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
}
.block.smallTabs .tabs li:last-child a {
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid #fff;
}
.block.smallTabs .tabs li:last-child.active a {
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: none;
}
.block.smallTabs.single .tabs li a {
    border: 0 !important;
    background-image: none;
    cursor: text;
    outline: none;
}
.block.smallTabs .item {
    display: none;
    margin: 0 -10px;
}
.block.smallTabs .item.active {
    display: block;
}

/* switch tabs */
.switchTabs {
    list-style: none;
    margin: 10px -10px 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.switchTabs:before,
.switchTabs:after {
    content: " ";
    display: table;
}
.switchTabs:after {
    clear: both;
}
.switchTabs li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}
.switchTabs.fourTabs li {
    width: 25%;
}
.switchTabs.threeTabs li {
    width: 33.3333333333%;
}
.switchTabs.twoTabs li {
    width: 50%;
}
.switchTabs.oneTab li {
    width: 100%;
}
.switchTabs li:last-child {
    padding-right: 0;
}
.switchTabs.threeTabs li:last-child {
    float: right; /* 33% is not exact enough */
}
.switchTabs.threeTabs li:first-child {
    float: left; /* in case of only one tab */
}
.switchTabs.threeTabs li:after {
    content: " ";
    position: absolute;
    right: -1px;
    background: #CDCDCD;
    top: 10px;
    width: 1px;
    height: 30px;
}
.switchTabs.threeTabs li.active:after,
.switchTabs.threeTabs li:last-child:after {
    display: none;
}
.switchTabs li a {
    text-decoration: none;
    color: #000;
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 15px 10px;
    margin-bottom: -1px;
}
.switchTabs li a:hover {
    color: #006ACA;
}
.switchTabs li.active a {
    color: #006ACA;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 1px, #eee 1px, #fff 30px);
    background:    -moz-linear-gradient(top, #fff 1px, #eee 1px, #fff 30px);
    background:   linear-gradient(to bottom, #fff 1px, #eee 1px, #fff 30px);
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.switchTabs img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.switchContent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 15px 20px 20px;
    margin: 0 -10px 20px -10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.switchContent.active {
    display: block;
}
.switchContent .xs-show {
    display: none;
}
.switchContent p {
    line-height: 170%;
}
.switchContent > h1:first-child,
.switchContent > h2:first-child,
.switchContent > h3:first-child {
    margin-top: 0;
}

.visual-date {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.visual-date:hover {
    background: #EAF7FF;
    cursor: pointer;
}
.visual-date a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.visual-date:hover a {
    color: #006ACA;
}
.visual-date,
.visual-date .bd {
    overflow: hidden;
}
.icon-date {
    background: url('../images/icon-date.png') center top no-repeat;
    float: left;
    margin-right: 15px;
    text-align: center;
    min-width: 60px;
    min-height: 65px;
}
.icon-date.past {
    background-image: url('../images/icon-date-past.png');
}
.icon-date .day {
    display: block;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
    color: #535353;
    margin-top: 20px;
    margin-bottom: 2px;
}
.icon-date .month {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 100%;
    color: #535353;
}
.visual-date.xs-show {
    display: none;
}
.linklist .visual-date {
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.highlight .linklist li .visual-date a {
    padding: 13px 0 10px 0;
    background: none;
}
.block.smallTabs .item .readmore {
    margin-left: 10px;
}
.block.highlight,
.block.border {
    background: #D6EFFF;
    border-radius: 5px;
    padding-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
}
.block.highlight p,
.block.border p {
    line-height: 20px;
    line-height: 2rem;
}
.block.highlight .ctab {
    clear: both;
}
.block.highlight hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 10px -10px;
}
.highlight h3,
.highlight h2,
.content.highlight h2,
.content .highlight h3,
.border h3 {
    font-family: Verdana, sans-serif;
    border-bottom: 1px solid #ffffff;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    padding: 11px 10px 11px 10px;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #006ACA;
    text-decoration: none;
}
.highlight h3 a,
.highlight h2 a,
.content .highlight h3 a,
.border h3 a {
    color: #006ACA;
    text-decoration: none;
}
.highlight h3 a:hover,
.highlight h2 a:hover,
.content .highlight h3 a:hover,
.border h3 a:hover {
    text-decoration: underline;
}
.highlight h2.grafiek,
.highlight h2.date {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 40px;
}
.highlight h2.grafiek {
    background: url('../images/title-icon-grafiek.png') 10px 12px no-repeat;
}
.highlight h2.date {
    background: url('../images/title-icon-date.png') 10px 9px no-repeat;
}
.highlight h3+.linklist,
.highlight h2+.linklist {
    margin-top: -10px;
    margin-top: -1rem;
}
.highlight .linklist:last-child {
    margin-bottom: -15px;
}

.highlight .linklist,
.betaaldatum.border .linklist {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #ffffff;
}
.highlight .linklist:last-child {
    border-bottom: none;
}
.highlight .linklist li {
    border-bottom: 1px solid #ffffff;
    padding: 0;
}
.highlight .linklist li:last-child {
    border-bottom: none;
}
.highlight .linklist li a {
    padding: 9px 10px 10px 20px;
    display: block;
    background: url('../images/bg-linklist-alt-li.png') 10px 16px no-repeat;
}
.linklist li a.date {
    position: relative;
    padding-left: 85px;
    background: none;
}
.linklist a.date .meta {
    position: absolute;
    left: 10px;
}
.highlight.content {
    border-radius: 0;
    padding-top: 10px;
}
.highlight.content h3:first-child {
    margin-top: 0
}
.highlight > .visual:first-child {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.block.border {
    border: 1px solid #006aca;
    background: none;
}
.border h3 {
    background: #006aca;
    color: #ffffff;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    padding-top: 5px;
    padding-bottom: 9px;
    font-size: 19px;
    font-size: 1.9rem;
}
.border .visual {
    border-radius: 0;
}
.border h3 + .visual {
    margin-top: -11px;
}
.border .block.notice {
    margin-bottom: -15px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0 0 5px 5px;
}
.contactDetails {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CDCDCD;
}
.contactDetails:before,
.contactDetails:after {
    content: " ";
    display: table;
}
.contactDetails:after {
    clear: both;
}
.contactDetails:last-child {
    border-bottom: none;
}
.content.contactDetails h2 {
    margin-bottom: 15px;
}
.content.contactDetails .col > h3 {
    margin: 8px 0 20px;
}
.contactDetails .list:last-child {
    margin-bottom: 0;
}
.contactDetails .mediumText {
    margin-bottom: 0;
}
.contactDetails .meta + .mediumText,
.contactDetails .meta + .readmore,
.contactDetails .mediumText + .readmore {
    margin-top: 17px;
}
.contactDetails ul + .highlight {
    margin-top: 30px;
}
.persoonlijk .visual {
    margin-bottom: 0;
}
.persoonlijk .quote {
    float: right;
    margin-right: -10px;
    background: #006ACA;
    color: #ffffff;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    padding: 10px 20px 15px 20px;
    width: 100%;
}
.persoonlijk.variatie1 .quote {
    background: #886378;
}
.persoonlijk.variatie2 .quote {
    background: #51778d;
}
.persoonlijk.variatie3 .quote {
    background: #567e69;
}
.persoonlijk.variatie4 .quote {
    background: #7c6755;
}
.persoonlijk.variatie5 .quote {
    background: #0EA68D;
}
.persoonlijk .quote p {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3.0rem;
}
.persoonlijk .readmore {
    background-image: url('../images/bg-readmore-contrast.png');
}
.persoonlijk .readmore:hover {
    color: #ffffff;
    text-decoration: underline;
}
.block.werknl {
    background: #EEEEEE;
}
.block.werknl h3 {
    color: #C33A00;
}
.werknl .linklist span.meta {
    display: block;
}
.werknl .linklist li a {
    background-image: url('../images/bg-linklist-werknl.png');
}
.werknl .linklist li a:hover {
    color: #C33A00;
}
.werknl .readmore,
.werknl .link {
    color: #C33A00;
    background-image: url('../images/bg-linklist-werknl.png');
}
.werknl .readmore:hover,
.werknl .link:hover {
    text-decoration: underline;
}
.block.service {
    overflow: hidden;
}
.service .visual {
    margin-bottom: 0;
}
.service .quote {
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #fff;
    color: #006ACA;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 20px 15px 20px;
    width: 93%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.service .quote p,
.service .quote h2 {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3.0rem;
    margin: 0;
}
.betaaldatum .linklist li {
    overflow: hidden;
    padding: 9px 10px 10px 10px;
}
.betaaldatum.border .linklist li {
    border-bottom: 1px solid #067FE4;
}
.betaaldatum.border .linklist li:first-child {
    padding-top: 0;
}
.betaaldatum .linklist li a {
    display: inline;
    padding: 0;
    background: none;
    color: #006CB2;
    text-decoration: underline;
}
.betaaldatum .linklist li a:hover {
    text-decoration: none;
}
.betaaldatum .label {
    float: left;
    font-weight: bold;
    width: 40%;
}
.betaaldatum .value {
    display: block;
    margin-left: 45%;
}
.block .video {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.video {
    background: #eeeeee;
}
.video.right,
.video.left {
    width: 293px;
    float: right;
    margin: 10px 0 10px 30px;
}
.video.left {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}
.video > * {
    padding-left: 10px;
    padding-right: 10px;
}
.video .player {
    padding: 0;
    margin-bottom: 10px;
}

/* sectionchooser homepage */
.sectionchooser {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.sectionchooser li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.sectionchooser li:nth-child(even) {
    margin-right: 0;
}
.sectionchooser li:nth-last-of-type(-n+2) {
    margin-bottom: 10px;
}
.sectionchooser li .visual {
    margin: 0;
}
.sectionchooser li a {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0779C6 url('../images/arrow-right-big.png') 93% center no-repeat;
    background: url('../images/arrow-right-big.png') 93% center no-repeat, -webkit-linear-gradient(top, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    background: url('../images/arrow-right-big.png') 93% center no-repeat, -moz-linear-gradient(top, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    background: url('../images/arrow-right-big.png') 93% center no-repeat, linear-gradient(to bottom, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    color: #ffffff;
    text-decoration: none;
    min-height: 88px;
    padding: 20px 40px 0 20px;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
}
.sectionchooser li a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Verdana, sans-serif;
    line-height: 150%;
    margin-top: 5px;
}
.sectionchooser li:hover a {
    background: #008BE8 url('../images/arrow-right-big.png') 93% center no-repeat;
    background: url('../images/arrow-right-big.png') 93% center no-repeat, -webkit-linear-gradient(top, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
    background: url('../images/arrow-right-big.png') 93% center no-repeat, -moz-linear-gradient(top, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
    background: url('../images/arrow-right-big.png') 93% center no-repeat, linear-gradient(to bottom, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
}

/* dossier block homepage*/
.block.dossier {
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.block.dossier .visual {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block.dossier a {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0779C6;
    background: -webkit-linear-gradient(top, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,106, 202, 0.7), rgba(0,98,180,0.9) 50%,  rgba(0,89,153,0.9) 100%);
    color: #ffffff;
    text-decoration: none;
    min-height: 72px;
    padding: 10px;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%;
}
.block.dossier:hover a {
    background: #008BE8;
    background: -webkit-linear-gradient(top, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
    background: linear-gradient(to bottom, rgba(0,89, 153, 0.85), rgba(0,97,175,1) 50%,  rgba(0,106,202,1) 100%);
}
.block.dossier .metabar {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
}
@media screen and (max-width: 850px) {
    .block.dossier .metabar {
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 0;
        top: -19px;
    }
    .block.dossier .metabar .date {
        padding: 0 3px 0 6px;
        margin-right: 2px;
    }
}

/* kco filter */
.kcofilter,
.block.neutral.kcofilter {
    padding-bottom: 0;
    padding-top: 20px;
}
.kcofilter:before,
.kcofilter:after {
    content: " ";
    display: table;
}
.kcofilter:after {
    clear: both;
}
.kcofilter > .search {
    float: left;
    width: 48%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.kcofilter > .type {
    float: left;
    width: 26%;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-left: 1px solid #CDCDCD;
}
.kcofilter > .thema {
    float: left;
    width: 26%;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #CDCDCD;
}
.kcofilter .meta {
    clear: both;
    display: block;
    border-top: 1px solid #fff;
    margin: 0 -10px;
    padding: 5px 10px;
    text-align: center;
}
.kcofilter .meta a {
    color: #006CB2;
}
.kcofilter .form {
    margin-top: 15px;
}
.kcofilter .form .row label {
    display: block;
    float: none;
}
.kcofilter .form .row.datepicker .form-control {
    width: 95px;
}
.block.neutral.kcofilter h2 {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 0;
}
.kcofilter .linklist {
    font-size: 12px;
    font-size: 1.2rem;
}
.kcofilter .linklist a {
    word-break: break-word;
}

/* paging */
.paging {
    list-style: none;
    padding: 0;
    margin: 30px 0 20px;
    overflow: hidden;
}
.paging li {
    float: left;
    display: block;
    margin-right: 5px;
}
.paging .active {
    background: #F8F8F8;
    border-radius: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 15px 10px 15px;
    display: block;
    color: #262626;
    font-weight: bold;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
.paging .toLast {
    display: inline-block;
    padding: 8px 5px 12px 5px;
}
.paging a {
    text-decoration: none;
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: linear-gradient(to bottom, #ffffff, #aaaaaa);
    border-radius: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 15px 10px 15px;
    display: block;
    text-decoration: none;
    color: #262626;
}
.paging a:hover {
    background: #e8e8e8;
    background: -webkit-linear-gradient(top, #aaaaaa, #ffffff);
    background: -moz-linear-gradient(top, #aaaaaa, #ffffff);
    background: linear-gradient(to bottom, #aaaaaa, #ffffff);
}
.paging .next a,
.paging .prev a {
    color: #fff;
    background: #0085de;
    background: -webkit-linear-gradient(top, #006aca, #0058a8);
    background: -moz-linear-gradient(top, #006aca, #0058a8);
    background: linear-gradient(to bottom, #006aca, #0058a8);
}
.paging .next a:hover,
.paging .prev a:hover {
    background: #32ACFE;
    background: -webkit-linear-gradient(bottom, #006aca, #0058a8);
    background: -moz-linear-gradient(bottom, #006aca, #0058a8);
    background: linear-gradient(to top, #006aca, #0058a8);
}

.paging .next {
    margin-left: 6px;
}
.paging .prev {
    margin-right: 10px;
}
.paging .ctab {
    padding: 5px 10px;
    margin-top: 0;
}

/* neutral block */
.block.neutral {
    background: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.block.neutral h2 {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    padding-top: 15px;
    padding-top: 1.5rem;
}
.block.neutral h2+h3,
.block.neutral .inloggen+h3 {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

/* media object*/
.media,
.media .bd {
    overflow: hidden;
}
.media .img {
    display: block;
    float: left;
    margin-right: 15px;
}
.media .img img {
    display: block;
}

.media.img-right .img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.block.media {
    padding-left: 0;
}
.block.media .img {
    margin-bottom: -10px;
}

.media.eventhighlights {
    padding: 20px 10px 5px;
}
.media.eventhighlights .icon-date {
    margin-right: 20px;
}
.media.eventhighlights table th,
.media.eventhighlights table td {
    padding: 7px 5px 7px 0;
}
.media.eventhighlights table tr:first-child th,
.media.eventhighlights table tr:first-child td {
    padding-top: 0;
}
.media.eventhighlights table tr:last-child th,
.media.eventhighlights table tr:last-child td {
    padding-bottom: 0;
}

.personinfo .media.img-right .img {
    margin-left: 30px;
    max-width: 35%;
}

/* search block */
.block.search {
    background: #D6EFFF;
    padding: 0 10px 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.block.search .ctab {
    padding: 5px 11px 7px 11px;
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
}
.block.search h3 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #006ACA;
    padding: 15px 0 10px;
    margin: 0;
}
.block.search.neutral {
    background: #eee;
    margin-left: 0;
    margin-right: 0;
}

/* newsfilter block */
.block.newsfilter {
    background: #D6EFFF;
    padding: 0 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.block.newsfilter h3 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #006ACA;
    padding: 15px 0 10px;
    margin: 0;
}

/* filter */
.block.filter {
    margin-bottom: 10px;
    border-radius: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.block.filter h3 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #006ACA;
    padding: 17px 0 12px;
    margin: 0;
}
.block.filter ul {
    margin-bottom: 10px;
}
.block.filter ul li {
    margin: 0 0 10px;
}
.block.filter ul a {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-decoration: none;
}
.block.filter ul .inactive a {
    color: #666;
}
.block.filter ul .active a {
    background: url('../images/icon-remove.png') right 5px no-repeat;
}
.block.filter ul a .nr {
    color: #666;
}

/* search results info */
.results-info {
    line-height: 10px;
    line-height: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.results-info:before,
.results-info:after {
    content: " ";
    display: table;
}
.results-info:after {
    clear: both;
}
.results-info select {
    margin-left: 4px;
}
.results-info .applied-filters {
    display: inline-block;
}
.results-info .applied-filters a {
    background: url('../images/icon-remove.png') right 2px no-repeat;
    padding-right: 18px;
}
.results-info .current-results {
    display: inline-block;
    border-left: 1px solid #c6c6c6;
    padding-left: 12px;
    margin-left: 8px;
}
.results-info .sort {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 10px 0px;
}
.results-info .sort li {
    display: inline-block;
    padding-right: 7px;
    margin-right: 3px;
    border-right: 1px solid #ccc;
}
.results-info .sort li.active {
    font-weight: bold;
}
.results-info .sort a {
    text-decoration: none;
}
.results-info .sort a:hover {
    text-decoration: underline;
}

/* article lists (versions: default, summary, pers, events, contact) */
.articlelist {
    list-style: none;
    margin: 20px -10px;
    padding: 0;
}
.articlelist li {
    padding: 10px;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.articlelist li:hover {
    background: #D6EFFF;
}
.articlelist h3,
.articlelist h2 {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    margin: 0;
}
.articlelist h3 a,
.articlelist h2 a {
    color: #006ACA;
    text-decoration: none;
}
.articlelist .readmore {
    line-height: 22px;
}
.articlelist .article,
.articlelist .article .bd {
    overflow: hidden;
}
.articlelist .article .img {
    float: left;
    margin: 7px 15px 0 0;
}
.articlelist .article .img img {
    display: block;
}
.articlelist .article .img .thumb {
    max-width: 80px;
    height: auto;
}
.articlelist p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.articlelist .query {
    font-weight: bold;
}
.articlelist .source {
    color: #075F23;
    font-size: 11px;
    font-size: 1.1rem;
}

.articlelist.summarylist li {
    margin: 0;
    border-bottom: 1px solid #fff;
}
.articlelist.summarylist li:hover {
    background: #EAF7FF;
}
.articlelist.summarylist p {
    border-bottom: none;
    padding: 0;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 170%;
}
.articlelist.summarylist a {
    color: #000;
    text-decoration: none;
}
.articlelist.summarylist li:hover a {
    color: #006ACA;
}
.articlelist.summarylist {
    margin: -10px -10px 10px;
}

.articlelist.perslist {
    margin-top: 0;
    margin-bottom: 0;
}
.articlelist.perslist li {
    position: relative;
    margin: 0 -10px 10px;
    padding: 10px 20px;
}
.articlelist.perslist .metabar {
    position: absolute;
    top: 10px;
    left: 20px;
}
.articlelist.perslist h2 {
    margin: 0;
    padding-top: 30px;
}
.articlelist.perslist h2 a {
    color: #006ACA;
    text-decoration: none;
}
.articlelist.perslist,
.articlelist.perslist p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
}

.articlelist.eventlist {
    margin-top: 0;
    margin-bottom: 0;
}
.articlelist.eventlist li {
    position: relative;
    margin: 0 -10px 10px;
    padding: 10px 20px;
    min-height: 135px;
    cursor: auto;
}
.articlelist.eventlist li:hover {
    background: transparent;
}
.articlelist.eventlist .img {
    margin: 0 41px 0 11px;
}
.articlelist.eventlist .icon-date {
    margin-right: 0;
}
.articlelist.eventlist .subscribe {
    position: absolute;
    top: 90px;
    left: 10px;
    margin: 0;
}
.articlelist.eventlist .subscribe.full {
    text-align: center;
    line-height: 160%;
    max-width: 100px;
    font-style: italic;
    top: 80px;
}
.articlelist.eventlist h2 { /* styled as h3 */
    margin-top: 0;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-size: 19px;
    font-size: 1.9rem;
    border-bottom: none;
    font-family: 'UwvSansLight', Arial, sans-serif;
    padding-bottom: 0;
    padding-top: 0;
}
.articlelist.eventlist h2 a:hover {
    text-decoration: underline;
}
.block.content .articlelist.eventlist .visual.right {
    margin: 8px 0 10px 15px;
    border-radius: 0;
    max-width: 30%;
}
.articlelist.eventlist .readmore {
    display: block;
}
.articlelist.eventlist img.download {
    margin-right: 5px;
}

.articlelist.contactlist {
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.articlelist.contactlist li {
    cursor: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.articlelist.contactlist .article .img {
    margin-top: 0;
    width: 50px;
    height: 50px;
}
.articlelist.contactlist p {
    margin-bottom: 0;
}

.metabar {
    display: inline-block;
    background: #D6EFFF;
    padding-right: 7px;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
    font-weight: bold;
    text-transform: uppercase;
    color: #0069C9;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    letter-spacing: 1px;
}
.metabar .date {
    display: inline-block;
    background: #51778D;
    color: #fff;
    padding: 0 5px 0 6px;
    margin-right: 4px;
    white-space: nowrap;
}

/* tweet list */
.tweetlist {
    list-style: none;
    padding: 0;
}
.tweetlist li {
    margin: 0 0 30px 0;
}
.tweetlist .username {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #006BCB;
}
.tweetlist p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%;
    font-family: 'UwvSansLight', Verdana, sans-serif;
}
.tweetlist p:last-of-type {
    margin: 0;
}

/* tweetlist in tabs highlight */
.item .tweetlist {
    margin: 0 10px;
}
.item .tweetlist li {
    margin-bottom: 20px;
}
.item .tweetlist p {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}
.item .tweetlist + .ctab {
    margin: 0 10px;
}

/* inline list */
.inline-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.inline-list li {
    float: left;
    margin: 0 10px 0 0;
}
.inline-list li:last-child {
    border-right: none;
    margin-right: 0;
}
.inline-list li a {
    text-decoration: none;
}

/* Nieuws carousel */
.block.carousel .items {
    height: 100px;
    height: 8rem; /* 3 lines + meta span */
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.carousel .items li {
    height: 100px;
    height: 8rem;
    position: absolute;
    right: -100%;
    display: none;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    cursor: pointer;
}
.carousel .items li.active {
    right: 0;
    transition: right 0.3s ease-out;
    opacity: 1;
}
.carousel .items li a {
    color: #000000;
    text-decoration: none;
}
.carousel .visual {
    position: relative;
}
.carousel .visual {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.carousel .visual img {
    display: none;
}
.carousel .visual.active {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.carousel .visual.active img {
    display: block;
}
.carousel .nav {
    text-align: center;
    margin-top: 10px;
}
.carousel .nav li {
    position: relative;
    display: inline-block;
    border: 1px solid #006ACA;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.carousel .nav li.active,
.carousel .nav li:hover {
    background: #006ACA;
    transition: background 0.4s ease-out;
}
.carousel .nav li.pause,
.carousel.persoonlijk .nav li.pause {
    background: url('../images/icon-pause-play-alt.png') left top no-repeat;
    border-radius: 0;
    border: none;
}
.carousel .nav li.pause:hover,
.carousel.persoonlijk .nav li.pause:hover {
    background-color: transparent;
    transition: none;
}
.carousel .nav li.pause.paused,
.carousel.persoonlijk .nav li.pause.paused {
    background-position: left bottom;
}
.carousel .nav li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;

    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: transparent;
    width: 10px;
    height: 10px;
}

/* Persoonlijk carousel */
.carousel.persoonlijk .nav {
    text-align: left;
    margin-bottom: 5px;
}
.carousel.persoonlijk .nav li {
    border-color: #fff;
}
.carousel.persoonlijk .nav li.active,
.carousel.persoonlijk .nav li:hover {
    background-color: #fff;
}
.carousel.persoonlijk .nav li.pause {
    background-image: url('../images/icon-pause-play.png');
}

.carousel.persoonlijk .items {
    height: 150px;
    height: 13rem;
}
.carousel.persoonlijk .items li {
    height: 150px;
    height: 13rem;
}
.carousel.persoonlijk .items li a {
    color: #fff;
}

/* Over ons carousel 160px hoog */
.carousel.neutral {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
    padding-bottom: 0;
}
.carousel.neutral .nav {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}
.carousel.neutral .visual {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    margin: 0 !important;
}
.carousel.neutral .visual img {
    width: 160px;
    height: 160px;
}
.carousel.neutral .items {
    height: 180px;
    height: 16rem;
}
.carousel.neutral .items li {
    height: 180px;
    height: 16rem;
    padding-left: 165px;
}
@media screen and (max-width: 920px) {
    .carousel.neutral .items {
        height: 240px;
        height: 22rem;
    }
    .carousel.neutral .items li {
        height: 240px;
        height: 22rem;
    }
}
.carousel.neutral .nav li {
    border-color: #bbb;
}
.carousel.neutral .nav li.active,
.carousel.neutral .nav li:hover {
    background-color: #bbb;
}
.carousel.neutral .nav li.pause {
    background-color: transparent;
    background-image: url('../images/icon-pause-play-neutral.png');
}
.carousel.neutral h3 {
    margin-top: 15px;
    margin-top: 1.5rem;
}
.carousel.neutral p {
    line-height: 170%;
}

/* Uitgelogd carousel */
.carousel.uitgelogd {
	height: 530px;
    padding-bottom: 110px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 40px;
    margin-top: 20px;
}
.carousel.uitgelogd .items,
.carousel.uitgelogd .items li {
	height: 100%;
	cursor: default;
}
.carousel.uitgelogd .items li .col .block {
	padding-left: 0;
	padding-right:0;
}
.carousel.uitgelogd .nav {
    margin-top: 40px;
}
.carousel.uitgelogd li .ctab {
    color: #ffffff;
}
/* Form elements */
.form {
    margin-bottom: 25px;
}
.form-control {
    margin: 0 5px 0 0;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    padding: 6px 10px 6px 8px;
    vertical-align: top;
}

.form .row,
.form .rows-inline {
    margin-bottom: 15px;
    clear: left;
}
.form .row:last-child {
    margin-bottom: 0;
}
.form .row.hor,
.form .row .controls.hor {
    position: relative;
    float: left;
    clear: none;
    width: auto;
    margin-right: 20px;
}
.form .row.hor.no-label {
    padding-top: 29px;
}
.form .pair {
    position: relative;
    top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    left: 9px;
}
.form .rows-inline .row {
    float: left;
    clear: none;
    margin-right: 10px;
}
.form .rows-inline .row:last-child {
    margin-right: 0;
}
.block.highlight > .form:first-child {
    padding-top: 10px;
}
.form .row .controls {
    clear: both;
}
.form .row > label,
.form .row > .label,
.form .row fieldset > .label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
}
.form .form-control {
    font-family: Verdana, sans-serif;
    display: block;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 7px 8px;
    margin: 0;
}
.form-control.search {
    background: #fff url('../images/icon-search.png') 6px 6px no-repeat;
    padding-left: 28px;
    width: 85%;
}
.form .form-control.extratiny {
    width: 40px;
}
.form .form-control.tiny {
    width: 80px;
}
.form .form-control.small {
    width: 100px;
}
.form .form-control.medium {
    width: 150px;
}
.form .form-control.large {
    width: 250px;
}
.form .form-control.huge {
    width: 300px;
}
.form input[type="file"] {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    float: left;
    margin: 0;
}
.form textarea {
    font-family: Verdana, sans-serif;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 100%;
    min-height: 50px;
    height: 100px;
    padding: 7px 8px;
    margin: 0;
    resize: vertical;
}
.form select {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 240px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 0;
    float: left;
}
.form .row.checkbox label,
.form .row.radio label {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    min-width: 55px;
    margin-right: 20px;
    white-space: nowrap;
}
.form .row.checkbox.stacked label,
.form .row.radio.stacked label {
    display: inline-block;
    margin-bottom: 6px;
}
.form input[type="checkbox"],
.form input[type="radio"] {
    position: relative;
    top: 2px;
    margin: 0;
}
.form .form-control.disabled {
    color: #666;
}
.form .reset {
    position: relative;
    top: 6px;
    margin: 0 0 0 15px;
    padding: 0;
    background: none;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
}
.form .reset:hover {
    text-decoration: none;
}
.form .cancel {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: underline;
    border-left: 2px solid #E5E5E5;
}
.form .cancel:hover {
    text-decoration: none;
}
.form .tip {
    position: relative;
    float: left;
    display: block;
    background: url('../images/icon-tip.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin: 1px 0 0 10px;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    color: #666;
}
.form .tip:hover,
.form .tip:focus {
    background-position: left bottom;
}
.form .tip .hint {
    position: absolute;
    left: 30px;
    top: -8px;
    width: 200px;
    min-height: 30px;
    padding: 5px 10px;
    background: #fff;
    text-indent: 0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}
.form .tip .hint:after {
    position: absolute;
    content: " ";
    right: 8px;
    left: auto;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.form .help {
    display: block;
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666;
    margin-left: 8px;
}
.form .row.error .form-control,
.form .row.error select,
.form .row.error textarea {
    border-color: #CC0033;
}
.form .row .error {
    display: none;
    float: left;
    background: url('../images/icon-error.png') no-repeat;
    width: 16px;
    height: 16px;
    margin: 1px 0 0 10px;
}
.form .row.error .error {
    display: block;
}
.form .row.error label .error {
    float: none;
    display: inline-block;
    margin: 0 0 0 2px;
    position: relative;
    top: 2px;
}
.form .row.datepicker .form-control {
    margin-right: 35px;
}
.form .row.error .message {
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    margin: 0 0 10px;
    color: #CC0033;
}
.form .row.file.error .error,
.form .row.file .tip,
.form .row.radio.error .error,
.form .row.radio .tip,
.form .row.checkbox.error .error,
.form .row.checkbox .tip,
.form .row.textarea.error .error,
.form .row.textarea .tip {
    margin-top: 1px;
}

/* password checker */
.form .row.password .controls {
    position: relative;
}
.form .row.password .tooltip {
    display: none;
    background: url('../images/bg-ww-none.png') no-repeat scroll 10px 11px #F7F7F7;
    margin: 0;
    padding: 25px 10px 15px 10px;
    width: 250px;
    font-size: 11px;
    font-size: 1.1rem;
    left: 160px;
    top: 0;
    z-index: 10;
    position: absolute;
}
.form .row.password .controls.focus .tooltip {
    display: block;
}
.form .row.password .controls .small {
    background: url('../images/bg-ww-small.png') no-repeat scroll 10px 11px #F7F7F7;
}
.form .row.password .controls  .missing {
    background: url('../images/bg-ww-missing.png') no-repeat scroll 10px 11px #F7F7F7;
}
.form .row.password .controls  .strong {
    background: url('../images/bg-ww-strong.png') no-repeat scroll 10px 11px #F7F7F7;
}
.form .row.password .controls .strong p {
    background: url('../images/icon-check.png') no-repeat 0 0;
    padding-left: 20px;
}

/* temp captcha */
.captcha_controls a {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
}
.captcha_controls a:hover {
    text-decoration: underline;
}
.captcha_controls .captcha_reload a {
    background: url('../images/icon-reload.png') left 1px no-repeat;
    display: inline-block;
    padding: 3px 0 3px 32px;
    margin-bottom: 3px;
}
.captcha_controls .recaptcha_only_if_image a,
.captcha_controls .recaptcha_only_if_audio a  {
    background: url('../images/icon-sound.png') left 1px no-repeat;
    display: inline-block;
    padding: 3px 0 3px 32px;
    margin-bottom: 3px;
}
.captcha_answer label {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 2px;
}
#recaptcha_image {
    margin-bottom: 5px;
}
.recaptcha_only_if_incorrect_sol {
    font-size: 12px;
    font-size: 1.2rem;
    color: #CC0033;
}
.recaptcha_is_showing_audio #recaptcha_image {
    height: auto !important;
    width: auto !important;
}
.recaptcha_is_showing_audio #recaptcha_image embed,
.recaptcha_is_showing_audio #recaptcha_image br {
    display: none;
}
.recaptcha_is_showing_audio #recaptcha_image span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
}
.recaptcha_is_showing_audio #recaptcha_image a {
    text-decoration: underline;
    cursor: pointer;
}
.recaptcha_is_showing_audio #recaptcha_image a:hover {
    text-decoration: none;
}



/* Footer */
#footerContainer {
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #e4e4e4, #efefef);
    background:    -moz-linear-gradient(top, #e4e4e4, #efefef);
    background:   linear-gradient(to bottom, #e4e4e4, #efefef);
    margin: 0 0 50px 0;
    position: relative;
}
#footerContainer #footer {
    color: #444;
    padding: 40px 0 60px 0;
    margin-bottom: 0;
}
#footer > .block {
    color: #444;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0;
}


#footerContainer .block:last-child,
#footerContainer .block.half:last-child {
    margin-right: 0;
}

#footerContainer h2,
#footerContainer h4 {
    font-family: Verdana;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    color: #444;
}
#footerContainer .linklist li a {
    font-size: 12px;
    font-size: 1.2rem;
    background: url('../images/bg-readmore-gray.png') no-repeat left 7px;
    background: url('../images/bg-readmore-gray.png') no-repeat left 0.7rem;
}
/* #footerContainer .block.half .linklist li a {
    font-size: 11px;
    font-size: 1.1rem;
}*/
#footerContainer small {
    display: inline-block;
    color: #666;
    margin: 3px 0;
}
#footerContainer .meta {
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 100%;
    padding: 15px 0 0 0;
    background: #f7f7f7;
    text-align: right;
}
#footerContainer .meta .nav {
    line-height: 130%;
}
#footerContainer .meta .nav li {
    font-size: 11px;
    font-size: 1.1rem;
}
#footerContainer .meta .nav li a {
    color: #444;
    text-decoration: underline;
}
#footerContainer .meta .nav li a:hover {
    text-decoration: none;
}
.nav#legal {
    float: left;
}
.nav#legal li.accessibility a {
    padding-left: 16px;
    background: url('../images/icon-accessibility.png') left center no-repeat;
}
fieldset#footerSearch {
    position: relative;
    margin-top: 30px;
}
#footerContainer .block.half {
    float: left;
    width: 49%;
    margin-right: 2%;
}

#footerContainer .block.half.alt {
    margin-right: 0;
}
#footerContainer .block.half.alt+* {
    clear: both;
}
#footer .block.search {
    width: 100%;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 65px;
}
#footer .block.search .row {
    margin-bottom: 0;
    position: relative;
}
fieldset#footerSearch input[type="text"] {
    width: 100%;
    margin-right: 0;
    padding-right: 40px;
}
fieldset#footerSearch input[type="button"] {
    position: absolute;
    right: 0;
    top: 5px;
    width: 45px;
    height: 20px;
    text-indent: -9999em;
    text-transform: uppercase;
    background: url('../images/icon-search.png') no-repeat center center;
    padding: 0;
    border-left: 1px solid #DBDBDB;
    border-radius: 0;
}
#footer .block.half > *,
#footer .block.search > * {
    margin-left: 0;
}

#footerContainer .meta .nav {
    display: inline-block;
    overflow: hidden;
}
#footerContainer .meta .nav li {
    float: left;
    border-right: 1px solid #c6c6c6;
    padding: 0 12px 0 12px;
}
#footerContainer .meta .nav li:last-child {
    border: none;
}
#footerContainer .meta .nav li a {
    text-decoration: underline;
    color: #6D6D6D;
}
#footerContainer .meta .nav li a:hover {
    text-decoration: none;
}

#mainContainer h2+.accordion {
    margin-top: -10px;
}
.expandable .hide {
    display: none;
}
.expandable.open .hide {
    display: block;
}

/* generic accordion */
.accordion {
    margin-top: 0;
    margin-bottom: 25px;
}
.content .accordion {
    margin-top: 15px;
}
.accordion > h2,
.content .accordion > h2,
.accordion > h3,
.content .accordion > h3,
.accordion > h4,
.content .accordion > h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.accordion .trigger {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    background: url('../images/icon-plus.png') no-repeat left 18px;
    background: url('../images/icon-plus.png') no-repeat left 18px / 13px 13px;
    line-height: 3rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    color: #000;
    text-decoration: none;
    border-bottom: none;
}
.accordion .trigger:focus {
    outline: 1px dotted #666;
}
.content .tab .accordion .trigger {
    margin: 0 !important;
    padding: 10px 10px 10px 30px !important;
    background: url('../images/icon-plus.png') no-repeat left 18px !important;
    background: url('../images/icon-plus.png') no-repeat left 18px / 13px 13px !important;
}
.accordion .trigger:hover {
    color: #016BCB;
}
.accordion .trigger.open {
    background: url('../images/icon-min.png') no-repeat left 23px;
    background: url('../images/icon-min.png') no-repeat left 23px / 13px 3px;
    color: #016BCB;
}
.content .tab .accordion .trigger.open {
    background: url('../images/icon-min.png') no-repeat left 23px !important;
    background: url('../images/icon-min.png') no-repeat left 23px / 13px 3px !important;
}
.accordion > h2:first-child .trigger,
.accordion > h3:first-child .trigger,
.accordion > h4:first-child .trigger {
    border-top: 1px solid #CFCFCF;
}
.content .tab .accordion > h2:first-child .trigger,
.content .tab .accordion > h3:first-child .trigger,
.content .tab .accordion > h4:first-child .trigger {
    border-top: 1px solid #CFCFCF !important;
}
.accordion .pane {
    padding-left: 30px;
    padding-right: 20px;
    border-bottom: 1px solid #CFCFCF;
}
.accordion .paneContent {
    display: none;
    padding-bottom: 20px;
}
/*bugfix voor accordion*/
.accordion .chapter>.pane {
    display: inherit;
}
.accordion .level2 .pane{
    border-bottom: 0;
}


/* accordion with person thumb */
.chapter.personinfo,
.content .chapter.personinfo.level2 {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.chapter.level3.personinfo {
    border: 0;
}
.chapter.personinfo + .chapter.personinfo {
    margin-top: -10px;
}
.chapter.level1.personinfo .pane {
    padding: 0 20px 20px 20px;
}
.chapter.personinfo.open .pane {
    min-height: 211px;
}
.chapter.personinfo .trigger .thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
}
.chapter.personinfo .trigger .thumb img {
    max-width: 100%;
    max-height: 100%;
}
.chapter.personinfo > .trigger,
.content .tab .chapter.personinfo > .trigger,
.content .chapter.personinfo > .trigger {
    position: relative;
    padding-left: 50px !important;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: 'UwvSansLight',Verdana,sans-serif;
    background-position: 20px 18px !important;
    padding-right: 50px !important;
    border-top: 0;
}
.content .chapter.personinfo.open > .trigger,
.chapter.personinfo.open > .trigger,
.content .tab .chapter.personinfo.open > .trigger {
    background-position: 20px 23px !important;
}

.block.content .chapter.personinfo .visual.right,
.chapter.personinfo .visual {
    border-radius: 0;
    max-width: 35%;
}
.chapter.personinfo .visual img {
    max-width: 100%;
}
.chapter.personinfo blockquote {
    font-style: italic;
    margin: 10px 0 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.chapter.personinfo .meta {
    margin: 0 0 8px;
}
.chapter.personinfo .contactOptions .ctae,
.chapter.personinfo .contactOptions .ctab {
    margin: 0 0 8px;
}

@media screen and (max-width: 1260px) {
    .block.content .tab .visual.right {
        float: none;
        margin: 0 0 10px;
        max-width: 100%;
    }
}

/* Notices */
.notice {
    width: auto;
    max-width: none;
    background-color: #D6EFFF;
    margin-bottom: 20px;
}
.row.notice .block,
.block.notice {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    color: #262626;
    padding: 30px 10px 30px 80px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: 18px 30px;
}
.row.notice.small .block,
.block.notice.small {
    padding: 15px 10px 15px 55px;
    background-size: 22px 22px;
}
.notice .block .close {
    position: absolute;
    right: 25px;
    top: 20px;
    text-decoration: none;
    background: url('../images/icon-close.png') 0 7px no-repeat;
    padding-left: 12px;
}
.notice h3,
.content .notice h3,
.notice h4,
.content .notice h4,
.notice h5,
.content .notice h5 {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    margin: 0 0 8px;
    color: #006ACA;
    font-size: 19px;
    font-size: 1.9rem;
}
.notice .message p {
    color: #262626;
    line-height: 170%;
    margin: 0 0 8px;
}
.notice .readmore:link {
    color: #000000;
}
.notice .readmore:hover {
    color: #006aca;
}
.notice .message {
    padding-left: 18px;
    min-height: 62px;
    border-left: 2px solid #fff;
    border-left: 2px solid rgba(255,255,255,0.8);
}
.notice.info {
    background-color: #D6EFFF;
}
.notice.info .block,
.block.notice.info {
    background-image: url('../images/bg-notice-info.png');
}
.notice.success {
    background-color: #E3F1C8;
}
.notice.error {
    background-color: #F5CCD6;
}
.notice.error .block,
.block.notice.error {
    background-image: url('../images/bg-notice-error.png');
}
.notice.warning {
    background-color: #FEF5BF;
}
.notice.warning .block,
.block.notice.warning {
    background-image: url('../images/bg-notice-warning.png');
}

.notice.special .block,
.block.notice.special {
    background-image: url('../images/bg-notice-special.png');
}

.notice.vraag .block,
.block.notice.vraag {
    background-image: url('../images/bg-notice-vraag.png');
}

.notice.checklist .block,
.block.notice.checklist {
    background-image: url('../images/bg-notice-checklist.png');
}

.notice.success {
	background-color: #E3F1C8;
}
.notice.success .block,
.block.success.vraag {
    background-image: url('../images/bg-notice-success.png');
}
.row.notice.cookiebar {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    width: 100%;
}
.row.notice.cookiebar .block {
    padding: 12px 70px 12px 10px;
    min-height: 50px;
}
.row.notice.cookiebar .block p {
    margin-bottom: 0;
}
.row.notice.cookiebar .block .close {
    top: 12px;
    right: 10px;
}

.block.notice.special,
.block.notice.vraag,
.block.notice.checklist {
    background-color: transparent;
    padding: 10px 25px 10px 60px;
}
.block.notice.vraag {
    background-position: 16px 15px;
}
.block.notice.special {
    background-position: 28px 15px;
}
.block.notice.checklist {
    background-position: 16px 15px;
}

.tab .block.notice.special,
.tab .block.notice.vraag,
.tab .block.notice.checklist {
    padding: 10px 25px 10px 45px;
}
.tab .block.notice.vraag {
    background-position: 0 15px;
}
.tab .block.notice.special {
    background-position: 0 15px;
}
.tab .block.notice.checklist {
    background-position: 0 15px;
}

.block.notice.special .message,
.block.notice.vraag .message,
.block.notice.checklist .message {
    border-color: #e5e5e5;
    font-size: 14px;
    font-size: 1.4rem;
}

.block.notice .accordion {
    margin: 25px 0 0;
}
.block.notice .accordion .pane:last-child {
    border-bottom: none;
}
.block.notice .accordion .trigger {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    padding: 14px 10px 14px 30px;
}
.content .tab .block.notice .accordion .trigger {
    padding: 14px 10px 14px 30px !important;
}

/* Duties */
.block.duties {
    border-left: 2px solid #006ACA;
    padding-left: 20px;
}
.block.content.duties > h3:first-child,
.block.content.duties > h4:first-child,
.block.content.duties > h5:first-child,
.block.content.duties > h6:first-child {
    margin-top: 0px;
}

/* Fases klantenproces */
.block.fase {
    padding-left: 0;
    padding-right: 0;
}
.block.fase h2 {
    margin: 0 0 16px;
    position: relative;
    display: table;
    width: 100%;
}
.block.fase .ctab {
    font-family: 'UwvSansLight', Verdana, sans-serif;
    position: relative;
    margin: 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 110%;
    padding: 20px 40px 20px 20px;
    display: table-cell;
    vertical-align: middle;
}
.block.fase .ctab:after {
    background: url('../images/bg-fase-btn.png');
    content: " ";
    position: absolute;
    width: 12px;
    height: 19px;
    top: 50%;
    right: 0;
    margin: -9px 20px 0 0;
    z-index: 2;
}
.block.fase .options {
    position: relative;
    border: 1px solid #CECECE;
    border-radius: 5px 5px 0 0;
}
.block.fase .options:after {
    background: url('../images/bg-fase.png');
    content: " ";
    position: absolute;
    width: 20px;
    height: 11px;
    top: -11px;
    left: 50%;
    margin-left: -10px;
}
.block.fase .options .linklist {
    padding: 8px 20px;
    font-size: 12px;
    font-size: 1.2rem;
}
.block.fase .options .linklist.actions {
    background: #D6EFFF;
}

/* orientatie module */
#orientatie {
    list-style: none;
    margin: 15px -10px 0 -10px;
    padding: 0;
    text-align: center;
}
#orientatie>li,
#orientatie>li:hover {
    margin-bottom: 2px;
    position: relative;
    background: #D6EFFF;
}
#orientatie h3 {
    display: table-cell;
    vertical-align: middle;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    left: 20px;
    line-height: 25px;
    line-height: 2.5rem;
    margin: 0;
    padding: 10px 40px 10px 20px;
    text-align: left;
}
#orientatie >li ul:before {
    content: "";
    height: 30px;
    margin: -13px 0 0 0;
    position: absolute;
    right: 97%;
    top: 50%;
    width: 46px;
    z-index: 20;
    background: url('../images/orientatie-ja.png') no-repeat;
}
#orientatie >li ul {
    background: #f6f6f6;
    background: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF 33px);
    background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF 33px);
    background: linear-gradient(to bottom, #F0F0F0, #FFFFFF 33px);
    float: right;
    list-style: none;
    margin: 0;
    padding: 20px 25px 20px 25px;
    position: relative;
    width: 66%;
    z-index: 2;
}
#orientatie >li ul li {
    margin: 0 0 10px;
}



/* content pages */
.content .linklist.tabs a.ctab {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
    color: #ffffff;
    background: url('../images/bg-fase-btn.png') 95% center no-repeat #0058a8;
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, -webkit-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, -moz-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, linear-gradient(to bottom, #006aca, #0058a8);
    background-size: 9px 14px, auto auto;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.content .linklist.tabs a.ctab:hover {
    color: #ffffff;
    background: url('../images/bg-fase-btn.png') 95% center no-repeat #006fba;
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, -webkit-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, -moz-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/bg-fase-btn.png') right 10px center no-repeat, linear-gradient(to top, #006aca, #0058a8);
    background-size: 9px 14px, auto auto;
}
.content .linklist.tabs .active a.ctab {
    background: #ffffff;
    background: url('../images/bg-fase-btn-open.png') right 7px center no-repeat, -webkit-linear-gradient(top, #ffffff 1px, #EEEEEE 1px, #ffffff 30px);
    background: url('../images/bg-fase-btn-open.png') right 7px center no-repeat, -moz-linear-gradient(top, #ffffff 1px, #EEEEEE 1px, #ffffff 30px);
    background: url('../images/bg-fase-btn-open.png') right 7px center no-repeat, linear-gradient(to bottom, #ffffff 1px, #EEEEEE 1px, #ffffff 30px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #006ACA;
    border: 1px solid #cccccc;
    border-bottom: none;
    position: relative;
    padding-bottom: 16px;
}
.content .linklist.tabs .active a.ctab:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    position: absolute;
    left: 0;
}
.content .linklist.tabs {
    margin: 15px -12px 0 -12px;
}
.content .linklist.tabs li {
    width: 25%;
    vertical-align: top;
    padding: 0 2px 0 2px;
    display: table;
    min-height: 50px;
}
.content .linklist.tabs li:last-child {
    margin-right: 0;
}
.content .tab {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.content .tab .socialShare {
    display: none;
}
.content ul.tabs ~ .tab {
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    margin: -1px -10px 20px -10px;
}
.content ul.tabs ~ .tab .socialShare {
    display: block;
}
.content .tab p,
.content .tab .chapter-content >:last-child {
    margin-bottom: 20px;
    margin-bottom: 1.5em;
}
.content .tab p:last-child,
.content .tab .chapter.level3 .chapter-content p:last-child {
    margin-bottom: 0;
}

.content .chapter.level1 {
    padding-left: 30px;
    padding-right: 0;
}
.content .chapter.level1.open {
    margin-bottom: 20px;
}
.content .chapter.level2 {
    border: 1px solid #cdcdcd;
    padding: 0 20px 0 48px;
    margin-bottom: 10px;
}
.content .chapter.level2.open {
    padding-bottom: 10px;
}
.content .chapter.level3 {
    background: #eeeeee;
    padding: 0 10px 0 30px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}
.content .tab .level3.open {
    padding-bottom: 15px;
}
.content .chapter.level3+.level3 {
    margin-top: -20px;
}
.content .tab h3.trigger,
.content .tab h2.trigger,
.content .tab h4.trigger {
    margin: 0;
    margin-left: -30px;
    margin-right: -20px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: 'UwvSansLight',Verdana,sans-serif;
    color: #000000;
    line-height: 30px;
    line-height: 3.0rem;
    cursor: pointer;
    background: url('../images/icon-plus.png') left 18px no-repeat;
    background: url('../images/icon-plus.png') left 18px / 13px 13px no-repeat;
    font-weight: normal;
}
.content .tab h3.trigger a,
.content .tab h2.trigger a,
.content .tab h4.trigger a {
    text-decoration: none;
}
.content .tab h2.trigger {
    border-top: 1px solid #CDCDCD;
    margin-right: 0;
}
.content .tab h3.trigger {
    border-top: none;
    background-position: 20px 18px;
    padding-left: 48px;
    margin-left: -48px;
}
.content .tab h4.trigger {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: -30px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 10px;
    font-family: Verdana, sans-serif;
    background-position: 10px 18px;
}
.content .tab .level1.open h2.trigger,
.content .tab .level2.open h3.trigger,
.content .tab .level3.open h4.trigger {
    color: #016BCB;
    background: url('../images/icon-min.png') left 23px no-repeat;
    background: url('../images/icon-min.png') left 23px / 13px 3px no-repeat;
}
.content .tab .level1.open h2.trigger a,
.content .tab .level2.open h3.trigger a,
.content .tab .level3.open h4.trigger a {
    color: #016BCB;
}
.content .tab .level2.open h3.trigger {
    background-position: 20px 23px;
}
.content .tab .level3.open h4.trigger {
    background-position: 10px 23px;
}
.content .tab .trigger:focus {
    outline: 1px dotted #666;
}
.content>h4,
.content>h5,
.content>h6,
.content .tab .pane>h4,
.content .tab .pane>h5,
.content .tab .pane>h6 {
    margin: 22px 0 5px 0;
    margin: 2.2rem 0 0.5rem 0;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

.chapter>.pane {
    display: none;
}


.content h2.xs-show {
    display: none;
}
.content ul.neutral {
    margin-left: -10px;
    margin-right: -10px;
    background: #eeeeee;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content p {
    margin-top: 1.5em;
}
.content p:first-of-type {
    margin-top: 0;
}

.content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}
.content .chapter + h2 {
    margin-top: 1.5em;
}
.content h3 {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-size: 19px;
    font-size: 1.9rem;
    border-bottom: none;
    font-family: 'UwvSansLight', Arial, sans-serif;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 2.2rem;
}

.content h2+p,
.content h3+p,
.content h4+p,
.content h5+p {
    margin-top: 0;
}

.content p+h2 {
    margin-top: 20px;
}

/* inloggen block */
.inloggen {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url('../images/icon-inloggen-h.png') 95% 13px no-repeat #C5D937;
    background: url('../images/icon-inloggen-h.png') right 10px top 13px no-repeat #C5D937;
}
.neutral + .inloggen {
    margin-top: -20px;
    background-position: right 10px top 20px;
}
.neutral > .inloggen {
    margin-left: -10px;
    margin-right: -10px;
}
.inloggen .ctab.digid {
    display: inline-block;
    margin-top: 0;
    padding-right: 40px;
}
.neutral + .block.notice {
    margin-top: -20px;
}

/* social share icons */
.socialShare {
    clear: both;
    text-align: right;
    margin-bottom: 10px;
}
#mainContainer > .row > .socialShare {
    margin-top: -20px;
    margin-right: 10px;
}
.socialShare ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
}
.socialShare li {
    float: left;
    margin-left: 5px;
}
.socialShare li a {
    text-align: left;
    display: block;
    text-indent: -9999em;
    background: url('../images/sprite-socialShare.png') 0 0 no-repeat;
    width: 20px;
    height: 20px;
}
.socialShare li a.facebook:hover {
    background-position: 0 -20px;
}
.socialShare li a.twitter {
    background-position: -20px 0;
}
.socialShare li a.twitter:hover {
    background-position: -20px -20px;
}
.socialShare li a.linkedin {
    background-position: -40px 0;
}
.socialShare li a.linkedin:hover {
    background-position: -40px -20px;
}
.socialShare li a.mail {
    background-position: -60px 0;
}
.socialShare li a.mail:hover {
    background-position: -60px -20px;
}
.socialShare li a.rss {
    background-position: -80px 0;
}
.socialShare li a.rss:hover {
    background-position: -80px -20px;
}
.socialShare li a.print {
    text-indent: 0;
    padding-left: 20px;
    color: #000000;
    width: auto;
    background: url('../images/icon-print.png') 0 bottom no-repeat;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
    margin-left: 20px;
}
.socialShare li a.print:hover {
    background-image: url('../images/icon-print-hover.png');
    text-decoration: underline;
}
.socialShare li + li a.print {
    position: relative;
}
.socialShare li + li a.print:after {
    content: "";
    position: absolute;
    top: 7px;
    left: -14px;
    width: 1px;
    height: 11px;
    background: #C6C6C6;
}

.toOverview {
    margin-top: 5px;
    margin-bottom: 25px;
}
.socialShare + .toOverview {
    position: relative;
    top: -25px;
    margin-top: 0;
    margin-bottom: 0;
}

/* social media icons */
.socialMedia ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.socialMedia ul:before,
.socialMedia ul:after {
    content: " ";
    display: table;
}
.socialMedia ul:after {
    clear: both;
}
.socialMedia ul li {
    float: left;
    margin-right: 20px;
}
.socialMedia ul a {
    display: block;
    position: relative;
    padding: 5px 0 5px 40px;
    color: #006BCB;
    text-decoration: none;
}
.socialMedia ul a:hover {
    text-decoration: underline;
}
.socialMedia ul a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #006BCB url('../images/sprite-socialMedia.png') 0 0 no-repeat;
    border-radius: 50%;
}
.socialMedia ul a.twitter:before {
    background-position: 5px 4px;
}
.socialMedia ul a.linkedin:before {
    background-position: -25px 4px;
}
.socialMedia ul a.youtube:before {
    background-position: -55px 4px;
}
.socialMedia h3 { /* styled as H4 */
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}

/* Overlay */
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 9998;
}
div.overlay {
    display: none;
    position: absolute;
    background: #fff;
    width: 95%;
    max-width: 600px;
    padding: 22px 30px;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
div.overlay.large {
    max-width: 840px;
}
div.overlay .close {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url('../images/icon-close.png') left 6px no-repeat;
    padding-left: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    z-index: 5;
}
div.overlay .print {
    position: absolute;
    right: 100px;
    top: 25px;
    background: url('../images/icon-print.png') 0 2px no-repeat;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 5;
}
div.overlay .block {
    padding-left: 0;
    padding-right: 0;
}
div.overlay .block > h2:first-child,
div.overlay .block > h3:first-child {
    margin-top: 0;
    padding-right: 125px;
}


/* feedbackmodule */
.feedback {
    background: #eee;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0;
    clear: both;
}
.feedback .form {
    margin-bottom: 0;
}
.feedback h3 {
    font-weight: normal;
    font-style: italic;
    color: #006ACA;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding-right: 130px;
}
.feedback .row h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
}
.feedback .row.uitleg h3 {
    margin-bottom: 3px;
    line-height: 150%;
}
.feedback .firstQ {
    right: 10px;
    position: absolute;
    top: 15px;
}
.feedback .firstQ input {
    margin-right: 5px;
}
.feedback .firstQ label {
    margin-right: 10px;
}
.feedback .actions {
    padding-top: 15px;
}
.feedback .row {
    padding-top: 15px;
    margin-bottom: 0;
}
.feedback .row .header {
    display: block;
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 120%;
    font-style: italic;
    font-weight: normal;
    color: #006ACA;
    margin-top: 10px;
    margin-bottom: 10px;
}
.feedback .row label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    float: none;
}
.feedback .row input {
    margin-right: 8px;
}
.feedback .uitleg {
    margin-bottom: -15px;
}
.feedback .uitleg p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    line-height: 170%;
}
.feedback .uitleg label {
    font-weight: bold;
    display: inline-block;
    float: left;
}
.feedback .uitleg .help {
    text-align: right;
    float: none;
    margin-top: 3px;
}
.js .feedback .row,
.js .feedback .actions {
    display: none;
}
.feedback .error {
    display: none;
    padding: 0 0 10px;
    color: #ff0000;
}
.feedback .result {
    display: none;
}

.content .tab .level2 .feedback {
    margin-left: -48px;
    margin-right: -20px;
    margin-bottom: -10px;
}
.content .tab .feedback h3 {
    background: none;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 120%;
    cursor: auto;
    font-weight: normal;
    color: #006aca;
}
.content .tab .feedback .row h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .tab .feedback .row.uitleg h3 {
    margin-bottom: 3px;
    line-height: 150%;
}

/* kantoren en adressen */
.adressen {
    margin-left: -10px;
    margin-right: -10px;
}
.adressen h2 {
    font-size: 1.6rem;
}
.adressen>ul.linklist {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.adressen>ul.linklist li {
    padding-bottom: 0;
    margin-bottom: 5px;
}
.adressen > ul.linklist:last-of-type {
    margin-right: 0;
}
.adressen .linklist .stad {
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    background: url('../images/bg-readmore.png') no-repeat 10px 7px;
    background: url('../images/bg-readmore.png') no-repeat 10px 0.7rem;
    cursor: pointer;
}
.adressen .linklist .stad:hover {
    color: #006aca;
}
.adressen .adres {
    background: #d6efff;
    border-bottom: 4px solid #ffffff;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}
.adressen .adres p {
    line-height: 20px;
    line-height: 2rem;
}
.adressen .adres p strong {
    display: block;
}
.js .adressen .adres {
    display: none;
}
.js .adressen .open .adres {
    display: block;
}
.js .adressen .open {
    background: #d6efff;
}

/* stappenplan tables */
.table.stappenplan td.datum {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #006ACA;
    width: 125px;
    border-radius: 5px 0 0 5px;
}
.table.stappenplan th.datum +th {
    padding-left: 40px;
}
.table.stappenplan tr {
    border-top: 2px solid #ffffff;
}
.chapter.level3 .table {
    border: 0;
}
.chapter.level3 .table.stappenplan thead tr:first-child {
    border-top: 0;
}
.table.stappenplan td.datum +td {
    padding-left: 40px;
    background-image: url('../images/bg-table-label.png');
    background-position: -2px center;
    background-repeat: no-repeat;
    background-size: 25px 100%;
}
.table.stappenplan td.datum.active {
    background: #7EBD00;
    border-radius: 5px;
}
.table.stappenplan td.datum.active +td {
    background-image: none;
}

.table.stappenplan.detail {
    border: 1px solid #D6EFFF;
    border-collapse: separate;
}
.table.stappenplan.detail th {
    background: #EEEEEE;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    padding: 0;
}
.table.stappenplan.detail .datum {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    background: #006ACA;
    padding: 11px 13px 14px 15px;
    display: inline-block;
    margin: 1px 40px 1px 0;
    position: relative;
    vertical-align: middle;
    min-width: 150px;
}
.table.stappenplan.detail .datum:after {
    position: absolute;
    right: -23px;
    top: 0;
    content: "";
    background: url('../images/bg-table-label.png') no-repeat;
    height: 100%;
    width: 23px;
}
.table.stappenplan.detail .datum span {
    font-weight: normal;
}
.table.stappenplan.detail td {
    padding : 15px 30px 10px 30px;
}
.table.stappenplan.detail td p {
    font-size: 14px;
    font-size: 1.4rem;
}
.table.stappenplan.detail td .meta {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}
.table.stappenplan.detail + .table.stappenplan.detail {
    margin-top: -21px;
}
.block.stappenplan .form {
    margin-bottom: 0;
}
.block.stappenplan h3 {
    font-family: Verdana, sans-serif;
}

/* compare block */
.block.compare {
    background: #eee url('../images/bg-compare.png') center top repeat-y;
    padding: 10px 35px;
}
.block.compare .row {
    position: relative;
    margin: 0;
    padding: 20px 0 0;
}
.block.compare .left-column {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 30px;
}
.block.compare .right-column {
    float: left;
    width: 50%;
    padding-left: 30px;
}
.block.compare .icon {
    width: 26px;
    height: 26px;
    background: url('../images/icon-compare.png') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 15px;
}
.block.compare .list li {
    position: relative;
    background: none;
    display: inline-block;
    padding-left: 10px;
}
.block.compare .list li:before {
    position: absolute;
    top: 13px;
    margin-left: -11px;
    content: ' ';
    background: url('../images/bg-li-item.png') no-repeat;
    width: 4px;
    height: 4px;
}

/* rotonde */
.block.rotonde h2 {
    float: left;
}
.block.rotonde h2.first {
    width: 30%;
}
.block.rotonde h2.second {
    padding-left: 60px;
    width: 35%;
}
.block.rotonde ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.block.rotonde li {
    position: relative;
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #F0F0F0 0px, #fff 33px);
    background:    -moz-linear-gradient(top, #F0F0F0 0px, #fff 33px);
    background:   linear-gradient(to bottom, #F0F0F0 0px, #fff 33px);
    overflow: hidden;
    margin-bottom: 10px;
}
.block.rotonde .option {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    min-height: 60px;
    background: #eee;
    padding: 20px 15px;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: 'UwvSansLight', Verdana, sans-serif;
}
.block.rotonde .answer {
    margin-bottom: 10px;
}
.block.rotonde .answer:before,
.block.rotonde .answer:after {
    content: " ";
    display: table;
}
.block.rotonde .answer:after {
    clear: both;
}
.block.rotonde .answer:last-child {
    margin-bottom: 0;
}
.block.rotonde .time {
    display: block;
    width: 50%;
    float: left;
    padding: 0 15px 0 60px;
}
.block.rotonde .time span {
    display: block;
    background: #D6EFFF;
    color: #006ACA;
    padding: 10px 15px;
    text-align: center;
}
.block.rotonde .time .ctab {
    width: 50%;
}
.block.rotonde .button {
    display: block;
    width: 50%;
    float: left;
    padding: 0 15px 0 60px;
}
.block.rotonde .action {
    float: left;
    width: 35%;
    min-height: 60px;
    margin-left: 30%;
    padding: 10px 15px 10px 60px;
}
.block.rotonde .action.extra {
    position: relative;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}
.block.rotonde .action.extra:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -8px;
    background: url('../images/bg-step.png') no-repeat;
    width: 11px;
    height: 16px;
    content: " ";
}
.block.rotonde .action .ctab {
    position: relative;
    margin: 0 0 10px;
}
.block.rotonde .action .ctab:last-child {
    margin-bottom: 0;
}
.block.rotonde .action .ctab:before {
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -8px;
    background: url('../images/bg-step.png') no-repeat;
    width: 11px;
    height: 16px;
    content: " ";
}

/* screen readers text */
.hidden {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    font: 0/0 a !important;
    text-shadow: none !important;
    color: transparent !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
}
.pull-right {
    float: right !important;
}

.skip {
    position: absolute;
    top: 50px;
    left: -9999px;
    display: block;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.skip:active,  .skip:focus {
    left: 20px;
    background-color: #fff;
}
body.with-cookiebar .skip {
    top: 99px;
}

/* feedback bar */
.feedbackbar {
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0px 6px 2px rgba(0,0,0,0.2);
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    display: none;
}
.feedbackbar .row {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.feedbackbar .ctab {
    margin: 5px 0 5px 5px;
}


/* Beeldenbank */
ul.gallery {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.gallery li {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 10px 10px 0;
}
ul.gallery li img {
    width: 55px !important;
    height: 55px !important;
}
ul.gallery + .ctab {
    margin-top: 0;
}
.overlay#beeldbank .visual {
    position: relative;
    margin: 0 0 10px;
}
.overlay#beeldbank .prev,
.overlay#beeldbank .next {
    height: 100%;
    width: 52px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.overlay#beeldbank .next {
    right: 0;
    left: auto;
}
.overlay#beeldbank .prev:hover {
    background: url('../images/btn-gallery-prev.png') left center no-repeat;
}
.overlay#beeldbank .next:hover {
    background: url('../images/btn-gallery-next.png') right center no-repeat;
}
#sitesearch .error input[type="text"] {
    border-color: #CC0033;
}


.bereikbaarheid_border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#bereikbaarheid_block {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 10px 0;
}
.bereikbaarheid li {
    position: relative;
    list-style: none;
    display: none;
    text-indent: 0;
    color: #006ACA;
}
.bereikbaarheid li span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;

    border: 3px solid black;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
li.bereikbaarheid_rood span {
    background-color: #f6ccd6;
    border-color: #ce002e;
}
li.bereikbaarheid_oranje span {
    background-color: #fff4bc;
    border-color: #ffe879;
}
li.bereikbaarheid_groen span {
    background-color: #e2ea96;
    border-color: #c6d62e;
}
li.bereikbaarheid_grijs span {
    background-color: #fff;
    border-color: #d8d8d8;
}
.bereikbaarheid.bereikbaarheid_rood li.bereikbaarheid_rood,
.bereikbaarheid.bereikbaarheid_oranje li.bereikbaarheid_oranje,
.bereikbaarheid.bereikbaarheid_groen li.bereikbaarheid_groen,
.bereikbaarheid.bereikbaarheid_grijs li.bereikbaarheid_grijs{
    display: block;
}
.bereikbaarheid.bereikbaarheid_rood li.bereikbaarheid_rood {
    font-weight: bold;
    color: #000;
}
.bereikbaarheid.bereikbaarheid_rood strong {
    font-weight: normal;
}

/*
.deployImages {
    background: url('../images/icon-euro.png');
    background: url('../images/icon-calender.png');
    background: url('../images/icon-lock.png');
    background: url('../images/icon-clock.png');
    background: url('../images/download-in-de-appstore.gif');
    background: url('../images/download-in-google-play.png');
}
*/

