/*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;
}
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: #312D2F;
}
h1 {
    font-size: 61px;
    line-height: 71px;
    color: white;
}
h2 {
    font-size: 61px;
    line-height: 71px;
    color: black;
}
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: #312D2F;
}

a.email, a.tel{
    color: #312D2F;
}
.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%;
}
/*PARAGRAPH*/

.paragraph.licht {
    color: white!important;
}
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6,
.paragraph p {
    color: inherit;
}
/*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: #312D2F;
    opacity: .8;
}
.button {
    min-width: 180px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background: rgba(49,45,47, 1);
    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: 11px 32px 13px 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;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.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;
    background: transparent;

    -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: -24px;
    height: 1px;
    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: #312D2F;
}
.fixed-header li.nav-item a {
    color: #312D2F;
}
.navbar-nav .social_media a {
    margin-right: 12px;
}
.navbar-brand {
    margin-right: 100px;
    z-index: 1;
}
.navbar-nav .social_media a:before {
    color: white;
}
.fixed-header .navbar-nav .social_media a:before {
    color: #312D2F;
}
.navbar-brand img {
    filter: invert(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;
}
.fixed-header .navbar-brand img {
    filter: invert(.8);
}

/*
HOME HEADER*/

.header-wrapper {
    position: relative;
    height: 100vh;
}
.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: 12%;
    padding-right: 6%;
}
.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-bottom: 40px;
}
.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;
    border-bottom: 1px solid white;
}
.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 #312D2F;
    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 #312D2F;
    color: #312D2F;
    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: #ECE7E3;
    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: #312D2F;
}
.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 #312D2F;
}

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 #312D2F;
}

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-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .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: #312D2F;
    }
    .menu-open .navbar-nav .social_media a:before {
        color: #312D2F;
    }
    .menu-open .navbar-toggler .bar,
    .fixed-header .navbar-toggler .bar {
        background-color: #312D2F;
    }
    .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;
    }
}




