@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
/*
Theme Name: Jomi Boertien
Theme URI: https://reinigen-vet-kanalen.nl
Author: Reinigen-vet-kanalen.nl
Author URI: https://www.villamilmedia.nl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Jomi Boertien, reinigen van vetkanalen, luchtkanalen, vetkanaal, luchkanaal, website, custom, wordpress
Template: Divi
Text Domain: reinigen-vet-kanalen
*/
.nf-form-wrap .nf-form-content input,
.nf-form-wrap .nf-form-content input:not([type=button]),
.nf-form-wrap .nf-form-content textarea {
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.nf-error.field-wrap .nf-field-element:after {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
}

.blurb-title {
  font-size: 1.8rem;
  font-weight: 700;
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.list-style li {
  list-style: none;
  line-height: 5rem;
  font-weight: 900;
}
.list-style li:before {
  content: ">";
  background: #000;
  color: #fff;
  padding: 0.1rem 0.8rem;
  border-radius: 2rem;
  margin-right: 3rem;
}

.image-overlay {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 981px) {
  .image-overlay {
    position: absolute;
    top: 27rem;
    left: -11rem;
  }
}

.padding-r-10 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-r-10 {
    padding-right: 10rem;
  }
}

.et_pb_button_module_wrapper {
  width: 100%;
  text-align: center !important;
  margin: 0;
  padding: 0;
}

.banner-home .et_pb_button_module_wrapper {
  width: auto;
}

.et_pb_button_module_wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.nf-form-content input.c2a-gradient[type=submit] {
  background: linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  background: -o-linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  border-radius: 4rem;
  color: #fff;
  border: none;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nf-form-content input.c2a-gradient[type=submit]:hover {
    border: none !important;
    padding: 1rem 10rem 1rem 2.5rem !important;
  }
  .nf-form-content input.c2a-gradient[type=submit]:hover:after {
    margin-left: 3rem;
  }
}
.nf-form-content input.c2a-gradient[type=submit]:after {
  opacity: 1;
  margin-left: 0;
}
.nf-form-content input.c2a-gradient[type=submit]:hover {
  background: linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  background: -o-linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  border-radius: 4rem;
  color: #fff;
  border: none;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nf-form-content input.c2a-gradient[type=submit]:hover:hover {
    border: none !important;
    padding: 1rem 10rem 1rem 2.5rem !important;
  }
  .nf-form-content input.c2a-gradient[type=submit]:hover:hover:after {
    margin-left: 3rem;
  }
}
.nf-form-content input.c2a-gradient[type=submit]:hover:after {
  opacity: 1;
  margin-left: 0;
}

.c2a-gradient {
  background: linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  background: -o-linear-gradient(90deg, #FCB52E 20%, #41AD49 100%);
  border-radius: 4rem;
  color: #fff;
  border: none;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c2a-gradient:hover {
    border: none !important;
    padding: 1rem 10rem 1rem 2.5rem !important;
  }
  .c2a-gradient:hover:after {
    margin-left: 3rem;
  }
}
.c2a-gradient:after {
  opacity: 1;
  margin-left: 0;
}

footer .footer-title {
  font-size: 3rem;
  margin-bottom: 5rem;
  font-weight: 700;
  color: #fff;
}
footer li, footer a {
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
}
footer a .et-pb-icon {
  font-size: 2rem;
}
footer .top-footer {
  background: #000;
  width: 100%;
  height: 20rem;
}
footer .bottom-footer {
  display: flex;
  flex-direction: column;
  background: #000;
}
@media (min-width: 768px) {
  footer .bottom-footer {
    flex-direction: row;
  }
}
footer .bottom-footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  footer .bottom-footer .container {
    flex-direction: row;
  }
}
footer .bottom-footer a.unilux-badge {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .bottom-footer a.unilux-badge {
    top: 5rem;
    right: 15rem;
  }
}
footer .bottom-footer .footer-row {
  width: 100%;
}
@media (min-width: 768px) {
  footer .bottom-footer .footer-row {
    width: 26%;
  }
}
footer .bottom-footer .footer-row img {
  max-width: 23rem;
}

.info-block-second .et_pb_image_wrap img {
  max-width: 400px;
}

.our-brands {
  margin-top: 2rem;
}
