/* 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 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
body .lead {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}
body a.cta {
  display: inline-block;
  background: #fff;
  color: #333;
  border-radius: 25px;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 20px;
}
body h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2b6678;
}
body h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #2b6678;
}
body h3 {
  color: #2b6678;
  line-height: 30px;
  font-weight: 600;
}
body #g-page-surround #g-header {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(45deg, #2b6678, #0cd6f5);
  min-height: 800px;
  max-height: 1080px;
  height: 100vh;
  display: flex;
  align-items: center;
}
body #g-page-surround #g-header nav #menu {
  margin: 0;
  height: 100px;
  text-align: right;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.2s;
  list-style: none;
}
body #g-page-surround #g-header nav #menu li.menuItem {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
body #g-page-surround #g-header nav #menu li.menuItem:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  transition: all 0.33s;
}
body #g-page-surround #g-header nav #menu li.menuItem a {
  color: white;
  line-height: 50px;
  padding: 0px 20px;
  margin: 0;
}
body #g-page-surround #g-header nav #menu li.menuItem.active a {
  color: #333;
}
body #g-page-surround #g-header nav #menu li.menuItem.active:after {
  background: white;
}
body #g-page-surround #g-header #header {
  position: relative;
}
body #g-page-surround #g-header #header #slogan {
  max-width: 650px;
}
body #g-page-surround #g-header #header #slogan h1 {
  color: white;
}
body #g-page-surround #g-header #header #slogan h1 span {
  color: white;
}
body #g-page-surround #g-header #header #slogan p {
  margin-bottom: 40px;
  color: white;
}
body #g-page-surround #g-header #header #slogan a {
  color: #333;
  box-shadow: 0px 23px 22px -20px #00677b;
}
body #g-page-surround #g-header #header #header-image {
  position: absolute;
  right: 0;
  top: -100px;
  width: 450px;
  z-index: -1;
}
body #g-page-surround #g-header #header #scrolldown {
  position: absolute;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -200px;
}
body #g-page-surround #g-header #header #scrolldown button {
  padding: 17px 10px;
  background: none;
  font-size: 12px;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  transition: all 0.2s;
}
body #g-page-surround #g-header #header #scrolldown button i.scrolldown {
  animation: slideOutDown 3s infinite;
  animation-fill-mode: forwards;
}
body #g-page-surround #g-header #header #scrolldown button:focus {
  outline: none;
}
body #g-page-surround #g-header #header #scrolldown button:hover {
  border: 2px solid white;
}
body #g-page-surround #g-intro {
  background: white;
  padding: 70px 0px;
}
body #g-page-surround #g-intro .intro {
  position: relative;
  text-align: center;
}
body #g-page-surround #g-intro .intro img.cleaningtools {
  position: absolute;
  left: 0;
  bottom: -230px;
}
body #g-page-surround #g-diensten {
  text-align: center;
  background: linear-gradient(45deg, #2b6678, #0cd6f5);
  padding: 60px 0px;
}
body #g-page-surround #g-diensten h2 {
  color: white;
}
body #g-page-surround #g-diensten .diensten {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}
body #g-page-surround #g-diensten .diensten .dienst {
  padding: 20px;
  max-width: 25%;
}
body #g-page-surround #g-diensten .diensten .dienst .inhoud {
  position: relative;
  background: #a6ddeb;
  background: linear-gradient(45deg, #a6ddeb, #d2eef6);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 23px 22px -20px #00677b;
  min-height: 220px;
  transition: all 0.33s;
  cursor: pointer;
}
body #g-page-surround #g-diensten .diensten .dienst .inhoud:hover {
  border-radius: 10px;
}
body #g-page-surround #g-diensten .diensten .dienst .inhoud:hover .check {
  transform: scale3d(1.2, 1.2, 1);
}
body #g-page-surround #g-diensten .diensten .dienst .inhoud .check {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 50px;
  transition: all 0.33s;
  transform: scale3d(1, 1, 1);
  z-index: 20;
}
body #g-page-surround #g-diensten .diensten .dienst .inhoud h3 {
  z-index: 12;
  margin: 0;
  padding-top: 10px;
}
body #g-page-surround #g-container-main {
  padding: 0;
  background: #d2f2fa;
}
body #g-page-surround #g-container-main #g-mainbar {
  background: 0;
  padding-top: 80px;
  padding-bottom: 50px;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud {
  position: relative;
  width: 100%;
  margin-bottom: -100px;
  transition: height 0.5s;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.33s;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] button.meerdiensten {
  display: block;
  position: absolute;
  top: 30px;
  right: -40px;
  padding: 16px 20px;
  background: none;
  color: white;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.33s;
  transition-timing-function: cubic-bezier(0.35, 0.39, 0.43, 1.22);
  transform: scale3d(0, 0, 1);
  transition-delay: 0.66s;
  opacity: 0;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] button.meerdiensten:hover::before {
  border-radius: 10px;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] button.meerdiensten:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f5a42a;
  border-radius: 20px;
  transition: all 0.33s;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] .balloon {
  max-width: 75%;
  border-bottom-right-radius: 70px;
  box-shadow: 0px 0px 60px #a7ddeb;
  border-radius: 20px;
  background: white;
  padding: 50px;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0.39, 0.43, 1.22);
  transform: scale3d(0, 0, 1);
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] .balloon h3 {
  position: relative;
  display: inline-block;
  transition: all 1s;
  transition-delay: 0.2s;
  opacity: 0;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] .balloon p {
  position: relative;
  margin: 0;
  transition: all 1s;
  transition-delay: 0.5s;
  opacity: 0;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] em {
  position: relative;
  float: right;
  max-width: 40%;
  color: white;
  padding: 25px 30px;
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0.39, 0.43, 1.22);
  transform: scale3d(0, 0, 1) translateY(50%);
  transition-delay: 0.3s;
  opacity: 0;
  box-shadow: 0px 23px 22px -20px #74bac8;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] em:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #1d9ab2, #16afc9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active {
  opacity: 1;
  pointer-events: all;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active button.meerdiensten {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active .balloon {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active em {
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(-20%);
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active .balloon h3 {
  opacity: 1;
}
body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"].active .balloon p {
  opacity: 1;
}
body #g-page-surround #g-container-main #g-mainbar #main #main-image img {
  position: relative;
  width: 100%;
  bottom: -120px;
}
body #g-page-surround #g-footer {
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(45deg, #2b6678, #0cd6f5);
}
body #g-page-surround #g-footer h2, body #g-page-surround #g-footer a {
  color: white;
}
body #g-page-surround #g-footer .taktiesform .taktiesform_checkboxes a {
  color: #9f9f9f;
}
body #g-page-surround #g-copyright {
  background: white;
  padding: 20px 0px;
}
#g-offcanvas {
  background: #f5a42a;
}
#g-offcanvas .g-content {
  margin: 0;
  padding: 0;
}
#g-offcanvas nav {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#g-offcanvas nav ul {
  list-style: none;
  margin: 0;
  line-height: 20px;
}
#g-offcanvas nav ul li {
  position: relative;
  overflow: hidden;
}
#g-offcanvas nav ul li a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 80px;
  display: block;
  color: white;
  padding: 0 20px;
  text-align: center;
}
#g-offcanvas nav ul li a:hover {
  color: white;
}
#g-offcanvas nav ul li:hover {
  background: #fdbd11;
  box-shadow: 0 0 40px #f28d3a;
}
#g-offcanvas nav ul li.active a {
  color: white;
  background: #f5a42a;
}
#g-offcanvas nav ul li.active a:hover {
  background: #fdbd11;
}
#g-offcanvas nav a.logo {
  display: block;
  margin: 0 40px;
}
#g-navigation {
  height: 100vh;
  min-height: 1000px;
  background: linear-gradient(45deg, #2b6678, #0cd6f5);
}
#g-navigation h2 {
  color: white;
}
#g-navigation #frame {
  border: none;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 10px 40px #316777;
}
#g-navigation #frame label {
  color: #333;
}
#g-navigation #frame h1 {
  font-size: 20px;
}
#g-navigation #frame p {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
#g-navigation #frame input.button {
  margin: 0;
  padding: 0;
  line-height: 50px;
  width: 100%;
  background: #f5a42a;
}
#melding {
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  top: 100%;
  left: 0;
  top: 0;
  color: white;
  background: rgba(18, 180, 207, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
#melding.active {
  opacity: 1;
  pointer-events: all;
}
#melding .takties-modal {
  position: relative;
  background: white;
  width: calc(100% - 40px);
  max-width: 750px;
  height: auto;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  padding: 60px;
  border-radius: 25px;
  color: #333;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(100%);
  color: #2b6678;
}
#melding .takties-modal.active {
  opacity: 1;
  transform: translateY(0);
}
#melding .takties-modal p {
  font-size: 20px;
  line-height: 32px;
}
#melding .takties-modal p.intro {
  font-weight: 700;
  margin-bottom: 40px;
}
#melding .takties-modal strong {
  font-size: 26px;
}
#melding .takties-modal h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
#melding .takties-modal .sticker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: -40px;
  bottom: -40px;
  color: white;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #f5a42a;
  transform: scale3d(4, 4, 1) rotate(-15deg);
  text-align: center;
  box-shadow: 4px 4px 0px 7px rgba(0, 0, 0, 0.15);
  font-size: 26px;
  text-transform: uppercase;
  transition: all 0.25s;
  opacity: 0;
}
#melding .takties-modal .sticker.active {
  opacity: 1;
  transform: scale3d(1, 1, 1) rotate(15deg);
}
#melding .takties-modal .sticker span {
  color: white;
  line-height: 30px;
  margin-top: 20px;
  font-size: 50px;
  font-weight: 800;
}
#melding .takties-modal a {
  color: #2b6678;
}
#melding .takties-modal a:hover {
  color: #2b6678;
  text-decoration: underline;
}
#melding .takties-modal .buttons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: -30px;
}
#melding .takties-modal .buttons button.sluiten {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 10px solid white;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s;
}
#melding .takties-modal .buttons button.sluiten:hover {
  transform: scale3d(1.1, 1.1, 1);
}
#melding .takties-modal .buttons button.sluiten:focus {
  outline: 0;
}
.g-offcanvas-toggle {
  position: fixed;
  z-index: 10000;
  width: 40px;
  height: 33px;
  top: 30px;
  left: 30px;
}
.g-offcanvas-toggle i {
  transform: translateY(14px);
  background: #e8e8e8;
  transition: all 0ms 300ms;
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 2px;
}
.g-offcanvas-toggle i:before, .g-offcanvas-toggle i:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  left: 0;
  background: #e8e8e8;
}
.g-offcanvas-toggle i:before {
  bottom: 11px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.g-offcanvas-toggle i:after {
  top: 11px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.g-offcanvas-toggle[aria-expanded="true"] i {
  background: rgba(255, 255, 255, 0);
}
.g-offcanvas-toggle[aria-expanded="true"] i:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.g-offcanvas-toggle[aria-expanded="true"] i:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes bounce-in {
  0%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(0.97, 0.97, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounce-in {
  animation-duration: 0.5s;
  animation-name: bounce-in;
  animation-fill-mode: forwards;
}
@keyframes slideOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.taktiesform-g-recaptcha {
  display: none;
}
.taktiesform-wrapper {
  margin-top: 0px;
  position: relative;
  max-width: 600px;
  width: 100%;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0px 50px 50px #00000014;
  background: white;
  z-index: 30;
}
.taktiesform-wrapper form.taktiesform {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-loading {
  position: absolute;
  border: 15px solid white;
  border-radius: 50%;
  border-top: 15px solid #f5a42a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-loading {
  animation: spin 2s linear infinite;
  opacity: 1;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-content {
  opacity: 0.5;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translatey(-3px);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  justify-content: space-between;
  padding: 0;
  z-index: 1;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span {
  display: flex;
  align-items: center;
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span i {
  margin-left: 5px;
  font-size: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span.form-control-feedback {
  color: #2b6678;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #f5a42a;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages i {
  margin-right: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox i {
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 12px;
  pointer-events: none;
  line-height: 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox.dragging {
  background: rgba(255, 255, 255, 0.2);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-radius: 10px;
  border: 2px solid #f5a42a;
  background: #f5a42a;
  display: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles.active {
  display: block;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details {
  display: flex;
  align-items: center;
  color: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  user-select: none;
  background: rgba(255, 255, 255, 0.25);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview i {
  font-size: 21px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .name {
  margin-right: 10px;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .size {
  font-size: 12px;
  opacity: 0.5;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .remove {
  margin-left: auto;
  cursor: pointer;
  padding: 0 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes input {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label {
  margin-left: 10px;
  flex-direction: column;
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label span {
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a {
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a:hover {
  text-decoration: underline;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  border: 2px solid #f1ede9;
  border-radius: 10px;
  background: #f1ede9;
  box-shadow: none;
  transition: all 0s;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #e3d7cb;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #f5a42a;
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #f5a42a;
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #e3d7cb;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content input:hover span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover span {
  color: #424753;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 2px solid #f5a42a;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input {
  margin: 0;
  padding: 0 20px;
  height: 70px;
  position: relative;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select {
  width: 100%;
  margin: 0;
  height: 40px;
  position: relative;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select option {
  padding: 0;
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid:focus {
  border: none;
  border: none;
  outline: none;
  outline: none;
  box-shadow: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-X: hidden;
  padding: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-thumb {
  background: #f5a42a;
  border-radius: 0px;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-track {
  background: white;
}
.taktiesform-wrapper form.taktiesform .button-box {
  width: 100%;
  display: flex;
}
.taktiesform-wrapper form.taktiesform .button-box .button-send {
  display: inline-block;
  background: #f5a42a;
  width: 100%;
  color: white;
  border-radius: 25px;
  padding: 15px 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message .alert {
  margin: 0;
  padding: 20px;
  border: none;
  border-radius: 10px;
}
button.totop {
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  opacity: 0;
  font-size: 14px;
  transition: all 0.33s;
  transition-timing-function: cubic-bezier(0.34, -0.74, 0.66, 1.68);
  z-index: 10000;
  background: #f5a42a;
  pointer-events: none;
  user-select: none;
  color: white;
  transform: scale(0.75);
}
button.totop.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body #g-page-surround #g-diensten .diensten .dienst {
    max-width: 33.33%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  body p {
    font-size: 17px;
    line-height: 26px;
  }
  body .lead {
    font-size: 21px;
    line-height: 32px;
  }
  body h1 {
    font-size: 40px;
    line-height: 40px;
  }
  body h2 {
    font-size: 30px;
    line-height: 40px;
  }
  body #g-page-surround #g-header #header #scrolldown {
    bottom: -120px;
  }
  body #g-page-surround #g-header #header #header-image {
    width: 65%;
    top: -50px;
  }
  body #g-page-surround #g-intro .intro img.cleaningtools {
    bottom: -200px;
    width: 164px;
  }
  body #g-page-surround #g-diensten .diensten {
    padding-top: 0px;
  }
  body #g-page-surround #g-diensten .diensten .dienst {
    max-width: unset;
    width: 100%;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud {
    min-height: 110px;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud h3 {
    font-size: 19px;
    padding-top: 0;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud .check {
    top: -20px;
  }
  body #g-page-surround #g-container-main #g-mainbar {
    padding-top: 50px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] button.meerdiensten {
    top: unset;
    bottom: -25px;
    right: 20px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] em {
    margin-top: 90px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] .balloon {
    max-width: 100%;
    padding: 40px;
  }
  body #g-offcanvas {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  body p {
    font-size: 17px;
    line-height: 26px;
  }
  body .lead {
    font-size: 21px;
    line-height: 32px;
  }
  body h1 {
    font-size: 40px;
    line-height: 40px;
  }
  body h2 {
    font-size: 30px;
    line-height: 40px;
  }
  body #g-page-surround #g-header #header #scrolldown {
    bottom: -120px;
  }
  body #g-page-surround #g-header #header #header-image {
    width: 65%;
    top: -50px;
  }
  body #g-page-surround #g-intro .intro img.cleaningtools {
    bottom: -200px;
    width: 164px;
  }
  body #g-page-surround #g-diensten .diensten {
    padding-top: 0px;
  }
  body #g-page-surround #g-diensten .diensten .dienst {
    max-width: unset;
    width: 100%;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud {
    min-height: 110px;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud h3 {
    font-size: 19px;
    padding-top: 0;
  }
  body #g-page-surround #g-diensten .diensten .dienst .inhoud .check {
    top: -20px;
  }
  body #g-page-surround #g-container-main #g-mainbar {
    padding-top: 50px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] button.meerdiensten {
    top: unset;
    bottom: -25px;
    right: 20px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] em {
    margin-top: 90px;
  }
  body #g-page-surround #g-container-main #g-mainbar #main .main-inhoud div[class^="item-id"] .balloon {
    max-width: 100%;
    padding: 40px;
  }
  body #g-offcanvas {
    width: 50%;
  }
}
/*# sourceMappingURL=custom_12.css.map */