.alignwide .wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
  margin-right: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--wide-size)) / 2) * -1) !important;
  margin-left: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--wide-size)) / 2) * -1) !important;
  width: calc(100% + (100vw - var(--scrollbar-width) - var(--wp--style--global--wide-size)));
  max-width: none;
}
.alignwide .wp-block-huishu-block-hu-splide-slider.is-style-left-edge {
  margin-left: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--wide-size)) / 2) * -1) !important;
  width: calc(100% + ((100vw - var(--scrollbar-width) - var(--wp--style--global--wide-size)) / 2));
  max-width: none;
}
.alignwide .wp-block-huishu-block-hu-splide-slider.is-style-both-edges .splide__pagination {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-huishu-block-hu-splide-slider .splide__slide {
  border-radius: 16px;
  overflow: hidden;
}
.is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges {
  margin-right: calc((((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2) + 6.25rem) * -1) !important;
  margin-left: calc((((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2) + 6.25rem) * -1) !important;
  width: calc(100% + (100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) + 6.25rem + 6.25rem);
  max-width: none;
}
.is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges .splide__arrows {
  max-width: 100%;
  padding: 0 2rem;
}
.is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges .splide__arrows .splide__arrow {
  transform: none;
}
.is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: none;
}
.wp-block-huishu-block-hu-splide-slider.alignfull {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge,
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
  overflow: hidden;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__track,
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges .splide__track {
  overflow: visible;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__pagination,
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges .splide__pagination {
  max-width: var(--wp--style--global--content-size);
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
  position: relative;
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges::before,
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2);
  z-index: 1000;
  pointer-events: none;
  content: "";
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges::before {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges:has( > .splide__track > .splide__list > .splide__slide.is-active:first-child)::before {
  opacity: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges:has( > .splide__track > .splide__list > .splide__slide.is-active:last-child)::after {
  opacity: 0;
}
.wp-block-huishu-block-hu-splide-slider .wp-block-huishu-block-splide-slide {
  transition: opacity 0.3s ease-in-out;
}
.wp-block-huishu-block-hu-splide-slider .wp-block-huishu-block-splide-slide:not(.is-visible) {
  opacity: 0.6;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows {
  margin-top: var(--wp--preset--spacing--subtitle);
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  pointer-events: none;
  gap: var(--wp--preset--spacing--subtitle);
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 0;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows.is-justified-flex-start {
  justify-content: flex-start;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows.is-justified-flex-end {
  justify-content: flex-end;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows.is-justified-center {
  justify-content: center;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  color: var(--wp--preset--color--white);
  font-size: 20px;
  pointer-events: all;
  background: var(--wp--preset--gradient--green-gradient);
  border-radius: 100%;
  transform: translateX(100%);
  height: auto;
  width: auto;
  opacity: 1;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  padding: 25px 23px 25px 27px;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: translateX(-100%);
  padding: 25px 27px 25px 23px;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow.splide__arrow--prev .icon-chevron-left-slider::before {
  font-family: 'icomoon';
  position: relative;
  display: block;
  content: "\e914";
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow.splide__arrow--next .icon-chevron-right-slider::before {
  font-family: 'icomoon';
  position: relative;
  display: block;
  content: "\e913";
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow svg {
  fill: var(--wp--preset--color--white);
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
}
.wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow:hover:not(:disabled) {
  opacity: 0.85;
}
.wp-block-huishu-block-hu-splide-slider.alignfull .splide__arrows {
  padding: 0 2rem;
}
.wp-block-huishu-block-hu-splide-slider.alignfull .splide__arrows .splide__arrow {
  transform: translateX(0);
}
.wp-block-huishu-block-hu-splide-slider.alignfull .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: translateX(0);
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges .splide__arrows {
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-huishu-block-hu-splide-slider.alignfull .splide__arrows {
  max-width: calc(100% - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right));
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-huishu-block-hu-splide-slider.alignwide .splide__arrows {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-huishu-block-hu-splide-slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 0.75rem;
  background-color: var(--wp--preset--color--black);
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  transform: none;
}
.wp-block-huishu-block-hu-splide-slider .splide__pagination__page.is-active {
  background-color: var(--wp--preset--color--white);
  opacity: 1;
  transform: none;
  width: 12px;
}
.wp-block-huishu-block-hu-splide-slider .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  cursor: pointer;
  padding: 0;
  position: absolute;
  bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-huishu-block-hu-splide-slider.has-pagination-left .splide__pagination {
  justify-content: flex-start;
}
.wp-block-huishu-block-hu-splide-slider.has-pagination-right .splide__pagination {
  justify-content: flex-end;
}
.wp-block-huishu-block-hu-splide-slider.has-pagination-center .splide__pagination {
  justify-content: center;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge {
  margin-left: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2) * -1) !important;
  width: calc(100% + ((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2));
  max-width: none;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__slide {
  direction: ltr !important;
  text-align: left !important;
  min-width: 385px;
  max-height: 395px;
  border-radius: 15px;
  overflow: hidden;
}
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
  margin-right: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2) * -1) !important;
  margin-left: calc(((100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)) / 2) * -1) !important;
  width: calc(100% + (100vw - var(--scrollbar-width) - var(--wp--style--global--content-size)));
  max-width: none;
}
.wp-block-huishu-block-hu-splide-slider.is-style-borders .splide__slide {
  border-right: 1px solid var(--wp--preset--color--green);
  padding-right: 1rem;
  padding-left: 1rem;
}
.wp-block-huishu-block-hu-splide-slider.is-style-borders .splide__slide:last-child {
  border-right: none;
  padding-right: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-borders .splide__slide:first-child {
  padding-left: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:is(.block-editor-block-list__block),
.wp-block-huishu-block-hu-splide-slider.is-style-both-edges:is(.block-editor-block-list__block) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: inherit !important;
  width: 100%;
}
.wp-block-huishu-block-hu-splide-slider .wp-block-post-template > .wp-block-post > .wp-block-media-text:only-child {
  height: 100%;
}
.wp-block-huishu-block-hu-splide-slider.similar-products {
  padding-bottom: 3rem;
}
@media screen and (min-width: 90rem) {
  .wp-block-huishu-block-hu-splide-slider.similar-products .splide__arrows {
    max-width: calc(var(--wp--style--global--content-size) + 2rem);
    width: calc(var(--wp--style--global--content-size) + 2rem);
    margin-left: -1rem;
  }
}
@media screen and (max-width: 90rem) {
  .wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow {
    padding: 15px 13px 15px 17px;
    transform: none;
  }
  .wp-block-huishu-block-hu-splide-slider .splide__arrows .splide__arrow.splide__arrow--prev {
    padding: 15px 17px 15px 13px;
    transform: none;
  }
}
.wp-block-query .wp-block-huishu-block-hu-splide-slider {
  margin-bottom: 3rem;
}
.wp-block-query .wp-block-huishu-block-hu-splide-slider .splide__pagination {
  bottom: -2rem;
}
.wp-block-query .wp-block-huishu-block-hu-splide-slider .splide__pagination__page {
  background-color: var(--wp--custom--additional-colors--border-color);
}
.wp-block-query .wp-block-huishu-block-hu-splide-slider .splide__pagination__page.is-active {
  background-color: var(--wp--custom--additional-colors--contrast-color);
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__arrows {
  width: fit-content;
  gap: 0;
  justify-content: center;
  margin: 0;
  transform: none;
  right: 0;
  margin: unset;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__arrows .splide__arrow.splide__arrow--prev[disabled] {
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .wp-block-huishu-block-hu-splide-slider.is-style-left-edge .splide__arrows {
    right: 30px;
  }
}
@media screen and (max-width: 85rem) {
  .alignwide .wp-block-huishu-block-hu-splide-slider.is-style-left-edge {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .alignwide .wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 80rem) {
  .wp-block-huishu-block-hu-splide-slider.is-style-left-edge {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-huishu-block-hu-splide-slider.is-style-both-edges {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .wp-block-huishu-block-hu-splide-slider.is-style-both-edges::before,
  .wp-block-huishu-block-hu-splide-slider.is-style-both-edges::after {
    display: none;
  }
  .is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .is-style-narrow .wp-block-huishu-block-hu-splide-slider.is-style-both-edges.is-style-both-edges .splide__arrows {
    padding: 0;
  }
}
.wp-block-query:has(.is-style-reisen-karten) {
  margin-top: -160px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .splide__slide {
  position: relative;
  height: 650px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover {
  height: 100%;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container > .wp-block-group {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container > .wp-block-group > * {
  margin-block-start: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-huishu-agentur-reisepreis {
  margin-top: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container::after {
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 0 0 0.9375rem 0.9375rem;
  bottom: 0;
  content: "";
  height: 90%;
  left: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-post-title {
  padding-bottom: 10px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-post-excerpt {
  padding-bottom: 40px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-huishu-agentur-beitrag-button {
  max-width: fit-content;
  width: fit-content;
  padding-bottom: 10px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-huishu-agentur-beitrag-button > * {
  max-width: fit-content;
  width: fit-content;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-cover__inner-container .wp-block-column:has(.wp-block-huishu-agentur-beitrag-button) {
  max-width: fit-content;
  width: fit-content;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-huishu-agentur-schwerpunkt-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 82px;
  height: 82px;
  background: var(--wp--preset--gradient--green-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-huishu-agentur-schwerpunkt-icon .schwerpunkt-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.wp-block-huishu-block-hu-splide-slider.is-style-reisen-karten .wp-block-cover .wp-block-post-excerpt {
  margin-top: 0;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-post-featured-image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 50px;
  margin: unset !important;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-post-featured-image img {
  height: 100%;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-group.has-background {
  padding: 20px;
  height: 100%;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-post-title {
  margin-top: 10px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-huishu-agentur-kundenstimme-zeitraum {
  margin-top: 10px;
}
.wp-block-huishu-block-hu-splide-slider.is-style-left-edge:has(.type-kundenstimmen) .wp-block-post-excerpt {
  margin-top: 10px;
}
.hu-cps__slider .splide__arrow {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  background: var(--wp--preset--gradient--green-gradient);
  border-radius: 100%;
  height: auto;
  width: auto;
  opacity: 1;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  padding: 25px 23px 25px 27px;
}
.hu-cps__slider .splide__arrow svg {
  display: none;
}
.hu-cps__slider .splide__arrow::before {
  font-family: 'icomoon';
  position: relative;
  display: block;
  content: "\e913";
}
.hu-cps__slider .splide__arrow.splide__arrow--prev {
  padding: 25px 27px 25px 23px;
}
.hu-cps__slider .splide__arrow.splide__arrow--prev::before {
  content: "\e914";
}
.hu-cps__slider .splide__arrow:disabled {
  opacity: 0.3;
}
.hu-cps__slider .splide__arrow:hover:not(:disabled) {
  opacity: 0.85;
}
.hu-cps__slider .splide__arrow:focus-visible {
  outline: 3px solid var(--wp--preset--color--green);
  outline-offset: 3px;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImh1aXNodS1hZ2VudHVyLWh1LXNwbGlkZS1zbGlkZXIubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDSSxVQURPLHdDQUNOO0VBQ0csY0FBYyxlQUFrQix5QkFBeUIsK0NBQXpEO0VBQ0EsYUFBYSxlQUFrQix5QkFBeUIsK0NBQXhEO0VBQ0EsT0FBTyxxQkFBeUIseUJBQXlCLHFDQUF6RDtFQUNBLGVBQUE7O0FBRUosVUFQTyx3Q0FPTjtFQUNHLGFBQWEsZUFBa0IseUJBQXlCLCtDQUF4RDtFQUNBLE9BQU8sc0JBQXlCLHlCQUF5QiwwQ0FBekQ7RUFDQSxlQUFBOztBQUVKLFVBWk8sd0NBWU4sb0JBQ0c7RUFDSSxXQUFXLG1DQUFYOztBQUtaLHVDQUNJO0VBQ0ksbUJBQUE7RUFDQSxnQkFBQTs7QUFPSSxnQkFGUix3Q0FDSyxvQkFDSTtFQUNHLGNBQWMsZ0JBQW9CLHlCQUF5Qiw2REFBM0Q7RUFDQSxhQUFhLGdCQUFvQix5QkFBeUIsNkRBQTFEO0VBQ0EsT0FBTyxxQkFBeUIseUJBQXlCLDREQUF6RDtFQUNBLGVBQUE7O0FBSkosZ0JBRlIsd0NBQ0ssb0JBQ0ksb0JBS0c7RUFDSSxlQUFBO0VBQ0EsZUFBQTs7QUFQUixnQkFGUix3Q0FDSyxvQkFDSSxvQkFLRyxnQkFHSTtFQUNJLGVBQUE7O0FBQ0EsZ0JBWnBCLHdDQUNLLG9CQUNJLG9CQUtHLGdCQUdJLGVBRUs7RUFDRyxlQUFBOztBQVl4Qix1Q0FBQztFQUNHLGNBQWMsb0NBQWQ7RUFDQSxlQUFlLHFDQUFmOztBQUdKLHVDQUFDO0FBQ0QsdUNBQUM7RUFDRyxnQkFBQTs7QUFGSix1Q0FBQyxtQkFJRztBQUhKLHVDQUFDLG9CQUdHO0VBQ0ksaUJBQUE7O0FBTFIsdUNBQUMsbUJBT0c7QUFOSix1Q0FBQyxvQkFNRztFQUNJLFdBQVcsc0NBQVg7O0FBSVIsdUNBQUM7RUFDRyxrQkFBQTs7QUFHSix1Q0FBQyxvQkFBb0I7QUFDckIsdUNBQUMsb0JBQW9CO0VBQ2pCLGtCQUFBO0VBQ0EsTUFBQTtF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 */