.elementor-7352 .elementor-element.elementor-element-81bf7c9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}body.elementor-page-7352{margin:00px 00px 00px 00px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =============================================================================
   riptight-leistungen-dynamic.css
   Homepage — Leistungen section — dynamic time/weather palette
   Paste into Elementor > Custom CSS (global)
   Last modified: 2026-06-25 14:00 CEST | Changes: initial build
   ============================================================================= */

/* -----------------------------------------------------------------------------
   Section wrapper
   ----------------------------------------------------------------------------- */
.rt-leistungen {
  padding: 72px 48px;
  background: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* -----------------------------------------------------------------------------
   Section label ("Leistungen")
   ----------------------------------------------------------------------------- */
.rt-leistungen__label {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  transition: color 2s ease;
}

/* -----------------------------------------------------------------------------
   Section heading ("Was wir machen.")
   ----------------------------------------------------------------------------- */
.rt-leistungen__heading {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 48px;
  transition: color 2s ease;
}

.rt-leistungen__heading strong {
  font-weight: 600;
}

/* -----------------------------------------------------------------------------
   Service grid — 2-column
   ----------------------------------------------------------------------------- */
.rt-leistungen__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* -----------------------------------------------------------------------------
   Individual service item
   ----------------------------------------------------------------------------- */
.rt-leistungen__item {
  padding: 24px 0;
  border-top: 0.5px solid;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: start;
  gap: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 2s ease, opacity .2s ease;
}

.rt-leistungen__item:hover {
  opacity: .7;
}

.rt-leistungen__item:nth-child(odd) {
  padding-right: 40px;
}

.rt-leistungen__item:nth-child(even) {
  padding-left: 40px;
  border-left: 0.5px solid;
}

/* -----------------------------------------------------------------------------
   Item elements
   ----------------------------------------------------------------------------- */
.rt-leistungen__num {
  font-size: 11px;
  letter-spacing: .08em;
  padding-top: 3px;
  transition: color 2s ease;
}

.rt-leistungen__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  transition: color 2s ease;
}

.rt-leistungen__subs {
  font-size: 12px;
  line-height: 1.8;
  transition: color 2s ease;
}

.rt-leistungen__arrow {
  font-size: 16px;
  padding-top: 2px;
  transition: color 2s ease;
}

/* -----------------------------------------------------------------------------
   Footer row — CTA + meta
   ----------------------------------------------------------------------------- */
.rt-leistungen__footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 0.5px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 2s ease;
}

.rt-leistungen__cta {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: color 2s ease, border-color 2s ease;
}

.rt-leistungen__meta {
  font-size: 11px;
  text-align: right;
  line-height: 1.6;
  transition: color 2s ease;
}

/* -----------------------------------------------------------------------------
   Responsive — single column below 640px
   ----------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .rt-leistungen {
    padding: 48px 24px;
  }

  .rt-leistungen__grid {
    grid-template-columns: 1fr;
  }

  .rt-leistungen__item:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }

  .rt-leistungen__item:nth-child(odd) {
    padding-right: 0;
  }
}/* End custom CSS */