/** Shopify CDN: Minification failed

Line 1527:8 Expected ":"

**/
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child .svg-wrapper {
  height: 0.6rem;
}

.customer .pagination li:first-of-type .svg-wrapper {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type .svg-wrapper {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a .svg-wrapper {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .svg-wrapper {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}


/*Karte*/ 
/* Layout für die Karte & Filterliste */
  .container {
    display: flex;
    width: 100%;
  }
  #list-container {
    width: 40%;
    height: 90vh;
    overflow-y: auto;
    background: #f8f8f8;
    padding: 10px 20px;
  }

  #map .leaflet-popup-content {
    font-size:14px;
  }

  #map {
    width: 70%;
    height: 600px;
    z-index:1;
  }

  #map .button.map-button {
    color: #fff;
    text-decoration: none!important;
    font-size: 14px;
    padding: 10px;
    line-height: 15px;
    min-height: auto;
    margin-top: 10px;
  }

  .filter-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }

  .waschanlage-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size:14px;
    position:relative;
  }
  .waschanlage-item:hover {
    background: #eaeaea;
  }
  .waschanlage-item.item-premium {
    background:#e6feff;
  }

.waschanlage-item.item-premium img.premium-icon {
  max-width: 30px;
  position: absolute;
  right: 10px;
}

.leaflet-popup-content img.premium-icon {
max-width: 30px;
    position: absolute;
    right: 100px;
    bottom: 15px;
  }

.tpl-map-section {
    display: flex;
    gap: 20px;
    margin: 40px 0;
}

.waschanlagen-list {
    background:#fff:
}

.waschanlagen-list .waschanlage-item {
  border-bottom:1px solid;
}

.button, .button-label, .shopify-challenge__button, .customer button {
    font-weight: bold;
}

.footer-block__details-content>:first-child .list-menu__item--link {
  font-weight: normal;
}

.header__menu-item .link,
.header__menu-item.list-menu__item,
.header__menu-item .customer a {
  font-family:Barlow, sans-serif;
}

.list-menu .header__menu-item.list-menu__item.link,
.list-menu__item {
  font-size:1.8rem;
}


/* Breadcrumb */
  .breadcrumbs {
    color: #cacaca;
  }

  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: "";
    display: inline-block;
    height: .5em;
    margin: 0 1em;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .5em;
  }

  .breadcrumbs__link {
    text-decoration: underline;
    color:#cacaca;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: #cacaca;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }

.wrapper-breadcrumb {
  background-color:#510273;
}

.page-width.container-breadcrumb {
    max-width: var(--page-width);
    width: var(--page-width);
    margin: 0 auto;
    padding: 1rem 5rem;
    font-size: 14px;
  }

@media screen and (max-width: 750px) {
  .page-width.container-breadcrumb {
    width: auto;
  }
}

.prorgramm-container {
}

.premium-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: stretch;
}

.premium-list .box {
  padding:5px 10px;
  display:flex;
  background: #fff;
  flex-direction:row;
  gap:5px;
  font-size:12px;
  line-height:16px;
}

.premium-list.payments-list .box {
  padding:0;
  display:flex;
  flex-direction:row;
  background: transparent;
  gap:5px;
  font-size:12px;
  line-height:16px;
}

.premium-list.payments-list .box img {
  max-width: 50px;
  /* padding: 2px 5px; */
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px #dddddd;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 0px 1px #dddddd;
  -webkit-box-shadow: 0px 0px 0px 1px #e4e4e4;
}

.premium-list .box img {
  max-width:20px;
}

.premium-container {
  margin:30px 0 0;
  padding: 20px 30px;
  border-radius:30px;
  background:#efefef;
}

.premium-container h2 {
  margin-top:0;
}

.social-media-links {
  display:flex;
  flex-direction:row;
  gap:5px;
}

a.social-link {
  text-decoration:none;
}

img.social-icon {
  max-width: 30px;
  width: 50px;
}

.leaflet-pane.leaflet-tile-pane {
  filter: grayscale(100%) contrast(100%) brightness(1.1);
}

/* Cluster-Grundlayout anpassen */
.leaflet-pane .marker-cluster {
  background-color: rgba(4, 199, 242, 0.3);
  border-radius: 50%;
  border: 0;
  color: #222;
  font-weight: bold;
  font-family: sans-serif;
}


/* Normalgröße */
.leaflet-pane .marker-cluster-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

/* Mittelgröße */
.leaflet-pane .marker-cluster-medium {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

/* Großcluster */
.leaflet-pane .marker-cluster-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: rgba(4, 199, 242, 0.8, 0.4);
}

.leaflet-pane .marker-cluster div,
.leaflet-pane .marker-cluster-medium div,
.leaflet-pane .marker-cluster-large div,
.leaflet-pane .marker-cluster-small div {
  background-color: rgba(4, 199, 242, 0.8);
  color:#fff;
  font-weight:bold;
}


/* Gallery */
.gallery-item {
  border-radius: 17px;
  max-height: 300px;
  overflow: hidden;
}

/* Grid Premium Account */
.premium_multicolumn {
  gap:20px;
  display:flex;
}

.premium_multicolumn.col_3 .premium-container {
  width:calc(100% / 3);
}

.premium_multicolumn.col_2 .premium-container {
  width:calc(100% / 2);
}

@media screen and (max-width: 750px) {
  .premium_multicolumn {
    flex-direction:column;
    gap:0;
  }
  .premium_multicolumn.col_2 .premium-container,
  .premium_multicolumn.col_3 .premium-container,
  .premium-container {
        width:100%;
        margin:10px 0;
    }

}

.day-row {
  display:flex;
  gap:10px;
  justify-content: space-between;
}

.day-row .day-day {
  width:40%;
}

.day-row .day-time {
  width:60%;
  text-align:left;
}

/* Photogallery */ 
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination button {
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}
.pagination button.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.product--no-media .product-form>form.form {
  max-width: 50rem;
}

.sls-more-info-container, .sls-widget-branding {
  display:none!important;
}

/* Price Tabelle */

h1.demo-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #2A293E;
  letter-spacing: 2px;
}

h1.demo-title a {
  font-size: 16px;
  font-weight: 300;
}

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #FF6F61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2A293E;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2A293E;
}

.pricing-table .ptable-action a:hover {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}


.pricing-plans {
  gap: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 64px;
}

.pricing-card {
  --col: #e4e4e7;
  position: relative;
  width: calc(100% / 3);
  padding: 20px 30px;
  border-radius: 20px;
  border: 0;
  background-color: #ccc;
  box-shadow: 0 0 32px transparent;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .pricing-plans {
    flex-wrap: wrap;
    padding:20px;
  }
  
  .pricing-card {
    width: 100%;
    }
}

.pricing-card.basic {
  --col: #0891b2;
}

.pricing-card.standard {
  --col: #059669;
}

.pricing-card.premium {
  --col: #c026d3;
}

.pricing-card:hover {
border-color: var(--col);
    /* background-color: #26262680; */
    box-shadow: 0 0 18px #17171745;
    transform: translateY(-16px) scale(1.01);
    transition: all .5s ease;
}

.pricing-card .heading h4 {
  margin: 0;
  padding-bottom: 12px;
  color: var(--col);
  font-size: 24px;
  font-weight: normal;
}

.pricing-card .heading p {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card .price {
  position: relative;
  color: var(--col);
  font-size: 60px;
  font-weight: bold;
  margin:0 0 20px;
}

.pricing-card .price sub {
  position: absolute;
  bottom: 14px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card ul.features {
  margin-left:0;
  padding:0;
}

.pricing-card .features li {
      padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 0;
    border-bottom: 1px dashed #ffffff61;
    align-items: baseline;
}

.pricing-card .features li i,
.pricing-card .features li strong {
  color: #e4e4e7;
  font-size: 16px;
  text-align: left;
}

.pricing-card .features li strong {
  padding-left: 10px;
}

.pricing-card .features li svg {
    min-width: 16px;
  }


.pricing-card .cta-btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding: 12px;
  border-radius: var(--buttons-radius-outset);
  border: 1px solid var(--col);
  background-color: var(--col);
  color: #e4e4e7;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.pricing-card .cta-btn:active {
  background-color: transparent;
  color: var(--col);
  transition: all 0.3s ease;
}

/* Verzeichnisseinträge */
.entry_list {
  margin
  color:#000;
  display: flex;
  flex-direction: column;
  gap:10px;
}

.entry_element {
  padding:10px 20px;
  text-decoration:none;
  display: flex;
  justify-content: space-between;
  gap:20px;
  background:#f5f5f5;
  border-radius: var(--buttons-radius-outset);
}

.entry_element.premium-entry {
  background: #ebfdff;
      border: 1px solid #ac24b9;
}

.entry_title {
  margin-top:0px;
  margin-bottom:5px;
}

.entry_address {
  color:rgb(var(--color-foreground));
  margin:0;
}

.entry_cta {
  align-self: center;
}



.entry {
    display: flex;
    gap: 15px;
  }

.entry_btn {
  color:#fff;
}

.entry_badge {
  width:50px;
}

.entry_badge img {
  width:50px;
}

.paginate {
  margin-top:40px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: var(--buttons-radius-outset);
  border: 4px solid #f5f5f5;
}

.paginate-details {
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
  color: #141414;
}

button {
  background-color: transparent;
  border: none;
}

.prevBtn,
.nextBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  margin: 8px 0;
}

.prevBtn svg,
.nextBtn svg {
  color: #141414;
}

.prevBtn-icon {
  margin-right: 6px;
  display: flex;
}

.nextBtn-icon {
  margin-left: 6px;
  display: flex;
}

button[disabled].prevBtn,
button[disabled].nextBtn {
  cursor: not-allowed;
  color: rgb(156 163 175 / 0.5);
}

.containerBtns {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.numberBtn,
.activeBtn {
  margin: 0 4px;
  min-width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  border: none;
}

.numberBtn {
  cursor: pointer;
  background-color: transparent;
  color: #141414;
  font-weight: 500;
}

.numberBtn[disabled] {
  cursor: not-allowed;
  color: #ccc;
}

.activeBtn {
  background-color: #5ac4ed;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.product .product-form__input--pill input[type=radio]+label {
  padding: 2rem 3rem;
  border: 3px solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  font-weight: bold;
}


.product-form__input--pill input#template--24752079503746__main-1-0+label {
    border-color: #05c7f2;

}

.product-form__input--pill input#template--24752079503746__main-1-1+label {
    border-color: #bc04bf;
}

.product-form__input--pill input#template--24752079503746__main-1-2+label {
    border-color: #510273;
 
}

.product-form__input--pill input#template--24752079503746__main-1-0:checked+label {
    background-color: #05c7f2;
    color: #fff;
}

.product-form__input--pill input#template--24752079503746__main-1-1:checked+label {
    background-color: #bc04bf;
    color: #fff;
}

.product-form__input--pill input#template--24752079503746__main-1-2:checked+label {
    background-color: #510273;
    color: #fff;
}

.product .product-form__buttons {
    max-width: 100%;
}

/* Map */
@media screen and (max-width: 750px) {
  .full-map .container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .full-map #list-container {
    width: 100%;
    overflow-y:unset;
    height:auto;
  }

  .full-map #map {
    width: 100%;
    height: 60vh!important;
  }

  .interactive_map svg {
    width: 100%;
    height: auto;
  }

  #tpl-map .page-width > .image-with-text {
        flex-direction: column;
  }

  #tpl-map .page-width > .image-with-text .image-with-text__grid,
  #tpl-map .page-width > .image-with-text .grid__item{
      width:100%!important;
      max-width:100%!important;
  }

   #tpl-map .image-with-text__media--small {
    height: 35rem;
  }
}


.premium_rich-text .tpl_company_branding {
  align-self: center;
  width:100px;
}

.premium_rich-text .tpl_company_branding img {
  border-radius:20px;
}


@media screen and (max-width: 750px) {
  .premium_rich-text .rich-text__wrapper {
   flex-direction: column-reverse; 
    gap:30px;
  }
  .premium_rich-text .tpl_company_branding {
    align-self: start;
  }
}

#opening-status {
  margin-bottom: 10px;
}

.tpl_programms {
  margin-top:20px!important;
}