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

body {
  background-color: #fff4de;
  overflow-x: hidden;
}

img {
  user-select: none;
}

h1, h2, h3, h4, h5, .title {
  font-family: "Berkshire Swash", serif;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 45px;
  font-size: normal;
}

.title {
  font-size: 28px;
  margin-bottom: 0;
}

p, a, ul, li, input, label, textarea {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
p::placeholder, a::placeholder, ul::placeholder, li::placeholder, input::placeholder, label::placeholder, textarea::placeholder {
  font-family: "Open Sans", sans-serif;
}

::selection {
  color: #ff7e00;
  background: #fff4de;
}

.spacer {
  padding: 30px 0;
}

.container {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 7%;
}

.hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, .title {
    font-size: 2em;
  }
}
.hamofaMailing__succes {
  display: none;
  color: #ff7e00;
}

.hamofaMailing__fail {
  display: none;
  color: #ff7e00;
}

.hamofaMailing__loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  display: none;
  position: relative;
  border: 3px solid;
  border-color: #ff7e00 #ff7e00 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.hamofaMailing__loader::after, .hamofaMailing__loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ffffff #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.hamofaMailing__loader::before {
  width: 32px;
  height: 32px;
  border-color: #ff7e00 #ff7e00 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.input__controll {
  position: relative;
  width: 100%;
}
.input__controll label {
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 0 5px;
  transform: translateY(-50%);
  color: #c8c8c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.input__controll input:focus + label,
.input__controll textarea:focus + label,
.input__controll label.input__controll__active {
  top: 0%;
  font-size: 16px;
  color: #808080;
}
.input__controll input, .input__controll select {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #c8c8c8;
  border: solid 2px #fff4de;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  border-radius: 10px;
  -webkit-appearance: none;
}
.input__controll input:-webkit-autofill, .input__controll input:-webkit-autofill:hover, .input__controll input:-webkit-autofill:focus, .input__controll input:-webkit-autofill:active, .input__controll select:-webkit-autofill, .input__controll select:-webkit-autofill:hover, .input__controll select:-webkit-autofill:focus, .input__controll select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
  -webkit-text-fill-color: #c8c8c8 !important;
}
.input__controll textarea {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #c8c8c8;
  border: solid 2px #fff4de;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  outline: none;
  resize: none !important;
  border-radius: 10px;
}
.input__controll #bericht {
  resize: vertical;
  width: 100%;
  min-height: 150px;
}
.input__controll #berichtLabel {
  position: absolute;
  top: 25px;
  left: 15px;
  transform: translateY(-50%);
  color: #c8c8c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.input__controll input:focus + label,
.input__controll textarea:focus + label,
.input__controll label.input__controll__active,
.input__controll input:focus + #berichtLabel,
.input__controll textarea:focus + #berichtLabel,
.input__controll #berichtLabel.input__controll__active {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #000000;
}
.input__controll:focus-within label, .input__controll:focus-within #berichtLabel {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #000000;
}

.hamofaConsent__button {
  padding: 0.5em 2em;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #ff7e00;
  border-radius: 5px;
  flex-grow: 1;
  text-align: center;
  z-index: 2000;
}

.hamofaConsent__button__2 {
  background-color: #ff7e00;
  color: white;
}

.hamofaConsent__banner {
  position: fixed;
  left: 2em;
  bottom: 2em;
  background-color: white;
  width: fit-content;
  padding: 2em;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1em;
  border-radius: 20px;
  transition: 0.5s;
  z-index: 2000;
}
.hamofaConsent__banner__closed {
  left: -100% !important;
}

.hamofaConsent__banner__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1em;
}

.hamofaConsent__banner__header__icon {
  width: 50px;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
}
.hamofaConsent__banner__header__icon img {
  width: 100%;
}

.hamofaConsent__banner__text {
  width: 350px;
}

.hamofaConsent__banner__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}

.hamofaConsent__icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
  z-index: 2000;
}
.hamofaConsent__icon img {
  width: 100%;
}
.hamofaConsent__icon__closed {
  left: -100%;
}

.hamofaConsent__settings {
  position: fixed;
  bottom: 0;
  transition: 0.5s;
  z-index: 2000;
  width: 100%;
  height: 100%;
  padding: 2em, 7%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow-y: scroll;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);
}
.hamofaConsent__settings__closed {
  bottom: -100%;
}

.hamofaConsent__settings__wrapper {
  width: 50%;
  height: fit-content;
  padding: 2em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  background-color: #ffffff;
}

.hamofaConsent__settings__wrapper__text {
  width: 75%;
  margin-bottom: 20px;
}

.hamofaConsent__settings__wrapper__items {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hamofaConsent__settings__wrapper__items__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.hamofaConsent__settings__wrapper__items__item input {
  accent-color: #ff7e00;
}

.hamofaConsent__settinges__actions {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
}

@media screen and (max-width: 1500px) {
  .hamofaConsent__settings__wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 1100px) {
  .hamofaConsent__settings__wrapper__items__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 800px) {
  .hamofaConsent__settings__wrapper__items__item {
    width: 100%;
  }
  .hamofaConsent__settings__wrapper__text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .hamofaConsent__settings {
    padding: 2em;
    align-items: flex-end;
  }
  .hamofaConsent__settings__wrapper {
    width: 100%;
  }
  .hamofaConsent__banner {
    width: calc(100% - 4em);
  }
  .hamofaConsent__banner__text {
    width: 100%;
  }
  .hamofaConsent__banner__header__icon {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hamofaConsent__banner {
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .hamofaConsent__settings {
    padding: 0;
  }
  .hamofaConsent__settings__wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 400px) {
  .hamofaConsent__settings__wrapper h2 {
    font-size: 1.5em;
  }
  .hamofaConsent__settings__wrapper__items {
    gap: 10px;
  }
  .hamofaConsent__settinges__actions {
    margin-top: 20px;
  }
}
.nav {
  background-color: #fff4de;
  padding: 15px 90px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

.nav__inner {
  max-width: 2250px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.nav__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 60px;
}

.nav__left__logo {
  width: 100px;
}
.nav__left__logo img {
  width: 100px;
}

.nav__left__cta .button {
  margin-top: 0;
}

.nav__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
}

.nav__right__phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7.5px;
  width: fit-content;
}

.nav__right__phone__icon {
  width: 15px;
}
.nav__right__phone__icon img {
  width: 15px;
}

.nav__right__phone__content {
  color: #000000;
}

.nav__right__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 3px;
  z-index: 998;
  transition: 0.5s;
  cursor: pointer;
}
.nav__right__menu div {
  width: 40px;
  height: 3px;
  background-color: #000000;
  transition: 0.5s;
  border-radius: 2px;
}
.nav__right__menu div:nth-child(1) {
  width: 20px;
}
.nav__right__menu div:nth-child(3) {
  width: 20px;
  align-self: flex-end;
}
.nav__right__menu__active {
  gap: 0;
}
.nav__right__menu__active div:nth-child(1) {
  width: 20px;
  transform-origin: 50%;
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  left: 3px;
}
.nav__right__menu__active div:nth-child(2) {
  transform-origin: 50%;
  transform: rotate(-45deg);
}
.nav__right__menu__active div:nth-child(3) {
  width: 20px;
  transform-origin: 50%;
  transform: rotate(45deg);
  position: relative;
  top: 4px;
  left: -3px;
}

.nav__menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: -100vw;
  top: 0;
  padding: 30px 90px;
  background: rgba(255, 244, 222, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  transition: 0.5s;
}
.nav__menu__active {
  right: 0;
}

.nav__menu__logo {
  width: 150px;
  margin: 0 auto;
}

.nav__menu__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 30px;
}

.nav__menu__items__item {
  display: block;
  font-family: "Berkshire Swash", serif;
  font-size: 35px;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.nav__menu__items__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 5px;
  background-image: url("/assets/icons/line.webp");
  transition: 0.5s;
  z-index: -1;
}
.nav__menu__items__item:hover {
  color: #ff7e00;
}
.nav__menu__items__item__active {
  color: #ff7e00;
}
.nav__menu__items__item__active::after {
  left: 0;
}

.nav__menu__contact {
  margin-top: 30px;
  text-align: center;
}
.nav__menu__contact p, .nav__menu__contact a {
  display: block;
  color: #000000;
}

.nav__menu__socials {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 7.5px;
}

.nav__menu__socials__item {
  width: 25px;
}
.nav__menu__socials__item img {
  width: 25px;
}

.nav__right__language {
  width: 25px;
}
.nav__right__language img {
  width: 25px;
}

@media screen and (max-width: 1050px) {
  .nav {
    padding: 30px 7%;
  }
  .nav__left__logo {
    width: 75px;
  }
  .nav__left__logo img {
    width: 75px;
  }
  .nav__right__phone {
    display: none;
  }
  .nav__left__cta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 15px 7%;
  }
  .nav__left__logo {
    width: 50px;
  }
  .nav__left__logo img {
    width: 50px;
  }
  .nav__menu__items__item {
    font-size: 1.5em;
  }
  .nav__menu__logo {
    width: 100px;
  }
  .nav__menu__logo img {
    width: 100px;
  }
}
.footer {
  background-color: #000000;
  padding: 60px 90px;
  max-width: 2250px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  color: #ffffff;
}
.footer::after, .footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.footer::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.footer::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}
.footer a {
  color: #ffffff;
  display: block;
}

.footer__title {
  font-family: "Berkshire Swash", serif;
  color: #fff4de;
  font-size: 23px;
  margin-bottom: 15px;
}

.footer__logo {
  width: 200px;
}
.footer__logo img {
  width: 200px;
}

.footer__contact {
  padding-top: 30px;
}
.footer__contact div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.footer__sitemap {
  padding-top: 30px;
  width: 350px;
}

.footer__sitemap__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__sitemap__items__item {
  width: calc((100% - 15px) / 2);
}
.footer__sitemap__items__item__important {
  color: #ff7e00 !important;
}

.footer__social {
  padding-top: 30px;
}

.footer__social__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.footer__social__items__item {
  width: 25px;
}
.footer__social__items__item img {
  width: 25px;
}

.footer__social__other {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 7.5px;
}

.footer__hamofa {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  align-self: center;
}

.footer__hamofa__icon {
  width: 30px;
}
.footer__hamofa__icon img {
  width: 30px;
}

.footer__hamofa__content {
  font-size: 12px;
}

.footer__spacer {
  background-image: url("/assets/icons/footer_spacer.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 2px;
}

@media screen and (max-width: 1500px) {
  .footer__hamofa {
    width: calc((100% - 30px) / 2);
    justify-content: flex-end;
    padding-top: 0;
  }
  .footer__spacer__3 {
    display: none;
  }
  .footer__social {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1050px) {
  .footer {
    padding: 60px 7%;
  }
  .footer__logo {
    order: 1;
  }
  .footer__contact {
    order: 2;
    width: calc((100% - 60px - 200px) / 2);
    padding-left: 30px;
  }
  .footer__social {
    order: 3;
    width: calc((100% - 60px - 200px) / 2);
  }
  .footer__sitemap {
    order: 4;
    width: calc((100% - 60px) / 2);
  }
  .footer__hamofa {
    order: 5;
    width: calc((100% - 60px) / 2);
  }
  .footer__spacer {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .footer__contact {
    order: 3;
    padding-left: 0;
  }
  .footer__sitemap {
    width: calc(100% - 200px - 30px);
    order: 2;
    padding-left: 30px;
  }
  .footer__contact {
    width: calc((100% - 60px) / 2);
  }
  .footer__social {
    width: calc((100% - 60px) / 2);
  }
  .footer__hamofa {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer__sitemap {
    width: 100%;
    padding-left: 0;
  }
  .footer__contact, .footer__social {
    width: 100%;
  }
  .footer__hamofa {
    justify-content: flex-start;
    padding-top: 30px;
  }
}
.button {
  padding: 7.5px 30px;
  background-color: #ff7e00;
  border-radius: 10px;
  text-align: center;
  display: block;
  color: #fff4de;
  transition: 0.5s;
  border: 2px solid #ff7e00;
  width: fit-content;
  margin-top: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
}
.button:hover {
  background-color: #fff4de;
  color: #ff7e00;
}

.button_2 {
  background-color: #fff4de;
  color: #ff7e00;
}

.button_3 {
  opacity: 0.5;
  cursor: not-allowed;
}
.button_3:hover {
  background-color: #ff7e00;
  color: #fff4de;
}

.c_route {
  position: relative;
  width: calc((100% - 90px) / 4);
  overflow: hidden;
  border-radius: 10px;
}

.c_route__image {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.c_route__image img {
  width: 100%;
}

.c_route__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0));
  padding: 30px;
  padding-top: 100px;
  color: #fff4de;
}
.c_route__info h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  display: block;
}
.c_route__info h3 {
  font-size: 27px;
}

.c_route__info__dif {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}

.c_route__info__dif__rate {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.c_route__info__dif__rate div {
  height: 25px;
  width: 10px;
  border-radius: 5px;
  border: 2px solid #fff4de;
}
.c_route__info__dif__rate__1 div:nth-child(1) {
  background-color: #42ff00;
}
.c_route__info__dif__rate__2 div:nth-child(1), .c_route__info__dif__rate__2 div:nth-child(2) {
  background-color: #42ff00;
}
.c_route__info__dif__rate__3 div:nth-child(1), .c_route__info__dif__rate__3 div:nth-child(2), .c_route__info__dif__rate__3 div:nth-child(3) {
  background-color: #ff3000;
}
.c_route__info__dif__rate__4 div {
  background-color: #ff3000;
}

@media screen and (max-width: 1500px) {
  .c_route {
    width: calc((100% - 60px) / 3);
  }
  .c_route__info h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .c_route {
    width: calc((100% - 30px) / 2);
  }
  .c_route__info {
    position: relative;
    background-color: #000000;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c_route__info h3 {
    font-size: 25px;
  }
  .c_route__info__dif {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
}
@media screen and (max-width: 500px) {
  .c_route {
    width: 100%;
  }
}
.h_hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url("/assets/home/hero.webp");
}
.h_hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.h_animation {
  height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  background-size: cover;
  background-position: center;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.h_animation::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.h_animation__home {
  background-image: url("/assets/home/hero/d/0.webp");
}
.h_animation__routes {
  background-image: url("/assets/routes/hero/0.webp");
}
.h_animation__route_wildroute {
  background-image: url("/assets/routes/1/hero/0.webp");
}
.h_animation__route_valkenroute {
  background-image: url("/assets/routes/2/hero/0.webp");
}
.h_animation__route_valkenroute .h_animation__canvas {
  object-position: bottom bottom;
}
.h_animation__route_lavachequi {
  background-image: url("/assets/routes/3/hero/0.webp");
}
.h_animation__route_lavachequi .h_animation__canvas {
  object-position: left;
}

.h_animation__actie {
  position: fixed;
  right: -25px;
  bottom: 0;
  z-index: 900;
  width: 400px;
}
.h_animation__actie img {
  width: 100%;
}

.h_animation__canvas {
  width: 100%;
  height: 100vh;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  object-fit: cover;
}

.h_animation__title {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  justify-self: center;
  align-self: flex-start;
  color: #fff4de;
  text-align: center;
  padding-top: 150px;
  font-size: 80px;
  z-index: 901;
  line-height: 1em;
}

.h_hero__home {
  background-image: url("/assets/home/hero.webp");
}

.h_hero__huren {
  background-image: url("/assets/huren/hero.webp");
}

.h_hero__arrangement {
  background-image: url("/assets/arrangementen/hero.webp");
}

.h_hero__routes {
  background-image: url("/assets/routes/hero.webp");
}

.h_hero__route1 {
  background-image: url("/assets/routes/1/hero.webp");
}

.h_hero__route2 {
  background-image: url("/assets/routes/2/hero.webp");
}

.h_hero__route3 {
  background-image: url("/assets/routes/3/hero.webp");
}

.h_hero__route4 {
  background-image: url("/assets/routes/4/hero.webp");
}

.h_hero__home {
  background-image: url("/assets/home/hero.webp");
}

.h_hero__background {
  padding: 0 7%;
  padding-top: 300px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 4;
}

.h_hero {
  position: relative;
}
.h_hero p {
  z-index: 5;
  font-size: clamp(18px, 5vw, 20px);
  position: relative;
  /* right: 7%;
  bottom: 30px; */
  margin: auto;
  margin-top: 60px;
  color: white;
  display: block;
  width: fit-content;
  background-color: #ff7e00;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 1300px) {
  .h_hero {
    position: relative;
  }
  .h_hero p {
    width: fit-content;
  }
}
@media screen and (max-width: 1050px) {
  .h_hero {
    position: relative;
  }
  .h_hero p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    padding: 30px;
    margin-top: 60px;
  }
  .h_animation__title {
    padding-top: 200px;
    font-size: 2.5em;
  }
  .h_animation__actie {
    width: 300px;
    right: 0;
  }
}
.g_tp {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 6.4fr 200px 6.8fr 200px;
  grid-template-rows: auto 1.1fr 100px;
}

.g_tp__text {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
  color: #fff4de;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.g_tp__image {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 4;
  grid-column-end: 5;
  padding-top: 30px;
}
.g_tp__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_tp__image iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.g_tp__background {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 6;
  position: relative;
  background-color: #000000;
  z-index: -1;
}
.g_tp__background::after, .g_tp__background::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.g_tp__background::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.g_tp__background::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

@media screen and (max-width: 1500px) {
  .g_tp {
    grid-template-columns: 90px 6.4fr 90px 6.8fr 90px;
  }
}
@media screen and (max-width: 1050px) {
  .g_tp {
    grid-template-columns: 7% auto 7%;
    grid-template-rows: auto 500px 100px;
  }
  .g_tp__text {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    width: 75%;
  }
  .g_tp__image {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
    width: 75%;
  }
  .g_tp__background {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 768px) {
  .g_tp__text {
    width: 100%;
  }
  .g_tp__image {
    width: 100%;
  }
  .g_tp {
    grid-template-columns: 7% auto 7%;
    grid-template-rows: auto auto 100px;
  }
}
.g_home {
  display: grid;
  grid-template-rows: auto 100px auto;
}
.g_home .g_tp {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  position: relative;
  z-index: 2;
}
.g_home .g_tp .g_tp__text p {
  padding-bottom: 60px;
}
.g_home .g_tp .g_tp__image iframe {
  margin-top: 60px;
}
.g_home .b_vicons {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-top: 160px;
}

@media screen and (max-width: 1050px) {
  .g_home .g_tp {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    position: relative;
    z-index: 2;
  }
  .g_home .g_tp .g_tp__text p {
    padding-bottom: 0;
  }
  .g_home .g_tp .g_tp__image iframe {
    margin-top: 0;
  }
  .g_home .b_vicons {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    padding-top: 160px;
  }
}
.g_photo1 {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 500px 500px 400px;
  gap: 15px;
  padding: 15px 90px;
  padding-bottom: 30px;
}

.g_photo1__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.g_photo1__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_photo1__image__1 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
.g_photo1__image__2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 5;
}
.g_photo1__image__3 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
.g_photo1__image__4 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
.g_photo1__image__5 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}
.g_photo1__image__6 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
}
.g_photo1__image__7 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 4;
  grid-column-end: 5;
}

@media screen and (max-width: 1500px) {
  .g_photo1 {
    grid-template-rows: 400px 400px 300px;
  }
}
@media screen and (max-width: 1200px) {
  .g_photo1 {
    grid-template-rows: 300px 300px 250px;
  }
}
@media screen and (max-width: 1050px) {
  .g_photo1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 300px 300px 300px;
    padding: 15px 7%;
    padding-bottom: 30px;
  }
  .g_photo1__image__1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__2 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .g_photo1__image__3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__4 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__5 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .g_photo1__image__6 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__7 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 850px) {
  .g_photo1 {
    grid-template-rows: 250px 250px 250px 250px;
  }
}
@media screen and (max-width: 768px) {
  .g_photo1 {
    grid-template-rows: 200px 200px 200px 200px;
    gap: 7.5px;
  }
}
@media screen and (max-width: 600px) {
  .g_photo1 {
    grid-template-rows: 225px 225px 225px 225px;
  }
  .g_photo1__image__1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__2 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .g_photo1__image__3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .g_photo1__image__4 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__5 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .g_photo1__image__6 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_photo1__image__7 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 450px) {
  .g_photo1 {
    grid-template-rows: 150px 150px 150px 150px;
  }
}
.g_r4 {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 400px 200px 350px;
  gap: 15px;
}

.g_r5 {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 90px;
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-template-rows: 400px 200px 350px;
  gap: 15px;
}
.g_r5 .g_r4__image__1 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.g_r5 .g_r4__image__2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 4;
}
.g_r5 .g_r4__image__3 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
.g_r5 .g_r4__image__4 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}
.g_r5 .g_r4__image__5 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
}

.g_r4__image {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.g_r4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_r4__image:hover .g_r4__image__content {
  bottom: 0;
}
.g_r4__image__1 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
.g_r4__image__2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.g_r4__image__3 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
.g_r4__image__4 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
}

.g_r5__image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
}
.g_r5__image img {
  width: 100%;
}

.g_r4__image__content {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-image: linear-gradient(to top, #000000 50%, rgba(0, 0, 0, 0));
  color: #fff4de;
  padding: 30px 60px;
  padding-top: 90px;
  transition: 0.5s;
  width: 100%;
}
.g_r4__image__content h3 {
  font-size: 27px;
}

.g_r4__image__img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .g_r5 {
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: 400px 400px 400px;
  }
  .g_r5 .g_r4__image__1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_r5 .g_r4__image__2 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .g_r5 .g_r4__image__3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_r5 .g_r4__image__4 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .g_r5 .g_r4__image__5 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 1200px) {
  .g_r4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 150px 300px;
  }
  .g_r4__image__content {
    bottom: 0;
    padding: 30px;
    padding-top: 90px;
  }
  .g_r4__image__content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .g_r4, .g_r5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 7%;
  }
  .g_r4__image {
    width: calc((100% - 15px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    height: unset;
  }
  .g_r4__image__content {
    position: relative;
    background-color: #000000;
    background-image: none;
    padding: 30px;
    flex-grow: 1;
  }
  .g_r4__image__img {
    height: 250px;
  }
  .g_r5 .g_r4__image__3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .g_r4__image {
    width: 100%;
  }
  .g_r4__image__img {
    height: 300px;
  }
  .g_r5 .g_r5__image {
    flex-wrap: wrap;
  }
  .g_r5 .g_r5__image__1 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .g_r4__image__img {
    height: 200px;
  }
  .g_r4__image__content {
    padding: 15px;
  }
}
.b_vicons {
  padding: 60px 200px;
  background-image: url("/assets/icons/bg/bg_1.webp");
  background-size: cover;
  background-color: #fff4de;
  max-width: 2250px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.b_vicons::after, .b_vicons::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #fff4de;
  z-index: 1;
}
.b_vicons::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.b_vicons::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.b_vicons__title {
  text-align: center;
  margin-bottom: 90px;
}

.b_vicons__icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.b_vicons__icons__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  width: calc((100% - 120px) / 3);
  color: #000000;
}

.b_vicons__icons__item__image {
  width: 100px;
}
.b_vicons__icons__item__image img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.b_vicons__icons__item__text p {
  font-family: "Berkshire Swash", serif;
  font-size: 23px;
  max-width: 300px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .b_vicons {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 1300px) {
  .b_vicons__icons__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 1050px) {
  .b_vicons {
    padding: 60px 7%;
  }
  .b_vicons__title {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b_vicons__icons__item__text p {
    font-size: 1em;
    max-width: unset;
  }
  .b_vicons__icons__item__image {
    width: 50px;
  }
  .b_vicons__icons__item__image img {
    width: 50px;
  }
}
.b_routesH {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 200px auto;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

.b_routesH__title {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #ffffff;
  text-align: center;
  padding: 60px;
}

.b_routesH__items {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  padding: 0 7%;
}

.b_routesH__bg {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  position: relative;
  z-index: -1;
  background-image: url("/assets/home/routes.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #131912;
}
.b_routesH__bg::after, .b_routesH__bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #131912;
  z-index: 1;
}
.b_routesH__bg::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.b_routesH__bg::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.b_routesH__wrapper {
  display: grid;
  grid-template-rows: auto 400px auto;
}

@media screen and (max-width: 1050px) {
  .b_routesH__wrapper {
    grid-template-rows: auto 0 auto;
  }
}
.b_aanbodH {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 600px auto auto;
  width: 100%;
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}

.b_aanbodH__content {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  width: 40%;
  justify-self: flex-end;
  padding-right: 200px;
}

.b_aanbodH__bg {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  background-image: url("/assets/home/aanbod.webp");
  background-size: cover;
  min-height: 1500px;
  width: 100%;
  position: relative;
  z-index: -1;
  opacity: 0.4;
}

@media screen and (max-width: 1500px) {
  .b_aanbodH__content {
    width: 50%;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1050px) {
  .b_aanbodH {
    grid-template-rows: auto auto;
    margin-top: 30px;
  }
  .b_aanbodH__content {
    justify-self: unset;
    padding: 30px 7%;
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    /* background-image: linear-gradient(to bottom, $white 50%, rgba(255,255,255, .5), rgba(255,255,255, 0)); */
    padding-bottom: 60px;
  }
  .b_aanbodH__content h2, .b_aanbodH__content p {
    width: 75%;
  }
  .b_aanbodH__bg {
    background-image: url("/assets/home/aanbod_2.webp");
    min-height: unset;
    width: 100%;
    padding-top: 76.0387811634%;
  }
}
@media screen and (max-width: 768px) {
  .b_aanbodH__bg {
    opacity: 1;
  }
  .b_aanbodH {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }
  .b_aanbodH__content {
    background-image: none;
    padding-bottom: 30px;
  }
  .b_aanbodH__content h2, .b_aanbodH__content p {
    width: 100%;
  }
}
.b_partners {
  max-width: 2250px;
  margin: 0 auto;
  padding: 60px 200px;
  background-image: url("/assets/icons/bg/bg_1.webp");
  background-color: #fff4de;
  background-size: cover;
  position: relative;
}
.b_partners::after, .b_partners::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #fff4de;
  z-index: 1;
}
.b_partners::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.b_partners::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.b_partners__content {
  text-align: center;
  padding-bottom: 30px;
}
.b_partners__content a {
  color: #000000;
  font-weight: 700;
}

.b_partners__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.b_partners__items__item {
  margin-top: 30px;
  width: calc((100% - 240px) / 5);
  height: 150px;
  font-family: "Berkshire Swash", serif;
  font-size: 2em;
  color: #ff7e00;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.b_partners__items__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1050px) {
  .b_partners {
    padding: 60px 7%;
  }
  .b_partners__items__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .b_partners__content {
    text-align: left;
  }
  .b_partners__items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  .b_partners__items__item {
    width: calc((100% - 30px) / 2);
  }
}
.b_rInfo {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto 22.5px auto;
  grid-template-columns: 200px auto 200px;
  margin-bottom: 60px;
}

.b_rInfo__header {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
  color: #fff4de;
}
.b_rInfo__header h1 {
  font-size: 60px;
}
.b_rInfo__header h1 span {
  width: 100%;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.b_rInfo__text {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 150px;
  padding: 30px 0;
}
.b_rInfo__text p {
  color: #fff4de;
  width: 50%;
}

.b_rInfo__cta {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  z-index: 2;
}
.b_rInfo__cta .button {
  margin-top: 0;
}

.b_rInfo__background {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: #000000;
  position: relative;
  z-index: -1;
}
.b_rInfo__background::after, .b_rInfo__background::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.b_rInfo__background::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.b_rInfo__background::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.b_rInfo__level .c_route__info__dif__rate {
  margin-top: 7.5px;
}

@media screen and (max-width: 1500px) {
  .b_rInfo {
    grid-template-columns: 90px auto 90px;
  }
}
@media screen and (max-width: 1050px) {
  .b_rInfo {
    grid-template-columns: 7% auto 7%;
  }
  .b_rInfo__text {
    gap: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .b_rInfo__text {
    flex-direction: column;
    gap: 1em;
  }
  .b_rInfo__text p {
    width: 100%;
  }
}
.b_hoog {
  background-color: #fff4de;
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 80px;
}

.b_hoog__graph {
  user-select: none;
}
.b_hoog__graph img {
  user-select: none;
  width: 100%;
}

.b_hoog__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 60px;
}

.b_hoog__wrapper__controll {
  width: 25px;
  cursor: pointer;
}
.b_hoog__wrapper__controll img {
  width: 25px;
}

.b_hoog__slider {
  width: 400px;
  overflow: hidden;
  margin-top: 30px;
}

.b_hoog__slider__wrapper {
  position: relative;
  left: 0;
  transition: 0.5s;
  width: 900%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.b_hoog__slider__wrapper__1 {
  width: 1300%;
}
.b_hoog__slider__wrapper__1 .b_hoog__slider__item {
  width: 7.6923076923%;
}
.b_hoog__slider__wrapper__2 {
  width: 1400%;
}
.b_hoog__slider__wrapper__2 .b_hoog__slider__item {
  width: 7.1428571429%;
}
.b_hoog__slider__wrapper__3 {
  width: 1700%;
}
.b_hoog__slider__wrapper__3 .b_hoog__slider__item {
  width: 5.8823529412%;
}
.b_hoog__slider__wrapper__4 {
  width: 1900%;
}
.b_hoog__slider__wrapper__4 .b_hoog__slider__item {
  width: 5.2631578947%;
}

.b_hoog__slider__item__up {
  width: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 auto;
}
.b_hoog__slider__item__up img {
  width: 50px;
}

.b_hoog__slider__item__wrapper {
  background-color: #000000;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.b_hoog__slider__item__title {
  text-align: center;
}
.b_hoog__slider__item__title h3 {
  font-size: 18px;
}

.b_hoog__slider__item__image {
  width: 100%;
}
.b_hoog__slider__item__image img {
  width: 100%;
  border-radius: 10px;
}

.b_hoog__slider__item__afstand {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.b_hoog__slider__item__afstand__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 7.5px;
}

.b_hoog__slider__item__afstand__icon__image {
  width: 20px;
}

.b_hoog__route {
  background-color: #fff4de;
  padding: 30px 80px;
  max-width: 2250px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.b_hoog__route__text {
  width: 675px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .b_hoog {
    padding: 30px 7%;
  }
  .b_hoog__wrapper {
    gap: 30px;
  }
  .b_hoog__slider {
    width: calc(100% - 50px - 60px);
  }
  .b_hoog__route {
    padding: 30px 7%;
  }
  .b_hoog__route__text {
    width: fit-content;
    flex-grow: 1;
  }
}
@media screen and (max-width: 500px) {
  .b_hoog__slider__item__afstand {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
.b_rQuote {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 7%;
  text-align: center;
}

.b_hashtag {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 7%;
  padding-bottom: 60px;
  text-align: center;
}

.b_hashtag__title h2 {
  font-size: 1.2em;
  margin-bottom: 0;
}

.b_hashtag__tag p {
  font-family: "Berkshire Swash", serif;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .b_hashtag__tag p {
    font-size: 33px;
  }
}
.routes {
  max-width: 2250px;
  margin: 0 auto;
  display: grid;
  grid-auto-rows: auto 200px auto;
}

.routes__title {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #fff4de;
  text-align: center;
  padding: 30px 0;
}

.routes__items {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 7%;
  padding-bottom: 30px;
}

.routes__bg {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  position: relative;
  background-color: #000000;
  z-index: -1;
}
.routes__bg::after, .routes__bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.routes__bg::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.routes__bg::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.routes__sfeer {
  padding: 0 7%;
  padding-top: 60px;
  text-align: center;
  max-width: 2250px;
  margin: 0 auto;
}

.route__container {
  max-width: 2250px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 7%;
  padding-bottom: 0;
}

@media screen and (max-width: 1050px) {
  .routes__sfeer, .route__container {
    text-align: left;
  }
}
.tarief {
  background-image: url("/assets/tarieven/bg.webp");
  background-size: cover;
  background-position: bottom;
  padding-top: 300px;
  padding-bottom: 300px;
}

.tarief__wrapper {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 200px;
}

.tarief__title {
  color: #fff4de;
  text-align: center;
  padding-bottom: 60px;
}

.tarief__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}

.tarief__items__vespa {
  background-color: #fff4de;
  padding: 60px;
  max-width: 600px;
  width: calc((100% - 60px) / 2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

.tarief__items__vespa__text {
  width: 70%;
}
.tarief__items__vespa__text span {
  font-size: 0.8em;
}

.tarief__items__vespa__price__old {
  font-weight: 900;
  color: #ff7e00;
  margin-top: 15px;
  font-size: 25px;
}

.tarief__items__vespa__price {
  font-size: 60px;
  font-weight: 900;
  color: #ff7e00;
}

.tarief__items__vespa__inc {
  width: 70%;
}
.tarief__items__vespa__inc ul {
  padding-left: 1.2em;
}

.tarief__items__vespa__important {
  padding-top: 15px;
  width: 70%;
}

.tarief__items__arran {
  background-color: #fff4de;
  padding: 60px;
  max-width: 600px;
  width: calc((100% - 60px) / 2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

.tarief__items__arran__icon {
  width: 140px;
  margin: 15px 0;
}
.tarief__items__arran__icon img {
  width: 140px;
}

.tarief__items__arran__content {
  width: 70%;
  margin-top: 30px;
}
.tarief__items__arran__content ul {
  padding-left: 1.2em;
}

.tarief__items__arran__content__title {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 7.5px;
}

.tarief__items__arran__price {
  width: 70%;
}

.tarief__items__arran__price__border {
  border-top: 3px dashed #000000;
  width: 50%;
  margin: 15px 0;
}

.tarief__items__important {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 30px;
  width: 100%;
}

.tarief__items__important__text {
  color: #fff4de;
}

@media screen and (max-width: 1500px) {
  .tarief__wrapper {
    padding: 30px 90px;
  }
  .tarief__items__vespa, .tarief__items__arran {
    align-items: flex-start;
  }
  .tarief__items__vespa__text,
  .tarief__items__vespa__inc,
  .tarief__items__vespa__important,
  .tarief__items__arran__content {
    width: 100%;
  }
  .tarief__title {
    text-align: left;
  }
}
@media screen and (max-width: 1050px) {
  .tarief {
    padding-bottom: 200px;
  }
  .tarief__wrapper {
    padding: 30px 7%;
  }
  .tarief__items__vespa,
  .tarief__items__arran {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .tarief {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .tarief__items__vespa,
  .tarief__items__arran {
    width: 100%;
    padding: 30px;
  }
  .tarief__items__vespa__price {
    font-size: 40px;
  }
}
.contact {
  padding-top: 300px;
  background-image: url("/assets/contact/bg.webp");
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
}
.contact a {
  color: #fff4de;
  font-weight: 900;
}

.contact__wrapper {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 60px;
}

.contact__form {
  width: 50%;
  color: #fff4de;
}
.contact__form .button {
  margin-top: 0;
}

.contact__form__title p {
  width: 70%;
}

.contact__form__form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: 70%;
}

.contact__cred {
  color: #fff4de;
}
.contact__cred a {
  display: block;
  color: #fff4de;
  font-weight: normal;
  margin: 7.5px 0;
}

@media screen and (max-width: 1500px) {
  .contact__wrapper {
    padding: 30px 90px;
  }
  .contact__form__title p {
    width: 100%;
  }
  .contact__form__form {
    width: 100%;
  }
  .contact__wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1050px) {
  .contact {
    padding-top: 200px;
  }
  .contact__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 60px;
    padding: 30px 7%;
  }
  .contact__form {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: 100%;
  }
}
.cadeau {
  min-height: calc(100vh + 100px);
  padding-top: 200px;
  background-image: url("/assets/cadeau/cadeau.webp");
  background-size: cover;
  background-position: bottom right;
  color: #ffffff;
}
.cadeau_fr {
  background-image: url("/assets/cadeau/cadeau_fr.webp");
}

.cadeau__text {
  width: 40%;
}
.cadeau__text a {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}
.cadeau__text p {
  max-width: 550px;
}

.cadeau__extra {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  width: 40%;
  max-width: 550px;
  margin-top: 60px;
}

.cadeau__extra__icon {
  width: 50px;
}
.cadeau__extra__icon img {
  width: 100%;
}

.cadeau__extra__text {
  width: calc(100% - 50px);
  padding: 10px;
  border: 2px solid #ff7e00;
}
.cadeau__extra__text a {
  color: #ffffff;
}
.cadeau__extra__text span {
  color: #ff7e00;
}

.cadeau__hand {
  display: none;
}

@media screen and (max-width: 1500px) {
  .cadeau__hand {
    display: block;
    margin-left: auto;
    width: 50%;
    margin-top: 60px;
  }
  .cadeau__hand img {
    width: 100%;
  }
  .cadeau__extra, .cadeau__text {
    width: 50%;
    max-width: unset;
  }
  .cadeau__extra p, .cadeau__text p {
    max-width: unset;
  }
  .cadeau__wrap {
    padding-right: 0;
    padding-bottom: 0;
  }
  .cadeau {
    background-image: url("/assets/cadeau/bg.webp");
    background-position: center;
    min-height: unset;
  }
}
@media screen and (max-width: 1050px) {
  .cadeau__hand, .cadeau__extra, .cadeau__text {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .cadeau {
    padding-top: 100px;
  }
  .cadeau__hand, .cadeau__extra, .cadeau__text {
    width: 100%;
  }
  .cadeau__extra, .cadeau__text {
    padding-right: 7%;
  }
}
.huren {
  max-width: 2250px;
  padding: 30px 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
}

.huren .input__controll2 label, .huren__client .input__controll2 label, .vespa .input__controll2 label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #ff7e00 !important;
  color: #fff4de !important;
}
.huren .input__controll2 input:focus + label,
.huren .input__controll2 textarea:focus + label,
.huren .input__controll2 label.input__controll__active,
.huren .input__controll2 label.input__controll__active2,
.huren .input__controll2 input:focus + #berichtLabel,
.huren .input__controll2 textarea:focus + #berichtLabel,
.huren .input__controll2 #berichtLabel.input__controll__active,
.huren .input__controll2 #berichtLabel.input__controll__active2, .huren__client .input__controll2 input:focus + label,
.huren__client .input__controll2 textarea:focus + label,
.huren__client .input__controll2 label.input__controll__active,
.huren__client .input__controll2 label.input__controll__active2,
.huren__client .input__controll2 input:focus + #berichtLabel,
.huren__client .input__controll2 textarea:focus + #berichtLabel,
.huren__client .input__controll2 #berichtLabel.input__controll__active,
.huren__client .input__controll2 #berichtLabel.input__controll__active2, .vespa .input__controll2 input:focus + label,
.vespa .input__controll2 textarea:focus + label,
.vespa .input__controll2 label.input__controll__active,
.vespa .input__controll2 label.input__controll__active2,
.vespa .input__controll2 input:focus + #berichtLabel,
.vespa .input__controll2 textarea:focus + #berichtLabel,
.vespa .input__controll2 #berichtLabel.input__controll__active,
.vespa .input__controll2 #berichtLabel.input__controll__active2 {
  top: 0 !important;
  font-size: 16px !important;
  color: #fff4de !important;
  background-color: #ff7e00 !important;
}
.huren .input__controll2:focus-within label, .huren .input__controll2:focus-within #berichtLabel, .huren__client .input__controll2:focus-within label, .huren__client .input__controll2:focus-within #berichtLabel, .vespa .input__controll2:focus-within label, .vespa .input__controll2:focus-within #berichtLabel {
  top: 0 !important;
  font-size: 16px !important;
  color: #fff4de !important;
  background-color: #ff7e00 !important;
}
.huren .input__controll__active2 label, .huren__client .input__controll__active2 label, .vespa .input__controll__active2 label {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.huren .input__controll input, .huren .input__controll select, .huren__client .input__controll input, .huren__client .input__controll select, .vespa .input__controll input, .vespa .input__controll select {
  border: 2px solid #ff7e00;
  background-color: #fff4de;
  color: #000000;
  font-weight: 400;
}
.huren .input__controll input:-webkit-autofill, .huren .input__controll input:-webkit-autofill:hover, .huren .input__controll input:-webkit-autofill:focus, .huren .input__controll input:-webkit-autofill:active, .huren .input__controll select:-webkit-autofill, .huren .input__controll select:-webkit-autofill:hover, .huren .input__controll select:-webkit-autofill:focus, .huren .input__controll select:-webkit-autofill:active, .huren__client .input__controll input:-webkit-autofill, .huren__client .input__controll input:-webkit-autofill:hover, .huren__client .input__controll input:-webkit-autofill:focus, .huren__client .input__controll input:-webkit-autofill:active, .huren__client .input__controll select:-webkit-autofill, .huren__client .input__controll select:-webkit-autofill:hover, .huren__client .input__controll select:-webkit-autofill:focus, .huren__client .input__controll select:-webkit-autofill:active, .vespa .input__controll input:-webkit-autofill, .vespa .input__controll input:-webkit-autofill:hover, .vespa .input__controll input:-webkit-autofill:focus, .vespa .input__controll input:-webkit-autofill:active, .vespa .input__controll select:-webkit-autofill, .vespa .input__controll select:-webkit-autofill:hover, .vespa .input__controll select:-webkit-autofill:focus, .vespa .input__controll select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff4de inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.huren .input__controll input:focus + label,
.huren .input__controll textarea:focus + label,
.huren .input__controll label.input__controll__active,
.huren .input__controll label.input__controll__active2,
.huren .input__controll input:focus + #berichtLabel,
.huren .input__controll textarea:focus + #berichtLabel,
.huren .input__controll #berichtLabel.input__controll__active,
.huren .input__controll #berichtLabel.input__controll__active2, .huren__client .input__controll input:focus + label,
.huren__client .input__controll textarea:focus + label,
.huren__client .input__controll label.input__controll__active,
.huren__client .input__controll label.input__controll__active2,
.huren__client .input__controll input:focus + #berichtLabel,
.huren__client .input__controll textarea:focus + #berichtLabel,
.huren__client .input__controll #berichtLabel.input__controll__active,
.huren__client .input__controll #berichtLabel.input__controll__active2, .vespa .input__controll input:focus + label,
.vespa .input__controll textarea:focus + label,
.vespa .input__controll label.input__controll__active,
.vespa .input__controll label.input__controll__active2,
.vespa .input__controll input:focus + #berichtLabel,
.vespa .input__controll textarea:focus + #berichtLabel,
.vespa .input__controll #berichtLabel.input__controll__active,
.vespa .input__controll #berichtLabel.input__controll__active2 {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.huren .input__controll:focus-within label, .huren .input__controll:focus-within #berichtLabel, .huren__client .input__controll:focus-within label, .huren__client .input__controll:focus-within #berichtLabel, .vespa .input__controll:focus-within label, .vespa .input__controll:focus-within #berichtLabel {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.huren .input__controll textarea, .huren__client .input__controll textarea, .vespa .input__controll textarea {
  border: 2px solid #ff7e00;
  background-color: #fff4de;
  color: #000000;
}

.huren__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.huren__count {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}
.huren__count .input__controll {
  margin-top: 15px;
  width: 300px;
}

.huren__count__vespa {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.huren__count__vespa__item {
  width: calc((100% - 120px) / 5);
}

.huren__count__vespa__item__image {
  width: 100%;
}
.huren__count__vespa__item__image img {
  width: 100%;
}

.huren__count__vespa__item__options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  padding-top: 15px;
  padding-left: 30px;
}

.huren__count__vespa__item__options__option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.huren__count__vespa__item__options__option label {
  cursor: pointer;
}
.huren__count__vespa__item__options__option input[type=checkbox] {
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: white;
  border: none;
  box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.21);
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.huren__count__vespa__item__options__option input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  top: 0;
}
.huren__count__vespa__item__options__option input[type=checkbox]:checked:before {
  content: url("/assets/icons/checked.svg");
  background-size: cover;
}

.huren__date {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  text-align: center;
}

.huren__date__header {
  padding-bottom: 30px;
}

.huren__date__cal {
  width: 675px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.huren__date__cal__days table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.huren__date__cal__days th, .huren__date__cal__days td {
  text-align: center;
  padding: 15px;
}
.huren__date__cal__days td {
  cursor: pointer;
  font-weight: 900;
}
.huren__date__cal__days td p {
  background-color: #ffffff;
  width: fit-content;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  transition: 0.2s;
}
.huren__date__cal__days td p {
  background-color: rgba(238, 238, 238, 0.8);
  color: #000000;
  opacity: 0.8;
}
.huren__date__cal__days td:hover p {
  opacity: 1;
  background-color: #fff4de;
}
.huren__date__cal__days th {
  border-bottom: 2px solid #bcbcbc;
  color: #bcbcbc;
}
.huren__date__cal__days .huren__date__cal__days__empty {
  border: none;
  cursor: default;
}
.huren__date__cal__days .huren__date__cal__days__unavalible {
  cursor: not-allowed;
}
.huren__date__cal__days .huren__date__cal__days__unavalible p {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.2;
}
.huren__date__cal__days .huren__date__cal__days__unavalible:hover p {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.2;
}
.huren__date__cal__days .huren__date__cal__days__selected p {
  background-color: #ff7e00;
  color: #ffffff;
  opacity: 1;
}
.huren__date__cal__days .huren__date__cal__days__selected:hover p {
  background-color: #ff7e00;
  color: #ffffff;
}

.huren__date__cal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 30px;
}
.huren__date__cal__header p {
  font-size: 18px;
  font-weight: 900;
}

.huren__date__cal__header__flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 7.5px;
}

.huren__date__cal__header__controll {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #ff7e00;
  color: #ff7e00;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 10px;
}
.huren__date__cal__header__controll img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.huren__date__cal__selected {
  margin-top: 30px;
}

.huren__date__cal__legende {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.huren__date__cal__legende__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.huren__date__cal__legende__unavalible {
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  border-radius: 50%;
}

.huren__date__cal__legende__selected {
  width: 20px;
  height: 20px;
  background-color: #ff7e00;
  border-radius: 50%;
}

.huren__arr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}

.huren__arr__header {
  text-align: center;
}

.huren__arr__header {
  width: 50%;
  padding-bottom: 30px;
}

.huren__arr__item {
  border: 4px solid #ff7e00;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
}

.huren__arr_item__inner {
  background-color: #ffffff;
  padding: 30px;
}

.huren__arr__item__text {
  padding-top: 15px;
}
.huren__arr__item__text ul {
  padding-left: 1em;
}

.huren__arr__item__text__title {
  font-size: 1.4em;
  margin-bottom: 5px;
}

.huren__arr__item__text__line {
  margin: 15px 0;
  border-top: 4px dashed #000000;
  width: 50%;
}

.huren__arr__item__icon {
  width: 100px;
}

.huren__arr__item__outer {
  background-color: #ff7e00;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.huren__found {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  text-align: center;
}

.huren__found__input {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
}

.huren__checkout {
  background-color: #000000;
  position: relative;
  color: #fff4de;
  margin: 0 auto;
  max-width: 2250px;
  padding: 60px 90px;
  margin-bottom: 30px;
}
.huren__checkout::after, .huren__checkout::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 2250px) / 2 + 1px);
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.huren__checkout::before {
  left: calc(-1 * (100vw - 2250px) / 2);
}
.huren__checkout::after {
  right: calc(-1 * (100vw - 2250px) / 2);
}

.huren__checkout__bill {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.huren__checkout__bill__section {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.huren__checkout__bill__section h3 {
  font-size: 2em;
}

.huren__checkout__bill__section__text {
  flex-grow: 1;
}

.huren__checkout__bill__section__line {
  margin: 15px 0;
  border-top: 4px dashed #fff4de;
  width: 50%;
}

.huren__checkout__bill__section__price {
  font-size: 1.2em;
}

.huren__checkout__bill__total {
  border-top: 3px dashed #fff4de;
  margin-top: 60px;
  padding-top: 60px;
}

.huren__client {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: -100%;
  overflow-y: scroll;
  background: rgba(255, 244, 222, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 244, 222, 0.3);
  transition: 0.5s;
}

.huren__client__active {
  bottom: 0;
}

.huren__client__inner {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 200px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow: scroll;
}

.huren__client__form {
  background-color: #fff4de;
  border-radius: 10px;
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.huren__client__form .input__controll {
  width: calc((100% - 30px) / 2);
}

.huren__client__form__text {
  width: 100%;
}

.huren__client__form__error {
  width: 100%;
}

.huren__client__form__cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.huren__client__form__cta .button {
  margin-top: 15px;
}

.hsucces {
  padding: 200px 200px;
}

.hsucces__header ol, .hsucces__header ul {
  padding-left: 1.3em;
}
.hsucces__header ol li, .hsucces__header ul li {
  padding-left: 15px;
  margin-bottom: 15px;
}

.huren__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
  width: 100%;
}

.huren__items__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 15px;
  border: 2px solid #ff7e00;
  border-radius: 10px;
}

@media screen and (max-width: 1500px) {
  .huren__client__inner {
    padding: 30px 90px;
  }
  .hsucces {
    padding: 200px 90px;
  }
}
@media screen and (max-width: 1200px) {
  .huren__count__vespa__item__options {
    padding-left: 0;
  }
  .huren__arr__header {
    width: 100%;
  }
  .huren__checkout__bill__section {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1050px) {
  .huren__count__vespa__item {
    width: calc((100% - 60px) / 3);
  }
  .huren__arr__item {
    width: 75%;
  }
  .huren__date__cal {
    width: 75%;
  }
  .huren__date__cal__days {
    overflow-x: scroll;
  }
  .huren {
    padding: 30px 7%;
  }
  .huren__checkout {
    padding: 60px 7%;
  }
  .huren__client__inner {
    padding: 30px 7%;
  }
  .hsucces {
    padding: 100px 7%;
  }
}
@media screen and (max-width: 768px) {
  .huren__count__vespa__item {
    width: calc((100% - 30px) / 2);
  }
  .huren__checkout__bill__section {
    width: 100%;
  }
  .huren__checkout__bill__section__line {
    width: 100%;
  }
  .huren__date__cal__days table {
    margin-bottom: 30px;
  }
  .huren__date__cal__days table td {
    padding: 2%;
  }
  .huren__date__cal__days table td p {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  .huren__found,
  .huren__date__cal,
  .huren__arr__item {
    width: 100%;
  }
  .huren__client__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }
  .huren__client__form .input__controll {
    width: 100%;
  }
  .huren__client__form {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .huren__date__cal__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
.vespa {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
}

.vespa__wrapper {
  overflow: hidden;
  width: 60%;
  padding-top: 100px;
}

.vespa__total {
  position: relative;
  width: 40%;
  margin-top: 100px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.vespa__total h2 {
  font-size: 1.7em;
}

.vespa__total__close {
  padding: 5px;
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  display: none;
}

.vespa__total__items {
  max-height: 400px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__total__items__item {
  background-color: #fff4de;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__total__items__item__des {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__total__items__item__icon {
  width: 75px;
}
.vespa__total__items__item__icon img {
  width: 100%;
}

.vespa__total__price {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__slider {
  width: 700%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
  left: 0;
  transition: 0.5s;
}

.vespa__slider__fase__1 .vespa__container:nth-child(1) {
  height: fit-content;
}
.vespa__slider__fase__2 .vespa__container:nth-child(2) {
  height: fit-content;
}
.vespa__slider__fase__3 .vespa__container:nth-child(3) {
  height: fit-content;
}
.vespa__slider__fase__4 .vespa__container:nth-child(4) {
  height: fit-content;
}
.vespa__slider__fase__5 .vespa__container:nth-child(5) {
  height: fit-content;
}
.vespa__slider__fase__6 .vespa__container:nth-child(6) {
  height: fit-content;
}
.vespa__slider__fase__7 .vespa__container:nth-child(7) {
  height: fit-content;
}

.vespa__container {
  padding: 0;
  width: 16.6666666667%;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

.vespa__container__cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.vespa__aantal__input {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
.vespa__aantal__input .input__controll {
  max-width: 350px;
  width: 100%;
}

.vespa__aantal__visual {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.vespa__aantal__visual__item {
  margin-top: 30px;
  width: calc((100% - 120px) / 5);
}
.vespa__aantal__visual__item img {
  width: 100%;
}

.vespa__opties__visual {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
}

.vespa__opties__select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
}

.vespa__opties__visual__item {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  width: 75%;
  transition: 0.5s;
}
.vespa__opties__visual__item__deactive {
  opacity: 0.5;
  cursor: not-allowed;
}
.vespa__opties__visual__item__deactive .vespa__opties__visual__item__select__controll {
  cursor: not-allowed;
}

.vespa__opties__visual__item__title b {
  font-size: 1.2em;
}

.vespa__opties__visual__item__select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__opties__visual__item__select__controll {
  font-weight: 900;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ff7e00;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}

.vespa__datum {
  margin-top: 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.vespa__datum__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  background-color: #ffffff;
  padding: 30px;
}

.vespa__datum__header__controll {
  width: 40px;
  height: 35px;
  padding: 5px;
  border: 2px solid #ff7e00;
  cursor: pointer;
  user-select: none;
}
.vespa__datum__header__controll img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.vespa__datum__table {
  overflow-x: scroll;
}
.vespa__datum__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.vespa__datum__table table th, .vespa__datum__table table td {
  text-align: center;
  padding: 15px;
}
.vespa__datum__table table td {
  cursor: pointer;
  font-weight: 900;
}
.vespa__datum__table table td p {
  background-color: #ffffff;
  width: fit-content;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  transition: 0.2s;
}
.vespa__datum__table table td p {
  background-color: rgba(238, 238, 238, 0.8);
  color: #000000;
  opacity: 0.8;
}
.vespa__datum__table table td:hover p {
  opacity: 1;
  background-color: #fff4de;
}
.vespa__datum__table table th {
  border-bottom: 2px solid #bcbcbc;
  color: #bcbcbc;
}
.vespa__datum__table table .vespa__datum__table__body__empty {
  border: none;
  cursor: default;
}
.vespa__datum__table table .vespa__datum__table__body__nogo {
  cursor: not-allowed;
}
.vespa__datum__table table .vespa__datum__table__body__nogo p {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.2;
}
.vespa__datum__table table .vespa__datum__table__body__nogo:hover p {
  background-color: #ffffff;
  color: #000000;
  opacity: 0.2;
}
.vespa__datum__table table .vespa__datum__table__body__selected p {
  background-color: #ff7e00;
  color: #ffffff;
  opacity: 1;
}
.vespa__datum__table table .vespa__datum__table__body__selected:hover p {
  background-color: #ff7e00;
  color: #ffffff;
}

.vespa__datum__table__selected {
  padding: 15px;
}

.vespa__ontbijt__item {
  border: 4px solid #ff7e00;
  border-radius: 10px;
  overflow: hidden;
  max-width: 575px;
  width: 100%;
  margin-top: 30px;
}

.vespa__ontbijt__item__top {
  background-color: #ffffff;
  padding: 30px;
}

.vespa__ontbijt__item__top__icon {
  width: 100px;
}

.vespa__ontbijt__item__top__text {
  margin-top: 15px;
}
.vespa__ontbijt__item__top__text ul {
  padding-left: 1.2em;
}

.vespa__ontbijt__item__top__text__devider {
  border: 2px dashed #000000;
  width: 50%;
  margin: 15px 0;
}

.vespa__ontbijt__item__bottom {
  background-color: #ff7e00;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}

.vespa__ontbijt2__opties {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 15px 0;
}

.vespa__ontbijt2__opties__item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: calc((100% - 60px) / 3);
}
.vespa__ontbijt2__opties__item p {
  font-size: 1.3em;
}

.vespa__ontbijt2__opties__item__inputs {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 22.5px;
}
.vespa__ontbijt2__opties__item__inputs select, .vespa__ontbijt2__opties__item__inputs label {
  background-color: #ffffff !important;
}

.vespa__found {
  margin-top: 30px;
}

.vespa__gegevens {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.vespa__gegevens .input__controll {
  width: calc((100% - 15px) / 2);
}

.vespa__gegevens__type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .vespa {
    padding: 30px 90px;
  }
  .vespa__ontbijt2__opties__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1050px) {
  .vespa {
    padding: 30px 7%;
  }
  .vespa__wrapper {
    width: 100%;
  }
  .vespa__total {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: fit-content;
    margin-top: 0;
    padding: 15px 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .vespa__total h2 {
    display: none;
  }
  .vespa__total .vespa__total__items {
    height: 0;
    width: 0;
  }
  .vespa__total .vespa__total__price {
    margin-top: 0;
  }
  .vespa__total__active {
    height: 50vh;
    width: 400px;
  }
  .vespa__total__active .vespa__total__close {
    display: flex;
  }
  .vespa__total__active h2 {
    display: block;
    padding-right: 60px;
  }
  .vespa__total__active .vespa__total__items {
    height: 100%;
    width: 100%;
  }
  .vespa__total__active .vespa__total__price {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .vespa__total__active {
    width: 100%;
    z-index: 3000;
  }
  .vespa__total__active .vespa__total__items {
    max-height: 500px;
  }
  .vespa__opties__visual__item {
    width: 100%;
  }
  .vespa__ontbijt2__opties__item {
    width: 100%;
  }
  .vespa__datum__table table td {
    padding: 7.5px;
  }
  .vespa__datum__table table td p {
    height: 25px;
    width: 25px;
  }
  .vespa__gegevens .input__controll {
    width: 100%;
  }
}
.admin {
  max-width: 2250px;
  margin: 0 auto;
  padding: 60px 7%;
}
.admin .input__controll__active2 label {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.admin .input__controll input, .admin .input__controll select {
  border: 2px solid #ff7e00;
  background-color: #fff4de;
  color: #000000;
}
.admin .input__controll input:-webkit-autofill, .admin .input__controll input:-webkit-autofill:hover, .admin .input__controll input:-webkit-autofill:focus, .admin .input__controll input:-webkit-autofill:active, .admin .input__controll select:-webkit-autofill, .admin .input__controll select:-webkit-autofill:hover, .admin .input__controll select:-webkit-autofill:focus, .admin .input__controll select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff4de inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.admin .input__controll input:focus + label,
.admin .input__controll textarea:focus + label,
.admin .input__controll label.input__controll__active,
.admin .input__controll label.input__controll__active2,
.admin .input__controll input:focus + #berichtLabel,
.admin .input__controll textarea:focus + #berichtLabel,
.admin .input__controll #berichtLabel.input__controll__active,
.admin .input__controll #berichtLabel.input__controll__active2 {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.admin .input__controll:focus-within label, .admin .input__controll:focus-within #berichtLabel {
  top: 0%;
  font-size: 16px;
  color: #ff7e00;
  background-color: #fff4de;
}
.admin .input__controll textarea {
  border: 2px solid #ff7e00;
  background-color: #fff4de;
  color: #000000;
}
.admin ul {
  padding-left: 1em;
  list-style: none;
  font-size: 0.9em;
  font-weight: 400;
}

.a_login__form,
.a_profile__pass,
.a_profile__gegevens,
.a_form {
  max-width: 675px;
  width: 100%;
}
.a_login__form form,
.a_profile__pass form,
.a_profile__gegevens form,
.a_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
.a_login__form .button,
.a_profile__pass .button,
.a_profile__gegevens .button,
.a_form .button {
  margin-top: 0;
}

.a_nav {
  max-width: 2250px;
  margin: 0 auto;
  padding: 30px 7%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}
.a_nav .button {
  margin: 0;
}
.a_nav a {
  color: #000000;
}

.a_nav__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.a_nav__account {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.a_profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.a_tarief {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}

.a_boek {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.a_boek__filters {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.a_boek__filters .input__controll {
  width: 300px;
}

.a_boek__card {
  border: 2px solid #ff7e00;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  width: calc((100% - 90px) / 4);
  color: #000000;
}
@media screen and (max-width: 1500px) {
  .a_boek__card {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1050px) {
  .a_boek__card {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .a_boek__card {
    width: 100%;
  }
}

.a_boek__card__date {
  text-align: center;
  border: 2px solid #ff7e00;
  padding: 15px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}

.a_boek__card__date__day {
  font-size: 2em;
  font-weight: 900;
  color: #ff7e00;
}

.a_boek__card__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

.a_boek__card__info__hour {
  font-weight: 900;
  font-size: 1.3em;
  align-self: flex-start;
}

.a_boekd__back {
  margin: 15px 0;
  display: block;
  cursor: pointer;
  color: #000000;
}

.a_boekd__form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.a_boekd__form .input__controll {
  width: calc((100% - 30px) / 2);
}

.a_boekd__cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.a_boekd__cta .button {
  margin-top: 0;
}

.a_boekd__cancle {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 244, 222, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 30px 7%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  transition: 0.5s;
}
.a_boekd__cancle__active {
  bottom: 0;
}

.a_boekd__cancle__wrapper {
  background-color: #fff4de;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 700px;
  width: 100%;
}

.a_boekd__0 {
  margin-bottom: 30px;
}
.a_boekd__0 .a_boekd__form {
  margin-top: 30px;
}
.a_boekd__0 .input__controll__full textarea {
  height: 250px;
}

.a_boekd__cancle__cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.a_boekd__cancle__cta .button {
  margin-top: 0;
}

.a_boekd__cancle__form {
  margin-bottom: 30px;
}
.a_boekd__cancle__form form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
}

.a_paginate {
  margin-top: 30px;
}

.a_paginate__controller {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.a_paginate__text {
  border: 2px solid #ff7e00;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  font-size: 1.5em;
  color: #ff7e00;
  font-weight: 900;
  cursor: pointer;
}
.a_paginate__text__disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.a_ontbijt {
  width: calc((100% - 150px) / 6);
  padding: 15px;
  border: 2px solid #ff7e00;
  border-radius: 10px;
}
.a_ontbijt h3 {
  font-size: 1.5em;
  margin-bottom: 7.5px;
}

.a_verlof__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.a_verlof__items__item {
  display: block;
  color: #000000;
  border: 2px solid #ff7e00;
  border-radius: 10px;
  padding: 15px;
  width: calc((100% - 180px) / 7);
}
.a_verlof__items__item .a_boek__card__date {
  border: none;
}

.a_verlofA__cta, .a_verlof__cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.a_verlofA__cta .button, .a_verlof__cta .button {
  margin-top: 0;
}

.input__controll__full {
  width: 100% !important;
}

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