.elementor-7968 .elementor-element.elementor-element-f92593b{--display:flex;overflow:visible;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-35ee69c */.crx-footer,
.crx-footer * {
  box-sizing: border-box;
}

.crx-footer {
  padding: 40px 0;
  background: #f4f3ef;
  font-family: 'Rubik', sans-serif;
}

.crx-footer-shell {
  width: min(1360px, calc(100vw - 56px));
  margin: 0 auto;
  padding: 42px 56px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0e0e11 0%, #09090b 60%, #1c0c0e 100%);
  border: 1px solid rgba(191,24,28,0.14);
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

.crx-footer-shell::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(191,24,28,0.28), transparent 70%);
  z-index: 0;
}

/* Exakt zentriertes Spaltenlayout */
.crx-footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 300px 170px 290px 270px;
  justify-content: space-between;
  align-items: start;
  column-gap: 32px;
}

.crx-footer-brand,
.crx-footer-col {
  min-width: 0;
}

.crx-footer-brand img {
  width: 185px;
  height: auto;
  display: block;
}

.crx-footer-brand p {
  margin: 16px 0 0;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}

.crx-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  background: #bf181c;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 26px rgba(191,24,28,0.35);
  transition: all 0.25s ease;
}

.crx-footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(191,24,28,0.5);
}

.crx-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.crx-footer-col h3 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ff6a6d;
}

.crx-footer-col a,
.crx-footer-col span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255,255,255,0.8) !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.crx-footer-col a:hover {
  color: #fff !important;
  transform: translateX(3px);
  text-shadow: 0 0 16px rgba(191,24,28,0.42);
}

/* Öffnungszeiten: Spalte sitzt fest in der echten Mitte, Text bleibt links */
.crx-footer-hours {
  width: 290px;
  max-width: 290px;
  align-items: flex-start;
}

.crx-footer-hours h3,
.crx-footer-hours span,
.crx-footer-hours .crx-open-now {
  text-align: left;
}

.crx-footer-hours span {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.crx-open-now {
  display: inline-flex;
  width: fit-content;
  white-space: nowrap;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.crx-open-now.is-open {
  color: #8fe36f;
  border: 1px solid rgba(143,227,111,0.45);
  background: rgba(143,227,111,0.12);
}

.crx-open-now.is-closing {
  color: #ffb35c;
  border: 1px solid rgba(255,179,92,0.45);
  background: rgba(255,179,92,0.12);
}

.crx-open-now.is-closed {
  color: #ff8e92;
  border: 1px solid rgba(191,24,28,0.42);
  background: rgba(191,24,28,0.14);
}

.crx-footer-note {
  margin-top: 8px;
  max-width: 260px;
  font-size: 12px !important;
  line-height: 1.5;
  color: rgba(255,255,255,0.6) !important;
}

.crx-footer-spacer {
  height: 10px;
  margin-bottom: 0 !important;
}

.crx-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.crx-footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.crx-footer-socials a:hover {
  background: rgba(191,24,28,0.25);
  border-color: rgba(191,24,28,0.45);
  transform: translateY(-3px);
  box-shadow:
    0 0 0 2px rgba(191,24,28,0.14),
    0 0 24px rgba(191,24,28,0.34);
}

.crx-footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
  transition: transform 0.2s ease;
}

.crx-footer-socials a:hover svg {
  transform: scale(1.1);
}

.crx-footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

.crx-footer-bottom div {
  display: flex;
  gap: 18px;
}

.crx-footer-bottom a {
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.crx-footer-bottom a:hover {
  color: #fff !important;
  text-shadow: 0 0 16px rgba(191,24,28,0.42);
}

@media (max-width: 1100px) {
  .crx-footer-shell {
    padding: 32px 24px;
  }

  .crx-footer-main {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: 32px;
  }

  .crx-footer-brand {
    grid-column: 1 / -1;
  }

  .crx-footer-hours {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .crx-footer {
    padding: 18px 0;
  }

  .crx-footer-shell {
    width: calc(100vw - 20px);
    padding: 24px 22px;
    border-radius: 24px;
  }

  .crx-footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .crx-footer-brand img {
    width: 160px;
  }

  .crx-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .crx-footer-bottom div {
    flex-wrap: wrap;
    gap: 14px;
  }
}/* End custom CSS */