/*
Theme Name: Svensk Gardening
Author: Friks Web & Marketing
Author URI: http://www.friks.frl
Version: 1.0

2017, Friks. All rights reserved
*/


/*########################################################################################################################
						######### <---*/


/* blauw oud: 3363a5


ALGEMEEN {}


/*---> #################################################################
########################################################################################################################*/

* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

p {
    margin-bottom: 25px;
    font-size: 1.9rem;
    line-height: 2.8rem;
    font-weight: 300;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

li {
    list-style-type: none;
}

html {
    font-size: 62.5%;
    line-height: 1;
}

body {
    font-family: 'Signika', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.7rem;
}

.wrapper {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}

.wrapper--layout {
    max-width: 1152px;
    width: 90%;
    margin: 0 auto;
}

.wrapper--usp {
    max-width: 1152px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: absolute;
    bottom: -30px;
    z-index: 1;
}

.wrapper--small {
    width: 870px;
}

.wrapper--full {
    max-width: 1280px;
    padding: 0px;
}

/* .wrapper--content {
    width: 1020px;
} */

.wrapper--fullheight {
    height: 100%;
}

.cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

#container {
    min-height: 100%;
}

.smooth {
    transition: all 200ms ease-in-out;
}

.position-fix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 20px;
}

a {
    transition: all 200ms ease-in-out;
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

.btn {
    background: #56AF31;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 17px 36px 16px 36px;
    color: #FFF;
    display: inline-block;
    width: 100%;
}

.btn--header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.bg-grey {
    background-color: #f3f3f3;
    color: #2a2a2a;
}

.bg-white {
    background-color: #FFF;
    color: #2a2a2a;
}

/* .bg-green {
    background-color: #42a533;
    color: #FFF;
} */

.bg-green, .bg-blue {
    background-color: #56AF31;
    color: #FFF;
}


/*########################################################################################################################
						######### <---*/

ALGEMEEN {}


/*---> #################################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

TYPOGRAFIE {}


/*---> ###############################################################
########################################################################################################################*/

h1,
.h1 {
    font-size: 4.8rem;
    line-height: 5.7rem;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
}

h3 {
    font-size: 2.0rem;
    line-height: 3.2rem;
    font-weight: 600;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}


/*########################################################################################################################
						######### <---*/

TYPOGRAFIE {}


/*---> ###############################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

HEADER {}


/*---> ###################################################################
########################################################################################################################*/
/* header {
    position: fixed;
    z-index: 20;
    width: 100%;
    background-color: #fff;
}

.header {
    height: 100px;
    text-align: center;
    z-index: 2;
}

.header__logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 318px;
} */

.header--wrapper {
    /* max-width: 1586px; */
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
}

.topbar {
    height: 98px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 19px;
    color: #56AF31;
    background-color: #fff;
}

.topbar span {
    margin-right: 10px;
}

.topbar a {
    font-weight: bolder;
}

.topbar--info {
    padding-bottom: 37px;
    display: flex;
    align-items: center;
}

.topbar--info img {
    margin-right: 13px;
}

.contact-toggle {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.banner {
    min-height: 620px;
    color: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 129px;
    padding-top: 28px;
}

.banner--small {
    min-height: 320px;
}

.page-id-202 .banner {
    padding-bottom: inherit;
}

.banner__inner {
    /* position: absolute;
    right: 0px;
    bottom: 200px !important; */
}

.banner__title {
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 5.7rem;
}

.banner__subtitle {
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 5.7rem;
    margin-bottom: 20px;
}

.contact-box {
    background: #56AF31;
    position: absolute;
    width: 100%;
    height: 100px;
    line-height: 100px;
    z-index: 2;
    display: none;
    color: #FFF;
}

.contact-box__info {
    font-size: 2.3rem;
    opacity: 0;
}

.contact-box__info:nth-child(1) {
    transition: opacity 1s, transform 0.5s;
    transform: translateY(-100px);
}

.contact-box__info:nth-child(2) {
    transition: opacity 1.2s, transform 0.5s;
    transform: translateY(-200px);
}

.contact-box__info:nth-child(3) {
    transition: opacity 1.5s, transform 0.5s;
    transform: translateY(-300px);
}

.contact-box.open .contact-box__info {
    opacity: 1;
    transform: translateY(0px);
}

.contact-box .wrapper {
    display: flex;
    justify-content: space-between;
}

.section-contact--logos {
    padding-top: 4.16vw;
    padding-bottom: 4.16vw;
}

.contact--logos { 
    max-width: 748px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-bottom: 50px;
}

.contact--logos > div {
    flex: 0 0 33.333333%;
    margin-bottom: 2vw;
    display: flex;
    justify-content: center;
} 

/*  FORM */

input,
textarea {
    border: 1px solid#000;
    border-radius: 3px;
}

/* ul#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
} */

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    flex: 1 1 50%;
}


/**/

/* NAVIGATION */



/**/

/* NAVIGATION */

.nav--container {
    max-width: 1586px;
    width: 100%;
}

nav {
    background-color:#F3F3F3;
    max-width: 1586px;
    margin: 0 auto;
}

.navbar {
    display: flex;
    align-items: center;
    height: 80px;
    /* overflow: hidden; */
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: -33px;
    background-color: #F3F3F3;
  }
  
  .navbar img {
    width: 100%;
    justify-self: flex-start;
    margin-left: 45px;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar ul .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 20px;
    align-items: flex-start;
    background: #F3F3F3;
    padding: 10px 10px;
    width: auto;
  }

  .navbar ul .sub-menu li{
    margin: 10px 0 10px 0;
  }

  .navbar ul .sub-menu li a{
    color: #000;
  }

  .navbar ul .sub-menu li a:hover {
    color: #56AF31;
  }
  
  .navbar ul li {
      margin-right: 40px;
  }

  .navbar ul li .parent {
    display: none;
  }

  .navbar ul li:hover {
    color: #56AF31;
}

.navbar ul li.menu-item-has-children:hover .sub-menu{
    display: flex;
}

  .navbar ul li:last-child {
    margin-right: 0px;
    padding: 0 44px;
    background: #56AF31;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 800;
  }

  .navbar ul li:last-child:hover {
      text-decoration: underline;
  }

  .navbar ul li .sub-menu li:last-child{
    background: none;
    color: inherit;
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    height: auto;
  }
  
  .nav-item a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
  }
  
  .nav-item a:hover {
    color: #3498db;
  }
  
  /* MOBILE MENU & ANIMATION */
  
  .menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
  }
  
  .menu-toggle {
    justify-self: flex-end;
    margin-right: 25px;
    display: none;
  }
  
  .menu-toggle:hover{
    cursor: pointer;
  }
  
  #mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
  }
  
  #mobile-menu.is-active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  
  #mobile-menu.is-active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
  
/*########################################################################################################################
						######### <---*/

HEADER {}


/*---> ###################################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

CONTENT {}


/*---> ##################################################################
########################################################################################################################*/


/* - BLOKKEN - */

.blok {
    padding: 70px 0px 70px 0px;
}

.blok.bg-grey {
    padding: 70px 0px 85px 0px;
}

.blok__wrapper {
    z-index: 1;
}

.blok--container {
    width: 100%;
}

.blok--overlap-up {
    padding: 0px !important;
    z-index: 10;
}

.blok--overlap-down {
    padding: 0px !important;
    z-index: 10;
}

.blok--overlap-up .blok__wrapper {
    top: -35px;
}

.blok--overlap-down .blok__wrapper {
    bottom: -35px;
}

.blok__text-wrapper {
    width: 290px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 11px;
    transform: translateX(-100%);
    padding: 145px 0px;
    z-index: 1;
}

.blok__text-wrapper--content {
    left: 290px;
}

.blok__text-wrapper--small {
    height: 80%;
}

.left .blok__text-wrapper {
    left: auto;
    right: 90px;
    transform: translateX(100%);
}

.blok__text {
    padding: 40px 36px;
    width: 371px;
}

.blok__afbeelding {
    /* height: 490px; */
    padding-top: 68%;
    width: 800px;
}

.blok__video {
    width: 800px;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.video--component {
    position: relative;
    height: 482px;
}

.play-btn {
    background-image:  url('images/play_btn.png');
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    max-width: 45px;
    height: auto;

}

.blok__afbeelding--big {
    width: 810px;
    /* height: 600px; */
    padding-top: 74%;
}

.blok__title {
    font-size: 2.3rem;
    line-height: 3.2rem;
    font-weight: 600;
    color: inherit;
}

.blok__subtitle {
    font-size: 2.3rem;
    line-height: 3.2rem;
    font-weight: 300;
}

.blok__btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* - VIDEO - */

/* .video {
    padding-top: 56.25%;
} */

.video__thumbnail {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.video__play-button {
    background-image: url('images/play-button.png');
    width: 96px;
    height: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
}

.video__titles {
    left: 75px;
    top: 60px;
    position: absolute;
    font-size: 2.3rem;
    line-height: 3.2rem;
    z-index: 3;
}

.video__title {
    font-weight: 600;
}

.video__sub-title {
    font-weight: 300;
}

.video__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.video__video iframe {
    width: 100%;
    height: 100%;
    background: #000;
}


/* - NIEUWS - */

.nieuws {
    padding: 80px 0px 0px 0px;
}

.nieuws .wrapper {
    padding: 0px 5px;
    display: flex;
    flex-wrap: wrap;
}

.nieuws__blok-wrapper {
    width: 33.33333333%;
    padding: 0px 15px;
}

.nieuws__blok {
    background: #FFF;
    height: 100%;
}

.nieuws__blok a {
    display: block;
}

.nieuws__thumbnail {
    /* height: 290px; */
    padding-top: 80%;
}

.nieuws__text {
    padding: 40px 30px 70px 30px;
    font-size: 2.3rem;
    line-height: 3.2rem;
}

.nieuws__title {
    font-weight: 600;
    margin-bottom: 5px;
}

.nieuws__blok:hover a.link {
    color: #56AF31;
}

.nieuws__sub-title {
    font-weight: 300;
}

.nieuws__button {}

.section--cta {
    padding-bottom: 4.16vw;
    padding-top: 4vw;
}
.cta--wrapper {
    max-width: 1534px;
    width: 90%;
    margin: 0 auto;
}

.cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color:#56AF31;
    color: #fff;
    justify-content: space-around;
    width: 100%;
    padding:  1.5vw 2.5vw;
}

.cta--item {
    display: flex;
    align-items: center;
    flex: 1 1 0px;
    font-size: 30px;
    padding: 15px 56px;
}


.cta--item:nth-child(2) {
    /* min-width: 600px; */
    border-left: 2px solid white;
    border-right: 2px solid white;
}


.cta--item span {
    font-weight: 100;
}

.cta--icon {
    margin-right: 30px;
}

.cta--title {
    margin-bottom: 20px;
}

/* .cta-box__title {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 3.2rem;
}

.cta-box__text {
    font-weight: 300;
    border-bottom: 1px #FFF solid;
    padding-bottom: 18px;
    font-size: 2.3rem;
    line-height: 3.2rem;
}

.cta-box__text:last-of-type {
    border-bottom: 0px;
}

.cta-box__map {
    text-align: right;
} */


/* - CTA - */

/* .cta {
    padding: 80px 0px 110px 0px;
    font-weight: 300;
    display: flex;
} */

.cta .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cta__left {
    font-size: 2.3rem;
    line-height: 3.2rem;
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding-right: 25px;
}

.cta__right {
    width: 50%;
    font-size: 4.8rem;
    line-height: 5.7rem;
    color: #373737;
    word-break: break-all;
}

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

.cta__contact .text {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
}

.cta__right .bold {
    font-weight: 600;
}

.cta__inner {
    float: right;
}

/* - USP - */

.usp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color:#56AF31;
    color: #fff;
    justify-content: space-around;
    width: 100%;
    padding:  1.2vw 2.76vw;
}

.usp > div {
    font-family: Signika;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
}




/* - Content - */

.margin-bottom {
    margin-bottom: 40px;
}

.content {
    top: -170px;
    background: #FFF;
    padding: 60px 80px;
    margin-bottom: -170px;
}

.content h1 {
    margin-bottom: 25px;
}

.intro-text p {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 3.2rem;
}

.content__image-wrapper {
    margin-top: 45px;
    /* right: -160px; */
}

.page-id-202 .content__image-wrapper {
    right: -50px;
}

.content__image {
    padding-top: 60%;
    margin-left: 100px;
}

.related__title {
    text-align: center;
    margin-bottom: 30px;
}

.google-map {
    padding: 80px 0px 0px 0px;
}

.google-map__holder {
    position: relative;
}

.google-map__dropdowns {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 25px;
}

.google-map__dropdowns > * {
    margin-right: 25px;
}

.google-map__dropdowns select {
    display: flex;
    align-items: center;
    width: auto;
    height: 50px;
    padding-right: 42px;
    padding-left: 20px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 0.940948C12.0037 0.757525 11.9523 0.577404 11.8526 0.425624C11.753 0.273844 11.61 0.157947 11.4437 0.0940481C11.2774 0.030149 11.096 0.021422 10.9247 0.0690801C10.7534 0.116738 10.6008 0.218413 10.4879 0.35997L6.0138 5.76116L1.54126 0.35997C1.47167 0.262048 1.38332 0.180041 1.28167 0.119084C1.18001 0.058127 1.06725 0.0195338 0.950508 0.00572066C0.833763 -0.00809251 0.715543 0.00317226 0.603203 0.0388094C0.490863 0.0744465 0.386814 0.133688 0.297637 0.212825C0.208461 0.291961 0.136123 0.389288 0.085001 0.498709C0.0338793 0.608131 0.00516602 0.72729 0.000636064 0.848725C-0.00389485 0.970159 0.0158014 1.09125 0.0586185 1.20442C0.101437 1.31759 0.166385 1.4204 0.2494 1.50641L5.36536 7.69028C5.44549 7.78739 5.54495 7.86537 5.65704 7.91884C5.76914 7.97231 5.89114 8 6.01459 8C6.13803 8 6.26004 7.97231 6.37213 7.91884C6.48422 7.86537 6.58378 7.78739 6.66391 7.69028L11.7848 1.50641C11.919 1.35019 11.9952 1.14983 12 0.940948L11.9998 0.940948Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 20px;
    border: 2px solid #56AF31;
}

.google-map__title {
    display: block;
    margin-bottom: 20px;
}

.google-map__map {
    width: 100%;
    height: 580px;
    border: 10px #fff solid;
}

.google-map [role="dialog"] button {
    right: 0 !important;
    top: 0 !important;
}

.google-map [role="dialog"] {
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 15%) !important;
    margin-top: -10px !important;
}

.google-map [role="dialog"] + .gm-style-iw-tc {
    margin-top: -10px !important;
}

.map-popup {
    padding: 10px !important;
}

.map-popup p {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.map-popup__title {
    margin-bottom: 10px !important;
}

/* List */

.wrapper--content ul, .wrapper--content ol {
    padding-left: 20px;
    margin: 10px 0;
}

.wrapper--content ul li, .wrapper--content ol li {
    list-style-type: disc;
    font-size: 1.9rem;
    line-height: 2.8rem;
    font-weight: 300;
}

/*########################################################################################################################
						######### <---*/

CONTENT {}


/*---> ##################################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

FOOTER {}


/*---> ###################################################################
########################################################################################################################*/

.bottomslider {
    padding-top: 60px;
}

.bottomslider__image {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.bottomslider__slider h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.footer {
    background: #56AF31;
    color: #FFF;
    width: 100%;
}

.footer .wrapper {
    padding: 0px;
}

.footer__inner {
    max-width: 1534px;
    width: 90%;
    display: flex;
    align-items: center;
    padding: 36px 0;
    margin-top: 35px;
    font-size: 16px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

#menu-footer-menu {
    padding: 0;
    list-style: none;
    font-size: 10px;
    margin-bottom: 0;
}

#menu-footer-menu li {
    display: inline;
    font-size: 17px;;
}

#menu-footer-menu li a::after {
    content: "|";
    margin: 5px;
}

.footer__text {
  
    margin-right: 20px;
}

.footer__logo {
  
    vertical-align: middle;
}


/*########################################################################################################################
						######### <---*/

FOOTER {}


/*---> ###################################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

GRAVITY FORMS {}


/*---> ###################################################################
########################################################################################################################*/

.custom-button .gform_button {
    background: #56AF31;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    padding: 17px 36px 16px 36px;
    color: #FFF;
    display: inline-block !important;
    border: none;
}


/*########################################################################################################################
						######### <---*/

GRAVITY FORMS {}


/*---> ###################################################################
########################################################################################################################*/


/*########################################################################################################################
						######### <---*/

RESPONSIVE {}


/*---> ###############################################################
########################################################################################################################*/

@media (max-width:1250px) {
    .content__image-wrapper {
        right: auto;
    }
    .page-id-202 .content__image-wrapper {
        right: auto;
    }
    .blok__text-wrapper--content {
        left: 290px;
    }
    html {
        font-size: 55%;
    }

    .cta {
        flex-direction: column;
    }

    .cta--item {
        text-align: center;
        font-size: 22px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .cta--item:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .cta--icon {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .cta--title {
        margin-bottom: 12px;
    }

}

@media (max-width:1145px) {
    .blok__inner {
        width: 100%;
    }
    .blok__afbeelding--big,
    .blok__afbeelding,
    .blok__video {
        width: 100%;
    }
    .blok__text {
        padding: 20px;
        padding-bottom: 70px;
    }
    .blok__text-wrapper {
        /* left: auto;
        right: auto; */
        transform: translateX(0px);
        min-height: 250px;
        height: auto;
        position: relative;
        right: auto !important;
        left: auto !important;
        padding: 0px;
        width: 100%;
        min-height: 0px;
    }
    .right .blok__text-wrapper {
        left: 30px;
    }
    .left .blok__text-wrapper {
        right: 30px;
        transform: translateX(0px);
    }
    .blok--overlap-down .wrapper--full.blok__wrapper {
        bottom: 0px;
    }
    .blok--overlap-up .wrapper--full.blok__wrapper {
        top: 0px;
    }
    .nieuws {
        padding: 80px 0px 100px 0px;
    }
    .nieuws__blok-wrapper {
        width: 50%;
    }
    .related .nieuws__blok-wrapper {
        width: 33.33333333%;
    }
    .cta-wrapper {
        width: 100%;
        padding-bottom: 30px;
    }
    .cta {
        padding: 30px 0px 40px;
    }
    .cta .wrapper {
        display: block;
    }
    .cta__left {
        display: block;
        width: 100%;
    }
    .cta__right {
        display: block;
        width: 100%;
    }
    .cta__contact {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .cta__inner {
        float: none;
    }

    .content__image {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 819px) { 
     /* MOBILE NAVIGATION */

     nav {
        position: fixed;
        z-index: 20;
        width: 100%;
        background-color: white;
    }

    .nav--container {
        position: fixed;
        width: 100%;
        z-index: 100;
        top: -12px;
        min-width: 100%;
    }

    .topbar {
        padding-right: 65px;
    }
       
    .navbar ul {
      display: flex;
      flex-direction: column;
      position: fixed;
      justify-content: flex-start;
      top: 131px;
      left: 0px;
      height: 100%;
      background-color: #fff;
      height: calc(100vh - 55px);
      transform: translate(-107%);
      text-align: center;
      overflow: hidden;
      z-index: 20;
      /* transition: transform 0.7s ease-in-out; */
    }
    
    .navbar li {
      padding: 15px;
    }

    .navbar ul li {
        margin-right: 0px;
        font-size: 20px;
        margin-bottom: 20px;
        width: 100%;
    
    }
    
    .navbar li:first-child {
      margin-top: 50px;
    }

    .navbar ul .sub-menu {
        position: relative;
        width: 100%;
        transform: inherit;
        height: auto;
    }

    .navbar ul li a {
        width: 100%;
    }

    .navbar ul li .sub-menu li:last-child{
        padding: 15px;
    }

    .navbar ul li.menu-item-has-children .parent{
        display: block;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .navbar ul li .sub-menu .parent {
        display: none;
    }

    /* .navbar ul li.menu-item-has-children a::after {
        content: "▼";
        padding-left: 5px;
        position: absolute;
        right: 0;
     }
     .navbar ul li.menu-item-has-children .sub-menu li a::after{
        content: none;
     }
     */
    /* .navbar li a {
      font-size: 1rem;
    } */
     
    .menu-toggle, .bar {
      display: block;
      cursor: pointer;
    }
    
    .mobile-nav {
        transform: translate(0%)!important;
        /* transition: transform 0.7s ease-in-out; */
    }

    .topbar--info {
        padding-bottom: 21px;
    }

    .usp {
        flex-direction: column;
        margin-bottom: 43px;
    }

    .usp > div {
        font-size: 18px;
        margin: 10px;
    }

    .wrapper--usp {
        bottom: -176px;
        bottom: -69px;
    }

    /* .banner {
        margin-top: 129px;
        padding-top: 28px;
        padding-bottom: 4rem;
    } */

    .banner--small {
        min-height: 308px;
    }

    .navbar img {
        width: 195px;
    }

    .navbar {
        padding: 0;
    }

    .wrapper--usp {
        position: relative;
    }

    .topbar {
        font-size: 14px;
    }

    .video--component {
        height: 45vw;
    }
}

@media (max-width:768px) {
    .video__titles {
        display: none;
    }
    .blok__btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .btn {
        padding: 17px 36px 16px 36px;
    }
    .header__logo {
        left: 20px;
        transform: translateX(0px) translateY(-50%);
    }
    .contact-box {
        height: auto;
        line-height: normal;
        padding: 30px 0px;
    }
    .contact-box__info {
        line-height: 3.2rem;
    }
    .contact-box .wrapper {
        display: block;
    }
    .content {
        padding: 30px 40px;
    }
    .related .nieuws__blok-wrapper {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    html {
        font-size: 48%;
    }
    p {
        margin-bottom: 20px;
    }
    .content__image-wrapper {
        margin: 25px 0px;
    }
    .btn {
        padding: 13px 25px 12px 25px;
    }
    .header__logo img {
        width: 250px;
    }
    .nieuws__blok-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .related .nieuws__blok-wrapper {
        width: 100%;
    }
    .nieuws {
        padding-bottom: 50px;
    }
    .blok.bg-grey {
        padding: 40px 0px 65px 0px;
    }
    /* .blok__text-wrapper {
        position: relative;
        right: auto !important;
        left: auto !important;
        padding: 0px;
        width: 100%;
        min-height: 0px;
    } */
    .cta__right {
        word-break: normal;
        word-break: break-all;
    }
    .content {
        padding: 25px;
    }
    .content h1 {
        font-size: 4rem;
        line-height: 4.9rem;
    }
    .content__image {
        margin-left: 0px;
    }
    .blok__text {
        padding-bottom: 50px;
        width: 100%;
    }
    .content__image-wrapper .blok__text {
        padding-bottom: 30px;
    }
    .nieuws {
        padding: 30px 0px;
    }
    .cta-wrapper {
        padding-bottom: 0px;
    }
    .video__play-button {
        width: 60px;
        height: 60px;
    }
    .footer {
        height: auto;
    }
    .footer__inner {
        width: 100%;
        padding: 30px 20px;
        float: none;
    }
    .footer__text {
        width: 100%;
        display: block;
        padding: 20px 0px;
    }
    .footer__logo {
        width: 100%;
        display: block;
    }
    .position-fix {
        right: auto;
        left: 0px;
    }
    .banner__inner {
        right: auto;
        left: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:495px) { 
	.banner__title {
		font-size: 4.5rem;
	}
    .banner__subtitle {
        font-size: 4rem;
    }

    .contact--logo img {
        width: 55%;
    }
}

@media (max-width:375px) {
    html {
        font-size: 45%;
    }
    .cta__right {
        font-size: 3.5rem;
        line-height: 4.4rem;
    }
    .header__logo img {
        width: 210px;
    }
    .btn {
        padding: 10px 25px 9px 25px;
    }

    .banner__title,
    .banner__subtitle {
        font-size: 4rem;
    }
}


/*########################################################################################################################
						######### <---*/

RESPONSIVE {}


/*---> ###############################################################
########################################################################################################################*/


/* =WordPress Core
-------------------------------------------------------------- */

html #wpadminbar {
    position: fixed !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* - HELPERS - */ 

/* .pb-blok {
    padding-bottom: 4.65vw;
} */

