@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: #F4F1EC;
--background-form: #49de71;
--background-form-holder: #f5f1ed;
--background-section-games: #F5F1ED;
--background-section-hero: #368787;
--background-section-faq: #F5F1ED;
--header-color: #00565E;
--text-color: #333333;
--footer-text-color:  #666;
--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;
}
@media screen and (max-width: 1280px) and (min-width: 475px) {
article.grey-bg {
background-size: 0px !important;
padding-right: 64px !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: 1.125rem;;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.5px;
}
h1{
font-family: var(--primary-font);
color: var(--header-color);
font-size: 2.5rem;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 41.6px */
padding-top:  80px;
padding-bottom: 40px;
}
h2{
font-family: var(--primary-font);
color: var(--header-color);
text-align: center;
font-size: 2.5rem;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
padding-bottom: 20px;
}
section[aria-label="abonnement"] p {
text-align: center;
}
p{
text-align: left;
font-family: var(--secondary-font);
font-size: 1.125rem;;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
color: var(--text-color);
}
p.intro{
font-size: 1.125rem;;
line-height: 140%; /* 28.8px */
letter-spacing: 0.5px;
padding-bottom:  32px;
}
header p{
max-width: 828px;
margin: 0px auto;
text-align: center;
}
p.small{
color: #000;
font-family: var(--secondary-font);
font-size: 1rem;
font-style: italic;
font-weight: 400;
line-height: 140%; /* 22.4px */
}
p.strong, p strong{
font-weight: 700;
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: 1600px;
padding: 80px;
}
main.zalm-bg{
background: #ebc8b2;
}
main.blue-bg{
background: #C0E0DF;
}
main.grey-bg{
background: #F5F1ED;
}
.text-white{
color: #ffffff;
}
#header-image-float {
position: absolute;
margin-top: -170px;
margin-left: -100px;
}
#header-image-float img{
width: 218.898px;
height: 250px;
aspect-ratio: 183/209;
}
#qualifio_insert_place_1653242{
width: 100%;
}
main#over {
padding-top: 160px;
}
article {
margin: 0px auto;
max-width: 1240px;
}
section[aria-labelledby="over-section"] {
display: block;
max-width: 620px;
}
section[aria-labelledby="ontdek-section"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: -webkit-fill-available;
padding: 80px 80px 60px 80px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
border-radius: 40px;
background: #004046;
}
section[aria-labelledby="ontdek-section"] h2 {
color: #ffffff;
}
section[aria-labelledby="voor-wie-section"] h2:before, section[aria-labelledby="nieuwsbrief-section"] h2:before, section[aria-labelledby="ontdek-section"] h2:before {
content: '';
width: 32px;
height: 32px;
aspect-ratio: 1 / 1;
position: absolute;
margin-top: -24px;
margin-left: -31px;
background: #49DE71;
}
section[aria-labelledby="uitdagingen-section"] p, section[aria-labelledby="spellen-section"] p, section[aria-labelledby="nieuwsbrief-section"] p, section[aria-labelledby="ontdek-section"] p, section[aria-labelledby="faq-section"] p {
max-width: 828px;
margin: 0px auto;
text-align: center;
}
p.stores {
padding-top: 40px;
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-line-pack: end;
align-content: flex-end;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
}
section[aria-labelledby="ontdek-section"] p.stores {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.green-bg {
background: #49DE71;
}
.grey-bg {
background: #F5F1ED;
}
.purple-bg {
background: #A592FC;
}
article.grey-bg {
background-color: var(--background-color);
background-image: url('https://www.puzzelfit.nl/prijspuzzel-dg/images/header-image.svg');
background-size: 437px 500px;
background-repeat: no-repeat;
background-position-x: calc(100% - 64px);
background-position-y: 64px;
max-width: -webkit-fill-available;
padding: 64px 120px;
border-radius: 40px;
padding-bottom: 64px;
}
section[aria-label="nieuwsbrief"] p{
max-width: 828px;
margin: 0px auto;
text-align: center;
}
section[aria-label="nieuwsbrief"], section[aria-label="form"]{
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: 40px 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: 1.125rem;;
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(--footer-text-color);
text-align: center;
font-family: Arial;
font-size: 0.875rem;;
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: 0.875rem;;
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('https://www.puzzelfit.nl/prijspuzzel-dg/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) {
iframe#qualifio1653242 {
height: 900px;
}
body{
padding-bottom: 40px;
}
main {
margin: 0px auto;
width: -webkit-fill-available;
padding:  40px 0px;
}
#header-image-float{
display: none;
}
main#over{
padding-top: 20px;
padding-bottom: 20px;
}
article.grey-bg {
width: 100%;
min-width: -webkit-fill-available;
max-width: -webkit-fill-available;
background-size: 330px 460px;
background-position-x: center;
background-position-y: 70px;
padding: 40px 24px 60px 24px;
}
section[aria-labelledby="over-section"] h1 {
margin-bottom: 240px;
}
#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: 2rem;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 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: 1.125rem;;
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: 0.875rem;;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
padding-top: 16px;
padding-bottom: 16px;
}
}
@media screen and (max-width: 1050px){
.left-column{
display:  none;
}
}