* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/*@font-face {
font-family:"azo-sans-web";
src:url("https://use.typekit.net/af/2dbc12/00000000000000007735a2d5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/2dbc12/00000000000000007735a2d5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/2dbc12/00000000000000007735a2d5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:900;font-stretch:normal;
}*/
@font-face {
  font-display: swap;
  font-family: "azo-sans-web";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/font-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "azo-sans-web";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/font-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "azo-sans-web";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/font-300.woff2") format("woff2");
}
.tk-azo-sans-web {
  font-family: "azo-sans-web", sans-serif;
}

.tk-azo-sans-uber {
  font-family: "azo-sans-uber", sans-serif;
}

/* #tinymce = Inside the tinymce editor */
/* .mce-menu = The tinyMCE menu bar */
/* section.container = front-end and backend */
body section .btn,
body section .mce-i-br-btn-1, body section .mce-i-br-btn-2, body div .btn,
body div .mce-i-br-btn-1, body div .mce-i-br-btn-2,
header .btn,
header .mce-i-br-btn-1,
header .mce-i-br-btn-2,
#tinymce .btn,
#tinymce .mce-i-br-btn-1,
#tinymce .mce-i-br-btn-2 {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 40px;
  transition: 0.2s ease;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #FF8024;
}
body section .btn.btn-1,
body section .mce-i-br-btn-1.btn-1, body section .mce-i-br-btn-2.btn-1, body div .btn.btn-1,
body div .mce-i-br-btn-1.btn-1, body div .mce-i-br-btn-2.btn-1,
header .btn.btn-1,
header .mce-i-br-btn-1.btn-1,
header .mce-i-br-btn-2.btn-1,
#tinymce .btn.btn-1,
#tinymce .mce-i-br-btn-1.btn-1,
#tinymce .mce-i-br-btn-2.btn-1 {
  background-color: #FF8024;
}
body section .btn.btn-2,
body section .mce-i-br-btn-1.btn-2, body section .mce-i-br-btn-2.btn-2, body div .btn.btn-2,
body div .mce-i-br-btn-1.btn-2, body div .mce-i-br-btn-2.btn-2,
header .btn.btn-2,
header .mce-i-br-btn-1.btn-2,
header .mce-i-br-btn-2.btn-2,
#tinymce .btn.btn-2,
#tinymce .mce-i-br-btn-1.btn-2,
#tinymce .mce-i-br-btn-2.btn-2 {
  background-color: #4471B5;
}

.mce-i-br-btn-1 {
  background-color: #FF8024 !important;
}

.mce-i-br-btn-2 {
  background-color: #4471B5 !important;
}

body {
  font-family: "azo-sans-web", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn:hover {
  background-color: #FFAC2D;
}
.btn.btn-1 {
  background-color: #FF8024;
}
.btn.btn-2 {
  background-color: #4471B5;
}

section.nobg {
  background-color: transparent;
}
section.lightblue {
  background-color: #F2F7FC;
}
section.lightblue:has(+ .lightblue) {
  padding-bottom: 0px;
}
section.shape-top {
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
}
section.shape-bottom {
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
}
section.shape-top-bottom {
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
}

.page-template-zonne-energie .btn {
  background-color: #FF8024;
}
.page-template-zonne-energie .btn:hover {
  background-color: #FFAC2D;
}

.page-template-laadpalen .btn {
  background-color: #FFAC2D;
}
.page-template-laadpalen .btn:hover {
  background-color: #FF8024;
}

.page-template-aircos .btn {
  background-color: #68A8DE;
}
.page-template-aircos .btn:hover {
  background-color: #4471B5;
}

.page-template-energie-opslag .btn {
  background-color: #4471B5;
}
.page-template-energie-opslag .btn:hover {
  background-color: #68A8DE;
}
.page-template-energie-opslag aside .btn {
  background-color: #FF8024;
}

.btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

article, #tinymce {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  color: #2C285B;
}
article h1, #tinymce h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
article h2, #tinymce h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
article h3, #tinymce h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
article h4, #tinymce h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
article p, #tinymce p {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}
article ul, article ol, #tinymce ul, #tinymce ol {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}
article a, #tinymce a {
  color: #4471B5;
}
article iframe, #tinymce iframe {
  width: 100%;
}

header {
  position: sticky;
  top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 12;
  background-color: #FFFFFF;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 71.4285714286%;
}
header .inner .logo {
  width: auto;
  height: 100px;
}
header .inner div.menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
header .inner .icon-phone-header {
  display: none;
  margin-left: 40px;
  height: 30px;
}
header .inner nav {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 30px;
}
header .inner nav .top .menu .menu-item {
  font-weight: 300;
}
header .inner nav .top .menu .menu-item a {
  transition: 0.2s ease;
  color: #FF8024;
}
header .inner nav .top .menu .menu-item:hover a {
  color: #FFAC2D;
}
header .inner nav .main .menu .menu-item {
  font-weight: 700;
}
header .inner nav .main .menu .menu-item a {
  transition: 0.2s ease;
  color: #68A8DE;
}
header .inner nav .main .menu .menu-item:hover a {
  color: #4471B5;
}
header .inner nav .main .menu .menu-item-has-children {
  position: relative;
}
header .inner nav .main .menu .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-height: 0px;
  height: auto;
  transition: 0.2s ease;
  overflow: hidden;
  background-color: #FF8024;
}
header .inner nav .main .menu .menu-item-has-children .sub-menu .menu-item {
  padding: 12px 30px;
  transition: 0.2s ease;
  font-size: 18px;
  font-weight: 400;
}
header .inner nav .main .menu .menu-item-has-children .sub-menu .menu-item:hover {
  background-color: #4471B5;
}
header .inner nav .main .menu .menu-item-has-children:hover {
  border-radius: 20px 20px 0px 0px;
}
header .inner nav .main .menu .menu-item-has-children:hover .sub-menu {
  border-radius: 0px 0px 20px 20px;
  max-height: 300px;
}
header .inner nav .main .menu .btn {
  background-color: #FF8024;
}
header .inner nav .main .menu .btn a {
  color: #FFFFFF;
}
header .inner nav .main .menu .btn:hover a {
  color: #FFFFFF;
}
header .inner nav .menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
header .inner nav .menu .menu-item {
  font-size: 20px;
}
header .inner nav .menu .menu-item a {
  text-decoration: none;
}
header .inner #nav-icon3 {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
header .inner #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .inner #nav-icon3 span:nth-child(1) {
  top: 0px;
  background-color: #2C285B;
}
header .inner #nav-icon3 span:nth-child(2), header .inner #nav-icon3 span:nth-child(3) {
  top: 8px;
  background-color: #2C285B;
}
header .inner #nav-icon3 span:nth-child(4) {
  top: 16px;
  background-color: #2C285B;
}
header .inner #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .inner #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .inner #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .inner #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .inner #nav-icon3 div {
  position: absolute;
  top: 80%;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #2C285B;
}
header .sub-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FF8024;
}
header .sub-header .inner {
  margin: auto auto;
  width: 71.4285714286%;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 140px;
  padding-right: 7.1428571429%;
  padding-bottom: 120px;
  padding-left: 7.1428571429%;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: scroll;
  background-color: #FFFFFF;
}
.mobile-menu .top {
  margin-bottom: 30px;
}
.mobile-menu .top .menu .menu-item a {
  color: #FFAC2D;
}
.mobile-menu .main .menu .menu-item a {
  color: #68A8DE;
}
.mobile-menu .main .menu .btn a {
  color: #FFFFFF;
}
.mobile-menu .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.mobile-menu .menu .menu-item {
  font-size: 18px;
}
.mobile-menu .menu .menu-item a {
  color: #FF8024;
}
.mobile-menu .menu .menu-item-has-children {
  position: relative;
}
.mobile-menu .menu .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 100%;
  left: 0px;
  margin-top: 12px;
  border-radius: 20px;
  max-height: 300px;
  height: auto;
  transition: 0.2s ease;
  overflow: hidden;
  background-color: #FF8024;
}
.mobile-menu .menu .menu-item-has-children .sub-menu .menu-item {
  padding: 12px 0px;
  transition: 0.2s ease;
  font-size: 18px;
  font-weight: 400;
}
.mobile-menu .menu .btn {
  border-radius: 20px;
  background-color: #FF8024;
}
.mobile-menu .menu .btn a {
  color: #FFFFFF;
}
.mobile-menu .menu .btn:hover a {
  color: #FFFFFF;
}

.mobile-menu.open {
  display: block;
}

.hero {
  display: flex;
  align-items: stretch;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.42) 0%, rgba(255, 255, 255, 0) 70%);
}
.hero .col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-left: 14.2857142857%;
  width: 35.7142857143%;
}
.hero .col:nth-child(2) {
  justify-content: flex-end;
}
.hero .col h1 {
  position: relative;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  z-index: 2;
  color: #FFFFFF;
}
.hero .col #tabs {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.hero .col #tabs ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  border-radius: 20px 20px 0px 0px;
  background-color: #4471B5;
}
.hero .col #tabs ul li {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.hero .col #tabs ul .ui-state-active {
  border-radius: 20px 20px 0px 0px;
  color: #4471B5;
  background-color: #FFFFFF;
}
.hero .col #tabs .tab {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 0px 20px 20px 20px;
  max-width: 500px;
  width: 100%;
  min-height: 520px;
  background-color: #FFFFFF;
}
.hero .col #tabs .tab article {
  gap: 20px;
}
.hero .col #tabs .tab article h2 {
  font-size: 35px;
  line-height: 40px;
  color: #4471B5;
}
.hero .col #tabs .tab article h3 {
  font-size: 30px;
  line-height: 35px;
  color: #4471B5;
}
.hero .col #tabs .tab article h4 {
  font-size: 25px;
  line-height: 30px;
  color: #4471B5;
}
.hero .col #tabs .tab article p {
  line-height: 25px;
}
.hero .col #tabs .tab article ol, .hero .col #tabs .tab article ul {
  line-height: 25px;
}
.hero .col #tabs .tab .nf-form-cont .nf-before-form-content {
  display: none;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-title {
  display: none;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 0px;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
  font-size: 12px;
  font-weight: 300;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label .nf-label-span {
  font-size: 12px;
  font-weight: 300;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field input, .hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field textarea {
  border: 1px solid #2C285B;
  border-radius: 20px;
  resize: none;
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #2C285B;
  background-color: #FFFFFF;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-element:has([data-gtm-form-interact-field-id="0"]):after {
  color: green;
  font-family: FontAwesome;
  font-size: 30px;
  content: "\f058";
  position: absolute;
  top: 0;
  right: 16px;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field .api-postcode[data-gtm-form-interact-field-id="0"] {
  border: 1px solid green;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=radio]:before {
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: #F2F7FC;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=submit] {
  display: inline-block;
  padding: 12px 30px;
  border: 0px;
  border-radius: 40px;
  transition: 0.2s ease;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #FF8024;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=submit]:hover {
  background-color: #FFAC2D;
}
.hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field:nth-child(3) input {
  border: 1px dashed #2C285B;
}
.hero .col #tabs .tab {
  display: none;
}
.hero .col #tabs .tab:first-of-type {
  display: flex;
}
.hero .wp-post-image,
.hero picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hero .wp-post-image img,
.hero picture img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home .hero {
  height: 40vw;
}
.home .hero .col h1 {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.page-template-vacatures .hero .col h1 {
  display: none;
}

.pop-up {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.pop-up article {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 80px 40px 40px;
  border-radius: 5px;
  width: 100%;
  max-width: 630px;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.pop-up article .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: 0.2s ease;
  cursor: pointer;
}
.pop-up article .close:hover {
  transform: scale(1.1);
}
.pop-up article .close:hover path {
  fill: #2C285B;
}
.pop-up .pop-up-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}

.front-icons {
  display: flex;
  position: relative;
  margin: -80px auto;
  width: 71.4285714286%;
}
.front-icons a:nth-child(1) {
  z-index: 0;
}
.front-icons a:nth-child(2) {
  margin-left: -10px;
  z-index: 1;
}
.front-icons a:nth-child(3) {
  margin-left: -10px;
  z-index: 2;
}
.front-icons a:nth-child(4) {
  margin-left: -10px;
  z-index: 3;
}
.front-icons .icon {
  position: relative;
  transition: 0.2s ease;
  height: 160px;
}
.front-icons .icon:hover {
  transform: scale(1.1);
}

.intro {
  display: flex;
  align-items: flex-start;
  padding-top: 170px;
  padding-bottom: 170px;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  background-color: #F2F7FC;
}
.intro article {
  margin-left: 14.2857142857%;
  width: 35.7142857143%;
  color: #2C285B;
}
.intro .reviews {
  position: relative;
  margin-left: 7.1428571429%;
  width: 28.5714285714%;
  overflow: hidden;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 360px;
}
.banner img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .inner {
  position: relative;
  margin-left: 14.2857142857%;
  width: 50%;
  z-index: 2;
}
.banner .inner h1 {
  font-size: 80px;
  color: #FFFFFF;
}

.text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text article {
  margin-left: 14.2857142857%;
  width: 50%;
}
.text:has(.ti-widget) {
  background-color: #F2F7FC;
}

.single-blog .text article:has(.ti-widget), .single-product .text article:has(.ti-widget) {
  width: 71.4285714286%;
}
.single-blog .text + .text, .single-product .text + .text {
  padding-bottom: 0px;
}

.single-blog .text {
  display: flex;
  justify-content: center;
}
.single-blog .text article {
  margin-left: 0px;
}

section.image {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.image a {
  display: flex;
  align-items: flex-start;
  margin-left: 14.2857142857%;
  width: 71.4285714286%;
  height: auto;
}
section.image a img {
  width: 100%;
}
section.image a .desktop {
  display: block;
}
section.image a .mobile {
  display: none;
}

.single-blog section.image {
  width: 71.4285714286%;
}

section.video {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.video iframe {
  margin-left: 14.2857142857%;
  width: 50%;
  aspect-ratio: 16/9;
  height: auto;
}

section.text-image {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.text-image.reversed {
  flex-direction: row-reverse;
}
section.text-image.reversed article {
  margin-right: 14.2857142857%;
  margin-left: inherit;
}
section.text-image.reversed picture {
  margin-right: inherit;
  margin-left: 14.2857142857%;
}
section.text-image article {
  margin-right: inherit;
  margin-left: 14.2857142857%;
  width: 50%;
}
section.text-image picture {
  margin-right: 14.2857142857%;
  margin-left: inherit;
  width: 50%;
}
section.text-image picture img {
  width: 100%;
}

.text-sidebar {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  background-color: #F2F7FC;
}
.text-sidebar img {
  max-width: 100%;
  height: auto;
}
.text-sidebar article {
  margin-left: 14.2857142857%;
  width: 35.7142857143%;
  color: #2C285B;
}
.text-sidebar article .btns .btn:nth-child(1) {
  background-color: #68A8DE;
}
.text-sidebar article .btns .btn:nth-child(2) {
  background-color: #F2CB13;
}
.text-sidebar article .btns .btn:nth-child(3) {
  background-color: #FF8024;
}
.text-sidebar article .btns .btn:nth-child(4) {
  background-color: #4471B5;
}
.text-sidebar article .btns .btn:hover {
  background-color: #393939;
}
.text-sidebar aside {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 70px 60px;
  margin-left: 7.1428571429%;
  width: 28.5714285714%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  background-color: #4471B5;
}
.text-sidebar aside h3 {
  font-size: 30px;
  font-weight: 400;
}
.text-sidebar aside h4 {
  font-size: 25px;
  font-weight: 400;
}
.text-sidebar aside p {
  font-size: 18px;
  font-weight: 300;
}
.text-sidebar aside ul {
  list-style: none;
}
.text-sidebar aside ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}
.text-sidebar aside ul li:before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: 7px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #FF8024;
}
.text-sidebar aside ul li:last-of-type {
  margin-bottom: 0px;
}
.text-sidebar aside .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.text-sidebar aside .social a {
  display: flex;
  align-items: flex-end;
}
.text-sidebar aside .social a img {
  height: auto;
  width: 20px;
}
.text-sidebar aside .social a.insta img {
  margin-bottom: -3px;
}

.single .text-sidebar {
  background-color: #FFFFFF;
}
.single .text-sidebar-vacature {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F2F7FC;
}

.text-image-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 120px;
}
.text-image-container .text-image {
  display: flex;
  justify-content: center;
  gap: 140px;
  align-items: center;
  padding-right: 14.2857142857%;
  padding-left: 14.2857142857%;
}
.text-image-container .text-image .image {
  display: flex;
  max-width: 700px;
  min-width: 300px;
  aspect-ratio: 1;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-image-container .text-image .image img {
  width: 100%;
}
.text-image-container .text-image article {
  max-width: 700px;
  width: 100%;
  color: #2C285B;
}
.text-image-container .text-image:last-of-type {
  padding-bottom: 120px;
}

.home .text-image-container .text-image:nth-child(1) article h2 {
  color: #FF8024;
}
.home .text-image-container .text-image:nth-child(1) .btn {
  background-color: #FF8024;
}
.home .text-image-container .text-image:nth-child(1) .btn:hover {
  background-color: #FFAC2D;
}
.home .text-image-container .text-image:nth-child(2n) {
  flex-direction: row-reverse;
}
.home .text-image-container .text-image:nth-child(2) article h2 {
  color: #FFAC2D;
}
.home .text-image-container .text-image:nth-child(2) .btn {
  background-color: #FFAC2D;
}
.home .text-image-container .text-image:nth-child(2) .btn:hover {
  background-color: #FF8024;
}
.home .text-image-container .text-image:nth-child(3) article h2 {
  color: #68A8DE;
}
.home .text-image-container .text-image:nth-child(3) .btn {
  background-color: #68A8DE;
}
.home .text-image-container .text-image:nth-child(3) .btn:hover {
  background-color: #4471B5;
}
.home .text-image-container .text-image:nth-child(4) article h2 {
  color: #4471B5;
}
.home .text-image-container .text-image:nth-child(4) .btn {
  background-color: #4471B5;
}
.home .text-image-container .text-image:nth-child(4) .btn:hover {
  background-color: #2C285B;
}
.home .text-image-container.reverse {
  padding-top: 0px;
  background-color: #F2F7FC;
}
.home .text-image-container.reverse .text-image {
  flex-direction: row-reverse;
}
.home .text-image-container.reverse .text-image article h2 {
  color: #2C285B;
}
.home .text-image-container.reverse .text-image .btn {
  background-color: #2C285B;
}
.home .text-image-container.reverse .text-image .btn:hover {
  background-color: #393939;
}

.page-template-zonne-energie .text-image-container {
  padding-top: 0px;
}
.page-template-zonne-energie .text-image-container .text-image {
  padding-top: 120px;
  background-color: #F2F7FC;
}

.page-template-zonne-energie .text-image-container.repeater, .page-template-laadpalen .text-image-container.repeater, .page-template-aircos .text-image-container.repeater, .page-template-energie-opslag .text-image-container.repeater, .page-template-landingspagina .text-image-container.repeater, .single .text-image-container.repeater {
  padding-top: 120px;
}
.page-template-zonne-energie .text-image-container.repeater .text-image, .page-template-laadpalen .text-image-container.repeater .text-image, .page-template-aircos .text-image-container.repeater .text-image, .page-template-energie-opslag .text-image-container.repeater .text-image, .page-template-landingspagina .text-image-container.repeater .text-image, .single .text-image-container.repeater .text-image {
  padding-top: 0px;
  background-color: #FFFFFF;
}
.page-template-zonne-energie .text-image-container.repeater .text-image:nth-child(2n), .page-template-laadpalen .text-image-container.repeater .text-image:nth-child(2n), .page-template-aircos .text-image-container.repeater .text-image:nth-child(2n), .page-template-energie-opslag .text-image-container.repeater .text-image:nth-child(2n), .page-template-landingspagina .text-image-container.repeater .text-image:nth-child(2n), .single .text-image-container.repeater .text-image:nth-child(2n) {
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  flex-direction: row-reverse;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F2F7FC;
}

.single .text-image-container.vacature-text-image {
  gap: 70px;
  padding-top: 70px;
}
.single .text-image-container.vacature-text-image .text-image {
  padding-top: 0px;
  padding-bottom: 0px;
}
.single .text-image-container.vacature-text-image .text-image:nth-child(2n) {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  background-color: #F2F7FC;
}

.choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.choice .content {
  align-items: inherit;
  width: 57.1428571429%;
}
.choice .select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  width: 71.4285714286%;
}
.choice .select.fixed {
  position: relative;
}
.choice .select p {
  font-size: 18px;
  font-weight: 700;
  color: #2C285B;
}
.choice .select form select {
  padding: 14px 40px 14px 20px;
  border: 1px solid #2C285B;
  border-radius: 40px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #F2F7FC;
}
.choice .inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  grid-gap: 30px;
  justify-content: center;
  width: 85.7142857143%;
}
.choice .inner .choice-option {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}
.choice .inner .choice-option .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  transition: 0.3s;
  background-color: #FFFFFF;
}
.choice .inner .choice-option .top h3 {
  font-size: 40px;
  color: #2C285B;
}
.choice .inner .choice-option .top p:first-of-type {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #2C285B;
}
.choice .inner .choice-option .top p:last-of-type {
  font-size: 14px;
  font-weight: 300;
  color: #2C285B;
}
.choice .inner .choice-option .bottom {
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  background-color: #68A8DE;
}
.choice .inner .choice-option .bottom p:first-of-type {
  font-size: 14px;
  color: #FFFFFF;
}
.choice .inner .choice-option .bottom p:last-of-type {
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
}

section.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  border-bottom-left-radius: 50% 10%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F2F7FC;
}
section.reviews .title-row {
  align-items: inherit;
  margin-bottom: 40px;
  width: 71.4285714286%;
  text-align: center;
}
section.reviews .inner {
  width: 57.1428571429%;
}

.posts {
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F7FC;
}
.posts .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts .title-row h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2C285B;
}
.posts .title-row a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-size: 18px;
  color: #2C285B;
}
.posts .title-row a:hover {
  color: #68A8DE;
}
.posts .title-row .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.posts .title-row .menu .menu-item {
  padding-right: 20px;
  border-right: 1px solid #2C285B;
  font-size: 25px;
  line-height: 25px;
}
.posts .title-row .menu .menu-item a {
  transition: 0.2s ease;
  text-decoration: none;
  color: #2C285B;
}
.posts .title-row .menu .menu-item:last-of-type {
  padding-right: 0px;
  border-right: none;
}
.posts .title-row .menu .menu-item:hover a {
  color: #4471B5;
}
.posts .title-row .menu .current-menu-item {
  font-weight: 700;
}
.posts .inner {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 40px));
  grid-gap: 60px;
  padding-top: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts .inner .project {
  display: flex;
  flex-direction: column;
  transition: 0.2s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.posts .inner .project .image {
  display: flex;
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts .inner .project .image img {
  width: 100%;
}
.posts .inner .project .content {
  position: relative;
  padding: 20px 30px;
}
.posts .inner .project .content .icon {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 40px;
}
.posts .inner .project .content h3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #2C285B;
}
.posts .inner .project .content svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.posts .inner .project:hover {
  box-shadow: none;
}
.posts .pagination {
  padding-top: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts .pagination .nav-links {
  display: flex;
  gap: 10px;
}
.posts .pagination .nav-links .page-numbers {
  padding: 10px;
  transition: 0.2s ease;
  color: #FFFFFF;
  background-color: #4471B5;
}
.posts .pagination .nav-links .page-numbers:hover {
  background-color: #68A8DE;
}
.posts .pagination .nav-links .page-numbers.current {
  background-color: #68A8DE;
}
.posts .pagination .nav-links .prev {
  display: none;
}
.posts .pagination .nav-links .next {
  display: none;
}

.posts.producten {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F7FC;
}
.posts.producten .title-row {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.posts.producten .inner {
  grid-template-columns: repeat(4, 1fr);
}
.posts.producten .inner .project {
  border-radius: 5px;
  overflow: hidden;
}
.posts.producten .inner .project a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts.producten .inner .project .image {
  aspect-ratio: 3/2;
}
.posts.producten .inner .project .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
  padding: 20px 20px 30px 20px;
  height: 100%;
}
.posts.producten .inner .project .content h3 {
  margin: 0px;
  width: 100%;
  font-weight: 700;
  color: #2C285B;
}
.posts.producten .inner .project .content .price {
  display: flex;
  gap: 20px;
  flex-direction: wrap;
  width: 100%;
}
.posts.producten .inner .project .content .price p:last-of-type {
  text-decoration: line-through;
  color: #B1B1B1;
}
.posts.producten .inner .project .content p {
  font-weight: 700;
  color: #2C285B;
}
.posts.producten .inner .project .content ul {
  width: 100%;
  list-style: none;
}
.posts.producten .inner .project .content ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  line-height: 2;
  color: #2C285B;
}
.posts.producten .inner .project .content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #FF8024;
}
.posts.producten .inner .project .content .btn {
  align-self: flex-end;
}

.vacatures {
  background-color: inherit;
}
.vacatures .inner .project .image {
  max-height: 300px;
}
.vacatures .inner .project .content {
  padding: 25px 30px;
}
.vacatures .inner .project .content h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.vacatures .inner .project .content .btn {
  background-color: #FFAC2D;
}

.how-it-works {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.how-it-works .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.how-it-works .inner .col {
  width: 50%;
}
.how-it-works .inner .col h2 {
  margin-bottom: 40px;
  font-size: 55px;
  color: #2C285B;
}
.how-it-works .inner .col ul {
  list-style: none;
}
.how-it-works .inner .col ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 51px;
  color: #2C285B;
}
.how-it-works .inner .col .house {
  height: 440px;
  width: 100%;
  margin-top: -100px;
  max-width: 705px;
  position: relative;
}
.how-it-works .inner .col .house .active {
  transform: scale(1.4);
}
.how-it-works .inner .col .house #all {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: 50px;
}
.how-it-works .inner .col .house #one {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 320px;
  top: 130px;
  transition: 0.2s;
}
.how-it-works .inner .col .house #two {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 275px;
  left: 225px;
  transition: 0.2s;
}
.how-it-works .inner .col .house #three {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 280px;
  left: 350px;
  transition: 0.2s;
}
.how-it-works .inner .col .house #four {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 315px;
  left: 270px;
  transition: 0.2s;
}
.how-it-works .inner .col .house #five {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 380px;
  left: 280px;
  transition: 0.2s;
}
.how-it-works .inner .col .house #house {
  width: auto;
  height: 440px;
  position: absolute;
}

.benefits {
  padding-top: 80px;
  padding-bottom: 80px;
}
.benefits .benefits-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.benefits .benefits-intro article {
  max-width: 700px;
  color: #2C285B;
}
.benefits .benefits-intro article .btn {
  cursor: pointer;
}
.benefits .benefits-intro article #close-benefits {
  display: none;
}
.benefits .benefits-intro ul {
  margin-top: 50px;
  list-style: none;
}
.benefits .benefits-intro ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #2C285B;
}
.benefits .benefits-intro ul .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #F2CB13;
}
.benefits .benefits-intro ul .arrow svg path {
  fill: #FFFFFF;
}
.benefits .inner {
  display: flex;
  gap: 120px;
  flex-direction: column;
  padding-top: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.benefits .inner .benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
  margin: auto auto;
  width: 71.4285714286%;
}
.benefits .inner .benefit .image {
  max-width: 550px;
  min-width: 300px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits .inner .benefit .image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.benefits .inner .benefit article {
  max-width: 700px;
  color: #2C285B;
}
.benefits .inner .benefit:nth-child(2n) {
  flex-direction: row-reverse;
}
.benefits .benefits-open {
  padding-top: 120px;
  opacity: 1;
  max-height: 200000px;
}

.specifications {
  padding-left: 0px;
  margin-top: 40px;
  list-style: none;
}
.specifications li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.specifications li div {
  min-width: 100px;
}
.specifications li:first-of-type {
  font-weight: 700;
}

.slider {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top-right-radius: 50% 10%;
  border-top-left-radius: 50% 10%;
  background-color: #F2F7FC;
}
.slider .swiper {
  margin: auto auto;
  width: 57.1428571429%;
}
.slider .swiper img {
  width: 100%;
  height: auto;
}
.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 40px;
  bottom: inherit;
  left: inherit;
  margin: auto auto;
  width: 71.4285714286%;
}
.slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: 1px solid #2C285B;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #2C285B;
}

.faq {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq .title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-left: 14.2857142857%;
  margin-bottom: 40px;
  width: 42.8571428571%;
}
.faq .title-row h2 {
  margin-left: 0px;
  text-transform: uppercase;
  color: #2C285B;
}
.faq .faq-title {
  text-transform: uppercase;
  color: #393939;
}
.faq .faq-block {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-left: 14.2857142857%;
  width: 42.8571428571%;
}
.faq .faq-block + .faq-block {
  margin-top: 40px;
}
.faq .faq-block .faq-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(44, 40, 91, 0.15);
}
.faq .faq-block .faq-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  cursor: pointer;
  font-size: 20px;
  color: #2C285B;
}
.faq .faq-block .faq-item .title h3 {
  text-transform: inherit;
  font-weight: 400;
}
.faq .faq-block .faq-item .title img {
  width: 30px;
  transition: 0.2s ease;
}
.faq .faq-block .faq-item .answer {
  display: none;
  padding: 0px 0px 40px 0px;
  height: auto;
  overflow: hidden;
}
.faq .faq-block .faq-item.active .title img {
  transform: rotate(180deg);
}
.faq .faq-block .faq-item.active .answer {
  max-height: 400px;
}
.faq .faq-block .faq-item:hover .title img {
  margin-top: 5px;
  margin-bottom: -5px;
}

.page-template-zonne-energie .faq {
  padding-top: 80px;
}

@media screen and (max-width: 1599px) {
  .faq .faq-block {
    width: 71.4285714286%;
  }
}
@media screen and (max-width: 1099px) {
  .faq {
    align-items: center;
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .faq:before {
    left: 0px;
    border-radius: 45px 0px 45px 0px;
    width: 100%;
  }
  .faq .title-row {
    margin-left: 0px;
    margin-bottom: 40px;
    width: 85.7142857143%;
  }
  .faq .faq-block {
    margin-left: 0px;
    width: 85.7142857143%;
  }
  .faq .contact-info {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0px 40px 40px 80px;
    width: 71.4285714286%;
  }
}
input::placeholder,
textarea::placeholder {
  font-weight: 400;
  color: rgba(44, 40, 91, 0.9);
}

.nf-form-cont {
  display: flex;
  width: 100%;
}
.nf-form-cont .nf-form-wrap {
  width: 100%;
}
.nf-form-cont .nf-before-form-content {
  display: none;
}
.nf-form-cont .nf-form-content nf-fields-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label {
  display: none;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
  font-size: 18px;
  font-weight: 300;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-label .nf-label-span {
  font-size: 18px;
  font-weight: 300;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .list-radio-wrap {
  padding: 5px 0px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-label {
  display: flex;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-label label {
  font-weight: 400;
  font-size: 20px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-label .nf-label-span {
  font-weight: 400;
  font-size: 20px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 0px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field input, .nf-form-cont .nf-form-content nf-fields-wrap nf-field textarea {
  border: 1px solid #2C285B;
  resize: none;
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2C285B;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 0px 2px transparent;
  transition: all 0.2s !important;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field input:focus, .nf-form-cont .nf-form-content nf-fields-wrap nf-field textarea:focus {
  color: #2C285B;
  border: 1px solid #2C285B;
  box-shadow: 0px 0px 0px 1px #2C285B;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=radio]:before {
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: #F2F7FC;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=submit] {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 40px;
  transition: 0.2s ease;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #FF8024;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field input[type=submit]:hover {
  background-color: #FFAC2D;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .file_upload-container .btn {
  padding: 12px 30px;
  margin-bottom: 10px;
  border-radius: 40px;
  transition: 0.2s ease;
  font-family: "azo-sans-web", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #FF8024;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .file_upload-container .btn:hover {
  background-color: #FFAC2D;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field:has(textarea) {
  grid-column: span 2;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-of-type {
  grid-column: span 2;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field:has(.file_upload-container) {
  grid-column: span 2;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field + nf-field .nf-field-container {
  margin-top: 10px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container.adres-compleet-container {
  margin-top: 0px;
  position: relative;
  height: 0px;
  transition: all 0.2s;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container.adres-compleet-container .nf-pass.field-wrap .nf-field-element:after {
  top: 50%;
  margin-top: -25px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container.adres-compleet-container textarea.adres-compleet {
  background-color: transparent;
  height: 0px;
  padding: 0px;
  background-color: #F2F7FC;
  border: 1px solid #2C285B;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container.adres-compleet-container.loaded {
  margin-top: 10px;
  height: auto;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field .nf-field-container.adres-compleet-container.loaded textarea.adres-compleet {
  height: auto;
  padding: 20px;
  font-weight: 400;
}

.map {
  position: relative;
  width: 100%;
  height: 400px;
}
.map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

footer {
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(68, 113, 181) 0%, rgb(44, 40, 91) 100%);
}
footer .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
footer .inner .col {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
footer .inner .col h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #FF8024;
}
footer .inner .col ul {
  list-style: none;
}
footer .inner .col ul li:hover a {
  transition: 0.2s ease;
  color: #FF8024;
}
footer .inner .col .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
footer .inner .col .logos .logo {
  width: 100px;
  height: auto;
}
footer .inner .col .social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 36px;
}
footer .inner .col .social p {
  width: 100%;
}
footer .inner .col .social a {
  display: flex;
  align-items: flex-end;
}
footer .inner .col .social a img {
  height: auto;
  width: 20px;
}
footer .inner .col .social a.insta img {
  margin-bottom: -3px;
}
footer .under-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin: auto auto;
  width: 71.4285714286%;
  font-size: 16px;
  font-weight: 300;
}
footer .under-footer a {
  transition: 0.2s ease;
}
footer .under-footer a:hover {
  color: #68A8DE;
}

@media only screen and (max-width: 1799px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .inner {
    width: 85.7142857143%;
  }
  header .inner .logo {
    height: 70px;
  }
  header .inner nav .menu {
    gap: 30px;
  }
  .posts.producten .inner {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1299px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .inner .logo {
    height: 50px;
  }
  header .inner .icon-phone-header {
    display: block;
  }
  header .inner nav {
    display: none;
  }
  header .inner #nav-icon3 {
    display: block;
  }
  .hero {
    justify-content: center;
    flex-direction: column;
  }
  .hero:before {
    width: 100%;
  }
  .hero .col {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  .hero .col:last-of-type {
    margin-left: 7.1428571429%;
  }
  .home .hero {
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 80px;
    height: 40vw;
  }
}
@media only screen and (max-width: 1299px) and (max-width: 500px) {
  .home .hero {
    height: 67vw;
  }
}
@media only screen and (max-width: 1299px) {
  .home .hero .col:last-of-type {
    justify-content: flex-start;
    margin-left: 7.1428571429%;
  }
  .home .hero .col:last-of-type #tabs {
    width: 100%;
  }
  .home .hero .col:last-of-type #tabs .tab {
    max-width: inherit;
  }
  .banner .inner {
    margin-left: 7.1428571429%;
  }
  .front-icons {
    width: 85.7142857143%;
  }
  .front-icons .icon {
    width: 120px;
  }
  .intro {
    gap: 40px;
  }
  .intro article {
    margin-left: 7.1428571429%;
    width: 57.1428571429%;
  }
  .intro .reviews {
    margin-left: 0px;
  }
  .text-sidebar {
    gap: 40px;
  }
  .text-sidebar article {
    margin-left: 7.1428571429%;
    width: 57.1428571429%;
  }
  .text-sidebar aside {
    margin-left: 0px;
    max-width: 28.5714285714%;
    width: auto;
  }
  .text article {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  section.image a {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  section.image a .desktop {
    display: none;
  }
  section.image a .mobile {
    display: block;
  }
  section.video iframe {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
    height: auto;
  }
  section.text-image {
    gap: 40px;
  }
  section.text-image article {
    margin-right: inherit;
    margin-left: 7.1428571429%;
  }
  section.text-image picture {
    margin-left: inherit;
    margin-right: 7.1428571429%;
  }
  section.text-image.reversed article {
    margin-right: 7.1428571429%;
    margin-left: inherit;
  }
  section.text-image.reversed picture {
    margin-right: inherit;
    margin-left: 7.1428571429%;
  }
  .text-image-container .text-image {
    gap: 40px;
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  .text-image-container .text-image article {
    width: 100%;
  }
  .choice .content {
    width: 85.7142857143%;
  }
  .choice .select {
    width: 85.7142857143%;
  }
  section.reviews .inner {
    width: 85.7142857143%;
  }
  .posts .title-row {
    width: 85.7142857143%;
  }
  .posts .inner {
    grid-gap: 40px;
    width: 85.7142857143%;
  }
  .benefits .benefits-intro {
    width: 85.7142857143%;
  }
  .benefits .inner .benefit {
    width: 85.7142857143%;
    gap: 40px;
  }
  .benefits .inner .benefit article {
    width: 100%;
  }
  .how-it-works .inner {
    width: 85.7142857143%;
  }
  footer .inner {
    grid-template-columns: repeat(3, 1fr);
    width: 85.7142857143%;
  }
  footer .inner .col:first-of-type {
    grid-column: span 3;
  }
  footer .under-footer {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  article {
    gap: 20px;
  }
  article h1 {
    font-size: 40px;
    line-height: 50px;
  }
  article h2 {
    font-size: 30px;
    line-height: 40px;
  }
  article h3 {
    font-size: 28px;
    line-height: 38px;
  }
  article h4 {
    font-size: 20px;
    line-height: 30px;
  }
  article p {
    font-size: 16px;
    line-height: 25px;
  }
  article ul, article ol {
    font-size: 16px;
    line-height: 25px;
  }
  article a {
    color: #4471B5;
  }
  .banner .inner h1 {
    font-size: 40px;
  }
  .intro {
    flex-direction: column;
    gap: 40px;
  }
  .intro article {
    width: 85.7142857143%;
  }
  .intro .reviews {
    margin-left: 7.1428571429%;
    width: 71.4285714286%;
  }
  .text-sidebar {
    flex-direction: column;
  }
  .text-sidebar article {
    width: 85.7142857143%;
  }
  .text-sidebar aside {
    margin-left: 7.1428571429%;
    max-width: 85.7142857143%;
  }
  section.text-image {
    flex-direction: column;
  }
  section.text-image article {
    margin-right: 7.1428571429%;
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  section.text-image picture {
    margin-right: 7.1428571429%;
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  section.text-image.reversed {
    flex-direction: column-reverse;
  }
  section.text-image.reversed article {
    margin-right: 7.1428571429%;
    margin-left: 7.1428571429%;
  }
  section.text-image.reversed picture {
    margin-right: 7.1428571429%;
    margin-left: 7.1428571429%;
  }
  .text-image-container .text-image {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .text-image-container .text-image .image {
    max-width: inherit;
  }
  .home .text-image-container .text-image:nth-child(1) {
    flex-direction: column;
  }
  .home .text-image-container .text-image:nth-child(2) {
    flex-direction: column;
  }
  .home .text-image-container .text-image:nth-child(3) {
    flex-direction: column;
  }
  .page-template-zonne-energie .text-image-container.repeater .text-image:nth-child(2n), .page-template-laadpalen .text-image-container.repeater .text-image:nth-child(2n), .page-template-aircos .text-image-container.repeater .text-image:nth-child(2n), .page-template-energie-opslag .text-image-container.repeater .text-image:nth-child(2n), .page-template-landingspagina .text-image-container.repeater .text-image:nth-child(2n), .single .text-image-container.repeater .text-image:nth-child(2n) {
    flex-direction: column;
  }
  .posts .title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .posts .inner {
    grid-gap: 20px;
  }
  .posts .inner .project .content .icon {
    top: -15px;
    width: 30px;
  }
  .benefits .inner .benefit {
    flex-direction: column;
    gap: 40px;
  }
  .benefits .inner .benefit .image {
    max-width: inherit;
  }
  .benefits .inner .benefit article {
    max-width: inherit;
  }
  .benefits .inner .benefit:nth-child(2n) {
    flex-direction: column;
  }
  .how-it-works .inner {
    flex-direction: column;
    gap: 40px;
  }
  .how-it-works .inner .col {
    width: 100%;
  }
  .how-it-works .inner .col h2 {
    font-size: 40px;
  }
  .how-it-works .inner .col ul li {
    align-items: flex-start;
    font-size: 20px;
    line-height: 2;
  }
  .how-it-works .inner .col ul li img {
    width: 20px;
    height: 20px;
  }
  .how-it-works .inner .col .house {
    margin-top: inherit;
    height: auto;
  }
  .how-it-works .inner .col .house #house {
    position: relative;
    height: auto;
    width: 100%;
  }
  .how-it-works .inner .col .house #one {
    top: 30%;
    left: 48%;
  }
  .how-it-works .inner .col .house #two {
    top: 61%;
    left: 32%;
  }
  .how-it-works .inner .col .house #three {
    top: 62%;
    left: 50%;
  }
  .how-it-works .inner .col .house #four {
    top: 68%;
    left: 39%;
  }
  .how-it-works .inner .col .house #five {
    top: 84%;
    left: 40%;
  }
  footer .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .inner .col:first-of-type {
    grid-column: inherit;
  }
}
@media only screen and (max-width: 899px) {
  .hero {
    height: 300px;
  }
  .hero .col h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home .hero .col #tabs ul li {
    padding: 12px;
  }
  .home .hero .col #tabs .tab {
    padding: 20px;
  }
  .home .hero .col #tabs .tab article {
    gap: 10px;
  }
  .home .hero .col #tabs .tab article h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .home .hero .col #tabs .tab article h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .home .hero .col #tabs .tab article h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .home .hero .col #tabs .tab .nf-form-cont .nf-before-form-content {
    display: none;
  }
  .home .hero .col #tabs .tab .nf-form-cont .nf-form-title {
    display: none;
  }
  .home .hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(30px, 90px));
    grid-gap: 10px;
  }
  .home .hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field input, .home .hero .col #tabs .tab .nf-form-cont .nf-form-content nf-fields-wrap nf-field textarea {
    font-size: 16px;
  }
  .front-icons {
    margin: -40px auto;
  }
  .front-icons .icon {
    height: 80px;
    width: 80px;
  }
  .intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .posts {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
  }
  .posts .title-row h2 {
    font-size: 30px;
  }
  .posts .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts.producten .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .nf-form-cont {
    width: 100%;
  }
  .nf-form-cont .nf-form-content nf-fields-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .nf-form-cont .nf-form-content nf-fields-wrap nf-field:has(textarea) {
    grid-column: inherit;
  }
  .nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-of-type {
    grid-column: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .intro {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .intro .reviews {
    width: 85.7142857143%;
  }
  .text-image-container {
    gap: 80px;
    padding-top: 80px;
  }
  .text-image-container .text-image:last-of-type {
    padding-bottom: 80px;
  }
  .posts {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .posts .inner .project .content {
    padding: 20px;
  }
  .text-sidebar {
    border-radius: inherit;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-sidebar aside {
    padding: 40px;
  }
  .how-it-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-template-zonne-energie .text-image-container .text-image {
    padding-top: 80px;
  }
  .choice .content {
    margin-bottom: 100px;
  }
  .choice .select {
    position: sticky;
    top: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF;
  }
  .choice .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-template-zonne-energie .text-image-container.repeater, .page-template-laadpalen .text-image-container.repeater, .page-template-aircos .text-image-container.repeater, .page-template-energie-opslag .text-image-container.repeater, .page-template-landingspagina .text-image-container.repeater, .single .text-image-container.repeater {
    padding-top: 80px;
  }
  .page-template-zonne-energie .text-image-container.repeater .text-image:nth-child(2n), .page-template-laadpalen .text-image-container.repeater .text-image:nth-child(2n), .page-template-aircos .text-image-container.repeater .text-image:nth-child(2n), .page-template-energie-opslag .text-image-container.repeater .text-image:nth-child(2n), .page-template-landingspagina .text-image-container.repeater .text-image:nth-child(2n), .single .text-image-container.repeater .text-image:nth-child(2n) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  footer .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
