body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

/**
  * Common
  */
a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    color: #00263e;
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 32px;
}

.page {
    margin: 0;
}

.page-template-page_general h1 {
    font-size: 40px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

/**
  * Buttons
  */
.btn-primary {
    color: #fff !important;
    background-color: #e9004c;
    border-color: #e9004c;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff1863;
    border-color: #ff1863;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e9004c;
    border-color: #e9004c;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e9004c;
    border-color: #e9004c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    color: #fff !important;
    background-color: #00b2e2;
    border-color: #00b2e2;
    font-weight: bold;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00c9ff;
    border-color: #00cbff;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #00b2e2;
    border-color: #00b2e2;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00b2e2;
    border-color: #00b2e2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark {
    color: #fff !important;
    background-color: #00263e;
    border-color: #00263e;
    font-weight: bold;
}

.btn-dark:hover {
    color: #fff;
    background-color: #00578b;
    border-color: #00578b;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: none;
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #00263e;
    border-color: #00263e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #00263e;
    border-color: #00263e;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.single-post-nav a, .single-post-nav a:hover, .single-post-nav a:visited {
    color: #e9004c;
}

.single-post-nav a:hover {
    text-decoration: underline;
}

/**
 * Header
 */
.site-header {
    position: relative;
}

.top-header {
    background: #e5e6e9;
    overflow: hidden;
    padding: 8px 0;
}

.top-header p {
    margin-bottom: 0;
}

.top-header .phone-a {
    color: #00263e;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.top-header .separator {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.top-header .search-a {
    margin-right: 10px;
}

.top-header .facebook-a {
    margin-right: 10px;
}

.top-header .linkedin-a {
    margin-right: 10px;
}

.top-header a {
    color: #00263e;
}

header #banner {
    background: url(images/ribbon.png);
    background-size: contain;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

header #banner p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-top: 4px;
}

header #banner p .larger {
    display: inline-block;
    font-size: 30px;
    margin: 5px 0;
}

.top-header .search-a img, .top-header .facebook-a img, .top-header .linkedin-a img {
    max-height: 16px;
    margin-top: -5px;
    width: auto;
}

.site-branding {
    padding: 20px 0;
}

/**
  * Main menu
  */
.site-header .menu, .site-header .menu li, .site-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .menu li {
    float: left;
}

.site-header .menu a:hover {
    text-decoration: none;
}

.site-header .menu li a {
    color: #00263e;
    font-weight: bold;
    padding: 0 12px;
}

.site-header .menu li.current-menu-item > a, .site-header .menu li.current-page-parent > a {
    color: #e9004c;
}

.site-header .menu li ul li.current-menu-item > a {
    color: #00263e;
}

.site-header .menu li ul li {
    float: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.site-header .menu li ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.site-header .menu li ul {
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    padding: 10px;
    position: absolute;
}

.site-header .menu li ul li a {
    font-size: 14px;
}

.site-header .menu li:hover > ul {
    display: block;
}

.site-header .cta {
    top: -7px;
    position: relative;
}

.site-header .menu li ul li:hover ul {
    top: -11px;
    left: 220px;
    width: auto;
}

.site-header .menu li ul li:hover ul li {
    white-space: nowrap;
}

.site-header .menu li ul > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    display: inline-block;
    float: right;
    margin-top: -1px;
}

#mobile-menu .menu li.menu-item-has-children a span.toggle-sub-menu {
    font-family: "Font Awesome 5 Pro";
    content: '\f078';
    display: inline-block;
    float: right;
    margin-top: -8px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
}

/**
  * Content
  */
.home #page-content {
    margin-bottom: 40px;
}

.page-template-page_contact #page-content h2,
.page-template-page_about #page-content h2,
.page-template-page_homepage #page-content h2 {
    margin-bottom: 0;
}

.page-template-page_about #page-content h3,
.page-template-page_homepage #page-content h3 {
    margin-bottom: 30px;
}

#page-title {
    background: #00263e;
    height: 500px;
}

#page-title h1, #page-title h2 {
    color: #fff;
}

#mobile-page-title p.mobile-page-title,
#page-title h1 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#page-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

#page-title .col-md-6:first-child .col-inner {
    padding-top: 150px;
    width: 500px;
    float: right;
}

#page-title .col-md-6:first-child .col-inner.no-padding-left {
    padding-left: 0;
}

#page-title .col-md-6:last-child {
    background-position: center;
    background-size: cover;
    height: 500px;
}

#services {

}

#services a {
    color: #00263e;
}

#services a img {
    transition: 300ms all ease;
}

#services a:hover img {
    scale: 1.1;
}

#services a h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

#page-content p {
    font-size: 18px;
    line-height: 32px;
}

#page-content h2, #page-content h3 {
    font-weight: bold;
    font-size: 32px;
}

#page-content h2 {
    color: #00263e;
}

#page-content h3 {
    color: #00b2e3;
}

.banner-a {
    background: linear-gradient(90deg, #e5e6e9 50%, #00263e 50%);
    margin-bottom: 80px !important;
}

.banner-a h3 {
    color: #00263e;
    font-size: 20px;
    font-weight: bold;
}

.banner-a p {
    padding-right: 60px;
}

.banner-a .col-md-6:first-child {
    padding: 100px 0;
}

.banner-a .col-md-6:first-child .col-inner {
    margin-right: 50px;
    width: 500px;
    float: right;
}

.banner-a .col-md-6:last-child {
    background-position: center;
    background-size: cover;
}

.split-content {
    margin-bottom: 80px;
}

.split-content .col-md-4:first-child {
    padding-right: 0;
}

.split-content .col-md-4:last-child {
    padding-left: 0;
}

.light-blue-well {
    background: #d8f0f9;
    padding: 20px 20px 10px 20px;
}

.light-blue-well h2 {
    margin-bottom: 20px;
}

.cta-banner .h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
}

.cta-banner {
    background: #e9004c;
    color: #fff;
    margin: 80px 0;
    padding: 60px 0;
}

.single-post .cta-banner,
.blog .cta-banner,
.page-template-page_general .cta-banner,
.page-template-default .cta-banner {
    margin-bottom: 0;
}

.cta-banner p {
    font-size: 16px;
    font-weight: bold;
}

.quote-form {
    background: #e5e6e9;
    padding: 60px 0;
}

.quote-form h2 {
    margin-bottom: 30px;
}

.nf-form-content {
    padding: 0 250px !important;
}

#page-content .nf-form-content {
    margin: 40px auto 0 auto;
    padding: 0 60px !important;
}

.widget_ninja_forms_widget .nf-form-content {
    padding: 0 !important;
}

#page-content h2 {
    margin-bottom: 20px;
}

#page-content h4 {
    font-size: 14px;
    font-weight: bold;
}

#page-content ul {
    padding-left: 0;
}

#page-content li {
    font-size: 18px;
}

#sidebar .widget {
    background: #e5e6e9;
    border-radius: 10px;
}

#sidebar .widget-title {
    background: #00263e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 0;
}

#sidebar .widget-title .arrow-down,
#sidebar .widget-title .arrow-up {
    float: right;
}

#sidebar .widget-title .arrow-up {
    margin-top: 7px;
}

#sidebar .widget-title .arrow-down {
    margin-top: 7px;
}

#sidebar .widget > div {
    padding: 10px;
}

#sidebar .widget.widget_nav_menu ul, #sidebar .widget.widget_nav_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget.widget_nav_menu li a {
    color: #00263e;
    font-size: 18px;
    line-height: 32px;
}

#sidebar .widget.widget_nav_menu li.current_page_item a {
    font-weight: bold;
}

.widget_ninja_forms_widget .nf-form-cont {
    display: none;
}

#sidebar .widget_ninja_forms_widget .widget-title {
    border-radius: 10px;
}

#footer {
    background: #00263e;
    padding-bottom: 30px;
    position: relative;
}

#footer .row.beeldmerk {
    padding: 40px 0 30px 0;
}

#footer h4 {
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 0 0 20px 20px;
    margin: 0 -20px 20px -20px;
    font-size: 16px;
}

#footer .first h4 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#footer .last h4 {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#footer ul, #footer li {
    margin: 0;
    list-style: none;
    padding: 0;
}

#footer li a {
    color: #fff;
    font-size: 13px;
}

#footer p, #footer p a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#footer p.h3 {
    color: #fff;
    font-size: 20px;
}

#bottom-bar {
    background: #000;
    color: #fff;
    padding: 20px 0 0 0;
}

#bottom-bar p, #bottom-bar a {
    color: #fff;
    font-size: 14px;
}

.post-date {
    font-size: 18px;
    font-weight: bold;
    color: #00b2e3;
    margin: 20px 0;
}

.single-post h2,
.single-post h4,
.post h4 a {
    color: #00263e;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.site-branding .hamburger {
    display: none;
}

#mobile-menu {
    display: none;
}

#mobile-page-title {
    display: none;
}

.nav-previous a, .nav-next a {
    color: #00263e;
    font-weight: bold;
}

.search-result .url {
    color: #006621;
    margin-bottom: 0;
}

#search-container {
    background: #000;
    padding-top: 20px;
    display: none;
}

#search-container form {
    margin: 0 auto;
    width: 320px;
}

#search-container form input[type="text"] {
    width: 270px;
    background: #fff;
    height: 40px;
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    border-radius: 20px 0 0 20px;
    padding-left: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#search-container form input[type="submit"] {
    border: 1px solid #aaa;
    border-left: none;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    background-image: url("images/search.png");
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    font-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#page-content .col-md-9 a, #page-content .col-md-8 a {
    color: #00263e;
    text-decoration: none;
}

#page-content .col-md-9 a:hover, #page-content .col-md-8 a {
    text-decoration: underline;
}

.service .content {
    background: #00263e;
    text-align: center;
    padding: 20px 0;
}

.service .content a.btn-secondary {
    color: #00263e !important;
    border-color: #f4f4f4;
    background-color: #f4f4f4;
}

.service .content p:last-child {
    margin: 20px 0;
}

.service .content h2, .service .content p {
    color: #fff !important;
}

#services-alt h3 {
    color: #fff;
    font-size: 1.3em;
}

#references {
    background: #F4F4F4;
}

#references img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 300ms all ease;
}

#references img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#groen-gedaan {
    height: auto;
    position: absolute;
    width: 126px;
    top: -12px;
    right: 18px;
}

.text-padding-horizontal {
    padding: 0 20px;
}

.grid {
    margin-bottom: 40px;
}

.grid-sizer, .grid-item {
    width: 20%;
    padding: 5px;
    overflow: hidden;
}

.grid-item .content {
    position: absolute;
    bottom: -200px;
    border-radius: 5px;
    left: 4%;
    background: #00263e;
    padding: 15px 25px;
    width: 92%;
    transition: 300ms all ease;
}

.grid-item .content {
    color: #fff;
}

.grid-item:hover .content {
    bottom: 14px;
}

.grid-item .content .title {
    font-weight: bold;
}

.social-icons a {
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
}

#usp {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

#usp li {
    display: block;
    flex: 0 1 auto;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#usp li i {
    margin-right: 5px;
}

.no-space-left {
    margin-left: 0;
    padding-left: 0;
}

.no-space-right {
    margin-right: 0;
    padding-right: 0;
}

.ti-footer .ti-rating-text .ti-rating {
    display: none !important;
}

.text-white a {
    color: #fff !important;
}

#steps.homepage,
#steps.on-page {
    margin-top: -90px;
}

#steps.footer {
    background: linear-gradient(
            to bottom,
            #F4F4F4 0%,
            #F4F4F4 40%,
            #e9004c 40%,
            #e9004c 100%
    );
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-template-page_projects #steps,
.blog #steps,
.single-post #steps {
    margin-top: 30px;
}

#steps .card {
    width: 100%;
}

#steps .card p {
    font-size: 16px;
}

.badge-primary {
    background: #00263e;
}

.card.pink {
    background: #e9004c;
    color: #fff;
    transition: 300ms all ease;
}

.card.pink a.cta {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    height: 100%;
}

.card.pink:hover {
    margin-top: -15px;
    margin-bottom: 15px;
}

.nf-form-layout {
    margin: 20px 0 40px 0;
}

#page-content .nf-form-content {
    padding: 0 !important;
}

.nf-form-content input[type=submit] {
    color: #fff !important;
    background-color: #e9004c !important;
    border-color: #e9004c !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    padding: .375rem .75rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.light-bg {
    background: #FAFAFA;
}

.youtube_embed {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.youtube_embed iframe,
.youtube_embed object,
.youtube_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page {
    padding-top: 40px;
}

#attention-bar {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background: #e9004c;
    padding: 4px 0;
}

#attention-bar a {
    text-decoration: underline;
}

.show-on-mobile {
    display: none;
}

@media only screen and (max-width: 1180px) {
    .show-on-mobile {
        display: block;
    }

    .site-branding .hamburger {
        display: block;
        position: absolute;
        top: 50px;
        left: 8px;
        z-index: 999;
    }

    .site-branding {
        padding: 0;
    }

    .site-branding .hamburger .support-text {
        font-size: 12px;
        margin-top: -6px;
        font-weight: bold;
        text-align: center;
    }

    .site-branding .hamburger.is-active .support-text {
        display: none;
    }

    .site-branding .hamburger.is-active {
        /*top: -28px;*/
    }

    #mobile-menu {
        background: #fff;
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 998;
    }

    #mobile-menu ul, #mobile-menu li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile-menu {
        overflow: scroll;
    }

    #mobile-menu ul.menu {
        margin-top: 200px;
        padding: 0 20px;
    }

    #mobile-menu li a {
        color: #00263e;
        text-decoration: none;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #eee;
    }

    #mobile-menu li ul.sub-menu {
        display: none;
    }

    #mobile-menu li ul.sub-menu {
        background: #e8e8e8;
    }

    #mobile-menu li ul.sub-menu li ul.sub-menu {
        background: #f7f7f7;
    }

    #mobile-menu li ul.sub-menu li ul.sub-menu ul.sub-menu {
        background: #fbfbfb;
    }

    header #banner {
        height: 60px;
        width: 45px;
    }

    header #banner p {
        line-height: 8px;
        font-size: 12px;
    }

    header #banner p .larger {
        font-size: 19px;
    }

}

@media only screen and (max-width: 480px) {
    html, body {
        overflow-x: hidden;
    }

    #attention-bar p {
        font-size: 14px;
        line-height: 16px;
    }
    header {
        border-bottom: 2px solid #e9004c;
    }

    #call-button {
        position: fixed;
        right: 10px;
        top: 172px;
        background: #e9004c;
        width: 50px;
        height: 60px;
        line-height: 70px;
        border-radius: 0 0 10px 10px;
        text-align: center;
    }

    #call-button a {
        color: #fff;
    }

    header#masthead {
        position: fixed;
        z-index: 999;
        background: #fff;
        width: 100%;
        top: 40px;
    }

    body {
        padding-top: 130px;
    }

    .site-branding .hamburger {
        top: 12px;
        left: 8px;
    }

    .top-header {
        position: relative;
    }

    .top-header, #banner {
        z-index: 999;
    }

    .cta-mobile-menu {
        margin: 10px 0;
        padding: 20px;
    }

    .grid-sizer, .grid-item {
        width: 50%;
        padding: 5px;
    }

    .hide-on-mobile {
        display: none;
    }

    #mobile-page-title {
        display: block;
    }

    #mobile-page-title .mobile-page-title {
        color: #00263e;
        font-size: 28px !important;
        line-height: 36px;
    }

    .site-branding .col-md-4 {
        width: 300px;
        margin-bottom: 10px;
    }

    .site-branding {
        position: relative;
        padding: 20px 0;
    }


    #page-title {
        height: auto;
    }

    #page-title .col-md-6:first-child {
        display: none;
    }

    #page-title .col-md-6:last-child {
        height: 245px;
    }

    #services {
        margin-bottom: 0;
    }

    #services .col-md-2 {
        width: 33%;
    }

    #services h3 {
        font-size: 12px;
    }

    .banner-a .col-md-6:first-child .col-inner {
        width: 100%;
        margin: 0;
        float: none;
    }

    .banner-a {
        background: #e5e6e9;
        margin-bottom: 0 !important;
    }

    .banner-a .col-md-6:last-child {
        display: none;
    }

    .banner-a .col-md-6:first-child {
        padding: 20px;
    }

    .split-content {
        margin-bottom: 0;
    }

    .split-content .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .cta-banner {
        margin: 0 !important;
    }

    .nf-form-content {
        padding: 0 10px !important;
    }

    #services a h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    header #banner {
        height: 50px;
        width: 38px;
    }

    header #banner p {
        line-height: 5px;
        font-size: 10px;
    }

    header #banner p .larger {
        font-size: 13px;
    }

    .top-header {
        height: 36px !important;
    }

    #usp li {
        font-size: 14px;
        display: none;
        text-align: center;
        width: 100%;
    }

    #usp li.visible {
        display: block;
    }

    #steps .card p {
        font-size: 13px;
        line-height: 20px;
    }

    #steps.footer .card.pink {
        background: linear-gradient(45deg, #b3013a, #e9004c);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.6) !important;
        border: 1px solid #fff;
    }

    .card.pink a.cta {
        font-size: 28px;
        line-height: 28px;
    }

    .card.pink a.cta i,
    .card.pink a.cta br {
        display: none;
    }

    #steps .card p {
        height: 80px;
        overflow: hidden;
        text-overflow: clip;
    }

    #services-alt h3 {
        display: block;
        min-height: 50px;
    }

    #page-content.container {
        overflow: hidden;
        position: relative;
    }

    #page-content-hidden {
        background: linear-gradient(180deg, transparent, white);
        position: absolute;
        height: 110px;
        width: 92%;
        bottom: 0;
        text-align: center;
        padding-top: 60px;
    }
}