* {
  scroll-behavior: smooth;
}

.auto-slider-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  min-height: 485px;
  flex-wrap: nowrap;
  overflow: hidden;
}

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

select.filter-item {
  border: 2px solid #83bb26;
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 10px;
  text-transform: uppercase;
}

.et_pb_button.filter-item {
  font-size: 16px;
  width: max-content;
  margin-top: 5px;
}

option {
  padding: 10px;
}

.auto-slider-container::-webkit-scrollbar {
  opacity: 0 !important;
}

.auto-grid-container .auto-container {
  width: 100%;
}

.auto-slider-container .auto-container {
  min-height: 463px;
}

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

.auto-hover-indicator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background-repeat: no-repeat;
  background-position-y: 200px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  transition: background-position-y 0.5s ease;
}

.auto-hover-indicator:hover::before {
  background-position-y: 0px;
}

.auto-hover-indicator::after {
  content: "mehr dazu";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.5s ease;
}

.auto-hover-indicator:hover::after {
  bottom: 20px;
  transition: all 0.5s ease 0.2s;
}

.auto-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #82ba26;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #82ba26 transparent;
  scrollbar-width: thin;
  z-index: 10;
}

.auto-container-overlay-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.auto-container-overlay-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
}

.auto-container-overlay-header h4 {
  margin: 0;
}

.auto-container-content {
  padding: 10px 20px 30px 20px;
}

.blauer-engel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 400px;
  width: 400px;
  min-height: 470px;
  background-color: #fff;
  margin: 0px 10px 10px 0px;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.filter-container {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}

.size-marker {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
  color: #fff;
}

.transportermarker {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 100px;
  height: 100px;
}

.size-marker span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
}

.auto-container:hover {
  box-shadow: 0px 0px 10px #35353516;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

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

.auto-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 250px;
  min-height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blauer-engel-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 205px;
  min-height: 205px;
  margin-top: 20px;
}

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

.auto-container-infos {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.info-item {
  display: flex;
  max-height: 25px;
  align-items: center;
}

.info-item img {
  margin-right: 5px;
}

.auto-container-title {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 900;
  margin-top: 10px;
  padding-bottom: 0px;
}

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

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

.auto-container-preis {
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  padding: 0px;
}

.auto-container-info-text {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #9a9a9a;
}

.auto-container-link {
  background-color: #ffffff;
  padding: 8px 16px;
  color: #025caa;
  display: inline-block;
  margin-top: 30px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 10px;
}

.auto-button-row {
  display: flex;
  align-items: center;
}

.auto-button-left {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-button-left:hover,
.auto-button-right:hover {
  cursor: pointer;
}

.auto-button-right {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot {
  height: 3px;
  width: 15px;
  background-color: #000;
  display: inline-block;
  margin: 0 2px;
  transition: all 0.5s ease;
}

.dot.active {
  width: 25px;
  background-color: #82ba26;
  transition: all 0.5s ease;
}

.dot:hover {
  cursor: pointer;
}

#dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.hidden {
  display: none;
}

.post-slider-container {
  display: flex;
  flex-direction: row !important;
  align-items: stretch;
  min-width: 100%;
  width: auto;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.post-slider-container_wohnmobil {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  min-width: 100%;
  width: auto;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin-right: 10px;
}

.post-container {
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s ease-in-out;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 12px #35353516;
}

.green-post-container {
  background-color: #82ba26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s ease-in-out;
  margin-right: 10px;
  border-radius: 10px;
}

.post_title {
  font-size: 20px;
  line-height: 25px;
  word-break: break-word;
  padding-bottom: 5px;
  font-weight: 900;
}

.green_post_title {
  font-size: 20px;
  line-height: 25px;
  word-break: break-word;
  padding-bottom: 5px;
  font-weight: 900;
  color: #ffffff;
}

.post_category {
  font-size: 15px;
  line-height: 15px;
  color: #9a9a9a;
  margin-bottom: 15px;
}

.green_post_category {
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 15px;
}

.green_post_excerpt {
  color: #ffffff;
}

.post_category:hover {
  color: #82ba26;
  cursor: pointer;
}

.post_category_wohnmobil {
  font-size: 15px;
  line-height: 15px;
  color: #9a9a9a;
  margin-bottom: 15px;
}

.post_category_wohnmobil:hover {
  color: #f7a600;
  cursor: pointer;
}

.post_link {
  color: #82ba26;
  cursor: pointer;
}

.green_post_link {
  margin-top: 8px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.post_link_wohnmobil {
  color: #f7a600;
  cursor: pointer;
}

.post_img {
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post_content {
  padding: 15px;
  min-width: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.green_post_content {
  padding: 15px;
  min-width: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post_actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.slide-left img,
.slide-right img {
  width: 40px;
  height: auto;
}

.slide-left:hover,
.slide-right:hover {
  cursor: pointer;
}

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

@media (max-width: 1000px) {
  /* .transportermarker {
    top: 145px;
    right: 30px;
  } */
}

@media (max-width: 830px) {
  .post_title {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .post-container {
    width: 100%;
    min-width: 100%;
  }

  .post_content {
    min-width: 80vw;
  }

  .green_post_content {
    min-width: 80vw;
  }

  .auto-container {
    min-width: 300px !important;
  }

  .auto-slider-container {
    min-height: 460px;
  }

  .auto-slider-container .auto-container {
    min-height: 430px;
  }

  .auto-container-info-text {
    margin-top: 8px;
  }

  .auto-button-right {
    height: 100%;
    width: 50px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .auto-button-left {
    height: 100%;
    width: 50px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .auto-container:hover {
    box-shadow: none;
    z-index: 0;
    transform: none;
    transition: none;
  }
  .auto-container-info {
    padding: 20px !important;
  }
  .auto-container-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .auto-img {
    max-height: 200px;
    min-height: 200px;
  }
  .auto-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 10px;
    column-gap: 10px;
    width: 100%;
  }

  .filter-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-container select {
    margin: 5px 0;
  }

  .blauer-engel-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 135px;
    min-height: 135px;
    margin-top: 20px;
  }
}
