html, body {
    width: 100%;
    overflow-x: hidden;
}

.xs-hide {
    display: none !important;
}

.xs-show {
    display: block !important;
}

.block input.ctab {
    display: block;
    width: 100%;
}

/* Grids */
.container {
    width: 100%;
    margin: 0 auto;
}

.row {
    margin: 0 auto;
    width: 100%;
}

.row.thirds {
    width: 100%;
}

#mainContainer .row > .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 20px;
}
.block .col {
    margin-bottom: 0;
}

.row .col:first-child {
    margin-left: 0;
}

.row .col:last-child {
    margin-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: 0;
    padding-left: 0;
}

.block {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
}
h2 {
    font-size: 26px;
    font-size: 2.6rem;
}

.block.highlight {
    border-radius: 0;
}
.highlight > .visual:first-child {
    border-radius: 0;
}
.block.highlight hr {
    margin-left: -15px;
    margin-right: -15px;
}

.media .img {
    max-width: 25%;
    height: auto;
}
.personinfo .media.img-right .img {
    float: none;
    margin-left: 0;
    max-width: 100%;
}

.block.border {
    margin-left: 15px;
    margin-right: 15px;
}

.highlight h3, .border h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 11px 15px 11px;
}

.block.smallTabs .tabs {
    margin-left: -15px;
    margin-right: -15px;
}

#mainContainer .container {
    padding: 0;
}

/* Header */
#headerContainer {
    margin-bottom: 20px;
}

.homepage #headerContainer {
    margin-bottom: 0;
}

ul.tabs {
    margin: 0 5px;
}
/* top nav*/
#portalBar li a {
    padding: 7px 10px 11px;
    font-size: 0.9rem;
}

#portalBar li.active a {
    box-shadow: none;
}

#portalBar li.active a:before, #portalBar li.active a:after {
    display: none;
}

/* inloggen */
.opt .inloggen {
    background: url('../images/arrow-right-white-x2.png') 95% center no-repeat, -webkit-linear-gradient(top, #C5D937, #9EB000);
    background: url('../images/arrow-right-white-x2.png') 95% center no-repeat, -moz-linear-gradient(top, #C5D937, #9EB000);
    background: url('../images/arrow-right-white-x2.png') left 95% top 50% no-repeat, linear-gradient(to bottom, #C5D937, #9EB000);
    background-size: 9px 13px, auto auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 -10px;
    padding: 13px 20px 0 70px;
    border-radius: 0;
    width: auto;
    height: 60px;
    min-height: 0;
}

.opt .inloggen h2 {
    background: none;
    font-size: 2.7rem;
}
.opt .inloggen h2 span {
    font-size: 1.3rem;
}

@media only screen and (max-width : 319px) {
    .opt .inloggen {
        padding-top: 5px;
    }
    .opt .inloggen h2 span {
        position: absolute;
        top: 26px;
        left: 72px;
    }
}

.opt .inloggen .linklist {
    display: none;
}

.opt .inloggen .ctab.digid,
.opt .inloggen .ctab.secondary,
.opt .inloggen .ctab {
    background: none;
    text-indent: -9999px;
    /* position over title */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
}

.opt .inloggen .ctab.digid {
    background: url('../images/icon-ctab-digid-x2.png') 15px center no-repeat;
    background-size: 40px 40px;
    text-indent: -9999px;
    /* position over title */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
}

.opt .inloggen .ctab.digid:hover {
    background: url('../images/icon-ctab-digid-x2.png') 15px center no-repeat;
    background-size: 40px 40px;
}

.opt .ctab.digid:after {
    display: none;
}

/* ctae element gets transformed to a button on mobile */
.ctae.bellen {
    color: #262626;
    background: #e7e7e7 url('../images/bg-ctae-bellen.png') 15px 7px no-repeat;
    background: url('../images/bg-ctae-bellen.png') 15px 7px no-repeat, -webkit-linear-gradient(top, #ffffff, #aaaaaa);
    background: url('../images/bg-ctae-bellen.png') 15px 7px no-repeat, -moz-linear-gradient(top, #ffffff, #aaaaaa);
    background: url('../images/bg-ctae-bellen.png') 15px 7px no-repeat, linear-gradient(to bottom, #ffffff, #aaaaaa);    
    border-radius: 5px;
    padding-left: 38px;
}

#headerContainer .meta {
    top: 38px;
    right: auto;
    left: 85px;
    height: auto;
    font-size: 1.2rem;
}

.opt #openMenu {
    display: block;
    background: url('../images/bg-menu-x2.png') right center no-repeat;
    background-size: 30px 30px;
    position: absolute;
    top: 34px;
    right: 20px;
    height: 30px;
    padding: 4px 40px 0 0;
    color: #006ACA;
    text-decoration: none;
}

.opt #closeMenu {
    display: block;
    background: url('../images/icon-close-x2.png') 0 0 no-repeat;
    background-size: 25px 25px;
    position: absolute;
    top: -40px;
    right: 20px;
    height: 25px;
    width: 25px;
    text-decoration: none;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

/* logo */
.opt #logoBar {
    min-height: 75px;
}

.opt #logo {
    position: static;
    margin: 20px 0 0 5px;
    height: 55px;
    width: 65px;
    overflow: hidden;
}

.opt #logo img {
    width: 200px;
    height: auto;
}

/* search */
.opt fieldset#sitesearch {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    width: auto;
    margin: 0 5px 20px;
}

fieldset#sitesearch input[type="text"],
fieldset#sitesearch input.text,
.block.search input.form-control {
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 10px 9px 9px;
    height: 35px;
}

.block.search input.form-control {
    background: #fff;
}

fieldset#sitesearch .ctab,
.block.search input.ctab {
    border-left: 1px solid #DBDBDB;
    background: url('../images/icon-search-x2.png') right center no-repeat;
    background-size: 15px 15px;
    width: 25px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 7px;
    border-radius: 0;
    padding: 0;
}

/* main nav */
.opt #siteNavContainer {
    display: none;
    z-index: 100;
    background: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    padding: 55px 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.opt #siteNavContainer.open {
    display: block;
}

    .opt #siteNavContainer.open.in {
        box-shadow: -15px 0 30px 0px rgba(0, 0, 0, 0.4);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

.homepage .opt #siteNavContainer {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    padding: 20px 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.homepage .opt #openMenu {
    display: none;
}

.homepage .opt #closeMenu {
    display: none;
}

.homepage #headerContainer .meta {
    left: auto;
    right: 10px;
}

.opt #siteNavContainer .tabs li {
    float: none;
}

.opt #siteNavContainer .tabs li a {
    background: #006ACA url('../images/arrow-right-white-x2.png') 95% center no-repeat;
    background: url('../images/arrow-right-white-x2.png') 95% center no-repeat, -webkit-linear-gradient(top, #0098FE, #006CB4);
    background: url('../images/arrow-right-white-x2.png') 95% center no-repeat, -moz-linear-gradient(top, #0098FE, #006CB4);
    background: url('../images/arrow-right-white-x2.png') 95% center no-repeat, linear-gradient(to bottom, #0098FE, #006CB4);
    background-size: 9px 13px, auto auto;
    min-height: 60px;
    padding-left: 15px;
}

.opt #siteNavContainer .tabs li:first-child a {
    padding-left: 15px;
}

.opt #siteNavContainer .tabs li:first-child a:hover,
.opt #siteNavContainer .tabs li.active:first-child a {
    padding-left: 15px;
}

.opt #siteNavContainer .tabs li a:hover, .opt #siteNavContainer .tabs li.active a {
    margin-left: 0;
    padding-left: 15px;
}

.opt #siteNavContainer .tabs li a span {
    border-right: 0;
}

.opt #siteSubNavContainer span {
    display: none;
}

.homepage .opt #siteSubNavContainer span {
    display: block;
    float: none;
    background: #D6EFFF url('../images/icon-plus-x2.png') 15px 19px no-repeat;
    background-size: 14px 14px;
    padding: 17px 15px 17px 40px;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 1.9rem;
    line-height: 2rem;
    color: #006ACA;
    font-weight: normal;
    cursor: pointer;
}
.homepage .opt #siteSubNavContainer span.open {
    background: #D6EFFF url('../images/icon-min-x2.png') 15px 25px no-repeat;
    background-size: 14px 3px;
    border-bottom: 2px solid #B4E0FF;
}
.homepage .opt #siteSubNavContainer span:focus {
    outline: 1px dotted #666;
}

/* subnav */
.opt #siteSubNavContainer .siteSubNav {
    padding: 0;
}

.opt #siteSubNavContainer .nav {
    padding: 0;
    display: block;
    width: auto;
    max-width: initial;
    margin-right: 0;
}

.homepage .opt #siteSubNavContainer .nav {
    display: none;
}

.opt #siteSubNavContainer .nav li {
    float: none;
    margin: 0;
    padding: 0;
    border-right: 0;
}

.opt #siteSubNavContainer a {
    display: block;
    background: #D6EFFF url('../images/arrow-right-blue-x2.png') center right 20px no-repeat;
    background-size: 9px 13px;
    font-family: 'UwvSansLight', Verdana, sans-serif;
    font-size: 1.9rem;
    color: #016BCB;
    min-height: 45px;
    border-bottom: 2px solid #B4E0FF;
    padding: 16px 15px 17px;
    font-weight: normal;
}

/* Toggle system */
.xs-closed * {
    display: none !important;
}

.xs-closed > h3:first-child,
.xs-closed > h2:first-child {
    display: block !important;
    margin-bottom: 0;
}
.block.xs-toggle.xs-closed {
    padding-bottom: 0;
}
.xs-toggle > h2:first-child,
.block.xs-toggle > h2:first-child {
    background: #D6EFFF url('../images/icon-min-x2.png') 15px 25px no-repeat;
    background-size: 14px 3px;
    padding: 17px 15px 17px 40px;
    font-size: 1.9rem;
    line-height: 2rem;
    cursor: pointer;
    margin-left: -15px;
    margin-right: -15px;
}
.xs-toggle.xs-closed > h2:first-child,
.block.xs-toggle.xs-closed > h2:first-child {
    background: #D6EFFF url('../images/icon-plus-x2.png') 15px 19px no-repeat;
    background-size: 14px 14px;
}
.block.xs-toggle > h3:first-child {
    background: #D6EFFF url('../images/icon-min.png') 15px 18px no-repeat;
    cursor: pointer;
    padding-left: 35px;
    margin-left: -15px;
    margin-right: -15px;
}
.block.xs-toggle.xs-closed > h3:first-child {
    background: #D6EFFF url('../images/icon-plus.png') 15px 14px no-repeat;
}
.block.xs-toggle .linklist li {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.linklist li a.date .meta {
    left: 15px;
}
.linklist li a.date {
    padding-left: 90px;
}
.highlight .linklist,
.contactDetails .highlight,
.betaaldatum.border .linklist {
    margin-left: -15px;
    margin-right: -15px;
}

.articlelist {
    margin: 20px -15px;
}
.articlelist li {
    padding: 10px 15px;
}

.articlelist.summarylist {
    margin-left: -15px;
    margin-right: -15px;
}
.articlelist.summarylist li {
    padding-left: 15px;
    padding-right: 15px;
}
.articlelist.summarylist h3 {
    margin-left: 0;
    margin-right: 0;    
}

.articlelist.perslist li {
    margin: 0 0 10px;
    padding: 10px 15px;
}
.articlelist.perslist .metabar {
    left: 15px;
}

.articlelist.eventlist li {
    margin: 0 0 10px;
    padding: 10px 15px;
    min-height: 0;
}
.articlelist.eventlist .img {
    margin-left: 0;
    margin-right: 15px;
}
.articlelist.eventlist .subscribe {
    position: static;
    margin: 5px 0 15px;
}
.articlelist.eventlist .subscribe.full {
    display: block;
    max-width: 100%;
    text-align: left;
}
.block.content .articlelist.eventlist .visual {
    max-width: 100% !important;
    float: none;
    margin-left: 0 !important;
}
.block.content .articlelist.eventlist .visual img {
    max-width: 100% !important;
}
.articlelist.eventlist .meta,
.eventhighlights .meta {
    width: 100%;
    padding: 3px 0;
}
.meta a.adres {
    margin-left: 0;
}

.block.search {
    background: none;
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.block.search.neutral {
    padding: 15px;
}
.block.search.stappenplan {
    background: #d6efff;
    padding-bottom: 20px; 
}
.block.search fieldset {
    position: relative;
}
.block.search.stappenplan input.small {
    width: 100px;
}
.block.search h3:first-child {
    display: none;
}
.block.search.stappenplan h3:first-child {
    display: block;
}

/* compare block */
.block.compare {
    background-position: 27px top;
}
.block.compare .left-column,
.block.compare .right-column {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
}
.block.compare .icon {
    left: -7px;
}

/* newsfilter */
.block.newsfilter {
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.block.newsfilter h3 {
    font-size: 1.4rem;
}

.block.newsfilter fieldset > .datepicker:nth-child(even) {
    margin-right: 0;
}

.block.newsfilter .form .row.hor.no-label {
    padding-top: 0;
    float: none;
    clear: left;
}

/* filter */
.block.filter {
    background: none;
    padding: 0 15px;
    margin-bottom: 0;
}

.block.filter + .block.filter.filter-applied {
    margin-top: 10px;
}

.block.filter.filter-applied {
    margin-bottom: 10px;
}

.block.filter:last-child,
.block.filter.filter-applied:last-child {
    margin-bottom: 20px;
}

.block.filter h3,
.block.filter h3:first-child {
    background: #C1E1F6 url('../images/icon-min-x2.png') 15px 19px no-repeat;
    background-size: 14px 3px;
    padding: 12px 15px 12px 40px;
    font-size: 1.4rem;
    border-bottom: 2px solid #A9CFE8;
}

.block.filter.xs-closed h3,
.block.filter.xs-closed h3:first-child {
    background: #C1E1F6 url('../images/icon-plus-x2.png') 15px 13px no-repeat;
    background-size: 14px 14px;
}

.block.filter.filter-applied h3 {
    background: none;
    padding: 5px 0;
    border: 0;
}

.block.filter ul {
    margin: 0 -15px;
}
.block.filter ul li {
    margin: 0;
}
.block.filter.filter-applied li.inactive {
    display: none;
}

.block.filter ul a {
    background: #C1E1F6;
    border-bottom: 2px solid #A9CFE8;
    display: block;
    text-decoration: none;
    padding: 9px 15px 9px 40px;
    font-size: 1.4rem;
}
.block.filter.filter-applied ul a {
    padding-left: 15px;
}
.block.filter ul .inactive a {
    color: #666;
}
.block.filter ul .active a {
    background: #C1E1F6 url('../images/icon-remove-x2.png') center right 15px no-repeat;
    background-size: 15px 15px;
}
.block.filter ul a .nr {
    color: #666;
}
.block.filter .readmore {
    display: none;
}

.eventFilters {
    margin: -5px -15px 0;
}
.eventFilters .block.filter {
    float: none !important;
}
.eventFilters .block.filter.filter-applied {
    margin-top: 10px;
}

/* Paging */
.paging li.next {
    display: block;
}

.paging .next a,
.paging .prev a {
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
}

.paging .next a {
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, -webkit-linear-gradient(top, #006aca, #008aca);
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, -moz-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, linear-gradient(to bottom, #006aca, #0058a8);
    background-size: 9px 13px, auto auto;
}

.paging .next a:hover {
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, -webkit-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, -moz-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/arrow-right-white-x2.png') center center no-repeat, linear-gradient(to top, #006aca, #0058a8);
    background-size: 9px 13px, auto auto;
}

.paging .prev a {
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, -webkit-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, -moz-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, linear-gradient(to bottom, #006aca, #0058a8);
    background-size: 9px 13px, auto auto;
}

.paging .prev a:hover {
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, -webkit-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, -moz-linear-gradient(bottom, #006aca, #0058a8);
    background: url('../images/arrow-left-white-x2.png') center center no-repeat, linear-gradient(to top, #006aca, #0058a8);
    background-size: 9px 13px, auto auto;
}

.results-info .current-results {
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-top: 20px;
}

/* Form elements */
.form .form-control, /* prevent zooming in ios */
.form textarea {
    font-size: 16px;
    font-size: 1.6rem;
}
.mobile .form .row.datepicker .form-control {
    margin-right: 0;
}
.form .actions {
    text-align: right;
}
.form .cancel {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

/* Footer (only klantensercive block visible) */
#footerContainer {
    background: #EFEFEF;
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#footerContainer #footer {
    padding: 5px 0 0;
}

#footerContainer .linklist li a {
    display: block;
}

#footerContainer .meta {
    padding-right: 10px;
    position: static;
    height: auto;
}

.meta .nav li {
    padding: 0 6px;
    font-size: 1.0rem;
}

#footer > .block, .block.half,
#footer .block.search {
    width: 100%;
    float: none;
    padding: 0;
}

#footer .block.half {
    padding-left: 15px;
    padding-right: 15px;
}

#footerContainer .block.half:first-child {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;

}

#footerContainer .block.half:last-child {
    width: 100%;
}

#footer > .block:first-child {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

#footer > .block:last-child {
    width: 100%;
    margin-bottom: 0;
}

#footer .block.search {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
}

#footer fieldset#footerSearch {
    background: #E4E4E4;
    padding: 10px 15px;
    margin: 0;
}

fieldset#footerSearch h2,
fieldset#footerSearch h4,
fieldset#footerSearch small {
    display: none;
}

fieldset#footerSearch input[type="text"] {
    width: 100%;
    padding: 9px 15px;
    height: 35px;
}

fieldset#footerSearch input[type="button"] {
    position: absolute;
    top: 7px;
    text-indent: -9999px;
    padding: 9px 7px 9px 7px;
    background: url('../images/icon-search-x2.png') no-repeat center center;
    background-size: auto 16px;
}

fieldset#footerSearch input[type="button"]:hover {
    background-image: url('../images/icon-search-x2.png');
}

#footerContainer .meta {
    background: #efefef;
    text-align: left;
}

#legal li {
    display: block;
    width: 100%;
    border: 0;
}

#footerContainer .meta .nav li:first-child {
    display: list-item;
    border-right: 0;
    padding: 0 15px 10px 15px;
}

#footerContainer .meta .nav li {
    padding: 0 15px 10px 15px;
    border-right: none;
}

/* Fases klantenproces */
.block.fase {
    margin-bottom: -20px;
}

.block.fase.last-fase {
    margin-bottom: 0;
}

.block.fase h2 {
    margin-bottom: 0;
}

.block.fase .ctab {
    border-radius: 0;
    min-height: 50px;
    padding: 15px 40px 15px 15px;
}

.block.fase .options {
    display: none;
}

.expandable .linklist li {
    padding-left: 15px;
}

.visual {
    float: none;
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0;
}
.visual.right {
    margin-left: 15px !important;
}
.visual img {
    margin: 0 auto;
}
.block.content .visual.right,
.block.content .visual.left {
    max-width: 55%;
}
.block.content .visual.right {
    margin-left: 15px !important;
}
.block.content .visual.left {
    margin-left: 15px !important;
}
.block .video {
    margin-left: -15px;
    margin-right: -15px;
}
.video.right, .video.left {
    float: none;
    width: auto;
    margin: 10px -15px 10px -15px;
}
.video .player {
    margin: 0 auto 10px;
    text-align: center;
}
.video .player .img-responsive {
    display: inline-block;
}

.socialShare + .toOverview { /* styles with + still apply, even if elem is hidden */
    position: static;
    top: auto;
    margin-top: 5px;
    margin-bottom: 25px;
}

.persoonlijk .quote {
    margin-right: -15px;
    border-radius: 5px 0 0 5px;
}
.persoonlijk .visual img {
    width: 100%;
    height: auto;
}

.carousel .nav li {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.carousel .nav li.pause {
    background-size: 15px 30px !important;
}
.carousel.neutral .items {
    height: 190px;
    height: 19rem;
}
.carousel.neutral .items li {
    height: 190px;
    height: 19rem;
    padding-left: 28%;
}
.carousel.neutral .visual {
    width: 25%;
}
.carousel.neutral .visual img {
    width: 100%;
    height: 100%;
}
.betaaldatum .linklist,
.betaaldatum.border .linklist {
    margin-left: -15px;
    margin-right: -15px;
}
.betaaldatum .linklist li {
    padding-left: 15px;
    padding-right: 15px;
}
#orientatie h3 {
    background: -webkit-linear-gradient(top, #E7F0F5, #BAD5ED);
    background: -moz-linear-gradient(top, #E7F0F5, #BAD5ED);
    background: linear-gradient(to bottom, #E7F0F5, #BAD5ED);
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 1.7rem;
    left: auto;
    line-height: 1.9rem;
    margin: 0 15px 10px;
    padding: 10px 20px 16px;
    position: relative;
    top: auto;
    width: auto;
    max-width: none;
    text-align: center;
}

#orientatie li.active h3 {
    background: -webkit-linear-gradient(top, #C9DD38, #96AA05);
    background: -moz-linear-gradient(top, #C9DD38, #96AA05);
    background: linear-gradient(to bottom, #C9DD38, #96AA05);
    color: #FFFFFF;
    margin-bottom: 20px;
}

#orientatie li.active h3:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #97AB06;
    bottom: -15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 0;
}

#orientatie > li, #orientatie:hover > li:hover {
    background: none;
    margin-bottom: 0;
    position: relative;
}

#orientatie:hover > li {
    background: none;
}

#orientatie:hover > li.active h3 {
    color: #FFFFFF;
}

#orientatie:hover > li h3 {
    color: #000000;
}

#orientatie:hover > li ul .ctab {
    background: -webkit-linear-gradient(top, #0098FE, #006CB4);
    background: -moz-linear-gradient(top, #0098FE, #006CB4);
    background: linear-gradient(to bottom, #0098FE, #006CB4);
}

#orientatie:hover > li:hover h3 {
    color: #000000;
}

#orientatie:hover > li.active:hover h3 {
    color: #FFFFFF;
}

#orientatie:hover > li:hover .ctab {
    background: -webkit-linear-gradient(top, #0098FE, #006CB4);
    background: -moz-linear-gradient(top, #0098FE, #006CB4);
    background: linear-gradient(to bottom, #0098FE, #006CB4);
}

#orientatie > li ul {
    background: none;
    display: none;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#orientatie > li.active ul {
    display: block;
}

#orientatie > li ul:before {
    background: none;
    content: "";
    height: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

#orientatie > li ul li {
    margin: 0 0 10px;
}

#orientatie > li ul li:last-child {
    margin-bottom: 10px;
}

#orientatie .ctab {
    background: -webkit-linear-gradient(top, #0098FE, #006CB4);
    background: -moz-linear-gradient(top, #0098FE, #006CB4);
    background: linear-gradient(to bottom, #0098FE, #006CB4);
    border: 0 none;
    display: block;
    margin: 0 15px;
    padding: 6px 20px 9px;
    width: auto;
}

/* content tabs page */
.content .linklist.tabs {
    margin-left: -15px;
    margin-right: -15px;
}
.content .linklist.tabs li {
    float: none;
    max-width: none;
    min-height: 0;
    width: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.content .linklist.tabs a.ctab {
    display: block;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 15px;
    font-size: 1.4rem;
}
.content .linklist.tabs .active a.ctab {
    /* background: none; */
    border: none;
    cursor: default;
}

.content .tab {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.content ul.tabs ~ .tab {
    margin-top: 0;
}
.content .level1>.pane,
.content .level2>.pane {
    margin-left: -30px;
}

.notice .block .close {
    top: 10px;
}

a.back {
    background: url('../images/arrow-left-blue-x2.png') left 4px no-repeat;
    background-size: 9px 13px;
    display: inline-block;
    margin: 10px 0 15px 15px;
    font-family: 'UwvSansLight', Arial, sans-serif;
    font-size: 1.9rem;
    text-decoration: none;
    padding-left: 15px;
    color: #006ACA;
}

div.overlay {
    width: 100%;
    box-shadow: none;
}
div.overlay .close {
    background: url('../images/icon-close-x2.png') 0 0 no-repeat;
    background-size: 13px 13px;
    text-indent: -9999px;
    height: 13px;
    width: 13px;
    padding-left: 0;
    top: 27px;
}
div.overlay .block > h2:first-child,
div.overlay .block > h3:first-child {
    padding-right: 35px;
}

.adressen {
    margin-left: -15px;
    margin-right: -15px;
}
.adressen>ul.linklist {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
}
.adressen>ul.linklist:last-of-type {
    margin-bottom: 15px;
}
.adressen>ul.linklist>li {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.adressen .linklist .open {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.adressen .linklist .stad {
    background: none;
    padding-left: 15px;
    display: block;
}
.adressen .adres {
    padding-left: 15px;
    padding-right: 15px;
}

.table.stappenplan:not(.detail) {
    border: 1px solid #D6EFFF;
    border-collapse: separate;
}
.table.stappenplan:not(.detail) thead tr {
    display: none;
}
.table.stappenplan:not(.detail) tr:nth-child(odd) {
    background: #eee;
}
.table.stappenplan:not(.detail) tbody td {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table.stappenplan:not(.detail) td.datum {
    position: relative;
    border-radius: 0;
}
.table.stappenplan:not(.detail) td.datum:after {
    content: "";
    position: absolute;
    background: url('../images/bg-table-label.png') no-repeat;
    background-size: 25px 100%;
    width: 25px;
    height: 100%;
    right: -25px;
    top: 0;
}
.table.stappenplan:not(.detail) td.datum.active {
    border-radius: 0 5px 5px 0;
}
.table.stappenplan:not(.detail) td.datum.active:after {
    display: none;
}
.table.stappenplan:not(.detail) td.datum +td {
    background: none;
    padding-left: 14px;
}
.table.stappenplan.detail .datum:after {
    display: none;
}
.table.stappenplan.detail .datum {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}
.table.stappenplan.detail th {
    padding-bottom: 10px;
}
.table.stappenplan.detail th span.title {
    margin-left: 15px;
}

.content .tab .level2 .feedback {
    margin-left: -18px;
}
.feedback .firstQ {
    position: static;
    margin-top: 10px;
}
.feedback .uitleg .help {
    margin-bottom: 10px;
}

table.split thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
table.split,
table.split thead,
table.split tbody,
table.split th,
table.split td,
table.split tr {
    display: block;
}
table.split tbody tr {
    border-bottom: 10px solid #fff;
}
table.split tbody tr:last-child {
    border-bottom: none;
}
table.split tbody td {
    display: block;
    position: relative;
    padding: 10px 14px 10px 50%;
    font-size: 12px;
    font-size: 1.2rem;
}
table.split tbody td:before {
    background: #D6EFFF;
    position: absolute;
    left: 0;
    top: 0;
    content: attr(data-content);
    padding: 10px 14px;
    width: 45%;
    white-space: nowrap;
    color: #006ACA;
}
table.split tr:nth-child(even) td {
    background: none;
}

table.inline tr {
    margin: 2px 0;
}
table.inline th,
table.inline td {
    display: inline;
}

/* rotonde pagina */
.block.rotonde ul {
    margin: 0 -15px;
}
.block.rotonde h2.first {
    width: 100%;
}
.block.rotonde h2.second {
    display: none;
}

.block.rotonde li {
    background: none;
}
.block.rotonde .option {
    position: static;
    width: 100%;
    background: #eee;
    padding: 15px;
    min-height: 50px;
    margin-bottom: 30px;
}
.block.rotonde .action {
    width: 100%;
    padding: 10px 15px;
    min-height: 0;
    margin-left: 0;
}

.block.rotonde .action .ctab {
    text-align: center;
}
.block.rotonde .action .ctab:before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
    background: url('../images/bg-step-x2.png') no-repeat;
    background-size: 17px 11px;
    width: 17px;
    height: 11px;
    content: " ";
}
.block.rotonde .action.extra .button .ctab:before {
    display: none;
}
.block.rotonde .action.extra {
    width: 100%;
    padding: 0 15px;
}
.block.rotonde .time {
    position: relative;
    padding: 0 20px 0 0;
}
.block.rotonde .time:before {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -8px;
    background: url('../images/bg-step-right-x2.png') no-repeat;
    background-size: 11px 17px;
    width: 11px;
    height: 17px;
    content: " ";
}
.block.rotonde .button {
    padding: 0 0 0 20px;
}

.block.rotonde .action.extra:before {
    position: absolute;
    top: -18px;
    left: 25%;
    margin-left: -8px;
    background: url('../images/bg-step-x2.png') no-repeat;
    background-size: 17px 11px;
    width: 17px;
    height: 11px;
    content: " ";
}
.zakelijkSections {
    margin-bottom: 20px;
}
.zakelijkSections > .block {
    float: none;
    width: auto;
    margin-right: 0;
}
.zakelijkSections > .block.border {
    margin-left: 15px;
    margin-right: 15px;
}
.block.dossier {
    border-radius: 0;
    min-height: 200px;
}
.block.dossier .visual {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.contactDetails .col-1-3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.col .contactDetails .col-1-3 {
    padding-bottom: 0;
}
.contactDetails {
    border-bottom: 0;
    padding-bottom: 20px;
}
.contactDetails.xs-toggle {
    padding-bottom: 0;
}

.scrollable:after {
    content: "";
    position: absolute;
    top: 190px;
    right: 0;
    background: #0058a8;
    background: url('../images/icon-swipe.png') no-repeat center center, -webkit-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/icon-swipe.png') no-repeat center center, -moz-linear-gradient(top, #006aca, #0058a8);
    background: url('../images/icon-swipe.png') no-repeat center center, linear-gradient(to bottom, #006aca, #0058a8);
    border-radius: 6px 0 0 6px;
    background-size: 64px 46px, auto auto;
    width: 74px;
    height: 74px;
}
.scrollable.drag:after {
    display: none;
}

.block.neutral.kcofilter {
    padding-left: 15px;
    padding-right: 15px;
}
.kcofilter > .search,
.kcofilter > .type,
.kcofilter > .thema {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CDCDCD;
}
.kcofilter > .type,
.kcofilter > .thema {
    padding-bottom: 15px;
    border-left: none;
}
.kcofilter > .thema {
    border-bottom: none;
    padding-bottom: 0;
}
.kcofilter .form .row.datepicker .form-control {
    width: 120px;
    height: 35px;
}

.switchTabs {
    margin-left: 0;
    margin-right: 0;    
}
.switchContent {
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
}
/* there are two version of switchContent, one still with normal tabs on mobile (ons over homepage) en one with toggle */
.switchContent.xs-toggle { 
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.socialMedia ul {
    padding-top: 30px;
}
.socialMedia ul li {
    margin-right: 25px;
}
.socialMedia ul a {
    padding-left: 0;
}
.socialMedia ul a:before {
    top: -30px;
    left: 50%;
    margin-left: -15px;
}

.chapter.personinfo .trigger,
.content .tab .chapter.personinfo .trigger {
    background-position: 10px 18px !important;
}
.chapter.personinfo .trigger.open,
.content .tab .chapter.personinfo .trigger.open {
    background-position: 10px 23px !important;
}
.chapter.personinfo .trigger,
.content .chapter.personinfo .trigger {
    padding-left: 35px !important;
}
.chapter.personinfo .visual,
.block.content .chapter.personinfo .visual {
    float: none;
    margin: 0 0 10px !important;
    max-width: 100%;
}
.chapter.personinfo .contactOptions .ctab {
    display: block;
}

.skip:active,  .skip:focus {
    left: auto;
    right: 15px;
    top: 45px;
}

.row.notice.cookiebar .block {
    padding-top: 8px;
    padding-bottom: 8px;
}
.row.notice.cookiebar .block p {
    line-height: 140%;
}

.block.duties {
    margin-left: 15px;
}
.chapter .block.duties {
    margin-left: 0;
}

/* beeldbank */
ul.gallery li {
    width: 140px;
    height: 140px;
    margin-right: 5px;
    margin-bottom: 5px;
}
ul.gallery li img {
    width: 140px !important;
    height: 140px !important;
}
