/**
 * Main Stylesheet
 *
 * Do not code any styles within this file.
 *
 * USAGE:
 * Import all styles into this file. Start with
 * baseline styles at the top, site styles in the
 * middle, then mobile styles at the end.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

::selection {
    background: #9794d2;
    color: #fff;
}

/**
 * Site-wide color scheme
 */
.cyan {
    background-color: #ff5959;
}

.cyandark {
    background-color: #0093c9;
    color: white;
}

.purple {
    background-color: #9794d2;
    color: white;
}

.brown {
    background-color: #a59282;
    color: #272727;
}

.blue {
    background-color: #F86476;
    color: #ffffff;
}

    .blue * {
        color: white;
    }

    .blue:focus{
        outline: none;
    }

.ltgray {
    background-color: #f5f5f0;
    color: #0062AC;
}

.white {
    color: #0062AC;
}

.orange {
    color: #FF9A19;
    background: #FF9A19;
}
/**
 * Global mixins
 *
 * A general set of mixins for use in
 * various other places. More specific sets
 * should be put in their own file.
 */
/*:::: Border radius mixins ::::*/
/*:::: Transitions, transforms, gradients, and animation ::::*/
/**
 * Grid System
 *
 * TheFractionless grid is the Clever grid which is taken from [Sndicate](https://github.com/Sndicate/sndicate)
 * which itself is lifted from the [Semantic Grid System](http://semantic.gs)
 */
.container {
    padding: 0;
    max-width: 1440px;
    margin: auto;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*.row,
.form-row,
.row-loose {
    display: block;
    width: 100%;
    max-width: 1440px;
    min-width: 55px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}

    .row:before,
    .form-row:before,
    .row:after,
    .form-row:after {
        content: " ";
        display: table;
    }

    .row:after,
    .form-row:after {
        clear: both;
    }

    .row.no-pad,
    .form-row.no-pad {
        padding: 0;
    }

.row-loose {
    padding: 2.5rem 0;
}*/

.col-12,
.block-12 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-right: 1%;
}

    .col-12:last-child,
    .block-12:last-child {
        margin-right: 0;
    }

.push-12 {
    left: 101%;
}

.pull-12 {
    right: 101%;
}

.col-11,
.block-11 {
    display: block;
    position: relative;
    float: left;
    width: 91.58333333%;
    margin-right: 1%;
}

    .col-11:last-child,
    .block-11:last-child {
        margin-right: 0;
    }

.push-11 {
    left: 92.58333333%;
}

.pull-11 {
    right: 92.58333333%;
}

.col-10,
.block-10 {
    display: block;
    position: relative;
    float: left;
    width: 83.16666667%;
    margin-right: 1%;
}

    .col-10:last-child,
    .block-10:last-child {
        margin-right: 0;
    }

.push-10 {
    left: 84.16666667%;
}

.pull-10 {
    right: 84.16666667%;
}

.col-9,
.block-9 {
    display: block;
    position: relative;
    float: left;
    width: 74.75%;
    margin-right: 1%;
}

    .col-9:last-child,
    .block-9:last-child {
        margin-right: 0;
    }

.push-9 {
    left: 75.75%;
}

.pull-9 {
    right: 75.75%;
}

.col-8,
.block-8 {
    display: block;
    position: relative;
    float: left;
    width: 66.33333333%;
    margin-right: 1%;
}

    .col-8:last-child,
    .block-8:last-child {
        margin-right: 0;
    }

.push-8 {
    left: 67.33333333%;
}

.pull-8 {
    right: 67.33333333%;
}

.col-7,
.block-7 {
    display: block;
    position: relative;
    float: left;
    width: 57.91666667%;
    margin-right: 1%;
}

    .col-7:last-child,
    .block-7:last-child {
        margin-right: 0;
    }

.push-7 {
    left: 58.91666667%;
}

.pull-7 {
    right: 58.91666667%;
}

.col-6,
.block-6 {
    display: block;
    position: relative;
    float: left;
    width: 49.5%;
    margin-right: 1%;
}

    .col-6:last-child,
    .block-6:last-child {
        margin-right: 0;
    }

.push-6 {
    left: 50.5%;
}

.pull-6 {
    right: 50.5%;
}

.col-5,
.block-5 {
    display: block;
    position: relative;
    float: left;
    width: 41.08333333%;
    margin-right: 1%;
}

    .col-5:last-child,
    .block-5:last-child {
        margin-right: 0;
    }

.push-5 {
    left: 42.08333333%;
}

.pull-5 {
    right: 42.08333333%;
}

.col-4,
.block-4 {
    display: block;
    position: relative;
    float: left;
    width: 32.66666667%;
    margin-right: 1%;
}

    .col-4:last-child,
    .block-4:last-child {
        margin-right: 0;
    }

.push-4 {
    left: 33.66666667%;
}

.pull-4 {
    right: 33.66666667%;
}

.col-3,
.block-3 {
    display: block;
    position: relative;
    float: left;
    width: 24.25%;
    margin-right: 1%;
}

    .col-3:last-child,
    .block-3:last-child {
        margin-right: 0;
    }

.push-3 {
    left: 25.25%;
}

.pull-3 {
    right: 25.25%;
}

.col-2,
.block-2 {
    display: block;
    position: relative;
    float: left;
    width: 15.83333333%;
    margin-right: 1%;
}

    .col-2:last-child,
    .block-2:last-child {
        margin-right: 0;
    }

.push-2 {
    left: 16.83333333%;
}

.pull-2 {
    right: 16.83333333%;
}

.col-1,
.block-1 {
    display: block;
    position: relative;
    float: left;
    width: 7.41666667%;
    margin-right: 1%;
}

    .col-1:last-child,
    .block-1:last-child {
        margin-right: 0;
    }

.push-1 {
    left: 8.41666667%;
}

.pull-1 {
    right: 8.41666667%;
}

img,
object,
embed {
    max-width: 100%;
}

img {
    height: auto;
}

html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
}

p,
dl dt,
dl dd {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 1.5em !important;
    margin-bottom: 0;
    color: #0062AC;
}

ul,
ol {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 15px;
}

    ul li,
    ol li {
        line-height: 1.5em;
        color: #0062AC;
        margin-bottom: 10px;
    }

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-top: 0;
        margin-bottom: 0;
    }

blockquote {
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

dl dt {
    font-weight: 700;
}

dl.faq dt {
    font-size: 1.414rem;
    line-height: 1.999396rem;
    font-family: 'Open Sans', sans-serif !important;
}

dl.faq dd {
    font-size: 1rem;
    margin-left: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* Change heading typefaces here */
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0;
    line-height: 1.5em;
    color: #272727;
}

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        margin-top: 0;
    }

h1,
.h1 {
    font-size: 2.121rem;
    line-height: 4.5em;
    margin-top: 3em;
}

h2,
.h2 {
    font-size: 1.414rem;
    line-height: 3em;
    margin-top: 3em;
}

h3,
.h3 {
    font-size: 1.0605rem;
    color: #0065bd;
}

h4,
.h4 {
    font-size: 0.94266667rem;
    color: #0065bd;
    font-weight: 700;
    font-size: 15px;
    margin: 30px 0;
}

h5,
.h5 {
    font-size: 0.5656rem;
}

h6,
.h6 {
    font-size: 0.404rem;
}
/* Tables */
table {
    margin-top: 1.5em;
    border-spacing: 0;
    border-collapse: collapse;
}

    table td,
    table th {
        padding: 0;
        line-height: 24px;
    }

code {
    vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
    font-size: 1.414rem;
    line-height: 1.5;
}
/* Hug a the block above you */
.hug {
    margin-top: 0;
}

.light {
    font-weight: 300;
}

.slant {
    font-style: italic;
}

strong {
    font-weight: 700;
}

    strong em {
        font-style: italic;
    }

.lg {
    font-size: 1.2rem;
    line-height: 1.6968rem;
}

.sans-serif {
    font-family: 'Open Sans', sans-serif;
}

.serif {
    font-family: 'Open Sans', sans-serif;
}

.centered-text {
    text-align: center;
}

a {
    color: #00a1de;
    text-decoration: underline;
}

    a:hover {
        color: #00a6e3;
    }

.nav {
    min-height: 58px;
}

nav ul li {
    margin-bottom: 0;
}

.logo {
    margin: 25px 0 15px;
    text-align: center;
}

    .logo img {
        max-width: 150px;
        margin-left: 30px;
    }

nav ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    float: right;
}

nav li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

    nav li a {
        text-decoration: none;
        display: inline-block;
        padding: 0 1em;
        line-height: 3em;
    }

.utils {
    min-height: 30px;
}

    .utils ul {
        margin-top: 0;
        margin-top: 1em;
        margin-bottom: 0;
        float: right;
    }

    .utils li {
        display: inline-block;
        padding: 0;
        font-size: 14px;
        text-transform: none;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .utils li a {
            color: #0062AC;
            line-height: 20px;
            display: inline-block;
        }

        .utils li .contact {
            background: url(../../Images/DAS/contact.svg) center bottom no-repeat;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-bottom: -3px;
            margin-right: 5px;
        }

        .utils li .login {
            background: url(../../Images/DAS/login.svg) center bottom no-repeat;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-bottom: -3px;
            margin-right: 5px;
        }

nav li a:hover {
    background-color: #F5F5F0;
    text-decoration: none;
    color: #78B0DE;
}

.utils li a:hover {
    background-color: #fff;
}

html,
body {
    background-color: #ddd;
}

[contenteditable="true"] {
    background-color: rgba(255, 255, 0, 0.25) !important;
    border: 1px dashed;
}

.hamburger-icon {
    display: none;
}

.container {
    background-color: #fff;
}

.center {
    text-align: center;
}

.pattern {
    background-image: url(../../Images/DAS/border.svg);
    background-repeat: repeat-x;
}

.pattern.footer{
    background-image: url(../../Images/DAS/border2.svg);
    background-repeat: repeat-x;
}

.map-info {
    display: none;
    background-color: #fff;
    color: #0065bd;
    position: absolute;
    z-index: 997;
    margin: 10% 10%;
    padding: 2em;
    padding-right: 3em;
}

    .map-info h4 {
        color: #0065bd;
        text-transform: uppercase;
    }

.content-container {
    position: relative;
    z-index: 3;
    margin-top: -60px;
}

.content {
    background-color: #fff;
    text-align: left;
    padding: 5em 0;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .content pre {
        color: #000;
        white-space: pre-wrap;
        /* Since CSS 2.1 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        overflow-x: hidden;
        font-family: inherit;
        color: #0065bd;
    }

.Cookie {
    position: fixed;
    bottom: 0;
    right: 1em;
    min-width: 200px;
    z-index: 9999;
    font-size: .8em;
}

    .Cookie .cookie {
        background-color: #fff;
        padding: 1em 2em;
        -o-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
        -khtml-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.15);
    }

        .Cookie .cookie p {
            margin-bottom: 1em;
        }

        .Cookie .cookie .js-acceptCookie.button {
            padding: .5em;
            line-height: 2em;
            margin-top: 0;
            margin-right: 1em;
            color: #ffffff;
        }

        .Cookie .cookie .js-acceptCookie.info {
            line-height: 2em;
        }

.hero {
    min-height: 550px;
    height: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    background-color: #CFE3F2;
    width: 100%;
}

    .hero a {
        color: #0062AC;
        text-decoration: underline;
    }

    .hero:after {
        content: "";
        background-image: url(../../Images/DAS/header-home.jpg);
        background-image: -webkit-image-set(url(../../Images/DAS/header-home.webp) 1x, url(../../Images/DAS/header-home.webp) 2x);
        background-image: image-set(url(../../Images/DAS/header-home.jpg) 1x, url(../../Images/DAS/header-home.jpg) 2x);
        position: absolute;
        z-index: 2;
        background-position: center;
        background-size: cover;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
        pointer-events: none;
    }

    .hero h1,
    .hero p,
    .hero form {
        text-align: center;
    }

    .hero .cta-container h1 {
        line-height: 1em;
        margin-top: 2.5em;
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: bold;
        color: #0062AC;
    }

    .hero .result-container {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        min-height: 100%;
        background-color: #CFE3F2;
    }

    .hero .cta-container {
        position: absolute;
        z-index: 3;
        height: 100%;
    }

    .hero .result-content {
        color: #0065bd;
        padding-top: 4em;
    }

        .hero .result-content h2 {
            line-height: 1.5em;
            font-size: 2em;
        }

        .hero .result-content h2,
        .hero .result-content p {
            text-align: left;
            color: #0062AC;
            max-width: 60%;
            margin-top: 1em;
        }

        .hero .result-content p {
            margin-bottom: 2em;
        }

.result.number,
.result.date {
    display: inline-block;
    margin-right: 1.5em;
}

    .result.number .label,
    .result.date .label {
        text-transform: uppercase;
        color: #0062AC;
        font-size: 14px;
        padding-left: 0;
        text-align: left;
    }

    .result.number .value,
    .result.date .value {
        color: #0062AC;
        font-size: 18px;
    }

    .result.number .label,
    .result.number .value,
    .result.date .label,
    .result.date .value {
        display: block;
    }

.hero .result-content .go-btn {
    margin: 1em auto;
    margin-left: 0;
}

.hero .result-content .close-btn {
    color: #0062AC;
    display: inline-block;
    margin: 1em 2em 1em 0;
}
/* HERO small is the second hero on page and smaller ;) */
.hero-small .hero {
    min-height: 370px;
    background-color: #9794d2;
    overflow: hidden;
}

    .hero-small .hero .cta-container h1 {
        line-height: 1em;
        margin-top: 2em;
        margin-bottom: 0;
        font-weight: 700;
    }

    .hero-small .hero .result-container {
        background-color: #9794d2;
    }

    .hero-small .hero .homepage-slogan {
        display: none;
    }

.hero-small .perks {
    display: none;
}
/* HERO sub is the  hero on pages other then home ;) */
.hero.hero-sub.nothome {
    min-height: 450px;
    position: relative;
    background-color: #CFE3F2;
}

    .hero.hero-sub.nothome:after {
        content: "";
        position: absolute;
        z-index: 2;
        background-position: center;
        background-size: cover;
        background-blend-mode: luminosity;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
    }

    .hero.hero-sub.nothome h1 {
        line-height: 450px;
        position: absolute;
        width: 100%;
    }

.hero.hero-sub.faq:after {
    background-image: url(../../Images/DAS/header-faq.jpg);
}

.hero.hero-sub.regulation:after {
    background-image: url(../../Images/DAS/header-regelgeving.jpg);
}

.hero.hero-sub.over-ons:after {
    background-image: url(../../Images/DAS/header-over-ons.jpg);
}
/* 404 */
.hero.fourofour:after {
    background-image: url(../../Images/DAS/header-404.jpg);
}

button, .button {
    color: #ffffff;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-top: 1.8em !important;
    border: none;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none !important;
    padding: 16px 10px;
    min-width: 170px !important;
    font-size: 15px !important;
    text-align: center;
}

form.add_cost button,
form.add_cost .button {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

    button.fix_top {
        margin-top: 35px !important;
    }

    button.mt-0 {
        margin-top: 0 !important;
    }

    .button:hover {
        color: #ffffff;
    }

    .button.go-btn.orange {
        padding: .5em 6em;
        background-color: #f92634;
        font-weight: bold;
        color: #00549f
    }

.hero-small .button.go-btn.orange {
    background-color: #0065bd;
}

.soapcall {
    padding-top: 2em;
}

    .soapcall .input {
        /*position: relative;*/
        z-index: 1;
        display: inline-block;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
    }

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .soapcall .input {
        max-width: 200px;
    }
}

.soapcall .input--aviclaim {
    position: relative;
}

.soapcall .icon-plane {
    background: url(../../Images/DAS/plane-icon.svg) no-repeat;
    position: absolute;
    top: 40px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
}

.soapcall .icon-date {
    background: url(../../Images/DAS/calendar-icon.svg) no-repeat;
    position: absolute;
    top: 40px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
}

.soapcall input[type="date"]::-webkit-input-placeholder {
    color: red;
}

.soapcall .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em 2em;
    width: 95%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

    .soapcall .input__field:focus {
        outline: none;
    }

.soapcall .input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #555555;
    top: -0.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.soapcall .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.soapcall .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.soapcall .icon {
    color: #ddd;
    font-size: 150%;
}

.soapcall .input--aviclaim {
    overflow: hidden;
    padding-bottom: 1em;
}

.soapcall .input__field--aviclaim {
    padding: 0.9em 1.80em;
    margin-top: 1.7em;
    background: transparent;
    color: #0062AC;
    font-size: 16;
    opacity: 1;
    text-transform: uppercase;
}

.soapcall .input__label--aviclaim {
    width: 100%;
    text-align: left;
    left: 0;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    padding: 0.3em 1.5em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.soapcall .input__label-content--aviclaim {
    color: #78B0DE;
    padding: 0em 0 0.25em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

    .soapcall .input__label-content--aviclaim::after {
        content: attr(data-content);
        position: absolute;
        font-weight: 800;
        top: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        color: #0062AC;
        padding: 0.25em 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.85em;
    }

.soapcall .graphic--aviclaim {
    fill: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    top: 1em;
    bottom: 0px;
    height: 4.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
    transition: transform 0.7s, fill 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.soapcall .input__field--aviclaim:focus,
.soapcall .input--filled .input__field--aviclaim {
    -webkit-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s;
    opacity: 1;
}

    .soapcall .input__field--aviclaim:focus + .input__label--aviclaim,
    .soapcall .input--filled .input__label--aviclaim {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

        .soapcall .input__field--aviclaim:focus + .input__label--aviclaim .input__label-content--aviclaim,
        .soapcall .input--filled .input__label-content--aviclaim {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

    .soapcall .input__field--aviclaim:focus ~ .graphic--aviclaim,
    .soapcall .input--filled .graphic--aviclaim {
        fill: #fff;
        -webkit-transform: translate3d(-66.6%, 0, 0);
        transform: translate3d(-66.6%, 0, 0);
    }

@keyframes animatedBackground {
    0% {
        background-position: 35% 50%;
    }

    100% {
        background-position: 65% 50%;
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 35% 50%;
    }

    100% {
        background-position: 65% 50%;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 35% 50%;
    }

    100% {
        background-position: 65% 50%;
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 35% 50%;
    }

    100% {
        background-position: 65% 50%;
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 35% 50%;
    }

    100% {
        background-position: 65% 50%;
    }
}

.loadingoverlay {
    background-position: 0px 0px;
    animation: animatedBackground 1.0s linear infinite;
    -moz-animation: animatedBackground 1.0s linear infinite;
    -webkit-animation: animatedBackground 1.0s linear infinite;
    -ms-animation: animatedBackground 1.0s linear infinite;
    -o-animation: animatedBackground 1.0s linear infinite;
}

.perks {
    color: #0062AC;
    font-size: 14px;
    margin-top: 2em;
    opacity: 1;
}

    .perks span {
        display: inline-block;
        margin: 0 1em;
        line-height: 60px;
    }

.check-icon {
    background: url(../../Images/DAS/check.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: .5em;
}

.faq-ac-container {
    margin-top: -100px;
}
.ac-container {
    text-align: left;
    margin-bottom: 40px;
}

    .ac-container label {
        padding: 1em 3em;
        margin-bottom: 0;
        font-size: 14px;
        position: relative;
        z-index: 20;
        display: block;
        min-height: 24px;
        cursor: pointer;
        color: #0062AC;
        line-height: 21px;
        background: #ffffff;
        box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
        font-weight: 500;
    }

@media screen and (max-width: 767px) {
    .ac-container label {
        padding: 1em;
    }
}

.ac-container div:first-child label {
    border-radius: 5px 5px 0 0;
}

.ac-container div:last-child label {
    border-radius: 0 0 5px 5px;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    /*  background: @purple;
  color: @white;*/
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .ac-container label:after,
    .ac-container label:hover:after,
    .ac-container input:checked + label:hover:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 14px;
        background: transparent url(../../Images/DAS/arrow-down.svg) no-repeat center center;
    }

    .ac-container input:checked + label:after,
    .ac-container input:checked + label:hover:after {
        background-image: url(../../Images/DAS/arrow-up.svg);
    }

.ac-container input {
    display: none;
}

.ac-container article {
    background: #f5f5f5;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

    .ac-container article p {
        font-size: 14px;
        padding: .5em 3em;
    }

    .ac-container article ul,
    .ac-container article ol {
        margin-left: 1.2em;
    }

    .ac-container article li {
        font-size: 14px;
    }

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

    .ac-container input:checked ~ article.ac-small,
    .ac-container input:checked ~ article.ac-medium,
    .ac-container input:checked ~ article.ac-large {
        height: auto;
        padding: 2em 4em !important;
    }

@media screen and (max-width: 767px) {
    .ac-container input:checked ~ article.ac-small,
    .ac-container input:checked ~ article.ac-medium,
    .ac-container input:checked ~ article.ac-large {
        padding: 10px !important;
    }
}

.compensation-graphic {
    min-height: 400px;
    padding: 2.5em 0;
    padding-bottom: 8em;
}

    .compensation-graphic h1 {
        color: #00549f !important;
        font-size: 2em !important;
        text-align: center !important;
        font-weight: bold !important;
        margin: 20px 0 !important;
    }

    .compensation-graphic p {
        text-align: center;
    }

.planes {
    background: #f5f5f5 url(../../Images/DAS/line.png) center 65px repeat-x;
    width: 100%;
}

    .planes h3 {
        font-size: 1.2em;
        margin: .5em 0 0;
        font-weight: bold;
    }

    .planes p {
        margin: 0;
        font-size: 14px;
    }

.plane {
    text-align: center;
}

.usps {
    padding: 2.5em 0;
}

    .usps .features {
        padding-top: 140px;
        text-align: center;
    }

        .usps .features p {
            padding: 0 1em 1em;
        }

        .usps .features h3 {
            font-size: 17px;
            font-weight: bold;
            color: #0062AC;
            margin: 20px 0;
        }


    .usps .airlines {
        background: url(../../Images/DAS/maatschappijen.svg) center 2em no-repeat;
    }

    .usps .best-price {
        background: url(../../Images/DAS/goedkoper.svg) center 2em no-repeat;
    }

    .usps .das {
        fill: #000;
        background: url(../../Images/DAS/das-vervanging.svg) center 1.2em no-repeat;
    }

.umbraco_rte_container img {
    height: auto !important;
}

.features {
    padding-top: 100px;
    text-align: center;
}

.controleer-vlucht {
    background: url(../../Images/Aviclaim/controleer-vlucht.svg) center 0em no-repeat;
}

.claim-afhandeling {
    background: url(../../Images/Aviclaim/claim-afhandeling.svg) center 0em no-repeat;
}

.gerechtelijke-procedure {
    background: url(../../Images/Aviclaim/gerechtelijke-procedure.svg) center 0em no-repeat;
}

.financiele-afhandeling {
    background: url(../../Images/Aviclaim/financiele-afhandeling.svg) center 0em no-repeat;
}

.line {
    background: #fff url(../../Images/DAS/line.png) center 65px repeat-x;
}

.claimprocess h3,
.claimprocess p {
    text-align: center;
}

.claimprocess h3 {
    font-size: 2em;
}

.secundairy-nav {
    margin-top: 25px;
    padding-bottom: 50px;
    list-style: none;
    font-size: 14px;
}

    .secundairy-nav li {
        display: inline-block;
        padding: 0;
    }

        .secundairy-nav li a {
            fill: #fff;
        }

.disclaimer li:last-child:after {
    content: "";
}

.disclaimer li:after {
    content: "|";
    margin: auto 1em;
}

.secundairy-nav a {
    color: #fff;
    text-decoration: none;
}

    .secundairy-nav a:visited {
        color: #fff;
    }

    .secundairy-nav a:hover {
        color: #f2f2f2;
    }

.social {
    font-size: 14px;
    float: right;
}

    .social a {
        background-color: transparent;
        padding: 1em;
    }

    .social img {
        max-width: 20px;
        max-height: 20px;
    }
/*:::: Smaller screens ::::*/
.mobile-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .logo {
        margin: 20px 0 15px;
        text-align: left;
    }

        .logo img {
            max-width: 100px;
            margin: auto;
        }

    .hamburger-icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 1em;
        z-index: 1006;
    }

    .menu-open {
        position: absolute !important;
    }

    .nav {
        background-image: url(../../Images/DAS/border.png);
        background-repeat: repeat-x;
        background-position: bottom;
        display: none;
        background-color: #fff;
        opacity: 0;
        position: absolute;
        z-index: 1005;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100%;
        padding: 0 !important;
    }

        .nav ul {
            float: none;
            display: block;
            margin: 0;
            padding: 0;
        }

        .nav li,
        .nav li a {
            display: block;
            font-size: 1.1em;
            line-height: 200%;
        }

    .utils ul {
        margin-top: 4em;
        margin-bottom: 0;
    }

    .soapcall {
        margin-top: 1em;
    }

    .compensation-graphic h4 {
        font-size: 1.5em;
    }

    .hero .result-content {
        color: #0065bd;
        padding-top: 1em;
    }

        .hero .result-content h2 {
            margin-top: 2em;
            font-size: 1.2em;
        }

        .hero .result-content h2,
        .hero .result-content p {
            max-width: 100%;
        }

    .hero-small .hero {
        min-height: 400px;
    }

    .hero .cta {
        position: static;
        margin-top: 3em;
    }

    .hero h1 {
        line-height: 1.2em;
        font-size: 1.5em;
        margin-top: .5em;
    }

    .logo {
        margin: 15px 0 10px;
        text-align: left;
    }

    .hero {
        overflow: hidden;
        padding-bottom: 20px;
    }

        .hero .cta-container h1 {
            line-height: 1em;
            margin-top: .5em;
        }

    .hero-small .hero .cta-container h1 {
        line-height: 1em;
        margin-top: 1em;
    }

    .hero p {
        font-size: .9em;
    }

    .hero.hero-sub.nothome {
        min-height: 300px;
        vertical-align: middle;
    }

        .hero.hero-sub.nothome h1 {
            line-height: 1.2em;
        }

    .planes {
        background: #f5f5f5 url(../../Images/DAS/line-v.png) 100px center repeat-y;
        width: 100%;
        padding-top: 2em;
    }

    .plane {
        padding: 0;
        margin-bottom: 5em;
    }

        .plane:last-child {
            margin-bottom: 2em;
        }

    .planes h3 {
        font-size: 1.2em;
        margin: 0;
        margin-top: 25px;
        margin-left: 150px;
        color: #00a1de;
        text-align: left;
    }

    .planes p {
        margin-left: 150px;
        text-align: left;
    }

    .planes img {
        max-width: 100px;
        max-height: 100px;
        float: left;
        margin-left: 30px;
    }

    .row .col-12,
    .row-loose .col-12 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-12:before,
        .row-loose .col-12:before,
        .row .col-12:after,
        .row-loose .col-12:after {
            content: " ";
            display: table;
        }

        .row .col-12:after,
        .row-loose .col-12:after {
            clear: both;
        }

    .row .push-12,
    .row-loose .push-12 {
        left: 0;
    }

    .row .pull-12,
    .row-loose .pull-12 {
        right: 0;
    }

    .row .col-11,
    .row-loose .col-11 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-11:before,
        .row-loose .col-11:before,
        .row .col-11:after,
        .row-loose .col-11:after {
            content: " ";
            display: table;
        }

        .row .col-11:after,
        .row-loose .col-11:after {
            clear: both;
        }

    .row .push-11,
    .row-loose .push-11 {
        left: 0;
    }

    .row .pull-11,
    .row-loose .pull-11 {
        right: 0;
    }

    .row .col-10,
    .row-loose .col-10 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-10:before,
        .row-loose .col-10:before,
        .row .col-10:after,
        .row-loose .col-10:after {
            content: " ";
            display: table;
        }

        .row .col-10:after,
        .row-loose .col-10:after {
            clear: both;
        }

    .row .push-10,
    .row-loose .push-10 {
        left: 0;
    }

    .row .pull-10,
    .row-loose .pull-10 {
        right: 0;
    }

    .row .col-9,
    .row-loose .col-9 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-9:before,
        .row-loose .col-9:before,
        .row .col-9:after,
        .row-loose .col-9:after {
            content: " ";
            display: table;
        }

        .row .col-9:after,
        .row-loose .col-9:after {
            clear: both;
        }

    .row .push-9,
    .row-loose .push-9 {
        left: 0;
    }

    .row .pull-9,
    .row-loose .pull-9 {
        right: 0;
    }

    .row .col-8,
    .row-loose .col-8 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-8:before,
        .row-loose .col-8:before,
        .row .col-8:after,
        .row-loose .col-8:after {
            content: " ";
            display: table;
        }

        .row .col-8:after,
        .row-loose .col-8:after {
            clear: both;
        }

    .row .push-8,
    .row-loose .push-8 {
        left: 0;
    }

    .row .pull-8,
    .row-loose .pull-8 {
        right: 0;
    }

    .row .col-7,
    .row-loose .col-7 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-7:before,
        .row-loose .col-7:before,
        .row .col-7:after,
        .row-loose .col-7:after {
            content: " ";
            display: table;
        }

        .row .col-7:after,
        .row-loose .col-7:after {
            clear: both;
        }

    .row .push-7,
    .row-loose .push-7 {
        left: 0;
    }

    .row .pull-7,
    .row-loose .pull-7 {
        right: 0;
    }

    .row .col-6,
    .row-loose .col-6 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-6:before,
        .row-loose .col-6:before,
        .row .col-6:after,
        .row-loose .col-6:after {
            content: " ";
            display: table;
        }

        .row .col-6:after,
        .row-loose .col-6:after {
            clear: both;
        }

    .row .push-6,
    .row-loose .push-6 {
        left: 0;
    }

    .row .pull-6,
    .row-loose .pull-6 {
        right: 0;
    }

    .row .col-5,
    .row-loose .col-5 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-5:before,
        .row-loose .col-5:before,
        .row .col-5:after,
        .row-loose .col-5:after {
            content: " ";
            display: table;
        }

        .row .col-5:after,
        .row-loose .col-5:after {
            clear: both;
        }

    .row .push-5,
    .row-loose .push-5 {
        left: 0;
    }

    .row .pull-5,
    .row-loose .pull-5 {
        right: 0;
    }

    .row .col-4,
    .row-loose .col-4 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-4:before,
        .row-loose .col-4:before,
        .row .col-4:after,
        .row-loose .col-4:after {
            content: " ";
            display: table;
        }

        .row .col-4:after,
        .row-loose .col-4:after {
            clear: both;
        }

    .row .push-4,
    .row-loose .push-4 {
        left: 0;
    }

    .row .pull-4,
    .row-loose .pull-4 {
        right: 0;
    }

    .row .col-3,
    .row-loose .col-3 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-3:before,
        .row-loose .col-3:before,
        .row .col-3:after,
        .row-loose .col-3:after {
            content: " ";
            display: table;
        }

        .row .col-3:after,
        .row-loose .col-3:after {
            clear: both;
        }

    .row .push-3,
    .row-loose .push-3 {
        left: 0;
    }

    .row .pull-3,
    .row-loose .pull-3 {
        right: 0;
    }

    .row .col-2,
    .row-loose .col-2 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-2:before,
        .row-loose .col-2:before,
        .row .col-2:after,
        .row-loose .col-2:after {
            content: " ";
            display: table;
        }

        .row .col-2:after,
        .row-loose .col-2:after {
            clear: both;
        }

    .row .push-2,
    .row-loose .push-2 {
        left: 0;
    }

    .row .pull-2,
    .row-loose .pull-2 {
        right: 0;
    }

    .row .col-1,
    .row-loose .col-1 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        *zoom: 1;
    }

        .row .col-1:before,
        .row-loose .col-1:before,
        .row .col-1:after,
        .row-loose .col-1:after {
            content: " ";
            display: table;
        }

        .row .col-1:after,
        .row-loose .col-1:after {
            clear: both;
        }

    .row .push-1,
    .row-loose .push-1 {
        left: 0;
    }

    .row .pull-1,
    .row-loose .pull-1 {
        right: 0;
    }
}

.signature-pad > canvas {
    display: block;

    /*set form js*/
    /*width: 300px;
    height: 150px;*/
    
    margin-bottom: 0px;
}

/*.signature-pad > img {
    display: block;
    width: 300px;
    height: 150px;
    border: 1px solid whitesmoke;
    margin-bottom: 0px;
}*/

/*:::: Mobile ::::*/
@media handheld, only screen and (max-device-width: 450px) {
    .mobile-show {
        display: inline-block;
    }

    .hero {
        min-height: 550px;
    }

        .hero .cta {
            margin-top: 0;
        }

    .soapcall {
        padding-top: 0;
    }

        .soapcall button {
            margin-top: 0;
        }

    .Cookie {
        width: 100%;
        margin: 0;
        right: 0;
    }

    .secundairy-nav {
        margin: 0;
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 0;
    }

        .secundairy-nav.social {
            padding-top: 0;
            display: inline;
        }

        .secundairy-nav.disclaimer li {
            display: inline;
            white-space: nowrap;
        }
}
