/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

body{
    font-family: 'Playfair Display', serif;
    font-family: 'Montserrat', sans-serif;
}
.rest--day #navigation, .rest--day .footer{
    opacity: 0.7;
    pointer-events: none;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #FFFFFF;
    /*text-shadow: 5px 5px 10px rgba(0, 0, 0, .25);*/
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
}

h3 {
    font-family: 'Playfair Display', sans-serif;
    color: #945b7f;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #FFFFFF;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #0A5B80;
}

a {
    color: #556b86;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
    color: #0A5B80;
}

p {
    font-family: 'Playfair Display', serif;
    color: #4a6a87;
}

input:focus{
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}


:focus {
    outline: 0 dotted!important;
    outline: 0 -webkit-focus-ring-color!important;
}

.breadcrumbs {
    position: absolute;
    color: #945b7f;
    margin-top: 10px;
}

.breadcrumbs a {
    color: #945b7f;
}

.breadcrumbs a:hover {
    color: #70415f;
}

.main-content {
    padding: 119px 0 50px 0;
}


.plate--container {
    width: 100%!important;
    max-width: none!important;
    padding-left: 16%!important;
    padding-right: 16%!important;
}
/* ------ Wizard stappen styling -------*/

.steps-form {
    height: 60px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    margin: 60px 0 0 0;
}

.page{
    padding: 113px 0px 0 0;
}


.line {
    width: 100%;
    height: 1px;
    background-color: #ADADAD;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;

}

.steps-form-content {
    width: 100%;
    height: auto;
    color: #ADADAD;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.bolletje {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid rgba(85, 107, 134, .5);
    font-family: 'Fa 300', sans-serif;
    padding: 7px 0 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bolletje.is-done {
    border: 1px solid #eab80f;
}
.bolletje:after {
    content: '\f00c';
    background: transparent;
    font-family: FontAwesome;
    width: 54px;
    height: 54px;
    top: 2px;
    left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    color: #eab80f;
    font-size: 25px;
}
.bolletje.is-done:after {
    opacity: 1;
}
.bolletje h3{
    color: rgba(85, 107, 134, .5);
    font-family: 'Fa 300', sans-serif;
    font-size: 26px;
}
.bolletje.is-done h3 {
    display: none;
}

.steps-form-content label{
    margin-top: 50px;
    color: rgba(85, 107, 134, .5);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bolletje.actief {
    color: #ffffff;
    background-color: #4a6a87;
    border-style: none;
}

.bolletje.actief h3{
    color: rgb(255, 255, 255);
    font-family: 'Fa 300', sans-serif;
    font-size: 26px;
}

.steps-form-content.actief label{
    margin-top: 10px;
    color: #4a6a87;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 12px;
}


.step_content {
    margin-top: 60px;
}

.contactform.steps {
    width: 100%;
}
.step-wrapper {
    width: 100%;
    position: relative;
}
.step-sidebar-wrapper {
    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;
}
.steps-wrapper {
    width: 100%;
    position: relative;
}
.step-sidebar-wrapper .steps-wrapper {
    width: 70%;
}
.step-sidebar-wrapper .sidebar {
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 0;
    width: 25%;
}

/* ------ Wizard stappen styling end -------*/

/* ------ zeno -------- */
.zeno_form .step-wrapper{
    margin-bottom: 100px;
}

.zeno_form .steps-wrapper {
    background-color: white;
    margin-bottom: 100px;
    padding: 25px;
    border: 1px solid #945b7f;
}


/* ------ zeno end ------ */
.sign-in-wrapper {
    width: 100%;
    position: relative;


}



/* ------ NAVBAR -------*/

#navigation {
    border-bottom: 1px solid #945b7f;
    height: auto;
    min-height: 120px;
    background: white;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.navbar {
    padding: 10px 0;
    height: 100%;
}

.navbar-brand .logotext .company{
    font-family: 'Playfair Display', sans-serif;
    color: #945b7f;
    font-size: 39px;
    line-height: 50px;
    font-weight: 700;
    text-transform: none;
}

.navbar-brand .logotext h3{
    font-family: Montserrat, sans-serif;
    color: #4a6a87;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

#navigation.sticky {
    position: fixed;
    border-radius: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 75px;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

#navigation.sticky .nav-item.active:before {
    top: -10px;
}

li.nav-item {
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.nav-item:hover a{
    color: #945b7f;

}

.nav-item.active a.nav-link {
    color: #945b7f;
    font-weight: 600;
}

option {
    background-color: #f1f5fb;
    padding: 0;
}

.button.blue {
    width: 50%;
    min-width: 150px;
    z-index: 5;
    border: 2px solid #556b86;
    border-radius: 5px;
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    color: #556b86;
}

.navbar-toggler .bars {
    margin-left: auto;
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 30px;
    border: 1px solid white;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    right: -10px;
}

/*.navbar-toggler .bars:hover {
    vertical-align: middle;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-content: center;
    background: #0d4149;
    border-radius: 30px;
}*/

.navbar-toggler .bar {
    width: 17px;
    height: 2px;
    border-radius: 0px;
    margin-bottom: 3px;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: #4a6a87;
}

.navbar-toggler{
    padding: .25rem .0rem .25rem .75rem;
}
.plate--column {
    padding-right: 0rem;
    padding-left: 0rem;
    min-height: 0px;
}

/*---------   HEADER ---------*/

.home_header {
    position: relative;
    overflow: hidden;
}

.header-bg {
    height: auto;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.header_content_wrapper {
    height: 100%;
    position: relative;
}

.header_content_wrapper .header_content {
    position: relative;
    width: 100%;
    height: 100%;
}


.header_content_wrapper .header_content_inner {
    position: relative;
    display: block;
    width: 49%;
    margin-top: auto;
    padding: 25px 30px 20px;
    clear: none;
    border-left: 1px none #000;
    border-radius: 10px;
    background-image: -o-linear-gradient(top, #4a6a87, #4a6a87);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4a6a87), to(#4a6a87));
    background-image: linear-gradient(180deg, #4a6a87, #4a6a87);
    -webkit-box-shadow: 0 10px 58px -5px #000;
    box-shadow: 0 10px 58px -5px #000;

}

.intro_subtitle.home_title h2{
    font-size: 50px;
    line-height: 52px;
}
.header_content_wrapper .header_content .intro_subtitle p {
    color: #FFFFFF;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}

/* .header_content_wrapper .header_content p {
    font-family: 'Playfair Display', sans-serif;
    color: #e8eef8;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    text-shadow: 0 0 20px #556b86;

} */

.header_content_wrapper .header_content .header_content_inner .header-right {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 37px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.header-right .submit_input_filter {
    width: unset;
}

.header_content_wrapper .header_content .header_content_inner a{
    color: #FFFFFF;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header_content_wrapper .header_content .button.blue {
    margin-top: 80px;
}

.header_content {
    height: 400px;
}

.flex-container.abonnee {
    padding-left: 0px;
    padding-right: 0px;
    margin: 50px 0 0 0;
}

.abonneevoordeel_filters, .activiteiten_filters{
    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;
    justify-content: flex-start;
    width: 100%;
}

.announce_form {
    padding: 0;
}

/*----------- FILTER ---------------*/
.submit_input_filter {
    width: 100%;
    display: block;
    padding: 5px 25px 5px 25px;
    /*    padding-left: 25px;*/
    float: left;
    height: 35px;
    border-radius: 10px;
    background-color: #eab80f;
    -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
    -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
    -o-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}

.submit_input_filter:hover {
    background-color: #945b7f;
    -webkit-box-shadow: 0 0 30px 2px #945b7f;
    box-shadow: 0 0 30px 2px #945b7f;
    color: #fff;
}

.submit_input_filter a {
    text-decoration: none;
    background-color: transparent;
    color: white;
}

.step_content .col-md-2{
    padding: 0;
}

.sidebar h2{
    margin-top: 0px;
    font-family: 'Playfair Display', sans-serif;
    color: #945b7f;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
}

.top-bar a{
    text-decoration: underline;
}

.top-bar-search-wrapper{
    width: 100%;
    position: relative;
    right: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    display: block!important;
}

.top-bar-search-wrapper input[type='text']{
    width:100%;
    /*font: inherit;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zoeken {
    width: 100%;
    height: 42px;
    margin-bottom: 0;
    padding: 10px 0;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #000 #000 rgba(85, 107, 134, .5);
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.w-input, .nav-item{
    letter-spacing: 0;
}

.w-input{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff00;
    color: #556b86;
    /*border: 1px solid #cccccc;*/
}
.w-input:hover, .w-input:focus  {
    /*   box-shadow: 0 0 20px -3px rgba(64, 64, 64, 0.45); */
    /*    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);*!*/
    border-color: #000 #000 #945b7f;
    /*  border-width: 2px;*/
    /*border-radius: 10px;*/
}

.form-wrapper,
.title-search-wrapper {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.title-search-wrapper {
    margin-bottom: 40px;
}
.title-search-wrapper h1 {
    color: #556b86;
}

form#searchform {
    width: 100%
}
.form-wrapper {
    margin-bottom: 20px;
}
.form-wrapper form#searchform {
    width: 49%;
    position: relative;
}
.form-wrapper form#searchform .forminput {
    width: 48%;
    position: relative;
}
.form-wrapper form#searchform .forminput:nth-child(2) {
    margin-left: 4%;
}
.form-wrapper .activity-filter {
    width: 32%;
    position: relative;
}
.form-wrapper .search-wrapper {
    width: 15%;
    position: relative;
}
.select-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: -1;
    font-size: 12px;
    color: #222222;
}

.form_input.textarea {
    height: 100%;
    width: 100%;
}


.dropdown-item {
    padding-left: 10px;
    background-image: -o-linear-gradient(top, #f1f5fb, #f1f5fb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fb), to(#f1f5fb));
    background-image: linear-gradient(180deg, #f1f5fb, #f1f5fb);
    color: #556b86;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}
/*----------   ACTIVITEITEN OVERZICHT  ----------------*/

.titel_overzicht h2{
    display: none;
}

.full-link-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bedrijf-super-container {
    position: relative;
    width: 100%;
}
.maandenoverview {
    width: 100%;
}
.maandenoverview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.93);
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.activiteiten_filters h3 {
    width: 100%;}
#activiteit-container,
#activiteit-container .maand {
    width: 100%;
}

.activiteit-item{
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.items-wrapper{
    position: relative;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;}
.items-wrapper h3{
    width: 100%;
}
.item-wrapper {
    width: calc(1/3 * 100% - (1 - 1/3) * 16px);
    margin: 16px 16px 0px 0;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.abonneevoordeel_filters .item-wrapper:nth-child(3n){
    margin-right: 0;
}
.item-wrapper .cancel{
    background: #eab80f;
    height: 45px;
    width: 280px;
    padding-right: 60px;
    padding-left: 60px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transform: rotate(-45deg) translateY(0px) translateX(-85px);
    -webkit-transform: rotate(-45deg) translateY(0px) translateX(-85px);
    -moz-transform: rotate(-45deg) translateY(0px) translateX(-85px);
    -ms-transform: rotate(-45deg) translateY(0px) translateX(-85px);
    -o-transform: rotate(-45deg) translateY(0px) translateX(-85px);
}

/* .item-wrapper .availability .cancel{
    background: #ea0f4c;
} */
.cancel div {
    line-height: 45px;
}

.cancel div span{
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.item-wrapper .gecancelled .cancel, .item-wrapper .availability .cancel{
    opacity: 1;
}

.item-wrapper:hover {
    -webkit-box-shadow: 0 0 17px -5px #9c9c9c;
    box-shadow: 0 0 17px -5px #9c9c9c;

}

.item-inner {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: -o-linear-gradient(top, #f1f5fb, #f1f5fb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fb), to(#f1f5fb));
    background-image: linear-gradient(180deg, #f1f5fb, #f1f5fb);
    min-height: 590px;
    overflow: hidden;
    width: 100%;
}

.item-inner h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Playfair Display', sans-serif;
    color: #945b7f;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    padding-bottom: 10px;
}

.item-inner .image-container {
    position: relative;
    display: block;
    min-height: 295px;
}

.image-container .caption.index {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: normal;
}

.item-inner .image-container .image-inner{
    position: relative;
    display: block;
    min-height: 295px ;
}

.item-inner .image-container .soort-activiteit {
    top: 20px;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #4a6a87;
    font-size: 10px;
    position: absolute;
    height: 35px;
    color: white;
    padding: 10px;
}

.item-inner .image-container .soort-activiteit .text-soort-activiteit {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.item-inner .content{
    width: 100%;
    margin-bottom: 0;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: -o-linear-gradient(top, #f1f5fb, #f1f5fb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fb), to(#f1f5fb));
    background-image: linear-gradient(180deg, #f1f5fb, #f1f5fb);
    margin-bottom: 60px;
}

.item-inner .content .content-inner .content-inner-description .description{
    clear: right;
    font-family: 'Playfair Display', sans-serif;
    color: #4a6a87;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
}

.item-inner .content-bottom {
    margin-top: 10px;
    border-top: 1px solid rgba(85, 107, 134, .5);
    padding-top: 10px;
    bottom: 10px;
    position: absolute;
    width: calc(100% - 50px);
}
.item-inner .content-bottom .aanbieder {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 60px;
}

.item-inner .content-bottom .aanbieder .text {
    position: relative;
    text-align: right;
}

.content-inner-info {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    font-family: Montserrat, sans-serif;
    color: #4a6a87;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    /* background-color: #eab80f;*/
    position: relative;
    padding-left: 25px;
}
.item-inner .content-bottom .aanbieder .image-wrapper {
    position: relative;
    width: 35%;
}
.item-inner .content-bottom .aanbieder .image-wrapper .image-inner {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}


/*.content-inner-info-show .prijs h5:before{
    !*icon euro*!
    font-family: FontAwesome;
    content: "\f153";
    margin-right: 5px;
    margin-left: 0;
    color: #945b7f;
}*/

/* .content-inner-info-show .doelgroep h5:before {
    !*icon persoon*!
     content: url("../images/person.svg");
    margin-right: 5px;
    margin-left: 0;
    color: #945b7f;
    fill: #945b7f;
    width: 20px;
}*/
.cc-banner.cc-theme-edgeless .cc-message{
    font-size: 14px;
    padding: 10px;
    line-height: 13px;
}

.doelgroep svg,
.prijs svg,
.data svg,
.locatie svg{
    margin-right: 7px;
    position: absolute;
    left: 0
}

.sidebar .doelgroep svg,
.sidebar .prijs svg,
.sidebar .data svg,
.sidebar .locatie svg{
    margin-right: 7px;
    position: absolute;
    left: 0;
    margin-top: 8px;
}

.sidebar .infoveld-show{
    padding-left: 25px;
}
/*
.content-inner-info-show .data h5:before{
    !*icon kalender*!
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 5px;
    margin-left: 0;
    color: #945b7f;
}*/


/*.content-inner-info-show .locatie h5:before{*/
/*!*icon locatie*!*/
/*font-family: FontAwesome;*/
/*content: "\f041";*/
/*margin-right: 5px;*/
/*margin-left: 0;*/
/*color: #945b7f;*/
/*}*/

/*----------   ACTIVITEITEN OVERZICHT  ----------------*/

.flex-container-show {
    width: 100%;
}

.item-wrapper-show {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
    position: relative;
}

.item-wrapper-show .image-container .image-inner-show {
    height: 550px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.item-inner-show .image-container {
    position: relative;
    display: block;
    border-radius: 10px;
}


.item-inner-show {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-radius: 10px;
    background-image: -o-linear-gradient(top, #f1f5fb, #f1f5fb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fb), to(#f1f5fb));
    background-image: linear-gradient(180deg, #f1f5fb, #f1f5fb);
    overflow: hidden;
    margin-bottom: 50px;

}
.col-md-12.faq_content{
    padding-left: 0px;
    padding-right: 0px;
}

.contentt{
    padding-left: 0;}
.content-show {
    padding-right: 0;
}
.description-show .plate--container{
    padding: 0px 15px!important;
}
.caption.index {
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4a6a87;
}
.title.index h3{
    margin-bottom: 35px;

}

.item-inner-show .image-container .image-inner-show .soort-activiteit {
    top: 20px;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #4a6a87;
    font-size: 10px;
    position: absolute;
    height: 35px;
    color: white;
    padding: 10px;
}

.item-inner-show .image-container .image-inner-show .soort-activiteit .text-soort-activiteit {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.item-wrapper-show .caption{
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.plate--page-content-wrapper.single {
    margin-top: 65px;
}

.description-show {
    margin-left: -15px;
}

.content-inner-info-show {
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    color: #4a6a87;
    font-size: 12px;
    font-weight: 300;
    /*   text-transform: uppercase; */
}

.sidebar{
    position: relative;
    /*   margin-top: 30px;*/
    margin-bottom: 50px;
    padding: 25px;
    border-radius: 10px;
    background-color: #f1f5fb;
}

.infoveld-show{
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Playfair Display', sans-serif;
    color: #4a6a87;
    line-height: 24px;
    position: relative;
}

.infoveld-show h5{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Fa 300', sans-serif;
    color: #945b7f;
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.loader2{
    height: 100vh;

}

.infoveld-show p {
    margin-top: 0;
    margin-bottom: 5px;
}

.submit_input-sidebar{
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    position: absolute;
    height: auto;
    min-height: 39px;
    border-radius: 10px;
    background-color: #eab80f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.submit_input-sidebar:hover {
    background-color: #945b7f;
    -webkit-box-shadow: 0 0 30px 2px #945b7f;
    box-shadow: 0 0 30px 2px #945b7f;
    color: #fff;
}

/*-------    NIEUWSBRIEF    ------*/

.nieuwsbrief_content p{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.section-container-nieuwsbrief{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll, fixed;
    margin-top: 50px;
}

.nieuwsbrief_content form {
    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;
}
.nieuwsbrief_content .form_input p input {
    width: 100%;
}
.nieuwsbrief_content .form_input {
    width: 80%;
    min-height: 39px;
    height: auto;
}
.nieuwsbrief_content .submit_div {
    margin-left: auto;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
*{
    letter-spacing: 0px;
}
.step.active {
    display: block;
}
.filter--error{
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
    background: white;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: flex-start;
    order: -1;
}

.step{
    display: none;
}
.form_input {
    z-index: 1;
    position: relative;
    height: 50px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
p.formlines {
    position: relative;
    height: 100%;
}

.header-bg{
    min-height: 530px;
}
.form_input p input {
    height: 100%;
    display: block;
    width: 80%;
    margin-right: 10px;
    padding-left: 20px;
    float: none;
    clear: none;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
}

*{
    border-radius: 0px;
}
.submit_input{
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    height: auto;
    min-height: 39px;
    border-radius: 10px;
    background-color: #eab80f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin: 0 0 15px 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit_input:hover {
    background-color: #945b7f;
    -webkit-box-shadow: 0 0 30px 2px #945b7f;
    box-shadow: 0 0 30px 2px #945b7f;
    color: #fff;
}

.invalid{
    border-bottom-color: #d85858;
}

.invalid-error{
    color: #d85858;
    line-height: 22px;
}

.form-error {
    display: none;
}
.hidden-array-field{
    display: none;
}

.hidden{
    display: none;
}

a.remove-array-field:not([href]):not([tabindex]){
    cursor: pointer;
    color: #556b86;
    text-decoration: none;
    background-color: transparent;}

.remove_array{
    margin-top: 60px;
}

/*-------- FAQ SECTION -------*/

.accordion {
    background-color: rgb(255, 255, 255);
    color: #0A5B80;
    cursor: pointer;
    padding: 20px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: auto;
}
.accordion h5{
    width: 97%;
    float: left;
    clear: right;
    font-family: 'Fa 300', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 14px;
}

.accordion-outer{
    border-bottom: 1px solid #aab5c2;
}

.panel p{
    font-family: 'Playfair Display', sans-serif;
    color: #4a6a87;
    line-height: 24px;
    margin: 0 !important;
}

.accordion:hover {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.accordion:after {
    content: '\002B';
    color: #0A5B80;
    font-weight: 300;
    float: right;
    font-family: 'Fa 300', sans-serif;
    font-size: 25px;
    margin-left: 5px;
    position: absolute;
    top: 11px;
}

.accordion.active:after {
    content: "\2212";
}

.icons{
    margin-right: 10px;
}

.panel {
    padding: 3px 0px 20px 0px;
    display: none;
    overflow: hidden;
    margin-top: -10px;
    border-top: 0px;
}

.plate--element__paragraph a {
    color: #945b7f;
    text-decoration: underline;
}

/*------    CONTACT     --------*/

.plate--element.plate--element__contact_form {
    margin: 10px 0 100px 0;
}

button.submit_input.orange_button{
    width: 100%;
}

.single .checkbox-wrapper .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
.single .checkbox-wrapper .row .col-md-1,
.single .checkbox-wrapper .row .col-md-11 {
    padding: 0;
}

.checkbox-wrapper .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contactform .form_input p input {
    height: 100%;
    padding-left: 0px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #000 #000 #aab5c2;
    background-color: hsla(0, 0%, 100%, .2);
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    border-radius: unset;
    margin-right: 0;
    width: 100%;
}


.fadein{
    -webkit-animation: fadein .4s linear;
    animation: fadein .4s linear;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}

@keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}


@-webkit-keyframes fadein {
    from {
        opacity:0;
        margin-top: 100px;

    }
    to {
        opacity:1;
        margin-top: 0px;
    }
}

@keyframes fadein {
    from {
        opacity:0;
        margin-top: 100px;

    }
    to {
        opacity:1;
        margin-top: 0px;

    }
}

.both-filters {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;}
.cat{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;}
.tit{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.plate--element__activiteitoverzicht .loading:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;

}

.loading{
    opacity: .5;
}

.content_item {
    margin-bottom: 10px;
}
.checkbox-wrapper .row{
    padding: 0;
}
.form_input.checkbox {
    height: auto;
}

.form_input.checkbox p {
    margin-top: 0;
    margin-bottom: 0rem;}

.contactform .form_input p input:hover, .contactform .form_input textarea:hover {
    border-color: #eab80f;
}

.steps .form_input .labels{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Playfair Display', sans-serif;
    color: #4a6a87;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
}

.POST_all .footer-container p{
    margin-bottom: 1rem;
} 
.year--column {
    width: 100%;
    position: relative;
}

.month--column{
    width: 100%;
    position: relative;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*    margin-bottom: 50px;*/
}

.month--column .month--item{
    width: 49%;
    margin: 20px 0 20px 0;
}

.month--column .item-wrapper{
    width: 100%;
    height: 100%;
    margin: 0px 0 0px 0;
}


.contactform .form_input textarea {
    min-height: 150px;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    width: 100%;
    padding: 10px 20px 20px 10px;
    border-style: solid;
    font-weight: 300;
    border-width: 1px;
    border-color: #CCD7E6;
    border-radius: 5px;
    background-color: white;
    color: #4A6A87;
    padding-left: 19px;
    font-size: 15px;
    line-height: 19px;
    text-transform: unset;
}


.contactform .form_input textarea::placeholder{
    color: #4A6A87;
}
.contactform .form_input select{
    height: 50px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #aab5c2;
    background-color: hsla(0, 0%, 100%, .2);
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: unset;
    margin-right: 0;
    width: 100%;
}

.row{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.formlines .input[type="text"] {
    margin-bottom: 20px;
}


.contactform .submit_input {
    width: unset;
    padding: 5px 25px 5px 25px;
    /*    padding-left: 25px;*/
    float: right;
    min-height: 39px;
    height: auto;
    border-radius: 10px;
    background-color: #eab80f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit_input span,
.submit_input a {
    color: white;
}


.contactform .submit_input:hover {
    background-color: #945b7f;
    -webkit-box-shadow: 0 0 30px 2px #945b7f;
    box-shadow: 0 0 30px 2px #945b7f;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.contactform .submit_input:hover span {
    color: #fff;
}
a.submit_input.prev {
    float: left;
}
.contactform .submit_input a {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
.contactform li.active {
    width: 100%;
}
.wrong-id {
    margin-top: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.step-sidebar-wrapper .sidebar{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

a.form-button{
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    background-color: #eab80f;
    color: #FFF;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;

    display: inline-block;
}

a.form-button span{
    color: #FFF;
}

.step-form-optional{
    width:100%;
}
.step-form-optional div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-form-optional p{
    padding: 0 0 0 15px;
}
.step-form-optional.infoveld-show{
    margin-bottom: 0px;
}

.checkbox.optional{
    height: initial;
}

.bar{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lockScroll .bar-1{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.lockScroll .bar-3{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lockScroll .bar-2{
    opacity: 0;
    margin-bottom: 0;
    height: 0;
}
/*------    FOOTER     --------*/

.footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -o-linear-gradient(top, #4a6a87, #4a6a87);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4a6a87), to(#4a6a87));
    background-image: linear-gradient(180deg, #4a6a87, #4a6a87);
}

.copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright_right {
    bottom: 0;
}

.footer-container p, .footer-container a {
    color: #FFFFFF;
}

.footer-container h3 {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.contactgegevens svg{
    margin-bottom: 1px;
}

.contactgegevens a{
    display: block;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0;
}

.contactgegevens a:hover{
    font-weight: 700;

}

.footer-container a:hover {
    text-decoration: none;
    color: #ffffffc4;
}


/*.footer-container p:before {
    content: '  ';
    margin-right: 5px;
    margin-left: 5px;
    color: #b5c7d0;

.footer-container a:hover:before {
    display: inline-block;
    content: ' ';
    background-image: url('../images/forward.svg');
    margin-right: 5px;
    margin-left: 5px;
    background-size: 15px 15px !important;
    height: 15px;
    width: 15px;
    fill: white!important;
}*/

.copyright{
    background-color: #FFFFFF;
    position: relative;
    bottom: 0;
    height: auto;
    min-height: 78px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-md-6.text-align.copyright_right {
    padding: 20px 0 0 0;
}

.footer .link_copyright {
    width: 50%;
    margin-top: 10px;
    clear: none;
    font-family: Montserrat, sans-serif;
    color: #4a6a87;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: initial;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .link_copyright:hover {
    text-decoration: none;
    color: #364e63;
}

.footer .link_copyright:after {
    content: ' | ';
    margin-right: 5px;
    margin-left: 5px;
    color: #98ABB4;
}
.blur{
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.footer .link_copyright:last-child:after {
    display: none;
}

.rdmediagroup_logo {
    position: relative;
}

.rdmediagroup_logo img {
    width: 200px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 45px;
}

.rdmediagroup_logo:hover img {
    opacity: 1;
}


.mobile{
    display: none;
}
#activiteit-container > .filter--error ~ .filter--error {
    display: none;
}
.logotext .company, #navigation{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#navigation.header--fixed{
    min-height: 63px;
    height: auto;
}
.header--fixed .navbar{
    height: 63px;
}
.header--fixed .logotext h3{
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}
.header--fixed .logotext .company{
    font-size: 23px;
    line-height: 26px;}

/* pagina melding */
.marquee--wrapper {
    top: 0;
    left: 0;
    width: 100%;
    background: #945b7f;
    height: 45px;
    position: fixed;
    z-index: 9999;
}
.body-offset{
    padding-top: 45px;
}
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    line-height: 45px;
    font-size: 12px;
}

.marquee span{
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-right: 200px;
}



/*------------ MEDIA QUERIES (RESPONSIVE)----------*/
@media screen and (min-width: 992px){
    .large {
        width: 100%;
        max-width: unset;
        padding-left: 8%!important;
        padding-right: 8%!important;
    }
    .large .plate--container, .copyright_right{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

}
@media screen and (min-width: 1200px){
    .plate--container {
        width: 100%;
        max-width: 940px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .plate--row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        padding: 0rem;
    }
}


@media only screen and (max-width: 1199px) {
    .copyright_left
    {
        width: 100%!important;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 20px 0;
        text-align: left!important;
    }
    .form-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }


    .contentt{
        padding-left: 0!important;
        padding-right: 0!important;}

    .content-show {
        padding-right: 0!important;
        padding-left: 0!important;
        margin-top: 40px;
    }

    .plate--row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;}

    .step-sidebar-wrapper .steps-wrapper {
        width: 100%;
    }

    .step-sidebar-wrapper .sidebar {
        width: 100%;
    }

}

@media only screen and  (max-width: 1200px){
    .submit_input_filter {
        padding: 5px 25px 5px 25px;
        height: auto;
        min-height: 39px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    #navigation{
        min-height: unset;
    }

    #no-account{
        margin-top: 10px;
    }

    .header_content_wrapper .header_content_inner {
        width: 100%;
    }

    .submit_input_filter {
        padding: 5px 25px 5px 25px;
        height: 35px;
        font-size: 10px;
    }

    .item-wrapper {
        width: 100%;
    }

    .item-wrapper:hover {
        width: 100%;
    }

    .nieuwsbrief_content .form_input {
        width: 65%;
    }

    .copyright{
        height: auto;
        padding: 20px 0;
    }

    .copyright_left {
        margin-top: 20px;}

    .nieuwsbrief_content .form_input p input {
        height: 35px;
        display: block;
        width: 100%;
        margin: 0 10px 10px 0px;
        padding-left: 20px;
        float: left;
        clear: left;
        border-radius: 10px;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0;
        text-transform: uppercase;
        border: none;
    }

    .nieuwsbrief_content .submit_input {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        min-height: 39px;
        height: auto;
        border-radius: 10px;
        background-color: #eab80f;
        -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
        -o-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        margin: 0px 0 15px 0;
        width: unset;
    }

    .nieuwsbrief_content .submit_input:hover {
        background-color: #945b7f;
        -webkit-box-shadow: 0 0 30px 2px #945b7f;
        box-shadow: 0 0 30px 2px #945b7f;
        color: #fff;
    }

    #navigation {
        border-bottom: 1px solid #945b7f;
        height: 90px;
        background: white;
        width: 100%;
        position: fixed;
        z-index: 100;
    }
    #navigation {
        height: 90px;
    }
    .main-content {
        padding: 74px 0 50px 0;
    }
    .title-search-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .title-search-wrapper .search-wrapper {
        position: relative;
        margin: 0 auto;
        display: none;
    }
    .form-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .form-wrapper .activity-filter {
        width: 48%;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .form-wrapper .activity-filter .plate--container {
        padding-left: 0;
        padding-right: 0;
    }
    .form-wrapper form#searchform {
        width: 100%;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .form-wrapper .search-wrapper {
        width: 48%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .activiteiten_filters, .abonneevoordeel_filters {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .activiteiten_filters button.submit_input.orange_button,
    .abonneevoordeel_filters button.submit_input.orange_button {
        width: 100%;
    }


}
.none {
    display: none;
}
@media only screen and (max-width:991px) {
    .header_content_inner .intro_subtitle h2 {
        font-size: 23px;
        line-height: 33px;}


    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 33px;
        line-height: 42px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: 'Playfair Display', serif;
    }

    h3 {
        font-family: 'Playfair Display', sans-serif;
        color: #945b7f;
        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
    }

    h4 {
        font-size: 27px;
        line-height: 43px;
        font-weight: 700;
        color: #FFFFFF;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #0A5B80;
    }
    .bolletje {
        height: 45px;
        width: 45px;
    }

    .bolletje:after {
        width: 40px;
        height: 37px;
        font-size: 20px;
    }

    .bolletje h3, .bolletje.actief h3 {
        font-size: 18px;
    }

    .steps-form-content label{
        display: none;
    }

    .steps_top {
        margin: 20px 0 0 0;
    }

    .navbar-brand .logotext h3 {
        display: none;
    }

    .plate--container{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .navbar {
        padding: 10px 16%;
        height: 100%;
    }

    .plate--container.menu{
        padding: 0!important;
    }

    .navbar-nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-collapse {
        background: white;
        border-bottom: 1px solid #945b7f;
        top: 90px;
        position: absolute;
        width: 100%;
        left: 0px;
        padding-left: 16%;
        padding-right: 16%;
    }
    .item-wrapper-show .image-container .image-inner-show {
        height: 300px;
    }
    .navigation .plate--column {
        padding-left: 0;
        padding-right: 0;
    }


}

@media only screen and (max-width: 767px) {
    .marquee span{
        -webkit-animation: marquee 20s linear infinite;
        animation: marquee 20s linear infinite;
    }

    .header-bg {
        background-attachment: scroll;
    }

    header .intro_tekst{
        display: none;
    }
    .copyright_left a{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .submit_input_filter {
        padding: 5px 25px 5px 25px;
        height: 35px;
        font-size: 16px;
    }

    #navigation {
        height: 74px;
    }

    .nieuwsbrief_content .form_input, .nieuwsbrief_content .submit_div {
        width: 48%;
    }

    .nieuwsbrief_content .form_input p input {
        min-height: 39px;
        height: auto;
        display: block;
        width: 100%;
        margin: 0 10px 10px 0px;
        padding-left: 20px;
        float: left;
        clear: left;
        border-radius: 10px;
        font-family: Montserrat, sans-serif;
        letter-spacing: 0;
        text-transform: uppercase;
        border: none;
    }
    .nieuwsbrief_content .submit_input {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
        min-height: 39px;
        height: auto;
        border-radius: 10px;
        background-color: #eab80f;
        -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, -webkit-box-shadow 200ms ease;
        -o-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
        transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        margin: 0px 0 15px 0;
        width: 100%;
    }

    .nieuwsbrief_content .submit_input:hover {
        background-color: #945b7f;
        -webkit-box-shadow: 0 0 30px 2px #945b7f;
        box-shadow: 0 0 30px 2px #945b7f;
        color: #fff;
    }
    .navbar-brand .logotext .company {
        font-family: 'Playfair Display', sans-serif;
        color: #945b7f;
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        text-transform: none;
    }
    .header-bg {
        padding: 90px 0;
        min-height: 300px;
    }

    .page {
        padding: 20px 0px 0 0;
    }
    .desktop{
        display: none;
    }

    .plate--container.mobile{
        display: block;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .mobile.header_content_wrapper .header_content_inner{
        border-radius: 0;
        -webkit-box-shadow: 0 -12px 58px -5px rgba(0, 0, 0, 0.64);
        box-shadow: 0px -12px 58px -5px rgba(0, 0, 0, 0.64);
    }
}

@media only screen and (max-width: 650px) {
    .month--column .month--item{
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .navbar {
        padding: 10px 15px;
        height: 100%;
        -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;
    }

    .header--fixed .navbar {
        padding: 4px 15px;
    }

    .header--fixed .navbar-collapse{
        top: 63px;
    }
    .navbar-collapse {
        background: white;
        top: 74px;
        position: absolute;
        width: 100%;
        left: 0px;
        padding-left: 15px;
        padding-right: 15px;
        -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;
    }
}
@media only screen and (max-width: 540px) {
    .mobile.header_content_wrapper .header_content_inner{
        padding: 25px 15px 20px 15px;}
    .header_content_wrapper .header_content_inner {
        width: 100%;
    }

    .plate--container{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .copyright {
        height: auto;
        padding: 20px 0px;
    }

    .copyright_right {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .copyright_right a{
        text-align: center;
    }

    .footer .link_copyright{
        width: 100%;
    }

    .copyright_right a:after{
        display: none;
    }
    .accordion h5 {
        width: 92%;
    }

    .nieuwsbrief_content .form_input, .nieuwsbrief_content .submit_div {
        width: 100%;
    }

    .content-inner-info {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .aanbieder .text p {
        visibility: collapse;
    }
}

@media only screen and (max-width: 400px) {

}

/*EVEN CONTAINERS*/

/*@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}

@media (min-width: 1530px) {

}*/

.formulier-knop{
    float: right;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4a6a87;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Zeno Connection */

#deelkamermet{
    z-index: -1111;
    opacity: 1;
    display: block;
    position: absolute;
}

#zeno-login-form{
    padding: 50px;
    background-color: #F1F5FC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contactform .form_input .formlines--disabled input{
    background-color: #f1f5fb !important;
    color: #4a6a87!important;

    border-width: 1px;
    border-color: #aab5c2!important;
    padding-left: 13px;
}

.contactform .form_input .formlines.formline--is-filled input, .contactform .form_input .formlines.formline--is-filled input.invalid, .contactform .form_input .formlines.formline--is-filled textarea{
    border-color: #aab5c2;
    background-color: #f1f5fb;
    -webkit-text-fill-color: #4a6a87;
    box-shadow: 0 0 0px 1000px #f1f5fb inset;
    -webkit-box-shadow: 0 0 0px 1000px #f1f5fb inset;
    border-width: 1px;
}

.formlines--disabled input::placeholder, .formlines.formline--is-filled input::placeholder{
    color: #4a6a87;
}
.select.form_input.formlines--disabled select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f1f5fb;
    color: #4a6a87;
    /* cursor: not-allowed; */
}

.formlines.formlines--disabled::after, .select.formlines--disabled::after, .formlines.formline--is-filled::after{
    content: url(../images/arrow.svg);
    opacity: 1;
    position: absolute;
    top: 23px;
    right: 12px;
    width: 17px;
    transform: translateY(-50%);
    fill: red;
}

.POST_all .form_input select.invalid{
    color: #d85858!important;
    border-color: #d85858!important;
}

.POST_all .form_input.select.invalid::before{
    content: url(../images/dropinvalid.svg);
}

.POST_all .booking .submit_input-sidebar{
    display: none;
} 

.POST_all .booking .content-inner-info-show{
    margin-top: 0;
}

.POST_all .sidebar.booking .infoveld-show.doelgroep{
    padding-top: 0;
}
.POST_all .sidebar.booking .doelgroep svg{
    top: 2px;
}

.formlines.formlines--disabled::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* cursor: not-allowed; */
    display: none;
}
.zeno-login-form-container .submit_input{
    margin-bottom: 0;
    position: relative;
    float: none!important;
    margin-left: auto;
}
