﻿@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CeraPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/CeraPro-Regular.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CeraPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/CeraPro-Bold.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.eot');
    src: url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CeraPro-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/CeraPro-Medium.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Black.eot');
    src: url('../fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/CeraPro-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/CeraPro-Black.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 900;
    font-style: normal;
}

.loader {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .loader:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #202020;
        border-color: #202020 transparent #202020 transparent;
        animation: loader 1.2s linear infinite;
    }

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

svg.waves {
    display: block;
    position: relative;
    top: -1px;
}

::selection {
    background: #2f3293;
    color: #fff;
}

[v-cloak] {
    display: none;
}

body {
    overflow-y: scroll;
}

    body.no-content-scroll {
        overflow-y: hidden;
    }


    body.auto-content-scroll {
        overflow-y: auto;
    }

.global-overlay body {
    overflow: hidden;
}

p {
    margin: 0px;
}

body, input, select, textarea, button, a {
    font-family: 'Cera Pro',Arial,sans-serif;
    color: #202020;
    font-weight: inherit;
    font-style: inherit;
    line-height: normal;
    background-clip: padding-box;
    transition: color linear 200ms, border-color linear 200ms;
}

button {
    background-clip: border-box;
}

html, body {
    padding: 0px;
    margin: 0px;
    word-break: break-word;
    font-weight: 500;
}

strong {
    font-weight: 900;
}

a.no-effects {
    text-decoration: none;
}

:not(use) svg {
    transition: fill linear 200ms;
    fill: #202020;
}

::-webkit-input-placeholder {
    line-height: normal !important;
}

body {
    font-size: 20px;
}


@media screen and (max-width:950px) {
    body {
        font-size: 19px;
    }
}

@media screen and (max-width:850px) {
    body {
        font-size: 18px;
    }
}

@media screen and (max-width:750px) {
    body {
        font-size: 17px;
    }
}

h1, h2, h3, h4 {
    margin: 0px;
}

h1 {
    font-size: 360%;
}

h2 {
    font-weight: 900;
    font-size: 250%;
    line-height: 118%;
}

h3 {
    font-weight: 900;
    font-size: 170%;
    line-height: 118%;
}

@media screen and (max-width:850px) {
    h1 {
        font-size: 250%;
    }

    h2 {
        font-size: 180%;
    }

    h3 {
        font-size: 150%;
    }
}

ul {
    list-style: '→ ';
    margin: 0;
    padding: 0;
    padding-left: 18px;
}

a, input, textarea, button {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

input, textarea, button {
    font-size: 16px;
}

form.default {
    position: relative;
    line-height: 150%;
}

    form.default .navigation-container ol {
        padding: 0;
        margin: -10px 0 0 20px;
    }

        form.default .navigation-container ol li a {
            text-decoration: none;
            line-height: 200%;
            color: inherit;
            transition: none;
        }

        form.default .navigation-container ol li.active {
            font-weight: 900;
            color: #50bd9d;
        }

        form.default .navigation-container ol li.done {
            font-weight: 900;
        }

    form.default fieldset:not(.active) {
        display: none;
    }

    form.default fieldset .navigation {
        margin-top: 60px;
    }

    form.default fieldset h3 {
        font-size: 100%;
        margin-bottom: 15px;
    }

    form.default fieldset .introtext {
        margin-bottom: 15px;
    }

    form.default .form-input:not(:first-child) {
        margin-top: 10px;
    }

    form.default fieldset {
        display: block;
        overflow: hidden;
    }

    form.default input, form.default select, form.default textarea {
        -webkit-appearance: none;
        display: block;
        border: none;
        border-bottom: 1px solid #F7F7F7;
        width: 100%;
        display: block;
        font-size: 100%;
        box-sizing: border-box;
        line-height: 150%;
        color: #c2c2c2;
        background-color: #F7F7F7;
        padding: 8px 7px;
        font-weight: 600;
    }

        form.default input[type=range] {
            -webkit-appearance: none;
            -moz-appearance: textfield;
            background-color: black;
            margin: 11px 0;
            height: 3px;
            padding: 0;
            outline: solid 0 transparent;
            z-index: 1;
            max-width: 470px;
        }


            form.default input[type=range]::-ms-fill-lower {
                display: none;
            }

            form.default input[type=range]::-webkit-slider-thumb {
                box-sizing: border-box;
                margin-top: 0;
                border: none;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                border: 3px solid black;
                background: #fff;
                transition: none;
                pointer-events: auto;
                cursor: pointer;
            }

            form.default input[type=range]::-moz-range-thumb {
                box-sizing: border-box;
                margin-top: 0;
                border: none;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                border: 3px solid black;
                background: #fff;
                transition: none;
                pointer-events: auto;
                cursor: pointer;
            }

            form.default input[type=range]::-ms-thumb {
                box-sizing: border-box;
                margin-top: 0;
                border: none;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                box-shadow: 0 1px 0.125em rgba(174, 114, 90, 0.5), 0 1px 0.25em rgba(174, 114, 90, 0.5);
                background: #fff;
                transition: none;
                pointer-events: auto;
                cursor: pointer;
            }


    form.default input, form.default textarea {
        color: #202020;
    }

    form.default input, form.default textarea {
        font-weight: 900 !important;
    }

    form.default ::placeholder {
        color: #c2c2c2;
        font-weight: 600;
    }

    form.default select * {
        font-weight: 600;
        font-size: 100%;
    }

    form.default select {
        border: 1px solid #F7F7F7;
        outline: none;
    }

    form.default .submitted-message {
        display: none;
    }

    form.default.submitted .submitted-message {
        display: block;
    }

    form.default.submitted .formelements {
        display: none;
    }

    form.default.submitting {
        min-height: 200px;
    }

        form.default.submitting .formelements {
            display: none;
        }

    form.default .loader {
        display: none;
    }

    form.default.submitting .loader {
        display: block;
    }

    form.default .submit-container {
        overflow: hidden;
        position: relative;
        margin-top: 35px;
    }

        form.default .submit-container .invalid-message {
            opacity: 0;
            visibility: hidden;
            transition: opacity linear 100ms, visibility 0s linear 100ms;
            color: #ff0000;
            font-size: 70%;
            font-weight: 500;
            display: inline-block;
            margin-left: 10px;
        }

@media screen and (max-width:815px) {
    form.default.invalid .submit-container .invalid-message {
        display: block;
        margin-left: 0px;
    }
}

form.default.invalid .submit-container .invalid-message {
    opacity: 1;
    visibility: visible;
    transition: opacity linear 100ms, visibility 0s linear 0s;
    animation: shake 0.8s cubic-bezier(.36,.07,.19,.97) both;
    animation-delay: 200ms;
}

@media screen and (min-width:500px) {
    form.default .input-label {
        width: 220px;
        display: inline-block;
        padding-left: 12px;
        vertical-align: top;
        box-sizing: border-box;
        line-height: 45px;
    }

    form.default .labeled-input {
        width: calc(100% - 226px);
        display: inline-block;
        vertical-align: top;
    }
}



form.default .submit-container input[type="checkbox"] {
    position: absolute;
    opacity: 1;
    left: -20px;
    width: 0px;
}

form.default select, form.default input, form.default textarea {
    transition: all linear 0.3s;
}

    form.default select.invalid, form.default input.invalid, form.default textarea.invalid {
        background-color: #FFC6C2;
        color: #FF4134;
    }

form.default .invalid::placeholder {
    color: #FF4134;
}

form.default textarea {
    resize: none;
}

form.default input[type=radio], form.default input[type=checkbox], form.default input[type=file] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

    form.default input[type=file] + label {
        cursor: pointer;
    }

    form.default input[type=radio] + label svg, form.default input[type=checkbox] + label svg {
        content: ' ';
        position: absolute;
        box-sizing: border-box;
        top: 5px;
        left: 0px;
        border: 1px solid #202020;
        width: 18px;
        height: 18px;
        padding: 2px;
        fill: #fff;
        transition: all linear 0.2s;
    }

    form.default input[type=radio] + label svg {
        border-radius: 9px;
    }

    form.default input[type=radio]:checked + label svg, form.default input[type=checkbox]:checked + label svg {
        background-color: #50BD9D;
        border-color: #50BD9D;
    }

    form.default input[type=radio] + label, form.default input[type=checkbox] + label {
        display: block;
        position: relative;
        line-height: 150%;
        padding-left: 28px;
        cursor: pointer;
        color: #ADADAD;
    }

form.default button.button {
    margin: 0px;
    transition: none;
}

form.default button:disabled.button {
    opacity: 0.3;
    cursor: not-allowed;
}

form.default textarea {
    min-height: 210px;
}

hr {
    border: none;
    background-image: url('/assets/3.0/images/design/line-wave.svg');
    background-repeat: repeat-x;
    background-position: center;
    height: 6px;
}

    hr.small {
        background-size: auto 4px;
        height: 4px;
    }

    .glide {
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .glide * {
        box-sizing: inherit;
    }

    .glide .glide__track {
        overflow: hidden;
    }

    .glide .glide__slides {
        position: relative;
        width: 100%;
        list-style: none;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        touch-action: pan-Y;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        will-change: transform;
    }

    .glide .glide__slides--dragging {
        user-select: none;
    }

    .glide .glide__slide {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        white-space: normal;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }

        .glide .glide__slide a {
            user-select: none;
            -webkit-user-drag: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

    .glide .glide__arrows {
        -webkit-touch-callout: none;
        user-select: none;
    }

    .glide .glide__bullets {
        -webkit-touch-callout: none;
        user-select: none;
    }

    .glide .glide--rtl {
        direction: rtl;
    }

    .glide .glide__arrow {
        position: absolute;
        display: block;
        top: 50%;
        z-index: 2;
        color: white;
        text-transform: uppercase;
        padding: 9px 12px;
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 4px;
        box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
        text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
        opacity: 1;
        cursor: pointer;
        transition: opacity 150ms ease, border 300ms ease-in-out;
        transform: translateY(-50%);
        line-height: 1;
    }

        .glide .glide__arrow:focus {
            outline: none;
        }

        .glide .glide__arrow:hover {
            border-color: white;
        }

    .glide .glide__arrow--left {
        left: 2em;
    }

    .glide .glide__arrow--right {
        right: 2em;
    }

    .glide .glide__arrow--disabled {
        opacity: 0.33;
    }

    .glide .glide__bullets {
        text-align: center;
    }

    .glide .glide__bullet {
        background-color: rgba(255, 255, 255, 0.5);
        width: 11px;
        height: 11px;
        padding: 0;
        border-radius: 50%;
        border: 2px solid transparent;
        transition: all 300ms ease-in-out;
        cursor: pointer;
        line-height: 0;
        margin: 0 3px;
        background-color: #D5D5D5;
    }

        .glide .glide__bullet:focus {
            outline: none;
        }

        .glide .glide__bullet:hover, .glide__bullet:focus {
            border: 2px solid white;
            background-color: rgba(255, 255, 255, 0.5);
        }

    .glide .glide__bullet--active {
        background-color: #50BD9D;
    }

    .glide .glide--swipeable {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .glide .glide--dragging {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
/*.touchevents a.no-effects:active,
.no-touchevents a.no-effects:hover {
    color: #202020;
}*/
.touchevents a:not(.no-effects):active, .no-touchevents a:not(.no-effects):hover {
    color: #ff970c;
}

    .touchevents a:not(.no-effects):active svg, .no-touchevents a:not(.no-effects):hover svg {
        fill: #ff970c;
    }

.touchevents .has-background *:not(.no-background) a:not(.no-effects):active, .no-touchevents .has-background *:not(.no-background) a:not(.no-effects):hover, .touchevents .has-background > a:not(.no-effects):active, .no-touchevents .has-background > a:not(.no-effects):hover {
    color: #ffffff;
}

    .touchevents .has-background *:not(.no-background) a:not(.no-effects):active svg, .no-touchevents .has-background *:not(.no-background) a:not(.no-effects):hover svg, .touchevents .has-background > a:not(.no-effects):active svg, .no-touchevents .has-background > a:not(.no-effects):hover svg {
        fill: #ffffff;
    }

.button {
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #202020;
    padding: 7px 17px;
    text-decoration: none;
    font-weight: 500;
    font-size: 80%;
    transition: color linear 0.3s, border-color linear 0.3s, background-color linear 0.3s;
    line-height: 150%;
}

.touchevents .button:not(.no-effects):active,
.no-touchevents .button:not(.no-effects):hover {
    color: #FF970C;
    border-color: #FF970C;
    background-color: transparent;
}

.touchevents .has-background :not(.no-background) .button:not(.no-effects):active, .no-touchevents .has-background :not(.no-background) .button:not(.no-effects):hover, .touchevents .has-background > .button:not(.no-effects):active, .no-touchevents .has-background > .button:not(.no-effects):hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.button.theme-tickli {
    background-color: #6CC400;
    border-color: #80CC27;
    color: #fff !important;
}

.button.theme-ffffff {
    background-color: #fff;
    border-color: #fff;
}

.button.theme-202020 {
    background-color: #202020;
    border-color: #202020;
    color: #fff;
}

.button.theme-fff3ae {
    background-color: #FFF3AE;
    border-color: #FFF3AE;
}

.touchevents .button.theme-fff3ae:not(.no-effects):active,
.no-touchevents .button.theme-fff3ae:not(.no-effects):hover {
    background-color: transparent;
    border-color: #202020;
    color: #202020;
}

.button.theme-f5a3c9 {
    background-color: #F5A3C9;
    border-color: #F5A3C9;
    color: #fff;
}

.touchevents .button.theme-f5a3c9:not(.no-effects):active,
.no-touchevents .button.theme-f5a3c9:not(.no-effects):hover,
.button.accent-50bd9d {
    background-color: transparent;
    border-color: #f5a3c9;
    color: #f5a3c9;
}

.button.theme-50bd9d {
    background-color: #50BD9D;
    border-color: #50BD9D;
    color: #fff;
}

.touchevents .button.theme-50bd9d:not(.no-effects):active,
.no-touchevents .button.theme-50bd9d:not(.no-effects):hover,
.button.accent-50bd9d {
    background-color: transparent;
    border-color: #50BD9D;
    color: #50BD9D;
}

.button.theme-ff970c {
    background-color: #FF970C;
    border-color: #FF970C;
    color: #fff;
}

.touchevents .button.theme-ff970c:not(.no-effects):active,
.no-touchevents .button.theme-ff970c:not(.no-effects):hover,
.button.accent-ff970c {
    background-color: transparent;
    border-color: #ff970c;
    color: #ff970c;
}

.button.theme-e6e6e6 {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #202020;
}

.touchevents .button.theme-e6e6e6:not(.no-effects):active,
.no-touchevents .button.theme-e6e6e6:not(.no-effects):hover {
    background-color: transparent;
    border-color: #202020;
    color: #202020;
}

.clearfix {
    clear: both;
}

.application {
    height: 100vh;
}

@-webkit-keyframes fade {
    0%,to {
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.favorite-animatation-element {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 500;
    width: 0px;
    height: 0px;
    transition: all ease-in 0.4s;
}

    .favorite-animatation-element svg {
        width: 100%;
        height: 100%;
        fill: #ff4134;
    }

.js .lazy {
    background-color: #fff3ae;
}

    .js .lazy.loading {
        background-image: url(/assets/3.0/images/design/loading.svg);
        background-size: 50px 50px;
        background-repeat: no-repeat;
        background-position: center center;
        animation: fade 1s ease-out;
        animation-iteration-count: infinite;
    }

.wave-top, .wave-top-small, .wave-bottom, .wave-bottom-alt, .wave-bottom-small {
    position: relative;
}

.wave-top {
    padding-top: 20px;
}

.wave-top-small {
    padding-top: 14px;
}

.wave-bottom {
    padding-bottom: 20px;
}

.wave-bottom-small {
    padding-bottom: 14px;
}

.wave-top:before, .wave-top-small:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 0px;
    background-image: url(../images/design/top-wave.svg);
    background-size: auto 20px;
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 20px;
    fill: #fff;
}

.wave-bottom:after, .wave-bottom-small:after {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0px;
    background-image: url(../images/design/bottom-wave.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 20px;
    fill: #fff;
}

header.with-quicklinks:after {
    background-image: url(../images/design/bottom-wave-fff3ae.svg);
}

.snellinks-container {
    background-color: #FFF3AE;
}

.snellinks {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

    .snellinks li {
        margin: 0;
        list-style: none;
        position: relative;
    }

        .snellinks li a {
            display: block;
        }

            .snellinks li a:after {
                content: '⟶';
                margin-left: 5px;
            }

        .snellinks li a {
            text-decoration: none;
            font-weight: bold;
        }

@media screen and (max-width:800px) {
    .snellinks {
        padding: 18px;
    }

        .snellinks li {
            padding: 12px 0;
        }

            .snellinks li a:after {
                position: absolute;
                top: 12px;
                right: 0px;
            }
}


@media screen and (min-width:800px) {

    .snellinks {
        padding-top: 25px;
        padding-bottom: 50px;
    }

        .snellinks li {
            margin: 25px 25px 0 25px;
            display: inline-block;
        }
}



@media screen and (max-width:800px) {
    .wave-top:before, .wave-top-small:before, .wave-bottom:after, .wave-bottom-small:after {
        height: 15px;
        background-size: auto 15px;
    }
}

.wave-top-small:before, .wave-bottom-small:after {
    height: 14px;
    background-size: 1440px 14px;
}

.search-form {
    width: 440px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .search-form button {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 17px;
        right: 20px;
        fill: #202020;
        display: block;
        padding: 0px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .search-form svg {
        width: 20px;
        height: 20px;
    }

.search-box {
    border-radius: 0px;
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #202020;
    font-size: 130%;
    line-height: 200%;
    font-weight: 500;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 60px;
}

.warning-container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5);
}

    .warning-container .warning {
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding: 35px;
        max-width: calc(100% - 36px);
        max-height: calc(100% - 36px);
        overflow: auto;
    }

        .warning-container .warning .titel {
            margin-top: 0px;
            margin-bottom: 20px;
            display: block;
        }

        .warning-container .warning .tekst {
            font-size: 90%;
            line-height: 150%;
        }

        .warning-container .warning .button-container {
            margin-top: 20px;
            text-align: center;
        }

@media screen and (max-width:650px) {

    .warning-container .warning .titel {
        margin-bottom: 10px;
    }


    .warning-container .warning {
        padding: 17px;
    }

        .warning-container .warning .tekst {
            line-height: 150%;
        }


        .warning-container .warning .button-container {
            margin-top: 10px;
        }
}

.application .modal-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 600;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    padding: 80px 20px;
    transition: opacity linear 100ms, visibility 0s linear 100ms;
}

    .application .modal-popup.visible {
        visibility: visible;
        opacity: 1;
        transition: opacity linear 100ms, visibility 0s linear 0s;
    }

    .application .modal-popup .close-button {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 32px;
        height: 32px;
        display: block;
    }

        .application .modal-popup .close-button svg {
            width: 30px;
            height: 30px;
            stroke: #202020;
            stroke-width: 2px;
        }

.application nav {
    background-color: #fff;
}

    .application nav.expanded, .application nav.searching {
        background-color: #E5F4FF;
    }

    .application nav .mobile-menu-container a .arrow {
        margin-left: 5px;
        opacity: 0;
        transition: opacity linear 0.1s;
    }

.touchevents .application nav .mobile-menu-container a:active .arrow, .no-touchevents .application nav .mobile-menu-container a:hover .arrow {
    opacity: 1;
}

.application nav.searching button:hover svg, .application nav.searching a:hover svg, .application nav.expanded button:hover svg, .application nav.expanded a:hover svg {
    fill: #202020;
}

.application nav.searching a:hover, .application nav.expanded a:hover {
    color: #202020;
}




.application nav .button-container .item.favorites-button .counter {
    position: absolute;
    right: -3px;
    top: -3px;
    font-size: 60%;
    font-weight: 900;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 2px 20px -6px rgba(0,0,0,0.75);
}


.application nav .button-container .item.favorites-button.has-favorites .counter {
    display: block;
}

.application nav .button-container .item.favorites-button svg {
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 8px;
    width: 24px;
    height: 24px;
    transition: all linear 0.15s;
}

    .application nav .button-container .item.favorites-button svg.no-favorites-icon {
        opacity: 1;
        fill: #202020;
    }

    .application nav .button-container .item.favorites-button svg.favorites-icon {
        opacity: 0;
        fill: #ff4134;
    }

.application nav .button-container .item.favorites-button.has-favorites svg.no-favorites-icon {
    opacity: 0;
}

.application nav .button-container .item.favorites-button.has-favorites svg.favorites-icon {
    opacity: 1;
}


@media screen and (max-width:1250px) {

    .application nav {
        box-shadow: 0 10px 12px -14px rgba(0,0,0,.29);
    }

        .application nav.searching + .scroll-container,
        .application nav.expanded + .scroll-container {
            overflow: hidden;
        }

        .application nav .desktop-menu-container {
            display: none;
        }

        .application nav .mobile-menu-container {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 80px;
            background-color: inherit;
            transition: background-color linear 0.6s;
            z-index: 100;
        }

            .application nav .mobile-menu-container .menu-bar-container {
                position: fixed;
                top: 0px;
                left: 0px;
                right: 0px;
                height: 80px;
                padding: 0 35px;
                background-color: inherit;
                z-index: 4;
            }

            .application nav .mobile-menu-container .menu-bar {
                position: relative;
                z-index: 2;
                height: 100%;
            }

                .application nav .mobile-menu-container .menu-bar .logo-site {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    height: 80px;
                    text-decoration: none;
                }

                    .application nav .mobile-menu-container .menu-bar .logo-site svg.logo {
                        height: 100%;
                        width: 25px;
                        transition: fill 0.2s linear 0s, width 0.3s linear 0s;
                    }

                    .application nav .mobile-menu-container .menu-bar .logo-site img.logo {
                        height: 100%;
                        background-size: contain;
                        background-position:left center;

                    }

                        .application nav.expanded .mobile-menu-container .menu-bar .logo-site svg.logo {
                            width: 40px;
                            transition: fill 0.2s linear 0s, width 0.3s linear 0.3s;
                        }

        .application nav .mobile-menu-container .menu-bar .logo-site svg.text {
            height: 100%;
            width: 205px;
            margin-left: 4px;
            opacity: 1;
            transform: translateX(0px);
            transition: fill 0.2s linear 0s, transform 0.3s ease-in-out 0s, opacity 0.3s linear 0.3s, width 0s linear 0s;
        }

        .application nav.expanded .mobile-menu-container .menu-bar .logo-site svg.text {
            width: 0px;
            opacity: 0;
            transform: translateX(0px);
            transition: fill 0.2s linear 0s, transform 0.3s ease-in-out 0s, opacity 0.3s linear 0s, width 0s linear 0.3s;
        }

        .application nav .mobile-menu-container .menu-bar .button-container {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 80px;
        }

            .application nav .mobile-menu-container .menu-bar .button-container .item {
                width: 40px;
                height: 40px;
                box-sizing: border-box;
                margin: 20px 0px;
                display: inline-block;
                vertical-align: top;
            }

                .application nav .mobile-menu-container .menu-bar .button-container .item svg {
                    margin: 10px;
                }

                .application nav .mobile-menu-container .menu-bar .button-container .item.search-button {
                    overflow: hidden;
                    max-width: 40px;
                    visibility: visible;
                    opacity: 1;
                    transition: opacity 0.3s linear 0.3s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
                }

        .application nav.expanded .mobile-menu-container .menu-bar .button-container .item.favorites-button {
            overflow: hidden;
            max-width: 40px;
            visibility: visible;
            opacity: 1;
            transition: opacity 0.3s linear 0.3s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
        }

        .application nav.expanded .mobile-menu-container .menu-bar .button-container .item.search-button {
            max-width: 0;
            visibility: hidden;
            transition: opacity 0.3s linear 0s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
            opacity: 0;
        }

        .application nav .mobile-menu-container .menu-bar .button-container .item.favorites-button {
            position: relative;
            left: -6px;
            max-width: 0;
            visibility: hidden;
            transition: opacity 0.3s linear 0s, max-width 0s linear 0.3s, visibility 0s linear 0.3s;
            opacity: 0;
        }

        .application nav .mobile-menu-container .menu-bar .button-container .item:last-child {
            margin-right: 0px !important;
            margin-left: 10px;
        }

        .application nav .mobile-menu-container .button-container .item svg {
            width: 20px;
            height: 20px;
        }

        .application nav .mobile-menu-container .menu-bar .button-container .hamburger {
            margin: 15px 0px 20px 0px;
            width: 25px;
            padding: 1px;
            overflow: hidden;
            cursor: pointer;
            -webkit-tap-highlight-color: none;
            border: none;
            background-color: transparent;
            -webkit-tap-highlight-color: transparent;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .application nav .mobile-menu-container .hamburger span {
            background: #202020;
            display: block;
            height: 3px;
            width: 100%;
            margin: 5px 0;
            position: relative;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 0;
            left: 0;
            opacity: 1;
            transition: none ease 0.4s;
            transition-property: transform, top, left, opacity, width, background;
        }

    .no-touchevents .application nav:not(.expanded) .mobile-menu-container .hamburger:hover span,
    .touchevents .application nav:not(.expanded) .mobile-menu-container .hamburger:active span {
        background: #ff970c;
    }

    .application nav.expanded .mobile-menu-container .hamburger span.top-bar {
        -webkit-transform: rotate( 45deg );
        transform: rotate( 45deg );
        top: 8px;
    }

    .application nav.expanded .mobile-menu-container .hamburger span.middle-bar {
        opacity: 0;
        left: -40px;
    }

    .application nav.expanded .mobile-menu-container .hamburger span.bottom-bar {
        -webkit-transform: rotate( -45deg );
        transform: rotate( -45deg );
        top: -8px;
    }

    .application nav .mobile-menu-container .menu-bar .button-container .language-list {
        padding: 0;
        margin: 0;
        margin-right: 6px;
        max-width: 0;
        overflow: hidden;
        display: inline-block;
        opacity: 0;
        transition: opacity 0.3s linear 0s, max-width 0s linear 0.3s;
    }

    .application nav.expanded .mobile-menu-container .menu-bar .button-container .language-list {
        max-width: 300px;
        opacity: 1;
        transition: opacity 0.3s linear 0.3s, max-width 0s linear 0s;
    }

    .application nav .mobile-menu-container .menu-bar .button-container .language-list li {
        display: inline-block;
        line-height: 80px;
        padding-left: 15px;
    }

        .application nav .mobile-menu-container .menu-bar .button-container .language-list li a {
            font-size: 90%;
            font-weight: 500;
            text-decoration: none;
            text-transform: uppercase;
        }

        .application nav .mobile-menu-container .menu-bar .button-container .language-list li.active a {
            font-weight: 900;
        }

        .application nav .mobile-menu-container .menu-bar .button-container .language-list li:first-child {
            padding-left: 0px;
        }

    .application nav .mobile-menu-container .menu-overlay {
        position: relative;
        top: 80px;
        min-height: calc(100vh - 80px);
        background-color: inherit;
        z-index: 3;
        transform: translateY(-100%);
        visibility: hidden;
        transition: visibility 0s linear 0.6s, transform 0.6s ease-in-out;
        display: flex;
        flex-flow: column;
        overflow: visible;
    }

    .application nav.expanded .mobile-menu-container .menu-overlay {
        transition: visibility 0s linear 0s, transform 0.6s ease-in-out;
        visibility: visible;
        transform: translateY(0%);
    }

    .application nav .mobile-menu-container .menu-overlay .search-container {
        background-color: #fff !important;
        padding: 40px 0 100px 0;
    }

        .application nav .mobile-menu-container .menu-overlay .search-container form {
            margin-top: 20px;
            width: 100%;
            max-width: 380px;
            margin-left: auto;
            margin-right: auto;
        }

        .application nav .mobile-menu-container .menu-overlay .search-container .vvv-logo {
            float: left;
            margin-top: 7px;
            margin-right: 20px;
        }

        .application nav .mobile-menu-container .menu-overlay .search-container input {
            float: left;
            box-sizing: border-box;
            width: calc(100% - 102px);
            max-width: 240px;
            height: 48px;
            border: 1px solid rgb(32, 32, 32);
            font-size: 70%;
            padding-left: 20px;
            padding-right: 20px;
        }

        .application nav .mobile-menu-container .menu-overlay .search-container button {
            float: left;
            box-sizing: border-box;
            background-color: #FF970C;
            width: 48px;
            height: 48px;
            border: 1px solid #202020;
            border-left: none;
        }

            .application nav .mobile-menu-container .menu-overlay .search-container button svg {
                fill: #fff;
                width: 18px;
                height: 18px;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

    .application nav .mobile-menu-container .menu-overlay .menu-container {
        padding: 20px 0 38px 0;
        flex: 1 1 auto;
    }

    .application nav .mobile-menu-container .menu-overlay .menu {
        margin: 0;
        padding: 0;
    }

        .application nav .mobile-menu-container .menu-overlay .menu > li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .application nav .mobile-menu-container .menu-overlay .menu > li > a {
                text-decoration: none;
                font-size: 110%;
                font-weight: 900;
                line-height: 181.81%;
                border-bottom: 1px solid transparent;
                padding-bottom: 4px;
            }

            .application nav .mobile-menu-container .menu-overlay .menu > li.expanded > a {
                border-bottom-color: #202020;
                padding-bottom: 4px;
            }


        .application nav .mobile-menu-container .menu-overlay .menu .sub-menu-item-container {
            display: none;
            list-style: none;
            margin: 10px 0 20px 0;
            padding: 0;
        }

            .application nav .mobile-menu-container .menu-overlay .menu .sub-menu-item-container.active {
                display: block;
            }

            .application nav .mobile-menu-container .menu-overlay .menu .sub-menu-item-container > li > a {
                font-weight: bold;
                font-size: 90%;
                text-decoration: none;
                line-height: 222.22%;
            }
}



@media screen and (min-width:1250px) {

    .application nav {
        box-shadow: 0 10px 12px -14px rgba(0,0,0,.29);
        box-sizing: border-box;
        overflow: visible;
    }

        .application nav.searching + .scroll-container,
        .application nav.expanded + .scroll-container {
            overflow: hidden;
        }

        .application nav .mobile-menu-container {
            display: none;
        }

        .application nav .desktop-menu-container {
            background-color: inherit;
            display: block;
            transition: background-color linear 0.6s;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 80px;
        }

            .application nav .desktop-menu-container .logo-site {
                position: absolute;
                left: 0px;
                top: 0px;
                height: 80px;
            }

                .application nav .desktop-menu-container .logo-site svg,
                .application nav .desktop-menu-container .logo-site img {
                    height: 100%;
                    width: 246px;
                }

                .application nav .desktop-menu-container .logo-site img {
                    background-size: contain;
                    background-position: left center;
                }

            .application nav .desktop-menu-container .button-container {
                position: absolute;
                top: 0px;
                right: 0px;
                height: 80px;
            }

                .application nav .desktop-menu-container .button-container .item {
                    width: 40px;
                    height: 40px;
                    padding: 10px;
                    box-sizing: border-box;
                    margin: 20px 0px;
                    display: inline-block;
                    vertical-align: top;
                }

                    .application nav .desktop-menu-container .button-container .item svg {
                        width: 20px;
                        height: 20px;
                    }



                    .application nav .desktop-menu-container .button-container .item.vvv-button {
                        padding: 0px;
                        margin-left: 40px;
                    }

                    .application nav .desktop-menu-container .button-container .item:first-child {
                        margin-left: 0px;
                    }

                    .application nav .desktop-menu-container .button-container .item.vvv-button svg {
                        width: 40px;
                        height: 40px;
                    }



            .application nav .desktop-menu-container .language-selector {
                display: none;
                position: relative;
                z-index: 1;
            }

    .js .application nav .desktop-menu-container .language-selector {
        display: inline-block;
    }

    .application nav .desktop-menu-container .language-selector .current-language {
        font-size: 80%;
        line-height: 80px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .application nav .desktop-menu-container .language-selector .language-list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        width: 180px;
        right: -17px;
        top: 80px;
        background-color: #fff;
        margin: 0px;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 300ms, opacity 300ms ease-in-out;
        text-align: left;
        font-size: 80%;
    }

        .application nav .desktop-menu-container .language-selector .language-list.expanded {
            visibility: visible;
            opacity: 1;
            transition: visibility 0s linear 0s, opacity 300ms ease-in-out;
        }

        .application nav .desktop-menu-container .language-selector .language-list li a {
            line-height: 34px;
            padding: 0 35px;
            text-decoration: none;
        }

    .application nav .button-container .item.favorites-button {
        padding: 8px;
        position: relative;
    }

    .application nav .desktop-menu-container .main-menu-container {
        z-index: 400;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: inherit;
        text-align: center;
        padding: 0 50px;
    }

        .application nav .desktop-menu-container .main-menu-container .main-menu-wrapper {
            position: relative;
            max-width: 1500px;
            margin-left: auto;
            margin-right: auto;
        }

        .application nav .desktop-menu-container .main-menu-container .main-menu {
            height: 80px;
            padding: 0px;
            padding-left: 286px;
            padding-right: 286px;
            margin: 0px;
            white-space: nowrap;
        }

            .application nav .desktop-menu-container .main-menu-container .main-menu > li {
                display: inline-block;
                margin: 0px 25px;
            }

                .application nav .desktop-menu-container .main-menu-container .main-menu > li:first-child {
                    margin-left: 0px;
                }

                .application nav .desktop-menu-container .main-menu-container .main-menu > li:last-child {
                    margin-right: 0px;
                }

                .application nav .desktop-menu-container .main-menu-container .main-menu > li a {
                    text-decoration: none;
                    font-weight: 900;
                    display: block;
                    margin: 25px 0;
                    line-height: 35px;
                    border-bottom: 1px solid transparent;
                }

                .application nav .desktop-menu-container .main-menu-container .main-menu > li.expanded a {
                    border-bottom-color: #202020;
                }


    .application nav .desktop-menu-container .sub-menu-container {
        z-index: 100;
        position: relative;
        top: 80px;
        left: 0px;
        right: 0px;
        min-height: calc(100vh - 80px);
        overflow: visible;
        visibility: hidden;
        transform: translateY(-100%);
        transition: visibility 0s linear 0.6s, transform 0.6s ease-in-out;
        background-color: inherit;
        padding-top: 70px;
        box-sizing: border-box;
    }

        .application nav .desktop-menu-container .sub-menu-container.expanded {
            visibility: visible;
            transform: translateY(0%);
            transition: visibility 0s linear 0s, transform 0.6s ease-in-out;
        }

        .application nav .desktop-menu-container .sub-menu-container .generic-commands {
            text-align: center;
            margin-top: 140px;
        }

            .application nav .desktop-menu-container .sub-menu-container .generic-commands .search-form {
                margin-bottom: 40px;
            }

            .application nav .desktop-menu-container .sub-menu-container .generic-commands .close-button {
                text-decoration: none !important;
                cursor: pointer;
                display: inline-block;
            }

                .application nav .desktop-menu-container .sub-menu-container .generic-commands .close-button svg {
                    display: inline;
                    width: 40px;
                    height: 40px;
                    padding: 10px;
                    box-sizing: border-box;
                    background-color: #fff;
                    border-radius: 20px;
                    stroke: #202020;
                    stroke-width: 2px;
                }

                .application nav .desktop-menu-container .sub-menu-container .generic-commands .close-button .text {
                    margin-left: 10px;
                    line-height: 40px;
                    font-weight: 500;
                    vertical-align: top;
                }




    .application nav .desktop-menu-container .sub-menu-item-container {
        position: relative;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        max-height: 0px;
        opacity: 0;
        transition: max-height 0s linear 0.3s, opacity 0.3s linear 0s;
    }

        .application nav .desktop-menu-container .sub-menu-item-container.active {
            opacity: 1;
            max-height: 10000px;
            transition: max-height 0s linear 0.3s, opacity 0.3s linear 0.3s;
        }

    .application nav .desktop-menu-container .submenu-met-cta .links-container {
        width: 300px;
        float: left;
    }

        .application nav .desktop-menu-container .submenu-met-cta .links-container .titel {
            display: inline-block;
            text-decoration: none;
            line-height: 166.66%;
            font-weight: 900;
            border-bottom: 1px solid #202020;
        }


        .application nav .desktop-menu-container .submenu-met-cta .links-container .links {
            margin: 20px 0 0 0;
            padding: 0;
            list-style: none;
        }

            .application nav .desktop-menu-container .submenu-met-cta .links-container .links li.bekijk-alles {
                display: none;
            }

            .application nav .desktop-menu-container .submenu-met-cta .links-container .links li a {
                text-decoration: none;
                line-height: 222.22%;
                font-weight: 900;
            }

                .application nav .desktop-menu-container .submenu-met-cta .links-container .links li a .arrow {
                    opacity: 0;
                    margin-left: 5px;
                    transition: opacity linear 0.1s;
                }

            .application nav .desktop-menu-container .submenu-met-cta .links-container .links li:hover a .arrow {
                opacity: 1;
            }

    .application nav .desktop-menu-container .submenu-met-cta .call-to-action {
        width: 470px;
        float: right;
    }

        .application nav .desktop-menu-container .submenu-met-cta .call-to-action .image {
            width: 80px;
            height: 80px;
            float: right;
            margin-left: 20px;
            margin-bottom: 20px;
        }

        .application nav .desktop-menu-container .submenu-met-cta .call-to-action .title {
            margin-top: 20px;
            line-height: 110%;
            font-weight: 900;
        }

        .application nav .desktop-menu-container .submenu-met-cta .call-to-action .teaser {
            margin-top: 20px;
            line-height: 144.44%;
            font-weight: 900;
            padding-right: 40px;
        }

        .application nav .desktop-menu-container .submenu-met-cta .call-to-action .button {
            font-weight: 900;
            padding: 7px 30px;
            margin-top: 30px;
        }
}

@media screen and (min-width:1250px) and (max-width:1460px) {
    .application nav .desktop-menu-container .main-menu-container .main-menu > li a {
        font-size: 90%;
    }

    .application nav .desktop-menu-container .main-menu-container {
        padding: 0 35px;
    }

    .application nav .desktop-menu-container .button-container .item.vvv-button {
        margin-left: 20px;
    }

    .application nav .desktop-menu-container .main-menu-container .main-menu > li {
        margin: 0px 13px;
    }
}

@media screen and (max-width:375px) {

    .application nav .mobile-menu-container .menu-bar .logo-site svg.logo {
        width: 24px;
    }



    .application nav .mobile-menu-container .menu-bar .logo-site svg.text {
        width: 173px;
    }
}

@media screen and (max-width:900px) {
    .application nav .mobile-menu-container .menu-bar-container {
        padding: 0 18px;
    }
}

.application nav .site-search {
    background-color: inherit;
    position: absolute;
    min-height: calc(100vh - 80px);
    z-index: 10;
    top: 80px;
    left: 0px;
    right: 0px;
    overflow: visible;
    visibility: hidden;
    transition: visibility 0s linear 0.6s, transform 0.6s ease-in-out, background-color 0.6s linear;
    transform: translateY(-100%);
}

    .application nav .site-search.active {
        transform: translateY(0%);
        visibility: visible;
        transition: visibility 0s linear 0s, transform 0.6s ease-in-out, background-color 0.6s linear;
    }

    .application nav .site-search .search-form {
        margin-top: 200px;
    }

    .application nav .site-search .button-container {
        margin-top: 70px;
        text-align: center;
    }

    .application nav .site-search .close-button {
        text-decoration: none !important;
        cursor: pointer;
        display: inline-block;
    }

        .application nav .site-search .close-button svg {
            display: inline;
            width: 40px;
            height: 40px;
            padding: 10px;
            box-sizing: border-box;
            background-color: #fff;
            border-radius: 20px;
            stroke: #202020;
            stroke-width: 2px;
        }

        .application nav .site-search .close-button .text {
            margin-left: 10px;
            line-height: 40px;
            font-weight: 500;
            font-size: 90%;
            vertical-align: top;
        }



.application .scroll-container {
    height: 100%;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

html:not(.embed) .application .scroll-container {
    padding-top: 80px;
}

.application .scroll-container .content-container {
    padding: 80px 0px;
}

    .application .content-container.without-margin {
        margin-top: 0px;
    }

@media screen and (max-width:850px) {
    .application .content-container {
        padding: 70px 0px;
    }

    html.embed .application .content-container {
        padding-bottom: 110px;
        padding-left:17px;
        padding-right:17px;
    }
}

.application footer ul {
    list-style: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
}

.application footer .register-newsletter {
    margin-bottom: 70px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #FFF3AE;
}

    .application footer .register-newsletter .form-container input[type="checkbox"] {
        position: absolute;
        opacity: 1;
        left: -20px;
        width: 0px;
        z-index:-1;
    }

    .application footer .register-newsletter .description {
        font-weight: 900;
        line-height: 150%;
        max-width: 530px;
    }

    .application footer .register-newsletter h2 span {
        font-weight: normal;
    }

    .application footer .register-newsletter .newsletter-category-icons {
        margin: 30px 0px;
        text-align: center;
        position: relative;
        display: inline-block;
        display: none;
    }

    .application footer .register-newsletter .description + .newsletter-category-icons {
        margin-top: 0px;
    }

    .application footer .register-newsletter .newsletter-category-icons li {
        display: inline-block;
        width: 70px;
        height: 70px;
        border-radius: 35px;
        margin: 4px;
        padding: 0px;
    }

        .application footer .register-newsletter .newsletter-category-icons li svg {
            width: 40px;
            height: 40px;
            margin: 15px;
            fill: #fff;
        }

.application footer .global-info {
    background-color: #D3EFE7;
    padding-top: 55px;
    padding-bottom: 55px;
}

    .application footer .global-info .links {
        font-weight: bold;
    }

.application footer .links a {
    text-decoration: none;
    font-size: 80%;
}

.application footer .global-links {
    background-color: #B0E1D3;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 400;
}

.application footer .links li {
    display: inline-block;
    margin: 15px 0px;
    margin-right: 34px;
}

    .application footer .links li:last-child {
        margin-right: 0px;
    }

.application footer .global-info .links li a {
    font-weight: 900;
}

@media screen and (max-width:850px) {
    .application footer .global-info {
        padding-bottom: 36px;
    }

    .application footer .links li {
        margin: 12px 0px;
        margin-right: 34px;
    }

    .application footer .global-info .links {
        margin: 20px 0px;
    }
}

.application footer .register-newsletter form {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 606px;
}

    .application footer .register-newsletter form .message-container, .application footer .register-newsletter form.has-message .form-container {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 300ms, opacity 300ms ease-in-out;
    }

    .application footer .register-newsletter form.has-message .message-container, .application footer .register-newsletter form .form-container {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 300ms ease-in-out;
    }

    .application footer .register-newsletter form .message-container {
        position: absolute;
        top: 0px;
        font-weight: 500;
        line-height: 150%;
        padding-top: 0px;
        padding-top: 15px;
    }

    .application footer .register-newsletter form.is-registration-failed .message-container {
        color: #ff0000;
    }

    .application footer .register-newsletter form .emailaddress {
        outline: none;
        padding: 0px 28px;
        height: 48px;
        width: calc(100% - 48px);
        max-width: 558px;
        box-sizing: border-box;
        font-weight: 900;
        border: 1px solid #000;
        vertical-align: top;
        border-radius: 0px;
    }

    .application footer .register-newsletter form .input-status-container {
        font-size: 70%;
        margin-top: 14px;
        padding-left: 17px;
        padding-right: 17px;
        box-sizing: border-box;
        position: relative;
    }

    .application footer .register-newsletter form .input-status-message, .application footer .register-newsletter form .privacy-statement {
        font-weight: 500;
        text-decoration: none;
        position: absolute;
        top: 0px;
        opacity: 1;
    }

    .application footer .register-newsletter form .input-status-message {
        opacity: 0;
        visibility: hidden;
        transition: opacity linear 100ms, visibility 0s linear 100ms;
        color: #ff0000;
    }

    .application footer .register-newsletter form.has-input-message .input-status-message {
        opacity: 1;
        visibility: visible;
        transition: opacity linear 100ms, visibility 0s linear 0s;
        animation: shake 0.8s cubic-bezier(.36,.07,.19,.97) both;
        animation-delay: 200ms;
    }

    .application footer .register-newsletter form .privacy-statement {
        transition: opacity linear 100ms, visibility 0s linear 0s, color linear 200ms;
        visibility: visible;
        opacity: 1;
    }

    .application footer .register-newsletter form.has-input-message .privacy-statement {
        transition: opacity linear 100ms, visibility 0s linear 100ms;
        visibility: hidden;
        opacity: 0;
    }

    .application footer .register-newsletter form button {
        outline: none;
        height: 48px;
        width: 48px;
        box-sizing: border-box;
        border: 1px solid #000;
        border-left: none;
        background-color: #FF970C;
        cursor: pointer;
        padding: 0px;
        position: relative;
    }

        .application footer .register-newsletter form button svg {
            width: 18px;
            height: 18px;
            padding: 0px;
            margin: 0px;
            margin-top: 4px;
            fill: #FFFFFF;
        }

@media screen and (max-width:850px) {
    .application footer .register-newsletter .newsletter-category-icons {
        margin: 30px 0px;
    }
}

@media screen and (min-width:850px) {
    .application footer .register-newsletter .newsletter-category-icons li:first-child {
        margin-left: 0px;
    }
}

.website-search, .application footer .share-page {
    margin-bottom: 70px;
}

    .website-search .website-search-label, .application footer .share-page .share-page-label {
        display: block;
        line-height: 117.65%;
        font-weight: 900;
        font-size: 160%;
        margin-bottom: 40px;
    }

    .application footer .share-page .share-page-links {
        margin: 0px;
    }

    .application footer .share-page .share-page-link {
        display: inline-block;
        margin: 0px;
        margin-right: 34px;
    }

        .application footer .share-page .share-page-link a {
            text-decoration: none;
        }

        .application footer .share-page .share-page-link:last-child {
            margin-right: 0px;
        }

.logo-site svg {
    width: 246px;
    height: 25px;
}

.logo-site img {
    max-width: 246px;
    height: 25px;
    background-size:contain
}

@media screen and (max-width:850px) {
    .application footer .share-page .share-page-label {
        float: none;
        display: block;
        margin-bottom: 25px;
    }

    .application footer .share-page .share-page-link {
        margin-bottom: 17px;
        margin-right: 17px;
    }

    .application footer .share-page {
        margin-bottom: 53px;
    }
}

.application footer .partners {
    margin-bottom: 70px;
}

    .application footer .partners .partners-label {
        display: block;
        line-height: 117.65%;
        font-weight: 900;
        font-size: 160%;
        margin-bottom: 5px;
    }

    .application footer .partners .partner-links {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .application footer .partners .partner-links li {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin-top: 35px;
            margin-left: 35px;
            margin-right: 35px;
        }

            .application footer .partners .partner-links li a {
                display: block;
            }

            .application footer .partners .partner-links li img:first-child,
            .application footer .partners .partner-links li svg:first-child {
                transition: opacity linear 300ms;
            }

            .application footer .partners .partner-links li img:last-child,
            .application footer .partners .partner-links li svg:last-child {
                transition: opacity linear 300ms;
            }

            .application footer .partners .partner-links li img:last-child,
            .application footer .partners .partner-links li svg:last-child {
                position: absolute;
                left: 0px;
                top: 0px;
                opacity: 0;
            }

            .application footer .partners .partner-links li:hover img:first-child,
            .application footer .partners .partner-links li:hover svg:first-child {
                opacity: 0;
            }

            .application footer .partners .partner-links li:hover img:last-child,
            .application footer .partners .partner-links li:hover svg:last-child {
                opacity: 1;
            }

.application footer .logo-site {
    min-width: 300px;
}

.application footer .logo-vvv {
    margin-top: -5px;
    width: 34px;
    float: right;
}

    .application footer .logo-vvv svg {
        width: 34px;
        height: 34px;
    }

.application footer .social-media-container .social-media-label {
    float: left;
    line-height: 54px;
    font-weight: bold;
    font-size: 80%;
}

.application footer .social-media-container .social-media {
    float: left;
    margin: 0px;
}

.application footer .social-media li {
    display: inline-block;
    margin: 12px 17px;
}

.application footer .social-media a {
    display: block;
}

.application footer .social-media svg {
    height: 30px;
    width: 30px;
    display: block;
}

@media screen and (max-width:600px) {
    .application footer .social-media li {
        margin: 12px 12px;
    }
}

.application footer .sponsor-container {
    padding: 15px 0px 0px 0px;
}

    .application footer .sponsor-container .logo-vvv {
        margin-top: 16px;
        display: inline-block;
        vertical-align: top;
    }

    .application footer .sponsor-container .sponsor {
    }

        .application footer .sponsor-container .sponsor .sponsor-logo {
            display: inline-block;
            margin-left: 35px;
        }

            .application footer .sponsor-container .sponsor .sponsor-logo svg {
                width: 140px;
                height: 60px;
            }

        .application footer .sponsor-container .sponsor .sponsor-name {
            padding: 12px 0px;
            font-size: 70%;
            font-weight: 500;
            line-height: 144%;
            float: left;
        }

.application footer .global-links .links {
    margin: 0px;
}

.application footer .register-newsletter .inner {
    max-width: 95%;
    width: 700px;
    margin: 0px auto;
}

@media screen and (max-width:1024px) {
    .application footer .sponsor-container .sponsor .sponsor-logo svg {
        width: 114px;
        height: 60px;
    }

    .application footer .sponsor-container .sponsor .sponsor-logo {
        margin-left: 20px;
    }
}

.cookie-msg {
    background: #fff;
    position: fixed;
    width: 100%;
    color: #000;
    height: 200px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms ease-in-out, bottom 300ms linear;
    background-color: #fff3ae;
}

    .cookie-msg.visible {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 300ms ease-in-out, bottom 300ms linear;
    }

    .cookie-msg .inner {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .cookie-msg .title {
        font-size: 180%;
        line-height: 39px;
        margin-top: 43px;
    }

    .cookie-msg .text-block-item {
        font-size: 65%;
        width: 300px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }

        .cookie-msg .text-block-item h4 {
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .cookie-msg .text-block-item p {
            margin-top: 0px;
            line-height: 150%;
        }

    .cookie-msg .button-strip {
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

    .cookie-msg .cta {
        margin: 30px 0 -15px 10px;
        text-decoration: none;
    }

        .cookie-msg .cta:last-child {
            margin-right: 0px;
        }

    .cookie-msg a {
        color: #000;
        text-decoration: none;
    }

.cookie-settings {
    position: fixed;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #fff;
    color: #000;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 65%;
    transition: visibility 0s linear 300ms, top linear 0.3s;
    visibility: hidden;
}

    .cookie-settings a:not(.cta) {
        color: #000;
    }

    .cookie-settings.visible {
        top: 0%;
        visibility: visible;
        transition: visibility 0s linear 0s, top linear 0.3s;
    }

    .cookie-settings .inner {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        position: relative;
        padding-bottom: 50px;
    }

        .cookie-settings .inner p {
            line-height: 175%;
            margin-bottom: 8px;
        }

    .cookie-settings .title {
        font-size: 180%;
        line-height: 39px;
        margin-top: 43px;
        margin-bottom: 30px;
    }

    .cookie-settings .close {
        position: absolute;
        content: ' ';
        height: 33px;
        width: 33px;
        right: 0px;
        top: 7px;
    }

        .cookie-settings .close:before, .cookie-settings .close:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 33px;
            width: 2px;
            background-color: #333;
        }

        .cookie-settings .close:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cookie-settings .close:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .cookie-settings .cookie-type {
        position: relative;
        padding-bottom: 0px;
    }

        .cookie-settings .cookie-type input[type=checkbox]:disabled + label {
            cursor: not-allowed;
        }

        .cookie-settings .cookie-type input[type=checkbox] {
            position: absolute;
            top: 0px;
            right: 0px;
            display: none;
        }

        .cookie-settings .cookie-type h4 {
            margin: 16px 0px;
        }

        .cookie-settings .cookie-type label {
            position: absolute;
            top: 0px;
            right: 0px;
        }

            .cookie-settings .cookie-type label:before {
                content: ' ';
                position: absolute;
                right: 30px;
                top: 0px;
                width: 19px;
                height: 19px;
                background-color: #ACACAC;
                border-radius: 10px;
                z-index: 2;
                transition: all linear 0.1s;
            }

            .cookie-settings .cookie-type label:after {
                content: ' ';
                height: 7px;
                background-color: #D7D7D7;
                width: 30px;
                display: block;
                position: absolute;
                top: 6px;
                right: 9px;
                border-radius: 4px;
                z-index: 1;
                transition: all linear 0.1s;
            }

        .cookie-settings .cookie-type input:checked + label:before {
            background-color: #84B819;
            right: 0px;
        }

        .cookie-settings .cookie-type input:checked + label:after {
            background-color: #E1EEC8;
        }

@media screen and (max-width:1024px) {

    .cookie-msg.visible {
        display: block;
    }

    .cookie-msg {
        height: auto;
        z-index: 100;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 500px;
        max-width: 95%;
    }

        .cookie-msg .inner {
            width: auto;
            padding: 25px;
            background-color: #fff;
        }

        .cookie-msg .button-strip {
            text-align: center;
            display: block;
        }

            .cookie-msg .button-strip .button:hover {
                color: #FF970C !important;
                border-color: #FF970C !important;
            }

            .cookie-msg .button-strip .button {
                margin-right: 20px;
            }

                .cookie-msg .button-strip .button:last-child {
                    margin-right: 0px;
                }

        .cookie-msg .cta {
            margin: auto;
            margin-right: 20px;
            margin-top: 20px;
        }

            .cookie-msg .cta:last-child {
                margin-right: 0px;
            }

        .cookie-msg .text-block-item {
            display: block;
            width: auto;
        }
}

@media screen and (min-width:1024px) {
    .cookie-msg {
        bottom: -200px;
    }

        .cookie-msg.visible {
            bottom: 0px;
        }
}

.zoekresultaat-item {
    margin-bottom: 40px;
}

    .zoekresultaat-item .title {
        text-decoration: none;
    }

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        -ms-touch-action: none;
        touch-action: none;
    }

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

    .leaflet-container a {
        -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
    }

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 1;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 550;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}
/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top, .leaflet-bottom {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}
/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
    pointer-events: none;
}

    .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
        pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
        pointer-events: auto;
    }
/* visual tweaks */
.leaflet-container {
    background-color: #FFF3AE;
    background-image: url(/assets/3.0/images/design/loading.svg);
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    outline: 0;
}

    .leaflet-container a {
        color: #0078A8;
    }

        .leaflet-container a.leaflet-active {
            outline: 2px solid orange;
        }

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}
/* general typography */
/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
}

    .leaflet-bar a, .leaflet-bar a:hover {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: black;
    }

    .leaflet-bar a, .leaflet-control-layers-toggle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
    }

        .leaflet-bar a:hover {
            background-color: #f4f4f4;
        }

        .leaflet-bar a:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .leaflet-bar a:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: none;
        }

        .leaflet-bar a.leaflet-disabled {
            cursor: default;
            background-color: #f4f4f4;
            color: #bbb;
        }

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

    .leaflet-touch .leaflet-bar a:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .leaflet-touch .leaflet-bar a:last-child {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 110%;
}
/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(../../images/openstreetmap/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../../images/openstreetmap/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(../../images/openstreetmap/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

    .leaflet-control-attribution a {
        text-decoration: none;
    }

        .leaflet-control-attribution a:hover {
            text-decoration: underline;
        }

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

    .leaflet-control-scale-line:not(:first-child) {
        border-top: 2px solid #777;
        border-bottom: none;
        margin-top: -2px;
    }

        .leaflet-control-scale-line:not(:first-child):not(:last-child) {
            border-bottom: 2px solid #777;
        }

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}
/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 50px;
}

.leaflet-popup-content-wrapper {
    text-align: left;
    border-radius: 4px;
}

.leaflet-popup-content {
    line-height: 1.4;
    margin-right: -1px;
}

    .leaflet-popup-content p {
        margin: 18px 0;
    }

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    overflow: hidden;
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        color: #999;
    }

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

    .leaflet-tooltip.leaflet-clickable {
        cursor: pointer;
        pointer-events: auto;
    }

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

    .leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
        left: 50%;
        margin-left: -6px;
    }

    .leaflet-tooltip-top:before {
        bottom: 0;
        margin-bottom: -12px;
        border-top-color: #fff;
    }

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

    .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
        top: 50%;
        margin-top: -6px;
    }

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
    background-color: #fff;
    font-size: 80%;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.7);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: #fff;
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #fff;
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fff;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

    .marker-cluster div {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 15px;
        color: #202020;
        font-weight: 900;
    }

    .marker-cluster span {
        line-height: 30px;
    }

.leaflet-marker-icon:not(:hover) {
    z-index: 0 !important;
}

@-webkit-keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.leaflet-container:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
    animation: leaflet-gestures-fadein 0.8s backwards;
    color: #fff;
    font-size: 150%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 461;
    pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after, .leaflet-gesture-handling-scroll-warning:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
    animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
    content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
    content: attr(data-gesture-handling-scroll-content);
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .flatpickr-calendar.open, .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:before, .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
    }

        .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
      /*rtl:begin:ignore*/
            left: 0; /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
      /*rtl:begin:ignore*/
            right: 0; /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px;
        }

            .flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto;
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%;
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,0.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,0.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0;
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,0.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%;
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,0.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto;
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,0.5)
            }

    .numInputWrapper:hover {
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0;
    }

        .flatpickr-current-month span.cur-month:hover {
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block;
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,0.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,0.9)
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,0.5);
            background: transparent;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        display: initial;
        appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto;
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,0.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #202020;
    cursor: pointer;
    font-weight: 600;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #D3EEE6;
        border-color: #D3EEE6
    }

    .flatpickr-day.today {
        border-color: #959ea9;
    }

        .flatpickr-day.today:hover, .flatpickr-day.today:focus {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 900;
        border-color: #50BD9D;
        background: #50BD9D;
        color: #fff
    }

        .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #569ff7;
            box-shadow: -10px 0 0 #569ff7
        }

        .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(57,57,57,0.3);
        background: transparent;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,0.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left;
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,0.3);
        background: transparent;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left;
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: bold
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
