/*GENERAL STYLING*/
@font-face {
    font-family: 'Gordita';
    src: url('../FONTS/Gordita-Medium.woff2') format('woff2'),
    url('../FONTS/Gordita-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../FONTS/Gordita-Regular.woff2') format('woff2'),
    url('../FONTS/Gordita-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gordita', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00003D;
}

p, a, span, select, li, td, th, option, form input, b, ul, textarea, label, button {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Gordita', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00003D;
}

h1 {
    font-size: 61px;
    line-height: 71px;
    color: white;
}

h2 {
    font-size: 61px;
    line-height: 71px;
    color: #00003D;
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
    color: white;
}

h5 {
    font-size: 21px;
    line-height: 28px;
}

h6 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #00003D;
}

a.email, a.tel {
    color: #00003D;
}

.section-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.section-container.text-indent .plate--container {
    padding-left: 12%;
    padding-right: 12%;
}

/* afbeelding met link blok */
.afbeelding-element {
    width: 100%;
    height: 250px;
    position: relative;
}

.afbeelding-met-link {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.afbeelding-met-link svg {
    position: absolute;
    width: 40px;
    z-index: 3;
    transition: .2s ease;
    opacity: 0;
    right: -20px;
    bottom: -40px;
}

.afbeelding-met-link:hover svg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    z-index: 3;
    opacity: 1;
    transition-delay: .2s;
}

.afbeelding-met-link-titel h3 {
    color: #FFFFFF;
    padding: 20px 25px;
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 20px;
}

.afbeelding-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.afbeelding-met-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.35);
}

.afbeelding-met-link:after {
    content: '';
    position: absolute;
    background-color: #00003D;
    transform: rotate(51deg);
    width: 100px;
    height: 200px;
    right: -5px;
    bottom: -210px;
    z-index: 2;
    transition: ease-in .3s;
}

.afbeelding-met-link:hover:after {
    content: '';
    position: absolute;
    background-color: #00003D;
    transform: rotate(51deg);
    width: 100px;
    height: 200px;
    right: -5px;
    bottom: -78px;
    z-index: 2;
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 60px;
}

.overflow {
    overflow-x: hidden;
}

.nav-link {
    display: block;
    padding: 4px 1rem;
}

.fixed-header li.nav-item a.dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu a.dropdown-item:hover {
    color: rgb(161, 160, 193) !important;
    background-color: #00003D;
}

.dropdown-menu a.dropdown-item:before {
    content: none;
}

.dropdown-menu:before {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 30px;
    background-color: #ffffff00;
    content: '';
    left: 0;
    z-index: 6;
}

.dropdown-menu {
    border-radius: 0;
    left: 0px;
    z-index: 5;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    list-style: none;
    color: #FFFFFF;
    background-color: #00003D;
    border: none;
    transition: ease-in .3s;
}

.dropdown-item {
    border: 0;
    animation-duration: 0.25s;
}

.dropdown-item:before {
    content: none;
}


/*PARAGRAPH*/

.paragraph.licht h1,
.paragraph.licht h2,
.paragraph.licht h3,
.paragraph.licht h4,
.paragraph.licht h5,
.paragraph.licht h6,
.paragraph.licht p {
    color: white !important;
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6,
.paragraph p {
    color: #00003D;
}

/*SMALL COLUMN*/

.small-column {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-column.midden {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.small-column.rechts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.small-column-inner {
    max-width: 600px;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    color: #00003D;
    opacity: .8;
}

.button {
    min-width: 180px;
    height: 60px;
    background-color: #00003D;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button:hover {
    background: rgba(49, 45, 47, .8);
}

.button a {
    position: relative;
    width: auto;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 18px;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 22px 32px;
    font-weight: 400;
    height: 100%;
}

.button.licht {
    background: rgba(255, 255, 255, 1);
}

.button.licht:hover {
    background: rgba(255, 255, 255, .8);
}

.button.licht a {
    color: black;
}

.button-wrapper .button {
    margin-top: 20px;
}

p a:hover {
    text-decoration: none;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.plate--container {
    position: relative;
    max-width: none !important;
    padding-left: 6%;
    padding-right: 6%;
    z-index: 0;
}

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*NAVIGATION*/
.navigation, .navbar {
    height: 90px;
    position: relative;
}

.navigation {
    padding: 0 6%;
}

.navigation.fixed-header {
    background: white;
}

.navigation.menu-open .bars {
    margin-top: 0;
    position: relative;
}

.navigation.menu-open .bar-1 {
    transform: rotate(45deg);
}

.navigation.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}

.navigation.menu-open .bar-2 {
    opacity: 0;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    position: relative;
}

.navbar-nav #magic-line {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
}

.navbar-nav .social_media {
    position: relative;
    margin-left: auto;
    margin-right: 15px;
}

.navigation {
    position: fixed;
    width: 100%;
    z-index: 10;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-toggler {
    display: block;
    z-index: 5;
    position: relative;
    right: 0;
    top: 4px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bar {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: white;
}

li.nav-item {
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-nav li.nav-item.last {
    padding-right: 0 !important;
}

li.nav-item:nth-child(1) {
    animation-delay: .0s
}

li.nav-item:nth-child(2) {
    animation-delay: .06s
}

li.nav-item:nth-child(3) {
    animation-delay: .12s
}

li.nav-item:nth-child(4) {
    animation-delay: .18s
}

li.nav-item:nth-child(5) {
    animation-delay: .24s
}

li.nav-item:nth-child(6) {
    animation-delay: .30s
}

li.nav-item:nth-child(7) {
    animation-delay: .36s
}

li.nav-item:nth-child(8) {
    animation-delay: .42s
}

.dropdown-item:nth-child(1) {
    animation-delay: .0s
}

.dropdown-item:nth-child(2) {
    animation-delay: .06s
}

.dropdown-item:nth-child(3) {
    animation-delay: .12s
}

.dropdown-item:nth-child(4) {
    animation-delay: .18s
}

.dropdown-item:nth-child(5) {
    animation-delay: .24s
}

.dropdown-item:nth-child(6) {
    animation-delay: .30s
}

.dropdown-item:nth-child(7) {
    animation-delay: .36s
}

.dropdown-item:nth-child(8) {
    animation-delay: .42s
}

.navbar-collapse.pushed li.nav-item {
    -webkit-animation-delay: unset;
    -moz-animation-delay: unset;
    -o-animation-delay: unset;
    animation-delay: unset;
}

li.nav-item a {
    color: white;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.nav-item a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: transparent;
    display: block;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.nav-item:hover a:before,
li.nav-item.active a:before {
    background: white;
}

.fixed-header li.nav-item:hover a:before,
.fixed-header li.nav-item.active a:before {
    background: #00003D;
}

.fixed-header li.nav-item a {
    color: #00003D;
}

.navbar-nav .social_media a {
    margin-right: 12px;
}

.navbar-brand {
    margin-right: 100px;
    z-index: 1;
    width: 20%;
}

.navbar-nav .social_media a:before {
    color: white;
}

.fixed-header .navbar-nav .social_media a:before {
    color: #00003D;
}

.navbar-brand img {
    filter: brightness(0) invert(1);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fixed-header .navbar-brand img {
    filter: invert(0);
}

/* Speerpunten */
.speerpunt-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.speerpunt-wrapper .speerpunt-header,
.speerpunt-wrapper .speerpunt-body {
    position: relative;
}

.speerpunt-wrapper .speerpunt-body {
    padding-left: 20px;
}

.speerpunt-wrapper .speerpunt-body .tekst p {
    color: #616161;
}

.speerpunt-wrapper .speerpunt-body p.intro {
    margin-bottom: 10px;
}

.speerpunt-wrapper .speerpunt-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

/*HOME HEADER*/

.header-wrapper {
    position: relative;
    height: 70vh;
}

.header-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-wrapper-inner .header-slide {
    position: relative;
    width: 100%;
    height: 100%;

    background-position: center right; /*CENTER RIGHT KLOPT NIET*/
    background-repeat: no-repeat;
    background-size: cover;
}

.header-wrapper-inner .header-slide .header-content {
    position: relative;
    top: 25vh;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
}

.header-wrapper-inner .header-slide .header-content .title-wrapper {
    position: relative;
    color: white;
}

.header-wrapper-inner .header-slide .header-content .title {
    position: relative;
    max-width: 500px;
    margin: 0 auto 40px auto;
}

.header-wrapper-inner .header-slide .header-content .subtitel p.subtitle {
    color: white;
}

p.subtitle {
    margin-bottom: 10px;
}

.slider-navigation {
    position: absolute;
    right: 6%;
    width: 20%;
    bottom: 10vh;
    height: 50px;
}

.slider-navigation .slide-counter p {
    margin-bottom: 0;
    color: white;
}

.next-prev-slide {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.next-prev-slide svg {
    width: 25px;
    height: 25px;
}

.next-prev-slide .next-slide {
    margin-left: 30px;
    cursor: pointer;
}

.next-prev-slide .prev-slide {
    cursor: pointer;
}

svg.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*BRANDS SECTION*/

.title-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-wrapper {
    margin-bottom: 40px;
}

.title-wrapper .intro p {
    max-width: 80%;
    margin-bottom: 0;
}

.link-naast-titel {
    padding-right: 6%;
    position: relative;
    width: auto;
}

.link-naast-titel a {
    line-height: 44px;
    border-bottom: 1px solid #00003D;
    display: block;
}

.brand-container {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*BRANDS CARD*/

.item-wrapper {
    position: relative;
    width: 22.5%;
    margin-bottom: 40px;
}

.item-wrapper .item-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-wrapper .image-inner {
    position: relative;
    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-wrapper .image-inner:before {
    content: '';
    padding-bottom: 120%;
    display: block;
}

.item-wrapper .item-inner-wrapper {
    position: relative;
    margin-top: -5%;
}

.item-wrapper .merk-info {
    position: relative;
    opacity: 0;
    padding-left: 5%;
    margin-top: 10px;
}

.item-wrapper.active .merk-info {
    -webkit-animation: fadeInUp .3s ease-out;
    animation: fadeInUp .3s ease-out;
    -webkit-animation-fill-mode: forwards;
}

/*.brand-container .item-wrapper:nth-child(1) {
    margin-top: 40px;
}
.brand-container .item-wrapper:nth-child(2) {
    top: -135px;
}*/
.brand-logo {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.brand-logo .logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.item-wrapper.active .image-inner {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.item-wrapper.active .brand-logo {
    opacity: 0;
}

.above-post-container {
    width: 30%;
}

.item-wrapper.blog .date p {
    color: rgba(49, 45, 47, .45);
    font-size: 12px;
}

.item-wrapper.blog .titel p {
    margin-bottom: 5px;
}

/*TEXT WITH IMAGE*/

.text-image-wrapper {
    position: relative;
    width: 100%;
}

.text-image-wrapper .text-image-column {
    position: relative;
    width: 50%;
}

.text-image-wrapper .text.text-image-column {
    background: white;
    padding: 150px 110px;
}

.text-image-wrapper .text-image-column .titel {
    position: relative;
    margin-bottom: 23px;
}

.text-image-wrapper .text-image-column .tekst {
    position: relative;
    margin-bottom: 20px;
}

.text-image-wrapper .image.text-image-column .image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.link {
    position: relative;
    display: inline-block;
}

.link a {
    border-bottom: 1px solid #00003D;
    color: #00003D;
    line-height: 44px;
    display: block;
}

.background-svg {
    position: absolute;
    z-index: 0;
    right: calc(-6% + -15px + -50%);
    top: -100%;
    opacity: .99;
}

/*FOOTER*/

.footer-wrapper {
    position: relative;
    width: 100%;
    background: #D5D6DD;
    padding-bottom: 65px;
}

.social_media a {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    opacity: .25;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social_media a:before {
    content: '';
    background: transparent;
    height: 25px;
    width: 25px;
    font-size: 22px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    text-align: center;
    z-index: 2;
    position: relative;

    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social_media a.vimeo:before {
    content: '\f27d';
}

.social_media a.twitter:before {
    content: '\f099';
}

.social_media a.instagram:before {
    content: '\f16d';
}

.social_media a.facebook:before {
    content: '\f230';
}

.social_media a.linkedin:before {
    content: '\f0e1';
}

.social_media a.pinterest:before {
    content: '\f0d2';
}

.social_media a:hover {
    opacity: 1;
}

.footer-column-wrapper {
    position: relative;
    padding-top: 140px;
    padding-bottom: 70px;
}

.footer-column {
    position: relative;
    width: 33.3334%;
}

.footer-column.right {
    text-align: right;
}

.copyright-bar {
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(49, 45, 47, .1);
}

.copyright-bar p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
    opacity: .5;
}

.footer-column.left p, .footer-column.left a {
    margin-bottom: 0;
    display: block;
}

.footer-column.left a.email {
    margin-top: 25px;
}

/*POST HEADER*/

.post-header-wrapper {
    position: relative;
    height: 40vh;
    background: #00003D;
}

.post-header-wrapper-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 12%;
    padding-right: 6%;
    padding-bottom: 90px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.post-header-wrapper-inner p.subtitle {
    color: white;
}

.post-header-wrapper-inner .title-wrapper {
    margin-bottom: 0;
}

.post-header-wrapper-inner .title-wrapper h1 {
    margin-bottom: 0;
}

.post-header-wrapper .breadcrumbs {
    position: absolute;
    right: 6%;
    top: 120px;
}

.post-header-wrapper .breadcrumbs a, .post-header-wrapper .breadcrumbs span {
    color: white;
    text-transform: lowercase;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
}

/*BRAND OVERZICHTSPAGINA*/

.post-overview-wrapper {
    position: relative;
    background: #ECE7E3;
    padding: 150px 0;
}

/*INSTAGRAM*/

.instagram-wrapper {
    position: relative;
    width: 100%;
}

.instagram-wrapper .title-wrapper {
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 80px;
}

.instagram-wrapper .link-naast-titel {
    padding-right: 0;
}

#instafeed {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

#instafeed .image-container {
    width: 21%;
    height: 0;
    padding-bottom: 21%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#instafeed .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer;
}

/*.position .image-container:nth-child(4n+1) {
}
.position .image-container:nth-child(4n+2) {
    top: 50px;
}
.position .image-container:nth-child(4n+3) {
    top: -50px;
}
.position .image-container:nth-child(4n+4) {
}*/

/*GOOGLE MAPS*/

.google-maps {
    height: 600px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 1;
}

.locatie-overzicht,
.locatie-map {
    height: 100%;
    position: relative;
    width: 50%;
}

#maps-section,
#maps-container {
    position: relative;
    height: 100%;
}

.locatie-overzicht {
    background-color: white;
    padding: 70px 40px 70px 70px;
}

.locaties {
    position: relative;
    overflow-y: scroll;
    height: 460px;
    padding-right: 40px;
}

/* width */
.locaties::-webkit-scrollbar {
    width: 5px;
    right: -30px;
    position: absolute;
}

/* Track */
.locaties::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.locaties::-webkit-scrollbar-thumb {
    background: rgba(236, 231, 227, 1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.locaties .partnerinfo {
    position: relative;
    height: 170px;
    background: white;
    border-top: 1px solid #ECE7E3;
    padding: 30px;
    cursor: pointer;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.locaties .partnerinfo:last-child {
    border-bottom: 1px solid #ECE7E3;
}

.locaties .partnerinfo.active {
    background: rgba(236, 231, 227, .2) !important;
}

.locaties .partnerinfo:hover {
    background: rgba(236, 231, 227, .15);
}

.locaties .partnerinfo p {
    margin-bottom: 0;
}

.locaties .partnerinfo .link {
    position: absolute;
    top: 15px;
    right: 30px;
}

#maps-container .gm-style {
    height: 105% !important;
}

/*FORM STYLING*/

.form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form label {
    position: absolute;
    top: 14px;
    left: 1px;
    color: rgba(49, 45, 47, .3);
    cursor: auto;
    z-index: -1;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

form .input_field.active label,
form .input_field.filled label {
    top: -13px;
    font-size: 10px;
    margin-bottom: 0;
}

form .input_field {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    min-height: 25px;
    border-bottom: 1px solid #00003D;
}

form .input_field input:focus,
form .input_field textarea:focus {
    outline: none;
}

form .input_field input[type="file"] {
    background: white !important;
    padding-left: 0;
    -webkit-appearance: none;
}

form .input_field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

form .input_field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

form .input_field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid #00003D;
}

form .input_field.AVG input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin: 2.5px 7.5px 7.5px 0;
    cursor: pointer;
}

form .input_field input[type="checkbox"]:checked {
    color: #99a1a7;
}

form .input_field input[type="checkbox"]:checked:after {
    content: '\2714';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    top: -2px;
    left: -2px;
    color: black;
    padding: 3px;
    display: block;
    padding-left: 6px;
}

form .input_field input,
form .input_field textarea {
    border: none;
    padding: 15px 2px;
    width: 100%;
    background: transparent;
}

form .input_field textarea {
    min-height: 150px;
}

form .input_field p {
    margin-bottom: 0;
}

form .submit_button {
    margin-top: 40px;
    cursor: pointer;
    border: 0;
    color: white;
}

form .submit_button:focus {
    outline: none;
}

form .input_field.AVG {
    border-bottom: 0;
}

form .input_field.AVG label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    top: unset;
    bottom: 0 !important;
    cursor: pointer;
    margin-bottom: unset !important;
    font-size: 19px;
    z-index: 0;
}

/*BRAND DETAIL*/

.overview .section-container.first {
    background: #ECE7E5;
    padding: 150px 0;
}

.overview .small-column-inner {
    max-width: none;
    width: 50%;
    position: relative;
    padding-right: 5%;
}

.overview .small-column-inner p {
    margin-bottom: 0;
}

.overview .small-column-inner .titel {
    margin-bottom: 30px;
}

.overview .small-column .image-wrapper {
    position: relative;
    width: 50%;
}

.overview .small-column .image-wrapper .image-inner {
    width: 65%;
    position: relative;
    margin: 0 auto;
    display: block;
}

/*MEDIA QUERIES*/
@media (min-width: 1026px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
        justify-content: flex-end;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    li.nav-item {
        position: relative;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .google-maps {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .locatie-overzicht, .locatie-map {
        width: 100%;
    }

    .locatie-overzicht {
        height: 100%;
        order: 2;
        padding: 40px;
    }

    .locatie-map {
        order: 1;
        height: 300px;
    }

    .locaties {
        overflow-y: auto;
        height: 100%;
        padding-right: 0;
    }

}

@media screen and (max-width: 1025px) {
    /*MENU RESPONSIVE*/
    .menu-open #navbarResponsive {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-open #navbarResponsive.pushed {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .main-content-wrapper {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .main-content-wrapper.pushed {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    #navbarResponsive {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: white;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding-top: 100px;
    }

    .menu-open .navbar-brand img {
        filter: invert(.8);
    }

    .menu-open li.nav-item a {
        color: #00003D;
    }

    .menu-open .navbar-nav .social_media a:before {
        color: #00003D;
    }

    .menu-open .navbar-toggler .bar,
    .fixed-header .navbar-toggler .bar {
        background-color: #00003D;
    }

    .navbar-nav .social_media {
        margin-left: 0;
        position: absolute;
        bottom: 100px;
        left: 6%;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .bar.bar-3 {
        margin-bottom: 0;
    }

    li.nav-item {
        padding-right: 6% !important;
        padding-left: 6% !important;
    }

    li.nav-item a {
        font-size: 45px;
        line-height: 55px;
    }

    .navbar-nav {
        position: initial;
    }

}

@media screen and (max-width: 989px) {
    .item-wrapper {
        width: 70%;
    }

    .item-wrapper .item-inner-wrapper {
        margin-top: -5%;
    }

    .item-wrapper .merk-info {
        padding-left: 5%;
    }

    .item-wrapper.active .image-inner {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }

    .brand-container .item-wrapper:nth-child(1) {
        margin-top: 0;
    }

    .brand-container .item-wrapper:nth-child(2) {
        top: 0;
    }

    .brand-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-image-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-image-wrapper .image {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .text-image-wrapper .text.text-image-column {
        position: relative;
        width: 100%;
        background: white;
        padding: 80px 60px;
        height: auto;
    }

    .item-wrapper.active .brand-logo {
        opacity: 1;
    }

    .plate--column {
        flex-basis: 100%;
        max-width: 100%;
    }

    .footer-column-wrapper {
        padding-top: 70px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-column.right {
        margin-bottom: 0;
        text-align: left;
    }

    .copyright-bar {
        text-align: left;
    }

    .footer-column.left a.email {
        margin-top: 10px;
    }

    .title-wrapper.above-post-container {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .title-wrapper.above-post-container .intro p {
        max-width: 100%;
    }

    .title-wrapper.above-post-container .titel-intro {
        margin-bottom: 0;
    }

    .post-overview-wrapper {
        padding: 75px 0;
    }

    .post-header-wrapper .breadcrumbs {
        display: none;
    }

    .post-header-wrapper-inner {
        padding-bottom: 30px;
    }

    .header-wrapper {
        height: 85vh;
    }

    #instafeed .image-container {
        width: 47%;
        padding-bottom: 50%;
        margin-bottom: 3%;
        top: 0;
    }

    .plate--column {
        min-height: auto;
    }

    li.nav-item a:before {
        display: none;
    }

    li.nav-item a {
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 600;
    }

    .navbar-nav li.animated {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }
}

@media screen and (max-width: 767px) {
    .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .title-wrapper .titel-intro {
        margin-bottom: 30px;
    }

    .title-wrapper .titel-intro .intro p {
        max-width: 100%;
    }

    .title-wrapper .link-naast-titel {
        padding-right: 0;
    }

    .item-wrapper {
        width: 100%;
    }

    .header-slide .title-wrapper {
        text-align: left;
    }

    .post-header-wrapper .title-wrapper {
        text-align: left;
    }

    .slider-navigation {
        height: 40px;
    }

    .slide-counter {
        top: 55px;
        position: relative;
        text-align: center;
    }

    .next-prev-slide {
        width: 100%;
    }

    .next-prev-slide .prev-slide {
        position: relative;
        width: 50%;
        text-align: center;
    }

    .next-prev-slide .next-slide {
        text-align: center;
        margin-left: 0;
        position: relative;
        width: 50%;
    }

    h1, h2 {
        font-size: 51px;
        line-height: 61px;
    }

    .locaties .partnerinfo {
        height: auto;
        padding: 20px;
    }

    .locatie-overzicht {
        padding: 20px;
    }

    .overview .small-column-inner .titel {
        margin-bottom: 15px;
    }

    .overview .small-column .image-wrapper {
        width: 100%;
        height: auto;
    }

    .overview .small-column-inner {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .small-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .header-wrapper-inner .header-slide .header-content .title {
        margin-bottom: 30px;
    }

    h1, h2 {
        font-size: 41px;
        line-height: 51px;
    }

    li.nav-item a {
        font-size: 41px;
        line-height: 51px;
    }
}

/*MAX HEIGHT MEDIA QUERY*/

@media only screen and (max-height: 775px) {
    .post-header-wrapper {
        height: 300px;
    }

    .post-header-wrapper-inner {
        padding-bottom: 30px;
    }
}




