body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 24px
}

a {
    color: #000;
}

.wp-block-columns {
    display: flex;
  }
  
  .wp-block-column {
    flex: 1;
  }

  /* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
    margin: 20px 0;
  }
  
  /* Add horiztonal breathing room between individual columns. */
  .wp-block-column {
    margin: 0 20px;
  }


.page-header {
    border: 0;
    margin: 0;
    padding: 0;
}

.textblock a {
    text-decoration: none;
    color: #204972;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

/* Buttons general */
.btn-inline {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.btn-inline a, .btn-inline a:hover {
    color: #FFF;
}

.case-link a, .case-link a:hover {
    color: #FFF;
}

.btn-inline .black-link {
    color: #204872 !important;
}

.btn-inline-block {
    width: 0; 
    height: 0; 
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #EFFFD0;
    float: left;
    margin-top: 10px;
}

.btn-inline-rose .btn-inline-block {
    border-bottom: 15px solid #D7A69A;
}

.wp-block-column i {
    font-size: 20px !important;
}

.wp-container-3, .wp-container-core-columns-layout-1 {
    width: 100%;
    margin: auto;
    max-width: 1100px;
    margin-top: 30px;
}

@media (max-width: 764px) {
    .wp-container-3, .wp-container-core-columns-layout-1 {
      display: block;
    }
  }
.big-btn {
    background-color: #D7A69A;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-textblock {
    background-color: #D7A69A;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
    margin-top: 15px;
    border: 1px solid #D7A69A;
}

.frontpage-holder {
    margin-top: 50px;
}

.btn-textblock-white {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}

.btn-textblock-green {
    background-color: #EFFFD0;
    color: #000;
    border: 0;
}


/* H1, H2, H3 en H4 */

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.home-header h1 {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: bold; */
}

.textblock {
    margin-top: 100px;
}

.textblock-center {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.blue-inside {
    border-bottom: 5px solid #EFFFD0;
}

.image-left img {
    width: 90%;
}

.contact-popup-black {
    background-color: #000;
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    display: none;
}

.contact-popup {
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    width: 40%;
    z-index: 5;
    /* height: 60vh; */
    padding: 20px;
    display: none;
}

.contact-popup-close {
    cursor: pointer;
}

#contactform-sended {
    color: #000;
    border: 1px solid green;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    display: none;
    font-style: italic;
}

.contact-popup-fields input {
    width: 100%;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #CCC;
}

.contact-popup-fields textarea {
    width: 100%;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #CCC;
}

.contact-popup-fields input[type='button'] {
    width: 150px;
    background-color: #D8A69A;
    color: #FFF;
    border: 0;
}

.contact-popup-close {
    float: right;
    margin-right: -10px;
    margin-top: -10px;
}

.textblock h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    /* color: #204872; */
}

.textblock-bg-right {
    background-color: #D7A69A;
    height: 100px;
    width: 300px;
    position: absolute;
    z-index: -1;
    top: 330px;
    right: -200px
}

.margin-top-block {
    margin-top: 100px;
}

.textblock-bg-green-right {
    background-color: #EFFFD0;
    height: 140px;
    width: 100px;
    position: absolute;
    z-index: -1;
    top: 330px;
    right: 100px
}

.textblock-bg {
    background-color: #D7A69A;
    height: 100px;
    width: 300px;
    float: left;
    position: absolute;
    z-index: -1;
    top: 330px;
    left: -200px
}

.textblock-bg-green {
    background-color: #EFFFD0;
    height: 140px;
    width: 100px;
    float: left;
    position: absolute;
    z-index: -1;
    top: 330px;
    left: 100px
}


/* Heading en menu */
.heading-scroll .navigation {
    background-color: #FFF;
    padding-bottom: 5px;
}

.heading-scroll {
    box-shadow: 1px 1px 5px #CCC;
    position: fixed;
    display: none;
    z-index: 90;
    top: 0;
    width: 100%;
}

.heading-scroll .navigation .menu a {
    color: #000;
}

.heading-scroll .navigation .menu a.big-btn {
    color: #fff;
}


.navigation {
    background-color: #204872;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 600; */
}

.navigation .head-logo {
    margin-top: 10px;
    margin-bottom: 9px;
}

.navigation .menu {
    margin-top: 50px;
}

.menu a {
    color: #FFF;
    text-decoration: none;
    margin-left: 15px;
}

.diensten-content a {
    margin-left: 35px;
}

.diensten-icon {
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 7px;
}

.diensten-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    font-size: 12px;
    width: 200px;
    box-shadow: 0 1px 1px #ccc;
    margin-left: 14px;
    text-align: left;
}


.diensten-content {
    background-color: #FFF;
}

.diensten:hover .diensten-content {
    display: block
}

.dienst {
    margin: 20px;
    margin-left: -15px;
}

.diensten-content a {
    color: #000;
}

a.link-active {
    color: #f7e039 !important;
    font-weight: bold;
}

.diensten {
    position: relative;
    display: inline-block;
}

.diensten-actueel {
    margin-left: 20px;
    margin-right: 20px;
}

.diensten-content {
    background-color: #FFF;
}

.diensten-content a {
    color: #000
}

.container {
    max-width: 1100px;
}

.mobile-btn {
    display: none;
}

.head-logo {
    float: left;
    width: 85px;
}

.navigation .head-logo {
    margin-top: 15px;
}

.marginleft0 {
    margin-left: 0px;
}

.waarom-applicaties {
    margin-top: 150px;
}

.head-logo img {
    width: 100%;
}

.menu {
    float: right;
    width: 90%;
    margin-top: 40px;
    text-align: right;
}

/* Footer */
.footer-logo {
    margin-top: 120px;
}

footer {
    margin-top: 50px;
    background-color: #204872;
    color: #ffffff;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-logo img {
    width: 100px;
    margin-left: 40px;
}

.footer-ca-logo {
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-information {
    margin-top: 50px;
}

.footer-ca-logo img {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.verenigingen img {
    width: 90px;
    margin-left: 30px;
}

.footer-telephone {
    background-color: #D7A69A;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;
}

.footer-email {
    background-color: #EFFFD0;
    color: #000;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
}

.footer-privacy-links {
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
}

.mobile-break {
    display: none;
}

.left-slide-in {
    left: -1000px;
}

.right-slide-in {
    bottom: -1000px;
}

.left-slide-in, .right-slide-in {
    opacity: 0.4;
}

.article-container {
    margin-top: 50px;
}

.article-cta {
    background-color: #204872;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.article-cta-image-left {
    border-radius: 50%;
    background-size: auto 100%;
    box-shadow: 1px 1px 5px #000;
    width: 150px;
    height: 150px;
    background-image: url('/assets/img/kantoor.png');
    float: left;
    margin: 30px;
}

.article-cta-image {
    border-radius: 50%;
    background-size: auto 100%;
    box-shadow: 1px 1px 10px #0006;
    width: 150px;
    height: 150px;
    background-image: url('/assets/img/kantoor.png');
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.insights-article {
    background-color: #FFF;
    width: 95%;
    box-shadow: 1px 1px 10px #0006;
    padding: 30px;
    margin-top: 30px;
    min-height: 650px;
}

.color-rose {
    color: #204872;
}

.insights-block-content {
    padding: 30px;
    padding-top: 0;
}

.insights-article-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.insights-article h4 {
    margin-top: 30px;
}

.insights-article .btn-textblock {
    font-size: 11px;
    padding: 10px;
}

.articles .col-md-12 {
    margin-top: -70px;
}


.article-persoonlijk {
    width: 150px;
    height: 80px;
    background-image: url('/assets/img/persoonlijk.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -80px;
    margin-left: 400px;
}

.article-cta-margin {
    margin-top: 70px;
}

.article-cta-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}

.article-cta-title-left {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 30px;
}

.article-cta-description {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
}

.article-cta-description-left {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    /* margin-top: 30px; */
    padding-bottom: 30px;
}

.article-background {
    background-color: #CCC;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
    height: 500px;
}


.article-bg-green {
    background-color: #EFFED0;
    height: 50px;
    width: 100px;
    float: left;
    margin-top: -180px;
    margin-left: -120px;
}


.article-bg {
    background-color: #204872;
    height: 150px;
    width: 300px;
    float: left;
    margin-top: -140px;
    margin-left: -200px;
}

.article-right-cta {
    margin-top: -150px;
}



.bg-right-home {
    width: 50px;
    right: 0;
    top: 670px;
}
.bg-right-green-home {
    width: 150px;
    right: 50px;
    top: 625px;
}