@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --mint: #a5cac3;
    --darkermint: #3b6b62;
    --lila: #cdbad1;
    --purple: #833595;
    --lichtlila: #f3eff4;
    --soft: #f3eff4;
}

.itemcontent li:not(.fields-container li) {
    list-style: disc !important;
    margin-left: 20px;
    padding: 5px 0;
}

@font-face {
    font-family: 'ealingblackw00-regularregular';
    src: url('../fonts/ealing_black_w00_regular-webfont.woff2') format('woff2'),
        url('../fonts/ealing_black_w00_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.buttons-wrapper .btn {
    border: 0px !important;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0) !important;
}

.buttons-wrapper .btn:hover {
    background: var(--mint) !important;
}

.header p {
    margin:0;
}

.calendar-container table tbody td.day:hover {
    background: var(--mint) !important;
}

.calendar-container table tbody td.day.selected {
    background: var(--purple) !important;
}

button#ff_elem26_btn {
    background: var(--mint);
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    transition: all .3s ease;
    cursor: pointer;
}

form button:not(form .field-calendar button) {
    background: var(--purple);
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    transition: all .3s ease;
    cursor: pointer;
}

form button:hover {
    background: var(--mint);
}

iframe {
    width: 100%;
    border-radius: 15px;
}

iframe.gmap_iframe {
    height: 500px;
}

.mod {
    width: 100%;
    margin: 40px 0;
}

i.fas.fa-question-circle {
    display: none;
}

.bfError {
    font-weight: 500;
    line-height: 1.5;
}

.bfErrorMessage.alert.alert-danger {
    border: 2px dashed #833595;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
}

.calendar-container table tbody td.today:after {
    background-color: var(--darkermint) !important;
}

form h2 {
    color: #000 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

input[type=text] {
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

form label {
    width: 200px;
    font-weight: 500;
}

select {
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 2;
    font-family: 'Roboto', sans-serif;
}

textarea {
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

form section {
    padding: 30px 40px !important;
    border-radius: 15px;
    background: #f3eff4;
    margin-bottom: 20px;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.homepage .com-content-article__body {
    width: 100%;
    column-count: 2;
    column-gap: 50px;
    margin-bottom: 50px;
}

.homepage .com-content-article__body>p:first-child {
    margin: 0 0 20px 0;
}

.btn-contact a {
    color: #fff;
    background: var(--purple);
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    float: left;
    transition: all .3s ease;
    transform: scale(1);
}

.btn-contact a:hover {
    transform: scale(1.1);
}

.box {
    padding: 0 20px;
}

.box h2.newsflash-title {
    color: #000;
    font-size: 22px;
}

.box li.prijs {
    font-size: 30px;
    font-family: roboto;
    font-weight: 500;
    color: var(--purple);
    padding: 10px 0;
}

span.btn-contact {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.box ul {
    margin: 0;
    padding: 0;
}

.box li {
    list-style: none;
}

.box p {
    margin: 0 0 20px 0;
}

.box .mod-articlesnews.newsflash {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    float: left;
    margin-left: -40px;
}

.box .mod-articlesnews.newsflash>div {
    width: calc(100% / 3);
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.box .box-wrapper {
    border: 2px solid var(--mint);
    margin: 20px;
    padding: 30px 40px 60px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    width: 100%;
    position: relative;
}

.view-article .com-content-article__body {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.view-article header h1 {
    position: absolute;
    top: 135px;
    left: 0;
    color: #fff;
    width: 500px;
    line-height: 1.1;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.7);
    text-align: left;
    margin-left: calc(12%);
    padding: 0;
}

.view-article .item-image {
    width: 50%;
    float: right;
    padding-left: 20px;
}

.view-article .item-image img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

div[class^="positie"] {
    width: 100%;
    float: left;
}

.footer {
    width: calc(100% - 300px);
    float: left;
    padding: 0 20px;
}

.footer li {
    list-style: none;
    float: left;
    clear: left;
}

.footer span {
    line-height: 1.7;
}

.contact-titel span,
.volg-titel span,
.af-titel span {
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0;
    float: left;
}

.contact-phone {
    background-image: url(../images/icon-wa.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding-left: 35px;
}

.contact-mail {
    background-image: url(../images/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 35px;
}

.contact-adres {
    background-image: url(../images/icon-marker.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 35px;
}

.volg-fb {
    background-image: url(../images/icon-fb.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 35px;
}

.volg-ig {
    background-image: url(../images/icon-ig.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 35px;
}


.footer-logo {
    width: 300px;
    height: 320px;
    margin-bottom: 50px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--purple);
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
    float: left;
}

.footer-logo::before {
    content: "";
    float: left;
    width: 300px;
    height: 250px;
    background-image: url(../images/logo-ademenzijn-wit.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    z-index: 1;
    position: relative;
}

.footer-logo::after {
    content: "";
    float: left;
    width: 300px;
    height: 250px;
    background-image: url(../images/veer-paars.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.footer ul div[class^="footer-"] {
    width: calc(100% / 3);
    float: left;
    padding: 0 20px 20px;
}

footer table {
    border: 0;
}

.call {
    font-weight: bold;
    text-decoration: none;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer h3 {
    font-size: 35px;
    font-family: roboto;
    font-weight: 500;
    padding: 40px 20px 0 20px;
    color: var(--purple);
}

/* BIGBOX*/

.bigbox .newsflash>div {
    width: 100%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}

.bigbox .newsflash h2 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'ealingblackw00-regularregular';
    text-decoration: none;
    margin: 0;
}

.bigbox .newsflash .itemcontent p:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
}

.bigbox figcaption {
    position: absolute;
    bottom: 20%;
    background: #000000a8;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bigbox figcaption::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--mint);
    display: inline-block;
    border-radius: 20px;
    margin: 2px 10px;
}

.bigbox .prijs {
    color: #a5cac3;
    list-style: none;
    padding: 0;
    font-size: 37px;
    font-weight: bold;
}

.bigbox .fields-container {
    margin: 0;
    padding: 0;
}

.bigbox p,
.bigbox li {
    line-height: 1.7;
}

/* Blok 1 */
.bigbox .newsflash>div:first-child {
    background-color: var(--purple);
    /*background-image: url(../images/veer-lichtpaars.png);*/
}

.bigbox .newsflash>div:first-child h2 {
    color: var(--mint);
}

.bigbox .newsflash>div:first-child p.readmore a {
    color: var(--darkermint);
    background: var(--mint);
}

.bigbox .newsflash>div:first-child p {
    color: White;
}

/* Blok 2 */
.bigbox .newsflash>div:nth-child(2) {
    background-color: var(--mint);
    /* background-image: url(../images/veer-mint.png);*/
}

.bigbox .newsflash>div:nth-child(2) h2 {
    color: var(--purple);
}

.bigbox .newsflash>div:nth-child(2) p.readmore a {
    color: white;
    background: var(--purple);
}

/* Blok 3 */
.bigbox .newsflash>div:nth-child(3) {
    background-color: var(--lila);
    /*background-image: url(../images/veer-lila.png);*/
}

.bigbox .newsflash>div:nth-child(3) h2 {
    color: var(--purple);
}

.bigbox .newsflash>div:nth-child(3) p.readmore a {
    color: white;
    background: var(--purple);
}

/* Blok 4 */
.bigbox .newsflash>div:nth-child(4) {
    background-color: var(--lichtlila);
    /*background-image: url(../images/veer-lichtlila.png);*/
}

.bigbox .newsflash>div:nth-child(4) h2 {
    color: var(--purple);
}

.bigbox .newsflash>div:nth-child(4) p.readmore a {
    color: white;
    background: var(--purple);
}

.bigbox .itemimage {
    width: 40%;
    height: 550px;
    float: left;
    position: relative;
}

.bigbox .itemcontent {
    width: 60%;
    height: 550px;
    float: left;
    padding: 60px 60px;
}

.bigbox figure.newsflash-image img {
    width: auto;
    height: 550px;
    -webkit-mask-image: linear-gradient(to left, transparent 5%, black 55%);
    mask-image: linear-gradient(to left, transparent 5%, black 55%);
}

/*ARTICLE*/
.left.article .mod-articlesnews__item:nth-child(odd) .itemimage {
    width: 50%;
    float: right;
    padding: 0 0 0 20px;
}

.left.article .mod-articlesnews__item:nth-child(odd) .itemcontent {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.left.article .mod-articlesnews__item:nth-child(even) .itemcontent {
    width: 50%;
    float: right;
    padding: 0 0 0 20px;
}

.left.article .mod-articlesnews__item:nth-child(even) .itemimage {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}


.right.article .mod-articlesnews__item:nth-child(even) .itemimage {
    width: 50%;
    float: right;
    padding: 0 0 0 20px;
}

.right.article .mod-articlesnews__item:nth-child(even) .itemcontent {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.right.article .mod-articlesnews__item:nth-child(odd) .itemcontent {
    width: 50%;
    float: right;
    padding: 0 0 0 20px;
}

.right.article .mod-articlesnews__item:nth-child(odd) .itemimage {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.article .itemimage img {
    width: 100%;
    height: auto;
    float: left;
}

.view-article .article .mod-articlesnews__item {
    margin-top: 80px;
    width: 100%;
}

.article {
    margin: 40px 0;
}

.article figure.newsflash-image {
    width: 100%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.homepage .article h2 {
    font-size: 30px;
    margin: auto;
    text-align: center;
    font-family: roboto;
    font-weight: 500;
    padding: 40px 0;
    color: var(--purple);
    width: 400px;
}


#site-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

.email {
    text-align: center;
    margin-bottom: 40px;
}

.email a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    background-image: url(../images/email.png);
    background-image: url(../images/email.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding-left: 40px;
}

figure {
    margin: 0;
}

span#header-tag {
    font-size: 20px;
}

span#seperator {
    width: 8px;
    height: 8px;
    background: var(--purple);
    display: inline-block;
    border-radius: 20px;
    margin: 2px 10px;
}

.controls {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000);
    align-items: center;
    transition: opacity .2s;
}

div#header-logo {
    width: 400px;
    height: 250px;
    background-color: var(--purple);
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
    margin: auto;
    position: relative;
}

div#header-logo::before {
    content: "";
    float: left;
    width: 400px;
    height: 250px;
    background-image: url(../images/logo-ademenzijn-wit.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    position: absolute;
    z-index: 1;
}


div#header-logo::after {
    content: "";
    float: left;
    width: 400px;
    height: 250px;
    background-image: url(../images/veer-paars.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    position: absolute;
}

div#header-tags {
    width: 100%;
    position: relative;
    text-align: center;
}

span.tag,
li.product-type {
    background: #00a59b;
    color: #fff;
    font-size: 12px !important;
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block;
    margin: 5px 5px 0px 0px;
    float: left;
    line-height: 1.3 !important;
}

.item-image {
    margin-top: 20px;
    float: left;
}

li.intro-tekst {
    float: left;
    margin: 0;
}

li.intro-tekst p {
    margin: 10px 0 0 0;
}

li.field-entry.Opdrachtgever {
    float: left;
    margin: 0;
    font-weight: bold;
}

.item-page li.field-entry.Opdrachtgever {
    clear: left;
    margin: 10px 0;
}

li.field-entry.Opdrachtgever span {
    font-weight: bold;
}

.item-page li.product-type,
.item-page li.task-type {
    margin: 10px 5px 0px 0px;
}

div#header-wrapper-inner img {
    width: 100%;
    height: auto;
}

.item-page h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.item-page h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #01a69f;
}

.item-page h3 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
}

.item-page h4 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.item-page a:link,
.item-page a:visited {
    color: #01a69f;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}

.mobile {
    display: none;
}

.blog.box.twocolumns {
    width: 50%;
    float: left;
}

.clip {
    width: 100%;
    float: left;
}

footer h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
}

footer a {
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 0 !important;
    line-height: 2;
}

p.readmore a {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.38);
}

p.readmore {
    transition: all .3s ease;
    transform: scale(1);
    float: left;
}

p.readmore:hover {
    transform: scale(1.1);
}

.desktop {
    display: block;
}

.logosmall {
    float: right;
}

#txt-fb {
    background: #01a69f;
    padding: 10px;
    float: left;
    font-size: 14px;
}

#icon-fb {
    background-color: #00678d;
    padding: 19px;
    float: left;
    width: 30px;
    background-image: url(../images/facebook.png);
    background-image: url(../images/facebook.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.blog.box.twocolumns .item-image {
    display: none;
}

.socials {
    float: right;
    margin: 40px 20px 0 0;
}

.view-article h2 {
    font-size: 30px;
    margin: auto;
    font-family: roboto;
    font-weight: 500;
    color: var(--purple);
}

.box h3 {
    font-size: 30px;
    margin: auto;
    font-family: roboto;
    font-weight: 500;
    color: var(--purple);
    text-align: center;
    padding: 20px 0;
}

.view-article h2::before {
    display: none;
}

.item-page {
    width: 100%;
    float: left;
}

.view-article div#main {
    width: 100%;
    float: left;
}

.item-page img {
    max-width: 100%;
    height: auto;
    float: left;
}

a.readmore {
    font-size: 14px;
}

h3 a {
    color: #000;
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: var(--mint);
}

#navigation,
a.close,
.extend a,
.wrapper img,
.wrapper,
nav{
    transition: 300ms ease-out;
}

#nav {
    padding: 0 12%;
    width: 100%;
    overflow: hidden;
}

nav ul li {
    float: left;
    padding: 35px 14px;
    position: relative;
}

nav ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    padding: 0 0 0 5px;
    float: left;
    line-height: 1.8;
}

nav ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 7px 0 0 0;
    left: 0;
    transition: 300ms ease-out;
    background: var(--mint);
    border-radius: 10px;
}

nav ul li.active::before {
    background: var(--purple);
}


li.field-entry.aantal {
    display: none;
}

.moduletable.box>h3 {
    padding: 0 2%;
}

.newsflash.box,
.moduletable.box {
    width: 100%;
    float: left;
    padding: 0;
}

.newsflash.box.article,
.article .newsflash {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

dl.fields-container {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.extend nav ul li::after,
.view-article nav ul li::after,
.extend .socials a::after,
.view-article .socials a::after {
    opacity: 1;
}

#logo-sight-mobile a {
    display: none;
}

a#logo-sight,
#logo-sight-mobile a {
    float: right;
    width: 80px;
    height: 100px;
    position: relative;
}

a#logo-sight::before,
#logo-sight-mobile a::before {
    content: "";
    background-image: url(../images/logo-ademenzijn-wit.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 80px;
    height: 100px;
    right: 0;
    position: absolute;
    transition: 300ms ease-out;
}

a#logo-sight::after,
#logo-sight-mobile a::after {
    content: "";
    background-image: url(../images/logo-ademenzijn-paars.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 80px;
    height: 100px;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: 300ms ease-out;
}

.extend #logo-sight::after,
.extend #logo-sight-mobile a::after,
.view-article #logo-sight::after,
.view-article #logo-sight-mobile a::after {
    opacity: 1;
}

.socials.mobile {
    position: absolute;
}

#navigation.extend nav ul li a,
.view-article #navigation nav ul li a {
    color: #000;
}

a#afspraak {
    background: var(--purple);
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}

a#afspraak:hover {
    background: var(--mint);
}

@-webkit-keyframes profile {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes profile {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes profile {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes profile {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes cv {
    from {
        opacity: 0;
        margin-top: 30px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@-moz-keyframes cv {
    from {
        opacity: 0;
        margin-top: 30px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@-o-keyframes cv {
    from {
        opacity: 0;
        margin-top: 30px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes cv {
    from {
        opacity: 0;
        margin-top: 30px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes shadow {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 0px;
    }
}

@-moz-keyframes shadow {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 0px;
    }
}

@-o-keyframes shadow {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes shadow {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 0px;
    }

}

.container:not(#sectie0) {
    opacity: 0;
    animation-name: profile;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(x100, y1, x2, y20);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

#parallax-bg1 img {
    animation-name: profile;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(x100, y1, x2, y20);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

#parallax-bg2 {
    animation-name: cv;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}

header {
    background: var(--purple);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.view-article header:not(.view-article.homepage header) {
    height: 300px;
    margin-bottom: 85px;
    margin-top: 50px;
}

a img {
    border: none;
}

a,
button {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    outline: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    list-style: none;
    margin: 0;
}

body {
    background: #453e47;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0;
    margin: 0;
    min-width: 320px;
}

#mob {
    width: 100%;
    position: fixed;
    z-index: 1;
    display: none;
}

.toggle {
    background: rgba(255, 255, 255, 0);
    width: 60px;
    height: 60px;
    border: 0px;
    padding: 18px;
    transition: 300ms ease-out;
    cursor: pointer;
}

.toggle span {
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: #fff;
    float: left;
    transition: 300ms ease-out;
}

.extend .toggle span,
.view-article .toggle span {
    background: var(--purple);
}

span.legend-title {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 2;
    width: 100%;
    float: left;
}

img.icon-logo {
    width: 25px;
    float: left;
    margin-right: 10px;
}

nav {
    width: 100%;
    height: 100px;
    z-index: 1;
    overflow: hidden;
    display: block;
}

#navigation {
    width: 100%;
    max-width: 1920px;
    float: left;
    position: fixed;
    z-index: 9;
}

#navigation.extend,
.view-article #navigation {
    margin-top: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 10px -7px rgba(0, 0, 0, 0.4);
}

header,
.container,
footer {
    width: 100%;
    float: left;
}

.container {
    padding: 2% 18%;
    overflow: hidden;
}

h1 {
    font-size: 35px;
    margin: auto;
    text-align: center;
    font-family: roboto;
    font-weight: 500;
    padding: 40px 0;
    color: var(--purple);
    width: 400px;
}

#sectie0 h2 {
    color: #fff;
}

.my-content h2 {
    border: 0px !important;
    width: 100%;
    padding: 0 0 10px 0;
}

h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #2c2e2e;
}

h4 {
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.article .header-info {
    padding: 0 20px;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

.titel span {
    color: #2c2e2e;
    font-size: 14px;
    margin: auto;
    border: 1px solid #3195ad;
    float: left;
    padding: 5px 10px;
    border-radius: 4px;
}


.icons {
    width: 100px;
    overflow: hidden;
    margin: auto;
}

img.ico {
    width: 70px;
}

.social {
    float: left;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 5px;
}

.social img,
.social object {
    width: 100%;
}

object.icon-section {
    width: 40px;
}

p {
    margin: 20px 0;
    line-height: 2;
    text-align: left;
    font-size: 16px;
}

.article li {
    margin: 0;
    line-height: 2;
    font-size: 16px;
}

blockquote p {
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 1.3;
}

blockquote {
    border-left: 5px solid var(--purple);
    padding-left: 20px;
}

footer {
    width: 100%;
    float: left;
    padding: 0 12%;
    background: var(--soft);
}

.page-header {
    width: 100% !important;
    padding: 0px !important;
}

object.logo-footer {
    width: 150px;
}

.items-leading.clearfix {
    width: 100%;
}

.item-content {
    column-count: 2;
    column-gap: 50px;
    width: 100%;
    overflow: hidden;
    padding: 0 2% 20px;
}

.item-content>p:first-child {
    margin: 0 0 20px 0;
}

.item-content img {
    width: 100%;
}

.box.article .mod-articlesnews__item {
    width: 33.33333333333333%;
    float: left;
    padding: 0 2% 20px;
}

.view-article .box.article .mod-articlesnews__item {
    padding: 0;
}

.wrapper img.banner {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateZ(0);
    float: left;
}

.wrapper:hover a img.banner {
    opacity: 0.7;
    -webkit-transform: translateZ(0);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.container {
    max-width: 80%;
    margin: auto;
    float: none;
}

.titel {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.twocolumns>div {
    width: 100%;
}

@keyframes overlay {
    0% {
        opacity: 0;
        z-index: 0;
    }

    1% {
        opacity: 0;
        z-index: 9;
    }

    50% {
        opacity: 1;
        z-index: 9;
    }

    100% {
        opacity: 1;
        z-index: 9;
    }
}

@keyframes overlay-out {
    0% {
        opacity: 1;
        z-index: 9;
    }

    1% {
        opacity: 1;
        z-index: 9;
    }

    50% {
        opacity: 0;
        z-index: 9;
    }

    100% {
        opacity: 0;
        z-index: 0;
    }
}

a.close {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/css/close.png);
    background-position: 7% center;
    background-repeat: no-repeat;
    background-color: #34373c;
    background-size: 15%;
    color: #fff;
    text-decoration: none;
    padding: 0.7% 1% 0.7% 2%;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.6vw;
    text-transform: lowercase;
}

a.close:hover {
    background-color: #3195ad;
    background-position: 4% center;
}

.wrapper-parallax {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 45vw;
    position: relative;
}

#parallax-bg3 {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}

#parallax-bg2 {
    z-index: 8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#parallax-bg1 {
    z-index: 7;
    position: absolute;
    top: 0;
    width: 100%;
}

.parallax img {
    width: 100%;
}

.parallax h1 {
    font-size: 40px;
    color: var(--purple);
    padding: 20px 0;
    font-family: 'ealingblackw00-regularregular';
}

.parallax h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 5px 7px rgb(0 0 0 / 64%);
}

.parallax h2 {
    font-weight: lighter;
    line-height: 1.5;
    font-family: 'Roboto Condensed', sans-serif;
}

#header-wrapper-inner {
    width: 100%;
    float: left;
    text-align: center;
    text-align: center;
}

#header-wrapper-outer {
    width: 650px;
    margin: auto;
    background: rgba(1, 123, 155, 0);
    border-radius: 15px;
    background-position: center;
    background-size: 77%;
    background-repeat: no-repeat;
    position: relative;
    top: 40%;
}

.wrapper-parallax,
header {
    height: 80vh;
}

.parallax img {
    object-fit: cover;
    height: 110%;
    float: left;
}

#parallax-bg1 {
    background-size: cover;
    height: 100%;
}

.container {
    padding: 0 12% 150px 12%;
}

@media only screen and (max-width: 1920px) {
    a.close {
        padding: 0.7% 1% 0.7% 3%;
        font-size: 1vw;
    }

}

@media only screen and (max-width: 1680px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1679px) {
    .footer ul div[class^="footer-"] {
        width: calc(100% / 2);
    }
}


@media only screen and (max-width: 1280px) {

    blockquote p {
        font-size: 18px;
    }

    blockquote {
        margin: 10px;
    }

    #nav {
        padding: 0 7%;
    }

    footer {
        padding: 0 7% 40px 7%;
    }

    .container {
        padding: 0 7% 150px 7%;
    }

    img.ico {
        width: 50px;
    }

    .box.article .mod-articlesnews__item{
        width: 33.33333333333333%;
    }

    .twocolumns>div {
        width: 100% !important;
    }

    a.close {
        font-size: 1vw;
        padding: 01% 1% 1% 3%;
    }

    h2 {
        font-size: 23px;
    }

    .footer span {
        font-size: 14px;
    }

    .contact-titel span,
    .volg-titel span,
    .af-titel span {
        font-size: 18px;
    }

    footer h3 {
        font-size: 25px;
    }

    p,
    .article li {
        font-size: 14px;
    }

    .view-article header h1 {
        margin-left: calc(7%);
    }

}

@media only screen and (max-width: 1024px) {
    div#header-wrapper-outer {
        transform: Scale(.7);
    }

    #header-wrapper-outer {
        top: 30%;
    }

    span#header-tag {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1023px) {

    .footer ul div[class^="footer-"] {
        width: calc(100% / 1);
    }

    .box .mod-articlesnews.newsflash>div {
        width: calc(100% / 2);
    }

    .homepage .com-content-article__body {
        column-count: 1;
    }

    .box.article .mod-articlesnews__item{
        width: 50%;
    }

    a.close {
        font-size: 2vw;
        padding: 1.5% 2% 1.5% 6%;
    }

    .view-article div#main{
        width: 100%;
    }

    .bigbox .itemimage {
        width: 100%;
        height: auto;
    }

    .bigbox .itemcontent {
        width: 100%;
        height: auto;
    }

    .bigbox figure.newsflash-image img {
        float: left;
        -webkit-mask-image: linear-gradient(to top, transparent 5%, black 55%);
        mask-image: linear-gradient(to top, transparent 5%, black 55%);
        width: 100%;
        height: auto;
    }

    .bigbox .itemcontent {
        padding: 0 30px 20px;
    }

    .bigbox .newsflash .itemcontent p:nth-child(2) {
        font-size: 16px;
        line-height: 1.5;
    }

    .bigbox p,
    .bigbox li {
        line-height: 1.5;
    }

    .bigbox .newsflash h2 {
        font-size: 30px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .socials.mobile {
        z-index: 3;
        margin: 19px 20px 0 55px;
        right: 60px;
    }

    div#logo-sight-mobile {
        padding: 5px 18px 5px 0;
        float: right;
    }

    #logo-sight-mobile a {
        display: block;
    }

    a#logo-sight {
        display: none;
    }

    #mob {
        display: block;
    }

    #navigation {
        height: 60px;
    }

    div#logo-sight-mobile a,
    div#logo-sight-mobile a::before,
    div#logo-sight-mobile a::after {
        width: 50px;
        height: 50px;
        z-index: 1;
    }

    #arrow {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #01a69f;
        margin: -19px 0 0 -10px;
        position: absolute;
        transition: 300ms ease-out;
    }

    nav {
        width: 60% !important;
        margin-top: 60px;
        height: unset;
        margin-left: 18px;
        padding: 10px 20px !important;
        visibility: hidden;
        opacity: 0;
        background: #fff;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        overflow: visible !important;
        float: left;
    }

    nav.open {
        margin-top: 80px;
        visibility: visible;
        opacity: 1;
    }

    nav ul,
    #header-wrapper-outer {
        width: 100%;
    }

    nav ul li a {
        padding: 0 0 0 30px;
        color: #000;
    }

    nav ul li {
        clear: left;
        width: 100%;
    }

    nav ul li:first-child {
        border-right: 0px;
    }

    nav ul li {
        padding: 10px 0;
    }

}

@media only screen and (max-width: 767px) {
    .homepage .com-content-article__body {
        margin-bottom: 0px;
    }

    .footer ul div[class^="footer-"] {
        padding: 0 0 20px 0;
    }

    footer h3 {
        padding: 40px 0 0;
    }

    .view-article header:not(.view-article.homepage header) {
        margin-bottom: 45px;
    }

    .view-article header h1 {
        top: 120px;
        left: 0;
        width: 80%;
    }

    .item-image {
        margin-top: 0px;
    }

    .homepage .article h2 {
        font-size: 24px;
        width: 100%;
        padding: 20px;
    }

    .article {
        margin: 20px 0;
    }

    .view-article .article .mod-articlesnews__item {
        margin-top: 30px;
    }

    .left.article .mod-articlesnews__item:nth-child(odd) .itemimage,
    .left.article .mod-articlesnews__item:nth-child(odd) .itemcontent,
    .right.article .mod-articlesnews__item:nth-child(odd) .itemimage,
    .right.article .mod-articlesnews__item:nth-child(odd) .itemcontent,
    .right.article .mod-articlesnews__item:nth-child(even) .itemcontent,
    .right.article .mod-articlesnews__item:nth-child(even) .itemimage,
    .view-article .com-content-article__body,
    .view-article .item-image {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .box.article .mod-articlesnews__item {
        padding: 0;
    }

    .footer {
        width: 300px;
        margin: auto;
        float: none;
    }

    .footer-logo {
        float: none;
        margin: auto;
    }

    .item-content {
        column-count: 1;
    }

    h1 {
        font-size: 26px;
        width: 100%;
        padding: 20px;
    }

    nav ul li::after {
        opacity: 1;
    }
    .blog.box.twocolumns {
        width: 100%;
        margin-top: 20px;
    }

    .wrapper a>div p {
        font-size: 10px;
    }

    h2,
    .view-article h2,
    .box h3 {
        font-size: 24px;
    }

    .titel span {
        font-size: 12px;
    }

    img.ico {
        width: 40px;
    }

    a.close {
        font-size: 3vw;
        padding: 1.5% 2% 1.5% 8%;
    }

    .box .mod-articlesnews.newsflash>div {
        width: calc(100% / 1);
    }
}

@media only screen and (max-width: 480px) {

    form label {
        width: 100%;
        font-size: 14px;
    }

    .titel span {
        font-size: 2.5vw;
    }

    .bigbox figcaption {
        padding: 10px 15px;
        font-size: 14px;
    }

    form section {
        padding: 20px 20px !important;
    }

    input[type=text],
    textarea,
    select {
        padding: 10px 10px;
        font-size: 14px;
    }
}