/*
Theme Name: Wijkwieg
Theme URI: http://wijkwieg.nl
Description: Wordpress thema voor Wijkwieg
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: wijkwieg
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --huge: calc(var(--base) * 10);
    --extralarge: calc(var(--base) * 8);
    --large: calc(var(--base) * 6);
    --mediumlarge: calc(var(--base) * 3.5);
    --medium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);
    --border-radius: 30px;
}

@font-face {
    font-family: 'Albra Sans';
    src: url('fonts/AlbraSansTRIAL-Medium.eot');
    src: url('fonts/AlbraSansTRIAL-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlbraSansTRIAL-Medium.woff2') format('woff2'),
        url('fonts/AlbraSansTRIAL-Medium.woff') format('woff'),
        url('fonts/AlbraSansTRIAL-Medium.ttf') format('truetype'),
        url('fonts/AlbraSansTRIAL-Medium.svg#AlbraSansTRIAL-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Sans';
    src: url('fonts/AlbraSansTRIAL-Bold.eot');
    src: url('fonts/AlbraSansTRIAL-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlbraSansTRIAL-Bold.woff2') format('woff2'),
        url('fonts/AlbraSansTRIAL-Bold.woff') format('woff'),
        url('fonts/AlbraSansTRIAL-Bold.ttf') format('truetype'),
        url('fonts/AlbraSansTRIAL-Bold.svg#AlbraSansTRIAL-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Sans';
    src: url('fonts/AlbraSansTRIAL-Regular.eot');
    src: url('fonts/AlbraSansTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlbraSansTRIAL-Regular.woff2') format('woff2'),
        url('fonts/AlbraSansTRIAL-Regular.woff') format('woff'),
        url('fonts/AlbraSansTRIAL-Regular.ttf') format('truetype'),
        url('fonts/AlbraSansTRIAL-Regular.svg#AlbraSansTRIAL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('fonts/AeonikTRIAL-Regular.eot');
    src: url('fonts/AeonikTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AeonikTRIAL-Regular.woff2') format('woff2'),
        url('fonts/AeonikTRIAL-Regular.woff') format('woff'),
        url('fonts/AeonikTRIAL-Regular.ttf') format('truetype'),
        url('fonts/AeonikTRIAL-Regular.svg#AeonikTRIAL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('fonts/AeonikTRIAL-Light.eot');
    src: url('fonts/AeonikTRIAL-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AeonikTRIAL-Light.woff2') format('woff2'),
        url('fonts/AeonikTRIAL-Light.woff') format('woff'),
        url('fonts/AeonikTRIAL-Light.ttf') format('truetype'),
        url('fonts/AeonikTRIAL-Light.svg#AeonikTRIAL-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('fonts/AeonikTRIAL-Bold.eot');
    src: url('fonts/AeonikTRIAL-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AeonikTRIAL-Bold.woff2') format('woff2'),
        url('fonts/AeonikTRIAL-Bold.woff') format('woff'),
        url('fonts/AeonikTRIAL-Bold.ttf') format('truetype'),
        url('fonts/AeonikTRIAL-Bold.svg#AeonikTRIAL-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    font-weight: bold;
    font-family: 'Albra Sans';
}

h1,
.h1 {
    font-size: 80px;
    
     line-height: 1
}

.h2,
h2 {
    font-size: 48px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
   font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

.light {
    font-weight: 500;
    color: #A1303F;
}

:is(h1, h2, h3, h4, h5, h6) :is(b, strong, i, em) {
    color: #ffffff;
    font-weight: normal;
	font-style: normal
}

body {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Aeonik';
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.5;
    background: #E8AC92;
    color: #ffffff;
    margin: 0;
    padding-left: 75px;

    background: rgb(232,172,146);
    background: linear-gradient(180deg, rgba(232,172,146,1) 0%, rgba(232,178,138,1) 50%, rgba(232,189,138,1) 100%);
}




body.admin-bar {
    margin-top: 32px
}

body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}


p {
    margin-top: 0;
    margin-bottom: var(--small);
}


i {
    margin-top: 0;
}

a {
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: var(--small);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    background: transparent;
    position: relative;
    padding: 15px 22.5px;
    border-radius: 25px;
    border: 0;
    background: #ffffff;
    color: #707070;

}


select {
      font-weight: bold;
    background-image: url(images/select.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

textarea {
  resize: none;
}


::-webkit-input-placeholder {
    color: #707070
}

::-moz-placeholder {
    color: #707070;
}

:-ms-input-placeholder {
    color: #707070;
}

::-moz-selection {
    background-color: #DF2A49;
    color: #ffffff
}

::selection {
    background-color: #DF2A49;
    color: #ffffff
}

::-moz-selection {
    background-color: #DF2A49;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1;
}

table tr th {
    font-weight: bold;
}

table tr :is(th,td) {
    padding: 5px var(--extrasmall);
}

table tr :is(th,td):first-child {
    padding-left: 0;
}

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
       font-weight: 600;
       color: #A1303F;
}

small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }


    .row.mediumlarge-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.mediumlarge-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }

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

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row.small-gutters {
        margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}




.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 7.5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    background: #DF2A49;
    color: #ffffff;
    font-weight: normal;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50px;
    font-family: 'Albra Sans';
    font-size: 22px;
}

.btn--secondary {
    background: #A1303F;
}

.btn--simple {
    font-family: 'Aeonik';
    font-size: inherit;
     padding: 12.5px 22.5px;
}
.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: rgb(0 0 0  / 5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.btn:hover:before {
    -ms-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.btn:not(.btn--simple):after {
        content: url(images/arrow.svg);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    width: 17.5px;
}

.btn:hover:after {
    -webkit-transform: translateX(2.5px);
    transform: translateX(2.5px);
}

.btn + .btn {
}

.btn :is(b, strong) {
    color: #ffffff;
}

.heart {
        background-image: url(images/heart.svg);
    color: #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: var(--mediumlarge) var(--medium);
    text-align: center;
    margin-bottom: var(--medium);
}

.heart :is(b, strong) {
    display: block;
    color: #ffffff;

}

/* Main styles */

header {
    /*position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/

        position: relative;
    z-index: 8;
    
}



header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 180px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    margin-right: 0
}

header nav.navbar {
    padding: var(--small) 0;
}




header nav.navbar .navbar-nav {
        margin-left: auto;
    margin-right: auto;
        padding: 0 var(--medium);
}

header nav.navbar .navbar-nav > .nav-item {
   line-height: 0.75;
    position: relative;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 0 22.5px;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #8D1F30;
    font-size: 19px;
}


header nav.navbar .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar .navbar-nav > .nav-item.current-menu-item > .nav-link {
    -webkit-text-stroke: 1px currentColor;
}




header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0 
}


header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0
}


/* Navbar menu */

.navbar-menu {
      position: fixed;
    top: 0;
    left: 0;
    overflow-x: scroll;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
    z-index: 10;
   background: rgb(232,178,138);
    background: linear-gradient(78deg, rgba(232,178,138,1) 0%, rgba(232,172,146,1) 100%);
    color: #A1303F;
    max-width: 1200px;
    width: 100%;
    height: 100%;
        padding: var(--large) var(--extrahuge) var(--extrahuge) var(--huge);
    left: 75px;
}



.navbar-menu:after {
      content: '';
    background: rgb(232, 175, 142);
    background: linear-gradient(90deg, rgba(232, 175, 142, 1) 9%, rgba(161, 48, 63, 1) 100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10%;
    opacity: 0.13;
    pointer-events: none;
}


.navbar-menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.navbar-menu .navbar-menu__header {
     
    margin-bottom: var(--large)

}

.navbar-menu .navbar-menu__header img {
    max-width: 240px;
}


.navbar-menu [class*='col']:not(:last-child) {
    border-right: 1px solid #A1303F;
}
.navbar-menu :is(h1,h2, h3, h4, h5, h6) {
    margin-bottom: 7.5px;
}

.navbar-menu ul {
    line-height: 2;
    margin-bottom: var(--medium);
    white-space: nowrap;
}

.navbar-menu ul:last-child {
    margin-bottom: 0;
}
/* Navbar toggler */

.navbar-side {
    z-index: 99;
    background: #A1303F;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 75px;

    display: -ms-flexbox !important;
    display: flex !important;
        -ms-flex-direction: column !important;
    flex-direction: column !important;
        -ms-flex-align: center !important;
    align-items: center !important;
}

.navbar-side .navbar-toggler {
     border-radius: 0;
    margin: 0;
    padding: 15px;
     color: #ffffff;

         margin-top: var(--huge);
         cursor: pointer;
}
.navbar-side .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
}

.navbar-side .navbar-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

.navbar-side .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
}

.navbar-side .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

.navbar-side .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 30px;
    margin-left: 0;
}

.navbar-side .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

.navbar-side .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

.navbar-side .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.navbar-side .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

.navbar-side .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
}

.navbar-side .logo {
    display: block;
    padding: 20px 15px;
}

.navbar-side .donate {
position: absolute;
    right: 0;
    bottom: 15px;
    width: 75px;
    line-height: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
   /* animation: wiggle 3s ease-in infinite;
    transform-origin: center right;*/
}



/* Navbar background */

.navbar-background {
        position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #A1303F;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;

}

.navbar-open .navbar-background {
    opacity: 0.5;
    visibility: visible;
}

/* header */

section.header {
    margin: var(--small) 0 var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.header .header-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
   
}


section.header .header-image:after {
        content: url(images/heart.svg);
    position: absolute;
    width: 120px;
    right: 0;
    top: 25%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    line-height: 0;

   /*  animation: wiggle 3s ease-in infinite;
     transform-origin: center right;*/
}





section.header .header-image :is(img, video, iframe) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: var(--border-radius);
}


section.header .header-content {
    color: #ffffff;
}



section.header .header-content :is(h1){
    white-space: nowrap;
    position: relative;
    z-index: 1;
}



/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
    position: relative;
}


section.blocks.block--smallmargin {
       margin: var(--mediumlarge) 0;
}

/*section.blocks:first-child {
    margin-top: var(--small);
}
*/
section.blocks.blocks--reverse .row {
    flex-direction: row-reverse;
}

section.blocks .block-header {
        margin-bottom: var(--small);
}

section.blocks .block-header *:last-child {
    margin-bottom: 0;
}



section.blocks .block-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
}

section.blocks .block-image.block-image--small {
    max-width: 80%;
}

section.blocks a.block-image:after {
    content: url(images/heart-arrow.svg);
    position: absolute;
    width: 105px;
    right: 0;
    top: 25%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    line-height: 0;


}

section.blocks .block-image > :is(img,video, iframe) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: var(--border-radius);
}


section.blocks .block-text {
 margin-top: var(--medium);
}

section.blocks .block-text *:last-child {
    margin-bottom: 0;
}

section.blocks .block-caption {
    margin-top: calc(var(--mediumlarge)* -1);
    padding: 0 var(--medium);
}

section.blocks .block-caption :is(h1, h2, h3, h4, h5, h6) {
    font-size: 72px;
          margin-bottom: var(--extrasmall);
          white-space: nowrap;
}

section.blocks .block-caption .row {
 padding: 0 var(--small);
}

section.blocks .block-content {

}

section.blocks .block-content.block-content--background {
    background: #A1303F;
    padding: var(--medium) var(--mediumlarge);
    border-radius: var(--border-radius);
    position: relative;
}

section.blocks .block-content.block-content--background:after {
        content: url(images/heart.svg);
    position: absolute;
    width: 90px;
    right: 0;
    top: 25%;
    -webkit-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
    line-height: 0;
}



section.blocks .block-content :is(h4, h5, h6):first-child {
    margin-bottom: 7.5px;
}

section.blocks .block-content :is(h1, h2, h3, h4, h5, h6) {
     margin-bottom: 7.5px;

}

section.blocks .block-content *:last-child {
    margin-bottom: 0;
}

section.blocks .block-content .block-content__buttons {
    line-height: 1;
    margin-top: var(--medium);
}

section.blocks .block-footer {
        margin-top: var(--medium);
        text-align: right;
}
section.blocks .block-video {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
   
    /*overflow: hidden;*/
}

section.blocks .block-video :is(iframe, video, img) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
 border-radius: var(--border-radius);
}

section.blocks .block-video :is(iframe, video) {
    display: none;
}


section.blocks .block-video .block-video__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
 border-radius: var(--border-radius);
}

section.blocks .block-video .block-video__play:before {
    content: url(images/play.svg);
    position: absolute;
    /*width: 120px;*/
        width: 10%;
    min-width: 45px;
    left: var(--mediumlarge);
    bottom: var(--mediumlarge);
    z-index: 1;
    line-height: 0;
}


/* Images */

section.images {
    margin: var(--extralarge) 0;
    position: relative;
    overflow: hidden;
}

section.images .images-header {
        margin-top: calc(var(--mediumlarge)* -1);
    position: relative;
    z-index: 5;
    width: 35%;
    left: 32%;
}

section.images .images-header :is(h1, h2, h3, h4, h5, h6) {
    font-size: 72px;
        margin-bottom: var(--extrasmall);
        white-space: nowrap;
}

section.images .images-header .row {
    padding: 0 var(--medium);
}

section.images .images-wrapper {
    padding-top: var(--huge);
    position: relative;
}

section.images .image {
      position: relative;
    display: block;
   
    position: absolute;
   
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
         -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.images .image:hover {

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

section.images .image.image-1 {
    aspect-ratio: 4.95 / 3.74;
    width: 35%;
    top: 10%;
    z-index: 1
}

section.images .image.image-2 {
      aspect-ratio: 6.44 / 4.45;
      position: relative;
      width: 45%;
      left: 21%;
      z-index: 4
}

section.images .image.image-3 {
    aspect-ratio: 4.41 / 3.32;
    width: 30%;
    left: 40%;
    top: 0;
    z-index: 3
}

section.images .image.image-4 {
    aspect-ratio: 5.43 / 3.90;
    width: 38%;
    right: 0;
        top: 15%;
        z-index: 2
}

section.images .image img{
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
 border-radius: var(--border-radius);
    overflow: hidden;
}
/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
   
}

article.article .article-content {
   

}


article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-content :is(h4, h5, h6):first-child {
    color: var(--color)
}


article.article .article-content :is(h3, h4, h5, h6):first-child  {
    margin-bottom: 7.5px;
}


article.article .article-content :is(h1, h2):first-child {
    margin-bottom: var(--medium);
}

article.article .article-content :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: var(--medium);
    margin-bottom: var(--extrasmall);
}



article.article .article-content :is(ul, ol) {
    padding-left: 15px
}

article.article .article-content :is(ul, ol) li {
    list-style: inherit;  
}


article.article .article-content img {
    width: auto;
    max-width: 100%;
    border-radius: var(--border-radius);
}

/* article.article .article-content iframe {
    aspect-ratio: 16 / 9;
    width:100%;
    border-radius: var(--border-radius);
    margin: var(--medium) 0;
} */

article.article .article-content a:not(.btn) {
    text-decoration: underline;
    color: var(--color)
}


article.article .article-content .alignright {
    float: right;
    margin-left: var(--small);
    margin-bottom: var(--small);
}

article.article .article-content .alignleft {
    float: left;
    margin-right: var(--small);
    margin-bottom: var(--small);
}

article.article .article-content .article-content__buttons {
      margin-top: var(--medium);
      line-height: 1;
      text-align: center;
}

article.article .article-content.article-content--margintop {
    margin-top: var(--large)
}


article.article .article-image {
        position: relative;
    display: block;
    aspect-ratio: 3 / 2;
}



article.article .article-image.article-image--small {
    max-width: 80%
}

article.article .article-image.article-image--margintop {
     margin-top: var(--large)
}

article.article .article-image + .article-content,
article.article .article-image + .article-caption {
    margin-top: var(--medium)
}

article.article .article-image:has(video, iframe) {
     aspect-ratio: 16 / 9;
}


article.article .article-image:after {
      content: url(images/heart.svg);
    position: absolute;
    width: 105px;
    right: 0;
    top: 30%;
    -webkit-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
    line-height: 0;
}

article.article .article-image :is(img, video, iframe) {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: var(--border-radius);
}


article.article .article-image .article-image__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}

article.article .article-image .article-image__play:not(.playing):before {
    content: url(images/play.svg);
    position: absolute;
    /*width: 10%;*/
    min-width: 75px;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    line-height: 0;
}


article.article .article-caption {
    padding: 0 var(--small);
}

article.article .article-caption *:last-child{
    margin-bottom: 0
}

/* Footer */


footer {
   background: #E8AC92;
   padding: var(--extralarge) 0;
}


footer .footer-main {
    
}

footer .footer-main [class*='col']:not(:last-child) {
    border-right: 1px solid #ffffff;
}

footer .footer-main  :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 7.5px
}

footer .footer-main img.footer-logo {
    max-width: 75px;
}

footer .footer-main p {
     margin-bottom: 0;
}

footer .footer-main ul {
    margin-bottom: 0;
    line-height: 2;
}

footer .footer-main ul li a {
    display: block;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main ul li a:hover,
footer .footer-main ul li.current-menu-item a {
    color: #DF2A49;
}


footer .footer-main .gform_wrapper {
    margin-top: 0
}

/* Gravity Forms */

.gform_wrapper {
      margin-top: var(--medium);
     

}

.gform_wrapper form {
    position: relative;
        line-height: 1.5;
}

.gform_wrapper form .gf_page_steps {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: auto;
    white-space: nowrap;
}

.gform_wrapper form .gf_page_steps::-webkit-scrollbar  {
    display: none;
}

.gform_wrapper form .gf_page_steps .gf_step {
    margin-right: 15px;
    display: inline-block;
}

.gform_wrapper form .gf_page_steps .gf_step.gf_step_active {
    color: #b4a677;
}

.gform_wrapper form .gf_page_steps .gf_step.gf_step_hidden {
    display: none;
}

.gform_wrapper form .gf_page_steps .gf_step:after {
        content: '>';
   
}

.gform_wrapper form .gf_page_steps .gf_step:last-child {
    margin-right: 0;
}

.gform_wrapper form .gf_page_steps .gf_step:last-child:after {
    content: unset;
}

.gform_wrapper form .gf_page_steps .gf_step .gf_step_number {
    font-weight: bold;
        margin-right: 5px;
}

.gform_wrapper form .gf_page_steps .gf_step .gf_step_number:before {
    content: 'Stap ';
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
    
}

.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: var(--extrasmall);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html:not(:first-child) {
     padding-top: var(--small);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child {
     border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select label {
        position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 0;
    left: 30px;
    width: auto;
    display: block;
    line-height: 1.675;
	 line-height: 1.55;
    font-size: 12px;
    top: 5px;
    font-weight: inherit;
    color: #A1303F;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label{
    top: 0;
    left: 7.5px;
    right: 7.5px;
    padding: 12.5px 22.5px;
    font-size: inherit;
    font-weight: inherit;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label .gfield_required {
 
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select {
         padding: 22.5px 22.5px 7.5px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) :is(input, textarea) {
    padding: 15px 22.5px;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gsection_title:empty {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gsection_description {
    font-size: 14px;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) {
    font-weight: inherit;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice, .gfield--input-type-price)  {
        padding-bottom: var(--medium);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice, .gfield--input-type-price) :is(.gfield_description, .ginput_container) {
    border-left: 1px solid #ffffff;
    padding-left: var(--medium)
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice, .gfield--input-type-price) .gfield_description :is(h1, h2, h3, h4, h5, h6){
    margin-bottom:0;
    padding-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {

}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message.gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border-left: 3px solid #e50201;
    border-radius: 3px;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{
  
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}
*/

/*.gform_confirmation_message {
    background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) {
   
   padding-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice:not(:last-child) {
    margin-bottom: 7.5px
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input  {
     border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: inherit;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff;
    border: 1.5px solid var(--color3);
    vertical-align: middle;
    vertical-align: -3px;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
    border-radius: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox, .gfield--type-choice) :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #A1303F;
    box-shadow: 0 0 0 3px #ffffff inset;
}


.gform_wrapper form .gform_footer {
}

.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid var(--color);
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





/* Fancybox */

.fancybox__backdrop {
        background: rgb(161 48 63 / 50%);
}

/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Responsive */

@media (max-width: 1600px) {
   
    :root  {
        --base: 12.5px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        margin: 0 15px;
        font-size: 18px;
    }
 
}   

@media (max-width: 1400px) {

    :root  {
        --base: 10px;
    }


   
}

@media (max-width: 1200px) {

    h1, .h1 {
        font-size: 60px;
    }

    .h2, h2 {
        font-size: 42px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        margin: 0 12.5px;
        font-size: 16px;
    }

    header nav.navbar .btn {
        display: none;
    }
}

@media (max-width: 992px) {

      
    :root  {
        --base: 10px;
      

        --extrahuge: calc(var(--base) * 12);
        --huge: calc(var(--base) * 10);
        --extralarge: calc(var(--base)* 4.5);
        --large: calc(var(--base) * 3.5);
        --mediumlarge: calc(var(--base) * 3.25);
        --medium: calc(var(--base) * 2);
        --small: calc(var(--base) * 1.5);
        --extrasmall: calc(var(--base) * 1);

        --border-radius: 22.5px;
    }

    body {
        font-size: 15px;
        padding-left: 52.5px;
    }


    body.admin-bar {
        margin-top: 46px
    }

    h1,
    .h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 26px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

   .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 17.5px;
        padding-left: 17.5px;
    }

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

    .row [class*="col-"] {
        padding-right: 17.5px;
        padding-left: 17.5px;
    }

    .btn {
        font-size: 16px;
    }

    .btn--simple {
        font-size: 12px;
    }

    header nav.navbar {
    padding: var(--small) 0 0 0;
}
  
    header nav.navbar .navbar-brand {
        max-width: 120px;
            margin-right: var(--medium);
        
    }

   
    
    header nav.navbar .navbar-nav {
       display: none;
    }

    header nav.navbar .btn {
        font-size: 0;
        display: block;
    }

    header nav.navbar .btn :is(b, strong) {
        font-size: 12px;
    }
   


    .navbar-side .navbar-toggler:before {
         -webkit-transform: scaleX(-1) scaleY(1);
        transform: scaleX(-1) scaleY(1);
    }

    .navbar-menu {
        padding: 22.5px 15px;
            left: 52.5px;
            width: calc(100% - 52.5px);
    }


    .navbar-menu .heart {
        display: none;
    }

    .navbar-menu .navbar-menu__header {
         margin-bottom: var(--mediumlarge);
    }
    
    .navbar-menu [class*='col-']:not(:last-child) {
        margin-bottom: var(--mediumlarge);
        border-right: 0
    }

    .navbar-menu .navbar-menu__header img {
            max-width: 150px;
    }


    .navbar-side {
        max-width: 52.5px;
    }

    .navbar-side .logo {
        padding: 20px 7.5px;
    }

    .navbar-side .navbar-toggler {
         zoom: 0.85;
    }   


    .navbar-side .donate {
            width: 60px;
                -webkit-transform: translateX(25%);
    transform: translateX(25%);
    bottom: 30px;
    }

  


    section.header [class*='col']:not(:last-child) {
        margin-bottom: var(--medium)
    }


    section.header .header-image {
            aspect-ratio: 3 / 2;
    }

    section.header .header-image:after {
        width: 90px;
        -webkit-transform: translate(15%, -50%);
        transform: translate(15%, -50%);
    }

    section.blocks a.block-image:after {
        width: 75px;
        -webkit-transform: translate(15%, -50%);
        transform: translate(15%, -50%);
    }
    section.images .images-wrapper {
        padding-top: var(--extralarge);
    }


    section.images .images-header {
        width: auto;
        left: 0;
    }

    section.images .images-header {
        margin-top: calc(var(--medium) * -1);
    }

    section.images .images-header :is(h1, h2, h3, h4, h5, h6) {
        font-size: 42px;
    }

    section.blocks > [class*='container'] > .row >[class*='col']:not(:last-child):not(:has(.block-header)) {
        margin-bottom: var(--mediumlarge)
    }

    /*section.blocks  {
        margin-bottom: 0
    }*/

    section.blocks .block-caption {
        margin-top: calc(var(--medium) * -1);
    }

    section.blocks .block-caption :is(h1, h2, h3, h4, h5, h6)  {
         font-size: 42px;

    }

    section.blocks .block-content.block-content--background {
            padding: var(--medium);
            padding-right: var(--large)
    }


    section.blocks .block-content.block-content--background:after {
        width: 75px;
        -webkit-transform: translate(15%, -50%);
        transform: translate(15%, -50%);
    }

     section.blocks .block-content .row {
            margin-top: var(--medium);
    }
  

    section:first-child,
    article:first-child {
        margin-top: var(--small)
    }

     article.article > [class*='container'] > .row >[class*='col']:not(:last-child) {
        margin-bottom: var(--mediumlarge)
    }


    article.article .article-image:after {
            -webkit-transform: translate(15%, -50%);
    transform: translate(15%, -50%);
    width: 75px;
    }

   article.article .article-image.article-image--margintop {
    margin-top: 0;
}



    footer .footer-main [class*='col']:not(:last-child) {
        margin-bottom: var(--mediumlarge);
        border-right: 0;
    }

    footer .footer-main [class*='col']:first-child {
            border-right: 1px solid #ffffff;
    }
}   











@keyframes wiggle {
    0%, 7% {transform: rotateZ(0) translate(50%, -50%);}
    15% {transform: rotateZ(-13deg) translate(50%, -50%);}
    20% {transform: rotateZ(9deg) translate(50%, -50%);}
    25% {transform: rotateZ(-10deg) translate(50%, -50%);}
    30% {transform: rotateZ(7deg) translate(50%, -50%);}
    35% {transform: rotateZ(-2deg) translate(50%, -50%);}
    40%, 100% {transform: rotateZ(0) translate(50%, -50%);}
}