﻿/*VARIABLES*/
/* navigation colors */
/* colors */
/*600px at 16px/1em*/
/*768px at 16px/1em*/
/*992px at 16px/1em*/
/*1200px at 16px/1em*/
/* EDIT MODE */
.edit-mode {
  color: #31c07f;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px;
  color: #e60303;
  position: relative;
  font-size: 12px;
  border: 0;
  text-decoration: underline;
}
.edit-mode:hover {
  color: #fff;
  background-color: #31c07f;
}
.edit-mode.edit-page {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e60303;
  color: #fff;
  text-decoration: none;
}
/* THEMES */
.theme1,
.theme2,
.theme-31c07f,
.theme-32be96,
.theme-324d5b,
.theme-3aa14c,
.theme-583a70,
.theme-09c1e2 {
  color: #fff;
}
.theme1 h1,
.theme2 h1,
.theme-31c07f h1,
.theme-32be96 h1,
.theme-324d5b h1,
.theme-3aa14c h1,
.theme-583a70 h1,
.theme-09c1e2 h1,
.theme1 h2,
.theme2 h2,
.theme-31c07f h2,
.theme-32be96 h2,
.theme-324d5b h2,
.theme-3aa14c h2,
.theme-583a70 h2,
.theme-09c1e2 h2,
.theme1 h3,
.theme2 h3,
.theme-31c07f h3,
.theme-32be96 h3,
.theme-324d5b h3,
.theme-3aa14c h3,
.theme-583a70 h3,
.theme-09c1e2 h3 {
  color: #fff;
}
.theme1 .button,
.theme2 .button,
.theme-31c07f .button,
.theme-32be96 .button,
.theme-324d5b .button,
.theme-3aa14c .button,
.theme-583a70 .button,
.theme-09c1e2 .button,
.theme1 button,
.theme2 button,
.theme-31c07f button,
.theme-32be96 button,
.theme-324d5b button,
.theme-3aa14c button,
.theme-583a70 button,
.theme-09c1e2 button,
.theme1 .btn,
.theme2 .btn,
.theme-31c07f .btn,
.theme-32be96 .btn,
.theme-324d5b .btn,
.theme-3aa14c .btn,
.theme-583a70 .btn,
.theme-09c1e2 .btn {
  color: #fff;
  border-color: #fff;
}
.theme1 .button:hover,
.theme2 .button:hover,
.theme-31c07f .button:hover,
.theme-32be96 .button:hover,
.theme-324d5b .button:hover,
.theme-3aa14c .button:hover,
.theme-583a70 .button:hover,
.theme-09c1e2 .button:hover,
.theme1 button:hover,
.theme2 button:hover,
.theme-31c07f button:hover,
.theme-32be96 button:hover,
.theme-324d5b button:hover,
.theme-3aa14c button:hover,
.theme-583a70 button:hover,
.theme-09c1e2 button:hover,
.theme1 .btn:hover,
.theme2 .btn:hover,
.theme-31c07f .btn:hover,
.theme-32be96 .btn:hover,
.theme-324d5b .btn:hover,
.theme-3aa14c .btn:hover,
.theme-583a70 .btn:hover,
.theme-09c1e2 .btn:hover {
  color: #31c07f;
  background-color: #fff;
}
.theme1 a,
.theme2 a,
.theme-31c07f a,
.theme-32be96 a,
.theme-324d5b a,
.theme-3aa14c a,
.theme-583a70 a,
.theme-09c1e2 a {
  color: #fff;
}
.theme-31c07f {
  background-color: #31c07f;
}
.theme-32be96 {
  background-color: #32be96;
}
.theme-b2e3d0 {
  background-color: #b2e3d0;
}
.theme-324d5b {
  background-color: #324d5b;
}
.theme-3aa14c {
  background-color: #3aa14c;
}
.theme-583a70 {
  background-color: #583a70;
}
.theme-09c1e2 {
  background-color: #09c1e2;
}
.theme-f6f6f6 {
  background-color: #f6f6f6;
}
.theme1 {
  background-color: #31c07f;
}
.theme2 {
  background-color: #32be96;
}
/* GENERAL */
body {
  background-color: #B2E3D0;
}
.main {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.45);
}
.pb {
  padding-bottom: 80px;
}
section {
  background-color: #fff;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1200px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.4;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.4;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
}
.roundborder {
  border: 2px solid #32BE96;
  border-radius: 12px;
  color: #324d5b;
  padding: 10px;
  height: 100%;
}
.roundborder legend {
  margin-bottom: 0px;
}
/* input icon*/
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}
.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}
.input-icon-right > i {
  position: relative;
  display: block;
  transform: translate(0, -150%);
  top: 150%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
  right: 15px;
  float: right;
}
.input-icon-right > input {
  padding-left: 0;
  padding-right: 45px;
  text-align: right;
}
/* input range slider*/
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3 !important;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border: 1px solid #3aa14c !important;
  margin-top: 0.3rem !important;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
/* text */
body {
  font-family: 'Raleway', sans-serif;
  color: #666666;
}
h2 {
  font-size: 1.3rem;
}
h1,
h2,
h3,
h4 {
  color: #324d5b;
}
form h3,
h4,
h5 {
  margin-bottom: 0.3rem;
}
.Italo-Light {
  font-family: Italo-Light;
  font-weight: normal;
  font-style: normal;
}
blockquote,
.baseline {
  font-family: Italo-Light;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 3em;
  margin: 0;
}
a {
  color: #31c07f;
}
.accent {
  color: #31c07f;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Italo-Light;
  letter-spacing: 2px;
  font-size: 150%;
}
.OldQuote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  display: block;
}
.blockquote {
  margin: 0px 25px 15px 25px;
  padding: 0px 20px 0px 20px;
  background: #E8E8E8;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  display: block;
}
.home-contact .accent {
  font-family: 'Raleway', sans-serif;
}
p {
  margin-top: 0;
}
.number {
  text-align: right;
  white-space: nowrap;
}
.red {
  color: #e60303;
}
.green {
  color: #31c07f;
}
/* buttons */
.button,
button,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn,
.btn {
  color: #31c07f;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.button:hover,
button:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover,
.btn:hover {
  color: #fff;
  background-color: #31c07f;
}
.button-signup {
  color: #fff !important;
  border: 2px solid #fff !important;
  background-color: #dc9600 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.button-signup:hover {
  color: #dc9600 !important;
  background-color: #fff !important;
  border: 2px solid #dc9600 !important;
}
.button-signupWhiteBackground {
  color: #fff !important;
  border: 2px solid #dc9600 !important;
  background-color: #dc9600 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.button-signupWhiteBackground:hover {
  color: #dc9600 !important;
  background-color: #fff !important;
  border: 2px solid #dc9600 !important;
}
/* header login button */
.button-login,
button,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn,
.btn {
  color: #31c07f;
  border: 2px solid #324d5b;
  background-color: transparent;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.button-login:hover,
button:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover,
.btn:hover {
  color: #fff;
  background-color: #31c07f;
}
.modal-overlay {
  pointer-events: none;
}
.modal-overlay .modal,
.modal-overlay .modal-close {
  pointer-events: initial;
}
/* tables */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 3px;
}
/* Tabs */
.tab {
  overflow: hidden;
  font-size: 0;
}
.tab button {
  background-color: inherit;
  border: 1px solid;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 14px;
}
.tab button:hover {
  color: #31c07f;
}
.tab button:not(.active) {
  color: #324d5b;
}
.tab button.active {
  background-color: #31c07f;
}
.tab button.active i {
  color: white;
}
.tab button:first-child {
  border-right-width: 0;
  border-radius: 18px 0 0 18px;
}
.tab button:last-child {
  border-left-width: 0;
  border-radius: 0 18px 18px 0;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.tab.singletab button {
  border-radius: 18px;
}
/* SKEW  */
.skew {
  -moz-transform: skew(0, 4deg);
  -ms-transform: skew(0, 4deg);
  -o-transform: skew(0, 4deg);
  -webkit-transform: skew(0, 4deg);
  transform: skew(0, 4deg);
  /*-moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden;*/
  overflow: hidden;
  margin-top: -19px;
}
.skew .unskew {
  -moz-transform: skew(0, -4deg);
  -ms-transform: skew(0, -4deg);
  -o-transform: skew(0, -4deg);
  -webkit-transform: skew(0, -4deg);
  transform: skew(0, -4deg);
  /*-moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden;*/
  padding-top: 40px;
}
/***** xxs only*/
/***** xs and up*/
@media (min-width: 37.5em) {
  .skew {
    margin-top: -29px;
  }
}
/***** s and up*/
@media (min-width: 48em) {
  .skew {
    margin-top: -39px;
  }
}
/***** m and up*/
/***** l*/
/* HEADER */
.header .logo {
  margin: 0 0 0 10px;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  max-height: 120px;
}
.header .top {
  background-color: #324d5b;
  min-height: 20px;
  z-index: 2;
  position: relative;
  padding-top: 5px;
  padding-bottom: 3px;
}
.header .nav {
  background-color: #fff;
  padding-bottom: 40px;
}
.pageheader {
  min-height: 80px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pageheader,
.pageheader .unskew {
  padding-top: 0;
  margin-top: -40px;
}
/* TOPNAV */
.nav {
  padding-right: 10px;
}
.navigation,
[data-navigation] {
  background-color: #324d5b;
}
.navigation > button:first-child,
[data-navigation] > button:first-child {
  padding: 0 10px;
  /*border: 2px solid @hoofdkleur;*/
  width: 100px;
  background-color: #324d5b;
  border-radius: 4px 0 0 4px;
}
.navigation > button:first-child::after,
[data-navigation] > button:first-child::after {
  content: "☰";
  display: inline-block;
  margin-left: 8px;
}
.navigation.open a {
  text-decoration: none;
  padding: 3px 16px;
}
.navigation.open li {
  list-style: none;
  text-transform: uppercase;
}
.navigation.open li ul li {
  text-transform: none;
}
#topnav {
  margin-top: 15px;
}
#topnav ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
#topnav ul a {
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  padding: 0 10px;
  float: left;
  text-transform: uppercase;
  margin: 0 5px;
}
#topnav ul a:link,
#topnav ul a:visited {
  color: #324d5b;
}
#topnav ul a:hover {
  color: #324d5b;
}
#topnav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
  /*&.nav-myelegantarea a { color: #fff; }*/
  /*&.nav-signup a { background-color: @subkleur2; color: @subkleur3; border-radius: 2px;
                &:hover { background-color: @hoofdkleur; }
            }*/
}
#topnav ul li span {
  display: inline-block;
  color: #324d5b;
}
#topnav ul li.current-menu-item {
  color: #fff;
}
#topnav ul li:hover > ul {
  display: block;
}
#topnav ul li.nav-signup a {
  color: #31c07f;
  font-weight: bold;
}
#topnav ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 0;
  z-index: 99;
}
#topnav ul ul::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.8em solid transparent;
  position: absolute;
  left: 35%;
  top: -20px;
  border-bottom: 10px solid #fff;
}
#topnav ul ul li {
  width: 100%;
  white-space: nowrap;
}
#topnav ul ul a {
  line-height: 120%;
  padding: 10px;
  float: none;
  display: block;
}
#topnav ul ul a:link,
#topnav ul ul a:visited {
  color: #324d5b;
}
#topnav ul ul a:hover {
  color: #324d5b;
  text-decoration: underline;
}
#topnav ul ul a.current-menu-item {
  color: #324d5b;
}
#topnav ul ul.login li {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}
/* SUBNAV  */
nav.subnav {
  color: #31c07f;
  text-align: right;
  text-transform: uppercase;
  margin-top: 110px;
}
nav.subnav .menu-root {
  font-weight: bold;
}
nav.subnav a {
  color: #31c07f;
  text-decoration: none;
}
nav.subnav ul {
  list-style: none;
  padding: 0;
}
nav.subnav ul li {
  padding: 0;
}
nav.subnav ul li.current {
  text-decoration: underline;
}
nav.subnav ul ul {
  text-transform: none;
}
nav.subnavsmall {
  color: #31c07f;
}
nav.subnavsmall a {
  color: #31c07f;
  text-decoration: none;
}
nav.subnavsmall ul {
  list-style: none;
  padding: 0;
}
nav.subnavsmall ul li {
  padding: 1px;
}
nav.subnavsmall ul li.current {
  text-decoration: underline;
}
.affix {
  position: fixed;
}
/* FOOTER */
.footer {
  color: #fff;
  background-color: #324d5b;
  /*background-color: @subkleur3; color: #fff;*/
  min-height: 100px;
  margin-top: -40px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.footer h1,
.footer h2,
.footer h3 {
  color: #fff;
}
.footer .button,
.footer button,
.footer .btn {
  color: #fff;
  border-color: #fff;
}
.footer .button:hover,
.footer button:hover,
.footer .btn:hover {
  color: #31c07f;
  background-color: #fff;
}
.footer a {
  color: #fff;
}
.footer a {
  color: #f6f6f6;
  text-decoration: none;
}
.footer a:hover {
  color: #31c07f;
}
.footer .logo {
  max-height: 100px;
}
.footer .icon {
  width: 32px;
  display: inline-block;
}
.footer ul {
  margin: 1.17rem 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
/* HOME */
.home-highlight .unskew {
  background-position: bottom center;
  background-size: 100%;
}
.home-pricecalculation .unskew {
  background-position: bottom center;
  background-size: 100%;
  color: #666666;
}
.home-pricecalculation .unskew form {
  padding: 10px;
  background: rgba(250, 250, 250, 0.9);
  border-radius: 10px;
  margin-bottom: 45px;
  /* checkbox */
}
.home-pricecalculation .unskew form a {
  color: #dc9600;
}
.home-pricecalculation .unskew form h3 {
  color: #324d5b;
}
.home-pricecalculation .unskew form input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin-right: 5px;
  font: inherit;
  color: currentColor;
  --form-control-color: #3aa14c;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.home-pricecalculation .unskew form input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.home-pricecalculation .unskew form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.home-pricecalculation .unskew form input[type="checkbox"]:focus {
  outline: 2px, 0.15em solid currentColor;
  outline-offset: 2px, 0.15em;
}
.home-pricecalculation .unskew form input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.home-quickbuttons {
  text-align: center;
}
.home-quickbuttons .icon {
  border-radius: 50%;
}
.home-quickbuttons .icon:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.home-quickbuttons img {
  padding: 15px;
}
.home-quickbuttons a {
  text-decoration: none;
}
.home-quickbuttons h2 {
  text-transform: uppercase;
}
.home-quickbuttons .txt {
  font-size: 85%;
  color: #666666;
}
.home-stories {
  padding-bottom: 80px;
}
.home-stories h1 {
  text-transform: lowercase;
}
.filter {
  min-height: 50px;
}
.story-item {
  min-height: 400px;
  margin-bottom: 20px;
  text-align: center;
  max-height: 400px;
  overflow: hidden;
}
.story-item h3 {
  color: #31c07f;
  text-transform: uppercase;
}
.story-item.storydefault,
.story-item.storyvideo,
.story-item.storyimage {
  background-color: #fff;
}
.story-item.storyquote h3 {
  text-transform: none;
  color: #fff;
  font-size: 30px;
  padding: 20px;
}
.story-item a {
  cursor: pointer;
}
.story-item a.current {
  background-color: #31c07f;
  color: #fff;
}
.home-content h2,
.home-contact h2,
.home-quickbuttons h2,
.home-content h3,
.home-contact h3,
.home-quickbuttons h3 {
  text-transform: uppercase;
}
.home-funfacts .funfact {
  border: 2px solid #31c07f;
  border-radius: 50%;
  text-align: center;
  height: 200px;
  width: 200px;
  max-width: 100%;
  margin: 5px auto;
}
.home-funfacts .funfact img {
  margin: 20px;
}
.home-funfacts .funfact .title {
  font-size: 0.8em;
  padding: 20px 25px 0;
}
.home-funfacts .funfact .value {
  color: #324d5b;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}
.home-funfacts .funfact .value::after {
  left: 50%;
  margin-left: -20px;
  background: #31c07f none repeat scroll 0 0;
  bottom: -10px;
  content: " ";
  height: 2px;
  position: absolute;
  width: 40px;
}
.home-contact {
  text-align: center;
}
.home-contact .callout {
  min-height: 60px;
  width: 100%;
  float: left;
  background-color: #fff;
  color: #324d5b;
  position: relative;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.5em;
  -ms-word-break: break-word;
  word-break: break-word;
}
.home-contact .callout.dark {
  background-color: #31c07f;
  color: #fff;
}
.home-contact .callout .accent {
  font-size: 2rem;
  font-weight: 600;
  color: #31c07f;
}
.home-contact .callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}
.home-contact .callout.top::before {
  left: 45%;
  bottom: -20px;
  border-top: 10px solid #fff;
}
.home-contact .callout.bottom::before {
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #fff;
}
.home-contact .callout.left::before {
  right: -20px;
  top: 40%;
  border-left: 10px solid #fff;
}
.home-contact .callout.right::before {
  left: -20px;
  top: 40%;
  border-right: 10px solid #fff;
}
.home-contact .callout.top-right::before {
  right: 7px;
  bottom: -20px;
  border-top: 50px solid #fff;
}
.home-contact .callout:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.home-quote {
  text-align: center;
}
.home-quote a.button {
  line-height: 45px;
}
/***** xxs and up = default*/
/***** xxs only*/
/***** xs and up*/
@media (min-width: 37.5em) {
  .story-item {
    max-height: none;
    overflow: visible;
    min-height: 320px;
  }
}
/***** s and up*/
/***** m and up*/
/***** l*/
/* SUBPAGES */
/* accordion */
.accordion {
  border: 0;
  color: #31c07f;
  font-weight: bold;
}
.accordion .accordion-head a {
  color: #31c07f;
  text-decoration: underline;
  padding: 10px 0 0 0;
}
.accordion .accordion-body {
  color: #324d5b;
  font-weight: normal;
  border: none;
}
/* CALCULATOR */
table.calculatordetail td {
  padding: 0 3px;
}
table.calculatordetail th {
  padding-left: 0;
  padding-right: 0;
}
.gegevens {
  background-color: #32be96;
  color: #fff;
  padding: 20px;
}
.kWh {
  text-transform: none !important;
}
/* BLOG */
a h2.blog-title {
  color: #31c07f;
  margin: 0;
}
.blog-date {
  color: #31c07f;
  margin: 0 0 20px;
}
.post-image {
  margin: 5px 5px 20px 0;
}
.blog-tags {
  margin: 10px 0 20px;
}
/*COOKIES*/
#cookies {
  background-color: rgba(88, 58, 112, 0.9);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 100;
  text-align: center;
}
#cookies .cn-set-cookie {
  margin: 10px;
}
/* MEDIA QUERIES */
/***** xxs and up = default*/
/***** xxs only*/
@media (max-width: 37.49em) {
  h1 {
    font-size: 2rem;
  }
  /* GENERAL */
  .ps {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-small {
    padding-left: 10px;
    padding-right: 10px;
  }
  #cookies {
    font-size: 9pt;
  }
}
/***** xs and up*/
@media (min-width: 37.5em) {
  /* HOME */
  .home-contact .callout {
    padding: 5px 50px;
    margin: 25px;
  }
  .home-contact .callout .accent {
    font-size: 3rem;
  }
  .home-video {
    text-align: center;
  }
  .home-video .video {
    height: 306px;
    margin: 0 auto;
    background-image: url(../Assets/images/iphone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .home-video .video .video-wrapper {
    padding: 26px 100px;
    max-width: 670px;
    margin: auto;
  }
  .home-video .video .lefthand,
  .home-video .video .righthand {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-position: bottom;
    width: 30%;
  }
  .home-video .video .lefthand {
    left: 0;
    background-image: url('/Assets/images/lefthand.svg');
  }
  .home-video .video .righthand {
    right: 0;
    background-image: url('/Assets/images/righthand.svg');
  }
}
.ps-small {
  padding-left: 30px;
  padding-right: 30px;
}
/***** s and up*/
@media (min-width: 48em) {
  h1 {
    font-size: 2.5rem;
  }
  /* GENERAL */
  .ps {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ps-small {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .logo {
    margin-top: -20px;
    /*img { max-height: 100px; }*/
  }
}
/***** m and up*/
@media (min-width: 62em) {
  h1 {
    font-size: 3rem;
  }
  .header .logo {
    margin-top: -20px;
  }
  .header .logo img {
    max-height: 140px;
  }
}
/***** l*/
.generatedcontent .ul-dash {
  list-style: none;
}
.generatedcontent .ul-dash > li:before {
  content: "–";
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1.5em;
}
.elegantbordercolor {
  border: 1px solid #31c07f;
  border-radius: 5px;
  padding: 8px;
}
.elegantcolor {
  color: #31c07f;
}
.elegantbackground-color {
  background-color: #49cc91;
  color: #f6f6f6;
}
.section-row {
  font-size: 16px;
  padding: 2px;
}
.button-sized {
  padding: 0px 50px;
}
ul li.current {
  text-decoration: underline;
}
ul li.not-current {
  padding: 0;
}
.button-default {
  color: #32be96 !important;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.button-default:hover {
  color: #fff !important;
  background-color: #31c07f !important;
}
ul.alert {
  padding: 0 0 0 2rem;
}
ul.alert li {
  margin-bottom: 5px;
}
[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: normal;
  font-weight: 200;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.3em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 80%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 120%;
}
[data-pagination] a {
  color: #32be96;
  font-size: 100%;
  padding: 0.3em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
  font-size: 120%;
  cursor: pointer;
}
[data-pagination] li.current {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold !important;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled],
img.disabled,
img[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}
#calculator-simple .elec--hidden,
#calculator-simple .gas--hidden {
  display: none !important;
}
#calculator-simple.show-elec .elec--hidden,
#calculator-simple.show-gas .gas--hidden {
  display: block !important;
}
@media all {
  .page-break {
    display: none;
  }
  .visible-print-block {
    display: none;
  }
}
@media print {
  .header,
  .footer,
  nav {
    display: none !important;
  }
  .pageheader {
    display: none !important;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .hidden-print {
    display: none !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .print-100 {
    width: 100%;
  }
  .gegevens {
    padding: 0 0 0 5px;
  }
  body {
    font-size: 75%;
    font-family: sans-serif, Helvetica, Roboto;
    color: black;
  }
  a[href]:after {
    content: "" !important;
  }
}