.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, minmax(100px, auto));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.camper-mieten-checkout-grid h1,
.camper-mieten-checkout-grid h2,
.camper-mieten-checkout-grid h3,
.camper-mieten-checkout-grid h4 {
  letter-spacing: 0px !important;
}

.camper-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 473px));
  grid-gap: 10px;
  column-gap: 10px;
  width: 100%;
}

.camper-grid-container .camper-container {
  width: 100%;
  min-height: 470px;
}

.camper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 450px;
  width: 450px;
  background-color: #fff;
  margin: 0px 10px 10px 0px;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.camper-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 250px;
  min-height: 250px;
}

.camper-container:hover .size-marker {
  top: 10px;
  transition: all 0.5s ease;
}

.camper-container-info {
  width: 100%;
  padding: 0px 30px 15px 30px;
}

.camper-mieten-laufzeit {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
}

.camper-container-infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  column-gap: 10px;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 15px;
}

.month {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  padding-bottom: 5px;
}
.date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.camper-container-title {
  font-size: 35px !important;
  line-height: 32px !important;
  font-weight: 900;
  margin-top: 10px;
  padding-bottom: 0px;
}

.camper-container-model {
  margin-top: 5px;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600;
}

.camper-container-info-container {
  width: 100%;
}

.camper-container-preis {
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  font-weight: 900;
  padding: 0px;
  background-color: #f7a600;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
}

.camper-info-more-about {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #f7a600;
}

.camper-container-preis:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
}

.camper-container-info-text {
  font-size: 0.8em;
  text-align: center;
  color: #9a9a9a;
  margin-top: 5px;
}

@media (max-width: 1528px) {
  .camper-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    grid-gap: 10px;
    column-gap: 10px;
    width: 100%;
  }
}

@media (max-width: 830px) {
  .camper-mieten-container h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .camper-mieten-container h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .camper-mieten-container h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .camper-mieten-container h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .camper-mieten-bild-caption {
    padding-top: 10px !important;
  }

  .camper-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 10px;
    column-gap: 10px;
    width: 100%;
  }
  .camper-container {
    min-width: 300px !important;
  }

  .camper-container:hover {
    box-shadow: none;
    z-index: 0;
    transform: none;
    transition: none;
  }
  .camper-container-info {
    padding: 20px !important;
  }
  .camper-container-title {
    line-height: 32px !important;
  }
  .camper-img {
    max-height: 200px;
    min-height: 200px;
  }

  .camper-container-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .camper-container-infos {
    margin-top: 0px;
  }

  .camper-contact-banner a {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.div1 {
  grid-area: 1 / 1 / 3 / 5;
}
.div2 {
  grid-area: 3 / 1 / 5 / 5;
}
.div3 {
  grid-area: 5 / 1 / 6 / 3;
}
.div4 {
  grid-area: 5 / 3 / 6 / 5;
}
.div5 {
  grid-area: 1 / 5 / 3 / 6;
}
.div6 {
  grid-area: 5 / 5 / 6 / 6;
}
.div7 {
  grid-area: 1 / 1 / 3 / 3;
}
.div8 {
  grid-area: 1 / 3 / 3 / 5;
}
.div9 {
  grid-area: 3 / 5 / 5 / 6;
}

.ausstattung {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.ausstattung:hover {
  background-color: #f5f5f5;
}

.del-btn-red {
  background-color: #c23c33;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.row-abo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.card {
  max-width: 300px;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.card-img-top {
  max-width: 100%;
  height: auto;
}

.card-body {
  position: relative;
  padding: 10px;
}

.card-status {
  position: absolute;
  top: -30px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}

.card-status.draft {
  background-color: #d95959;
  color: rgb(255, 255, 255);
}

.card-status.publish {
  background-color: #306ea5;
  color: white;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}

.card-text {
  font-size: 14px;
  margin: 5px 0 0 0;
}

.card-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px;
}

.card-actions .btn {
  margin: 0 5px;
}

.card-actions .btn-danger {
  color: rgb(191, 44, 44);
}

/* Auto Abo Details page */

.camper-mieten-container {
  margin: 75px auto;
  max-width: 1200px;
  padding: 0px 50px;
}

.filter-button {
  background-color: #efefef;
  color: black;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  outline: none;
}

.filter-button:hover {
  cursor: pointer;
}

.gray {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.gray .camper-mieten-container {
  margin: 0 auto;
  max-width: 1200px;
}

.camper-mieten-main-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}

.camper-mieten-image {
  grid-area: 1 / 1 / 2 / 3;
  position: relative;
}

#camper-mieten-main-img {
  border-radius: 10px;
}

.camper-mieten-image img {
  width: 100%;
}

.camper-imageslider img {
  border: 1px solid #f8f8f8;
  border-radius: 5px;
}

.camper-imageslider .activePrev {
  border: 2px solid #f7a600;
  border-radius: 5px;
}

#imageLightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
}

#imageLightbox .image-lightbox-content {
  height: 100%;
  width: 50%;
  margin: auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

#imageLightbox .close {
  position: absolute;
  top: 150px;
  right: 20px;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}

.camper-mieten-content {
  grid-area: 1 / 3 / 2 / 5;
  min-height: 500px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.camper-mieten-fahrzeugdaten p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.icon-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.icon-text img {
  margin-right: 10px;
}

.camper-mieten-laufzeit-container {
  margin: 20px 0 50px 0;
}

.camper-mieten-laufzeit-row {
  display: flex;
  flex-direction: column;
}

button.camper-mieten-laufzeit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px 35px;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

.camper-mieten-laufzeit:hover {
  cursor: pointer;
}

.camper-mieten-laufzeit.active {
  border-color: #f7a600;
  border-width: 2px;
}

.camper-mieten-laufzeit.active::after {
  content: "";
  background: url("/wp-content/plugins/camper_mieten/assets/img/circle_check.svg")
    no-repeat;
  position: absolute;
  top: -15px;
  right: 2px;
  width: 35px;
  height: 35px;
}

.icon-text span {
  font-size: 14px;
  line-height: normal;
}

.camper-mieten-preis-container {
  margin-top: 35px;
}

.camper-mieten-preis-row {
  display: flex;
  align-items: baseline;
}

.camper-mieten-preis-row p {
  padding: 0px;
}

.camper-mieten-preis {
  color: #000000;
  line-height: normal;
}

.preis {
  padding: 0px;
}

.camper-mieten-mwst-hinweis {
  font-size: 12px;
  margin-top: 10px;
  color: #aaaaaa;
}

.camper-mieten-preis .preis {
  font-size: 60px;
  font-weight: 800;
  margin: 0 5px;
}

.camper-mieten-button {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background-color: #f7a600;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
}

.camper-mieten-button:disabled {
  background-color: #aaaaaa;
  cursor: not-allowed;
}

.camper-mieten-button:hover {
  cursor: pointer;
}

.camper-mieten-ausstattung-element {
  width: 30%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
  margin: 7px 0;
  line-height: normal;
}

.camper-mieten-ausstattung-element img {
  margin-right: 10px;
}

.camper-mieten-ausstattung {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.camper-bild-hinweis {
  font-size: 10px;
  color: #aaaaaa;
  line-height: 14px;
  display: inline-block;
}

.camper-mieten-bild-collage {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}

.camper-mieten-bild-caption {
  color: #aaaaaa;
  font-size: 10px;
  text-align: center;
  display: block;
  line-height: normal;
}

.camper-mieten-bild-collage-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
}

.camper-mieten-bild-collage-overlay h2 {
  background-color: #000000;
  padding: 10px 15px;
  color: #ffffff;
  max-width: max-content;
}

.camper-mieten-bild-collage-overlay p {
  background-color: #000000;
  padding: 10px 15px !important;
  color: #ffffff;
  max-width: max-content;
}

.camper-mieten-bild-collage img {
  width: 100%;
  height: auto;
}

.camper-contact-banner {
  background-color: #f7a600;
  color: #ffffff;
  padding: 50px 0 40px;
}

.camper-contact-banner h2,
.camper-contact-banner h3,
.camper-contact-banner a {
  color: #ffffff;
}

.camper-contact-banner a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 33px;
}

.camper-contact-banner a img {
  margin-right: 10px;
}

.camper-contact-banner .col-50 {
  width: 49%;
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

@media (max-width: 975px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .camper-mieten-container {
    padding: 0 20px;
    margin: 30px auto;
  }

  .gray:has(.camper-mieten-container) {
    padding: 20px 0;
  }

  .camper-container-infos {
    display: flex;
    flex-direction: column;
  }

  .camper-mieten-main-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }

  button.camper-mieten-laufzeit {
    padding: 12px 10px;
    justify-content: space-between;
    margin-right: 0px;
  }

  .camper-mieten-image {
    grid-area: 1 / 1 / 2 / 5;
  }

  .camper-mieten-content {
    grid-area: 2 / 1 / 3 / 5;
    min-height: unset;
  }

  .camper-mieten-ausstattung-element {
    width: 100%;
  }

  .camper-mieten-ausstattung {
    justify-content: center;
  }

  .bild-hinweis {
    position: unset;
    display: block;
    margin-top: 10px;
    line-height: 15px;
  }

  .icon-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .month {
    font-size: 14px;
    line-height: 25px;
  }

  .price {
    line-height: 15px;
  }

  .camper-mieten-preis-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .camper-mieten-preis {
    height: 80px;
    line-height: normal;
  }

  .camper-mieten-bild-collage {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
  }

  .camper-mieten-bild-caption {
    position: unset;
    color: #aaaaaa;
    font-size: 10px;
    padding: 10px 20px 0px 20px;
    text-shadow: none;
    line-height: normal;
  }

  .camper-mieten-bild-collage-overlay {
    position: unset;
    transform: unset;
  }
}

/* Checkout */

.camper-mieten-checkout-header {
  background-color: #f7a600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.camper-mieten-checkout-header-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  margin: 0 auto;
  color: #ffffff;
}

.camper-mieten-checkout-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1200px;
  padding: 0 50px;
  margin: 100px auto;
}

.camper-mieten-form {
  grid-area: 1 / 1 / 2 / 5;
}
.camper-mieten-overview {
  grid-area: 1 / 6 / 2 / 8;
  position: relative;
}

.checkout-card {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 15px;
}

.checkout-card:last-child {
  margin-bottom: 0;
}

.checkout-card-image img {
  width: 100%;
}

.camper-mieten-overview .checkout-card {
  position: sticky;
  top: 20px;
}

h3.checkout-card-title {
  font-size: 18px !important;
  text-transform: unset !important;
  font-weight: 500;
  padding-bottom: 0px !important;
}

hr.checkout-card-divider {
  border: 1px solid #bbbbbb;
  margin: 10px 0;
}

.checkout-card-subtitle {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

.checkout-card-content {
  display: flex;
  justify-content: space-between;
  line-height: normal;
}

.checkout-card-content span,
.checkout-card-content p,
.checkout-card-content div {
  line-height: normal;
}

.checkout-card-content-col {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.checkout-card-content p,
.checkout-card-content-col p {
  font-size: 14px;
  color: #000000;
}

.checkout-card-monthly-rate-value {
  font-weight: 900;
  color: #000000;
  font-size: 35px;
  line-height: 30px;
}

.checkout-card-subtitle-value {
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa !important;
}

.multiple {
  margin-bottom: 15px;
}

.mwst-hinweis {
  font-size: 12px;
  color: #aaaaaa;
}

.checkout-card-value {
  font-size: 14px;
  color: #000000;
}

h2.camper-mieten-heading {
  font-weight: 900;
  padding-bottom: 0px;
}

.form-control:focus {
  border-color: #f7a600;
  box-shadow: 0 0 0 0.25rem #f7a60040;
}

.form-check-input:checked {
  background-color: #f7a600 !important;
  border-color: #f7a600 !important;
}

.actioncontainer {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

/* Step 2 */
.currentMonth,
.nextMonth {
  font-size: 14px;
  color: #aaaaaa;
  border-radius: 5px;
  max-width: 285px;
  border: 1px solid #aaaaaa;
}

.monthTitle {
  font-size: 14px;
  color: #000000;
  padding: 10px 10px;
  display: inline-flex;
}

.calendar-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.calendar-item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.calendar-item.disabled {
  cursor: not-allowed;
  background-color: #efefef;
}

.day-number.weekend.disabled,
.day-number.disabled {
  color: #aaaaaa;
}

.day-number {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.day-number.selected {
  background-color: #f7a600;
  color: #ffffff;
}

.day-number.selected:hover {
  background-color: #f7a600;
  color: #ffffff;
}

.day-name {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.calendar-item:not(.disabled):hover {
  cursor: pointer;
  background-color: #f7a60040;
}

.calendar-item.selected {
  cursor: pointer;
  background-color: #f7a600;
}

.calendar-item.selected:hover {
  cursor: pointer;
  background-color: #f7a600;
}

.calendar-item.selected .day-number,
.calendar-item.selected .day-name {
  color: #ffffff;
}

.camper-mieten-send-notice {
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 10px;
  line-height: normal;
}

.acc-button {
  border: none;
  outline: none;
  background-color: #ffffff;
}

#FAF {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Topbar*/

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0px 50px;
  margin: 100px auto 0;
}

.topbar-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

.topbar-step.active,
.topbar-step.done {
  color: #f7a600;
}

.topbar-step .circle {
  width: 15px;
  height: 15px;
  margin-top: 15px;
  border-radius: 50%;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-circle {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}

.topbar-step .circle.done,
.topbar-step.active .circle,
.topbar-step.done .circle {
  background-color: #f7a600;
}

.topbar-line {
  width: 100%;
  margin: 40px 15px 0;
  height: 2px;
  background-color: #cccccc;
}

.topbar-line.active,
.topbar-line.done {
  background-color: #f7a600;
}

/* abschluss */

.camper-mieten-abschluss-image {
  grid-area: 1 / 1 / 2 / 5;
}

.camper-mieten-abschluss-image img {
  width: 100%;
}

.camper-mieten-info {
  grid-area: 1 / 5 / 2 / 8;
  position: relative;
}

.checkout-card-content.row {
  display: flex;
  justify-content: space-between;
  line-height: normal;
}

.checkout-card-content.col-6 {
  display: flex;
  flex-direction: column;
}

.md-row {
  display: flex;
  justify-content: space-between;
}

table.camper_abo_table {
  border: none !important;
  text-align: center !important;
  margin-top: 20px !important;
  margin-bottom: 100px !important;
  table-layout: auto !important;
}

table.camper_abo_table th {
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: #000000 !important;
  font-size: 16px !important;
}

.appendableBody tr td {
  font-size: 14px !important;
  line-height: normal !important;
  padding: 10px !important;
}

.camper_abo_head {
  text-align: left;
}

.highlight-table {
  background-color: #f7a600 !important;
  color: #ffffff !important;
}

table.camper_abo_table th {
  padding: 20px 0 20px 0 !important;
}

.schlagwort {
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  line-height: normal;
}

table.camper_abo_table tr:not(:first-child) {
  padding: 30px 0 !important;
  border-top: 1px solid #efefef !important;
}

td img {
  margin-top: 5px;
}

label {
  line-height: normal;
}

.form-check {
  line-height: normal;
}

@media (max-width: 1000px) {
  .camper-mieten-checkout-grid {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
  }

  .camper-mieten-overview {
    margin-top: 50px;
  }

  .camper-mieten-overview .checkout-card {
    position: unset;
  }

  .actioncontainer {
    position: unset;
    margin-top: 20px;
  }

  .camper-mieten-checkout-header {
    margin-bottom: 20px;
  }

  .camper-mieten-checkout-header-content {
    padding: 10px;
  }

  .camper-mieten-checkout-header-content span {
    font-size: 12px;
  }

  table.camper_abo_table th {
    padding: 10px 15px !important;
    line-height: normal;
  }

  table.camper_abo_table tr td:first-child,
  table.camper_abo_table tr th:first-child {
    position: sticky;
    left: 0px;
    background-color: #ffffff;
  }

  .appendableBody tr td {
    font-size: 13px !important;
    line-height: normal !important;
    padding: 10px !important;
  }

  .topbar {
    margin: 30px 20px 0;
    padding: 0px;
    justify-content: unset;
    width: unset;
  }

  .topbar-step,
  .topbar-line {
    display: none;
  }

  .topbar-line.active {
    width: 100%;
  }

  .camper-mieten-checkout-grid {
    margin-top: 40px;
  }

  .checkout-card-content-calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nextMonth {
    margin-top: 20px;
  }

  .md-row {
    display: flex;
    flex-direction: column;
  }

  .table-overflow-container {
    overflow-x: scroll;
  }
}

@media (max-width: 700px) {
  .topbar {
    margin-top: 80px !important;
  }

  .camper-mieten-checkout-grid,
  .camper-mieten-send-notice {
    margin-bottom: 80px !important;
  }
}
