@charset "UTF-8";

/* Styling Meesters in Mediation

Ontwikkeling door Studio Dircken.
Auteur: Davy in 't Veen

Inhoudsopgave:

/* 1. Algemeen (tekst / elementen) */
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather/Merriweather-Light.ttf');
}

@font-face {
    font-family: 'Aller-lt';
    src: url('../fonts/Aller/aller_lt.eot');
    src: url('../fonts/Aller/Aller_Lt.ttf'),
    url('../fonts/Aller/aller_lt.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Aller-bold';
    src: url('../fonts/Aller/Aller_Bd.ttf');
}

/* 2. Header
  - Hoofdstyling Header
  - Breakpoint @1200 Header
  - Breakpoint @991 Header
  - Breakpoint @768 Header
  - Breakpoint @400 Header
  */

/* 3. Footer
- Hoofdstyling Footer
- Breakpoint @1200 Footer
- Breakpoint @991 Footer
- Breakpoint @768 Footer
- Breakpoint @400 Footer
*/

h1 {
    font-family: 'Merriweather';
    color: #222222;
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-family: 'Merriweather';
    color: #222222;
}

h4 {
    color: #222222;
}

h3, h4, h5 {
    font-family: 'Merriweather';
}

p {
    font-family: 'Aller-lt';
    color: #222222;
}

li {
    list-style: none;
    line-height: 36px;
    font-size: 14px;
    font-family: 'Aller-bold';
}

ol {
    padding-left: 0;
}

a {
    text-decoration: none;
}

.btn {
    padding-left: 0;
}

a:hover {
    text-decoration: none;
}

.hero-content iframe {
    transform: scale(1.15, 1.15);
    position: relative;
}

@media screen and (max-width: 1920px) and (min-width: 1680px) {
    .hero-content iframe {
        transform: scale(1.2, 1.2);
        margin-top: -20px;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1367px) {
    .hero-content iframe {
        transform: scale(1.2, 1.2);
    }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .hero-content iframe {
        transform: scale(1.2, 1.2);
    }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .hero-content iframe {
        transform: scale(1.4, 1.4);
    }
}

.nav-link {
    color: #fff;
    padding-top: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.9px;
}

/* 1. Header */
.wide {
    width: 100%;
    background-image: url('/wp-content/uploads/2017/02/bg-hero-mim.png');
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    margin-top: -50px;

    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 8s; /* Firefox < 16 */
    -ms-animation: fadein 8s; /* Internet Explorer */
    -o-animation: fadein 8s; /* Opera < 12.1 */
    animation: fadein 8s;
}

@keyframes fadein {
    from {
        background-color: #0a4952;
    }
    to {
        background-color: #000;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        background-color: #0a4952;
    }
    to {
        background-color: #000;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        background-color: #0a4952;
    }
    to {
        background-color: #000;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        background-color: #0a4952;
    }
    to {
        background-color: #000;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        background-color: #0a4952;
    }
    to {
        background-color: #000;
    }
}

.wide img {
    width: 100%;
}

.navbar-me {
    z-index: 99999;
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
    width: 100%;
    transition: 0.3s;
}
.tekst-hero .container,
.navbar-me .container {
    width: 100%;
    padding: 0 50px;
}
.navbar-me img {
    height: 90px;
    width: auto;
}
.navbar-me .nav-link {
    line-height: 90px;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Aller-lt';
}
.navbar-me .nav-link,
.navbar-me img {
    transition: 0.3s;
}
.navbar-me .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
    width: 200px;
    transition: 0.3s;
}

@media screen and (min-width: 992px) {
    .navbar-me .navbar-collapse {
        display: block;
        padding-right: 290px;
        width: calc(100% - 200px);
    }
}

.navbar-me .navbar-collapse {
    transition: 0.3s;
}
.navbar-me .right-btn {
    position: absolute;
    right: 30px;
}
.fixed-me {
    background-color: #021420!important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.fixed-me img {
    height: 60px;
}
.fixed-me .nav-link {
    line-height: 60px;
}
.fixed-me .navbar-brand {
    width: 120px;
}
.fixed-me .navbar-collapse {
    width: calc(100% - 120px);
}

#video .inner-video {
    position: relative;
}
#video .inner-video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4987745098039216) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4987745098039216) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.4987745098039216) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#mute-vid {
    position: absolute;
    right: 150px;
    bottom: 150px;
    color: white;
}
.navbar-me .navbar-brand {
    margin-right: 50px;
}

.navbar-inverse .navbar-toggler {
    float: right;
    margin-right: 15px;
    border-radius: 0;
    border: 1px solid #fff;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-top: 8px;
    height: 42px;
}

/* Sander edit */
@media screen and (max-width: 1444px) {
    .navbar-me .nav-link {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1370px) {
    .navbar-nav {
        flex-wrap: wrap;
    }
    .navbar-me .nav-link {
        padding: 0 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1120px) {
    .navbar-me .navbar-brand {
        margin-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-me img {
        height: 60px;
    }
    .nav-link {
        margin: 0;
        padding-top: 0;
    }
    #main-menu {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100vh;
    }
    .navbar-toggleable-md > .container {
        width: 100% !important;
    }
    #main-menu .nav-link {
        padding: 0;
        font-size: 16px;
        line-height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #main-menu li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-me .right-btn {
        float: right;
        right: 100px;
        top: 0;
        margin-right: 30px;
    }
    .navbar-me .right-btn .cta {
        padding: 10px 15px 10px 45px;
        margin-top: 8px;

    }
    .navbar-me .right-btn .cta.icon-contact:before {
        top: 5px;
    }
    .navbar-me .container{
        position: relative;
    }
}

.tekst-hero {
    position: absolute;
    bottom: 150px;
    width: 100%;
}

.tekst-hero-overig {
    position: absolute;
    top: 40%;
    width: 100%;
}

.tekst-hero h2 {
    font-size: 65px;
    color: #fff;
    font-family: 'Merriweather';
    max-width: 500px;
    line-height: 62px;
}

.tekst-hero p {
    margin-top: 20px;
    font-size: 21.32px;
    color: #fff;
    font-family: 'Aller-lt';
    margin-bottom: 40px;
    max-width: 600px;
}


.tekst-hero-overig h1 {
    font-size: 54px;
    color: #fff;
    font-family: 'Merriweather';
    max-width: 550px;
    line-height: 54px;
}

@media screen and (max-width: 1280px) {
    .tekst-hero-overig h1 {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    .tekst-hero h2 {
        font-size: 52px;
        line-height: 52px;
    }
}

*:focus {outline:0;}

@media screen and (max-width: 991px){
    .tekst-hero {
        bottom: 100px;
    }
    .tekst-hero p {
        font-size: 16px;
    }
    .tekst-hero h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .navbar-me {
        background-color: #021420!important;
    }
    .fixed-me .navbar-brand {
        width: 140px;
    }
}

@media screen and (max-width: 769px) {
    .usps-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 650px){
    .navbar-inverse .navbar-toggler {
        position: absolute;
        right: 20px;
    }

    .hero-btns .cta {
        width: 100%;
    }
    .hero-btns .cta:first-child {
        margin-bottom: 10px;
    }
    .tekst-hero p {
        margin-bottom: 30px;
    }
    .navbar-me .right-btn {
        top: inherit;
        bottom: 0;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }
    .navbar-me .right-btn .cta {
        padding: 19px 15px 19px 45px;
        margin-top: 0;
        border-radius: 0;
    }
    .navbar-me .right-btn .cta.icon-contact:before {
        top: 14px;
    }
}

.tekst-hero-overig p {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'Aller-lt';
    max-width: 650px;
}

.turqouise-tekst {
    color: #28bbcf;
}

.logo {
    color: #fff;
    font-weight: 800;
    font-size: 14pt;
    padding: 25px;
}

.arrow-down {
    color: #fff;
    font-size: 80px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.arrow-down a {
    color: #fff;
    transition: 0.5s ease-in;
}

.arrow-down a:hover {
    transition: 0.5s ease-in;
    color: #28bbcf;
}

.mute-video {
    cursor: pointer;
}

.arrow-up {
    color: #000;
    width: 100%;
    margin: 0 auto;
}

.arrow-up a {
    color: #fff;
    transition: 0.5s ease-in;
    font-size: 16px;
}

.arrow-up p {
    display: inherit;
    margin-top: 0;
}

.arrow-up i {
    background-color: #28bbcf;
    border: 1px solid #28bbcf;
    padding: 2px 10px 7px 10px;
    margin-right: 10px;
    font-size: 30px;
}

.arrow-up a:hover > i, .arrow-up a:hover {
    background-color: transparent;
    transition: 0.5s ease-in;
    color: #28bbcf;
}

@media screen and (max-width: 1400px) {
    .arrow-down {
        bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .arrow-up {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .arrow-up p {
        display: none;
    }

    #waarom-mim {
        margin-top: 100px;
    }
}

#usp .arrow-down {
    color: #383838;
    font-size: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#usp .arrow-down a {
    color: #383838;
    transition: 0.5s ease-in;
}

#usp .arrow-down a:hover {
    transition: 0.5s ease-in;
    color: #28bbcf;
}

/*.navbar-nav {
  position: absolute;
  right: 0;
}*/
.navbar-inverse .navbar-nav .nav-link {
    z-index: 99999 !important;
    color: #fff;
}

#waarom-mim {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #021420;
}

#waarom-mim h1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #fff;

}

#waarom-mim .btn-hero {
    text-align: center;

}

#waarom-mim p {
    padding-top: 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

*:before,
*:after{
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.cta {
    width: auto;
    max-width: 100%;
    line-height: 20px;
    padding: 19px 30px;
    color: #fff;
    border: 1px solid #e54b4b;
    border-radius: 3px;
    background: #e54b4b;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
}
.cta:hover {
    color: #fff;
    border-color: #b93333;
    background: #b93333;
}
.cta.secondary {
    color: #9a9a9a;
    border-color: #ababab;
    background: transparent;
}
.cta.secondary:hover {
    color: #fff!important;
    border-color: #28bbcf!important;
    background: #28bbcf!important;
}
.hero-btns .cta.secondary {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.hero-btns a:first-child {
    margin-right: 7px;
}
.cta.icon-contact {
    padding-left: 60px;
}
.cta.icon-contact:before {
    content: 'date_range';
    font-family: "Material Icons";
    margin: 0 0 0 -40px;
    position: absolute;
    font-size: 16px;
    background: #eb6f6f;
    border-radius: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    top: 14px;
    line-height: 30px;
}

#usp {
    padding-top: 100px;
    padding-bottom: 100px;
}

#usp h2 {
    font-size: 40px;
    text-align: center;
    color: #383838;
    margin-bottom: 60px;
}

#usp h3 {
    font-size: 21.32px;
    color: #383838;
    margin-bottom: 10px;
    font-family: 'Merriweather';
}

#usp p {
    color: #383838;
    padding-bottom: 62px;
}

#usp a:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 9px;
    padding-left: 10px;
    position: relative;
    top: -1px;
}

@media screen and (max-width: 1366px) {
    #usp .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 50px;
    }
    #usp .row {
        margin-bottom: -50px;
    }
}

#blog-summary .home {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    #usp p {
        max-width: inherit;
    }
}

#footer {
    background-color: #021420;
    color: #fff;
    padding: 0;
}

#footer .img-bg {
    position: relative;
}

#footer .content-footer {
    top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    background: url("/wp-content/uploads/2017/02/hero-content-e1486564284994.jpg");
    background-size: cover;
}

@media screen and (max-width: 1300px) {
    #footer .content-footer {
        background-position: -160%;
    }
}

@media screen and (max-width: 1090px) {
    #footer .content-footer {
        background-position: -100%;
    }
}

@media screen and (max-width: 845px) {
    #footer .content-footer {
        background-position: -1000px;
    }
}

#footer h3 {
    font-family: 'Aller-lt';
    font-size: 24px;
    margin-bottom: 20px;
}

#footer li {
    font-family: 'Aller-lt';
    font-size: 14px;
}

#footer a {
    font-family: 'Aller-lt';
    font-size: 14px;
    color: #fff;
}

#footer strong {
    font-family: 'Aller-bold';
    color: #28bbcf;
    font-size: 16px;
}

#footer .voetnoten-wrapper {
    margin-top: 50px;
}

#footer .voetnoten li {
    font-family: 'Aller-lt';
    font-size: 12px;
    display: inline;
    color: #fff;
}

#footer .voetnoten .menu-item:after {
    opacity: 0.6;
    content: '|';
    color: #fff;
    padding-left: 10px;
}

#footer .voetnoten .menu-item:last-child:after {
    content: none;
}

#footer .voetnoten a {
    font-size: 12px;
}

#footer .madeby li {
    font-family: 'Aller-lt';
    font-size: 12px;
    display: inline;
    color: #fff;
    float: right;
}

@media screen and (max-width: 850px) {
    #footer .madeby li {
        float: inherit;
    }
}

#footer .logo-footer {
    float: right;
}

#footer ul {
    padding: 0;
    margin: 0;
}

#footer .footer-menu-top li {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #footer .voetnoten .menu-item:after {
        padding-left: 5px;
        padding-right: 5px;
    }

    #footer .logo-footer {
        margin-top: 50px;
        float: inherit;
    }

    #footer .col-md-6:nth-child(3) {
        margin-top: 40px;
    }
}

/* Contact */
.hero-content img, .hero-overig img {
    position: relative;
    width: 100%;
}

.hero-content {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.hero-overig {
    position: relative;
    max-height: 560px;
    overflow: hidden;
    background-color: #222222;
    height: 100%;
}

.hero-overig img {
    margin-top: -120px;
}

.hero-blog {
    position: relative;
    height: 78px;
    overflow: hidden;
    background-color: #021420!important;
    margin-bottom: 60px;
}

.over-content img {
    width: 100%;
}

.content-top-over {
    position: absolute;
    top: 40px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .hero-overig img {
        margin-top: inherit;
    }
}

@media screen and (max-width: 991px) {
    .hero-overig img {
        min-height: 600px;
        object-fit: cover;

    }

    .hero-content img {
        min-height: 600px;
        object-fit: cover;
    }

    .arrow-down {
        bottom: 10px;
        font-size: 38px;
    }

    .hero-blog {
        height: 60px;
    }

    .hero-content {
        height: inherit;
    }
}

#contact {
    padding-bottom: 60px;
    padding-top: 60px;
}

#contact .box-sidebar {
    background-color: #2d2e2e;
    padding: 40px;
    min-height: 490px;
    max-width: 380px;
    float: right;
    position: relative;
}

#contact .sidebar-img {
    position: absolute;
    bottom: 0;
    margin-left: -40px;
    width: 305px;
}

#contact h2 {
    color: #222222;
}

#contact .box-sidebar h2 {
    font-family: 'Merriweather';
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

#contact p {
    margin-top: 28px;
}

@media screen and (max-width: 768px) {
    #contact p {
        margin-top: 20px;
    }
}

#contact h1 {
    margin-bottom: 30px;
}

#contact li {
    font-family: 'Merriweather';
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

#contact a {
    color: #fff;
}

#contact .line {
    border: 1px solid #f1f1f1;
    max-width: 40px;
    margin-bottom: 20px;
}

/* Contactform */
input[type="text"],
input[type="email"] {
    font-size: 22px;
    line-height: 26px;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

​
input[type="text"]:focus,
input[type="email"]:focus {
    border: none !important;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7-form textarea {
    font-size: 14px;
}

.wpcf7-form textarea {
    max-height: 150px;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
    min-height: 50px;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .wpcf7-form textarea {
        max-height: 112px;
    }
}

.btn-outline-primary, .wpcf7 input[type=submit] {
    background-color: #27a5b7;
    font-family: 'Aller-lt';
    color: #fff;
    border-radius: 0;
    border-color: #27a5b7;
    font-size: 18px;
    margin-top: 30px;
    max-width: 190px;
    float: right;
}

@media screen and (max-width: 768px) {
    .btn-outline-primary, .wpcf7 input[type=submit] {
        max-width: 100%;
    }
}

.btn-outline-primary, .wpcf7 input[type=submit]:hover {
    background-color: #fff;
    color: #27a5b7;
    border-color: #27a5b7;
}

::placeholder {
    font-family: 'Merriweather';
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'Merriweather';
    color: rgba(150, 150, 150, 0.5) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Merriweather';
    color: rgba(150, 150, 150, 0.5) !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Merriweather';
    color: rgba(150, 150, 150, 0.5) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: 'Merriweather';
    color: rgba(150, 150, 150, 0.5) !important;
}

:focus::placeholder {
    color: rgba(100, 100, 100, 0.25) !important;
}

:focus::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.25) !important;
}

:focus:-moz-placeholder {
    color: rgba(100, 100, 100, 0.25) !important;
}

:focus::-moz-placeholder {
    color: rgba(100, 100, 100, 0.25) !important;
}

:focus:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.25) !important;
}

/*@media screen and (max-width:1200px){
  #contact .sidebar-img{
    bottom: 25px;
  }
}
@media screen and (max-width:991px){
  #contact .sidebar-img{
    bottom: 92px;
  }
}
*/
@media screen and (max-width: 768px) {
    #contact .sidebar-img {
        bottom: 0;
    }

    #contact .box-sidebar {
        max-width: 400px;
        padding: 15px;
        padding-top: 40px;
    }

    #contact {
        padding-bottom: 60px;
    }

    .hero-content {
        margin-top: 60px;
    }

    .hero-overig {
        margin-top: 0;
    }

    .hero-overig img {
        margin-top: inherit;
    }
}

@media screen and (max-width: 767px) {
    #contact .box-sidebar {
        max-width: 100%;
        float: inherit;
    }

    #contact {
        padding-bottom: 0;
    }

    #contact .hide-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

#blog-summary {
    margin-top: 60px;
    margin-bottom: 60px;
}

#blog-summary small {
    font-family: 'Aller-lt';
    font-size: 18px;
    color: #28bbcf;
}

#blog-summary h4 {
    margin-bottom: 60px;
    margin-top: 10px;
}

#blog-summary li {
    color: #28bbcf;
}

#blog-summary li:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 10px;
    padding-left: 6px;
}

#blog-summary .tekst-box h4 {
    font-family: 'Merriweather';
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 14px;
}

#blog-summary p {
    font-size: 14px;
    color: #222222;
    line-height: 28px;
    font-family: 'Aller-lt';
}

@media screen and (max-width: 1200px) {
    #blog-summary p {
        line-height: 16px;
    }
}

.box-item {
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}

.box-item img {
    width: 100%;
    height: 140px;
}

.tekst-box {
    padding: 15px;
    padding-bottom: 37px;
}


@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 991px) {
    .blog-wrapper {
       padding: 15px;
    }
}

@media screen and (max-width: 576px) {
    #blog-summary {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .usp-item h3 {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .usp-item p {
        text-align: center !important;
    }

    .usp-btn {
        position: absolute;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    #blog-summary .tekst-box h4 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .tekst-box {
        padding: 5px;
    }

    #blog-summary li {
        bottom: 20px;
    }

    #blog-summary .home {
        margin-bottom: 20px;
        font-size: 20px;
    }

    #usp {
        padding-top: 60px;
        padding-bottom: 15px;
    }

    #usp h2 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    #usp h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #usp p {
        font-size: 12px;
        line-height: 16px;
    }

    #usp .usp-item {
        margin-bottom: 20px;
    }

    #usp .usp-item li {
        margin-bottom: 0;
    }

    #usp a {
        font-size: 14px;
    }

    #faq {
        margin-bottom: 30px;
    }

    #faq .panel-body p {
        margin-top: 0;
    }

    #waarom-mim {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #waarom-mim h1 {
        font-size: 20px;
        line-height: 24px;
    }

    #waarom-mim p {
        padding-top: 10px;
        font-size: 12px;
    }

    /* Hero homepage */
    .hero-content img {
        width: 550px;
        max-width: inherit;
    }

    /* Einde hero homepage */
    /* Hero overige pagina's */
    .hero-overig img {
        width: 550px;
        max-width: inherit;
        object-fit: cover;
        min-height: 300px;
    }

    .tekst-hero-overig p {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 0;
        max-width: 100%;
        margin-top: 0;
    }

    .tekst-hero-overig {
        top: 45%;
    }

    .tekst-hero-overig h1 {
        font-size: 20px;
        padding-top: 8px;
        line-height: 24px;
    }

    /* Einde hero overige pagina's */
    #footer .content-footer {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    #footer h3 {
        padding-top: 15px;
        font-size: 20px;
    }

    #footer .footer-menu-top li {
        line-height: 24px;
        font-size: 14px;
    }

    #footer strong {
        font-size: 14px;
    }

    #footer li {
        line-height: 24px;
        width: 100%;
        font-size: 12px;
    }

    #footer a {
        font-size: 12px;
    }

    #footer .voetnoten .menu-item:after {
        display: none;
    }

    #footer .logo-footer {
        float: left;
        width: 140px;
        margin-top: 20px;
    }

    #footer .voetnoten-wrapper {
        margin-top: 20px;
    }

    #footer .madeby {
        margin-top: 20px;
    }
}

.maxtext {
    max-width: 750px;
    color: #222;
}
.maxtext p {
    margin: 0 0 50px;
}
.maxtext p > .cta {
    margin-top: 30px;
}
.maxtext figure {
    max-width: 100%;
    margin-bottom: 30px;
}
.maxtext ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.maxtext ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.maxtext ul li:before {
    content: '';
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #222;
    position: absolute;
    left: 0;
}
.maxtext > *:last-child {
    margin-bottom: 0 !important;
}
h1 {
    font-family: 'Merriweather';
    margin: 0 0 5px;
    color: #222;
    font-weight: 700;
    display: block;
    font-size: 50.51px;
    line-height: 51px;
}
h2 {
    font-size: 37.89px;
    line-height: 24px;
    font-family: 'Merriweather';
    margin: 0 0 5px;
    color: #222;
    font-weight: 700;
    display: block;
}
h3 {
    font-size: 28.43px;
    font-family: 'Merriweather';
    margin: 0 0 10px;
    color: #222;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
h4 {
    font-size: 21.32px;
    font-family: 'Merriweather';
    margin: 0 0 10px;
    color: #222;
    font-weight: 700;
    display: block;
}
h5 {
    font-size: 18px;
    font-family: 'Merriweather';
    color: #222;
    margin: 0 0 5px;
    line-height: 1;
    font-weight: 700;
    width: 100%;
    display: block;
}
h6 {
    font-size: 16px;
    font-family: 'Merriweather';
    color: #222;
    margin: 0 0 5px;
    line-height: 1;
    font-weight: 700;
    width: 100%;
    display: block;
}
p {
    display: block;
    margin: 0;
    line-height: 1.5;
}

.margin-center {
    margin: 0 auto;
}

#blog-overzicht h1 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

#blog-overzicht li {
    color: #28bbcf;
}

#blog-overzicht li:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 10px;
    padding-left: 6px;
}

#blog-overzicht h2 {
    font-family: 'Merriweather';
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 14px;
}

#blog-overzicht p {
    font-family: 'Aller-lt';
    font-size: 14px;
    color: #222222;
    line-height: 28px;
}

#blog-overzicht .box-item {
    margin-bottom: 20px;
}

#blog-single {
    margin-top: 60px;
    margin-bottom: 60px;
}

#blog-single .box-sidebar {
    background-color: #2d2e2e;
    padding: 40px;
    min-height: 540px;
}

#blog-single .sidebar-img {
    position: absolute;
    left: 0;
    padding-left: 15px;
    margin-top: 20px;
}

#blog-single h2 {
    font-family: 'Merriweather';
    font-size: 22px;
    margin-bottom: 15px;
}

#blog-single li {
    font-family: 'Aller-lt';
    font-size: 16px;
    line-height: 25px;
    color: #222;
    display: block;
    padding-right: 30px;
    margin-bottom: 0px;
}

#blog-single strong {
    font-family: 'Aller-bold';
    color: #545454;
}

#blog-single i {
    color: #28bbcf;
}

#blog-single .line {
    border: 1px solid #f1f1f1;
    max-width: 40px;
    margin-bottom: 20px;
}

#blog-single .navi a {
    color: #28bbcf;
    font-family: 'Merriweather';
}

#blog-single .navi a:hover {
    color: #222222;
}

#blog-single p {
    color: #222222;
    margin-top: 15px;
    font-family: 'Aller-lt';
    font-size: 16px;
}

#blog-single .lead {
    margin-bottom: 30px;
}

#blog-single h1 {
    margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
    #blog-single h1 {
        margin-top: 25px;
    }
}

#kennismaking .fullwidth-wrapper {
    background-color: #28bbcf;
    padding-top: 60px;
    padding-bottom: 60px;
}

#kennismaking small {
    font-family: 'Aller-lt';
    font-size: 18px;
    color: #fff;
    display: block;
}

#kennismaking h4 {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
}

@media screen and (max-width: 1280px) {
    #kennismaking h4 {
        font-size: 24px;
    }
}

#kennismaking .placeholder-logo {
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 1%;
}

.btn li {
    font-family: 'Aller-lt';
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    transition: ease-in 0.4s;
}

.btn li:hover {
    background-color: #fff;
    color: #28bbcf;
    transition: ease-out 0.4s;
}

.btn-big li {
    font-family: 'Aller-lt';
    background-color: #28bbcf;
    border: 1px solid #28bbcf;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    transition: ease-in 0.4s;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px !important;
}

.btn-big li:hover {
    background-color: transparent;
    color: #28bbcf !important;
    transition: ease-out 0.4s;
}

#over {
    padding-bottom: 60px;
    padding-top: 60px;
}

#over .box-sidebar {
    background-color: #2d2e2e;
    min-height: 535px;
    max-width: 380px;
    float: right;
}

@media screen and (max-width: 991px) {
    #over .box-sidebar {
        float: inherit;
        margin: 0 auto;
        max-width: inherit;
    }
}

#over .sidebar-img {
    width: 335px;
}

#over .sidebar-inner {
    padding: 36px;
}

#over .sidebar-inner i {
    color: #28bbcf;
    padding-right: 10px;
}

#over .fullwidth {
    background-color: #e8e8e8;
    padding: 30px 20px 30px 20px;
    text-align: center;
}

#over .fullwidth img {
    width: 300px;
}

#over .contentblok:first-child {
    margin-bottom: 50px;
}

#over h2 {
    font-family: 'Merriweather';
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}

#over p {
    margin-top: 44px;
}

#over h1 {
    margin-bottom: 30px;
}

#over li {
    color: #fff;
}

.btn-hero li {
    font-family: 'Aller-lt';
    font-size: 14px;
    line-height: 30px;
}

.btn-content li {
    font-family: 'Aller-lt';
    font-size: 14px;
    line-height: 30px;
}

.btn-big li {
    font-family: 'Aller-lt';
    font-size: 14px;
    line-height: 30px;
}

#over .line {
    border: 1px solid #f1f1f1;
    max-width: 40px;
    margin-bottom: 20px;
}

#over .nav-tabs {
    border-bottom: none;
    display: block;
}

#over .contentblok-single h1,
#over .contentblok-single h2 {
    font-size: 43px;
    color: #2d2d2f;
    margin-bottom: 20px;
    line-height: 1;
}

#over .contentblok-single h3 {
    font-size: 36px;
    color: #2d2d2f;
    display: inline;
}

#over .contentblok-single p {
    margin-top: 24px;
}

@media screen and (max-width: 1366px) {
    #over .contentblok-single h1,
    #over .contentblok-single h2 {
        font-size: 36px;
        color: #2d2d2f;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    #over .contentblok-single h1,
    #over .contentblok-single h2 {
        font-size: 30px;
        color: #2d2d2f;
        margin-bottom: 20px;
    }

    #over .contentblok-single h3 {
        font-size: 26px;
        color: #2d2d2f;
    }

    #over .contentblok-single p {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    #over .nav-tabs {
        white-space: nowrap;
        background-color: #222222;
        padding: 10px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: -118px;
        padding-top: 12px;
        width: 100%;
        right: 0;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 500px) {
    #over .nav-tabs {
        top: -45px;
    }
}

#over .nav-tabs li {
    margin-bottom: 14px;
    display: inline-block;
}

.btn-hero li {
    margin-bottom: 14px;
    display: inline-block;
}

.btn-content li {
    margin-bottom: 14px;
    display: inline-block;
}

#over .nav-tabs a {
    background-color: #28bbcf;
    margin-right: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

.btn-hero a {
    background-color: #28bbcf;
    margin-right: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

.btn-content a {
    background-color: #28bbcf;
    margin-right: 5px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #over .nav-tabs a {
        margin-right: 2px;
        padding: 5px 10px 5px 10px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .btn-hero a {
        margin-right: 2px;
        padding: 8px 10px 5px 10px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .btn-content a {
        margin-right: 2px;
        padding: 8px 10px 5px 10px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    #over .nav-tabs li {
        margin-bottom: 5px;
        display: inline-block;
    }

    .btn-hero li {
        margin-bottom: 5px;
        display: inline-block;
    }

    .btn-content li {
        margin-bottom: 5px;
        display: inline-block;
    }
}

#over .nav-tabs a:focus, #over .nav-tabs a:hover {
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
}

.btn-hero a:focus, .btn-hero a:hover {
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
}

.btn-content a:focus, .btn-content a:hover {
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#over .tab-content {
    margin-right: 80px;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    #over .tab-content {
        margin-right: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #over .tab-content {
        margin-top: 30px;
    }
}

#over .tab-pane li {
    color: #000;
    list-style: inherit;
}

#over .tab-pane p {
    margin-top: 0;
}

#over .tab-pane strong {
    font-family: 'Aller-bold';
}

#over .tab-pane ul {
    padding-left: 18px;
}

#faq .panel {
    background-color: #111111;
    transition: 0.3s ease-in;
}

#faq .panel:hover {
    opacity: 0.7;
}

#faq .panel-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 14px;
}

#faq h2 {
    font-family: 'Aller-bold';
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
    font-size: 14px;
}

#faq .panel-title {
    padding: 0;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
}

#faq p {
    margin: 0;
    padding: 0;
}

#faq a {
    text-decoration: none;
}

#faq .panel-default {
    margin-bottom: 8px;
}

#faq .col-md-6 {
    padding: 0;

}

.col-xs-6 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    #over .box-sidebar {
        max-width: inherit;
    }

    #blog-single {
        margin-top: 90px !important;
    }

    .extra-padding {
        padding-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    #over .box-sidebar {
        float: inherit !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    #over {
        padding-top: 20px;
    }

    #contact {
        padding-top: 30px;
    }

    #blog-single {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    #over h1, #contact h1 {
        margin-bottom: 10px;
    }

    #over p, #contact p {
        margin-top: 10px;
    }

    #over {
        padding-bottom: 2px;
    }

    #contact li {
        font-size: 12px;
        line-height: 20px;
    }

    #over li {
        font-size: 12px;
        line-height: 20px;
    }

    #blog-single p {
        line-height: 18px;
    }

    #blog-single .lead {
        margin-bottom: inherit;
    }

    #blog-single li {
        font-size: 12px;
    }

    #blog-single .line {
        margin-bottom: 2px;
    }

    #blog-single .navi {
        display: none;
    }

    #kennismaking .fullwidth-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #kennismaking small {
        font-size: 12px;
    }

    #kennismaking .btn {
        margin-right: 15px;
        top: 3px;
    }

    #over .contentblok:first-child {
        margin-bottom: 20px;
    }

    #contact .box-sidebar {
        min-height: 420px;
    }

    h1 {
        font-size: 20px !important;
    }

    p {
        font-size: 12px !important;
    }

    .btn-outline-primary, .wpcf7 input[type=submit] {
        max-width: inherit;
        font-size: 14px;
    }

    .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7-form textarea {
        font-size: 12px;
    }

    #over .sidebar-inner {
        padding: 15px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .hero-overig br, .hero-content br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #contact .container {
        width: 100%;
    }

    #contact .sidebar-img {
        width: inherit;
        margin-right: 15px;
        left: 30px;
        bottom: 1px;
    }
}

@media screen and (max-width: 500px) {
    #contact .box-sidebar {
        min-height: 440px;
    }
}

@media screen and (max-width: 425px) {
    .box-item img {
        height: 110px;
    }
}

@media screen and (max-width: 375px) {
    .box-item img {
        height: 90px;
    }
}

/* Extra styling fixes 14/07/2017 */
/* Mobile */
@media screen and (max-width: 400px) {
    .hero-content {
        height: 100vh;
        margin-top: 0;
    }

    .hero-content img {
        height: 100vh;
        object-fit: cover;
    }

    .page-template-homepage .hero-content h1 {
        font-size: 52px !important;
        line-height: 47px !important;
    }

    .page-template-homepage .hero-content .tekst-hero {
        padding-top: 32% !important;
    }

    .arrow-down {
        bottom: 10px;
        font-size: 50px;
    }

    #over-ons {
        padding-top: 90px !important;
        margin-top: -90px !important;
    }
    .page-template-homepage #usp .col-xs-6 {
        width: 100%;
    }

    .page-template-homepage #usp .usp-item {
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8%;
        min-height: 200px;
        margin-bottom: 0;
    }

    .page-template-homepage #usp .usp-item p {
        margin-bottom: 0;
        max-width: inherit;
    }

    .page-template-homepage #usp .usp-item a {
        bottom: 0;
    }

    .page-template-homepage #usp .usp-item h3 {
        max-width: inherit;
    }

    #kennismaking .btn {
        width: 100%;
        position: relative;
        margin-top: 0;
    }
}

.single-blog .btn {
    position: absolute;
    right: 0;
    top: 20px;
}
.hero-content iframe .mute {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 100px;
    color: #fff;
    z-index: 999 !important;
}

#over #kruimelpad {
    margin-left: 2px;
    margin-bottom: 28px;
}

#over #kruimelpad .breadcrumbs {
    font-family: 'Aller-lt';
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    #over #kruimelpad .breadcrumbs {
        font-size: 11px;
    }
}

#over #kruimelpad .breadcrumbs a {
    color: #a9a9a9;
}

#over #kruimelpad .breadcrumbs .home {
    color: #1fadc1 !important;
}

#over #kruimelpad .breadcrumbs .home:hover {
    color: #a9a9a9;
}

.wpcf7 {
    max-width: 100%;
}

/* Sticky navbar overzichtpagina */
#sticky-menu {
    background-color: #ffffff;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    z-index: 99999;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

#sticky-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0;
}

#sticky-menu ul li {
    display: inline-block;
    text-align: center;
    font-family: 'aller-lt';
}

#sticky-menu a {
    color: #021420;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
    transition: ease-in 0.4s;
}

@media screen and (max-width: 1680px) {
    #sticky-menu a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1366px) {
    #sticky-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#sticky-menu a:active, #sticky-menu a:focus, #sticky-menu a:hover {
    text-decoration: none !important;
    background: #28bbcf;
    color: #FFFFFF;
    transition: ease-in 0.4s;
}

@media screen and (max-width: 1200px) {
    #sticky-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1025px) {
    #sticky-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #sticky-menu a {
        padding-left: 5px;
        padding-right: 5px;
    }

    #sticky-menu {
        top: 88px;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    #sticky-menu {
        display: none;
    }
}

#over .contentblok-one {
    padding-top: 60px;
    padding-bottom: 60px;
}

#over .contentblok-two {
    padding-top: 60px;
    padding-bottom: 60px;
}

#over .contentblok-two-wrapper {
    background: #e1e1e1;
}

#over .contentblok-single strong {
    font-family: 'aller-bold';
}

#over .contentblok-one img {
    height: 350px;
    object-fit: cover;
    width: 90%;
}

#over .contentblok-two img {
    height: 350px;
    object-fit: cover;
    width: 90%;
}

.page-template-overzichtspagina #over {
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-overzichtspagina #over .contentblok-single p {
    margin-right: 50px;
}

@media screen and (max-width: 1200px) {
    .page-template-overzichtspagina #over .contentblok-single p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    #over .contentblok-one img {
        width: inherit;
        height: 450px;
    }
}

@media screen and (max-width: 500px) {
    #over .contentblok-one {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #over .contentblok-two {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-template-overzichtspagina #over .contentblok-single p {
        margin-right: inherit;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    #over .sidebar-img {
        width: 100%;
    }

    #blog-summary .tekst-box h4 {
        font-size: 18px;
        margin-top: 6px;
    }

    .nav-link {
        padding: 1em 1em;
        font-size: 15px;
        margin-top: 10px;
    }
}

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

.page-template-content #over .contentblok-single li {
    font-family: 'Aller-lt';
    color: #222222 !important;
    font-size: 16px;
}

.page-template-content #over .contentblok-single li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-right: 6px;
    font-size: 13px;
}

@media screen and (max-width: 576px) {
    .page-template-content #over .contentblok-single li {
        font-size: 12px;
    }

    .page-template-content #over .contentblok-single li:before {
        font-size: 10px;
    }

    .page-template-content #over .content-links {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    .tekst-hero-overig {
        top: 50%;
    }
}

.icon-social-menu {
    position: absolute;
    bottom: 100px;
}

.icon-social-menu-2 {
    position: absolute;
    bottom: 100px;
    left: 60px;
}

.icon-tel-menu {
    position: absolute;
    bottom: 100px;
    right: 15px;
}

.icon-social-menu i {
    font-family: 'Fontawesome';
    font-size: 20px;
    background-color: #28bbcf;
    padding: 11px 16px;
    color: #fff;
}

.icon-social-menu-2 i {
    font-family: 'Fontawesome';
    font-size: 20px;
    background-color: #28bbcf;
    padding: 11px 16px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
}

.icon-tel-menu i {
    font-family: 'Fontawesome';
    font-size: 20px;
    background-color: #28bbcf;
    padding: 11px 16px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
    border-radius: 30px;
}

@media (min-width: 1921px) {
    .container {
        width: 1240px;
        max-width: 100%;
    }
}

@media screen and (min-width: 1365px) and (max-width: 1920px) {
    .container {
        width: 1150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1364px) {
    .container {
        width: 1150px;
    }
}

/* Video homepage */
@media screen and (min-width: 1200px) {
    .vjs-text-track-display, .vjs-big-play-button, .vjs-current-time, .vjs-time-control, .vjs-duration, .vjs-duration-display, .vjs-control-text, .vjs-progress-control, .vjs-progress-holder, .vjs-load-progress, .vjs-control-text, .vjs-mouse-display, .vjs-play-progress, .vjs-live-control, .vjs-live-display, .vjs-control-text, .vjs-remaining-time, .vjs-remaining-time-display, .vjs-custom-control-spacer, .vjs-playback-rate, .vjs-chapters-button, .vjs-subtitles-button, .vjs-captions-button, .vjs-fullscreen-control, .vjs-caption-settings, .vjs-text-track-display, .vjs-play-control, .vjs-volume-menu-button, .vjs-text-track-display, .vjs-loading-spinner, .vjs-error-display, .vjs-progress-control, .vjs-live-control {
        display: none;
    }

    .vjs-control-bar {
        margin-left: -200px;
    }

    .vjs-poster {
        display: block;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button.vjs-vol-3 span {
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar .vjs-volume-menu-button {
        display: block;
        outline: none;
        height: 60px;
        width: 70px;
        pointer-events: all !important;
        position: absolute;
        right: 340px;
        bottom: 140px;
    }

    @media screen and (max-width: 1680px) {
        #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar .vjs-volume-menu-button {
            right: 140px;
        }
    }
    @media screen and (max-width: 1366px) {
        #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar .vjs-volume-menu-button {
            bottom: 80px;
        }
    }
    @media screen and (max-width: 1200px) {
        #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar .vjs-volume-menu-button {
            right: 100px;
        }
    }
    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button span {
        font-size: 0;
        display: block;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button span:after {
        font-family: 'FontAwesome';
        content: '\f028';
        font-size: 40px;
        color: #fff;
        line-height: 40px;
        width: 40px;
        text-align: center;
        display: block;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button.vjs-vol-0 span:after {
        font-family: 'FontAwesome';
        content: '\f026';
        color: #fff;
        line-height: 30px;
        width: 30px;
        text-align: center;
        display: block;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button.vjs-vol-3 span:after {
        font-family: 'FontAwesome';
        content: '\f028';
        color: #fff;
        line-height: 30px;
        width: 30px;
        text-align: center;
        display: block;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar div.vjs-volume-menu-button span {
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 99;
        pointer-events: none;
    }

    #video .inner-video .video-yt .youtube-vid-dimensions .vjs-control-bar {
        position: absolute;
        display: block;
        z-index: 999999;
        bottom: 30px;
        right: 30px;
        float: inherit;
    }

    .page-template-homepage [type=button] {
        -webkit-appearance: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .page-template-content .container {
        width: 1340px;
    }
}

.contentblok-single a {
    color: #28bbcf;
    font-weight: bold;
    transition: ease-in 0.4s;
}

.contentblok-single a:hover {
    color: #000;
    transition: ease-in 0.4s;
}

.video-poster-desk img {
    opacity: 1;
    animation: fadeout 3s linear forwards;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.navbar-inverse .navbar-nav .active > .nav-link {
    color: #28bbcf;
}

.extra-buttons {
    padding-top: 25px;
}

.over_intro_text {
    padding: 100px 0;
}

.home-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#mute-vid {
    font-size: 50px;
}

@media screen and (max-width: 990px) {
    #mute-vid, .toggle-mute {
        display: none;
    }
}

.socials {
    margin-top: 30px;
}

.socials .linkedin {
    background: #28bbcf;
    border-radius: 50%;
    padding: 7px 11px;
    font-size: 18px !important;
}

.socials .linkedin:hover {
    opacity: 0.5;
    transition: ease-in-out 0.5s;
}

.socials .facebook {
    background: #28bbcf;
    border-radius: 50%;
    padding: 7px 13px;
    font-size: 18px !important;
    margin-right: 5px;
}

.socials .facebook:hover {
    opacity: 0.5;
    transition: ease-in-out 0.5s;
}

.page-template-homepage .tekst-hero .btn-hero {
    display: inline-block;
}
.hero-form {
    padding: 30px 30px 15px 30px;
    max-width: 300px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: -110px;
}
.hero-form p {
    font-family: 'Aller-lt';
    color: #222222;
    font-size: 14px;
}
.hero-form .wpcf7 input[type=submit] {
    float: left;
    margin-top: 10px;
    width: 100%;
    max-width: inherit;
    font-size: 16px;
    background-color: #28bbcf;
    color: #fff;
}
.hero-form .wpcf7 .wpcf7-form p {
    margin-bottom: 10px;
}

@media screen and (max-width: 990px) {
    .hero-form {
        padding: 30px 30px 15px 30px;
        max-width: inherit;
        background: #fff;
        position: absolute;
        right: 0;
        top: inherit;
        left: 0;
        margin-top: 35px;
    }
    .tekst-hero-overig {
        top: 25%;
    }
    .hero-overig img {
        min-height: 775px;
    }
    .hero-overig {
        max-height: 775px;
    }
}
@media screen and (max-width: 576px) {
    .hero-form {
        margin: 30px 15px 0 15px;
    }
}

.rm-box-item {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
}

.full-height {
    height: 100%;
}
/* Flex */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-center{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-space-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-space-around{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.align-top{
    align-items: flex-start;
}
.align-bottom{
    align-items: flex-end;
}
.align-center{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.usp-btn {
    position: absolute;
    bottom: 0;
}

.blog-overzicht-wrapper {
    padding: 15px;
}