:root {
  --skd-front-bg: url("https://sicherheitstechnik-denker.de/wp-content/uploads/2026/02/Hintergrung-Header-1.webp");
  --skd-home-price-bg: linear-gradient(rgba(248,248,248,0.85), rgba(248,248,248,0.85)), url("https://sicherheitstechnik-denker.de/wp-content/uploads/2026/02/Schluesseldienst-Aufsperrwerkzeug-Notdienst-Schild-3.webp") no-repeat center center / cover;
}

.promo-section {
  position: relative;
  background: var(--skd-front-bg) center/cover no-repeat;
  color: #fff;
  padding: 40px 20px;
  overflow: hidden;
}
.promo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 46, 71, 0.5);
  z-index: 1;
}
.promo-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.promo-content h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.promo-subtitle {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.promo-content p {
  margin: 15px 0;
  line-height: 1.3;
}
.promo-price {
  font-size: 2rem;
  color: #e30613;
  font-weight: 700;
  margin-bottom: 2px;
}
.promo-price + .promo-surcharge {
  margin-top: 8px;
  margin-bottom: 25px;
  color: #ccc;
  font-size: .9rem;
}
.promo-hours,
.promo-surcharge:last-of-type {
  font-size: .9rem;
  margin-bottom: 60px;
  color: #ccc;
}
.promo-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 0;
  margin: 16px 0;
  list-style: none;
  justify-items: center;
  text-align: center;
}
.promo-features li {
  font-size: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-features li strong { margin-right: .25em; }
.promo-button {
  display: inline-block;
  background-color: #e30613;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 12px 30px;
  border-radius: 4px;
  transition: background-color .3s;
}
.promo-button:hover { background-color: #b2040f; color:#fff; }

.adac-partner {
  width: 100%;
  background: #fff;
  padding: 28px 0;
  font-family: 'Nunito', Arial, sans-serif;
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.adac-partner .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.adac-row {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}
.adac-left {
  flex: 0 0 360px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.adac-left a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  transition: background .25s ease;
}
.adac-left a:hover { background: rgba(255, 204, 0, 0.12); }
.adac-left img { width: 100%; max-width: 340px; height: auto; display: block; }
.adac-right { flex: 1; text-align: left; }
.adac-right h2 { margin: 0 0 6px; font-size: 1.6rem; font-weight: 800; color: #002e47; line-height: 1.2; }
.adac-right p { margin: 0 0 10px; color: #333; font-size: 1.02rem; line-height: 1.6; }
.adac-right .adac-link {
  display: inline-flex; align-items: center; gap: 8px; color: #002e47; font-weight: 700;
  text-decoration: none; border-bottom: 2px solid rgba(255,204,0,.9); padding-bottom: 2px; transition: opacity .2s ease;
}
.adac-right .adac-link:hover { opacity: .85; }
.adac-right .adac-link .arrow { font-size: 1.05em; transform: translateY(-1px); }

.front-page-vorstellung {
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #fafafa;
  font-family: Arial, sans-serif;
  color: #333;
}
.front-page-vorstellung .vorstellung-container { max-width: 1200px; margin: 0 auto; position: relative; }
.front-page-vorstellung .vorstellung-text { line-height: 1.6; }
.front-page-vorstellung .vorstellung-text h2 { font-size: 2.4rem; color: #e30613; margin-bottom: 20px; font-weight: 700; }
.front-page-vorstellung .vorstellung-text p { font-size: 1rem; margin: 15px 0; }
.front-page-vorstellung .vorstellung-text ul { list-style: none; padding: 0; margin: 20px 0; }
.front-page-vorstellung .vorstellung-text ul li { position: relative; padding-left: 30px; margin: 10px 0; font-size: 1.1rem; color: #444; }
.front-page-vorstellung .vorstellung-text ul li::before { content: '✔'; position: absolute; left: 0; top: 0; color: #28a745; font-weight: 700; }
.front-page-vorstellung .vorstellung-image-wrapper {
  float: right; width: 350px; margin: 0 0 20px 30px; shape-outside: circle(50% at 50% 50%); clip-path: circle(60% at 50% 50%);
  animation: skd-slide-in .8s ease-out both;
}
.front-page-vorstellung .vorstellung-image-wrapper img {
  width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.1);
}
@keyframes skd-slide-in {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.leistungen-3-boxen {
  background-color: #f5f5f5;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
.leistungen-3-boxen h2 { text-align: center; font-size: 2rem; margin-bottom: 40px; color: #c80000; }
.leistungen-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto;
}
.leistung-box {
  background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.1); flex: 1 1 300px;
  max-width: 340px; display: flex; flex-direction: column; text-align: center; transition: transform .3s ease;
}
.leistung-box:hover { transform: translateY(-5px); }
.leistung-box img { width: 100%; height: 200px; object-fit: cover; }
.leistung-box h3 { font-size: 1.4rem; color: #c80000; margin: 20px 0 10px; }
.leistung-box p { font-size: 1rem; padding: 0 20px; color: #333; }
.leistung-box .button {
  background-color: #c80000; color: white; text-decoration: none; padding: 12px 20px; margin: 20px auto 25px;
  border-radius: 5px; font-weight: 700; width: fit-content; transition: background .3s ease;
}
.leistung-box .button:hover { background-color: #a80000; color:#fff; }

.preise-section-home {
  width: 100%;
  padding: 60px 20px;
  background: var(--skd-home-price-bg);
  font-family: Arial, sans-serif;
}
.preise-container-home { max-width: 1400px; margin: 0 auto; }
.preise-section-home h2 { font-size: 2.5rem; color: #e30613; text-align: center; margin-bottom: 10px; }
.preise-section-home .preise-subtitle { font-size: 1.1rem; color: #333; text-align: center; margin-bottom: 40px; }
.preise-grid-home {
  display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 30px; margin-bottom: 50px;
}
.preise-card-home,
.preise-note-home,
.preise-example-home {
  background: rgba(255,255,255,.9); border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,.1); padding: 30px;
}
.preise-card-home h3,
.preise-example-home h3 { font-size: 1.5rem; color: #002e47; margin-bottom: 15px; }
.preise-example-home h3 { font-size: 1.75rem; margin-bottom: 20px; }
.preise-card-home table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.preise-card-home td { padding: 10px; }
.preise-card-home tr:not(:last-child) td { border-bottom: 1px solid #eee; }
.preise-card-home td:last-child { text-align: right; }
.preise-note-home {
  font-size: .95rem; color: #555; max-width: 900px; margin: 0 auto 40px; text-align: center;
}
.preise-example-home { max-width: 900px; margin: 0 auto 50px; }
.preise-example-home p { font-size: 1rem; color: #333; line-height: 1.6; margin-bottom: 0; }

.blog-karussell-section {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}
.blog-karussell-section h2 { text-align: center; font-size: 2rem; margin-bottom: 30px; color: #002e47; }
.carousel-wrapper {
  overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; display: flex; gap: 20px; padding-bottom: 10px;
}
.carousel-wrapper::-webkit-scrollbar { display: none; }
.carousel-item {
  flex: 0 0 auto; width: 280px; background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,.1);
  scroll-snap-align: start; overflow: hidden; text-decoration: none; color: #333;
}
.carousel-item img { width: 100%; height: 180px; object-fit: cover; display: block; }
.carousel-item .content { padding: 15px; }
.carousel-item .content h3 { font-size: 1.1rem; margin: 0 0 10px; color: #e30613; }
.carousel-item .content p { font-size: .95rem; margin: 0; }

@media (max-width: 980px) {
  .adac-partner .container { padding: 0 18px; }
  .adac-row { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
  .adac-left { flex: 0 0 auto; justify-content: center; }
  .adac-right { text-align: center; }
  .adac-left img { max-width: 320px; }
}

@media (max-width: 768px) {
  .promo-content h1 { font-size: 1.75rem; }
  .promo-price { font-size: 1.75rem; }
  .promo-button { width: 100%; box-sizing: border-box; }
  .promo-features { grid-template-columns: 1fr; gap: 12px 0; margin: 12px 0; }
  .promo-features li { text-align: center; justify-content: center; }
  .front-page-vorstellung .vorstellung-image-wrapper {
    float: none; margin: 0 auto 20px; shape-outside: none; clip-path: none; width: 100%;
  }
  .front-page-vorstellung .vorstellung-text h2 { text-align: center; }
  .leistungen-3-boxen h2,
  .blog-karussell-section h2 { font-size: 1.6rem; }
  .leistung-box { max-width: 100%; }
}

@media (min-width: 769px) {
  .promo-features { gap: 6px 16px; }
}
