﻿/* Colors */
/* Fonts */
html {
  font-size: 18px;
  overflow-x: hidden;
  scroll-padding-top: 130px;
  scroll-behavior: smooth;
}
body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.no-container .container {
  padding-left: 0;
  padding-right: 0;
}
strong {
  font-weight: 700;
}
.hidden {
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
  /* overflow: hidden; */
}
video {
  max-width: 100%;
  height: auto;
}
a {
  color: #161615;
}
a:hover {
  color: inherit;
}
ul {
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 0;
}
svg .a {
  stroke: transparent;
}
.cl-white {
  color: #FFFFFF;
}
.cl-black {
  color: #161615 !important;
}
.cl-blue {
  color: #229FBF !important;
}
.cl-green {
  color: #7fba42 !important;
}
.cl-orange {
  color: #FF6418 !important;
}
.cl-red {
  color: #F90000 !important;
}
.cl-grey {
  color: #818386 !important;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-orange {
  background-color: #FF6418;
}
.bg-orange-light {
  background-color: #FF641826;
}
.bg-blue {
  background-color: #229FBF;
  color: #FFFFFF;
}
.bg-blue h2,
.bg-blue h3 {
  color: #FFFFFF;
}
.bg-green {
  background-color: #7fba42;
  color: #FFFFFF;
}
.bg-green h2,
.bg-green h3 {
  color: #FFFFFF;
}
.bg-green .block {
  color: #161615;
}
.bg-green .block h2,
.bg-green .block h3 {
  color: #161615;
}
.bg-blue-light {
  background-color: #F4FCFF;
}
.bg-orange-contour {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #FF641826;
  margin-bottom: 30px;
}
.bg-blue-contour {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #229fbf26;
  margin-bottom: 30px;
}
.bg-green-contour {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #7fba4235;
  margin-bottom: 30px;
}
.bg-pills {
  background: url(/lib/img/backgrounds/pills-blue.svg) no-repeat top -400px right -400px;
}
.bg-elipse-green {
  text-align: center;
  width: 80px;
  background: url(/lib/img/backgrounds/elipse-green.svg) no-repeat center bottom;
  background-size: contain;
}
.bg-elipse-green img {
  max-width: 80px;
}
.field-pad {
  padding-top: 11px;
}
@media (min-width: 992px) {
  .bg-pills-green-top {
    height: 140px;
    margin-top: -150px;
    background: url(/lib/img/backgrounds/pills-green.svg) no-repeat top 0 left -500px;
  }
  .bg-pills-green {
    background: url(/lib/img/backgrounds/pills-green.svg) no-repeat top -140px left -500px;
  }
  .bg-pills-blue {
    background: url(/lib/img/backgrounds/pills-bg-blue.svg) repeat bottom right -400px;
  }
  .bg-elipse-green {
    width: 120px;
  }
  .bg-elipse-green img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .bg-pills-blue-white {
    background: url(/lib/img/backgrounds/pills-bg-blue-white.svg) no-repeat bottom right -500px;
    padding-bottom: 180px;
    margin-bottom: -100px;
    background-size: cover;
  }
}
@media (min-width: 1600px) {
  .bg-pills-blue {
    background: url(/lib/img/backgrounds/pills-bg-blue.svg) no-repeat bottom right 0;
    position: relative;
  }
  .bg-pills-blue .container {
    position: relative;
  }
  .bg-pills-blue .container > .row:after {
    background-color: #F4FCFF;
    bottom: 0;
    content: '';
    left: -100vw;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .bg-pills-blue-white {
    background: url(/lib/img/backgrounds/pills-bg-blue-white.svg) no-repeat bottom right -100px;
    background-size: cover;
  }
}
.bor-radius {
  border-radius: 20px;
}
.border-bottom-blue {
  border-bottom: 2px solid #229FBF59;
}
.border-top-blue {
  border-top: 2px solid #229FBF59;
}
.no-shrink {
  flex-shrink: 0;
}
.tickedlist {
  padding-left: 0;
}
.tickedlist li {
  list-style: none;
  padding-left: 30px;
  background: url(/lib/img/icons/tick-green2.svg) no-repeat top left;
  margin-bottom: 5px;
}
.tickedlist li a {
  color: #229FBF;
  text-decoration: none;
}
.tick {
  list-style: none;
  padding-left: 30px;
  background: url(/lib/img/icons/tick-green2.svg) no-repeat top left;
  line-height: 1.8;
}
.content .tick {
  display: inline-block;
  background: url(/lib/img/icons/tick-green2.svg) no-repeat top 4px left;
}
.tick-large {
  padding-left: 50px;
  background: url(/lib/img/icons/tick-green-large.svg) no-repeat top left;
  min-height: 45px;
  padding-top: 10px;
}
.rocketlist a {
  list-style: none;
  padding-left: 28px;
  background: url(/lib/img/icons/rocket-with-bg.svg) no-repeat top 2px left;
  margin-bottom: 12px !important;
  color: #229FBF !important;
  text-decoration: none !important;
  display: block;
}
ul.rocketlist {
  list-style: none;
  padding-left: 0;
}
ul.rocketlist2 {
  list-style: none;
  padding-left: 0;
}
ul.rocketlist2 li {
  padding-left: 28px;
  background: url(/lib/img/icons/rocket-with-bg.svg) no-repeat top 2px left;
  margin-bottom: 12px !important;
}
/*#region DEFAULTS*/
h1,
h2,
h3,
h4,
h5 {
  font-family: roboto, sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 28px;
  }
  h2.small {
    font-size: 22px;
  }
  h2.large {
    font-size: 35px;
  }
  h2.extralarge {
    font-size: 42px;
    line-height: 1.1;
  }
  h3 {
    font-size: 24px;
  }
  h3.smaller {
    font-size: 18px;
  }
  h3.small {
    font-size: 20px;
  }
  h3.medium {
    font-size: 22px;
  }
  h3.large {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
}
* {
  outline: none;
}
.clickable {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
p {
  margin-bottom: 0;
}
.fnt-secondary {
  font-family: roboto, sans-serif;
}
.fnt-smallest {
  font-size: 11px;
}
.fnt-smaller {
  font-size: 15px;
}
.fnt-small {
  font-size: 16px;
}
.fnt-large {
  font-size: 19px;
}
.fnt-extralarge {
  font-size: 22px;
}
.fnt-extralarger {
  font-size: 28px;
}
.fnt-huge {
  font-size: 70px;
  line-height: 90px;
}
.fw-light {
  font-weight: 300;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.blue-border {
  padding: 15px 5px;
  border-top: 2px solid #229FBF59;
  border-bottom: 2px solid #229FBF59;
}
.blue-border-bottom {
  padding: 5px;
  border-bottom: 2px solid #229FBF59;
}
.menu-pad {
  padding-top: 80px;
}
.underline-links a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .menu-pad {
    padding-top: 130px;
  }
  .blue-border {
    padding: 15px;
  }
  .blue-border-bottom {
    padding: 5px 15px;
  }
  .fnt-medium {
    font-size: 20px;
  }
  .fnt-large {
    font-size: 22px;
  }
  .fnt-extralarge {
    font-size: 28px;
  }
  .fnt-extralarger {
    font-size: 32px;
  }
}
/*#endregion*/
/*#region icons */
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.ic-open {
  background-image: url(/lib/img/icons/view.svg);
}
.ic-message {
  background-image: url(/lib/img/icons/messages.svg);
  position: relative;
}
.ic-message .nrOfMessages {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #FFFFFF;
  background-color: #229FBF;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  padding: 2px 0;
  width: 18px;
  height: 18px;
}
.ic-download {
  background-image: url(/lib/img/icons/file2.svg);
}
/*#endregion */
/*#region container */
.container {
  max-width: 100% !important;
}
.mt-n1 {
  margin-top: -1rem;
}
@media (min-width: 992px) {
  .mt-lg-n5 {
    margin-top: -3rem;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1420px !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem;
  }
}
/*#endregion */
/*#region buttons */
a.btn,
input.btn,
a:not([href]):not([tabindex]).btn,
button.btn,
a > span.btn,
span.btn > a {
  font-family: roboto, sans-serif;
  font-weight: 500;
  background-color: #7fba42;
  color: #FFFFFF;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
  transition: none;
  /*    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
a.btn:hover,
input.btn:hover,
a:not([href]):not([tabindex]).btn:hover,
button.btn:hover,
a > span.btn:hover,
span.btn > a:hover {
  color: #FFFFFF;
  background-color: #229FBF;
}
a.btn:focus,
input.btn:focus,
a:not([href]):not([tabindex]).btn:focus,
button.btn:focus,
a > span.btn:focus,
span.btn > a:focus {
  box-shadow: none;
}
a.btn.btn-blue,
input.btn.btn-blue,
a:not([href]):not([tabindex]).btn.btn-blue,
button.btn.btn-blue,
a > span.btn.btn-blue,
span.btn > a.btn-blue {
  background-color: #229FBF;
}
a.btn.btn-blue:hover,
input.btn.btn-blue:hover,
a:not([href]):not([tabindex]).btn.btn-blue:hover,
button.btn.btn-blue:hover,
a > span.btn.btn-blue:hover,
span.btn > a.btn-blue:hover {
  background-color: #7fba42;
}
a.btn.btn-whiteblue,
input.btn.btn-whiteblue,
a:not([href]):not([tabindex]).btn.btn-whiteblue,
button.btn.btn-whiteblue,
a > span.btn.btn-whiteblue,
span.btn > a.btn-whiteblue {
  background-color: #FFFFFF;
  color: #161615;
  border: 1px solid #229FBF;
}
a.btn.btn-whiteblue:hover,
input.btn.btn-whiteblue:hover,
a:not([href]):not([tabindex]).btn.btn-whiteblue:hover,
button.btn.btn-whiteblue:hover,
a > span.btn.btn-whiteblue:hover,
span.btn > a.btn-whiteblue:hover {
  color: #FFFFFF;
  background-color: #229FBF;
}
a.btn.btn-whiteorange,
input.btn.btn-whiteorange,
a:not([href]):not([tabindex]).btn.btn-whiteorange,
button.btn.btn-whiteorange,
a > span.btn.btn-whiteorange,
span.btn > a.btn-whiteorange {
  background-color: #FFFFFF;
  color: #161615;
  border: 1px solid #FF6418;
}
a.btn.btn-whiteorange:hover,
input.btn.btn-whiteorange:hover,
a:not([href]):not([tabindex]).btn.btn-whiteorange:hover,
button.btn.btn-whiteorange:hover,
a > span.btn.btn-whiteorange:hover,
span.btn > a.btn-whiteorange:hover {
  color: #FFFFFF;
  background-color: #FF6418;
}
a.btn.btn-whitegreen,
input.btn.btn-whitegreen,
a:not([href]):not([tabindex]).btn.btn-whitegreen,
button.btn.btn-whitegreen,
a > span.btn.btn-whitegreen,
span.btn > a.btn-whitegreen {
  background-color: #FFFFFF;
  color: #161615;
  border: 1px solid #7fba42;
}
a.btn.btn-whitegreen:hover,
input.btn.btn-whitegreen:hover,
a:not([href]):not([tabindex]).btn.btn-whitegreen:hover,
button.btn.btn-whitegreen:hover,
a > span.btn.btn-whitegreen:hover,
span.btn > a.btn-whitegreen:hover {
  color: #FFFFFF;
  background-color: #7fba42;
}
a.btn.btn-white,
input.btn.btn-white,
a:not([href]):not([tabindex]).btn.btn-white,
button.btn.btn-white,
a > span.btn.btn-white,
span.btn > a.btn-white {
  background-color: #FFFFFF;
  color: #161615;
}
a.btn.btn-white:hover,
input.btn.btn-white:hover,
a:not([href]):not([tabindex]).btn.btn-white:hover,
button.btn.btn-white:hover,
a > span.btn.btn-white:hover,
span.btn > a.btn-white:hover {
  color: #FFFFFF;
  background-color: #161615;
}
a.btn.btn-white-text-orange,
input.btn.btn-white-text-orange,
a:not([href]):not([tabindex]).btn.btn-white-text-orange,
button.btn.btn-white-text-orange,
a > span.btn.btn-white-text-orange,
span.btn > a.btn-white-text-orange {
  background-color: #FFFFFF;
  color: #FF6418;
}
a.btn.btn-white-text-orange:hover,
input.btn.btn-white-text-orange:hover,
a:not([href]):not([tabindex]).btn.btn-white-text-orange:hover,
button.btn.btn-white-text-orange:hover,
a > span.btn.btn-white-text-orange:hover,
span.btn > a.btn-white-text-orange:hover {
  color: #FFFFFF;
  background-color: #FF6418;
}
a.btn.btn-whiteblack,
input.btn.btn-whiteblack,
a:not([href]):not([tabindex]).btn.btn-whiteblack,
button.btn.btn-whiteblack,
a > span.btn.btn-whiteblack,
span.btn > a.btn-whiteblack {
  background-color: #FFFFFF;
  color: #161615;
  border: 1px solid #161615;
}
a.btn.btn-whiteblack:hover,
input.btn.btn-whiteblack:hover,
a:not([href]):not([tabindex]).btn.btn-whiteblack:hover,
button.btn.btn-whiteblack:hover,
a > span.btn.btn-whiteblack:hover,
span.btn > a.btn-whiteblack:hover {
  color: #FFFFFF;
  background-color: #161615;
}
a.btn.btn-tip,
input.btn.btn-tip,
a:not([href]):not([tabindex]).btn.btn-tip,
button.btn.btn-tip,
a > span.btn.btn-tip,
span.btn > a.btn-tip {
  background-image: url(/lib/img/icons/tip.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding-right: 50px;
  box-shadow: none;
}
a.btn.btn-tip:hover,
input.btn.btn-tip:hover,
a:not([href]):not([tabindex]).btn.btn-tip:hover,
button.btn.btn-tip:hover,
a > span.btn.btn-tip:hover,
span.btn > a.btn-tip:hover {
  background-image: url(/lib/img/icons/tip.svg) !important;
  box-shadow: none;
}
a.btn.btn-question,
input.btn.btn-question,
a:not([href]):not([tabindex]).btn.btn-question,
button.btn.btn-question,
a > span.btn.btn-question,
span.btn > a.btn-question {
  background-image: url(/lib/img/icons/question.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 50px;
  box-shadow: none;
}
a.btn.btn-question:hover,
input.btn.btn-question:hover,
a:not([href]):not([tabindex]).btn.btn-question:hover,
button.btn.btn-question:hover,
a > span.btn.btn-question:hover,
span.btn > a.btn-question:hover {
  background-color: #7fba42;
  background-image: url(/lib/img/icons/question.svg) !important;
}
a.btn.btn-small,
input.btn.btn-small,
a:not([href]):not([tabindex]).btn.btn-small,
button.btn.btn-small,
a > span.btn.btn-small,
span.btn > a.btn-small {
  font-size: 16px;
  padding: 10px 20px;
}
a.btn.btn-large,
input.btn.btn-large,
a:not([href]):not([tabindex]).btn.btn-large,
button.btn.btn-large,
a > span.btn.btn-large,
span.btn > a.btn-large {
  font-size: 21px;
  padding: 20px 30px;
}
a.btn.btn-round,
input.btn.btn-round,
a:not([href]):not([tabindex]).btn.btn-round,
button.btn.btn-round,
a > span.btn.btn-round,
span.btn > a.btn-round {
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
}
a.btn.btn-round img,
input.btn.btn-round img,
a:not([href]):not([tabindex]).btn.btn-round img,
button.btn.btn-round img,
a > span.btn.btn-round img,
span.btn > a.btn-round img {
  height: 20px;
  height: auto;
}
a.btn.btn-icon,
input.btn.btn-icon,
a:not([href]):not([tabindex]).btn.btn-icon,
button.btn.btn-icon,
a > span.btn.btn-icon,
span.btn > a.btn-icon {
  display: inline-flex;
  align-items: center !important;
  height: 57px;
  padding: 5px 10px 5px 25px;
}
a.btn.btn-icon img,
input.btn.btn-icon img,
a:not([href]):not([tabindex]).btn.btn-icon img,
button.btn.btn-icon img,
a > span.btn.btn-icon img,
span.btn > a.btn-icon img {
  height: 30px;
}
span.btn {
  padding: 0;
}
.btn-arrow {
  font-family: roboto, sans-serif;
  font-weight: 500;
  display: inline-block;
}
.btn-arrow:after {
  content: ">";
  border: 1px solid #229FBF;
  color: #229FBF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
  padding-top: 2px;
  font-size: 13px;
}
.btn-arrow.back:after {
  transform: rotate(180deg);
}
.btn-arrow2 {
  font-family: roboto, sans-serif;
  display: inline-block;
}
.btn-arrow2:after {
  content: ">";
  color: #229FBF;
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
  padding-top: 2px;
  font-size: 13px;
}
.btn-arrow2.back:after {
  transform: rotate(180deg);
}
.btn-arrow2:hover {
  color: #FFFFFF;
}
/*#endregion */
/*#region FLOWS */
@media (min-width: 992px) {
  .flow {
    position: relative;
  }
  .flow.flow-left:after {
    background-color: inherit;
    bottom: 0;
    content: '';
    left: -100vw;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .flow.flow-right:after {
    background-color: inherit;
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: -100vw;
    top: 0;
  }
}
@media (max-width: 991px) {
  .flow-med {
    position: relative;
  }
  .flow-med.flow-med-left:before {
    background-color: inherit;
    bottom: 0;
    content: '';
    left: -100vw;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .flow-med.flow-med-right:after {
    background-color: inherit;
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: -100vw;
    top: 0;
  }
}
/*#endregion*/
/*#region paging */
.paging {
  list-style: none;
  width: 100%;
}
.paging ul {
  padding-left: 0;
}
.paging li {
  display: inline-block;
}
.paging li a.number {
  padding: 13px 3px;
  text-align: center;
  border: 1px solid #161615;
  border-radius: 50%;
  color: #161615;
  font-weight: 700;
  position: relative;
  width: auto;
  font-size: 22px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
}
.paging li.prev a,
.paging li.next a {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 13px 15px !important;
  border-radius: 5px;
}
.paging li.prev {
  float: left;
}
.paging li.prev .svg {
  transform: rotate(180deg);
}
.paging li.next {
  float: right;
}
.paging li.next a {
  margin-right: 0;
}
.paging li.active a,
.paging li a:hover {
  border: 1px solid #229FBF;
  color: #229FBF !important;
}
/*#endregion */
/*#region Slick Controls */
.slick-control {
  cursor: pointer;
  position: absolute;
  bottom: -92px;
  z-index: 2;
}
.slick-control svg path {
  fill: #229FBF;
}
.slick-control.slick-next {
  right: calc(50% - 75px);
}
.slick-control.slick-prev {
  left: calc(50% - 75px);
  /*svg {
         transform: rotate(180deg);
      }*/
}
.slick-dots {
  margin-top: 20px;
  display: inline-block;
  padding: 0;
}
.slick-dots li {
  float: left;
  list-style: none;
}
.slick-dots li button {
  background-color: #FFFFFF;
  border: 1px solid #229FBF;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 25px;
  width: 25px;
}
.slick-dots li.slick-active button:after {
  content: " ";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #229FBF;
  display: block;
  left: -3px;
  position: relative;
}
.slick-dots li + li {
  margin-left: 10px;
}
/*#endregion*/
/*#region content */
.intro {
  font-size: 20px;
}
.content h2 {
  margin-bottom: 15px;
}
.content h3,
.content h4,
.content h5 {
  margin-bottom: 5px;
}
.content ul {
  list-style-position: outside;
  padding-left: 20px;
  padding-bottom: 15px;
}
.content td {
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
}
.content p {
  margin-bottom: 1rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p.caption {
  font-weight: 700;
  margin-top: 15px;
}
.content a {
  color: #229FBF;
  text-decoration: underline;
}
.content a.btn {
  text-decoration: none;
}
.content .cl-orange {
  color: #7fba42 !important;
}
@media (max-width: 991px) {
  .row.reverse-order {
    flex-direction: column-reverse !important;
  }
  .content td {
    width: 100% !important;
    display: block;
  }
  .content .btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .content h2 {
    font-size: 32px;
  }
  .pt-lg-5 {
    padding-top: 3.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
/*#endregion */
/*#region block list */
.umb-block-list .umb-block-row {
  padding: 1.5rem 0 0;
}
.umb-block-list .umb-block-row .umb-block {
  padding-bottom: 3.5rem;
}
.umb-block-list .umb-block-row .umb-block.no-pad-below {
  padding-bottom: 0;
}
.umb-block-list .no-bg + .no-bg {
  padding-top: 0;
}
.umb-block-list .bg-blue-light + .bg-blue-light {
  padding-top: 0;
}
.block-row-more-pad .umb-block-list .umb-block-row {
  padding: 3.5rem 0 0;
}
@media (max-width: 991px) {
  .umb-block-list .umb-block-row {
    padding: 30px 0 0 !important;
  }
  .umb-block-list .umb-block-row .umb-block {
    padding-bottom: 30px;
  }
}
/*#endregion */
/*#region grid */
.umb-grid {
  position: relative;
  z-index: 98;
  /*    .container {
        padding-left: 0;
        padding-right: 0;
    }*/
}
.umb-grid .grid-section > div {
  padding: 50px 0 35px;
}
.umb-grid .grid-section > div h3 {
  margin-bottom: 20px;
}
.umb-grid .grid-section > div .gridimage {
  border-radius: 40px;
}
.umb-grid .grid-section > div.bg-lightblue-1 {
  background-color: #F4FCFF;
  color: #818386;
}
.umb-grid .grid-section > div.bg-lightblue-1 a {
  color: #FFFFFF;
  text-decoration: underline;
}
.umb-grid .grid-section .empty + .empty {
  padding-top: 0;
}
.umb-grid .grid-section .bg-lightblue-1 + .bg-lightblue-1 {
  padding-top: 0;
}
@media (max-width: 991px) {
  .umb-grid .grid-section > div {
    padding: 30px 0 15px;
  }
}
/*#endregion */
/*#region block */
.block {
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding: 0 20px;
}
.block h2 a {
  color: #161615;
}
.block .label {
  background-color: #229FBF;
  color: #FFFFFF;
  font-size: 12px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: -35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
}
.block .label-small {
  background-color: #FFFFFF;
  color: #229FBF;
  font-size: 12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  margin-left: 10px;
  flex-shrink: 0;
}
.block .inside {
  padding: 20px 0;
}
.block.white-orange-block {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #FF641826;
}
.block.white-orange-block h3,
.block.white-orange-block h3 a {
  color: #FF6418;
}
.block.white-green-block {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #7fba4235;
}
.block.white-green-block h3,
.block.white-green-block h3 a {
  color: #7fba42;
}
.block.white-bluelight-block {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #229fbf26;
}
.block.white-bluelight-block h3,
.block.white-bluelight-block h3 a {
  color: #229FBF;
}
.block.white-bluelight-block .btn {
  background-color: #229FBF !important;
  color: #FFFFFF !important;
}
.block.white-bluelight-block .btn:hover {
  background-color: #FF6418 !important;
}
.block.orange-block {
  background-color: #FF6418;
  color: #FFFFFF;
}
.block.orange-block h2,
.block.orange-block h2 a {
  color: #FFFFFF;
}
.block.blue-light-block {
  background-color: #F4FCFF;
  color: #161615;
}
.block.blue-light-block h2,
.block.blue-light-block h2 a {
  color: #161615;
}
.block.blue-light-block .btn {
  background-color: #229FBF !important;
  color: #FFFFFF !important;
}
.block.blue-light-block .btn:hover {
  background-color: #FF6418 !important;
}
.block.blue-block {
  background-color: #229FBF;
  color: #FFFFFF;
}
.block.blue-block h2,
.block.blue-block h2 a {
  color: #FFFFFF;
}
.block.green-block {
  background-color: #7fba42;
  color: #FFFFFF;
}
.block.green-block h2,
.block.green-block h2 a {
  color: #FFFFFF;
}
.block.bor-orange-block {
  border: 4px solid #FF6418;
}
.block.bor-green-block {
  border: 4px solid #7fba42;
}
.block.blue-block {
  background-color: #229FBF;
  color: #FFFFFF;
}
.block.blue-block h2,
.block.blue-block h2 a {
  color: #FFFFFF;
}
.block.white-blue-block {
  box-shadow: 0px 0px 15px #229fbf26;
  background: #FFFFFF url(/lib/img/backgrounds/pills-white-blue.svg) no-repeat right top;
  padding-right: 15px;
  background-size: cover;
}
.block.white-blue-block .inside {
  padding-bottom: 0;
}
.block.white-orange-bg-block {
  box-shadow: 0px 0px 15px #FF641826;
  background: #FFFFFF url(/lib/img/backgrounds/pills-orange.svg) no-repeat left top;
  padding-right: 15px;
}
.block.white-orange-bg-block .inside {
  padding-bottom: 0;
}
.block.white-green-bg-block {
  box-shadow: 0px 0px 15px #7fba4235;
  background: #FFFFFF url(/lib/img/backgrounds/pills-green.svg) no-repeat left top;
  padding-right: 15px;
}
.block.white-green-bg-block .inside {
  padding-bottom: 0;
}
.block.white-bluelight-bg-block {
  box-shadow: 0px 0px 15px #229fbf26;
  background: #FFFFFF url(/lib/img/backgrounds/pills-blue2.svg) no-repeat left top;
  padding-right: 15px;
}
.block.white-bluelight-bg-block .inside {
  padding-bottom: 0;
}
.block.whiteblack-block {
  border: 1px solid #161615;
}
.block.bluepills-block {
  background: #229FBF url(/lib/img/backgrounds/pills-white-small.svg) left top;
  padding-right: 15px;
  padding: 30px 50px 0;
  max-width: 450px;
}
.block.radius-small {
  border-radius: 10px;
}
.block.with-label {
  margin-right: 40px;
  padding-right: 40px;
}
.block.overview-block {
  /*background: url(/lib/img/icons/cross.svg) no-repeat center right 25px @cl-white;*/
  background-size: 26px;
}
.block.overview-block.completed {
  background: url(/lib/img/icons/tick-green.svg) no-repeat center right 20px #FFFFFF;
  background-size: 30px;
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 230px;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .block {
    padding: 0 40px;
    border-radius: 20px;
  }
  .block .inside {
    padding: 40px 0;
  }
  .block.orange-block,
  .block.white-green-block,
  .block.white-orange-block,
  .block.white-bluelight-block {
    padding: 0 30px;
  }
  .block.orange-block .inside,
  .block.white-green-block .inside,
  .block.white-orange-block .inside,
  .block.white-bluelight-block .inside {
    padding: 30px 0;
  }
  .block.white-green-bg-block,
  .block.white-orange-bg-block,
  .block .white-bluelight-bg-block {
    padding: 0 30px;
  }
  .block.white-green-bg-block .inside,
  .block.white-orange-bg-block .inside,
  .block .white-bluelight-bg-block .inside {
    padding: 30px 0 0;
  }
  .block.with-label {
    padding-right: 40px;
  }
  .block.less-padding-block {
    padding: 0 25px;
  }
  .block.less-padding-block .inside {
    padding: 25px 0;
  }
  .block.speech:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 33px 19px 0;
    border-color: transparent #ffffff transparent transparent;
    display: block;
    position: relative;
    top: 25px;
    left: -55px;
    margin-bottom: -38px;
  }
  .block.businessplans {
    padding: 0 20px;
  }
}
/*#endregion */
/*#region popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding-left: 10px;
  padding-right: 10px;
}
.popup video {
  max-width: 100%;
  height: auto;
}
.popup .popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  background: #FFFFFF;
  z-index: 9999993;
}
.popup .popup-content {
  position: relative;
  z-index: 9999994;
  border-radius: 15px;
  min-height: 160px;
  width: 100%;
  max-width: 740px;
  max-height: 100%;
  overflow-y: auto;
}
.popup .popup-content::-webkit-scrollbar {
  display: none;
}
.popup .popup-content .close-btn {
  position: absolute;
  top: 12px;
  right: 13px;
  z-index: 99;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  padding-top: 3px;
  color: #229FBF;
  cursor: pointer;
}
.svg-close {
  width: 15px;
  cursor: pointer;
}
.gemeentePopup .popup-content {
  background-color: #F4FCFF;
  box-shadow: 0px 0px 15px #229FBF8A;
  max-width: 1400px;
}
.gemeentePopup .popup-content a {
  color: #229FBF;
  font-weight: 700;
  border-top: 1px solid #229FBF;
  border-bottom: 1px solid #229FBF;
  width: 100%;
  display: block;
  padding: 12px 30px 12px 0;
  background: url(/lib/img/icons/arrow-blue.svg) no-repeat center right 10px;
  background-size: 20px 20px;
  margin-bottom: -1px;
}
/*#endregion */
/*#region cookie bar */
.cookie-bar {
  background: #161615;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  z-index: 9999999999;
  transform: translateY(100%);
  transition: transform 500ms ease-in-out;
  display: flex;
  align-items: center !important;
  height: 100%;
}
.cookie-bar .container {
  max-width: 800px !important;
}
.cookie-bar .container > div {
  background-color: #FFFFFF;
  color: #161615;
  padding: 20px 15px 10px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cookie-bar .container > div {
    padding-bottom: 20px;
  }
}
.cookie-bar.show {
  transform: translateY(0);
  transition: transform 500ms 500ms ease-in-out;
}
.cookie-bar .text a {
  color: #229FBF;
}
.cookie-bar .btn {
  margin-left: 10px;
  padding: 6px 25px;
  min-width: 120px;
}
.cookie-bar .cookie-bar-button-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  height: 100%;
}
.cookie-bar .cookie-bar-button-container a.btn-reject {
  color: #FFFFFF;
}
.cookie-bar .options {
  display: none;
}
.cookie-bar .saveCookie {
  display: none;
}
.cookie-bar .allCookie {
  display: none;
}
@media (max-width: 991px) {
  .cookie-bar .yes-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .cookie-bar .yes-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .cookie-bar {
    text-align: center;
  }
  .cookie-bar .cookie-bar-button-container {
    padding-block: 0.5rem;
    justify-content: space-around;
  }
}
/*#endregion */
/*#region tooltipster */
.tooltipster-box {
  border: 2px solid #229FBF !important;
  background-color: #FFFFFF !important;
}
.tooltipster-box .tooltipster-content {
  color: #161615 !important;
}
.tooltipster-box .tooltipster-content a {
  color: #229FBF;
  text-decoration: underline;
}
.tooltipster-box .tooltipster-content p {
  margin-bottom: 10px;
}
.tooltipster-box .tooltipster-content p:last-child {
  margin-bottom: 0;
}
.tooltipster-left {
  max-width: 80% !important;
  width: 600px !important;
}
.tooltipster-left .tooltipster-arrow .tooltipster-arrow-border {
  border-left-color: #229FBF !important;
}
.tooltipster-left .tooltipster-arrow .tooltipster-arrow-background {
  border-left-color: #FFFFFF !important;
}
.tooltipstered.smalltip {
  position: relative;
  top: -2px;
}
.tooltipster-right .tooltipster-arrow .tooltipster-arrow-border {
  border-right-color: #229FBF !important;
}
.tooltipster-right .tooltipster-arrow .tooltipster-arrow-background {
  border-right-color: #FFFFFF !important;
}
/*#endregion */
/*#region menu bar */
.bg-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 12px #00000029;
  padding: 30px 0;
  z-index: 1040;
}
.bg-menu img {
  max-height: 66px;
}
.bg-menu .nav-link {
  font-family: roboto, sans-serif;
  font-weight: 500;
  color: #161615;
  font-size: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 10px;
  border: 1px solid transparent;
}
.bg-menu .nav-link.active,
.bg-menu .nav-link.show,
.bg-menu .nav-link:hover {
  color: #229FBF;
}
.bg-menu .nav-link.dropdown-toggle:after {
  background: url(/lib/img/icons/arrow-menu.svg) no-repeat center right;
  border: 0;
  content: " ";
  width: 11px;
  height: 11px;
  margin-left: 0;
  vertical-align: baseline;
}
.bg-menu .nav-link.dropdown-toggle.active:after,
.bg-menu .nav-link.dropdown-toggle.show:after,
.bg-menu .nav-link.dropdown-toggle:hover:after {
  background: url(/lib/img/icons/arrow-menu-green.svg) no-repeat center right;
}
.bg-menu .nav-link .rocket {
  position: relative;
  margin-bottom: -9px;
  margin-top: -9px;
  margin-right: -5px;
}
.bg-menu .dropdown-menu {
  min-width: 320px;
  box-shadow: 0px 0px 10px #00000029;
  border: 1px solid #7fba42;
  border-radius: 10px;
  padding: 15px 0;
  margin-top: 10px;
}
.bg-menu .dropdown-menu:before {
  content: "";
  background: url(/lib/img/icons/menu-arrow.svg) no-repeat center;
  width: 30px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 45px;
}
.bg-menu .dropdown-menu .dropdown-item:hover,
.bg-menu .dropdown-menu .dropdown-item:active,
.bg-menu .dropdown-menu .dropdown-item:focus {
  color: #161615;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .bg-menu {
    padding: 10px 0;
    height: 80px;
  }
  .bg-menu img {
    max-height: 50px;
  }
  .bg-menu .btn-round {
    padding: 8px !important;
    height: 35px !important;
    width: 35px !important;
  }
}
@media (min-width: 992px) {
  .bg-menu img {
    max-height: 80px;
    max-width: 300px;
  }
  .bg-menu .navbar-nav {
    flex-wrap: wrap;
    /*            height: 46px;
            overflow-y: hidden;
            justify-content: end;*/
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .bg-menu .nav-link {
    font-size: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/*#endregion */
/*#region mobile navigation */
#mobile-navbar {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 120px;
  background-color: #7fba42;
  color: #FFFFFF;
  position: fixed;
  z-index: 1;
  border-top: solid 1px #FFFFFF;
  font-family: roboto, sans-serif;
  /*    .mobile-topbar {
        flex-wrap: wrap;

        .nav-link {
            flex-basis: 100%;
            order: 2;
            font-size: 0.9rem;

            &:nth-of-type(1), &:last-of-type {
                flex-basis: 50%;
            }

            &:nth-of-type(1) {
                order: 0;
            }

            &.bg-red {
                background-color: @cl-red;
                order: 1;
                text-align: center;
            }
        }
    }*/
}
#mobile-navbar .nav-items-holder {
  position: relative;
}
#mobile-navbar .dropdown-menu {
  background-color: #7fba42;
  flex-direction: row;
}
#mobile-navbar .dropdown-menu.show {
  border: none !important;
  transform: none !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
#mobile-navbar .dropdown-menu h4 {
  color: #FFFFFF;
}
#mobile-navbar .dropdown-menu a {
  color: #FFFFFF;
  font-size: 1.3rem;
}
#mobile-navbar .dropdown-menu .submenu-bar {
  margin-bottom: 15px;
}
#mobile-navbar .dropdown-menu .submenu-bar:last-of-type {
  margin-bottom: 0;
}
#mobile-navbar a {
  color: #FFFFFF;
  font-size: 1.4rem;
}
#mobile-navbar a.arrow {
  background: url(/lib/img/icons/arrow-right-white.svg) 95% no-repeat;
}
#mobile-navbar .nav-bar {
  height: 100vh;
  padding-bottom: 50px;
}
#mobile-navbar #back-button img {
  margin-right: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 400px) {
  #mobile-navbar {
    padding-top: 80px;
  }
}
/*#endregion */
/*#region breadcrumbs */
.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs li.list-inline-item {
  margin-right: 0 !important;
}
.breadcrumbs li span,
.breadcrumbs li a {
  padding-right: 2px;
}
.breadcrumbs li:not(:first-child) a,
.breadcrumbs li:not(:first-child) span {
  padding-left: 2px;
}
.breadcrumbs li.active {
  color: #229FBF;
}
.breadcrumbs li.active a {
  color: #229FBF;
}
.breadcrumbs ul {
  padding-left: 0;
}
/*#endregion */
/*#region footer */
footer .footer-menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-menu li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  top: -2px;
  position: relative;
}
footer .footer-bottom ul {
  list-style: none;
}
footer .footer-bottom ul li {
  display: inline-block;
  margin-right: 20px;
}
/*#endregion */
/*#region pagination */
.pagination {
  margin-left: -10px;
  margin-right: -10px;
}
.pagination ul {
  list-style: none;
  text-align: center;
  padding-top: 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .btn.back,
.pagination .btn.next {
  position: relative;
  top: -4px;
}
.pagination .btn.number {
  padding: 10px 0 !important;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  border-radius: 50% !important;
}
@media (max-width: 991px) {
  .pagination {
    margin-left: -3px;
    margin-right: -3px;
  }
  .pagination .back,
  .pagination .next {
    display: none;
  }
  .pagination .btn {
    margin-left: 2px;
    margin-right: 2px;
  }
  .pagination .btn.number {
    width: 35px;
    height: 35px;
    padding: 3px 0!important;
  }
}
/*#endregion */
/*#region cart amount */
#cart-amount {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  background-color: #229FBF;
  text-align: center;
  padding-top: 4px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: none;
  font-weight: 400;
}
#cart-amount.show {
  display: block;
}
/*#endregion */
/*#region name */
.sitemap ul ul {
  padding-left: 20px;
}
/*#endregion */
.bg-intro {
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1200px) {
  .bg-intro {
    background: #F4FCFF !important;
  }
}
.home-logo {
  background-color: #FFFFFF;
  padding: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.help-block-img {
  width: 500px;
}
@media (max-width: 991px) {
  .home-logo {
    padding: 15px;
  }
}
/*#region partners */
.partner-overview img {
  max-height: 140px;
}
/*#endregion */
/*#region about us */
.peoplelist {
  background-color: #F4FCFF;
}
.peoplelist:nth-child(even) {
  background-color: #FFFFFF;
}
/*#endregion */
/*#region search */
#search-panel {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #229FBF;
  padding: 20px 15px 20px 30px;
  width: 335px;
  right: 60px;
  top: -15px;
  display: none;
}
#search-panel input {
  border: 0;
  width: 260px;
}
#search-panel .do-search {
  border: 0;
  background-color: transparent;
  color: #229FBF;
  font-size: 22px;
}
#search-panel:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #FFFFFF;
  position: absolute;
  top: 27px;
  right: -13px;
}
@media (max-width: 600px) {
  #search-panel {
    border-radius: 10px;
    padding: 10px;
    width: 240px;
    right: 50px;
    top: -8px;
  }
  #search-panel input {
    width: 190px;
  }
  #search-panel:after {
    top: 17px;
  }
}
#search-panel-page {
  max-width: 800px;
  position: relative;
}
#search-panel-page input {
  font-size: 24px;
  padding: 17px;
}
#search-panel-page #SearchSubmit {
  position: absolute;
  right: 5px;
  top: -13px;
}
/*#endregion */
/*#region downloads */
.download-item {
  margin-bottom: 15px;
}
.download-item a {
  color: #229FBF;
  font-weight: 700;
}
.download-item img {
  width: 45px;
  margin-right: 8px;
}
/*#endregion */
/*#region checkout */
.cartItem {
  border-top: 1px solid #161615;
  padding: 12px 0;
}
.cartItem:last-child {
  border-bottom: 1px solid #161615;
}
.cartItem .delete-btn {
  cursor: pointer;
}
/*#endregion */
/*#region Block slider */
.blockSlider-holder {
  margin-left: -7px;
}
#blockSlider,
#organisationSlider {
  text-align: center;
}
#blockSlider .slick-track,
#organisationSlider .slick-track {
  display: flex !important;
}
#blockSlider .slick-slide,
#organisationSlider .slick-slide {
  height: inherit !important;
}
#blockSlider .block,
#organisationSlider .block {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  padding-bottom: 30px;
  height: 95%;
}
@media only screen and (max-width: 600px) {
  #blockSlider {
    margin: 0 -15px;
  }
  #blockSlider .block {
    width: 260px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
/*#endregion */
/*#region Contact footer */
.contact-footer a span {
  position: relative;
  top: 1px;
}
/*#endregion */
/*#region text module */
.text-module img {
  max-height: 250px;
}
.col-lg-4 .text-module .col-lg-6 {
  width: 100% !important;
}
/*#endregion */
/*#region partners element */
.partners-element {
  overflow-x: hidden;
}
.partners-element .partners-list {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 2000px;
}
.partners-element .partners-list #partner-slider .slick-list {
  height: 210px;
}
#partner-slider2 .slick-track {
  display: flex !important;
}
#partner-slider2 .slick-slide {
  height: auto;
}
#partner-slider2 .slick-slide picture {
  width: 100%;
}
#partner-slider2 .slick-slide picture img {
  margin: 0 auto;
}
#partner-slider2 .slick-arrow {
  position: absolute;
  top: 50%;
}
#partner-slider2 .slick-arrow.slick-prev {
  left: 0;
}
#partner-slider2 .slick-arrow.slick-next {
  right: 0;
}
/*#endregion */
/*#region agenda small */
.calendar-items {
  border-top: 2px solid #F4FCFF;
}
.calendar-items .calendar-item {
  padding: 15px 0;
  border-bottom: 2px solid #F4FCFF;
}
/*#endregion */
/*#region gemeente landing */
.sitescore {
  min-width: 360px;
}
.sitescore img {
  max-width: 100px;
}
/*#endregion */
/*#region chapter menu */
.chapter-block {
  height: auto;
}
.chapter-block .inside > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.chapter-block .inside > ul > li {
  padding-bottom: 30px;
  list-style: none;
}
.chapter-block .inside > ul > li:last-child {
  padding-bottom: 0;
}
.chapter-block .inside > ul > li span.active {
  color: #229FBF;
}
.chapter-block .inside > ul > li span,
.chapter-block .inside > ul > li a {
  padding-bottom: 7px;
  display: block;
  padding-right: 30px;
  font-weight: 700;
}
.chapter-block .inside > ul > li span.completed,
.chapter-block .inside > ul > li a.completed {
  background: url(/lib/img/icons/tick-green.svg) right top 2px no-repeat;
}
.chapter-block .inside > ul > li span.test,
.chapter-block .inside > ul > li a.test {
  color: #7fba42;
}
.chapter-block .inside > ul > li span.test .smaller,
.chapter-block .inside > ul > li a.test .smaller {
  font-size: 13px;
  display: block;
  font-weight: 300;
}
.chapter-block .inside > ul > li span.test-completed,
.chapter-block .inside > ul > li a.test-completed {
  background: #FFFFFF url(/lib/img/icons/tick-green.svg) right 0 top 2px no-repeat;
}
.chapter-block .inside > ul > li ul {
  padding-left: 10px;
}
.chapter-block .inside > ul > li ul li {
  list-style: none;
}
.chapter-block .inside > ul > li ul li a,
.chapter-block .inside > ul > li ul li span {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .chapter-block {
    padding: 20px;
  }
}
#markPageAsUnread,
#markPageAsRead {
  display: none;
}
#markPageAsUnread.show,
#markPageAsRead.show {
  display: inline-block;
}
/*#endregion */
/*#region business plan chapter menu */
.chapter-bp-block .inside h3.completed {
  background: url(/lib/img/icons/tick-green.svg) right top 3px no-repeat;
}
.chapter-bp-block .inside > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.chapter-bp-block .inside > ul > li {
  padding-bottom: 5px;
  list-style-position: inside;
  list-style-type: none;
  font-size: 14px;
}
.chapter-bp-block .inside > ul > li:before {
  float: left;
  width: 15px;
}
.chapter-bp-block .inside > ul > li:nth-child(1):before {
  content: "A.";
}
.chapter-bp-block .inside > ul > li:nth-child(2):before {
  content: "B.";
}
.chapter-bp-block .inside > ul > li:nth-child(3):before {
  content: "C.";
}
.chapter-bp-block .inside > ul > li:nth-child(4):before {
  content: "D.";
}
.chapter-bp-block .inside > ul > li:nth-child(5):before {
  content: "E.";
}
.chapter-bp-block .inside > ul > li:nth-child(6):before {
  content: "F.";
}
.chapter-bp-block .inside > ul > li:nth-child(7):before {
  content: "G.";
}
.chapter-bp-block .inside > ul > li:nth-child(8):before {
  content: "H.";
}
.chapter-bp-block .inside > ul > li:nth-child(9):before {
  content: "I.";
}
.chapter-bp-block .inside > ul > li:last-child {
  padding-bottom: 0;
}
.chapter-bp-block .inside > ul > li span.active {
  color: #229FBF;
}
.chapter-bp-block .inside > ul > li span,
.chapter-bp-block .inside > ul > li a {
  font-size: 14px;
  padding-bottom: 2px;
  display: block;
  /*background: url(/lib/img/icons/cross.svg) right 3px top 2px no-repeat;*/
  padding-right: 30px;
  padding-left: 15px;
}
.chapter-bp-block .inside > ul > li span.completed,
.chapter-bp-block .inside > ul > li a.completed {
  background: url(/lib/img/icons/tick-blue.svg) right top 0 no-repeat;
}
.chapter-bp-block .inside > ul > li ul {
  padding-left: 10px;
}
.chapter-bp-block .inside > ul > li ul li {
  list-style: none;
}
.chapter-bp-block .inside > ul > li ul li a,
.chapter-bp-block .inside > ul > li ul li span {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .chapter-block {
    padding: 20px;
  }
}
#markPageAsUnread,
#markPageAsRead {
  display: none;
}
#markPageAsUnread.show,
#markPageAsRead.show {
  display: inline-block;
}
/*#endregion */
/*#region Business plan */
.bp-block a.completed {
  padding-right: 30px;
  display: block;
  background: url(/lib/img/icons/tick-blue.svg) right top 0 no-repeat;
  background-size: 25px;
}
.bp-block h3 a.completed {
  background: url(/lib/img/icons/tick-green.svg) right top 3px no-repeat;
  background-size: 25px;
}
/*#endregion */
/*#region Messages */
#message-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: right;
}
#message-box .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 23px;
  padding-right: 80px;
  background: url(/lib/img/icons/mail.svg) no-repeat center right 30px;
  background-color: #7fba42;
}
#message-box .btn:hover {
  box-shadow: none;
  background-color: #229FBF;
}
.msg-spinner {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.msg-container {
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 991px) {
  #message-box .btn {
    font-size: 18px;
  }
  .msg-container {
    padding: 10px;
  }
  .msg-container .col-lg-8,
  .msg-container .col-lg-4,
  .msg-container .col-11 {
    margin-bottom: 10px;
  }
}
.messagePage {
  display: none;
  position: relative;
  border-radius: 20px;
  max-width: 1040px;
}
.messagePage.show {
  display: block;
}
.messagePage h2 img {
  position: relative;
  top: -5px;
}
.messagePage .message {
  border-radius: 20px;
  background-color: #FFFFFF;
  position: relative;
}
.messagePage .message:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  top: calc(50% - 10px);
  display: block;
  position: absolute;
}
.messagePage .message.message-right:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFFFFF;
  border-left: 0;
  left: -10px;
}
.messagePage .message.message-left:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-right: 0;
  right: -10px;
}
.messagePage .person {
  background: #FFFFFF url(/lib/img/backgrounds/pills-green-small.svg) no-repeat center right;
  height: 85px;
  width: 100%;
  border-radius: 20px;
}
.messagePage .close-btn {
  position: absolute;
  top: 12px;
  right: 13px;
  z-index: 99;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  padding-top: 3px;
  color: #229FBF;
  cursor: pointer;
}
.messagePage .history {
  display: none;
}
.messagePage .message-form .errors {
  color: #F90000;
  background-color: #FFFFFF;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 5px;
}
.messagePage .message-form,
.messagePage .message-closed {
  display: none;
}
.messagePage .message-form.show,
.messagePage .message-closed.show {
  display: block;
}
/*#endregion */
/*#region Businessplans */
.businessplans nav {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
}
.businessplans .sort {
  color: #7fba42;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
/*#endregion */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.formHolder {
  max-width: 580px;
  position: relative;
  margin: 0 auto;
}
form {
  margin-bottom: 0;
}
.validation-summary-errors {
  color: #F90000;
}
.validation-summary-errors ul {
  list-style: none;
  padding-left: 0;
}
.form {
  /*.required, .mandatory {*/
  /*            input, textarea {
                border-right: 5px solid @cl-red;
            }*/
  /*label.umbraco-forms-label:after {
            content: " *";
            color: @cl-green;
        }
    }*/
  /*    .umbraco-forms-caption {
        font-size: 25px !important;
        line-height: 25px !important;
        text-align: center;
    }*/
}
.form input,
.form textarea {
  background-color: #FFFFFF;
  border: 1px solid #7fba42;
  color: #161615;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 10px 17px;
  outline: none;
  resize: none;
  border-radius: 20px;
}
.form input:focus,
.form textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.form input.error,
.form textarea.error,
.form input.input-validation-error,
.form textarea.input-validation-error {
  border: 1px solid #F90000;
}
.form input.autogrow,
.form textarea.autogrow {
  resize: none;
  overflow-y: hidden;
}
.form .lblgrp {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form .lblgrp label {
  cursor: text;
  font-size: 1rem;
  font-weight: 400;
  left: 10px;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s, color 0.2s;
  -moz-transition: top 0.2s, color 0.2s;
  -o-transition: top 0.2s, color 0.2s;
  transition: top 0.2s, color 0.2s;
}
.form .lblgrp.filled label {
  font-size: 0.6667rem;
  top: -17px;
  left: 17px;
  opacity: 1;
}
.form .lblgrp.tagrp span.error {
  position: relative;
  top: -5px;
}
.form .lblgrp textarea {
  min-height: 120px;
}
.form .lblgrp textarea.high {
  min-height: 200px;
}
.form input[type=checkbox],
.form input[type=radio] {
  margin-right: 5px;
  width: auto;
}
.form label.umbraco-forms-label {
  font-weight: 400;
}
.form .hideLabel {
  /* margin: 20px 0 7px;*/
  /*        label.umbraco-forms-label {
            display: none;
        }*/
}
.form .hideLabel a:hover {
  text-decoration: underline;
}
.form .hideLabel span.error {
  position: relative;
  top: -5px;
}
.form .titleanddescription {
  margin-top: 15px;
}
.form .help-block {
  font-size: 14px;
  padding-top: 4px;
  display: block;
  padding-left: 19px;
}
.form .radionice {
  display: inline-block;
  background: url(/lib/img/icons/radio.svg) no-repeat center center;
  height: 30px;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
  top: 6px;
  position: relative;
}
.form .radionice.ticked {
  background: url(/lib/img/icons/radio-checked.svg) no-repeat center center;
}
.form .form-text {
  color: #161615;
  margin-top: 8px;
  font-size: 12px;
  margin-bottom: -5px;
}
.form .field-validation-error,
.form span.error {
  color: #F90000;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 5px 4px 19px;
  margin-bottom: -8px;
}
.form .errors-white span.error {
  color: #FFFFFF;
}
.form fieldset legend {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.form .ddgrp {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form .ddgrp select {
  background: transparent;
  border: 1px solid #7fba42;
  border-radius: 20px;
  color: #161615;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 10px 17px;
  position: relative;
  width: 100%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(/lib/img/icons/arrow-menu.svg) no-repeat center right 15px;
}
.form .ddgrp select option {
  color: #161615;
  font-size: 1rem;
  font-weight: 400;
}
.form .ddgrp select.error,
.form .ddgrp select.input-validation-error {
  border: 1px solid #F90000;
}
.form .ddgrp .ddgrp-title {
  color: #161615;
  cursor: text;
  font-size: 1rem;
  font-weight: 400;
  left: 15px;
  position: absolute;
  top: 25px;
  -webkit-transition: top 0.2s, color 0.2s;
  -moz-transition: top 0.2s, color 0.2s;
  -o-transition: top 0.2s, color 0.2s;
  transition: top 0.2s, color 0.2s;
  opacity: 0;
}
.form .ddgrp.filled .ddgrp-title {
  font-size: 0.6667rem;
  top: -17px;
  left: 17px;
  opacity: 1;
}
.form .ddgrp.ddgrp-white select {
  background-color: #FFFFFF;
}
.form .ddgrp.ddgrp-white .ddgrp-title {
  color: #FFFFFF;
}
.form .fileupload {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.form .fileupload .fileupload-title {
  color: #161615;
  cursor: text;
  font-size: 18px;
  font-weight: 400;
  left: 50px;
  position: absolute;
  margin-bottom: 0;
  top: 13px;
  -webkit-transition: top 0.2s, color 0.2s;
  -moz-transition: top 0.2s, color 0.2s;
  -o-transition: top 0.2s, color 0.2s;
  transition: top 0.2s, color 0.2s;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
}
.form .fileupload.filled .fileupload-title {
  font-size: 0.6667rem;
  font-weight: 400;
  top: -17px;
  bottom: auto;
  color: #FFFFFF;
  left: 19px;
}
.form .fileupload .nice-upload {
  color: #161615;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 8px 15px 7px 50px;
  position: relative;
  width: 100%;
  border: 1px solid #7fba42;
  border-radius: 20px;
  display: inline-block;
  max-width: 400px;
  background: url(/lib/img/icons/paper-clip.svg) #FFFFFF left 10px center no-repeat;
  background-size: 30px;
}
.form .fileupload .nice-upload input {
  visibility: hidden;
  width: 0;
  padding: 0;
}
.form .fileupload .upload-holder.error .nice-upload,
.form .fileupload .upload-holder2.error .nice-upload {
  border: 1px solid #F90000;
}
.form .fileupload #cv-error,
.form .fileupload #cv-error2 {
  display: none !important;
  background-color: #F4FCFF;
  color: #F90000;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 7px 7px;
  width: 100%;
}
.form .fileupload #cv-error.show,
.form .fileupload #cv-error2.show {
  display: inline-block !important;
}
.form .multiplechoice,
.form .singlechoice {
  border: 1px solid #7fba42;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 25px;
}
.form .multiplechoice label,
.form .singlechoice label {
  font-weight: 400;
  margin-bottom: 5px;
}
.form .multiplechoice .radiobuttonlist input,
.form .singlechoice .radiobuttonlist input {
  width: auto;
}
.form .subtext {
  padding-left: 19px;
  font-size: 15px;
}
.form .fnt16 a {
  text-decoration: underline;
}
.form .umbraco-forms-navigation .btn {
  margin-bottom: 15px;
  width: auto;
}
.editdropdown {
  background: url(/lib/img/icons/arrow-menu.svg) no-repeat top 18px right 23px;
  cursor: pointer;
}
.bg-green .form .lblgrp.filled label,
.bg-orange .form .lblgrp.filled label {
  color: #FFFFFF;
}
.grecaptcha-disclaimer {
  font-size: 10px;
  padding-top: 20px;
}
.grecaptcha-badge {
  display: none;
}
#form-success {
  color: #161615;
}
#form-error {
  color: #F90000;
}
#messageSend {
  font-size: 20px;
  display: none;
}
.newsletter-form .input-border {
  max-width: 320px;
}
.newsletter-form .newsletter-submit {
  background-color: #FFFFFF;
  background: url(/lib/img/icons/arrow-right.svg) left 11px center no-repeat;
  position: absolute;
  border: 1px solid #7fba42;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  right: 10px;
  top: -14px;
}
/*#region search place */
#search-place {
  width: 400px;
  max-width: 100%;
  border: 1px solid #818386;
  color: #229FBF;
  padding: 17px 20px;
  /*background: url(/lib/img/icons/search2.svg) @cl-white no-repeat right 15px center;*/
  background-size: 23px;
  z-index: 99;
}
#search-place::placeholder {
  color: #229FBF;
  opacity: 1;
  /* Firefox */
}
#search-place:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #229FBF;
}
#search-place::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #229FBF;
}
.ui-widget.ui-widget-content.ui-autocomplete {
  /*display: block !important;*/
  border: 1px solid #818386;
  border-top: 0;
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ui-widget.ui-widget-content.ui-autocomplete:before {
  width: 100%;
  content: " ";
  background-color: white;
  height: 18px;
  position: relative;
  top: -18px;
  display: block;
  border-left: 1px solid #818386;
  border-right: 1px solid #818386;
  margin-bottom: -18px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
  border-left: 1px solid #818386;
  border-right: 1px solid #818386;
  font-size: 16px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 1px solid #818386;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:last-child .ui-state-active {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-state-active {
  border: 0;
  margin: 0;
  background-color: #7fba42;
}
/*#endregion */
/*#region Business plan */
.form.business-plan label {
  font-weight: 700;
}
.form.business-plan .lblgrp.filled label {
  font-weight: 400;
}
.form.business-plan .ckrdgrp input [type=checkbox],
.form.business-plan .ckrdgrp input[type=radio] {
  accent-color: #161615;
}
.form.business-plan input[type=radio].readonly {
  accent-color: #818386;
}
.form.business-plan .rb-sub {
  display: none;
  /*max-width: 260px;*/
  position: relative;
  top: -10px;
  margin-bottom: 0;
}
.form.business-plan .rb-sub.show {
  display: block;
}
.form.business-plan .delete-row {
  width: 30px;
  height: 30px;
  background: url(/lib/img/icons/delete.svg) center center no-repeat;
  display: block;
  margin-top: 6px;
}
.form.business-plan .input-row:first-child .delete-row {
  display: none;
}
.form.business-plan .currency:before {
  content: "€";
  position: absolute;
  top: 29px;
  left: 30px;
}
.form.business-plan .currency input {
  padding-left: 25px;
}
.form.business-plan .currency-td {
  position: relative;
}
.form.business-plan .currency-td:before {
  content: "€";
  position: absolute;
  top: 11px;
  left: 16px;
}
.form.business-plan .currency-td input {
  padding-left: 25px;
}
.form.business-plan .mw-2col {
  max-width: 458px;
}
.form.business-plan .fl-bold:first-letter {
  font-weight: 700;
  text-decoration: underline;
}
.form.business-plan input:read-only {
  background-color: #F4FCFF;
}
.form.business-plan .netto-calculator label {
  font-weight: 400;
}
.form.business-plan #beginBalansToelichting {
  max-width: 1228px;
}
.form.business-plan .mw-566 {
  max-width: 566px;
}
.saveMessageHolder {
  padding-top: 5px;
  height: 40px;
}
.saveMessageHolder #saveMessage {
  font-weight: 700;
}
.sort-date {
  cursor: pointer;
}
.sort-date .sort-arrow {
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991px) {
  .input-row {
    padding-bottom: 20px;
  }
  .input-row input,
  .input-row select {
    margin-bottom: 5px !important;
  }
  .input-row .delete-row:after {
    content: "Verwijderen";
    color: #7fba42;
    position: relative;
    padding-left: 38px;
    top: 4px;
  }
}
/*#endregion */
/*#region datalist */
datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  border: 1px solid #161615;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  /*border-left: 1px solid @cl-black;*/
}
datalist option {
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 15px;
  background-color: #FFFFFF;
  cursor: pointer;
  line-height: 1rem;
  /*    &:first-child {
        border-top: 1px solid @cl-black;
    }

    &:last-child {
        border-bottom: 1px solid @cl-black;
    }*/
}
/* option active styles */
datalist option:hover,
datalist option:focus {
  color: #fff;
  background-color: #155ca2;
  outline: 0 none;
}
/*#endregion */
.steps .step-number {
  float: left;
  color: #FFFFFF;
  font-size: 44px;
  width: 128px;
  height: 164px;
  padding-top: 18px;
  padding-left: 72px;
  margin-right: -35px;
  font-weight: 700;
  background: url(/lib/img/icons/pill-green.svg) no-repeat center;
  position: relative;
  left: -50px;
  top: -20px;
  margin-bottom: -150px;
}
.steps .inside {
  position: relative;
}
.steps .steps-right .insider {
  border-left: 2px solid #229FBF59;
  height: 100%;
  padding-left: 5px;
}
.steps .steps-right .insider .steptick {
  width: 40px;
  height: 40px;
  border: 1px solid #161615;
  border-radius: 14px;
  cursor: pointer;
}
.steps .steps-right .insider .steptick.ticked:before {
  content: ' ';
  background: url(/lib/img/icons/tick-large.svg) no-repeat top center;
  width: 76px;
  height: 59px;
  position: relative;
  top: -30px;
  display: block;
  left: -5px;
}
@media (max-width: 992px) {
  .steps .step-number {
    font-size: 25px;
    width: 94px;
    height: 82px;
    padding-top: 23px;
    padding-left: 42px;
    margin-right: -44px;
    left: -33px;
    top: -25px;
    margin-bottom: -80px;
    background-size: contain;
  }
}
.steps-bottom .art {
  position: relative;
}
.steps-bottom .art:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  background-color: #229FBF;
  position: absolute;
  top: 4px;
}
.steps-bottom .art .inside {
  padding-left: 28px;
}
.score {
  border-right: 2px solid #229FBF59;
  height: 100%;
  padding-right: 20px;
  width: 100%;
}
.score .sticky-top {
  z-index: 1010;
}
.score .percHolder {
  font-size: 32px;
  font-weight: 700;
  width: 325px;
  padding-bottom: 270px;
  padding-top: 40px;
  position: relative;
}
.score .percHolder.rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#stepsNotComplete,
#stepsComplete {
  font-size: 16px;
}
#stepsNotComplete h2,
#stepsComplete h2 {
  font-weight: 700;
}
#stepFormSend,
#stepFormError,
#stepsComplete {
  display: none;
}
.step-form h3 {
  font-weight: 700;
}
.step-form label.error {
  display: none !important;
}
.moreinfo img.lazy {
  position: absolute;
  top: -40px;
}
.moreinfo .left,
.moreinfo .right {
  padding-bottom: 70px;
}
.moreinfo .btn {
  position: absolute;
  bottom: 15px;
  padding: 8px 40px;
}
@media (max-width: 992px) {
  .cat-img {
    margin-bottom: 20px;
    max-height: 280px;
  }
  .art {
    position: relative;
  }
  .art .inside {
    padding-left: 28px;
    padding-bottom: 30px;
  }
  .art:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    background-color: #229FBF;
    position: absolute;
    top: 4px;
  }
  .img2,
  .img8,
  .img9 {
    display: none;
  }
  .score-mobile {
    padding-right: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #229FBF;
    z-index: 99;
  }
  .score-mobile .percHolder {
    font-size: 25px;
    padding-bottom: 35px;
  }
  .steps .steps-right .insider .steptick {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  .steps .steps-right .insider .steptick.ticked:before {
    width: 35px;
    height: 28px;
    top: -7px;
    display: block;
    left: 0;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .steps.steps-top {
    background: url(/lib/img/backgrounds/steps.svg) no-repeat left top 70px;
  }
  .steps .img1 {
    right: 5%;
    top: 0;
  }
  .steps .img2 {
    right: 0;
    top: 700px;
  }
  .steps .img3 {
    right: 5%;
    top: 100px;
  }
  .steps .img4 {
    left: 0;
    top: 135px;
  }
  .steps .img5 {
    right: 5%;
    top: 150px;
  }
  .steps .img6 {
    left: 0;
    top: 180px;
  }
  .steps .img7 {
    right: 5%;
    top: 96px;
  }
  .steps .img8 {
    right: 3%;
    top: 610px;
  }
  .steps .img9 {
    right: 0;
    top: 880px;
  }
  .steps .img10 {
    left: 0;
    top: 140px;
  }
  .steps .cat1 .inside {
    height: 80px;
  }
  .steps .art1 .inside {
    padding-left: 160px;
    height: 330px;
  }
  .steps .art2 .inside {
    padding-left: 470px;
    height: 315px;
  }
  .steps .art3 .inside {
    padding-left: 160px;
    height: 420px;
  }
  .steps .cat2 .inside {
    height: 98px;
  }
  .steps .art4 .inside {
    padding-left: 160px;
    height: 240px;
  }
  .steps .art5 .inside {
    padding-left: 160px;
    height: 300px;
  }
  .steps .cat3 .inside {
    height: 42px;
  }
  .steps .art6 .inside {
    padding-left: 546px;
    height: 256px;
  }
  .steps .art7 .inside {
    padding-left: 546px;
    height: 302px;
  }
  .steps .cat4 .inside {
    height: 115px;
  }
  .steps .art8 .inside {
    padding-left: 158px;
    height: 264px;
  }
  .steps .art9 .inside {
    padding-left: 158px;
    height: 266px;
  }
  .steps .art10 .inside {
    padding-left: 426px;
    height: 275px;
  }
  .steps .art10 .inside .text {
    max-width: 630px;
  }
  .steps .cat5 .inside {
    height: 113px;
  }
  .steps .art11 .inside {
    padding-left: 426px;
    height: 266px;
  }
  .steps .art11 .inside .text {
    max-width: 630px;
  }
  .steps .art12 .inside {
    padding-left: 426px;
    height: 300px;
  }
  .steps .art12 .inside .text {
    max-width: 630px;
  }
  .steps .cat6 .inside {
    height: 137px;
  }
  .steps .art13 .inside {
    padding-left: 160px;
    height: 242px;
  }
  .steps .art13 .inside .text {
    max-width: 550px;
  }
  .steps .art14 .inside {
    padding-left: 160px;
    height: 252px;
  }
  .steps .art14 .inside .text {
    max-width: 800px;
  }
  .steps .art15 .inside {
    padding-left: 160px;
    height: 236px;
  }
  .steps .art15 .inside .text {
    max-width: 600px;
  }
  .steps .art16 .inside {
    padding-left: 160px;
    height: 280px;
  }
  .steps .art16 .inside .text {
    max-width: 600px;
  }
  .steps .art17 .inside {
    padding-left: 486px;
    height: 216px;
  }
  .steps .art17 .inside .text {
    max-width: 640px;
  }
  .steps .cat7 .inside {
    height: 140px;
  }
  .steps .art18 .inside {
    padding-left: 548px;
    height: 266px;
  }
  .steps .art19 .inside {
    padding-left: 548px;
    height: 294px;
  }
  .steps .art20 .inside {
    padding-left: 548px;
    height: 180px;
  }
  .steps .art .text {
    max-width: 480px;
  }
  .steps .cat-img {
    position: absolute;
  }
  .steps .steps-right .insider {
    padding-left: 25px;
  }
  .moreinfo h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .moreinfo h3 {
    font-size: 30px;
  }
  .moreinfo .btn {
    bottom: 0;
  }
  .moreinfo .left .btn {
    right: 0;
  }
}
@media (min-width: 992px) AND (max-width: 1300px) {
  .score .percHolder {
    padding-bottom: 310px;
  }
  .steps .img1 {
    top: 190px;
    width: 190px;
    right: 0;
  }
  .steps .img2 {
    width: 250px;
    top: 870px;
  }
  .steps .img3 {
    display: none;
  }
  .steps .img4,
  .steps .img7,
  .steps .img8,
  .steps .img9 {
    display: none;
  }
  .steps .img5 {
    right: 0;
    top: -40px;
    width: 180px;
  }
  .steps .art6 .inside .text,
  .steps .art7 .inside .text,
  .steps .art18 .inside .text,
  .steps .art19 .inside .text {
    font-size: 19px;
  }
}
img.tooltip2 {
  padding-left: 5px;
  cursor: help;
  top: -2px;
  position: relative;
}
.calculator-container {
  max-width: 1000px;
}
.calculator-container label.cur {
  position: relative;
}
.calculator-container label.cur::before {
  position: absolute;
  cursor: default;
  left: 8px;
  top: 16px;
  content: "€";
}
.calculator-container label.cur input {
  padding-left: 21px;
}
.calculator-container input[type="text"] {
  max-width: 160px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #7fba42;
  padding: 8px 10px;
  margin-top: 7px;
}
.calculator-container input[type="radio"] {
  accent-color: #161615;
}
.calculator-container .top-part {
  display: none;
  padding: 0 15px;
}
.calculator-container .top-part .right {
  border-top: 1px solid #229FBF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 15px;
}
.calculator-container .split-part {
  padding: 0 15px;
}
.calculator-container .split-part .right {
  height: 15px;
}
.calculator-container .left-part {
  background-color: #229fbf26;
  padding: 0 15px;
  border-radius: 5px;
  padding-bottom: 15px;
}
.calculator-container .left-part .col-sm-8 span,
.calculator-container .left-part .col-sm-5 span {
  margin-top: 12px;
  display: block;
}
.calculator-container .left-part .right .text {
  padding: 12px 5px 5px 5px;
}
.calculator-container .left-part .calc-left {
  margin-top: 12px;
}
.calculator-container .left-part .calc-left input {
  margin-right: 5px;
}
.calculator-container .left-part .calc-left label {
  margin-right: 10px;
}
.calculator-container .green-part {
  background-color: #7fba42;
  color: #FFFFFF;
  padding: 15px 15px 5px 15px;
  border-radius: 5px;
  font-weight: 700;
}
.calculator-container .bottom-part {
  display: none;
  padding: 0 15px;
}
.calculator-container .bottom-part .right {
  border-bottom: 1px solid #229FBF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 15px;
}
.calculator-container #daguren {
  width: 50px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .calculator-container .top-part,
  .calculator-container .bottom-part {
    display: block;
  }
  .calculator-container .right {
    border-left: 1px solid #229FBF;
    border-right: 1px solid #229FBF;
    background-color: #FFFFFF;
    /*height: 100%;*/
    text-align: center;
    color: #161615;
  }
  .calculator-container .right.right-last {
    height: 50px;
  }
  .calculator-container .right.higher {
    height: 42px;
  }
  .calculator-container .left-part {
    padding-bottom: 0;
  }
  .calculator-container .left-part .right .text {
    max-width: 160px;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    margin: 0 auto;
  }
  .calculator-container .green-part .calc-left {
    padding-bottom: 10px;
    display: block;
  }
}
/*#region test form */
.test-form p {
  margin-bottom: 0;
}
.test-form .radionice {
  display: inline-block;
  background: url(/lib/img/icons/rb.svg) no-repeat center center;
  height: 30px;
  width: 20px;
  margin-right: 8px;
  cursor: pointer;
  top: 9px;
  position: relative;
}
.test-form .radionice.ticked {
  background: url(/lib/img/icons/rb-checked.svg) no-repeat center center;
}
.test-form .page {
  display: none;
}
.test-form .page#page-1 {
  display: block;
}
.test-form .block-test {
  height: auto;
  padding-top: 20px;
  border-top: 1px solid #229FBF;
}
.test-form .qgrp {
  margin-bottom: 30px;
  /*        .answer {
            font-size: 16px;
        }*/
}
.test-form .qgrp .radionice.radiotest {
  margin-right: 2px;
}
.test-form .qgrp .checktest.radionice {
  width: 15px;
  background: url(/lib/img/icons/cb.svg) no-repeat center left;
}
.test-form .qgrp .checktest.radionice.ticked {
  background: url(/lib/img/icons/cb-checked.svg) no-repeat center left;
}
.test-form .qgrp .question {
  margin-bottom: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.test-form .qgrp .explanation {
  font-size: 16px;
}
.test-form .qgrp textarea {
  background-color: #FFFFFF;
  color: #161615;
  font-size: 18px;
  padding: 8px 15px 8px 15px;
  width: 100%;
  border: 2px solid #fff;
  height: 230px;
  border: 1px solid #161615;
  margin-top: 15px;
}
.test-form .pages {
  color: #FFFFFF;
  margin-top: 15px;
}
.test-form .completion-holder {
  background-color: #F4FCFF;
  padding: 15px 15px 15px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
  display: flex;
}
.test-form .completion-holder .completion {
  margin-top: 25px;
  background-color: #7fba42;
  height: 7px;
  width: 100%;
  position: relative;
}
.test-form .completion-holder .completion .completionpage {
  border: 1px solid #7fba42;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  text-align: center;
  padding-top: 1px;
  position: absolute;
  top: -10px;
  margin-left: -12px;
}
.test-form .completion-holder .completion .completionpage:first-child {
  left: -1px;
  margin-left: 0;
}
.test-form .completion-holder .completion .completionpage:last-child {
  right: -1px;
  margin-left: 0;
}
.test-form .completion-holder .completion .completionpage.completed {
  background-color: #7fba42;
  border-color: #7fba42;
  color: #FFFFFF;
}
.test-form .completion-holder #submit-test {
  white-space: nowrap;
  margin-left: 20px;
}
.test-form .completion-holder #previous-page {
  display: none;
  white-space: nowrap;
  margin-right: 20px;
}
.test-form #answerError {
  display: none;
  color: #F90000;
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .test-form .completion-holder {
    display: block;
    padding: 10px 20px 20px;
  }
  .test-form .completion-holder #submit-test {
    margin-top: 30px;
    margin-left: 0;
  }
  .test-form .completion-holder #previous-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*#endregion */
/*#region example question */
.example-question {
  border-top: 1px solid #229FBF;
  border-bottom: 1px solid #229FBF;
  padding: 30px 0;
}
/*#endregion */