/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body h1 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #00a35e;
  line-height: 69px;
}
body h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  color: #00a35e;
  margin-bottom: 50px;
}
body h3 {
  font-size: 30px;
  font-weight: bold;
}
body h4 {
  font-size: 18px;
  line-height: 28px;
  color: #00a35e;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
body p {
  font-size: 18px;
  line-height: 30px;
  margin: 25px 0px;
}
body p.lead {
  font-size: 26px;
  line-height: 48px;
  margin: 25px 0px;
  font-weight: normal;
}
body p.header-text {
  max-width: 700px;
  margin: 0px auto 25px auto;
  text-align: center;
}
ul.list {
  list-style: none;
  margin: 0;
}
ul.list li {
  line-height: 40px;
}
.specsheet {
  background: white;
  border-radius: 20px;
  padding: 60px;
  max-width: 550px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}
.specsheet .buttons {
  width: 100%;
}
.specsheet .buttons a {
  margin: 0 auto;
}
ul.specs {
  list-style: none;
  margin: 0;
}
ul.specs li {
  border-bottom: 2px solid #00a35e;
  line-height: 50px;
}
ul.specs li span {
  font-weight: bold;
  margin-right: 10px;
}
ul.specs li:last-child {
  border-bottom: 0;
}
ul.specs-top {
  list-style: none;
  margin: 0;
}
ul.specs-top li {
  line-height: 40px;
  font-size: 18px;
}
ul.specs-top li span {
  font-weight: bold;
  margin-right: 10px;
}
.header-title {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}
span.subtitle {
  display: block;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #006e63;
  text-transform: uppercase;
}
.column-2 {
  display: flex;
  flex-direction: row;
  max-width: 1250px;
  margin: 0 auto;
}
.column-2.reverse {
  flex-direction: row-reverse;
}
.column-2 .content {
  width: 50%;
  padding-right: 100px;
}
.column-2 .image {
  width: 50%;
}
.column-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: -25px;
}
.column-3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: calc(100% / 3);
  min-height: 550px;
  background: white;
  border-radius: 40px;
  text-align: center;
  padding: 60px 40px;
  box-shadow: 0px 0px 40px #00a35e1c;
  margin: 25px;
  z-index: 1;
}
.column-3 .item img {
  max-height: 100px;
  max-width: 200px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ballon {
  min-height: 250px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding: 50px;
}
.ballon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #00a35e;
  transform: rotate(45deg);
  right: -10px;
}
.ballon h3 {
  margin: 0;
  max-width: 600px;
  line-height: 45px;
  color: white;
}
.ballon .button-elepress {
  margin: 30px auto 0px auto;
}
.ballon.primary-color {
  background: #00a35e;
}
.ballon.secundary-color {
  background: #006e63;
  min-height: 350px;
}
.ballon.secundary-color:after {
  background: #006e63;
}
.ballon.secundary-color .button-elepress {
  border: 2px solid #00a35e;
  line-height: 56px;
  width: 256px;
}
.ballon.secundary-color .button-elepress:hover {
  border: 2px solid white;
}
.grid-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
.grid-1 .item {
  width: 25%;
  margin-bottom: 50px;
}
.grid-1 .item .content {
  margin: 20px;
  text-align: center;
}
.grid-1 .item .content img {
  border-radius: 50%;
  border: 2px solid #00a35e;
}
.grid-images {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -50px;
  justify-content: center;
}
.grid-images .item {
  width: 50%;
}
.grid-images .item .content {
  padding: 40px 50px;
}
.grid-images .item .content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 40px;
  background: white;
}
.grid-images.selected {
  display: flex;
}
a.down {
  display: block;
  margin-top: 25px;
}
a.down img {
  width: 20px;
}
a.button-elepress, button.button-elepress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 60px;
  width: 260px;
  transition: all 0.2s;
}
a.button-elepress:before, button.button-elepress:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 15px;
  background: #ddd;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
  transform: scale(0.9);
}
a.button-elepress:hover::before, button.button-elepress:hover::before {
  opacity: 1;
  transform: scale(1);
}
a.button-elepress.primary-color, button.button-elepress.primary-color {
  background: #00a35e;
}
a.button-elepress.secundary-color, button.button-elepress.secundary-color {
  background: #006e63;
}
.buttons {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 540px;
}
.buttons a {
  color: white;
}
.alle-varianten {
  margin-top: 75px;
  margin-bottom: 50px;
}
.alle-varianten .column-3 .item {
  text-align: left;
}
.alle-varianten .column-3 .item img {
  max-height: 170px;
}
.alle-varianten .column-3 .item .content {
  padding: 0 50px;
}
.alle-varianten .column-3 .item .content h2 {
  margin-bottom: 25px;
}
.alle-varianten .column-3 .item a.button-elepress {
  margin-top: 50px;
}
#mail {
  position: fixed;
  background: white;
  border-radius: 33px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 0px 25px 25px 25px;
  right: -40px;
  top: 77px;
  width: 300px;
  transform: translateX(280px);
  transition: transform 0.33s;
  z-index: 10001;
}
#mail.active {
  transform: translateX(0px);
}
#mail.active #mail-panel-button {
  transform: translateX(-15px);
  transition-delay: 0s;
}
#mail.active #mail-panel-button img {
  transition-delay: 0s;
  transform: rotate(180deg);
}
#mail #mail-panel-button {
  display: flex;
  width: 100px;
  height: 66px;
  cursor: pointer;
  margin-bottom: 0px;
  background: white;
  transform: translateX(-100px);
  padding-left: 15px;
  padding-right: 60px;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.66s;
  transition-delay: 0.33s;
}
#mail #mail-panel-button img {
  transition-delay: 0.33s;
  transform: rotate(0deg);
}
#mail .content {
  width: 175px;
  margin-left: 10px;
}
#mail .content img.profile {
  border-radius: 50%;
  margin-bottom: 25px;
}
#mail .content h4 {
  font-size: 16px;
  margin-bottom: 0;
}
#mail .content p {
  margin-top: 0;
}
#mail a.button-elepress {
  max-width: 210px;
}
body #g-mobilemenu {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
}
body #g-mobilemenu button.mobilemenu {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #00a35e;
  color: white;
  font-size: 24px;
}
body #g-page-surround #g-mobilemenu {
  display: none;
}
body #g-page-surround #g-navigation {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  transition: transform 0.33s;
  z-index: 10000;
}
body #g-page-surround #g-navigation .platform-content {
  margin: 0;
  padding: 0;
}
body #g-page-surround #g-navigation.active {
  transform: translateY(0);
}
body #g-page-surround #g-navigation #mainnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #00a35e;
  height: 60px;
}
body #g-page-surround #g-navigation #mainnav a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
}
body #g-page-surround #g-navigation #mainnav ul.navigation {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  margin: 0;
  width: 60%;
  height: 100%;
}
body #g-page-surround #g-navigation #mainnav ul.navigation li {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.1s;
}
body #g-page-surround #g-navigation #mainnav ul.navigation li.active {
  background-color: #006e63;
}
body #g-page-surround #g-navigation #mainnav ul.navigation li:hover {
  background-color: #006e63;
}
body #g-page-surround #g-navigation #mainnav ul.navigation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 1vw;
  color: white;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
}
body #g-page-surround #g-navigation #mainnav a.button-elepress {
  border-radius: 0;
}
body #g-page-surround #g-navigation #subnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
}
body #g-page-surround #g-navigation #subnav ul.navigation {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin: 0;
  width: 50%;
}
body #g-page-surround #g-navigation #subnav ul.navigation li {
  margin: 0 20px;
  line-height: 15px;
}
body #g-page-surround #g-navigation #subnav ul.navigation li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00a35e;
  text-transform: uppercase;
}
body #g-page-surround #g-navigation #subnav ul.navigation li a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
body #g-page-surround #g-navigation #subnav ul.navigation li a img {
  width: 80px;
  margin-top: -10px;
  margin-bottom: -5px;
  transition: transform 0.2s;
}
body #g-page-surround #g-googlemaps {
  background: #26847a;
  margin-top: 160px;
  margin-bottom: 50px;
  height: 800px;
  position: relative;
}
body #g-page-surround #g-googlemaps h1.test {
  width: 100%;
  text-align: center;
  position: absolute;
  color: white;
  z-index: 1000;
}
body #g-page-surround #g-googlemaps .platform-content {
  padding: 0;
  margin: 0;
}
body #g-page-surround #g-googlemaps .platform-content .maps-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
  padding: 0 1.563rem;
}
body #g-page-surround #g-googlemaps .platform-content .maps-layer span.subtitle {
  color: white;
  margin-top: 50px;
}
body #g-page-surround #g-googlemaps .platform-content .maps-layer h1 {
  color: white;
}
body #g-page-surround #g-header {
  background: #F8F8F8;
  padding-top: 160px;
  padding-bottom: 0;
}
body #g-page-surround #g-header h2 {
  font-weight: bold;
  line-height: 55px;
}
body #g-page-surround #g-header a {
  color: white;
}
body #g-page-surround #g-header #header-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}
body #g-page-surround #g-header #header-hero img.elepress {
  width: 540px;
  margin-top: 25px;
  margin-bottom: 0;
}
body #g-page-surround #g-header #header-hero.home img.elepress {
  width: 540px;
  transition: all 1s;
  transform: scale3d(1.2, 1.2, 1.2);
  margin-top: 100px;
  margin-bottom: 50px;
}
body #g-page-surround #g-header #header-hero.home img.elepress.active {
  transform: scale3d(1, 1, 1);
  margin-top: 25px;
  margin-bottom: 0;
}
body #g-page-surround #g-header #header-hero h1 {
  margin-top: 50px;
  margin-bottom: 25px;
}
body #g-page-surround #g-header #header-hero h1.animated span {
  opacity: 0;
  transition: opacity 0.5s;
}
body #g-page-surround #g-header #header-hero p {
  margin: 0;
  max-width: 540px;
}
body #g-page-surround #g-header #header-hero .header-sub {
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0, 0, 1);
  transform: translateY(-50px);
}
body #g-page-surround #g-header #header-hero .header-sub.active {
  opacity: 1;
  transform: translateY(0px);
}
body #g-page-surround #g-header #header-over-elepress {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #g-page-surround #g-header #header-over-elepress img.elepress {
  margin-top: 25px;
  width: 540px;
}
body #g-page-surround #g-header #header-voordelen {
  margin-top: 100px;
}
body #g-page-surround #g-header #header-voordelen .column-2 {
  margin-bottom: 150px;
}
body #g-page-surround #g-header #header-voordelen .column-2 .content:nth-child(2) {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
body #g-page-surround #g-header #header-voordelen .column-2 .selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
}
body #g-page-surround #g-header #header-voordelen .column-2 .selection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: calc(100% - 50px);
  background: linear-gradient(-90deg, rgba(248, 248, 248, 0), #f8f8f8);
  z-index: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 .selection:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: calc(100% - 50px);
  background: linear-gradient(90deg, rgba(248, 248, 248, 0), #f8f8f8);
  z-index: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 .selection img.large-icon {
  position: absolute;
  opacity: 0;
  width: 400px;
  height: 300px;
  margin-bottom: 50px;
  transform: translateX(-150%);
  transition: all 1s;
}
body #g-page-surround #g-header #header-voordelen .column-2 .selection img.large-icon.selected {
  opacity: 1;
  transform: translateX(0%);
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  width: 100%;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.5;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li:hover img.small-icon-hover {
  opacity: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li:nth-child(1) {
  transform: scale3d(0.9, 0.9, 0.9);
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li:nth-child(2) {
  transform: scale3d(0.8, 0.8, 0.8);
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li.selected {
  opacity: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li.selected img.small-icon {
  opacity: 0;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li.selected img.small-icon-hover {
  opacity: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li img.small-icon {
  z-index: 1;
}
body #g-page-surround #g-header #header-voordelen .column-2 ul.selection-icons li img.small-icon-hover {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s;
}
body #g-page-surround #g-header #header-voordelen .column-2 .information {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 100px;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}
body #g-page-surround #g-header #header-voordelen .column-2 .information span.subtitle {
  letter-spacing: 0.5px;
}
body #g-page-surround #g-header #header-voordelen .column-2 .information h1 {
  text-align: left;
}
body #g-page-surround #g-header #header-voordelen .column-2 .information.selected {
  opacity: 1;
  pointer-events: all;
}
body #g-page-surround #g-intro {
  position: relative;
  background: #F8F8F8;
  z-index: 10;
  padding: 0;
}
body #g-page-surround #g-intro p.lead:first-child {
  margin-top: 0;
}
body #g-page-surround #g-intro .column-2 .content:last-child {
  padding-right: 0;
}
body #g-page-surround #g-formulier {
  margin-top: 160px;
  padding-bottom: 75px;
  position: relative;
  margin-bottom: 100px;
}
body #g-page-surround #g-formulier:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: #00a35e;
  bottom: 0;
}
body #g-page-surround #g-formulier .contactgegevens {
  margin-left: 150px;
}
body #g-page-surround #g-formulier .contactgegevens .item {
  margin-bottom: 100px;
}
body #g-page-surround #g-formulier .contactgegevens .item h4 {
  font-size: 16px;
  display: inline-flex;
  margin: 0px 10px 0px 0px;
  line-height: 18px;
}
body #g-page-surround #g-formulier .contactgegevens .item a, body #g-page-surround #g-formulier .contactgegevens .item p {
  color: black;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
body #g-page-surround #g-formulier .g-block {
  justify-content: center;
  display: flex;
}
body #g-page-surround #g-formulier .g-block .g-content {
  display: flex;
  flex-direction: row;
}
body #g-page-surround #g-features {
  padding: 0;
  background: #00a35e;
  height: 4000px;
}
body #g-page-surround #g-features #scroll-animation {
  margin-top: 25vh;
  width: 100%;
  left: 0;
  right: 0;
}
body #g-page-surround #g-features #scroll-animation .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body #g-page-surround #g-features #scroll-animation .container #elepress-rotation {
  transform: translateX(50px);
}
body #g-page-surround #g-features #scroll-animation .container .titel {
  position: relative;
  opacity: 0;
  margin-top: 50px;
}
body #g-page-surround #g-features #scroll-animation .container .titel h2 {
  max-width: 550px;
  margin: 0 auto;
  color: white;
}
body #g-page-surround #g-features #scroll-animation .container .tekst {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 750px;
}
body #g-page-surround #g-features #scroll-animation .container .tekst p {
  color: white;
}
body #g-page-surround #g-features #scroll-animation .container a.button-elepress {
  margin: 0 auto;
  box-shadow: 0px 3px 10px #006e63;
}
body #g-page-surround #g-utility {
  position: relative;
  padding: 0;
  min-height: 750px;
  background: #F8F8F8;
}
body #g-page-surround #g-utility img.utility-1 {
  position: absolute;
  top: -284px;
  left: 50px;
  max-width: 210px;
  z-index: 2;
}
body #g-page-surround #g-utility .column-2 {
  max-width: 1100px;
}
body #g-page-surround #g-utility .column-2 .image {
  position: relative;
}
body #g-page-surround #g-utility .column-2 .image #elepress-animation {
  position: absolute;
  top: -290px;
  width: 350px;
  z-index: 1;
  pointer-events: none;
}
body #g-page-surround #g-utility .column-2 .content {
  margin-top: -350px;
  box-shadow: 0px 0px 40px #00a35e1c;
  background: white;
  padding: 80px;
  border-radius: 40px;
  z-index: 1;
}
body #g-page-surround #g-utility .column-2 .content h2, body #g-page-surround #g-utility .column-2 .content p {
  max-width: 330px;
}
body #g-page-surround #g-utility .column-2 .content a.button-elepress {
  margin-top: 50px;
}
body #g-page-surround #g-waarom {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
body #g-page-surround #g-waarom #waarom-elepress {
  margin-top: 100px;
}
body #g-page-surround #g-waarom #waarom-elepress h4 {
  margin-bottom: 0;
}
body #g-page-surround #g-waarom #waarom-elepress a {
  color: black;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2 {
  justify-content: flex-start;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2 .content {
  text-align: left;
  max-width: 400px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2 .image .waarom-elepress-icon {
  max-width: 450px;
  height: 450px;
  margin-right: 50px;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2 .image .waarom-elepress-icon.align-bottom {
  display: flex;
  align-items: flex-end;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2.reverse {
  justify-content: space-around;
}
body #g-page-surround #g-waarom #waarom-elepress .column-2.reverse .image .waarom-elepress-icon {
  margin-left: auto;
  margin-right: 0;
}
body #g-page-surround #g-waarom #waarom-elepress .aantal-locaties {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 400px;
  width: 450px;
  height: 450px;
  padding: 60px;
  background: #F8F8F8;
  margin: 50px auto 50px auto;
}
body #g-page-surround #g-waarom #waarom-elepress .aantal-locaties h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #00a35e;
}
body #g-page-surround #g-waarom #waarom-elepress .aantal-locaties h1 {
  font-size: 80px;
}
body #g-page-surround #g-varianten {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  background: #F8F8F8;
  z-index: 10;
}
body #g-page-surround #g-above {
  position: relative;
  background: white;
  padding: 0;
  background: white;
  z-index: 10;
}
body #g-page-surround #g-opdrachtgevers {
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 100px;
  background: white;
  z-index: 10;
}
body #g-page-surround #g-footer {
  padding-top: 0px;
  padding-bottom: 100px;
  z-index: 10;
}
body #g-page-surround #g-footer h3.footer-tekst {
  color: #00a35e;
  max-width: 400px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}
body #g-page-surround #g-footer .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body #g-page-surround #g-footer .footer .column .item {
  margin-bottom: 40px;
}
body #g-page-surround #g-footer .footer .column .item h4 {
  font-size: 16px;
  display: inline-flex;
  margin: 0px 10px 0px 0px;
  line-height: 18px;
}
body #g-page-surround #g-footer .footer .column .item a {
  color: black;
  line-height: 18px;
}
body.home #g-page-surround #g-header {
  height: 100vh;
  min-height: 1000px;
}
body.home #g-page-surround #g-above {
  padding-top: 100px;
}
body.home #g-page-surround #g-features {
  position: relative;
}
body.over #g-page-surround #g-intro {
  padding-bottom: 150px;
}
body.over #g-page-surround #g-intro a.down {
  margin-top: 50px;
}
body.over #g-page-surround #g-features {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 350px;
  background: #00a35e;
}
body.over #g-page-surround #g-features svg.wave {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -199px;
  height: 200px;
  width: 100%;
  z-index: 10;
}
body.modellen #g-page-surround #g-varianten {
  margin-top: 160px;
}
body.zowerkthet #g-page-surround #g-utility {
  position: relative;
  margin-top: 600px;
}
body.zowerkthet #g-page-surround #g-utility:before {
  content: "";
  position: absolute;
  display: block;
  top: -400px;
  height: 400px;
  width: 100%;
  background: #00a35e;
}
body.type #g-page-surround #g-varianten {
  padding-bottom: 0;
}
body.type #g-page-surround #g-footer {
  padding-top: 50px;
}
body.voordelen #g-page-surround #g-intro {
  padding-top: 0;
  padding-bottom: 0;
}
body.voordelen #g-page-surround #g-varianten {
  padding-bottom: 0;
}
body.voordelen #g-page-surround #g-footer {
  padding-top: 50px;
}
body.faq #g-page-surround #g-header {
  margin-bottom: 50px;
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  20%, 80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.scrollDown {
  position: relative;
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
  animation-duration: 4.5s;
  animation-delay: 0.33s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  transition-timing-function: cubic-bezier(0.16, 0.17, 0, 1);
}
.construction {
  box-shadow: 0px 0px 40px #00a35e1c;
  background: white;
  padding: 80px;
  border-radius: 40px;
  margin-bottom: 200px;
  margin-left: 50px;
  margin-right: 50px;
}
.takties-carousel-wrapper {
  margin-top: 50px;
}
.takties-carousel-wrapper .takties-carousel {
  position: relative;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item {
  box-shadow: 0px 0px 20px #00000030;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content img.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content .carousel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  opacity: 1;
  background: #00a35e;
  color: white;
  width: 100%;
  max-width: 260px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content .carousel-button i {
  transition: all 0.3s;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content:hover .carousel-image {
  filter: grayscale(100%);
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content:hover .carousel-button {
  opacity: 1;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-content:hover .carousel-button i {
  margin-left: 10px;
}
.takties-grid-wrapper {
  margin-top: 60px;
}
.takties-grid-wrapper .takties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item {
  display: none;
  flex-direction: column;
}
.takties-grid-wrapper .takties-grid .takties-grid-item.active {
  display: flex;
  animation: fadeInUp 0.5s forwards;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content img.grid-image {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #00a35e;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content .grid-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  opacity: 1;
  background: #00a35e;
  color: white;
  width: 100%;
  max-width: 260px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content .grid-button i {
  transition: all 0.3s;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content:hover .grid-image {
  filter: grayscale(100%);
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content:hover .grid-button {
  opacity: 1;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-content:hover .grid-button i {
  margin-left: 10px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item .grid-text {
  padding: 0px 25px 40px 25px;
  min-height: 160px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item .grid-text p {
  margin: 0;
}
.takties-tagfilter {
  max-width: 800px;
  margin: 0 auto;
}
.takties-tagfilter .takties-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.takties-tagfilter .takties-tags .takties-tag {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 60px;
  width: 260px;
  transition: all 0.2s;
  text-transform: initial;
  background: #00a35e;
  cursor: pointer;
}
.takties-tagfilter .takties-tags .takties-tag:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 15px;
  background: #ddd;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
}
.takties-tagfilter .takties-tags .takties-tag:hover::before {
  opacity: 1;
}
.takties-tagfilter .takties-tags .takties-tag.active {
  color: white;
  background: #006e63;
}
@media only screen and (max-width: 1650px) {
  .alle-varianten .column-3 .item .content {
    padding: 0;
  }
}
@media only screen and (max-width: 1250px) {
  a.down {
    margin-bottom: 25px;
  }
  .column-3 {
    flex-direction: column;
  }
  .column-3 .item {
    width: calc(100% - 50px);
  }
  body #g-page-surround #g-mobilemenu {
    display: block;
  }
  body #g-page-surround #g-header {
    padding-top: 0;
  }
  body #g-page-surround #g-googlemaps, body #g-page-surround #g-formulier {
    margin-top: 0;
  }
  body #g-page-surround #g-navigation {
    width: 100%;
    height: 100%;
    transform: translateY(-100vh);
  }
  body #g-page-surround #g-navigation .g-grid:first-child .platform-content:last-child {
    top: 20px;
    left: unset;
    width: 100%;
  }
  body #g-page-surround #g-navigation #mainnav {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    max-width: 350px;
    margin: 0 auto;
    background: #00a35e;
  }
  body #g-page-surround #g-navigation #mainnav a {
    display: inline-flex;
    width: 100%;
  }
  body #g-page-surround #g-navigation #mainnav a.logo {
    height: 60px;
    margin-top: 100px;
    margin-bottom: 25px;
  }
  body #g-page-surround #g-navigation #mainnav ul.navigation {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  body #g-page-surround #g-navigation #mainnav ul.navigation li {
    height: 60px;
    flex-grow: 0;
    width: 100%;
  }
  body #g-page-surround #g-navigation #subnav {
    display: none;
  }
  body #g-page-surround #g-footer h3.footer-tekst {
    text-align: center;
    max-width: 750px;
    line-height: 50px;
    margin: 0 auto 50px auto;
  }
  body #g-page-surround #g-utility .column-2 .image #elepress-animation {
    left: 10vw;
  }
  body.home #g-page-surround #g-header {
    min-height: 850px;
  }
  body.zowerkthet #g-page-surround #g-utility {
    margin-top: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-images {
    margin: 0 -25px;
  }
  .grid-images .item .content {
    padding: 25px;
  }
  .grid-images .item .content img {
    border-radius: 25px;
  }
  .column-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .column-2.reverse {
    flex-direction: column;
  }
  .column-2 .content {
    width: 100%;
    padding-right: 0;
  }
  a.button-elepress, button.button-elepress {
    width: 200px;
  }
  .buttons {
    width: 420px;
  }
  .buttons a {
    color: white;
  }
  .specsheet {
    margin-top: 50px;
  }
  body #g-page-surround #g-header #header-voordelen {
    margin-top: 0px;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 {
    margin-bottom: 400px;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .content {
    margin-bottom: 50px;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .content:nth-child(2) {
    height: unset;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .content .buttons {
    margin: 0;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .content .selection {
    height: 250px;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .content .selection img.large-icon {
    width: 300px;
    height: 200px;
  }
  body #g-page-surround #g-header #header-voordelen .column-2 .information {
    padding-right: 0;
  }
  body #g-page-surround #g-formulier .g-block .g-content {
    flex-direction: column-reverse;
  }
  body #g-page-surround #g-formulier .contactgegevens {
    margin-left: 0;
    text-align: center;
  }
  body #g-page-surround #g-utility {
    margin-bottom: 0px;
  }
  body #g-page-surround #g-utility img.utility-1 {
    top: -203px;
    left: 50px;
    max-width: 150px;
  }
  body #g-page-surround #g-utility .column-2 .image {
    display: flex;
    justify-content: center;
  }
  body #g-page-surround #g-utility .column-2 .image #elepress-animation {
    width: 250px;
    top: -214px;
    left: unset;
  }
  body #g-page-surround #g-utility .column-2 .content {
    max-width: 400px;
    padding: 40px;
    margin: 440px auto 50px auto;
  }
  body #g-page-surround #g-utility .column-2 .content a.button-elepress {
    margin: 50px auto 0px auto;
  }
  body #g-page-surround #g-waarom {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body #g-page-surround #g-waarom #waarom-elepress .aantal-locaties {
    margin: 0px auto 100px auto;
    padding: 30px;
  }
  body #g-page-surround #g-waarom #waarom-elepress .column-2 .content {
    text-align: center;
    margin-bottom: 50px;
  }
  body #g-page-surround #g-waarom #waarom-elepress .column-2 .image .waarom-elepress-icon {
    max-width: 450px;
    height: unset;
    margin-right: 0;
    margin-bottom: 50px;
  }
  body #g-page-surround #g-waarom #waarom-elepress .column-2.reverse .image .waarom-elepress-icon {
    margin-left: 0;
    margin-right: 0;
  }
  body.home #g-page-surround #g-header {
    height: unset;
    max-height: 900px;
  }
  body.over #g-page-surround #g-intro {
    padding-bottom: 250px;
  }
  body.over #g-page-surround #g-intro a.down {
    margin-bottom: 50px;
  }
  body.over #g-page-surround #g-features {
    height: 200px;
  }
  body.over #g-page-surround #g-features svg.wave {
    transform: scaleX(1.5);
  }
}
@media only screen and (max-width: 600px) {
  .form_container {
    padding: 60px 40px;
  }
  .taktiesform_half {
    width: 100%;
  }
  .grid-images {
    margin: 0 -20px;
  }
  .grid-images .item .content {
    padding: 20px;
  }
  .buttons {
    margin: 25px auto 0 auto;
    width: 360px;
  }
  .ballon {
    min-height: 175px;
    padding: 40px;
  }
  .ballon.secundary-color {
    min-height: 175px;
  }
  .ballon h3 {
    line-height: 35px;
  }
  a.button-elepress, button.button-elepress {
    font-size: 14px;
    width: 170px;
  }
  span.subtitle {
    font-size: 14px;
    line-height: 30px;
  }
  body p {
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0px;
  }
  body p.lead {
    font-size: 19px;
    line-height: 29px;
  }
  body p.header-text {
    max-width: 500px;
  }
  body h1 {
    font-size: 40px;
    line-height: 45px;
  }
  body h1 span {
    display: block;
  }
  body h2 {
    font-size: 35px;
    line-height: 40px;
  }
  body h3 {
    font-size: 25px;
    line-height: 30px;
  }
  body #g-page-surround #g-header #header-hero.home img.elepress {
    width: 420px;
    padding: 0 25px;
  }
  body #g-page-surround #g-header #header-hero {
    min-height: unset;
  }
  body #g-page-surround #g-header #header-hero h1 {
    margin-top: 25px;
  }
  body #g-page-surround #g-features {
    height: 3500px;
  }
  body #g-page-surround #g-features #scroll-animation {
    margin-top: 50px;
  }
  body #g-page-surround #g-features #scroll-animation .container #elepress-rotation {
    transform: translateX(25px) scale(0.6);
  }
  body #g-page-surround #g-features #scroll-animation .container .titel {
    margin-top: -50px;
  }
  body #g-page-surround #g-waarom #waarom-elepress .aantal-locaties {
    width: 350px;
    height: 350px;
  }
  body #g-page-surround #g-opdrachtgevers {
    padding-bottom: 0px;
  }
  body #g-page-surround #g-footer h3.footer-tekst {
    line-height: 30px;
  }
  body.home #g-page-surround #g-header {
    min-height: 700px;
  }
  body.over #g-page-surround #g-intro {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=custom_12.css.map */