/*  INDEX
    0.          Fundering
        0.1     Mobile
        0.2	    Tablet
        0.3		Desktop
        0.4		Extra layout opties

	1.          Algemeen
        1.1     Headings en teksten
        1.2     Hyperlinks en buttons
        1.3     Lijsten
        1.4     Kleuren en achtergronden
        1.5     Afbeeldingen placeholder
        1.6     Formulieren
        1.7     Tabellen

    2.          Elementen
        2.1     Primair menu
        2.2     Secundair menu
        2.3     Header
        2.4     Footer

    3.          Homepagina
        3.1     Uitgelichte acties

    4.          Vervolgpagina's
        4.1     Headers
        4.2     Content
        4.3     Aktieblokken
        4.4     Aktie overzicht
        4.5     Aktie detail
        4.6     Reisinspiratie overzicht
        4.7     Ambassadeurs
        4.8     Veelgestelde vragen
        4.9     Zoekresultaten
        4.10    Partners

    5.          Productchecker

    6.          Responsive
        6.1     Mobile
        6.2     Tablet
        6.3     Desktop

 */
body{
    letter-spacing: 1.012px;
    line-height: 1.5 !important;
    word-spacing: 1.016px;
}
label.color-white{
    color: white;
}

/*  0.0 Fundering - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  0.1 Mobile - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media only screen and (max-width: 767px) {
    .row {
        width: auto;
        min-width: unset;
        margin-left: 0;
        margin-right: 0;
        max-width: 959px
    }

    .row.nav {
        position: fixed;
        width: 100%;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        background: #FFFFFF;
        min-height: 52px;
    }

    .column:before, .columns:before, .column:after, .columns:after {
        content: none;
    }

    .row .mobile-one, .twelve, .row .twelve {
        width: 100% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-three {
        width: 33.33333% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-four {
        width: 25% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-75 {
        width: 75% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-hide, .mobile-hidden, .mobile-hide {
        display: none !important;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    .mobile-margin-up-down {
        margin-top: 40px;
        margin-bottom: 40px ;
    }

    .mobile-margin-up-down-mini {
        margin-top: 20px;
        margin-bottom: 20px ;
    }

    .mobile-margin-up {
        margin-top: 40px;
    }

    .mobile-margin-up-mini {
        margin-top: 20px;
    }

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

    .mobile-margin-down-mini {
        margin-bottom: 20px;
    }

    .mobile-left {
        float: left;
    }

}

/*  0.0 Fundering - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  0.2 Tablet (Portrait size to standard 960 (devices and browsers) -*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .row {
        width: auto;
        min-width: unset;
        margin-left: 0;
        margin-right: 0;
        max-width: 959px
    }

    .row .tablet-one, .tablet-one, .twelve, .row .twelve {
        width: 100% !important;
        float: left;
        padding: 0 15px;
    }

    .row .tablet-two, .tablet-two {
        width: 50% !important;
        float: left;
        padding: 0 15px;
    }

    .row .tablet-three {
        width: 33.33333% !important;
        float: left;
        padding: 0 15px;
    }

    .row .tablet-four {
        width: 25% !important;
        float: left;
        padding: 0 15px;
    }

    .row .tablet-five {
        width: 20% !important;
        float: left;
        padding: 0 15px;
    }

    .row .tablet-six {
        width: 16.66667% !important;
        float: left;
        padding: 0 15px;
    }

    .row .block_call-to-action .tablet-two, .tablet-two.medium-12 {
        width: 100% !important;
    }

    .tablet-margin-up-down {
        margin-top: 40px;
        margin-bottom: 40px ;
    }

    .tablet-margin-up-down-mini {
        margin-top: 20px;
        margin-bottom: 20px ;
    }

    .tablet-margin-up {
        margin-top: 40px;
    }

    .tablet-margin-up-mini {
        margin-top: 20px;
    }

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

    .tablet-margin-down-mini {
        margin-bottom: 20px;
    }

    .d-flex, .tablet-d-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .d-flex-center {
        display: flex;
        align-items: center;
    }

    .button + .button, .button + a {
        margin-left: 20px;
    }

    .tablet-hide {
        display: none !important;
    }
}

/*  0.0 Fundering - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  0.3 Desktop - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 960px) {
    .d-flex {
        display: flex;
    }

    .d-flex-center {
        display: flex;
        align-items: center;
    }

    .desktop-hide, .hide-desktop {
        display: none !important;
    }
}

/*  0.0 Fundering - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  0.4 Layout opties - - - - - - - - - - - - - - - - - - - - - - - - */
.column, .columns {
    padding: 0 15px;
}

.row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.akties, .row.akties .row {
    margin-left: -10px;
    margin-right: -10px;
}

.width-100, .w-100 {
    width: 100%;
    clear: both;
}
.width-50, .w-50 {
    width: calc(50% - 10px);
}

.w-33 {
    width: calc(33.3333% - 14px) !important;
}

.w-25 {
    width: calc(25% - 14px) !important;
}

.height-100 {
    height: 100%;
}

.margin-up-down {
    margin-top: 40px;
    margin-bottom: 40px ;
}

.margin-up-down-mini {
    margin-top: 20px;
    margin-bottom: 20px ;
}

.margin-up {
    margin-top: 40px;
}

.margin-up-mini {
    margin-top: 20px;
}

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

.margin-down-mini {
    margin-bottom: 20px;
}

.m-20 {
    margin: 15px 0;
}

.p-5 {
    padding: 5px !important;
}

.rounded, .panel.radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.rounded-top {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.rounded-bottom {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.border-top {
    border-top: 1px solid #ededee;
    padding-top: 20px !important;
}

.border-bottom {
    border-bottom: 1px solid #ededee;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}

.border-top-orange {
    border-top: 1px solid #00965e;
    padding-top: 20px;
}

.nopadding, .no-padding {
    padding: 0 !important;
}

.nomargin, .no-margin {
    margin: 0 !important;
}

.left + .left {
    margin-left: 20px !important;
}


/* 1.0	Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* 1.1	Headings en teksten - - - - - - - - - - - - - - - - - - - - - */
body {
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4d4d4d;
    background: #FFFFFF;
}

body.small p {
    font-size: 1em;
}

body.medium p {
    font-size: 1.1em;
}

body.large p {
    font-size: 1.2em;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form,
p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
    font-size: 15px;
    direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Livvic", sans-serif;
    font-weight: 700;
    color: #00965e;
    margin-bottom: 15px;
    line-height: 1.25;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
input[type="submit"]:focus,
button:focus,
textarea:focus,
a:focus {
    outline:2px dotted #000 !important;
    z-index:1010;
    outline-offset:0;
    -webkit-box-shadow:0 0 0 2px #fff;
    box-shadow:0 0 0 2px #fff
}

.block__productchecker a:focus{
    outline:2px dotted #fff !important;
}
.block__productchecker a.pf-answer:focus{
    outline:2px dotted #000 !important;
}
[data-whatinput="mouse"] .button:focus {
    outline:2px dotted #000 !important;
}
.uitgelicht {
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    right: 20px;
    z-index: 2;
}

label.tag, span.tag, p.tag {
    background: #0086d6;
    padding: 5px 15px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

a.price-tag {
    background: #00965e;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 20px;
}

a.price-tag:hover {
    color: rgba(255,255,255,.7);
}

.kaartsoort {
    border: 1px solid #ededee;
    padding: 15px;
    position: relative;
}

/* 1.0  Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* 1.2  Hyperlinks en buttons - - - - - - - - - - - - - - - - - - - - */

a {
    color: #0086d6;
    font-weight: 700;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a:hover, a:focus {
    color: #004E80;
}

.button {
    color: #ffffff;
    text-transform: inherit;
    font-size: 14px;

    display: inline-block;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    box-shadow: none;

    line-height: 1.33;

    background: #0086d6;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover {
    background: #004E80;
}

.button:focus {
    background: #004E80;
    outline: dotted 2px #004E80;
}

:focus, .secondary-menu a:focus, .nav-bar > li > a:focus {
    outline: dotted 2px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.gradient-oranje .button {
    background: #FFFFFF;
    color: #00965e;
}

.gradient-oranje .button:hover {
    background: rgba(255,255,255,.8);
}

.button.white-line {
    background: rgba(255,255,255,0);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.button.white-line:hover {
    background: rgba(255,255,255,.2);
}

.button.blue {
    background: #0086d6;
    color: #FFFFFF;
    border: 1px solid #0086d6;
}

.button.white-line:hover {
    background: #025a91;
}

.button.white-line:focus {
    outline: 2px dotted #FFF;
}

.button.blue-button {
    background: #0086d6;
    border: 1px solid #0086d6;
}

.button.blue-button:hover {
    background: #262360;
}

.button.blue-line {
    background: #FFFFFF;
    border: 1px solid #0086d6;
    color: #0086d6;
}

.button.blue-line:hover {
    background: #0086d6;
    color: #FFFFFF;
}

.button-oranje {
    background: #00965e;
}

.button-oranje:hover  {
    background: #FF8A66;
}

.button.width-100 + .button.width-100, .button.width-100 + a {
    margin-left: 0;
}

.button.width-100 + .button.width-100 {
    margin-top: 20px;
}

.button.margin-bottom {
    margin-bottom: 20px;
}

.blauw-bg a:hover {
    color: rgba(255,255,255,.6);
}

.button.small {
    font-size: .9em !important;
}

.block {
    display: block;
    margin: 20px 0 !important;
}

/*  1.  Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  1.3 Lijsten - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
ul, ol, dl {
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 15px;
    padding-left: 20px;
}

ul.inline-list {
    display: inline-block;
    margin: 0;
}

ul.inline-list > li, ul.link-list > li {
    margin-left:0;
    line-height: 1;
    display: inherit;
}

ul.inline-list, ul.link-list {
    overflow: visible;
}

footer ul li a , footer ul.inline-list {
    margin-top: 0;
    margin-right: 0;
    font-size: 15px;
}

.connector-list li a {
    color: #4D4D4D;
}

.connector-list li a:hover {
    color: #0086d6;
}

.subfooter .inline-list li:not(:first-child):before {
    content: "|";
    padding: 0 20px;
    color: rgba(0,0,0,.2);
}

/*  1.  Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  1.4 Kleuren en achtergronden - - - - - - - - - - - - - - - - - - -*/
.grijs, .grey {
    background: #EDEDEE;
}

.white, .gradient-oranje p, .gradient-oranje h1,
.gradient-oranje h2, .gradient-oranje h3, .gradient-oranje h4,
.gradient-oranje h5, .gradient-oranje h6, .gradient-oranje a,
.gradient-oranje span, .blue-bg h1, .blue-bg h2, .blue-bg h3,
.blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg a, .blue-bg p,
.blue-bg span, .blauw-bg h1, .blauw-bg h2, .blauw-bg h3,
.blauw-bg h4, .blauw-bg h5, .blauw-bg h6, .blauw-bg a,
.blauw-bg p, .blauw-bg span {
    color: #FFFFFF;
}

.oranje, .orange {
    color: #00965e !important;
}

.blauw {
    color: #0086d6 !important;
}

.gradient-oranje, .gradient-orange {
    padding: 25px !important;
    background: rgb(238,139,6);
    background: linear-gradient(90deg, rgba(241, 110, 0, 1) 0%, rgba(255,60,0,1) 75%);
}

.licht-blauw {
    background-color: #e8edf3;
    padding: 25px;
    margin: 20px 0;
}

.licht-oranje {
    background-color: rgba(255,117,10,.1);
    padding: 25px;
    margin: 20px 0;
}

.blauw-bg, .blue-bg {
    background: #0086d6;
    padding: 25px !important;
}

.grijs-border {
    padding: 25px !important;
    background: #FFF;
    border: 2px solid #EDEDEE;
}

.rotating {
    display: none;
}

.orderform input.next.clicked {
    pointer-events: none;
    cursor: wait;
}

.rotating.active {
    display: block;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;

    background-image: url("/assets/css/images/icons-wait.svg");
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
    margin-bottom: 10px;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 450px) {
    .orderform input.next.clicked + .rotating {
        left: 67px;
        bottom: 33px;
    }
}


/*  1.  Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  1.5 Afbeeldingen placeholder - - - - - - - - - - - - - - - - - - - */
.image-placeholder {
    line-height: 0;
}

.image-placeholder img {
    width: 100%;
}

.d-flex .image-placeholder {
    border-radius: 10px;
    display: inline-block;
}

/*  1.  Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  1.6 Formulieren - - - - - - - - - - - - - - - - - - - - - - - - - */
label, .form-label {
    font-size: 1em;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.blauw-bg label {
    color: #FFFFFF;
}

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], input[type="checkbox"], textarea{
    background-color: #FFFFFF;
    border: 1px solid #4D4D4D;
    border-radius: 10px;
    box-shadow: none;
    color: #4D4D4D;
    font-size: 1em;
    margin: 0 0 25px;
    padding: 10px 15px;
    height: unset;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}

::placeholder {
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
}

.helpdeskform h3, #contactform h3 {
    color: #00965e;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 10px 0;
}

.cntct {
    list-style: none;
}

.cntct a {
    color: #4D4D4D;
}

.cntct li:before {
    padding-right: 10px;
    color: #00965e;
    font-weight: 700;
    width: 25px;
    display: inline-block;
}

.cntct li.tel:before {
    content: "T";
}

.cntct li.mail:before {
    content: "M";
}

select {
    width: 100%;
    height: 34px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #4D4D4D;
    font-family: "Livvic", sans-serif;
    font-size: 13px;
}

/*  1.   Algemeen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  1.7  Tabellen - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
table {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 30px;
    border: 0;
    overflow: hidden;
    border-spacing: 0;
}

table tbody tr td, table tbody tr th  {
    color: #4D4D4D;
    padding: 15px;
    vertical-align: top;
    border: none;
    font-size: 15px;
}

table tbody tr:nth-child(odd) {
    background-color: #f5f5f8;
}

table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-list tbody, table thead, table tbody, table tfoot {
    border: 0;
}

.table-compare td {
    width: 50%;
}

.table-list td {
    padding: 0;
    padding: 10px 15px;
}

.table-list .table-list-title {
    background: #0086d6;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 1em !important;
}


/*  2.  Elementen - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  2.1 Primair menu  - - - - - - - - - - - - - - - - - - - - - - - -*/
.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 150px;
    display: block;
    height: 150px;
}

a.logo > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.nav {
    background: #FFFFFF;
    z-index: 100;
}

.nav-bar {
    padding-top: 1rem;
}

.nav-bar > li > a:first-child {
    padding: 0;
    font-size: 13px;
    line-height: 50px;
}

.menu-icon::after {
    content: none;
}

.nav-bar, .secondary-menu .inline-list {
    height: unset;
    background: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right: 30px;
}

.nav-bar li, .secondary-menu .inline-list li {
    display: block;
    flex: 0 1 auto;
    list-style-type: none;
    background: #FFFFFF;
}

.nav-bar, .row.top .secondary-menu  {
    height: unset;
    background: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.row.top .secondary-menu  {
    margin-top: 10px;
}

.nav-bar li, .nav-bar, .row.top .secondary-menu li {
    display: flex;
    flex: 0 1 auto;
    list-style-type: none;
    background: #FFFFFF;
}

.nav-bar > li, .nav-bar > li > a, .nav-bar>li:last-child  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    border: none;
    color: #4D4D4D;

    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-bar>li:hover a, .nav-bar>li:hover {
    color: #0086d6;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar > li:hover {
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar>li.active {
    background: #FFF;
    border-color: transparent;
}

.nav-bar > li.active a {
    background: none;
    border-bottom: 5px solid #0086d6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar > li.active > a {
    color: #0086d6;
    font-weight: 700;
    cursor: pointer;
    background: #FFFFFF;
}

.nav-bar > li.active:hover a {
    color: #004E80;
}
.nav-bar > li.active:hover {
    border-color: #004E80;
    background: none;
}

.nav-bar > li > a:first-child {
    padding: 0;
    font-size: 13px;
    line-height: 50px;
    cursor: pointer;
}

.nav ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.nav li a {
    display: block;
    text-decoration: none;
}

.nav .nav-bar {
    max-height: none;
    float: right;
    clear: none;
    transition: max-height .2s ease-out;
}

.nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 25px 15px;
    position: relative;
    user-select: none;
    margin-bottom: 0;
    width: unset;
    height: unset;
    font-weight: normal;
}

.nav .menu-icon .navicon {
    background: #00965e;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 20px;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

.nav .menu-icon .navicon:before,
.nav .menu-icon .navicon:after {
    background: #00965e;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.nav .menu-icon .navicon:before {
    top: 5px;
}

.nav .menu-icon .navicon:after {
    top: -5px;
}

.nav .menu-btn {
    display: none;
}

.nav .menu-btn:checked ~ .nav-bar {
    max-height: unset;
}

.nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/*  2.  Elementen - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  2.2 Secundair menu  - - - - - - - - - - - - - - - - - - - - - - -*/
.row.top {
    border-bottom: 1px solid #EDEDEE;
    padding: 20px 0;
    line-height: 1;
}

.top, .top p, .top a {
    font-size: 1em;
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top .inline-list {
    margin: 0;
}

.top .inline-list.fontsize {
    margin-top: 20px;
    float: right;
}

.top .inline-list li.first {
    border-right: 0;
}

.fontsize .inline-list li.first {
    width: 140px;
}


.top .inline-list li {
    padding-right: 0;
}

.top .secondary-menu .inline-list li {
    margin-right: 0;
}

.fontsize {
    overflow: visible;
    line-height: 1.8em;
}

ul.fontsize li {
    height: 30px;
    border: 1px solid #4D4D4D;
    border-radius: 5px;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.fontsize li a {
    display: block;
    font-size: 13px;
    height: 100%;
    width: 100%;
    background: none;
    text-align: center;
    line-height: 30px;
}

.fontsize li:first-child, ul.fontsize li.first {
    border: none;
    width: unset;
    margin-right: 20px;
    line-height: 30px;
    font-size: .8em;
    padding-right: 0;
}

.fontsize li a {
    text-align: center;
    color: #4D4D4D;
    line-height: 26px;
}

.fontsize .large:hover, .fontsize .medium:hover, .fontsize .small:hover {
    background: #4D4D4D;
    overflow: hidden;
}

.fontsize .large:hover a, .fontsize .medium:hover a, .fontsize .small:hover a {
    color: #FFFFFF;
}

li.small, ul.fontsize li a.text-small {font-size: 12px;}
li.medium, ul.fontsize li a.text-medium {font-size: 14px;}
li.large, ul.fontsize li a.text-large  {font-size: 16px;}

.secondary-menu a {
    color: #4D4D4D;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.secondary-menu li.active a {
    color: #0086d6;
    font-weight: 700;
}
.secondary-menu li {
    font-size: .8em;
}

.secondary-menu a:hover {
    color: #00965e;
}

.secondary-menu li:first-child a:before {
    content: none;
}

.zoek, .no-margin-bottom {
    margin-bottom: 0;
}

.zoek input[type="text"],
.zoek input[type="search"] {
    margin: 0;
    border: 1px solid #4D4D4D;
    border-radius: 7px 0 0 7px;
    padding: 5px 11px 4px;
    font-size: 1em;
    float: left;
}

.zoek input[type="search"] {
    float: left;
    padding: 5px 15px;
    border-radius: 7px 0 0 7px;
}

form.zoek input[type="submit"], form.zoek input[type="submit"]:focus  {
    font-size: 0;
    height: 32px;
    width: 33px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../images/icons/search_icon.svg) #4D4D4D center center no-repeat;
    text-indent: -99999px;
    display: block;
    background-size: 15px;
    border-radius: 0 7px 7px 0;
}

form.zoek input[type="submit"]:hover {
    background: url(../images/icons/search_icon.svg) #292929 center center no-repeat;
    background-size: 15px;
}

/*  2.  Elementen - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  2.3 Header - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.skiplinks {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 16px;
    margin: 0 auto;
}
.skiplinks > a {
    font-size: 18px;
    line-height: 1.2;
    width: auto;
    padding: 14px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    color: #fff;
    background: #0086d6;
    position: absolute;
    top: -100vh;
    left: -100vw;
    text-decoration: none;
}
.skiplinks > a:focus {
    top: 15px;
    left: 15px;
    outline: 2px dotted #000;
    z-index: 1010;
    outline-offset: 0;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}

.header, .header .row {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
}

.header_image {
    height: 450px;
}

.flex-video.widescreen {
    overflow: hidden;
}

/*  2.  Elementen - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  2.4 Footer  - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



.footer_logos{
    position: relative;
    width: 100%;
}
.footer_logos .column{
    height: 55px;
}
@media only screen and (max-width: 767px) {
    .footer_logos .column.two{
        width: 25% !important;
        float: left;
    }
}
.footer_logos .column img.logo{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: auto;
}

footer {
    background: #FFFFFF;
}

.payoff .payoff-line {
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.payoff .payoff-line h3 {
    flex: 1;
    order: 2;
}

.payoff .payoff-line img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    flex: 1;
    order: 1;
}

footer p, .inline-list.social li a {
    margin:0;
}

ul.social li {
    margin: 0;
    height: unset;
}

ul.social li a {
    width: inherit;
    height: inherit;
    text-indent: 0;
}

footer .inline-list {
    display: inline-flex;
    align-items: center;
}

.social li:not(:last-child) a {
    margin-right: 5px;
}

.social img {
    width: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social a:hover img {
    opacity: .7;
}

.social p, .ideal p {
    margin-right: 15px;
}

.subfooter {
    padding: 15px;
}

.subfooter a, .subfooter a:active {
    color: #4D4D4D;
    font-weight: normal;
}

.subfooter a:hover {
    color: #0086d6;
    text-decoration: underline;
}

.subfooter .inline-list li:first-child a:before {
    content: none;
}

/*  3.  Homepagina  - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  3.1 Uitgelichte acties - - - - - - - - - - - - - - - - - - - - - */
.gradient-oranje .slick-slide p {
    color: #4D4D4D;
}

.highlighted_actions > .row:first-child {
    padding: 0 15px;
}

.highlighted_action > .row {
    background: #FFFFFF;
    overflow: hidden;
}

.highlighted_action .rounded.row {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.highlighted_action.columns {
    padding: 0 25px;
}

.highlighted_content {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
}

.highlighted_content .button-group {
    flex: 1;
    order: 4;
    padding: 0 15px 15px 15px;
}

ul.button-group {
    margin: 0;
}

ul.button-group li.highlighted_prijs {
    float: right;
}

.highlighted_action figure {
    height: 130px;
    overflow: hidden;
    order: 1;
    flex: 1;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.highlighted_action h4 {
    font-size: 1.27em;
    color: #00965e;
    line-height: 1.35;
    height: 65px;
    overflow: hidden;
    order: 2;
    margin-bottom: 7px;
    padding: 15px 15px 0 15px;
}

.highlighted_action.insp-aktie h4 {
    font-size: 1em;
    height: 40px;
    padding: 15px 15px 0 15px;
}

.highlighted_action .gradient-oranje p {
    font-size: 1em;
    line-height: 1.5;
}

.highlighted_action .button-group li a, .highlighted_action .button {
    background: #0086d6;
    padding: 1rem;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 10px;
    margin-right: 11px;
}

.highlighted_action .button-group li a:hover ,
.highlighted_action .button-group li .button:hover {
    background: #02426d !important;
}

.highlighted_action .button-group li a:focus {
    background: #004E80;
    outline: 2px dotted #004E80;
}

.highlighted_action a {
    display: inline-block;
}

.highlighted_price {
    font-size: 1.25em;
    color: #0086d6;
    font-weight: 700;
}

.highlighted_action .button-group li.highlighted_price {
    float: right;
}

.slick-slide {
    padding: 0 25px;
}

.slick-list {
    width: 87%;
    margin: auto !important;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before {
    background-image: url(../images/icons/arrow-left.png);
}

.slick-next:before {
    background-image: url(../images/icons/arrow-right.png);
}

.responsive.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-prev:before, .slick-next:before {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-prev:focus, .slick-next:focus {
    outline: dotted 2px #FFF;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.maandslider .slick-prev:focus, .maandslider .slick-next:focus {
    outline: dotted 2px #00965e;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.slick-arrow:hover {
    background: rgba(255,255,255,.3);
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.1 Headers - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.parallax {
    overflow: hidden;
    max-height: unset;
    position: relative;
}

.parallax:before {
    content: none;
}

.actie .parallax:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90%;
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
    display: block;
}

.curve {
    position: absolute;
    bottom: -2px;
    left: -10px;
    max-width: 105%;
    z-index: 1;
}

.breadcrumbs li.first {
    margin-right: 10px;
}

ul.breadcrumbs {
    display: block;
    background: #FFFFFF;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    display: none;
}

ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    text-decoration: none;
    font-size: 11px;
    text-transform: inherit;
}

ul.breadcrumbs li a {
    color: #0086d6;
}

ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
    text-decoration: underline;
    color: #004E80 !important;
}

.breadcrumbs li a, .breadcrumbs li {
    font-size: 11px;
}

ul.breadcrumbs li:before {
    content: ">";
    color: #0086d6;
    padding: 0 8px;
    font-weight: 700;
    display: inline-block;
}

ul.breadcrumbs li:first-child:before, ul.breadcrumbs li:nth-child(2):before {
    content: none;
    padding: 0;
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
    text-transform: inherit;
    font-weight: 700;
    padding-left: 0;
    text-decoration: none;
    font-size: 11px;
}

.breadcrumbs li:not(:last-child)::after {
    content: none;
}

ul.breadcrumbs li.current {
    font-weight: 400;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.2 Content - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page-content h1.page-title, .actie-content h1.page-title {
    color: #00965e;
    font-size: 2em;
    margin: 15px 0;
}

.page-content .heading-border, .actie-content .heading-border {
    color: #00965e;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 40px 0 15px 0;
}

#travel_date .heading-border {
    color: #000;
}

.page-content h1, .page-content h2, .page-content h3,
.page-content h4, .page-content h5, .page-content h6 {
    color: #0086d6;
    font-size: 1.25em;
    margin-bottom: 10px;
}

.page-content .block_promotional{
    padding: 0;
}


/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.3 Aktieblokken - - - - - - - - - - - - - - - - - - - - - - - - */
.aktieblokken {
    float: right;
}

aside .blok .heq {
    padding: 20px;
}

aside .blok + .blok {
    margin-top:0;
}

.aktieblokken .blok, .aktieblokken .twitter {
    margin-bottom: 25px;
}

.aktieblokken h3 {
    color: #00965e;
    margin-bottom: 15px;
    font-size: 1.25em;
}

.aktieblokken .has_image figure {
    margin-bottom: 15px;
}

.aktieblokken .panel2, .aktieblokken .aktieblok, .aktieblokken .panel,
.aktieblokken .heq {
    border: 1px solid #EDEDEE;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
    box-shadow: none;
    height: 100%;
}

.aktieblokken .panel.callout {
    background: #0086d6;
    color: #FFFFFF;
    border-color: #0086d6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.aktieblokken .callout form {
    display: block;
}

.aktieblokken .panel.callout a {
    text-decoration: underline;
}

.aktieblokken .panel.callout a.button {
    text-decoration: none;
    color: #0086d6;
}

.aktieblokken .aktieblok.aktieblok_header {
    border-color: #0086d6;
    background: #0086d6;
}

.aktieblokken .panel.callout h1, .aktieblokken .panel.callout h2,
.aktieblokken .panel.callout h3, .aktieblokken .panel.callout h4,
.aktieblokken .panel.callout h5, .aktieblokken .panel.callout h6,

.aktieblokken .aktieblok.aktieblok_header h1, .aktieblokken .aktieblok.aktieblok_header h2,
.aktieblokken .aktieblok.aktieblok_header h3, .aktieblokken .aktieblok.aktieblok_header h4,
.aktieblokken .aktieblok.aktieblok_header h5, .aktieblokken .aktieblok.aktieblok_header h6,
.aktieblokken .aktieblok.aktieblok_header p, .aktieblokken .aktieblok.aktieblok_header span,
.aktieblokken .aktieblok.aktieblok_header label, .aktieblokken .aktieblok.aktieblok_header a
{
    color: #FFFFFF;
}

.aktieblokken .aktieblok.aktieblok_header label.error, .aktieblokken .aktieblok.aktieblok_header label.error {
    color: #ff0000;
}

.aktieblokken .aktieblok.aktieblok_header label a {
    text-decoration: underline;
}

.aktieblokken .panel {
    background: #EDEDEE;
}

p.verplichte-velden {
    font-size: .75em;
    margin-top: 1rem;
}

.heq>:last-child, .heq>:last-child > a {
    margin-bottom: 0;
}

.aktieblokken-uitgelicht .heq:before {
    content: "Uitgelicht";
    position: absolute;
    top: 0;
    display: block;
    background: #0086d6;
    padding: 5px 20px;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 700;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.4 Actie overzicht - - - - - - - - - - - - - - - - - - - - - - -*/
.callout {
    border: 1px solid #0086d6;
    padding: 2rem;
}

.callout form {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.callout label {
    margin: 0;
    padding: 0;
    float: left;
    color: #4D4D4D;
    font-weight: 400;
}

form {
    margin: 0;
}

.callout h4 {
    margin-top: 0;
    color: #0086d6;
    font-size: 1.4em;
}

.callout input[type=radio] {
    border: 1px solid #4D4D4D;
    padding: 0.5em;
    -webkit-appearance: none;
    margin: 0;
    margin-right: 0.5rem;
}

input[type=radio]:checked {
    background: url(../images/icons/filter-dot.png) no-repeat center center;
    background-size: 7px 7px;
}

div.pagination {
    text-align: center;
    margin-top: 4rem;
}

ul.pagination {
    display: inline-block;
}

.pagination li.active {
    background: #0086d6;
    text-align: center;
}

ul.pagination li {
    float: left;
    display: block;
    height: 3rem;
    width: 3rem;
    color: #999;
    font-size: 1em;
    margin-left: 1rem;
    line-height: 2rem;
}

ul.pagination li a {
    display: block;
    padding: .50rem 1rem;
    color: #4D4D4D;
}

ul.pagination li:hover a, ul.pagination li a:focus {
    background: #FFFFFF;
    color: #00965e;
}

ul.pagination li.active:hover a, ul.pagination li.active a:focus {
    background: #262360;
    color: #FFFFFF;
}

ul.pagination li.disabled, ul.pagination li.control {
    display: none;
}

ul.pagination li.active a {
    color: #FFFFFF;
}

.overview_actions .highlighted_action .row {
    box-shadow: 0 0 2rem rgba(0,0,0,.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.overview_actions .highlighted_action:hover .row {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.35);
}

.overview_actions .highlighted_action figure {
    min-height: 165px;
}

.overview_actions .highlighted_action figure img {
    width: 100%;
}

.overview_actions .highlighted_content p, #home .highlighted_content p {
    color: #4d4d4d;
    height: 75px;
    overflow: hidden;
    order: 3;
    padding: 0 15px;
}

body.large .overview_actions .highlighted_content p, #home .highlighted_content p {
    height: 75px;
    order: 3;
    padding: 0 15px;
}

.overview_actions .highlighted_action.columns {
    margin-bottom: 20px;
    float: left;
}

.overview_actions .highlighted_action.insp-aktie {
    clear: unset !important;
    float: left !important;
}

.insp-contact > div {
    padding: 0 15px;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.5 Actie detail - - - - - - - - - - - - - - - - - - - - - - - - */
.actie-title {
    position: absolute;
    left: 20px;
    bottom: 90px;
}

.actie-title span {
    display: block;
}

.actie-title .button {
    font-size: 14px;
}

.highlighted_price.large {
    font-size: 25px;
}

.actie-content {
    margin-top: 1rem;
}

.actie-content h1, .actie-content h2, .actie-content h3, .actie-content h4, .actie-content h5, .actie-content h6 {
    font-size: 1.3em;
    margin-bottom: .25rem;
    color: #0086d6;
}

.actievoorwaarden {
    padding: 10px 0 !important;
    border-bottom: 1px solid #EDEDEE;
}

.actievoorwaarden-item {
    border-bottom: 1px solid #EDEDEE;
    padding: 10px 0;
}

.actievoorwaarden-item > div {
    display: inline-block;
    float: left;
}

.actievoorwaarden p {
    margin-bottom: 0;
}

.actievoorwaarden_icoon {
    width: 80px !important;
    float: left;
}

.map.regio {
    width: 100%;
    height: 350px;
    text-indent: -9000px;
    background: url(../images/kaart_geen.png) top center no-repeat scroll transparent;
    background-size: contain;
    margin-top: 40px;
}

table#userdata tr td:first-child {
    font-weight: bold;
}

.amount {
    font-weight: 400;
}

.salutation {
    margin-bottom: 20px;
}

label.radiolabel {
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}

.amount-outer label + input {
    width: 25%;
    display: inline-block;
}

.orderform-outer {
    padding: 25px;
    margin-bottom: 30px;
}

.submit_outer {
    margin-top: 20px;
}

.step.active span {
    font-weight: 700;
    color: #00965e;
}

.step span:before {
    content: "";
    width: 40px;
    line-height: 36px;
    display: block;
    color: #4D4D4D;
    background: white;
    border-radius: 10px;
    margin: 0 auto 5px auto;
    border: 2px solid #ededee;
}

.step1 span:before {
    content: "1";
}

.step2 span:before {
    content: "2";
}

.step3 span:before {
    content: "3";
}

ul#steps {
    margin: 30px 0;
    overflow: hidden;
}

#steps li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
}

#steps li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #ededee;
    position: absolute;
    left: -50%;
    top: 17px;
    z-index: -1;
}

#steps li.active:before, #steps li.active:after {
    color: white;
    left: 50%;
}

.active span:before {
    background: #00965e;
    color: #FFFFFF;
    border-color: #00965e;
}

.orderform input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    background: url(../images/filter.png) no-repeat;
    cursor: pointer;
}

.orderform input[type="checkbox"]:checked + label span {
    background: url(../images/filter_active.png) no-repeat;
}


.orderform input[type="checkbox"] {
    display: none;
}

fieldset {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0;
    padding: 0;
    margin: 20px 0;
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    margin-left: 0;
    line-height: 20px;
}

fieldset.type__radio label {
    font-weight: 400;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.6 Reisinspiratie overzicht - - - - - - - - - - - - - - - - - - */
.maandslider .slick-list {
    width: 80%;
    margin: auto !important;
}

.maandslider .slick-prev:before, .maandslider .slick-next:before {
    border: 1px solid #00965e;
}

.maandslider .slick-prev:before {
    background-image: url(/uploads/arrow-left_orange.png);
}

.maandslider .slick-next:before {
    background-image: url(/uploads/arrow-right_orange.png);
}

.maandslider .slick-slide {
    padding: 0 5px;
}

.maandslider .month span {
    background: #ededee;
    padding: 15px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.maandslider div.active span , .regionlist li.active span, .maandslider .month:hover span {
    background-color: #00965e;
    color: #FFFFFF;
}

ul.filter li {
    background: url(../images/filter.png) no-repeat scroll left center transparent !important;
}

ul.filter li.active {
    background: url(../images/filter_active.png) no-repeat scroll left center transparent !important;
}

ul.filter li {
    color: #4D4D4D;
    margin-right: 20px;
    line-height: 20px;
    padding-left: 25px;
    cursor: pointer;
}

#portfolio-list {
    list-style: none;
    padding:0;
}

#portfolio-list .panel {
    background: rgba(255,255,255,0);
    border: 0;
    margin: 0;
    padding: 10px 20px;
}

#portfolio-list .panel:last-child {
    float: left;
}

#portfolio-list .panel > .row {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 10px solid #FFFFFF;
    height: 120px;
}
#portfolio-list .panel a{
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    outline: white dotted 2px;
}
#portfolio-list .panel a:focus{
    outline: black dotted 2px;
}

.inspiratie-detail {
    padding: 0px !important;
}

.inspiratie-detail img {
    max-width: 95px;
}

#portfolio-list .panel:hover > .row {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.35);
}

.inspiratie-detail > a:first-child {
    display: inline-block;
    float: left;
    width: unset;
}

.inspiratie-detail-text {
    float: left;
    width: 64%;
    padding-left: 15px;
    min-height: 80px;
    position: relative;
}

.insp-leesmeer {
    position: absolute;
    bottom: 0;
}

.insp-contact {
    padding: 20px;
    margin: 20px 0;
}

.insp-contact img {
    width: 100%;
}

.maandslider {
    margin-top: 30px;
    margin-bottom: 30px;
}

#portfolio-list {
    list-style: none;
    padding:0;
}

#portfolio-list .panel > .row {
    background: #FFFFFF;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: 0 0 2rem rgba(0,0,0,.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#portfolio-list .panel:hover > .row {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.35);
}

.inspiratie-detail h3 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    color: #0086d6;
    height: 55px;
    overflow: hidden;
}

/*  4.  Homepagina  - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.7 Ambassadeurs - - - - - - - - - - - - - - - - - - - - - - - - */
.ambassador-map h1 {
    font-size: 1.5em;
}

.ambassador-map form {
    padding: 2rem;
    border: 1px solid #0086d6;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    color: #0086d6;
    margin-bottom: 1.5em;
}

.ambassador-map .map-submit {
    height: unset;
    width: inherit;
    font-size: 1em;
    background-color: #0086d6;
    color: #FFFFFF;
    padding: 1rem 3rem;
    border-radius: .5rem;
    font-weight: 700;
    border: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.map-submit:hover {
    background-color: #262360;
}

.ambassador-map span {
    color: #4d4d4d;
    margin-right: 1.5rem;
    margin-left: 0;
}

.ambassador-map .fa-map-marker {
    font-size: 25px;
    margin-right: .5rem;
}

.ambassador-map label {
    margin-left: 0.5rem;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.8 Veelgestelde vragen - - - - - - - - - - - - - - - - - - - - -*/
.faq-item {
    margin-bottom: 40px;
}

.faq-item .accordion {
    padding-left: 0;
}

ul.accordion {
    border-bottom: 1px solid #ededee;
    margin: 0;
    transition: 0.4s;
}

ul.accordion>li, ul.accordion>li.active {
    border-top: 1px solid #ededee;
    position: relative;
}

ul.accordion>li:first-child {
    border-top: 1px solid #0086d6 !important;
}

ul.accordion.aktie-vragen>li:first-child {
    border-top: 1px solid #EDEDEE;
}

ul.accordion.aktie-vragen {
    margin: 50px 0;
    border-bottom: 1px solid #EDEDEE;
    padding-left: 0;
}

.accordion-title {
    font-size: 16px;
    line-height: 23px;
    color: #0086d6;
    display: block;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
    padding-right: 30px;
    border-bottom:0;
    width: 100%;
    text-align: left;
    z-index: 0;
    border: none;
    background-color: transparent;
}

.accordion-item .accordion-content {
    display: none;
}

.accordion .accordion-item.is-active .accordion-content {
    display: block;
    padding: 0 0 15px 0;
    border: 0;
}

.vragen .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0;
    display: inherit;
    border: 0;
}

.accordion .accordion-item:before {
    content: "+";
    float: right;
    font-size: 25px;
    position: absolute;
    top: 4px;
    width: 15px;
    text-align: center;
    right: 0;
    margin-right: 4px;
    color: #0086d6;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    z-index: 90;
}

.accordion .accordion-item.is-active:before, .accordion .accordion-item.active:before {
    content: "-";
}

.accordion .accordion-item:hover:before {
    color: #00965e;
}

.accordion-title::before, .is-active > .accordion-title::before {
    content: none;
}

.accordion .accordion-item:hover:before, .accordion-title:hover, .accordion-title:focus {
    background: rgba(255,255,255,0);
    color: #00965e;
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0;
    border-bottom: 0;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.9 Zoekresultaten - - - - - - - - - - - - - - - - - - - - - - - */
.sisea-result {
    padding: 20px 0;
    border-top: 1px solid #ededee;
}

.sisea-result p {
    margin-bottom: 0;
}

.sisea-result h3 {
    color: #4d4D4D;
}

.sisea-paging {
    margin: 20px 0;
}

/*  4.  Vervolgpagina's - - - - - - - - - - - - - - - - - - - - - - -*/
/*  4.10 Partners - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.partner {
    border-bottom: 1px solid #ededee;
    margin-top: 20px !important;
}

ul.vervoerders {
    margin:0;
    list-style: none;
}

ul.vervoerders a {
    display: inline-block;
}

ul.vervoerders img {
    width: 170px;
}

/*  5.  Productchecker  - - - - - - - - - - - - - - - - - - - - - - -*/
.mpformOuter.theme_dark {
    padding: 15px;
    font-size: 1em;
    background: #0086d6;
}

.mpformOuter.theme_dark header .heading {
    margin-bottom: 15px;
}
.mpformOuter.theme_dark form {
    padding: 0;
    background: #0086d6;
}

.label__branding {
    right: 50px;
    top: -170px;
    z-index: 3;
}

.block__productchecker .aktieblokken-uitgelicht .heq:before {
    content: none;
}

.block__productchecker .block_call-to-action h3 {
    color: #4D4D4D;
    font-size: 1.25em;
    margin-bottom: 15px;
}

.block__productchecker ul.accordion>li:first-child, .block__productchecker  ul.accordion {
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
}

.block__productchecker .accordion .accordion-item:before {
    content: none;
}

.aktieblokken-uitgelicht h3 {
    margin-top: 20px;
}

.mpformOuter {
    padding: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.mpformOuter form {
    background-color: #00965e;
    border-radius: 10px;
    padding: 15px;
}
.block_call-to-actionrow .mpformOuter form {
    background-color: #0086d6;
}
.block_call-to-actionrow .mpformOuter form .button.blue-button {
    background: #FFF;
    border: 1px solid #FFF;
    color: #0086d6;
}
.block__productchecker {
    padding-top: 50px;
}

.block__productchecker header .heading {
    font-size: 21px;
}

#pfBtnPrev.button {
    border-radius: 10px 0 0 10px;
    height: unset;
    padding: 15px;
}

.block__productchecker .accordion {
    border-radius: 10px;
    padding-left: 0;
}

.block__productchecker .accordion .accordion-title {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    padding: 10px 20px;
    border-bottom: rgba(0, 75, 135,0.25);
}

.block__productchecker .accordion .accordion-item:first-child > :first-child {
    border-radius: 10px 10px 0 0;
}

.block__productchecker .accordion .accordion-title::before {
    width: 55px;
    line-height: 55px;
}

.block__productchecker .accordion .is-active > .accordion-title::before {
    line-height: 55px;
}

.block__productchecker .accordion .accordion-item.is-active .accordion-content {
    max-width: 100%;
    padding: 0;
}

.block__productchecker .accordion li.accordion-item a:hover, .block__productchecker ul.group-button li:hover a {
    background: #262360;
}

.accordion-content > ul {
    padding-left: 0;
}

.progress__outer .progress {
    height: 28px;
}

.block__productchecker .accordion .pf-answer {
    display: block;
    padding: 10px 15px;
    color: #004b87;
}

.block__productchecker .accordion li.accordion-item a.pf-answer:hover {
    background: #EDEDEE;
    color: #004b87;
}

.block__productchecker .accordion .accordion-content {
    overflow: hidden;
}

.block__productchecker ul li .is_active, ul.group-button li a.pf-answer.is_active {
    background-color: #00965e;
    color: #fff !important;
}

.block__productchecker .accordion li.accordion-item a.pf-answer.is_active:hover {
    background: #ff3c01;
}

.block__productchecker ul.group-button {
    padding-left: 0;
    border-radius: 10px;
    overflow: hidden;
}

.block__productchecker ul.group-button li .pf-answer {
    background: #004b87;
    color: #FFFFFF;
    font-weight: 700;
    display: block;
    line-height: 50px;
    padding: 0 15px;
}

.block__productchecker ul.group-button li a.info__modal {
    background-color: #FFFFFF !important
}

.block__productchecker ul.group-button li a.info__modal span {
    color: #004b87;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block__productchecker ul.group-button li a.info__modal:hover span {
    color: #00965e;
}

.block__productchecker .accordion li.accordion-item a.pf-answer.is_active:hover {
    background: red;
}

.info__modal {
    right: 15px;
    top: 25px;
}

.advice-row .callout {
    border-radius: 10px;
}

.advice-row .first .callout h5, .advice-row .second .callout h5 {
    margin-bottom: 0;
}

ul.no-bullet {
    padding-left: 0;
}

.second ul li {
    font-size: 13px;
}

.advice-row .first .callout h5 img {
    width: 75px;
}

.advice-row .second .callout h5 img {
    width: 50px;
}

.second .button {
    font-size: .9em;
}

.productchecker-subtitle {
    background: #FFFFFF !important;
    border-top: 1px solid #00965e !important;
}

.kaartsoort-title {
    height: 60px;
}


/*  6.  Responsive - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  6.1 Mobile - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
@media only screen and (max-width: 767px) {
    /* NAVIGATIE */
    .nav-bar li, .nav-bar, .row.top .secondary-menu li {
        width: 100%;
        text-align: right;
    }

    .row.top {
        display: none;
    }

    .nav-bar > li > a:first-child {
        line-height: 36px;
    }

    a.logo > img, .mobile .logo {
        left: 15px;
        width: 50px;
        margin-top: 12px;
    }

    .mobile .nav .menu {
        padding: 0 15px;
        height: inherit;
    }

    .nav-bar {
        display: none;
    }

    .nav-bar > li.active {
        background: none;
        border-bottom: 0 !important;
    }

    .nav-bar li, .row.top .secondary-menu li, .nav .menu-btn:checked ~ .nav-bar {
        display: block;
    }

    .nav .menu-btn:checked ~ .nav-bar {
        padding: 0 15px 15px;
    }

    .nav-bar > li > a:first-child {
        line-height: 36px;
    }

    .nav-bar > li.active {
        background: none;
        border-bottom: 0 !important;
        padding-left: 0;
        border-left: 0;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-text-right {
        text-align: right;
    }

    .mobile .nav .menu {
        border-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }



    /* BUTTONS */
    .button {
        display: block;
        width: 100%;
    }

    .button + .button, .button + a {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    /* HEADERS */
    .parallax {
        margin-top: 50px;
    }

    .header_image {
        height: 300px;
    }


    /* HOMEPAGINA ACTIES */
    #home .highlighted_action figure {
        height: 130px;
    }

    .slick-prev:before, .slick-next:before {
        width: 25px;
        height: 25px;
        background-size: 7px;
    }

    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }

    .actie-title {
        bottom: 40px;
        font-size: 1.75em;
    }

    /* ACTIE OVERZICHT */
    .callout form, .regionlist {
        display: block;
    }

    .callout form label, ul.filter li {
        width: 100%;
        margin: 10px 0;
    }

    .highlighted_action figure {
        height: 160px;
        overflow: hidden;
    }

    .row .mobile-one.blauw-bg {
        padding: 25px 15px;
    }

    [type='checkbox'] + label, [type='radio'] + label {
        margin-right: 0;
    }

    .nieuwsbrief.blauw-bg {
        padding: 25px 15px !important;
    }

    /* PRODUCTCHECKER DETAIL */
    ul.breadcrumbs li {
        display: none;
    }

    .subfooter .inline-list{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subfooter .inline-list li:not(:first-child):before{
        display: none;
    }

    .subfooter .inline-list li{
        margin-bottom:7px;
    }

    .subfooter .inline-list li:last-child{
        margin-bottom:0;
    }
}

@media only screen and (max-width: 959px) {
    .row.rounded-bottom, .mobile-one.rounded, .row.rounded, .rounded-top {
        -webkit-border-radius:0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}

/*  6.  Responsive - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  6.2 Tablet - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* NAVIGATIE */
    .row.top .secondary-menu {
        padding: 10px 30px;
    }

    .open.navigatie {
        display: none;
    }

    .nav-bar {
        display: flex;
        padding-right: 30px;
    }

    .aktieblokken .tablet-two:nth-child(odd) {
        clear: left;
    }

    .nav .menu-icon {
        display: none !important;
    }

    .tablet-text-center {
        text-align: center;
    }

    /* ACTIE OVERVIEW PAGINA */
    .callout form, .regionlist {
        display: block;
    }

    .callout form label, ul.filter li {
        width: 50%;
        margin: 10px 0;
    }

    .highlighted_action figure {
        height: 190px;
        overflow: hidden;
    }

    .row .mobile-one.blauw-bg {
        padding: 25px 15px;
    }

    /* HIGHLIGHTED ACTIONS */
    #home .highlighted_action figure {
        height: 160px;
    }

    .tablet-two.rounded {
        -webkit-border-radius: 10px 0 0 10px !important;
        -moz-border-radius: 10px 0 0 10px !important;
        border-radius: 10px 0 0 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    /* HOMEPAGINA HEADER */
    #home .flex-video.widescreen:before, #home .header_image:before {
        content: '';
        position: absolute;
        width: 50%;
        z-index: 1;
        right: 0;
        top: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 30%);
        height: 100%;
        display: block;
    }

    .nav .nav-bar {
        clear: none;
        float: right;
        max-height: none !important;
        height: 55px;
    }

    .nieuwsbrief.blauw-bg {
        padding-right: 2.5rem !important;
        background-image: url(../../uploads/nieuwsbrief_cadeautje.png)!important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: right;
    }

    #home .nieuwsbrief.blauw-bg {
        background-size: 200px;
        background-position-y: bottom;
    }
}

/*  6.  Responsive - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*  6.3 Desktop - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 960px) {
    /* NAVIGATIE */
    .open.navigatie {
        display: none;
    }

    .nav-bar {
        display: flex;
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav li {
        float: left;
        display: block;
    }

    .nav li a {
        padding: 20px 30px;
    }

    .nav .menu-icon {
        display: none !important;
    }

    .header_image {
        height: 500px;
    }
    .header_image p {
        font-size: 18px;
    }


    /* BUTTONS */
    .button + .button, .button + a {
        margin-left: 20px;
    }

    /* ACTIE OVERVIEW PAGINA */
    #home .highlighted_action figure {
        height: 120px;
    }

    .highlighted_action figure {
        height: 150px;
        overflow: hidden;
    }
    /* REISINSPIRATIE DETAIL */
    .insp-detail .highlighted_action figure {
        height: 120px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1024px) {
    .productchecker-subtitle, .table-two-rows {
        height: 74px;
        vertical-align: top;
    }
}

.copernica .label {
    float: left;
    width: 50%;
    background:none;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    color: #4d4d4d;
    white-space: normal;
    text-align: left;
}

.copernica .label div {
    display: inline-block;
}

.copernica .field-block,
.copernica .input-diff,
.copernica .interest {
    float: left;
    width: 100%;
}

.copernica .interest {
    margin: 0 0 5px 0;
}

.copernica .field-block {
    margin: 0 0 30px 0;
}

.copernica .field-half,
.copernica .data {
    float: left;
    width: 50%;
}

.copernica .field-checkbox {
    width: 30px;
}

.copernica .field-checkbox input {
    margin: 0;
}

.copernica .interest .label {
    width: 200px;
}

.copernica .field-newsletter .label {
    width: 85%;
}

.copernica .field-mail {
    margin: 0 0 15px 0;
}

.copernica .field-newsletter,
.copernica .field-mail {
    max-width: 500px;
}

.copernica .field-mail .label {
    padding: 15px 0 15px 0;
    font-size: 17px;
    font-weight: bold;
}

.copernica .text {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: normal;
}

.copernica .privacy {
    font-size: 12px;
}

.copernica .input-diff {
    display: none;
    margin: 10px 0 0 0;
}


.copernica .form-col {
    float: left;
    width: 33.33%;
}

.copernica .field-info .field-checkbox,
.copernica .form-col .interest .field-checkbox {
    padding-top:5px;
}

.copernica .field-info .label {
    line-height: 1.6;
}

.copernica .form-col {
    float: left;
    width: 33.33%;
}

.copernica .form-col .interest .label {
    width: 135px;
    line-height: 1.6;
}

@media only screen and (max-width: 530px) {
    .copernica .form-col {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 530px) {
    .copernica .form-col {
        float: left;
        width: 100%;
    }

    .copernica .field-half {
        width: 100%;
    }
}

/* IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .highlighted_content {
        display:block;
        margin:5px;
    }

    .highlighted_content.button-group,
    .highlighted_action figure {
        flex:unset;
    }

    .highlighted_action figure {
        margin: 0 0 10px 0;
    }
}


.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #0086d6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.disabled:hover, .button[disabled]:hover {
    background: #004E80;
}