﻿::selection {
    color: #fff;
    background-color: #4d6d83;
}

::-moz-selection {
    color: #fff;
    background-color: #4d6d83;
}

html, body {
    font-family: "Open sans",sans-serif,Arial,Helvetica;
    font-size: 13px;
    line-height: 19px;
    color: #353E43;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

a {
    color: #353E43;
    outline: 0;
    text-decoration: underline;
}

    a.textlink {
        text-decoration: none !important;
    }

    a:link, a:visited, a:focus {
        color: #353E43;
        outline: 0;
        text-decoration: underline;
    }

    a:hover {
        color: #353E43;
        outline: 0;
        text-decoration: none;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 0;
    font-weight: normal;
}

h1, .h1 {
    font-family: "Open sans",sans-serif,Arial,Helvetica;
    font-size: 50px;
    line-height: 62px;
    display: inline-block;
    margin-bottom: 60px;
    padding: 10px 60px 15px;
    border-top: 3px solid #e9de8e;
    border-bottom: 3px solid #e9de8e;
}

h2, .h2 {
    font-family: "Bree Serif",serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

h3, .h3 {
    font-family: "Bree Serif",serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

h2 i {
    text-indent: -999999px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

    h2 i.icon-admin {
        width: 25px;
        height: 21px;
        background-size: 25px 21px;
        background-image: url("../img/icon-admin.png");
    }

    h2 i.icon-planning {
        width: 23px;
        height: 23px;
        background-size: 23px 23px;
        background-image: url("../img/icon-planning.png");
    }

    h2 i.icon-report {
        width: 22px;
        height: 23px;
        background-size: 22px 23px;
        background-image: url("../img/icon-report.png");
    }

.browsehappy {
    text-align: center;
    margin: 0;
    padding: 20px;
}

#wp-admin-bar-comments, #wp-admin-bar-new-link {
    display: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
    font-family: "Open sans",sans-serif,Arial,Helvetica;
    font-size: 12px;
    line-height: 18px;
    color: #353E43;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #353E43;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    width: 100%;
}

textarea {
    height: 90px;
    padding: 10px 10px;
}

input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding: 5px 15px;
    border: 1px solid #353E43;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: silver;
    cursor: pointer;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    input[type="submit"]:hover {
        background-color: #e9de8e;
    }

input[type="radio"], input[type=checkbox], .radio input[type="radio"], .checkbox input[type="checkbox"] {
    position:absolute;
    margin: 3px 0 0;
    line-height: normal;
}

.radiobutton label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: default;
}

.wysiwyg-content p {
    margin: 0 0 20px;
}

    .wysiwyg-content p:last-child {
        margin: 0;
    }

.wysiwyg-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.wysiwyg-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.wysiwyg-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wysiwyg-content ul, .wysiwyg-content ol {
    margin: 0 0 25px 0;
}

.wysiwyg-content ul {
    margin-left: 10px;
}

    .wysiwyg-content ul li {
        padding: 0 0 0 10px;
        list-style-type: disc;
    }

.wysiwyg-content ol li {
    margin: 0 0 0 18px;
    padding: 0 0 0 6px;
    list-style-type: decimal;
}

.wysiwyg-content img {
    max-width: 100%;
    height: auto;
}

div.table {
    display: table;
    height: 100%;
}

    div.table .table-cell {
        display: table-cell;
    }

        div.table .table-cell.align-top {
            vertical-align: top;
        }

        div.table .table-cell.align-middle {
            vertical-align: middle;
        }

        div.table .table-cell.align-bottom {
            vertical-align: bottom;
        }

.marked {
    display: inline-block;
    padding: 8px;
    background-color: #e9de8e;
}

.button, a.button {
    font-family: "Bree Serif",serif;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 6px 15px 9px;
    border: 3px solid #fff;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .button:hover, a.button:hover {
        color: #fff;
        background-color: #4d6d83;
    }

.read-more, a.read-more {
    font-size: 11px;
    line-height: 17px;
    color: #4d6d83;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    text-transform: lowercase;
    display: block;
    margin-top: 10px;
    float: right;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

    .read-more:before, a.read-more:before {
        content: '\203A\203A';
        padding-right: 3px;
    }

    .read-more:hover, a.read-more:hover {
        color: #000;
    }

.row-title {
    text-align: center;
}

.row.small-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.small-gutter > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.header {
    padding-top: 50px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

    .header .inner {
        background-color: #e9de8e;
    }

        .header .inner .container {
            position: relative;
        }

            .header .inner .container .logo {
                display: block;
                width: 120px;
                position: absolute;
                left: 15px;
                top: -35px;
                z-index: 5000;
            }

                .header .inner .container .logo img {
                    width: 100%;
                    height: auto;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

            .header .inner .container .nav-wrapper {
                padding-left: 125px;
                padding-right: 0;
            }

                .header .inner .container .nav-wrapper #topnav {
                    position: absolute;
                    top: -40px;
                    right: 200px;
                }

                    .header .inner .container .nav-wrapper #topnav ul {
                        margin: 0;
                        padding: 0;
                    }

                        .header .inner .container .nav-wrapper #topnav ul li {
                            margin: 0;
                            padding: 0;
                            float: left;
                            position: relative;
                            list-style: none;
                        }

                        .header .inner .container .nav-wrapper #topnav ul li a {
                            /*font-size: 20px;
                            line-height: 26px;*/
                            color: #000;
                            text-decoration: none;
                            display: block;
                            padding: 2px 32px 2px 0;
                            -moz-transition: color 0.4s ease;
                            -o-transition: color 0.4s ease;
                            -webkit-transition: color 0.4s ease;
                            transition: color 0.4s ease;
                            text-transform:lowercase;
                        }

                        .header .inner .container .nav-wrapper #topnav ul li a:hover, .header .inner .container .nav-wrapper #topnav ul li a:active, .header .inner .container .nav-wrapper #topnav ul li a:focus {
                            color: #4d6d83;
                        }


                .header .inner .container .nav-wrapper .search-box {
                    position: absolute;
                    top: -40px;
                    right: 15px;
                }

                    .header .inner .container .nav-wrapper .search-box input[type="text"] {
                        font-size: 12px;
                        line-height: 16px;
                        width: 170px;
                        height: 22px;
                        padding-right: 25px;
                        border: 1px solid #ccc;
                        -moz-border-radius: 10px;
                        -webkit-border-radius: 10px;
                        border-radius: 10px;
                        background: #fff;
                        outline: none;
                    }

                    .header .inner .container .nav-wrapper .search-box > a {
                        color: #4d6d83;
                        position: absolute;
                        top: 2px;
                        right: 8px;
                    }

.navbar-toggle {
    font-size: 26px;
    line-height: 32px;
    color: #4d6d83;
    margin: 0 15px 0 0;
    padding: 5px;
    height: 44px;
}

    .navbar-toggle .close-nav {
        display: none;
    }

.nav-open .navbar-toggle .open-nav {
    display: none;
}

.nav-open .navbar-toggle .close-nav {
    display: block;
}

.navigation .topnav {
    display:none;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

    .navigation ul li {
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        list-style: none;
    }

        .navigation ul li a {
            font-size: 20px;
            line-height: 26px;
            color: #000;
            text-decoration: none;
            display: block;
            padding: 12px 17px;
            height: 50px;
            -moz-transition: color 0.4s ease,background-color 0.4s ease,border-color 0.4s ease;
            -o-transition: color 0.4s ease,background-color 0.4s ease,border-color 0.4s ease;
            -webkit-transition: color 0.4s ease,background-color 0.4s ease,border-color 0.4s ease;
            transition: color 0.4s ease,background-color 0.4s ease,border-color 0.4s ease;
            text-transform: lowercase;
        }

        .navigation ul li.active > a {
            font-weight: 700;
        }

        .navigation ul li:hover > a {
            color: #fff;
            background-color: #4d6d83;
        }

        .navigation ul li:hover ul {
            display: block;
        }

        .navigation ul li ul {
            display: none;
            position: absolute;
            left: 0;
            top: 50px;
            background-color: #e9de8e;
        }

            .navigation ul li ul li {
                margin: 0;
                float: none;
            }

                .navigation ul li ul li a {
                    font-size: 16px;
                    line-height: 22px;
                    padding: 8px 15px;
                    height: auto;
                }

.footer {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    text-align: center;
    margin-top: 60px;
    padding: 10px 0px;
    background-color: #e9de8e;
}

    .footer a {
        color: #000;
    }

.slideshow {
    height: 440px;
    background: #4d6d83 url("../img/preloader.gif") no-repeat center center;
}

    .slideshow .slides {
        display: none;
        height: 100%;
        visibility: hidden;
    }

        .slideshow .slides .slide {
            width: 100%;
            height: 440px;
            position: relative;
            overflow: hidden;
        }

            .slideshow .slides .slide .slide-content {
                font-family: "Bree Serif",serif;
                font-size: 50px;
                line-height: 56px;
                color: #000;
                text-align: right;
                height: 100%;
                padding: 40px 0;
                position: relative;
                z-index: 50;
                -moz-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -webkit-transition: all 1s ease;
                transition: all 1s ease;
            }

                .slideshow .slides .slide .slide-content .container {
                    height: 100%;
                }

                    .slideshow .slides .slide .slide-content .container .table {
                        width: 530px;
                        float: right;
                    }

            .slideshow .slides .slide .slide-image {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                -moz-transform: scale(1.2, 1.2);
                -ms-transform: scale(1.2, 1.2);
                -webkit-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2);
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -webkit-transition: all 1s ease;
                transition: all 1s ease;
            }

            .slideshow .slides .slide.slick-active .slide-content {
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            .slideshow .slides .slide.slick-active .slide-image {
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
            }

        .slideshow .slides .slick-dots {
            text-align: center;
            width: 100%;
            margin: 0;
            padding: 0;
            position: absolute;
            left: 0;
            bottom: 4px;
            z-index: 1100;
        }

            .slideshow .slides .slick-dots li {
                display: inline-block;
                margin: 0 3px;
                padding: 0;
                list-style: none;
            }

                .slideshow .slides .slick-dots li button {
                    text-indent: -999999px;
                    display: block;
                    width: 14px;
                    height: 14px;
                    margin: 0;
                    padding: 0;
                    border: none;
                    border-radius: 50%;
                    opacity: 0.4;
                    background: #fff;
                    outline: none;
                    -moz-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    -webkit-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                    .slideshow .slides .slick-dots li.slick-active button, .slideshow .slides .slick-dots li button:hover {
                        opacity: 1;
                    }

.yellow-bar {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    padding: 30px 0;
    background-color: #e9de8e;
}

    .yellow-bar a {
        color: #000;
    }

    .yellow-bar .col-button {
        padding-top: 30px;
    }

.main {
    padding-top: 100px;
}

.main-content {
    padding-top: 60px;
}

.row-summary .item {
    overflow: hidden;
}

    .row-summary .item h2 {
        text-align: center;
        position: relative;
    }

        .row-summary .item h2:before {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 9;
            background-color: #000;
        }

        .row-summary .item h2 span {
            padding: 0 20px;
            position: relative;
            z-index: 10;
            background-color: #fff;
        }

.row-video {
    margin-top: 60px;
}

    .row-video .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
    }

        .row-video .video-container iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

.image-bar {
    margin-top: 60px;
    padding: 40px 0 60px;
    background: url("../img/bg-image-bar.jpg") no-repeat center center;
    background-size: cover;
}

.news-bar {
    padding-top: 60px;
}

.col-sidebar .widget {
    margin-top: 30px;
}

    .col-sidebar .widget:first-child {
        margin-top: 0;
    }

    .col-sidebar .widget h2 {
        font-family: "Open sans",sans-serif,Arial,Helvetica;
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .col-sidebar .widget > p {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .col-sidebar .widget > p:last-child {
            margin-bottom: 0;
        }

.page-contact .col-sidebar .widget > p {
    font-size: 16px;
    line-height: 22px;
}

.col-sidebar .widget.widget-news-list h2 {
    font-family: "Bree Serif",serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 6px;
}

.col-sidebar .widget.widget-news-list ul {
    margin: 0;
    padding: 0;
}

    .col-sidebar .widget.widget-news-list ul li {
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
    }

        .col-sidebar .widget.widget-news-list ul li:first-child {
            margin-top: 0;
        }

        .col-sidebar .widget.widget-news-list ul li a {
            text-decoration: none;
        }

            .col-sidebar .widget.widget-news-list ul li a:hover {
                text-decoration: underline;
            }

        .col-sidebar .widget.widget-news-list ul li.active a {
            color: #4d6d83;
        }

.col-sidebar .widget.widget-social p {
    margin-top: 10px;
    overflow: hidden;
}

    .col-sidebar .widget.widget-social p a {
        text-indent: -999999px;
        display: block;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        float: left;
        background: url("../img/icon-facebook.png") no-repeat center center;
        background-size: 40px 40px;
    }

        .col-sidebar .widget.widget-social p a.icon-twitter {
            background-image: url("../img/icon-twitter.png");
        }

        .col-sidebar .widget.widget-social p a.icon-linkedin {
            background-image: url("../img/icon-linkedin.png");
        }

.col-sidebar .form {
    margin-top: 0;
    padding-top: 0;
}

.page-blocks > .row {
    margin-top: 40px;
}

    .page-blocks > .row:first-child {
        margin-top: 0;
    }

    .page-blocks > .row .col-image img {
        max-width: 100%;
        height: auto;
    }

.cta {
    font-size: 20px;
    line-height: 37px;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #e9de8e;
}

    .cta .cta-label {
        font-family: "Bree Serif",serif;
        font-size: 50px;
        margin-right: 40px;
        float: left;
    }

    .cta a {
        text-decoration: none;
    }

        .cta a:hover {
            text-decoration: underline;
        }

#maatwerktopics p {
    font-family: "Bree Serif",serif;
    font-size: 18px;
    line-height: 24px;
    width: 33%;
    height: 60px;
    margin: 0;
    float: left;
}

.latest-news .row-items .item {
    overflow: hidden;
}

    .latest-news .row-items .item .item-title {
        margin-bottom: 10px;
    }

        .latest-news .row-items .item .item-title h3 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 2px;
        }

    .latest-news .row-items .item .item-content .item-image img {
        max-width: 100%;
        height: auto;
    }

    .latest-news .row-items .item .read-more {
        margin-top: 2px;
    }

.latest-news .row-items .newsdate {
    font-weight: 700;
    display: block;
}

.news-overview-items .item {
    opacity: 0;
    margin-top: 50px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    .news-overview-items .item.fade-in {
        opacity: 1;
    }

    .news-overview-items .item:first-child {
        margin-top: 0;
    }

    .news-overview-items .item .item-content .item-date {
        font-weight: 700;
    }

    .news-overview-items .item .item-image {
        float: right;
    }

        .news-overview-items .item .item-image img {
            max-width: 100%;
            height: auto;
        }

.newsdetail .item-content .item-date {
    font-weight: 700;
}

.newsdetail .item-image {
    float: right;
}

    .newsdetail .item-image img {
        max-width: 100%;
        height: auto;
    }

.form {
    margin-top: 20px;
    padding-top: 10px;
}

    .form .form_control {
        margin-bottom: 20px;
        position: relative;
    }

        .form .form_control > label {
            font-weight: 700;
            display: block;
        }

        .form .form_control span {
            color: #c90b2a;
            position: absolute;
            left: -10px;
            top: 2px;
        }

        .form .form_control.form_control_error {
            color: #c90b2a;
            display: none;
        }

            .form .form_control.form_control_error > div {
                display: none;
            }

        .form .form_control .radiobutton label {
            font-weight: 400;
            margin-bottom: 0;
            margin-left: 7px;
        }

        .form .form_control .submit_button {
            float: right;
        }

    .form .validation-summary {
        color: #c90b2a !important;
        margin: 20px 0;
        padding: 20px;
        border: 1px dashed #c90b2a;
    }

        .form .validation-summary ul {
            margin: 0;
            padding-left: 20px;
        }

#zoekresulteten ul li {
    margin-top: 20px;
}

    #zoekresulteten ul li:first-child {
        margin-top: 0;
    }

    #zoekresulteten ul li .searchtitle {
        color: #4d6d83;
    }

.page-dplan .row-dplan-buttons {
    margin-top: 30px;
}

#login-form {
    margin-top: 0;
    padding-top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .slideshow {
        background-image: url("../img/preloader-2x.gif");
        background-size: 24px 24px;
    }

    i.icon-admin {
        background-image: url("../img/icon-admin.svg") !important;
    }

    i.icon-planning {
        background-image: url("../img/icon-planning.svg") !important;
    }

    i.icon-report {
        background-image: url("../img/icon-report.svg") !important;
    }
}

@media (max-width: 1199px) {
    .button, a.button {
        border-width: 2px;
    }

    .header .inner .container .nav-wrapper {
        padding-left: 120px;
    }

    .navigation ul li a {
        font-size: 18px;
        padding-left: 11px;
        padding-right: 11px;
    }

    .navigation ul li ul li a {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 11px;
    }

    .slideshow {
        height: 380px;
    }

        .slideshow .slides .slide {
            height: 380px;
        }

            .slideshow .slides .slide .slide-content {
                font-size: 40px;
                line-height: 46px;
                padding: 30px 0;
            }

                .slideshow .slides .slide .slide-content .container .table {
                    width: 430px;
                }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 50px;
        padding: 10px 40px 15px;
        border-width: 2px;
    }

    .header .inner .container .nav-wrapper {
        padding-left: 115px;
    }

    .navigation ul li a {
        font-size: 13px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .navigation ul li ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 7px;
    }

    .slideshow {
        height: 300px;
    }

        .slideshow .slides .slide {
            height: 300px;
        }

            .slideshow .slides .slide .slide-content {
                font-size: 34px;
                line-height: 40px;
                padding: 30px 0;
            }

                .slideshow .slides .slide .slide-content .container .table {
                    width: 430px;
                }

    .yellow-bar .row > div {
        margin-top: 30px;
    }

        .yellow-bar .row > div:first-child {
            margin-top: 0;
        }

    .yellow-bar .col-button {
        padding-top: 0;
    }

    .row-summary .item {
        margin-top: 30px;
    }

        .row-summary .item:first-child {
            margin-top: 0;
        }

    .image-bar .row-content > div {
        margin-top: 30px;
    }

        .image-bar .row-content > div:first-child {
            margin-top: 0;
        }

    .cta {
        padding-top: 16px;
    }

        .cta .cta-label {
            font-size: 40px;
            line-height: 56px;
            margin-right: 0;
            margin-bottom: 10px;
            float: none;
        }

    .form .form_control .submit_button {
        float: none;
    }

    .latest-news .row-items .item {
        margin-top: 25px;
    }

        .latest-news .row-items .item:first-child {
            margin-top: 0;
        }

    .page-news .col-sidebar {
        margin-top: 30px;
    }

    .page-contact .col-sidebar {
        margin-top: 30px;
    }

    .page-form .col-sidebar {
        margin-top: 30px;
    }

    .page-dplan .row-dplan-buttons .col-button {
        margin-top: 10px;
    }

        .page-dplan .row-dplan-buttons .col-button:first-child {
            margin-top: 0;
        }
}

@media (max-width: 767px) {
    h1, .h1 {
        margin-bottom: 30px;
        padding: 10px 20px 15px;
    }

    .button, a.button {
        font-size: 32px;
        line-height: 33px;
        border-width: 2px;
    }

    .header {
        padding-top: 40px;
        position: static;
    }

        .header .inner .container {
            padding: 0;
        }

            .header .inner .container .logo {
                width: 90px;
                top: -25px;
            }

            .header .inner .container .nav-wrapper {
                width: 100%;
                margin: 0;
                padding: 0;
            }

                .header .inner .container .nav-wrapper .inner {
                    padding: 30px 15px 15px;
                }

                .header .inner .container .nav-wrapper #topnav {
                    display:none;
                    right: 200px;
                }

                .header .inner .container .nav-wrapper .search-box {
                    position: relative;
                    top: 0;
                    right: 0;
                }

                    .header .inner .container .nav-wrapper .search-box input[type="text"] {
                        font-size: 14px;
                        line-height: 20px;
                        width: 100%;
                        height: 30px;
                        padding-left: 12px;
                        padding-right: 35px;
                        -moz-border-radius: 15px;
                        -webkit-border-radius: 15px;
                        border-radius: 15px;
                    }

                    .header .inner .container .nav-wrapper .search-box > a {
                        top: 5px;
                        right: 12px;
                    }

    .navigation {
        margin-top: 10px;
        border-top: 1px solid #fff;
    }

    .navigation .topnav {
        display:block;
    }

        .navigation ul li {
            margin: 0;
            float: none;
            clear: both;
            border-bottom: 1px solid #fff;
        }

            .navigation ul li a {
                font-size: 16px;
                line-height: 22px;
                padding: 10px 10px;
                height: auto;
                border: none;
            }

            .navigation ul li.active > a {
                color: #fff;
                font-weight: 400;
                background-color: #4d6d83;
            }

            .navigation ul li ul {
                position: static;
                display: block;
                margin-bottom: 10px;
            }

                .navigation ul li ul li {
                    border: none;
                }

                    .navigation ul li ul li a {
                        padding-left: 20px;
                    }

                    .navigation ul li ul li.active a {
                        color: #000;
                        font-weight: 700;
                        background: none;
                    }

    .slideshow {
        height: 230px;
    }

        .slideshow .slides .slide {
            height: 230px;
        }

            .slideshow .slides .slide .slide-content {
                font-size: 26px;
                line-height: 32px;
                padding: 30px 0;
            }

                .slideshow .slides .slide .slide-content .container .table {
                    width: 100%;
                }

    .yellow-bar .col-button {
        padding-top: 0;
    }

    .main {
        padding-top: 0;
    }

    .col-sidebar .widget {
        margin-top: 20px;
    }

        .col-sidebar .widget h2 {
            font-size: 26px;
            line-height: 32px;
        }

    .latest-news .row-items .item .item-content .item-image {
        margin-bottom: 15px;
    }

    .page-blocks > .row .col-image {
        margin-top: 25px;
    }

    #maatwerktopics p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        height: auto;
        margin-top: 20px;
        float: none;
    }

        #maatwerktopics p:first-child {
            margin-top: 0;
        }

    .news-overview-items .item {
        margin-top: 30px;
    }

        .news-overview-items .item .item-image {
            margin-bottom: 15px;
            float: none;
        }

    .newsdetail .item-image {
        margin-bottom: 15px;
        float: none;
    }
}
