/* 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
 */

.fadeIn {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeUp;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeInRight {
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%) skew(-20deg, 0deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skew(-20deg, 0deg);
  }
}
.fadeDown {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeDown;
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.left {
  padding-right: 50px;
}
.right {
  padding-left: 50px;
}
span.subtitle {
  display: block;
  position: relative;
  font-size: 26px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 75px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #de001a;
}
a.button-cta img {
  transition: all 0.2s;
}
a.button-cta:hover img {
  transform: scale(1.1);
}
button.hamburgermenu {
  position: fixed;
  top: 20px;
  left: 20px;
  background: none;
  color: black;
  padding: 0;
  margin: 0;
  display: none;
}
button.hamburgermenu i {
  font-size: 35px;
}
body p, body ul {
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0px;
}
body h1 {
  font-size: 70px;
  line-height: 70px;
  margin: 0px 0px 26px 0px;
  font-weight: 900;
  letter-spacing: 1px;
}
body h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0px 0px 26px 0px;
  font-weight: 900;
  letter-spacing: 1px;
}
body h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 60px;
}
body h4 {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
body h5 {
  text-align: center;
}
body blockquote {
  line-height: 36px;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.4;
  margin: 60px 0px;
  padding-left: 40px;
  border-left: 5px solid black;
}
body ul {
  margin-left: 45px;
}
body .g-title.midden::after {
  margin: 0 auto;
}
body .icons {
  display: none;
}
body #g-page-surround {
  background: url('../../../../images/header/header.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body #g-page-surround #g-top {
  z-index: 10000;
  position: fixed;
  width: 100%;
  padding: 25px 0px;
  background: #2e2e2e;
}
body #g-page-surround #g-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  z-index: -1;
  transition: all 0.5s;
}
body #g-page-surround #g-top ul.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin: 0;
  list-style: none;
}
body #g-page-surround #g-top ul.navigation li a {
  position: relative;
  display: flex;
  background: none;
  font-size: 16px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}
body #g-page-surround #g-top ul.navigation li a:after {
  display: flex;
  position: absolute;
  bottom: 10px;
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background: white;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.2s;
}
body #g-page-surround #g-top ul.navigation li.active a:after {
  opacity: 1;
  transform: translateY(0);
}
body #g-page-surround #g-header {
  position: relative;
  color: #fff;
  height: 700px;
  display: flex;
  align-items: center;
  padding: 100px 0px;
  margin-top: 100px;
  background: none;
}
body #g-page-surround #g-header:before {
  content: "";
  background: #de001a;
  position: absolute;
  width: 100%;
  height: 110%;
  left: -50%;
  bottom: -20px;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRight;
  opacity: 0;
  pointer-events: none;
}
body #g-page-surround #g-header:after {
  content: "";
  background: #de001a;
  position: absolute;
  width: 100%;
  height: 110%;
  bottom: -20px;
  animation-delay: 0.25s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInRight;
  left: -80%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
body #g-page-surround #g-header #hero {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
body #g-page-surround #g-header #hero .logo {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 50%;
}
body #g-page-surround #g-header #hero .logo img {
  width: 100%;
  max-width: 500px;
}
body #g-page-surround #g-header #hero .cta {
  display: flex;
  flex-direction: row;
  width: 50%;
  opacity: 0;
}
body #g-page-surround #g-header #hero .cta a.button-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  color: white;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  width: 250px;
}
body #g-page-surround #g-header #hero .cta a.button-cta:hover {
  color: white;
}
body #g-page-surround #g-header #hero .cta a.button-cta img {
  width: 70px;
  margin-right: 25px;
}
body #g-page-surround #g-diensten {
  position: relative;
  color: #444;
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center;
  background: white;
}
body #g-page-surround #g-diensten .diensten {
  margin: 0 -20px;
}
body #g-page-surround #g-diensten .diensten .dienst {
  position: relative;
  width: 100%;
  padding: 40px;
  margin: 20px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0px 50px 50px #00000014;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  z-index: 20;
}
body #g-page-surround #g-diensten .diensten .dienst:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #de001a;
  right: -60%;
  bottom: 0px;
  transform: skew(-20deg);
  z-index: -1;
}
body #g-page-surround #g-diensten .diensten .dienst:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #2e2e2e;
  left: 0%;
  bottom: 0px;
  z-index: -2;
}
body #g-page-surround #g-diensten .diensten .dienst h1, body #g-page-surround #g-diensten .diensten .dienst h2, body #g-page-surround #g-diensten .diensten .dienst h4 {
  position: relative;
  margin: 0;
  min-height: 60px;
  font-weight: 600;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
body #g-page-surround #g-diensten .diensten .dienst h1 small, body #g-page-surround #g-diensten .diensten .dienst h2 small, body #g-page-surround #g-diensten .diensten .dienst h4 small {
  display: block;
  margin-top: 5px;
  line-height: 20px;
}
body #g-page-surround #g-diensten .diensten .dienst .dienst-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
}
body #g-page-surround #g-diensten.error {
  padding-top: 100px;
  padding-bottom: 115px;
}
body #g-page-surround #g-diensten.error a {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #b5b5b5;
  font-weight: 700;
  padding: 10px;
  border: 5px solid #b5b5b5;
  border-radius: 16px;
}
body #g-page-surround #g-diensten.error a i {
  margin-right: 15px;
}
body #g-page-surround #g-diensten.error a:hover {
  color: #666;
  border-color: #666;
}
body #g-page-surround #g-diensten.overig {
  background: white;
  padding: 60px 0;
  text-align: left;
}
body #g-page-surround #g-diensten.overig div[itemprop="articleBody"] {
  max-width: 950px;
  margin: 0 auto;
}
body #g-page-surround #g-showcase .taxi-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body #g-page-surround #g-showcase .taxi-showcase a {
  position: relative;
}
body #g-page-surround #g-showcase .taxi-showcase a img {
  width: 100%;
}
body #g-page-surround #g-showcase .taxi-showcase a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #ffcb08;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
body #g-page-surround #g-showcase .taxi-showcase a:hover:after {
  opacity: 0.5;
}
body #g-page-surround #g-wiezijnwij {
  padding: 75px 0px;
  background: white;
}
body #g-page-surround #g-wiezijnwij p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
body #g-page-surround #g-wiezijnwij p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url('../../../../images/icons/mark.svg') center center no-repeat;
  background-size: contain;
  left: 0;
  top: 2px;
}
body #g-page-surround #g-wiezijnwij img {
  max-width: 300px;
  margin-top: 50px;
}
body #g-page-surround #g-tarieven {
  padding-top: 75px;
  padding-bottom: 0;
  background: #f1ede9;
}
body #g-page-surround #g-tarieven .tarievenlijst {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-around;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie {
  position: relative;
  padding: 40px;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 50px 50px #00000014;
  z-index: 20;
  overflow: hidden;
  min-width: 300px;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #de001a;
  right: -60%;
  bottom: 0px;
  transform: skew(-20deg);
  z-index: -1;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #2e2e2e;
  left: 0%;
  bottom: 0px;
  z-index: -2;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie h4 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie small {
  font-weight: 200;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie table {
  border: none;
  line-height: 34px;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie table tbody td {
  padding: 0;
  border: none;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie table tbody td.strong {
  font-size: 15px;
  font-weight: 600;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie table tbody td.bedrag {
  position: relative;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie table tbody td.bedrag euro {
  position: relative;
  font-size: 15px;
  margin-right: 5px;
  bottom: 1px;
}
body #g-page-surround #g-tarieven .tarievenlijst .sectie melding {
  margin-top: 25px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 14px;
}
body #g-page-surround #g-payments {
  text-align: center;
  padding-top: 0;
  padding-bottom: 75px;
  background: #f1ede9;
}
body #g-page-surround #g-payments h4 {
  margin-top: 50px;
}
body #g-page-surround #g-payments .betaalmiddelen {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body #g-page-surround #g-payments .betaalmiddelen .card {
  width: 125px;
  height: auto;
  margin: 20px;
  border-radius: 6px;
}
body #g-page-surround #g-contact {
  padding-top: 75px;
  padding-bottom: 0px;
  margin-bottom: -300px;
  background: white;
  min-height: 800px;
}
body #g-page-surround #g-footer {
  position: relative;
  padding-top: 450px;
  padding-bottom: 0;
  background: #f1ede9;
  color: #2e2e2e;
  z-index: 20;
}
body #g-page-surround #g-footer:before {
  content: "";
  background: #de001a;
  position: absolute;
  width: 100%;
  height: calc(100% + 20px);
  bottom: 0;
  right: -60%;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeInRight;
  opacity: 0;
  pointer-events: none;
}
body #g-page-surround #g-footer:after {
  content: "";
  background: #2e2e2e;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  z-index: -1;
  pointer-events: none;
}
body #g-page-surround #g-footer p.copyright {
  color: white;
  opacity: 0;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body #g-page-surround #g-footer h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
body #g-page-surround #g-footer span.header {
  display: block;
  width: 150px;
  font-weight: 700;
}
body #g-page-surround #g-footer span.sub {
  font-weight: 300;
  position: relative;
}
body #g-page-surround #g-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body #g-page-surround #g-footer ul li {
  padding: 0;
  border: none;
  margin: 20px 0px;
}
body #g-page-surround #g-footer .column {
  margin: 0 0.625rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
body #g-page-surround #g-footer .column a {
  color: #2e2e2e;
}
body #g-page-surround #g-footer .column a.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #2b2b2b;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-footer .column a.social-link:hover {
  background-color: #2b2b2b;
  color: white;
}
body #g-page-surround #g-footer .logo {
  position: relative;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}
body #g-page-surround #g-footer .logo img {
  margin-bottom: 50px;
}
body #g-page-surround #g-footer .cta {
  display: flex;
  flex-direction: row;
  opacity: 0;
}
body #g-page-surround #g-footer .cta a.button-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  color: white;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  width: 200px;
}
body #g-page-surround #g-footer .cta a.button-cta:hover {
  color: white;
}
body #g-page-surround #g-footer .cta a.button-cta img {
  width: 50px;
  margin-right: 20px;
}
@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 80px;
  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 #2e2e2e;
  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: #2e2e2e;
}
.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: #de001a;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #de001a;
}
.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: #2e2e2e;
}
.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 #de001a;
  background: #de001a;
  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: #2e2e2e;
}
.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: #de001a;
  color: #2e2e2e;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #de001a;
  color: #2e2e2e;
}
.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: #2e2e2e;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 2px solid #de001a;
}
.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: #de001a;
  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 {
  background: #de001a;
  border-radius: 3px;
  color: white;
  padding: 20px 40px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.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: #de001a;
  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 screen and (max-width: 1200px) {
  .left {
    padding-right: 0;
  }
  .right {
    padding-left: 0;
  }
  body #g-page-surround #g-header {
    height: 450px;
  }
  body #g-page-surround #g-header:before {
    width: 150%;
    height: 100%;
    left: -25%;
    bottom: 0;
  }
  body #g-page-surround #g-header:after {
    width: 150%;
    height: 100%;
    left: -25%;
    bottom: 0;
  }
  body #g-page-surround #g-header #hero .logo {
    width: 100%;
  }
  body #g-page-surround #g-header #hero .logo img {
    max-width: 600px;
  }
  body #g-page-surround #g-header #hero .cta {
    width: 100%;
    justify-content: space-between;
  }
  body #g-page-surround #g-tarieven .tarieven .sectie {
    max-width: 300px;
  }
  body #g-page-surround #g-footer:before {
    height: 400px;
    width: 150%;
    right: -25%;
    bottom: 100px;
  }
  body #g-page-surround #g-footer .logo {
    margin: 150px auto 0px auto;
    max-width: 350px;
  }
  body #g-page-surround #g-footer .cta {
    margin: 0 auto;
    max-width: 350px;
  }
  body #g-page-surround #g-footer p.copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  form.taktiesform {
    padding: 50px 40px;
  }
  button.hamburgermenu {
    display: block;
  }
  body #g-page-surround #g-top {
    background: none;
    pointer-events: none;
  }
  body #g-page-surround #g-top:after {
    opacity: 0;
  }
  body #g-page-surround #g-top ul.navigation {
    background: white;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 50px;
    margin: 0px auto;
    box-shadow: 0px 10px 400px #0000005e;
    border-radius: 10px;
    height: calc(100vh - 150px);
    min-height: 500px;
    max-width: 300px;
    transform: translateY(-150%);
    opacity: 0;
    transition: opacity 0.2s;
  }
  body #g-page-surround #g-top ul.navigation li {
    margin: 10px 0px;
  }
  body #g-page-surround #g-top ul.navigation li a {
    color: #2e2e2e;
    font-weight: 700;
  }
  body #g-page-surround #g-top.active {
    pointer-events: all;
  }
  body #g-page-surround #g-top.active ul.navigation {
    transform: translateY(0);
    opacity: 1;
  }
  body #g-page-surround #g-header {
    margin-top: 0;
  }
  body #g-page-surround #g-header #hero .cta a.button-cta img {
    width: 40px;
    margin-right: 10px;
  }
  body #g-page-surround #g-footer p.copyright {
    font-size: 10px;
  }
  body #g-page-surround #g-footer .logo {
    max-width: 300px;
  }
  body #g-page-surround #g-footer .cta {
    max-width: 300px;
  }
  body #g-page-surround #g-footer .cta a.button-cta {
    width: 150px;
  }
  body #g-page-surround #g-footer .cta a.button-cta img {
    width: 40px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=custom_15.css.map */