* {
  margin: 0;
  padding: 0;
}

#form1 {
  padding: 30px 40px 50px;
}

.logo {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 25px;
}
.logo img {
  max-width: 420px;
  height: auto;
  width: 80%;
  height: auto;
  display: inline-block;
}

html,
body {
  font-family: "Avenir Next Regular";
  background-image: url("/pic/hintergrund.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  font-size: 14px;
}

body b {
  font-weight: normal;
  font-family: "Avenir Next Medium";
}

.btn.active {
  background-color: rgba(66, 195, 255, 0.5);
  color: #666;
  border: none;
}

.btn {
  color: #222;
  border: none;
  border-radius: 30px !important;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  padding-bottom: 5px !important;
}
.btn:active {
  border-color: transparent !important;
  background-color: rgba(66, 195, 255, 0.8) !important;
}
.btn:hover {
  background-color: rgba(66, 195, 255, 0.8);
}

.border-none {
  border: none !important;
}

.contract {
  text-decoration: none;
}

.lang-select .btn {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: 3px;
}

.contract:hover {
  text-decoration: underline;
}

.form-background {
  background-color: rgba(255, 255, 255, 0.9);
  border: 20px solid transparent;
  padding: 0px;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.feldbackground {
  background-color: rgba(66, 195, 255, 0.5);
  color: #333;
}

#signatureCanvas {
  border: 2px solid rgba(221, 205, 205, 0.75);
  border-radius: 11px;
  background-color: #fff;
  cursor: crosshair;
}

.button {
  background-color: #8EFFC7;
  border-radius: 10px;
}

.flatpickr-input {
  width: 100px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #8EFFC7;
  box-sizing: border-box;
}

.flatpickr-calendar {
  border-radius: 30px;
  width: auto;
  border: 2px solid #8EFFC7;
  max-width: none;
  font-size: 13px;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check {
  margin-top: 5px;
  display: flex;
  align-items: top;
  justify-content: left;
  padding-left: 0;
}
.form-check > .icheckbox_square-blue {
  margin-right: 9px;
  flex: 0 0 24px;
}
.form-check > .icheckbox_square-blue ins {
  width: 22px !important;
}
.form-check label {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #8EFFC7;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.flatpickr-day {
  line-height: 37px !important;
}

.nextMonthDay {
  color: #777 !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background-color: rgba(66, 195, 255, 0.65) !important;
  color: #8EFFC7;
}

input[type=file] {
  position: absolute;
  left: -9999px;
}

footer {
  font-family: "Avenir Next Regular";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  bottom: 0;
  display: flex;
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
footer > .container > .row .inline-r {
  display: inline;
}

.box {
  display: flex;
}

.box a,
.box span {
  color: rgb(11, 1, 1);
  display: block;
}

.no-decoration {
  text-decoration: none;
}

.rentcontract a:hover {
  text-decoration: underline;
}

.switch-container {
  display: inline-flex;
  align-items: center;
  background-color: rgba(66, 195, 255, 0.5);
  border-radius: 25px;
  overflow: hidden;
}
.switch-container > a {
  text-decoration: none;
  color: #666;
  cursor: pointer;
  padding: 5px 19px 5px 19px;
  line-height: 22px;
  transition: 0.2s;
  border-right: 1px solid #fff;
}
.switch-container > a.active {
  color: #333;
  background-color: rgb(66, 195, 255);
}
.switch-container > a.active:hover {
  color: #333;
  background-color: rgb(66, 195, 255);
}
.switch-container > a:hover {
  color: #333;
  background-color: rgba(66, 195, 255, 0.55);
}
.switch-container > a:last-child {
  border-right: 0;
}
.switch-container > .switch {
  display: none;
}
.switch-container input {
  opacity: 0;
  width: 0;
  overflow: hidden;
  height: 0;
  pointer-events: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
  top: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #888;
}
.slider:hover {
  transition: 0.15s;
  background-color: rgb(66, 195, 255);
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 2px;
  background-color: #369;
  transition: 0.28s;
  border-radius: 50%;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(19px);
}

.footer > .container > .row {
  justify-content: center;
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

form > .row input, form > .row textarea {
  padding-left: 12px;
  line-height: 20px;
}
form > .row input:hover, form > .row textarea:hover {
  background: rgba(66, 195, 255, 0.6);
}
form > .row input:hover:focus, form > .row textarea:hover:focus {
  background: #fff;
}
form > .row input::placeholder, form > .row textarea::placeholder {
  color: #555;
}
form > .row input:focus::placeholder, form > .row textarea:focus::placeholder {
  color: #aaa;
}
form > .row > .col-md-3 {
  padding-left: 10px;
  padding-right: 0;
}
form > .row > .col-md-3:last-child {
  padding-left: 6px;
  padding-right: 11px;
}
form > .row.return-address-entry.hidden {
  display: none;
}
form > .row .ipt-field.green {
  background: rgb(142, 255, 199);
  border: 1px solid rgb(142, 255, 199);
}
form > .row .ipt-field.green:hover {
  background: rgb(132, 245, 189);
  border: 1px solid rgb(132, 245, 189);
}

.switch-container.car-type, .switch-container.car-model {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.switch-container.car-type > a, .switch-container.car-model > a {
  flex: 1;
  line-height: 18px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-address-block, .return-address-block {
  display: flex;
}
.delivery-address-block > div > div, .return-address-block > div > div {
  flex-grow: 1;
  flex-shrink: 1;
}
.delivery-address-block > div.delivery-address-zip, .delivery-address-block > div.return-address-zip, .return-address-block > div.delivery-address-zip, .return-address-block > div.return-address-zip {
  flex: 0 1 15%;
  min-width: 64px;
  padding-right: 7px;
}
.delivery-address-block > div.delivery-address-city, .delivery-address-block > div.return-address-city, .return-address-block > div.delivery-address-city, .return-address-block > div.return-address-city {
  flex: 1;
  padding-right: 7px;
}
.delivery-address-block > div.delivery-address-time, .delivery-address-block > div.return-address-time, .return-address-block > div.delivery-address-time, .return-address-block > div.return-address-time {
  flex: 0 1 15%;
  min-width: 64px;
}

.flatpickr-calendar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 15px;
  margin-top: -2px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  border: none;
  display: none;
}
.flatpickr-calendar .arrowUp, .flatpickr-calendar .arrowDown {
  display: none;
}
.flatpickr-calendar .flatpickr-day {
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  font-weight: 500;
  color: #ccc;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-size: 14px;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  margin-left: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding-top: 5px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  padding-top: 5px;
}

.form-control {
  border: 1px solid rgba(66, 195, 255, 0.5);
  margin-bottom: 0.6rem !important;
}

.slider.round {
  width: 40px;
  border-radius: 15px;
}
.slider.round:before {
  width: 15px;
  height: 15px;
}

#clearSignature {
  font-size: 14px;
  transform: scale(0.88) translateY(-12px);
  transform-origin: 0 0;
}

#price-display {
  cursor: default;
  border-width: 2px;
  line-height: 18px;
  font-family: "Avenir Next Medium";
  text-align: center;
  background: rgb(142, 255, 199);
  border: 2px solid rgb(142, 255, 199);
}

.license-upload-title {
  padding-top: 10px;
  padding-bottom: 8px;
}

.gear-select-title {
  padding-bottom: 4px !important;
}

.signature-label {
  padding-bottom: 5px;
}

.rental-timeframe-title {
  border-bottom: 0 !important;
}

.upload-field i.bi-file-check {
  font-style: normal;
  font-size: 12px;
  cursor: default;
  background: rgb(142, 255, 199);
  border-radius: 15px;
  width: 100%;
  display: block;
  padding: 5px 15px !important;
  margin-bottom: 10px;
}
.upload-field i.bi-file-check:before {
  display: none;
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/img/core/icheck/green.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-green {
  background-position: -120px 0;
}

.iradio_square-green.hover {
  background-position: -144px 0;
}

.iradio_square-green.checked {
  background-position: -168px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(/img/core/icheck/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.icheckbox_square-green.small {
  width: 15px;
  height: 15px;
  background: url(/img/core/icheck/green-small.png) no-repeat;
}

.icheckbox_square-green.small {
  background-position: 0 0;
}

.icheckbox_square-green.small.hover {
  background-position: -16px 0;
}

.icheckbox_square-green.small.checked {
  background-position: -32px 0;
}

.icheckbox_square-green.small.checked:hover,
.icheckbox_square-green.small.disabled {
  background-position: -48px 0;
}

.icheckbox_square-green.small.checked.disabled {
  background-position: -48px 0;
}

.icheckbox_square-purple,
.iradio_square-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: url(/img/system/aurora3/icons/webInterface/icheck/purple-small.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-purple {
  background-position: 0 0;
}

.icheckbox_square-purple.hover {
  background-position: -16px 0;
}

.icheckbox_square-purple.checked {
  background-position: -32px 0;
}

.icheckbox_square-purple.checked:hover,
.icheckbox_square-purple.disabled {
  background-position: -48px 0;
}

.icheckbox_square-purple.checked.disabled {
  background-position: -48px 0;
}

.iradio_square-purple {
  background-position: -120px 0;
}

.iradio_square-purple.hover {
  background-position: -144px 0;
}

.iradio_square-purple.checked {
  background-position: -168px 0;
}

.iradio_square-purple.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-purple.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-purple,
  .iradio_square-purple {
    background-image: url(/img/system/aurora3/icons/webInterface/icheck/purple@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.full {
  width: 100%;
}

.section-title {
  font-family: "Avenir Next Medium";
  padding-top: 18px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #444;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#overlay {
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  margin-left: -60000px;
  transition: 0.2s ease-out;
  transition-property: opacity;
  pointer-events: none;
}
#overlay.visible {
  opacity: 1;
  margin-left: 0;
  pointer-events: all;
}
#overlay > .message-window {
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: 0.25s ease-out;
  transition-property: top;
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  bottom: 20%;
  min-height: 100px;
  max-width: 380px;
  max-height: 120px;
  border-radius: 10px;
  text-align: center;
  margin: auto auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#overlay > .message-window.visible {
  top: 25%;
  opacity: 1;
}
#overlay > .message-window > .container {
  padding: 25px;
}

footer .box > a:hover {
  text-decoration: underline;
}

footer .box-center > .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .box-center > .box > a {
  margin-right: 5px;
  margin-left: 5px;
}
footer .box > a {
  margin-right: 10px;
  margin-left: 10px;
}
footer .box-r {
  text-align: right !important;
}
footer .container .box {
  white-space: nowrap;
}
.date-range > .form-control {
  text-align: center;
  cursor: pointer;
}

.fblock {
  min-width: 480px !important;
}

.select-container {
  position: relative;
}
.select-container > input {
  cursor: pointer !important;
}
.select-container > .custom-select {
  position: absolute;
  top: 100%;
  margin-top: -8px;
  right: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  left: -60000px;
  right: auto;
  border-radius: 15px 10px 15px 15px;
  overflow: hidden;
  z-index: 1000;
}
.select-container > .custom-select.visible {
  opacity: 1;
  left: 12px;
  right: 12px;
}
.select-container > .custom-select.delivery_address_time.visible, .select-container > .custom-select.return-time.visible {
  right: 0;
  left: 0;
}
.select-container > .custom-select > ul {
  scrollbar-width: 4px;
  scrollbar-color: rgb(66, 195, 255) #f7f7f7;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 240px;
  overflow: auto;
}
.select-container > .custom-select > ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f7f7f7;
  border-radius: 0 !important;
}
.select-container > .custom-select > ul::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 0 !important;
}
.select-container > .custom-select > ul::-webkit-scrollbar-thumb {
  background-color: rgb(66, 195, 255);
  border-radius: 0 !important;
}
.select-container > .custom-select > ul::-webkit-scrollbar-thumb:hover {
  background-color: rgb(66, 195, 155);
  scrollbar-width: 4px;
}
.select-container > .custom-select > ul > li {
  margin: 0;
  padding: 9px 10px 9px 14px;
  border-right: 1px solid #e2e2e2;
  font-size: 13px;
  cursor: default;
  line-height: 15px;
  background: #fff;
  font-family: "Avenir Next Medium";
  border-bottom: 1px solid #e2e2e2;
}
.select-container > .custom-select > ul > li:last-child {
  border-bottom: 0;
}
.select-container > .custom-select > ul > li:hover {
  background: #a0e1ff;
}

.fblock .status-response {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.fblock .status-response.error {
  color: red;
}
.fblock .status-response .inner {
  max-width: 80%;
  font-size: 16px;
  padding-bottom: 25px;
  text-align: center;
}
.fblock .status-response .inner > .link {
  padding-top: 10px;
}
.fblock .status-response .inner > .link a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.fblock .status-response .inner > .link a:before {
  content: "<<";
  padding-right: 5px;
}
.fblock .status-response .inner > .link a:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  #form1 > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .fblock {
    min-width: 600px !important;
  }
}
@media (max-width: 992px) {
  #signatureCanvas {
    width: 100%;
    max-width: 340px;
    height: auto;
  }
  .fblock {
    min-width: 78% !important;
  }
  .container {
    max-width: none;
  }
}
@media (max-width: 840px) {
  .footer > .container > .row {
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .fblock {
    margin-bottom: 20px;
    max-width: 400px;
  }
  #form1 {
    padding: 20px 40px;
  }
  .col-md-2.cityzip {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .col-md-4.cityzip {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  footer {
    position: relative !important;
  }
  footer div {
    justify-content: center;
  }
  footer .row > div {
    padding-bottom: 5px;
  }
  .switch-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .switch-container > a {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 520px) {
  #form1 {
    padding: 20px 30px;
  }
}
@media (max-width: 430px) {
  #signatureCanvas {
    width: 100%;
    height: auto;
  }
  .send-button {
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  .fblock {
    margin-bottom: 170px !important;
  }
  #form1 {
    padding: 20px 20px;
  }
  footer .container .col-md-4.footer-upper > .box {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .container .col-md-4.footer-upper > .box span {
    display: none;
  }
  footer .container .col-md-4.footer-upper > a {
    white-space: normal !important;
  }
}
@media (max-width: 280px) {
  body {
    min-width: 280px !important;
  }
}
@media (max-width: 768px) {
  footer .box-r {
    text-align: center !important;
  }
}

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