@font-face {
    font-family: 'Designio-regular';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Designio-Regular.woff);
}
@font-face {
    font-family: 'borisblackbloxx';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/borisblackbloxx.woff);
}
:root {
    --primary-color: rgba(0, 0, 0, 0.5);
    --secondary-color: #221f1f5e;
    --third-color: #EE2A24;
    --logo-green: #AED136;
    --third-color-faded: rgba(238, 42, 36, 0.8);
    --fourth-color: rgb(32, 30, 30);
    --fifth-color: rgb(13, 45, 77);
    --sixth-color: #0C3B8A;
    --logo-red: #E62924;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
html {
    min-width: 320px;
}
body {
    font-family: 'new-hero', sans-serif;
    overflow-x: hidden;
}
.klusster-body {
    overflow-x: hidden;
}
h1,
.span-klusster-red {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: var(--fourth-color);
    font-size: 1.3em;
}
h1,
.span-klusster-green {
    font-family: 'Designio-regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: var(--logo-green);
    font-size: 1.34em;
}
p {
    font-weight: 300;
    line-height: 1.5em;
}
.wrapper {
    z-index: 1;
    position: relative;
}
.front-wrapper {
    width: 100%;
}
.mysvg {
    padding: 5px 0 0 7px;
    position: absolute;
    left: 0px;
    top: 0;
    width: 80%;
    height: auto;
}
.img-post {
    grid-area: header;
    height: auto;
    width: 100%;
}
.img-post-2 {
    grid-area: image2;
    height: auto;
    width: 100%
}
.img-post-3 {
    grid-area: image3;
    height: auto;
    width: 100%
}
.posting-images {
    margin: 30px 0;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-template-areas: "header header""image2 image3";
    justify-content: center;
}
.lpc-button-fp {
    animation-name: whatsapp_anime;
    background: linear-gradient(to bottom, #63e65a, #aed136, #aed136);
    border-radius: 8px;
    position: fixed;
    top: 50px;
    border-radius: 8px;
    margin-top: 0px;
    right: 2%;
    width: 50px;
    height: 50px;
    z-index: 3;
    animation-duration: 2.4s;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 2s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
.error-message {
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.5em;
}
.error-hero {
    position: relative;
    top: 249px;
    top: 120px;
    background-position: center;
    margin: 0 auto;
    width: 100%;
}
.error-hero-text-block {
    animation-name: hero-anime;
    top: 10px;
    font-weight: 700;
    font-size: 2.3em;
    margin: 0 auto;
    background-color: rgb(149, 249, 3);
    border-radius: 10px;
    animation-duration: 2.8s;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
    z-index: 1;
    padding: 0 auto;
    padding: 30px;
}
.error-footer {
    top: 89px;
}
@keyframes whatsapp_anime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
nav {
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, rgb(238, 42, 36), rgb(238, 42, 36), rgb(238, 43, 37));
    width: 100%;
    padding: 10px 0 15px 0;
    height: 122px;
    z-index: 2;
}
.top-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: -23px;
    padding-bottom: 15px;
    height: 50px;
    width: 100%;
    animation-duration: 2.4s;
    opacity: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
.logo {
    animation-name: logo_visible;
    width: auto;
    margin: 0px 7px 0 12px;
    top: 0px;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
@keyframes logo_visible {
    0% {}
    100% {
        opacity: 1;
    }
}
.logo img {
    width: 96px;
    height: auto;
}
.nav-links {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-evenly;
    top: 34px;
    z-index: 1;
    height: inherit;
    font-family: 'borisblackbloxx';
    font-size: 0.7em;
}
.nav-links .nav-item a {
    color: #000;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.3em;
}
.active {
    border-bottom: 2px solid var(--third-color);
}
.dropdown {
    position: absolute;
    height: 3vh;
    display: flex;
    flex-direction: column;
    width: 11%;
    margin: auto;
    opacity: 0;
    z-index: 100;
    margin-top: 0px;
    visibility: hidden;
}
.dropdown-link {
    border-left: none !important;
    list-style: none;
    width: 100px;
    color: #FFF !important;
}
.dropdown-focus {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.5s 0.2s;
    width: inherit;
    margin-top: 5px;
    background-image: linear-gradient(to left, rgb(0, 71, 193), rgb(0, 78, 202));
}
.dropdown .nav-item {
    background-image: linear-gradient(to left, rgb(0, 71, 193), rgb(0, 78, 202));
    border-bottom: #6ae356 solid 1px;
    padding: 5px;
    width: 100%;
    margin-left: 0;
    border-top: #79df4e;
    margin-bottom: 4px;
}
.nav-item .dropdown-item a {
    padding-left: 0 !important;
}
.burger {
    cursor: pointer;
    display: none;
}
.burger div {
    width: 47px;
    height: 8px;
    background-color: var(--sixth-color);
    margin: 7px;
    border-radius: 5px;
}
.hero {
    position: absolute;
    top: 249px;
    top: 317px;
    left: 33%;
    background-position: center;
}
.hero-text-block {
    animation-name: hero-anime;
    width: 503px;
    min-height: 160px;
    max-width: 500px;
    position: relative;
    top: 10px;
    font-weight: 700;
    font-size: 3.3em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    animation-duration: 2.8s;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
    z-index: 1;
    padding: 32px 0 0 49px;
}
@keyframes hero-anime {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 40px;
    }
}
.section1 {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    position: relative;
    top: 121px;
}
.section1a {
    display: flex;
    position: relative;
    top: 121px !important;
}
.image-row-1-a {
    animation-name: imgr_1_a;
    position: relative;
    height: 200px;
    height: 297px;
    width: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 240px;
    top: 0px;
    animation-duration: 0.7s;
    opacity: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_1_a {
    0% {
        top: -400px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
.image-row-1-b {
    animation-name: imgr_1_b;
    position: relative;
    height: 297px;
    width: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
    animation-duration: 0.7s;
    opacity: 0;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_1_b {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-1-c {
    animation-name: imgr_1_c;
    position: relative;
    height: 297px;
    width: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    animation-duration: 0.7s;
    opacity: 0;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_1_c {
    0% {
        right: -400px;
    }
    100% {
        opacity: 1;
        right: 0px;
    }
}
.image-row-1-d {
    animation-name: imgr_1_d;
    position: relative;
    height: 297px;
    width: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 240px;
    animation-duration: 0.7s;
    opacity: 0;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_1_d {
    0% {
        top: -400px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
.image-row-2-a {
    animation-name: imgr_2_a;
    position: relative;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_a {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-2-b {
    animation-name: imgr_2_b;
    position: relative;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_b {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-2-c {
    animation-name: imgr_2_c;
    position: relative;
    height: 125px;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_c {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-2-d {
    animation-name: imgr_2_d;
    position: relative;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_d {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-2-e {
    animation-name: imgr_2_e;
    position: relative;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_e {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.image-row-2-f {
    animation-name: imgr_2_f;
    position: relative;
    height: 195px;
    width: 16.66%;
    background-size: cover;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes imgr_2_f {
    0% {
        left: -400px;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
.search-function h5 {
    grid-area: header;
    font-size: 1.7em;
    color: #0d2d4d;
    padding-bottom: 18px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #0d2d4d;
    margin-bottom: 10px;
}
.search-function .cat {
    grid-area: cat;
    font-size: 1.2em;
    color: #0d2d4db8;
    padding-bottom: 18px;
    text-align: center;
}
.search-function .select-drop {
    grid-area: select;
    color: #202e3c;
    height: 27px;
    margin-bottom: 20px;
    margin-left: 0 11px;
    margin: 0 25px;
    width: 177px;
    border-radius: 0px;
}
.search-function .product {
    grid-area: product;
    font-size: 1.2em;
    color: #0d2d4db8;
    padding-bottom: 18px;
    text-align: center;
}
.search-function .select-cat {
    grid-area: selectje;
    font-size: 1.2em;
    color: #0d2d4db8;
    padding-bottom: 18px;
    text-align: center;
}
#plug-search {
    grid-area: zoek;
    height: 25px;
    margin-left: 27px;
    width: 142px;
    padding-left: 9px;
    border-radius: 5px;
    border: none;
    opacity: 0.7;
    font-size: 1em;
    padding: 19px;
}
.search-function button {
    grid-area: button;
    background: #0d2d4d;
    border: none;
    color: #fff;
    border-radius: 4px;
    height: 24px;
    width: 75px;
}
.search-function {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    padding: 0;
}
.vraagje {
    vertical-align: top
}
.section1 h4 {
    position: relative;
    font-family: 'Neutraface', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    color: var(--fourth-color);
    border-radius: 2px;
    text-align: left;
    width: 93%;
    text-transform: uppercase;
}
.section1 p {
    font-family: 'Neutraface', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: var(--fourth-color);
    font-size: 1.4rem;
}
.section2 {
    animation-name: section2_anime;
    position: relative;
    top: 54px;
    padding: 5px 0;
    height: 50%;
    background-color: rgb(255, 255, 255);
    animation-duration: 2s;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes section2_anime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.white-text {
    margin: 0 auto;
}
.section2 h3,
.section4 h3 {
    color: #fff;
    color: rgb(23, 57, 125);
    font-weight: 300;
    font-size: 4rem;
    text-align: center;
}
.section2 p,
.section p {
    color: #fff;
    color: var(--fifth-color);
    padding: 20px;
    font-size: 1rem;
    text-align: center;
}
.front-pics {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    justify-content: center;
}
.front-pics figure {
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .28);
    height: 374px;
}
.front-pics img {
    width: 100%;
}
.front-pics h1 {
    margin-top: 30px;
    text-align: center;
    color: #ed2724;
}
.front-pics p {
    text-align: center;
    margin: 10px;
}
.action-pics figcaption,
.front-pics figcaption {
    color: var(--sixth-color);
    top: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 1em;
    height: 48px;
    background: #fff;
    text-align: left;
    padding-left: 21px;
    font-weight: lighter;
}
.section3 img {
    width: 100%;
}
.section3 h3 {
    position: absolute;
    font-family: 'Neutraface', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    top: 43%;
    right: 20%;
    z-index: 10;
}
.section4 {
    position: relative;
    padding: 5px 0;
    height: 88rem;
    height: 100%;
    background-color: #0d2d4d;
    background-color: rgb(255, 255, 255);
}
.section-text {
    position: relative;
    top: 46px;
    top: 84px;
    background-color: rgb(255, 255, 255);
    font-size: 1em;
    text-align: center;
    margin: 60px 0 70px 0;
    animation-duration: 5s;
    opacity: 1;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
.section-text .section-whatido {
    padding: 0 20px 20px 20px;
}
.section-text .span-bold {
    text-transform: uppercase;
    font-weight: bold;
}
.span-bolder {
    font-weight: bolder;
}
.section-text-about {
    position: relative;
    top: 20;
    padding: 30px 10% 20px 10%;
    background-image: url('../pics/klusster_0070.jpg');
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    font-size: 1.3em;
    text-align: center;
    margin: 40px 0 40px 0;
    line-height: 1.3;
    text-align: left;
}
@keyframes section_text_about_anime {
    0% {}
    100% {
        opacity: 1;
    }
}
.section-about {
    animation-name: section_about_anime;
    position: relative;
    top: 54px;
    padding: 20px 0 20px 0;
    background-color: rgb(255, 255, 255);
    font-size: 1.3em;
    text-align: center;
    margin: 40px 0 40px 0;
    line-height: 1.3;
    text-align: center;
    animation-duration: 0.5s;
    opacity: 0;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes section_about_anime {
    0% {}
    100% {
        opacity: 1;
    }
}
.section-about img {
    object-fit: cover;
    width: 100%;
    padding: 0 10% 0 10%;
    height: 405px;
}
.action-pics,
.front-pics {
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    justify-content: space-evenly;
}
.action-pics a,
.front-pics a,
.front-pics a:hover,
.front-pics a:visited {
    text-decoration: underline;
    color: var(--logo-red);
    transition: all .9s ease .1s;
}
.action-pics a:hover,
.front-pics img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.02);
    opacity: 1;
    transition: all .9s ease .1s;
}
.action-pics img {
    width: 100%;
}
.column-klus {
    background: #ffffff;
    min-height: 154px;
    border-radius: 5px;
    color: #FFF;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 30px;
}
footer {
    position: relative;
    top: 120px;
    background-color: rgb(255, 255, 255);
}
article {
    top: 0;
    height: auto;
    background-color: #0d2d4d;
    background-color: rgb(255, 255, 255);
}
.deksels {
    display: grid;
    position: relative;
    background-color: var(--logo-green);
    width: 100%;
    grid-template-rows: 0px 149px 200px;
    grid-template-columns: 40% 30% 30%;
    grid-template-areas: "gen-1 gen-2 socialy";
}
.deksels img {
    box-shadow: none;
}
.deksels figcaption {
    position: absolute;
    color: #fff;
    font-size: 2em;
    text-align: center;
    left: 28px;
    top: 53px;
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}
.deksels-foot {
    display: grid;
    position: relative;
    background-image: linear-gradient(to left, rgb(56, 56, 61), rgb(198, 194, 210));
    width: 100%;
    grid-template-rows: 0px 149px 200px;
    grid-template-columns: 40% 30% 30%;
    grid-template-areas: "gen-1 gen-2 socialy";
}
.deksels-foot img {
    box-shadow: none;
}
.deksels-foot figcaption {
    position: absolute;
    color: #fff;
    font-size: 2em;
    text-align: center;
    left: 28px;
    top: 108px;
    font-family: 'Soolidium', Arial, Helvetica, sans-serif;
}
.general-info {
    display: grid;
}
.general-1a {
    grid-row: 2;
    grid-area: gen-1;
    color: #fff;
    width: 40%;
    justify-self: center;
}
.general-1 {
    grid-row: 2;
    grid-area: gen-1;
    color: #fff;
    position: relative;
    width: 85%;
    justify-self: center;
}
.general-2 {
    color: #fff;
    position: relative;
    grid-row: 3;
    width: 40%;
    grid-column: 2;
    justify-self: left;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bolder;
}
.p-general-2 {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    font-size: 1em !important;
}
.general-2 p {
    font-size: 0.7em;
}
.general-2 h1 {
    font-size: 23px;
    margin-bottom: 16px;
}
.general-1 p {
    font-size: 18px;
}
.arrow-corner {
    margin-top: 75px;
}
.general-2 form {
    width: auto;
    position: relative;
    top: 40px;
    font-size: 19px;
}
#fnamelabel {
    grid-area: fnamelabel;
}
#fname {
    grid-area: fname;
}
#lnamelabel {
    grid-area: lnamelabel;
}
#name {
    grid-area: lname;
}
#codelabel {
    grid-area: codelabel;
}
#code {
    grid-area: code;
}
.general-2 form div {
    display: grid;
    grid-template-columns: 140px 182px;
    grid-template-rows: auto;
    grid-template-areas: "fnamelabel fname""lnamelabel lname""codelabel code";
    row-gap: 15px;
}
.general-2 form label {
    margin-right: 5px;
}
.general-2 form input {
    background-color: #ffffffd4;
    border-radius: 4px;
    border: none;
    height: 20px;
    padding: 5px;
}
.general-2 input[type="submit"] {
    color: var(--sixth-color);
    position: absolute;
    right: 3px;
    border: 2 px solid #fff;
    font-size: 0.8em;
    padding: 0 12px !important;
}
.socials {
    grid-area: socialy;
    display: grid;
    color: #fff;
    grid-template-rows: 53px 10px;
    grid-row: 3;
    grid-template-areas: "imago"".""tekstje";
    position: relative;
    grid-column: 3;
    justify-self: left;
}
.socials img {
    width: 40px;
    grid-area: imago;
}
.socials p {
    width: 100%;
    grid-area: tekstje;
}
.charities {
    position: relative;
    margin: 20px 18%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.charities img {
    width: 100%;
    box-shadow: none;
}
.charities figure {
    margin-left: 8px;
    margin-right: 8px;
}
.nav-active {
    transform: translateX(0%);
    animation-name: none;
    opacity: 1;
    transition: transform 10s;
}
@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
        z-index: 2;
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
.active-here {
    color: #000 !important;
}
form label {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    text-align: left !important;
    margin: 14px 0 10px 10px;
    width: 97%;
    font-weight: bold;
}
.section-contact {
    animation-name: section_about_anime;
    position: relative;
    height: 100%;
    top: 121px;
    padding: 0 0 20px 0;
    background-color: rgb(255, 255, 255);
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 1.3;
    text-align: center;
    background: linear-gradient(rgba(103, 20, 204, 0.34), rgba(103, 20, 204, 0.34)), url('../pics/klusster_0070.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-p {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
}
.contact-text-block p {
    font-size: 0.8em;
}
.contact-text-block {
    color: #000;
    animation-name: hero-anime;
    width: 1170px;
    min-height: 160px;
    position: relative;
    top: 77px;
    font-weight: 300;
    font-size: 1em;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}
.contact-block2-item1 {
    grid-area: contactdiv1;
    width: 100%;
}
.contact-block2-item2 {
    grid-area: contactdiv2;
}
.contact-block2-item3 {
    grid-area: contactdiv3;
    width: 100%;
}
.contact-block2-item4 {
    grid-area: contactdiv4;
    width: 100%;
}
.contact-block2-item5 {
    grid-area: contactdiv5;
    width: 100%;
}
.contact-block2-item6 {
    grid-area: contactdiv6;
    text-align: center;
}
.contact-text-block2 {
    display: grid;
    grid-template-areas:
    'contactdiv1 contactdiv3 contactdiv4''contactdiv5 contactdiv5 contactdiv5'
    'contactdiv6 contactdiv6 contactdiv6';
    text-align: left;
    width: 1170px;
    min-height: 160px;
    position: relative;
    top: 77px;
    gap: 10px;
    font-weight: 700;
    font-size: 1em;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
.contact-text-block h1 {
    color: var(--fourth-color);
}
.contact-text-block2 input[type="text"] {
    font-family: 'new-hero', Helvetica, sans-serif;
    padding: 8px;
    font-size: 0.7em;
    color: #8a818a;
    border-radius: 5px;
    border: #e9e9e9;
}
.contact-text-block2 textarea {
    width: 100%;
    padding: 10px;
    text-align: left;
    font-family: 'new-hero', Helvetica, sans-serif;
    font-size: 0.8em;
    color: #8a818a;
    border-radius: 3px;
    border: #e9e9e9;
}
.contact-text-block2 input[type="submit"] {
    padding: 4px 5px 10px 2px;
    font-size: 0.8em;
    background-color: #3f09ef;
    color: #fff !important;
    border-radius: 7px;
    border: #3f09ef;
    cursor: pointer;
    width: 98px;
    height: 30px;
    text-align: center;
}
.warning {
    display: block;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
    width: 50%;
    font-size: 0.7em;
    color: #ef0911;
    border: #e9e9e9;
    margin-top: 10px;
    text-align: center;
}
.warning-bg-color {
    padding: 30px;
    border-radius: 5px;
    border: #e9e9e9;
}
.warning-captcha {
    padding: 4px;
    font-size: 0.7em;
}
.contact-form {
    min-height: 610px;
}
.ContactModal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    display: grid;
    grid-template-areas: 'closeModal closeModal''closeModalH1 closeModalH1''closeModalText closeModalText';
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    width: 80%;
    background-color: var(--logo-red);
    height: 224px;
    border-radius: 10px;
    box-shadow: 1px 2px 7px #7e7979;
}
.contactCloseModal {
    grid-area: closeModal;
    color: #eee6e6;
    font-size: 2em;
    text-align: right;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.closeModalH1 {
    grid-area: closeModalH1;
    text-align: center;
    color: #fff;
}
.closeModalText {
    grid-area: closeModalText;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}
.h1-recente-klussen {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 1.2em;
}
.h2-recente-klussen {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #ed2724;
    font-size: 3em;
    line-height: inherit;
}
.h2-recente-klussen a:hover {
    color: rgb(117, 117, 117);
}
.p-recente-klussen {
    font-family: 'new-hero', Arial, Helvetica, sans-serif;
    color: rgb(100, 96, 96);
    font-size: 0.7em;
    text-decoration: none;
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 0.7em;
}
.section-text hr {
    color: #c4b4b43b;
    color: unset;
    margin-top: 23px;
    margin-bottom: 33px;
}
.front-page {
    top: 96px;
    animation-name: section_text_anime;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.39, 0.69);
    animation-iteration-count: 1;
}
@keyframes section_text_anime {
    0% {}
    100% {
        opacity: 1;
    }
}
.front-page p {
    background-color: #fff;
    padding: 40px 0% 44px 0%;
    padding: 0;
    width: 78%;
    width: 90%;
    margin: 4px auto;
    color: #0b0909;
}
.parallax {
    height: 100%;
    position: relative;
    top: 54px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15% 1px 15%;
}
.parallax p {
    padding: 10px 0px 45px 0px;
}
.section-text a {
    text-decoration: none;
    color: #463c3c;
    font-weight: bold;
}
.whatido-parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15% 1px 15%;
}
.section-whatido h1 {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.1em !important;
    color: var(--fourth-color);
    font-size: 1em;
    text-align: center;
}
.section-whatido h2 {
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    color: rgb(36, 34, 34);
    font-size: 3em;
    line-height: inherit;
    text-decoration: none;
    margin: 36px 0 30px 0;
}
.section-whatido p {
    font-family: 'new-hero', sans-serif;
    font-weight: 300;
    font-size: 1em !important;
    color: var(--fourth-color);
    font-size: 1em;
    text-align: center;
    margin: 0 0 20px 0;
}
.section-whatido img {
    filter: grayscale(95%) sepia(32%);
    border-radius: 10px;
    box-shadow: 6px 3px 9px #3b485385;
    width: 100%;
}
#triggerOpen {
    position: relative;
    background-image: linear-gradient(to right, rgb(148, 215, 65), rgb(174, 209, 54), rgb(118, 224, 80));
    top: 10px;
    top: 0;
    margin-top: 30px;
    border: 1px #b2d33f solid;
    padding: 12px;
    border-radius: 10px;
    width: 284px;
    margin: 30px auto;
    box-shadow: 4px 3px 10px rgb(36, 36, 32, 0.7);
    font-family: 'borisblackbloxx', Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#triggerOpen a {
    display: inline-block;
}
#triggerOpen .previous {
    font-weight: bold;
}
#triggerOpen .actove-btn {
    color: red
}
@media (min-width: 1840px) {
    .section3 {
        background-size: cover;
    }
}
@media (max-width: 1379px) {
    .front-pics,
    .action-pics,
    .containtertje {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:1314px) {
    .nav-links {
        font-size: 0.8em;
    }
    nav {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 1308px) {
    .deksels,
    .deksels-foot {
        grid-template-columns: 47% 30% 23%;
    }
}
.general-1 img {
    width: 520px;
}
.deksels,
.deksels-foot {
    grid-template-rows: 0px 59px 200px;
}
@media (max-width:1046px) {
    .nav-links {
        font-size: 0.6em;
    }
}
@media (max-width: 1018px) {
    nav {
        background-color: #fff;
    }
    .wrapper {
        margin: 0 2%;
    }
    .socials {
        grid-row: 3;
        align-self: center;
        justify-self: center;
    }
    .deksels {
        grid-template-columns: 50% 0%;
        grid-template-rows: 0px 61px 199px 186px;
    }
    .general-2 {
        grid-row: 4;
        grid-column: 1;
        grid-row: 4;
        justify-self: center;
        align-self: center;
        margin-top: 30px;
        text-align: center;
    }
}
@media (max-width:1000px) {
    html {
        box-sizing: border-box;
        height: 100%;
        width: 98%;
        width: 100%;
    }
    body {
        width: 100%;
        height: auto;
        overflow-x: hidden;
    }
    .whatido-body,
    .klusster-body {
        width: 100%;
        height: auto;
        overflow-x: hidden;
    }
    .section-text {
        position: initial;
        margin: 0;
    }
    .front-page {
        top: 100px !important;
    }
    .socials {
        grid-row: 4;
    }
    nav {
        background-color: #fff;
        background-image: none;
        height: 107px;
        padding: 0 0 5px 0;
        display: block;
        background-color: #fff;
        width: 98%;
        width: 100%;
    }
    .top-nav {
        width: 100%;
        margin-bottom: 0;
        margin-top: 6px;
        margin-top: 0;
        margin-left: 84p;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: initial;
        top: -3px;
    }
    .nav-links {
        position: absolute;
        padding-top: 48px;
        right: 0px;
        height: 150vh;
        top: 148px;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
    }
    .nav-active {
        position: relative;
        transform: translateX(0%);
        background-color: var(--third-color-faded);
        background-color: var(--third-color);
        background-color: var(--logo-green);
        z-index: 5;
        font-size: 1em;
        top: 0px;
    }
    .nav-item {
        width: 100%;
    }
    .nav-links .nav-item a {
        position: relative;
        width: 100%;
        z-index: 1;
        color: #fff;
        padding: 10px;
    }
    .dropdown-focus .nav-item a {
        font-size: 0.8em;
    }
    .nav-links li {
        opacity: 0;
        text-align: center;
        margin-bottom: 20px;
        margin-bottom: 134px;
        border-radius: 6px;
        width: 80%;
    }
    .logo {
        animation-name: none;
        opacity: 1;
        top: 10px;
        top: 0;
        border-radius: unset;
        margin: 0;
    }
    .dropdown {
        margin-top: 0;
        width: 100%;
    }
    .dropdown-focus {
        background-image: none;
    }
    .dropdown-item {
        width: 100%;
        background-color: none;
        width: 80%;
        margin: 0;
        margin-bottom: 0;
        margin-bottom: 0 !important;
        margin: 0 auto;
        z-index: 9;
    }
    .dropdown .nav-item {
        background-image: none;
        background-color: #979696;
        margin-top: 1px;
        width: 80%;
        margin: 0 auto;
    }
    .burger {
        display: block;
        position: absolute;
        right: 17px;
        top: 25px;
    }
    .search-function {
        animation-name: none;
        display: block;
        position: absolute;
        right: 184px;
        top: 2px;
    }
    .lpc-button-fp {
        opacity: 1;
        top: 25px;
        right: 0%;
        left: 43%;
        position: absolute;
    }
    .containtertje {
        display: block;
    }
    .containtertje div {
        margin-bottom: 18px;
        width: 100%;
    }
    .front-page p {
        border-top: none;
        border-bottom: none;
        padding: 0;
    }
    .imgs {
        display: block;
    }
    .section1 .image-row-1-a,
    .section1 .image-row-1-c,
    .section1 .image-row-1-d,
    .section1 .image-row-1-e,
    .section1a,
    .hero {
        display: none;
    }
    .section1 .image-row-1-b {
        width: 97%;
        margin: 0 auto;
        border-radius: 5px;
        border-block-color: unset;
    }
    .section-text,
    .section2 {
        animation-name: none;
        opacity: 1;
        padding: 6px 0 0 0;
        position: relative;
        top: 110px;
        top: 60px;
        width: 100%;
        height: 100%;
        height: inherit;
    }
    .section2 {
        top: 0;
    }
    .front-wrapper .section2 {
        width: 100%;
    }
    .whatido-parallax .section-text {
        position: relative;
        top: 100px;
    }
    .whatido-body .section-text {
        position: relative;
        top: 100px;
    }
    .front-pics figure {
        height: 100%;
        width: 342px;
        margin: 0 auto;
        box-shadow: none;
    }
    .section4 {
        top: 27px;
    }
    .section3 {
        background-size: cover;
        position: inherit;
    }
    .section3 h3 {
        font-size: 2em;
    }
    footer {
        position: relative;
        width: 100%;
    }
    .footer-contact {
        position: relative;
        top: 10px;
        width: 100%;
    }
    .arrow-corner {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 0;
        height: 0;
    }
    .contact-text-block2 input[type="submit"] {
        margin: 0 auto;
    }
    .contact-text-block {
        width: 96%;
        margin: 0 10px 0 10px;
    }
    .contact-text-block2 {
        grid-template-areas: 'contactdiv1''contactdiv2''contactdiv3''contactdiv4''contactdiv5''contactdiv5''contactdiv5''contactdiv5''contactdiv6''contactdiv6''contactdiv6''contactdiv6';
        width: 96%;
    }
    .contact-block2-item5 {
        grid-area: contactdiv5;
        width: 100%;
    }
    .contact-text-block2 input[type="text"] {
        width: 55%;
        width: 100%;
    }
    .whatido-parallax,
    .parallax {
        padding: 0 3px 0 3px;
        margin-bottom: 40px;
    }
    .section-whatido img,
    .img-post {
        width: 92%;
        width: 100%;
    }
    .section-whatido h2,
    .h2-recente-klussen {
        font-size: 1.4em;
    }
    .section-contact {
        padding-bottom: 80px;
        top: 41px;
        margin-bottom: 30px;
        position: relative;
    }
    .modal-content {
        width: 100%;
        height: 50vh;
    }
    .closeModalH1 {
        text-align: left;
    }
    .closeModalText {
        text-align: left;
        width: 60%;
    }
}
@media (max-width: 768px) {
    .charities {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 700px) {
    .socials {
        grid-row: 4;
        justify-self: center;
    }
    .general-2 form div {
        grid-template-columns: 117px 145px;
        font-size: 15px;
    }
}
@media (max-width: 621px) {
    .deksels figcaption {
        font-size: 2em;
        text-align: center;
        left: 80px;
        top: 128px;
    }
}
@media (max-width: 500px) {
    .front-pics,
    .action-pics,
    .containtertje {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .front-pics {
        width: 100%;
        height: 100%;
    }
    .front-pics figcaption {
        height: 100px;
    }
    .front-pics figure {
        height: unset;
        width: 98%;
    }
    .front-pics img {
        width: 97%;
        margin: 0 auto;
        border-radius: 5px;
        border-block-color: unset;
    }
    .deksels,
    .deksels-foot {
        grid-template-columns: 100%;
        grid-template-rows: 0px 86px 182px 110px 194px;
    }
    .socials {
        grid-row: 5;
        justify-self: center;
        align-self: center;
        grid-column: 1;
        margin-bottom: 30px;
    }
    .general-1a {
        width: 60%;
        justify-self: center;
    }
}
@media (max-width: 496px) {
    .deksels figcaption {
        font-size: 1.5em;
        grid-row: 1;
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
        align-self: center;
        top: 98px;
        left: 15%;
    }
}