@font-face {
font-family: 'SF Pro';
src: url('/fonts/SF-Pro.ttf') format('ttf');
font-weight: 400;
}
@font-face {
font-family: 'SF Pro';
src: url('/fonts/SF-Pro-Italic.ttf') format('ttf');
font-weight: 400;
font-style: italic;
}
:root {
--primary-font: 'Funnel Display';
--secondary-font: 'SF Pro';
--primary-color: #0055ff;
--secondary-color: #ff5500;
--background-color: #fff;
--background-form: #49de71;
--background-form-holder: #f5f1ed;
--background-section-games: #F5F1ED;
--background-section-hero: #368787;
--background-section-faq: #F5F1ED;
--header-color: #000;
--text-color: #333333;
--form-text-color: #000000;
--button-text-color: #ffffff;
--button-background-color: #1FAB68;
--link-color: #5fadad;
--link-hover-color: var(--text-color);
--nav-link-color: #ffffff;
--nav-link-hover-color: #ff5500;
--footer-link-color: #000000;
--footer-link-hover-color: #F39579;
--active-slider-dots-border:  #1FAB68;
--zalm-bg:  #368787;
--bg-abonneer-button: #004046;
--nav-link-decoration-color:  #1FAB68;
--outline-color: #ff0000;
}
/* Accessibility Features */
a:focus, button:focus, input:focus {
outline-color: var(--outline-color);
outline-offset: 4px;
outline-style: solid;
outline-width: 4px;
border-radius: 12px;
}
path.dpg {
fill: #000;
}
header[role="navigation"] .logo svg, header[role="navigation"] .logo svg path {
fill: black;
}
/* Dark Mode */
@media (prefers-color-scheme: dark) {
:root {
--primary-font: 'Funnel Display';
--secondary-font: 'SF Pro';
--primary-color: #90caf9;
--secondary-color: #ff8a65;
--background-color: #121212;
--background-form: #f5f1ed;
--background-section-games: #333;
--background-section-faq: #F5F1ED;
--text-color: #ffffff;
--text-color-faq:  #000;
--header-color: #ffffff;
--form-text-color: #000000;
--button-text-color: #000;
--link-color: #f39579;
--link-hover-color: #ff8a65;
--nav-link-color: #ffffff;
--nav-link-hover-color: #ff5500;
--footer-link-color: #fff;
--footer-link-hover-color: #f39579;
}
header[role="navigation"] .logo svg, header[role="navigation"] .logo svg path{
fill: black;
}
footer svg path:nth-child(1){
fill: white;
}
article.white-bg img {
margin-bottom: -10px;
}
header[role="navigation"] nav a, #faq h2{
color:  var(--text-color-faq) !important;
}
header[role="navigation"] nav a.abonneer{
color:  var(--text-color) !important;
}
img#puzzelfit-logo {
content: url("/images/puzzelfit-logo-darkmode.png");
}
path.dpg {
fill: #fff;
}
article.form h2, article.form p{
color: #00565e !important;
}
div.formholder {
/*background: #121212 !important;*/
color:  #f5f1ed !important;
}
article.white-bg footer{
background: var(--background-form);
}
button#abonneer:hover {
color: #000 !important;
background: var(--background-form) !important;
}
.banner:after {
background: -o-linear-gradient(left, #000000 1%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, #000000 99%) !important;
background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0)), color-stop(99%, #000000)) !important;
background: linear-gradient(left, #000000 1%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, #000000 99%) !important;
background: -webkit-linear-gradient(left, #000000 2%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, #000000 98%) !important;
}
}
@media screen and (max-width: 475px) and (prefers-color-scheme: dark){
header[role="navigation"]{
background: var(--text-color-faq) !important;
}
header[role="navigation"] .logo svg, header[role="navigation"] .logo svg path{
fill: white;
}
footer p{
color: var(--text-color) !important;
}
}

#over, #spellen, #faq, #abonnement{
scroll-margin-top: 140px;
}
@supports (font: -apple-system-body) {
@media (max-width: 719px) {
html {
font: -apple-system-body !important;
}
}
}
/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 100%;
line-height: 1.5;
scroll-behavior: smooth;
}
body {
color: var(--text-color);
background:  var(--background-image);
background-color: var(--background-color);
font-family: var(--primary-font);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.5px;
}
iframe#sim_8168975997_1 {
min-height: 250px;
}
h1{
font-family: var(--primary-font);
color: var(--header-color);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
padding-top:  80px;
padding-bottom: 40px;
}
h2{
font-family: var(--primary-font);
color: var(--header-color);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 36.4px */
padding-bottom: 20px;
}
section[aria-label="abonnement"] p {
text-align: center;
}
p{
text-align: left;
font-family: var(--secondary-font);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
color: var(--text-color);
}
p.strong, p strong{
font-weight: 800;
line-height: 140%;
letter-spacing: 0.5px;
}
p a{
color: var(--link-color);
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: solid;
text-decoration-style: solid;
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
main#faq p a {
color: var(--link-color);
font-weight: 900;
}
p a:hover{
color: var(--link-hover-color);
}
main#abonnement article {
max-width: 650px;
}
/* Header */
/* Main Content */
main {
margin: 0px auto;
max-width: 100%;
padding: 80px 0px;
}
main.zalm-bg{
background: #ebc8b2;
}
main.blue-bg{
background: #C0E0DF;
}
main.grey-bg{
background: #F5F1ED;
}
.text-white{
color: #ffffff;
}
article {
margin: 0px auto;
max-width: 1240px;
}
section[aria-label="nieuwsbrief"] p{
max-width: 828px;
margin: 0px auto;
text-align: center;
}
section[aria-label="nieuwsbrief"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 48px;
-moz-column-gap: 48px;
column-gap: 48px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
#logos {
display: flex;
column-gap: 24px;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
padding: 0px;
margin: 40px auto;
}
#logos img{
width: 50px;
height: 50px;
}
/*
ul li:before{
content: '';
background: url("images/checkmark.png") center center no-repeat;
height: 24px;
width: 24px;
margin-right: 8px;
display:  inline-block;
}
*/
/* Footer */
footer {
color: #fff;
text-align: center;
padding: 1rem 0;
width: 100%;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--background-color);
padding-top: 32px;
}
button#abonneer{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 300px;
padding: 16px 71px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
background: var(--button-background-color);
color: var(--button-text-color);
-webkit-font-feature-settings: 'liga' off, 'clig' off;
font-feature-settings: 'liga' off, 'clig' off;
font-family: var(--primary-font);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
border: none;
cursor: pointer;
outline: none;
}
button#abonneer:hover{
background: var(--button-text-color);
color: var(--button-background-color);
}
footer{
padding-top: 60px;
padding-bottom: 60px;
}
footer p{
color: var(--text-color);
text-align: center;
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
padding-top: 16px;
padding-bottom: 16px;
}
footer p.copyright{
color: var(--text-color);
text-align: center;
font-family: Arial;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px;
}
footer p a{
font-size: 14px;
line-height: 22px;
font-weight: 400;
padding-right: 16px;
text-decoration: underline;
color: var(--footer-link-color);
}
footer p a:hover{
color:  var(--footer-link-hover-color);
}
footer p.copyright a{
color:  var(--text-color);
}
footer p.brands {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 42px;
-moz-column-gap: 42px;
column-gap: 42px;
}

/* Vendor Prefixes */
.hidden {
display: none !important;
}

/* Vendor Prefixes for Transform */
.container {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
/* Vendor Prefixes for Transitions */
a {
color: var(--link-color);
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
-webkit-text-decoration-style: solid;
text-decoration-style: solid;
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
-webkit-transition: #49DE71 0.3s ease;
-o-transition: #49DE71 0.3s ease;
transition: #49DE71 0.3s ease;
}
section[aria-label="abonnement"] a.btn {
background: var(--bg-abonneer-button);
padding: 11px 69px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 8px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
position: relative;
overflow: hidden;
color: #fff;
text-decoration: none;
margin-top: 40px;
margin-inline: auto;
font-family: var(--secondary-font);
border-radius: 30px;
width: fit-content;
}
section[aria-label="abonnement"] a.btn:after {
content: url('/images/arrow.png');
position: relative;
width: 16px;
height: 16px;
display: block;
margin-top: -8px;
}
/* Header */
header {
background: transparent;
color: #fff;
padding: 1rem 0;
text-align: center;
}

/* ################# */
/*                   */
/* Responsive Design */
/*                   */
/* ################# */

@media screen and (max-width: 475px) {
body{
padding-bottom: 40px;
}
main {
margin: 0px auto;
width: -webkit-fill-available;
padding:  40px 0px;
}
#logos {
display: flex;
column-gap: 8px;
row-gap: 24px;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
padding-inline: 8px;
margin: 40px auto;
}
#logos img{
width: 40px;
height: 40px;
}
article {
padding-inline: 16px;
width: 100%;
margin: 0px;
min-width: -webkit-fill-available
}
h1{
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 41.6px */
padding-top: 40px;
padding-bottom: 40px;
}
h2{
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 36.4px */
padding-top: 40px;
padding-bottom: 16px;
}
a.btn{
margin: 0px auto;
}
article.white-bg h2 {
text-align: center;
}
p{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}
footer p.brands {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 12px;
-moz-column-gap: 12px;
column-gap: 12px;
overflow-x: scroll;
max-width: -webkit-fill-available;
padding-bottom: 0px;
}
button#abonneer{
margin-top: 32px;
}
.desktop{
display: none;
}
header, main {
padding-inline: 16px;
}
article {
padding: 0px;
width: -webkit-fill-available;
margin: 0px;
}
footer {
padding-top: 60px;
padding-bottom: 60px;
padding-inline: 16px;
}
footer p{
color: #666;
text-align: center;
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
padding-top: 16px;
padding-bottom: 16px;
}
}