@font-face {
  font-family: Proxima nova;
  src: url('../fonts/Proxima-Nova-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url('../fonts/Proxima-Nova-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url('../fonts/Proxima-Nova-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-orange: #ff931e;
  --dark-blue: #101828;
  --bg-light-gray: #f9fafb;
  --white: white;
  --button-blue: #37c0de;
  --gray: #667085;
  --medium-violet-red: #ce175d;
  --black: #0f1529;
  --forest-green: #3e9b32;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #101828;
  font-family: Proxima nova, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: right;
  margin-top: .25rem;
  font-size: .75rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.cta {
  transition: transform .4s ease-in-out;
}

.button.cta:hover {
  transform: scale(1.1);
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  color: var(--dark-blue);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-light-blue {
  background-color: #f7fcff;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
  font-size: 1rem;
  line-height: 1.6;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 5rem;
}

.padding-vertical.padding-m {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.global {
  width: 0;
  height: 0;
}

.background-color-light-gray {
  background-color: var(--bg-light-gray);
}

.text-color-white {
  color: var(--white);
  font-weight: 600;
}

.home-header_paragraph-text {
  color: #d3e2fa;
  font-size: 1.5rem;
}

.section-logo {
  background-color: var(--bg-light-gray);
  overflow: hidden;
}

.section-logo_component {
  flex-direction: column;
  align-items: center;
}

.footer-top {
  background-color: var(--bg-light-gray);
}

.footer-top_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-img {
  margin-right: 8px;
}

.footer2_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.line-divider {
  background-color: #bababa4d;
  width: 100%;
  height: 1px;
}

.footer2_link {
  color: #bababa;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

.footer2_credit-text {
  color: #bababa;
  font-size: .875rem;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-right: 6rem;
  display: flex;
}

.footer2_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_column-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer2_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer2_bottom-link {
  color: #bababa;
  font-size: .875rem;
}

.footer2_bottom-link.hidden {
  display: none;
}

.footer2_column-heading {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer2_link-wrapper {
  color: #bababa;
  flex-direction: row;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.footer2_link-wrapper.hidden {
  display: none;
}

.footer2_link-img {
  width: .75rem;
  height: .75rem;
  margin-right: 8px;
}

.footer2_link-text {
  font-size: 1rem;
}

.div-block {
  align-items: flex-start;
  padding-top: .5rem;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_dropdwn-toggle:hover {
  color: var(--button-blue);
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link:hover {
  color: #ff9300;
}

.navbar1_link.w--current {
  color: #ea6335;
  font-weight: 600;
}

.navbar1_component {
  z-index: 1;
  border-bottom: 1px solid var(--bg-light-gray);
  background-color: #fff;
  align-items: center;
  height: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_menu {
  color: var(--gray);
  align-items: center;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_logo-link.w--current {
  text-align: center;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  width: 20rem;
  box-shadow: 0 15px 30px #0000001a;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_button-wrapper {
  padding-left: .5rem;
}

.section-small-header {
  background-image: url('../images/energiemarkt-bg-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.5rem;
}

.section-small-header.is-over-ons {
  background-image: linear-gradient(to right, #043c6f, #fff0), url('../images/campaign-creators-e6n7uoEnYbA-unsplash-1-1-1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-small-header.is-klantenservice {
  background-image: linear-gradient(to right, #043c6f, #fff0), url('../images/Pexels-Photo-by-Kelly-L-4-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sticky-content_component {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.sticky-content_component.is-vergroenen {
  grid-template-columns: 1.5fr 1fr;
}

.sticky-content_text-wrapper {
  border-bottom: 1px solid var(--bg-light-gray);
}

.breadcumb_link {
  color: var(--gray);
  margin-right: .5rem;
  font-size: .875rem;
}

.breadcumb_link.is-current {
  color: var(--dark-blue);
  font-weight: 600;
}

.breadcrumb_img {
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
}

.section-breadcrumb {
  border-bottom: 1px solid #8080801a;
}

.text-size-regular-xl {
  font-size: 1.125rem;
}

.sticky-content_sticky-wrapper {
  position: relative;
}

.sticky-content_sticky {
  border-radius: 4px;
  position: sticky;
  top: 5rem;
}

.sticky-content_tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem 2rem;
  transition: all .2s;
  display: grid;
}

.sticky-content_tab:hover {
  background-color: #0091d01a;
}

.sticky-content_tab.is-vergroenen {
  grid-template-columns: auto 1fr;
}

.sticky-content_tab.is-yellow:hover {
  background-color: #fe9a3c1a;
}

.sticky-content_tab.is-red:hover {
  background-color: #eb23231a;
}

.sticky-content_tab-text {
  margin-right: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.sticky-content_tab-text.is-regular {
  font-weight: 400;
}

.sticky-content_img {
  width: 2.5rem;
  height: 2.5rem;
}

.sticky-content_arrow {
  width: 1.25rem;
  height: 1.25rem;
}

._4-5rem-spacer {
  height: 4.5rem;
}

.energiemarkt-info_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: grid;
}

.energiemarkt-info_header.is-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7fcff;
  border: 1px solid #a6ddff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.energiemarkt-info_header.is-yellow {
  background-color: #fffcf9;
  border: 1px solid #fe9a3d;
}

.energiemarkt-info_header.is-red {
  background-color: #fffbfb;
  border: 1px solid #ff8b8b;
  grid-template-columns: 1fr;
  align-content: start;
}

.energiemarkt-info_header.is-red-titel {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

.energiemarkt-info_header-titel-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.energiemarkt-info_header-titel-wrapper.is-red {
  grid-column-gap: .8rem;
}

.energiemarkt-info_paragraph-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.energiemarkt-info_paragraph-grid.is-red {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.energiemarkt-info_grid-sub-titel {
  padding-bottom: .5rem;
}

.text-color-red {
  color: #eb2323;
}

.header-bg-img_paragraph {
  color: #d3e2fa;
  max-width: 40rem;
  font-size: 1.5rem;
}

.header-bg-img_titel {
  color: #fff;
}

.quote_heading {
  text-align: center;
  font-size: 2rem;
}

.quote_paragraph {
  text-align: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.quote_component {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.marktprijzen-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.marktprijzen-content_image {
  border-radius: 8px;
}

.section-header-bg-img.is-vergroenen {
  background-image: url('../images/vergroenen-energie-bg-img.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-header-bg-img.is-marktprijscontract {
  background-image: url('../images/vergroenen-energie-bg-img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.over-ons-intro_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.over-ons-intro_paragraph {
  font-size: 1.25rem;
}

.over-ons-content_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.anchor_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.anchor_left {
  flex: none;
  margin-top: 8rem;
  position: sticky;
  top: 8rem;
}

.anchor-put-links-in-here {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 31rem;
  display: flex;
  overflow: auto;
}

.anchor-link-button {
  width: 95%;
  color: var(--gray);
  border: 2px solid #6670854d;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-right: 5%;
  padding: 1rem;
}

.anchor-link-button.active-link {
  border-color: var(--button-blue);
  background-color: var(--bg-light-gray);
  font-weight: 700;
}

.anchor-dynamic-content {
  padding-top: 8rem;
}

.anchor-hidden-link-info {
  display: none;
}

.anchor-link-text {
  color: var(--gray);
}

.cms-header_col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  width: 3rem;
  height: 3rem;
}

.anchor_question-titel {
  font-size: 1.25rem;
  font-weight: 700;
}

.section-categorie_component {
  flex-direction: column;
  align-items: center;
}

.section-catergorie_top {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-catergorie_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-catergorie_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  transition: all .2s;
  display: grid;
}

.section-catergorie_item:hover {
  background-color: #37c0de1a;
}

.section-catergorie_item-text {
  font-size: 1.25rem;
  font-weight: 700;
}

.navbar_dropdown-link {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 1rem 2rem;
  transition: all .2s;
  display: flex;
}

.navbar_dropdown-link:hover {
  background-color: #37c0de33;
}

.navbar_dropdown-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.navbar_dropdown-titel {
  font-weight: 700;
}

.sticky-content_heading {
  padding: 1.5rem 2rem 1rem;
  font-size: 1.25rem;
}

.energiemarkt-info_tabs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.energiemarkt-info_tab-item {
  padding-bottom: 2rem;
}

.energiemarkt-info_top-item {
  border: 1px solid var(--button-blue);
  background-color: #f7fcff;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.energiemarkt-info_top-item.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.energiemarkt-info_tab-bottom {
  border-bottom: 1px solid #8080804d;
  border-left: 1px solid #8080804d;
  border-right: 1px solid #8080804d;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1rem;
}

.energiemarkt-info_tab-titel {
  color: var(--gray);
  font-size: 1.25rem;
  font-weight: 700;
}

.section-logo_logo-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-logo_top {
  justify-content: center;
  display: flex;
}

.section-logo_img {
  filter: grayscale();
  margin-right: 8rem;
}

.section-logo_img.essent {
  width: 120px;
}

.section-logo_logo-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-over-ons_content-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 50%;
}

.image-7 {
  border-radius: 8px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_trigger, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--button-blue);
  background-color: var(--button-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close.is-hidden {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--dark-blue);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-blue);
  font-weight: 400;
}

.fs-cc-banner_text-link.is-hidden, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--button-blue);
  background-color: var(--button-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background-color: #f5f5f5;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.navbar1_pop-up {
  z-index: 99999999;
  background-color: #000000bf;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  transform: translate(0, -110%);
}

.navbar1_pop-up-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar1_pop-up-item {
  background-color: var(--dark-blue);
  border-radius: 8px;
  padding: 3rem;
  position: relative;
}

.login_div-center {
  justify-content: center;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
  font-weight: 700;
}

.navbar1_close-wrapper {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-8 {
  mix-blend-mode: luminosity;
  width: 1.25rem;
  height: 1.25rem;
}

.home-header_content-col {
  flex-direction: column;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.home-header_component {
  justify-content: flex-end;
  display: flex;
}

.section-home-header {
  background-image: url('../images/hero-energyned.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-9 {
  width: 10rem;
}

.navbar-padding {
  height: 5rem;
}

.section-image_component {
  grid-column-gap: 2.25rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-image {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.section-image_text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 80%;
}

.section-image_image-wrapper {
  height: 100%;
}

.section-image_image-wrapper.is-right {
  position: static;
  inset: 0% 0% 0% auto;
}

.section-image_image-wrapper.hide-desktop {
  display: none;
}

.section-image_titel {
  font-size: 2rem;
  font-weight: 700;
}

.section-image_titel.text-color-pink {
  color: var(--medium-violet-red);
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed {
  color: var(--button-blue);
}

.energiemarkt-icon {
  width: 4rem;
  color: var(--button-blue);
}

.image-10 {
  width: 16rem;
}

.link-wrapper {
  color: #bababa;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: var(--dark-blue);
  text-decoration: underline;
}

.link-wrapper.hidden {
  display: none;
}

.middle-outline {
  align-items: center;
  display: flex;
}

.footer2_link-img-modelcontract {
  width: .8rem;
  height: .8rem;
  margin-left: 10px;
}

.card {
  z-index: -1;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 640px;
  height: 360px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 70px 100px -35px #0003;
}

.card._1 {
  background-image: url('../images/Energyned-Selectie-1920x1080px.webp');
  background-position: 0 0;
  background-size: cover;
  overflow: visible;
}

.card._2 {
  background-image: url('../images/Energyned-Monitor-1920x1080px.webp');
  background-position: 0 0;
  background-size: cover;
}

.card._3 {
  background-image: url('../images/Energyned-Servicedesk-1920x1080px.webp');
  background-position: 0 0;
  background-size: cover;
}

.card._4 {
  background-image: url('../images/Energyned-Duurzaam-1920x1080px.webp');
  background-position: 0 0;
  background-size: cover;
}

.card._5 {
  background-image: url('../images/Energyned-Membershipcard-1920x1080px.webp');
  background-position: 0 0;
  background-size: cover;
}

.card-2 {
  background-image: url('../images/cc.webp');
  background-position: 0 0;
  background-size: 500px;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  height: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 70px 100px -35px #0003;
}

.card-highlight {
  z-index: 99;
  opacity: .1;
  filter: blur(50px);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 300px;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
}

.card-number {
  color: #fff;
  letter-spacing: 3px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.card-logo {
  width: 85px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.button-text-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.section-image_image-wrapper-2 {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-image_image-wrapper-2.is-right {
  top: 11%;
  left: auto;
  right: 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #7359b8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 2.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .4s ease-in-out, background-color .4s ease-in-out;
  display: flex;
  transform: scale(1);
}

.button-2:hover {
  background-color: #6247aa;
  transform: scale(.98);
}

.section-image_text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-image_titel-2 {
  color: #102b3f;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-image-2 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 4rem;
  position: relative;
}

.section-image_component-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-logo-2 {
  border-top: 2px solid var(--bg-light-gray);
  overflow: hidden;
}

.video {
  color: #1a40c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a40c90f;
  border-radius: 100px;
  width: 100%;
  max-width: 208px;
  margin-bottom: 24px;
  padding: 9px 20px;
  font-weight: 500;
  line-height: 30px;
}

.backdrop-wrapper {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.thumbnail-wrapper {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.video-subheading {
  color: #8c8f98;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.stripe-backdrop {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  inset: auto 0% 0%;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-heading {
  max-width: 570px;
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 50px;
}

.video-section {
  padding: 100px 3% 500px;
  position: relative;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.video-lightbox-link {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 4px;
  display: flex;
  position: absolute;
}

.made-by-wrapper {
  grid-column-gap: .3125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  color: #4a556ce6;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.icon-xsmall {
  color: #041434;
  height: 1rem;
  margin-bottom: 6px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #37c0de;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-text-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.navbar1_pop-up-item-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 5rem 6rem;
  position: relative;
}

.text-color-white-2 {
  color: #fff;
}

.navbar1_close-wrapper-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.logo-block {
  padding-top: 11px;
}

.section-box {
  background-image: url('../images/down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.section-box.background-color-box {
  background-color: #ccc;
  background-image: url('../images/up.svg');
}

.section-box.background-color-box._2 {
  background-image: url('../images/down.svg');
  background-size: cover;
}

.footer2_link-copy {
  color: #bababa;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer2_legal-wrapper {
    max-width: 100%;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_column-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer2_socials-wrapper {
    margin-bottom: 2rem;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 18px;
  }

  .dropdown-icon {
    margin-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdwn-toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: block;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: 1rem 0;
    font-size: 18px;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    height: 95vh;
    padding: 1rem 2.5rem 2.5rem;
    overflow: auto;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    padding: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_button-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .sticky-content_component {
    grid-template-columns: 1fr;
  }

  .sticky-content_component.is-vergroenen {
    grid-template-columns: 1.5fr;
  }

  .quote_heading, .quote_paragraph {
    text-align: left;
  }

  .marktprijzen-content_component {
    grid-template-columns: 1fr;
  }

  .marktprijzen-content_image {
    width: 100%;
  }

  .over-ons-content_component {
    grid-template-columns: 1fr;
  }

  .anchor_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .anchor_left {
    margin-top: 2rem;
    position: relative;
    top: 0;
  }

  .anchor-put-links-in-here {
    height: 16rem;
  }

  .anchor-dynamic-content {
    padding-top: 4rem;
  }

  .section-catergorie_bottom {
    grid-template-columns: 1fr 1fr;
  }

  .section-catergorie_item {
    grid-template-columns: auto;
  }

  .navbar_dropdown-link {
    background-color: var(--bg-light-gray);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar1_pop-up {
    transform: translate(0, -110%);
  }

  .image-8 {
    width: 1rem;
    height: 1rem;
  }

  .home-header_content-col {
    width: 100%;
  }

  .navbar-padding {
    height: 5rem;
  }

  .section-image_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .section-image_text-wrapper {
    justify-items: center;
    max-width: 80%;
  }

  .section-image_image-wrapper {
    justify-content: center;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: relative;
  }

  .section-right {
    justify-content: center;
    display: flex;
  }

  .section-image_image-wrapper-2 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .section-image_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .backdrop-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .video-section {
    padding-bottom: 60px;
  }

  .section-box.background-color-box {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer2_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_credit-text {
    margin-top: 1.5rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .navbar1_component {
    height: 4rem;
  }

  .energiemarkt-info_header.is-blue, .energiemarkt-info_header.is-yellow {
    grid-template-columns: 1fr;
  }

  .energiemarkt-info_header.is-red-titel {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .energiemarkt-info_paragraph-grid, .energiemarkt-info_tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .navbar-padding {
    height: 4rem;
  }

  .card {
    width: 400px;
    height: 260px;
  }

  .card._1 {
    z-index: -1;
  }

  .card-2 {
    width: 400px;
    height: 260px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper {
    max-width: 100%;
    overflow: hidden;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .footer-top_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer2_credit-text {
    margin-top: 0;
  }

  .footer2_bottom-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer2_column-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_socials-wrapper {
    margin-bottom: 1rem;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .navbar1_link {
    color: #ff9935;
  }

  .section-header-bg-img.is-marktprijscontract {
    background-position: 0%;
  }

  .anchor_component {
    flex-direction: column;
    display: flex;
  }

  .anchor_left {
    width: 100%;
  }

  .anchor-link-button {
    margin-right: 0%;
  }

  .cms-header_col {
    grid-template-columns: auto;
  }

  .section-catergorie_bottom {
    grid-template-columns: 1fr;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .navbar1_pop-up-item {
    padding: 2rem;
  }

  .navbar-padding {
    height: 4rem;
  }

  .card, .card-2 {
    width: 100%;
    height: 180px;
  }

  .card-highlight {
    width: 200px;
    height: 200px;
  }

  .card-number {
    font-size: 14px;
    bottom: 20px;
    right: 20px;
  }

  .card-logo {
    width: 60px;
    top: 20px;
    left: 20px;
  }

  .thumbnail-wrapper {
    height: 290px;
  }

  .stripe-backdrop {
    position: static;
    top: 590px;
  }

  .video-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-xsmall {
    height: 1rem;
  }

  .navbar1_pop-up-item-2 {
    padding: 2rem;
  }
}

#w-node-_39426743-949c-752b-22b8-1625b7c371a4-990d11a2 {
  align-self: center;
}

#w-node-_39426743-949c-752b-22b8-1625b7c371a6-990d11a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f5561ef-333f-f5e8-a31a-375564f36623-990d11a2 {
  place-self: end center;
}

#w-node-f9f87944-fec1-279a-8519-769cec2be64a-990d11a2 {
  align-self: center;
}

#w-node-a47cf064-283b-a8c7-413d-fa05747f3cbd-990d11a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db8d0a20-3316-8ec8-896e-5021f064e5c3-990d11a2 {
  place-self: center;
}

#w-node-db8d0a20-3316-8ec8-896e-5021f064e5c6-990d11a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-db8d0a20-3316-8ec8-896e-5021f064e5c7-990d11a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73737de0-ed84-f5e2-d75b-dd2b54b475ff-990d11a2 {
  place-self: end center;
}

#w-node-_73737de0-ed84-f5e2-d75b-dd2b54b47602-990d11a2 {
  align-self: center;
}

#w-node-_73737de0-ed84-f5e2-d75b-dd2b54b47604-990d11a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd7b4a0-6a9b-d42b-084a-92daf2481ff0-990d11a2 {
  place-self: center;
}

#w-node-cdd7b4a0-6a9b-d42b-084a-92daf2481ff3-990d11a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aafb9729-789a-1bbf-b496-5c609bdb6937-990d11a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f16143-7694-e113-af4b-0d97a32cace3-990d11a2 {
  place-self: center;
}

#w-node-d7f16143-7694-e113-af4b-0d97a32cace6-990d11a2 {
  align-self: center;
}

#w-node-d7f16143-7694-e113-af4b-0d97a32cace7-990d11a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_21affccb-ebab-9724-5ab6-48459f745fe3-990d11a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8ac29b74-b28d-0036-c394-5dac3d523981-990d11a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ac29b74-b28d-0036-c394-5dac3d523981-990d11a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}