b,
body,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
menu,
nav,
p,
section,
small,
span,
strong,
time,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
}
footer,
header,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.clear {
    clear: both;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}
body,
html {
    width: 1px;
    min-width: 100%;
    background-color: #fff !important;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.45;
}
body,
p {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #666;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding-bottom: 20px;
    color: #333;
}
h1 {
    color: #009fe3;
    font-size: clamp(24px, 2vw, 36px);
    line-height: clamp(1.2, 2, 1.5);
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2 {
    color: #009fe3;
    font-size: 26px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
}
h3 {
    font-size: 22px;
}
h1::before {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 0 30px 0;
}
h1[style*="center"]:before {
    margin: 0 auto 30px auto;
}
h1[style*="right"]:before {
    margin: 0 0 30px auto;
}
a:active,
a:focus {
    outline: 0;
}
a {
    color: #009fe3;
    text-decoration: none;
    transition: all 0.8s ease;
}
a:hover {
    color: #009fe3;
    text-decoration: underline;
}
.geplaatst {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.logobalk {
    padding: 40px 0;
}
.logobalk h3 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
    color: #00a1e4;
    font-weight: 700;
    column-span: all;
    padding-left: 20px;
}
.button {
    display: inline-block;
    color: #fff;
    background-color: #009fe3;
    padding: 10px 17px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    transition: all 0.8s ease;
}
a.button:hover {
    color: #fff !important;
    background-color: #101f2d;
		text-decoration: none;
}
#tekstvak ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#tekstvak ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
}
#tekstvak ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fd0;
    line-height: 1;
}
#tekstvak ul li p, #tekstvak ol li p {padding-bottom:0;}

#tekstvak img[align="left"],
#tekstvak img[style*="left"] {
    margin: 0 20px 10px 0;
}
#tekstvak img[align="right"],
#tekstvak img[style*="right"] {
    margin: 0 0 10px 20px;
}
#tekstvak img {
    max-width: 100%;
    height: auto;
}
.small {
    width: 75% !important;
    margin: 0 auto;
    min-height: 200px;
}
p[style*="left"] {
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 18px;
}
#topwrapper .container {
    align-items: inherit;
}
.container {
    margin: auto;
    position: relative;
}
.container-geel {
    position: relative;
    background-color: #fd0;
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_puntjes_in_geel.svg), url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_sporters_wit.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 10%, 19%;
    background-position: left 10px top 20px, bottom 0 right 40px;
    padding: 20px;
}
.container-geel::after {
    content: "";
    position: absolute;
    top: -76px;
    right: -42px;
    transform: translateX(-50%);
    width: 75px;
    height: 150px;
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_half_blauw.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .container-geel {
        background-size: 10%, 37%;
    }
}
.content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 2%;
}
.tekstvak {
    flex: 1;
    min-width: 300px;
}
.afbeelding {
    padding-top: 25px;
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.afbeelding img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.slider-video-container-outer {
    width: 100% !important;
    max-width: inherit;
    max-height: 32vw;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
}
.slider-video-container {
    position: relative;
    padding-bottom: 54.6%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.slider-video-container embed,
.slider-video-container iframe {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.parallax-container {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.parallax {
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/bg-paralax.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    width: 100%;
    background-attachment: fixed;
    z-index: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contentbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.contentbg p {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
}
.image img {
    width: 80px;
    height: auto;
}
.containercounter {
    display: flex;
    margin-top: 40px;
	    margin-bottom: 40px;
}

.box.links {
    background-color: #00a1e4;
    -webkit-border-top-right-radius: 250px;
    -webkit-border-bottom-right-radius: 250px;
    -moz-border-radius-topright: 250px;
    -moz-border-radius-bottomright: 250px;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    border-top: solid 5px #fd0;
    border-right: solid 5px #fd0;
    border-bottom: solid 5px #fd0;
}
.box.rechts {
    background-color: #00a1e4;
    -webkit-border-top-left-radius: 250px;
    -webkit-border-bottom-left-radius: 250px;
    -moz-border-radius-topleft: 250px;
    -moz-border-radius-bottomleft: 250px;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    border-top: solid 5px #fd0;
    border-left: solid 5px #fd0;
    border-bottom: solid 5px #fd0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    justify-content: left;
    padding-left: 40px;
    text-transform: uppercase;
}
.box.rechtstop {
    background-color: #00a1e4;
    -webkit-border-top-left-radius: 250px;
    -webkit-border-bottom-left-radius: 250px;
    -moz-border-radius-topleft: 250px;
    -moz-border-radius-bottomleft: 250px;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    border-top: solid 5px #fd0;
    border-left: solid 5px #fd0;
    border-bottom: solid 5px #fd0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    justify-content: left;
    padding-left: 40px;
    position: absolute;
    bottom: 100px;
    right: 0;
    padding: 18px 80px 18px 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.box.rechtstop::after {
    content: "";
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    background-color: #fd0;
    border-radius: 50%;
}
.box.rechts a,
.box.rechtstop a {
    color: #fff;
}
.box.rechts a:hover,
.box.rechtstop a:hover {
    color: #000;
}
.box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}
.countdown {
    font-size: 1.3rem;
    font-weight: 700;
    background: #eee;
    padding: 16px;
    border-radius: 38px;
    border: solid 5px #fd0;
    width: 100%;
    text-align: center;
    margin: 0 10px;
}
.box:nth-child(odd) {
    padding: 14px;
}
@media (max-width: 1064px) {
    .box.links {
        display: none;
    }
    .countdown {
        font-size: 1.3rem;
        font-weight: 700;
        background: #eee;
        padding: 16px;
        border-radius: 38px;
        border: inherit;
        width: 100%;
        text-align: center;
        margin: 0 10px;
        -webkit-border-top-right-radius: 250px;
        -webkit-border-bottom-right-radius: 250px;
        -moz-border-radius-topright: 250px;
        -moz-border-radius-bottomright: 250px;
        border-top-right-radius: 250px;
        border-bottom-right-radius: 250px;
        border-top: solid 5px #fd0;
        border-right: solid 5px #fd0;
        border-bottom: solid 5px #fd0;
        margin-left: -19px;
    }
}
@media (max-width: 768px) {
    .containercounter {
        flex-direction: column;
        align-items: stretch;
    }
    .box {
        justify-content: flex-start;
        width: 100%;
        margin: 10px 0;
    }
    .box.rechtstop {
        position: absolute;
        bottom: 7px;
        right: 0;
        padding: 5px;
        width: 50%;
        font-size: 19px;
        padding-left: 15px;
    }
    .box.rechtstop::after {
        left: -63px;
        width: 50px;
        height: 50px;
    }
}
.banner-container {
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/bg.webp);
    height: 863px;
    min-height: 798px;
    max-height: 722px;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-container-volg {
    background-blend-mode: multiply;
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/Finish_triathlon_Gendt.jpg);
    height: 375px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-container-volg img {width:100%; height:auto;}
.banner-container-volg .tekst {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-container-volg .banner-content h1 {
    margin: 0;
    color: #fff;
}
.banner-container-volg .banner-content {
    min-height: inherit;
    padding: 90px 0 80px;
}
.banner-content {
    z-index: 5;
    min-height: 403px;
    padding: 27px 0;
    text-align: center;
    color: #fff;
}
.banner-content h1 {
    text-align: center;
    color: #fff;
    font-size: clamp(40px, 2vw, 60px);
    line-height: clamp(1.2, 2, 1.5);
    text-transform: uppercase;
}
.banner-content p {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.button2 {
    font-size: 18px;
    background-color: #fd0;
    border-width: 0 !important;
    border-color: #fd0;
    border-radius: 50px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    display: block;
    padding: 10px;
    color: #fff;
}
.button2:hover {
    color: #fff !important;
    background-color: #ffdd00;
    border-color: #ffdd00 !important;
	text-decoration: none;
}
.button3 {
    font-size: 18px;
    background-color: #0b72af;
    border-width: 0 !important;
    border-color: #0b72af;
    border-radius: 50px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-table;
    padding: 10px;
    color: #fff;
    right: 0;
    margin: 0 auto;
}
.button3:hover {
    color: #fff !important;
    background-color: #ffdd00;
    border-color: #ffdd00 !important;
		text-decoration: none;
}
@media only screen and (min-width: 1350px) {
    .banner-content {
        padding: 27px 0;
    }
}
@media (min-width: 981px) {
    .banner-content {
        padding: 2% 0;
    }
}
.tekst {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    color: #fff;
}
#tekstvak {
    margin-top: 5%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, sans-serif;
    outline: 0;
    max-width: 1240px;
    margin: 0 auto;
}
#top-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
    margin: 40px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.top-block_item {
    display: flex;
    flex-direction: column;
    width: 31.333%;
    margin-bottom: 40px;
    padding-bottom: 15px;
    margin-top: 60px;
    position: relative;
}
.top-block_item:nth-of-type(3),
.top-block_item:nth-of-type(6) {
    margin-right: 0;
}
.top-block_item h3 {
    margin: 0;
    padding: 0;
    color: #009fe3;
    font-size: 26px;
    margin-bottom: 10px;
}
.top-block_item span {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.top-block_image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.top-block_image {
    margin-bottom: 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.top-block_image::after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
}
.top-block_image::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fd0;
}
.top-block_content {
    padding: 0 20px 35px 20px;
}
.top-block_footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
}
.top-block_footer .button,
.top-block_footer a {
    display: block;
    padding: 9px 5px;
    color: #00a1e4;
    background-color: #009fe3;
    border: solid 2px #009fe3;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: right;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}
.top-block_footer .button:before,
.top-block_footer a::before {
    content: "";
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
}
.top-block_footer a:hover {
    color: #000;
    background-color: #fd0;
    border: solid 2px #fd0;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
    .top-block_footer {
        position: inherit;
    }
    .top-block_item {
        width: 100%;
        margin: 1% 0 90px 0;
        padding: 0 25px;
    }
    .top-block {
        justify-content: center;
    }
}
.container {
    display: flex;
    justify-content: space-between;
}
.container-blokken {
    display: inherit;
    position: relative;
    padding: 0 20px;
}
.block {
    width: 47%;
    background-color: #eee;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.container:empty {
    padding: 0;
}
.block-icon {
    display: block;
    margin: 0 auto 10px;
    max-width: 100px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: invert(87%) sepia(22%) saturate(7197%) hue-rotate(28deg) brightness(98%) contrast(76%);
}
p {
    margin: 0;
}
.container-links-rechts {
    transition: max-height 0.3s ease;
    overflow: hidden;
}
.container-links-rechts {
    width: 80%;
    max-width: 1400px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}
.container-links-rechts .block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: inherit;
    padding: 10px;
    background-color: transparent;
}
.text-left {
    text-align: left;
}
.image-left img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.image-left {
    order: -1;
}
h2,
p {
    margin: 5px 0;
}
.footer-container {
    background-color: #00a1e4;
    padding: 20px;
    color: #fff;
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_streepjes_links_geel.svg), url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_sporters_wit.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 3%, 19%;
    background-position: left top, bottom right;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-block {
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.footer-block h3 {
    margin-top: 0;
    color: #fd0;
}
.footer-block p {
    margin: 5px 0;
    color: #fff;
}
.footer-block p a {
    color: #fff;
}
.footer-block p a:hover {
    color: #fd0;
}
.footer-block img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1140px) {
    .footer-content {
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer-block {
        flex: 1 1 calc(50% - 10px);
    }
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 10px;
    }
    .footer-block {
        flex: 1 1 100%;
    }
}
.container-blokken,
.container-blokken-top {
    min-height: 50px;
    margin: 50px auto 50px;
    padding: 0 2%;
    position: relative;
    z-index: 1;
}
.container-blokken-top::after {
    content: "";
    position: absolute;
    top: -127px;
    left: -16px;
    width: 75px;
    height: 150px;
    background-image: url(https://mx-5805.cdn.maxicms.nl/templates/images/SDG_half_zonnetje_links.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.container-blokken-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.copyright-wrapper {
    background-color: #fff;
    position: relative;
    padding: 15px;
    max-width: 1400px;
    margin: 0 auto;
}
.copyright-txt {
    color: #000;
    float: left;
}
.copyright-txt a,
.copyright-txt p a,
.design-by a,
.design-by p a {
    text-align: center;
    float: none;
    color: #000;
}
.copyright-txt a:hover,
.design-by a:hover {
    color: #fd0;
}
.design-by {
    color: #000;
    float: right;
}
@media (max-width: 768px) {
    .contentbg p {
        font-size: 34px;
    }
    .footer-copyright p {
        float: none;
        margin: 0 auto;
    }
    .footer-1,
    .footer-2,
    .footer-3,
    .footer-4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
