@font-face {
  font-family: 'Comfortaa';
  src: url('../typo/Comfortaa-Light.woff2') format('woff2'),
       url('../typo/Comfortaa-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../typo/Comfortaa-Regular.woff2') format('woff2'),
       url('../typo/Comfortaa-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../typo/Comfortaa-Medium.woff2') format('woff2'),
       url('../typo/Comfortaa-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../typo/Comfortaa-SemiBold.woff2') format('woff2'),
       url('../typo/Comfortaa-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('../typo/Comfortaa-Bold.woff2') format('woff2'),
       url('../typo/Comfortaa-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

html {
  overflow-y: scroll;
}

body {
    margin: 0 auto;
    background-color: #FFFCF6;
    font-family: 'Comfortaa', sans-serif;
    color: #333;
  }

h1 {
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #444;
    margin: 0;
}

h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #578897;
  text-transform: uppercase;
  margin: 0 0 0 30px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  color: #444;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

span {
  color: #444;
}

.blue {
  color: #578897;
}

.yellow {
  color: #F7D971;
}

/* Standard: alles Mobile ausblenden (Desktop) */
.mobile-nav,
.mobile-menu {
    display: none;
} 

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #578897;
  color: #FFF;
  width: 1380px;
  padding: 16px 30px;
  margin: 40px auto;
  border-radius: 100px;
  gap: 120px;
  white-space: nowrap; 
}

 /* Linke & rechte Gruppen */
 .nav-section {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.navbar a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  line-height: normal;
}

.navbar a:hover, .navbar a.active {
color: #F7D971;
transition: color 0.2s ease-in-out;
}

.icon:hover {
  filter: brightness(0) saturate(100%) invert(92%) sepia(23%) saturate(749%) hue-rotate(7deg) brightness(103%) contrast(104%);
  transition: filter 0.2s ease-in-out;
}

/* Divider (Trennlinie zwischen Menüpunkten) */
.divider {
  width: 2px;
  height: 24px;
  background-color: #FFF;
  opacity: 0.9;
}

.logo img {
  height: 60px;
  width: auto; 
  display: block;
}

.icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); 
  margin-top: 3px;
}

a:hover,.icon:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

/* HERO Content */

.hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.hero-content {
  max-width: 700px;
  margin-top: 100px;
  margin-left: 30px;
}

.hero .lamp {
  position: absolute; 
  width: 80px;
  margin-top: -150px;
  margin-left: 650px;
}

.hero p {
  margin-top: 30px;
}

.hero-button {
  width: 364px;
  height: 72px;
  margin-top: 60px;
  display: block;
}

.hero-image {
  position: relative;
  margin-top: 40px; 
  margin-right: 30px;
}

.hero-photo {
  display: block;
  height: auto;
  width: auto;
  max-width: 500px; 
}

.circle-button {
  position: absolute;
  right: 25px;
  bottom: 18px;
  width: 100px;
  height: 100px;
  transform: translateY(15px);
}

 /* TRENNLINIE */
 .hero-line {
  display: block;
  width: 1440px;
  margin: 60px auto 0 auto;
}


  /* ------------------------------- */
  /* --------- LEISTUNGEN ---------- */
  /* ------------------------------- */

  .leistungen {
    margin-top: 120px;
    text-align: left;
  }

  .leistungen-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .leistungen-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .stars {
    width: 85px;
    height: auto;
  }

  .leistungen-container {
    max-width: 1380px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 8px;
    margin-left: 30px;
  }

  .leistung-box {
    position: relative;
    width: 446px;
    height: 600px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 36px 40px 36px;
    box-sizing: border-box;
  }

  .bg-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
  }
  
  .leistung-content {
    position: relative;
    z-index: 1;
  }

  .leistung-content h3 {
    text-align: center;
    margin-top: 0;
  }
  
  .leistung-content p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 70px;
  }

  .leistung-content ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  
  .leistung-content ul li {
    font-size: 16px;
    font-weight: 900;
    color: #383838;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  
  .leistung-content ul li img {
    width: 20px;
    height: 20px;
  }

  .preis {
    position: relative; 
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Comfortaa', sans-serif;
    margin-top: 124px;
  }

  .preis2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Comfortaa', sans-serif;
    margin-top: 154px;
  }
  
  .preis span {
    font-size: 22px;
    font-weight: 700;
    color: #444;
  }

  .preis2 span {
    font-size: 22px;
    font-weight: 700;
    color: #444;
  }
  
  .preis strong {
    font-size: 40px;
    font-weight: 400;
    color: #444;
  }

  .preis2 strong {
    font-size: 40px;
    font-weight: 400;
    color: #444;
  }
  
  .preis-icon {
    width: 30px;
    height: auto;
  }

  .btn-round {
    position: absolute;
    bottom: -15px;
    right: -35px;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 2;
  }
  
  .btn-round img {
    width: 100%;
    height: 100%;
  }

/* ------------------------------- */
/* ---------- FEEDBACK ----------- */
/* ------------------------------- */

.feedback {
  position: relative;
  margin-top: 300px;
}

.feedback-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.feedback-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rating-pic {
  position: absolute;
  top: -130px; 
  right: 170px;
  width: 278px;
  height: 313px;
  z-index: 5;
}

.feedback-shape {
  margin-top: 90px; 
  background-color: #578897;
  width: 100%;
  max-width: 1400px;
  height: 640px;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: visible; 
  z-index: 1;
}

.feedback-btn {
  width: 70px;
  height: 70px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 8; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-btn.left {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-btn.right {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-btn img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none; 
}

.feedback-viewport {
  width: calc(3 * 400px + 2 * 20px); 
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.feedback-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(.22,.9,.39,1);
  will-change: transform;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
}

.feedback-card {
  width: 400px;
  height: 560px;
  background: #f9f9f9;
  border-radius: 40px;
  position: relative;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 70px 30px 30px;
  overflow: visible; 
}

.kundenbild {
  position: absolute;
  top: 10px; 
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #f9f9f9;
  z-index: 5;
  overflow: visible;
} 

.feedback-card p {
  margin-top: 80px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.feedback-card .name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 16px;
  color: #333;
}

.feedback-card .quote {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 64px;
  height: 50px;
  object-fit: contain;
}

.feedback-viewport, .feedback-slider, .feedback-card { -webkit-tap-highlight-color: transparent; }

/* ------------------------------- */
/* --------- TRUSTPILOT ---------- */
/* ------------------------------- */

.trustpilot {
  max-width: 1440px;
  margin: 100px auto 0 auto;
}

.trustpilot img {
  display: block;
  margin: 0 auto;
}

/* ------------------------------- */
/* ----------- MARQUEE ----------- */
/* ------------------------------- */

.marquee-section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 90px auto 90px auto;
  height: 240px;
  overflow: hidden;
}

.marquee-row {
  position: absolute;
  left: 50%;
  width: 2000px;
  height: 80px;
  background-color: #578897;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform-origin: center;
}

.marquee-row.top {
  top: 70px;
  transform: translateX(-50%) rotate(-4deg);
  z-index: 2;
}

.marquee-row.bottom {
  bottom: 80px;
  transform: translateX(-50%) rotate(5deg);
  z-index: 1;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee-left 25s linear infinite;
}

.marquee-row.bottom .marquee-content {
  animation: marquee-right 25s linear infinite;
}

.marquee-content span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.marquee-content img {
  width: 26px;
  height: auto;
  margin: 0 20px;
  vertical-align: middle;
  display: inline-block;
}

/* Animationen */
@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}


/* ------------------------------- */
/* ----------- FOOTER ------------ */
/* ------------------------------- */

.site-footer {
  width: 1440px;
  height: 100px;
  margin: 0 auto;
  background-color: #444;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.footer-left p {
  font-size: 16px;
  font-weight: 500;
  margin: 10px auto 0 auto;
  text-transform: uppercase;
}

.footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer-center img {
  width: 40px;
  height: auto;
  display: block;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-right a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-right a:hover {
  opacity: 0.8;
}

/* ------------------------------------ */
/* --------- BILDBEARBEITUNG ---------- */
/* ------------------------------------ */



.bb-gallery {
  width: 1440px;
  margin: 120px auto 0 auto; 
}

.bb-gallery-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.beschreibung {
  max-width: 1380px;
  margin: 0 auto;
}


/* --- Slider Wrapper --- */

.bb-sliders {
  display: flex;
  max-width: 1380px;
  justify-content: space-between;
  margin: 60px auto 0 auto;
}

.ba-slider {
  position: relative;
  width: 450px;
  height: 576px;
  border-radius: 40px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.ba-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Nachher-Bild wird per Clip sichtbar gemacht */
.ba-after {
  clip-path: inset(0 50% 0 0); /* Anfang mittig */
}

/* Slider Griff mit Kreis */
.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #ffffff;
  cursor: ew-resize;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.ba-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.2);
  z-index: 5;
}

/* Pfeile im Kreis */
.ba-handle::after {
  content: "⇆";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-size: 20px;
  color: #444;
  font-weight: 600;
  z-index: 6;
}

.frei-row {
  max-width: 1380px;
  display: flex;
  gap: 20px;
  margin: 40px auto 0 auto;
}

.frei-img {
  border-radius: 40px;
  object-fit: cover;
}

.frei-img.small {
  width: 450px;
  height: auto;
}

.frei-img.large {
  width: 910px;
  height: auto;
}


/* ------------------------------- */
/* ----------- PREISE ------------ */
/* ------------------------------- */

.preise-mitte {
  text-align: center;
  font-size: 24px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 600;
  margin: 150px 0; /* 150px oben und unten */
  color: #567C8D;
}

.preise-tabs {
  max-width: 1200px;
  margin: 150px auto 0 auto;
  font-family: 'Comfortaa', sans-serif;
}

/* Tabs oben */
.tabs-header {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.preise-header {
color: #FFF;
}

.tab-btn {
  padding: 20px 32px;
  border: none;
  background: #cfe6ea;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.8;
  color: #FFF;
}

.tab-btn.active {
  background: #578897;
  color: #fff;
  opacity: 1;
}

/* Content */
.tabs-content {
  background: #578897;
  border-radius: 0 20px 20px 20px;
  padding: 40px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Cards */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.price-card {
  color: #fff;
}

.price-card ul li {
  line-height: 1.8;
}
.price-card ul li.last-type {
  margin-top: 30px;
}

.price {
  font-size: 40px;
  font-weight: 400;
  margin: 4px 0 20px;
}

.price span {
  font-size: 16px;
  font-weight: 700;
  color: #ffd971;
}

.price-card ul {
  list-style: none;
  padding: 0;
}

.price-card ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.price-card ul li img {
  margin-right: 10px;
  padding: 0;
}

.price-card ul li .last-type {
  font-size: 14px;
}

#print, #ux {
  color: #FFF;
}

/* ------------------------------- */
/* --------- UEBER MICH ---------- */
/* ------------------------------- */

.about {
  width: 1380px;
  margin: 120px auto 0 auto;
  color: #444;
}

.about-title {
  margin-bottom: -10px;
}

.about-sub {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #444;
}

.about-arrow {
  width: 34px;
  margin-top: -100px;
  margin-left: 770px;
  margin-bottom: 30px;
}

.about-top {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.about-photo {
  width: 690px;
  height: auto;
}

.about-text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  max-width: 970px;
}

/* Zwei Spalten */
.about-columns {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}

.about-columns .col {
  width: 50%;
}

.about-columns .col p {
  font-size: 20px;
  line-height: 1.6;
}

.tools {
  margin-left: 20px;
}
.tools img {
  width: 40px;
  margin-right: 8px;
  vertical-align: middle;
}

.about-mitte .stars {
  margin-left: 44%;
}

.about-mitte {
  width: 50%;
  margin: 150px auto;
}

.about-mitte p {
  font-size: 20px;
  line-height: 1.6;
}

/* ---------------------------------- */
/* --------- KONTAKT SEITE ---------- */
/* ---------------------------------- */

.kontakt {
  width: 100%;
  box-sizing: border-box;
}

.kontakt-inner {
  width: 1440px;
  margin: 150px auto 0 auto;
  display: grid;
  grid-template-columns: 520px 400px 520px;
  column-gap: 0;
  position: relative;
  align-items: start;
}

.kontakt-left {
  position: relative;
  padding-left: 30px;
  min-height: 1px;
}

.suchst-du {
  font-size: 50px;
  font-weight: 700;
  color: #444;
  margin: -50px 0 0 0; 
  line-height: 1.2;
}

.kontakt-left .arrow1 {
  position: absolute;
  top: -10px;
  right: 80px;
  height: 100px;
  z-index: 6;
  pointer-events: none;
}

.support {
  font-size: 30px;
  font-weight: 700;
  color: #444;
  margin: 130px 0 0 0;
  line-height: 1.3;
}

.kontakt-left .arrow2 {
  position: absolute;
  height: 170px;
  top: calc(120px + 130px + 20px);
  left: 205px;
  z-index: 5;
  pointer-events: none;
}

.kontakt-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.me-kontakt {
  height: 500px;
  width: auto;
  object-fit: cover;
  display: block;
  z-index: 4;
  margin-top: 0;
}

.kontakt-right {
  position: relative;
  padding-left: 50px;
  min-height: 1px;
}

.creative {
  font-size: 30px;
  font-weight: 700;
  color: #444;
  margin: -50px 0 0 40px;
  line-height: 1.3;
}

.kontakt-right .arrow3 {
  position: absolute;
  left: 160px;
  top: calc(120px + 40px);
  height: 130px;
  z-index: 5;
  pointer-events: none;
}

.fresh {
  font-size: 30px;
  font-weight: 700;
  color: #444;
  margin-top: calc(40px + 155px + 70px - 0px); 
  line-height: 1.3;
  margin-left: -50px;
}

.kontakt-info {
  width: 972px;
  height: 400px;
  background-color: #F7D971;
  margin: 0 auto 200px auto; 
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.kontakt-info p { 
  margin: 0 0 30px 0; 
}

.kontakt-info strong {
   color: #578897; 
  }
.kontakt-info .email { 
  font-size: 30px; 
  font-weight: 700; 
  margin-top: 70px;
  text-align: center;
}

/* ------------------------------- */
/* --------- IMPRESSUM ----------- */
/* ------------------------------- */

.impressum {
  width: 1440px;
  margin: 120px auto 400px auto;
  padding: 0 30px 0 30px;
}

.impressum h2 {
  margin-top: 60px;
}

.impressum .h3 {
  font-size: 20px;
  font-weight: 700;
}

.impressum p {
  font-size: 16px;
  line-height: 1.6;
}

.impressum p .smalltext {
  font-size: 16px;
  margin-bottom: 200px;
}

/* ------------------------------- */
/* ------------ BLOG ------------- */
/* ------------------------------- */

.blog-accordion {
  width: 1440px;
  box-sizing: border-box;
  margin: 120px auto 0 auto;
}

.blog-accordion h2 {
  margin-bottom: 40px;
}

.accordion-item {
  max-width: 1380px;
  margin: 0 auto;
}
accordion-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #F7D971;
}

.accordion-header {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #333;

  transition: .3s;
}

.accordion-header:hover {
  color: #578897;
}
.accordion-header.active {
  color: #578897;
}

.accordion-content {
  display: none;
  padding-bottom: 25px;
  animation: fadeIn .3s ease;
}

.accordion-content.active {
  display: block;
}

.accordion-content p {
  line-height: 1.8;
  margin-bottom: 25px;
}

.close-btn {
  background: #578897;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.close-btn:hover {
  opacity: .9;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-8px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}



/* -------------------------------------------------- */
/*                 MOBILE NAVIGATION                  */
/* -------------------------------------------------- */

@media (max-width: 800px) {

  * { box-sizing: border-box; }

.navbar, .hero, .leistungen-inner, .feedback-inner,
.kontakt-inner, .bb-hero, .bb-gallery, .about, .preise, .impressum {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
}

.marquee-section, .site-footer {
  width: 100%;
}

  /* Desktop-Navigation ausblenden */
  .navbar {
      display: none !important;
  }

  /* Mobile Navbar Container */
  .mobile-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #578897;
    z-index: 1200;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mobile-logo img { 
    height: 40px; 
    width: auto; 
    display:block; 
  }

  .hamburger {
    width: 44px;
    height: 32px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1300;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 3px;
  }

  /* Overlay menu (initial hidden) */
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px; /* Platz für Mobile Nav */
    position: fixed;
    inset: 0; /* top:0; bottom:0; left:0; right:0; */
    background: #578897;
    z-index: 1250;
    visibility: hidden;
    opacity: 0;
    transition: opacity .28s ease, visibility .28s ease;
    box-sizing: border-box;
  }

  /* When active — show overlay */
  .mobile-menu.active {
    visibility: visible;
    opacity: 1;
  }

  .mobile-menu .close-btn {
    position: absolute;
    top: 22px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  .mobile-menu-links a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 8px 20px;
  }

  /* active link on mobile (yellow) */
  .mobile-menu-links a.active {
    color: #F7D971;
  }

  .mobile-socials {
    display: flex;
    gap: 30px;
    margin-top: 36px;
  }
  .mobile-socials img {
    width: 34px;
    height: 34px;
    filter: brightness(0) invert(1);
    display:block;
  }

  /* Prevent desktop layout shift — body padding only on mobile */
  body { box-sizing: border-box; }

  /* Ensure no horizontal scroll */
  html, body { overflow-x: hidden; }


  body, html {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

h1 {
  max-width: 300px;
  font-size: 34px; 
  margin-top: 60px;
}

h2 {
width: 340px;
font-family: 'Comfortaa', sans-serif;
font-size: 28px;
font-weight: 600;
line-height: 1.2;
color: #578897;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
}

.hero {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 60px auto 0 auto;
  padding-bottom: 10px
}

.hero-content {
  margin: 0 auto;
  padding: 0 12px;
}

.hero .lamp {
  display: none;
}


.hero p { 
  font-size: 16px; 
  line-height: 1.8;
  margin-top: 30px;
}

.hero-button { 
  width: 100%; 
  max-width: 280px; 
  margin: 44px auto 0 auto; 
}

.hero-image {
  position: relative;
  width: 300px;
  margin: 70px auto 0 auto; 
}

.hero-photo {
  display: block;
  border-radius: 24px;
  height: auto;
  width: 100%;
  max-width: 300px; 
}

.circle-button {
  position: absolute;
  right: 15px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  transform: translateY(15px);
}

/* TRENNLINIE */
.hero-line {
  display: none;
}

/* ------------------------------- */
/* --------- LEISTUNGEN ---------- */
/* ------------------------------- */

.leistungen {
  margin-top: 200px;
  text-align: left;
  margin: 100px auto 0 auto;
}

.leistungen-inner {
  box-sizing: border-box;
}

.leistungen-header {
  display: flex;
  gap: 10px;
  margin: 0 auto;
}

.stars {
  display: none;
}

.leistungen-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 30px auto 0 auto;
  padding: 0;
}

.leistung-box {
  margin: 0 auto;
  width: 300px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.bg-shape {
  position: absolute;
  inset: 0;
  width: 300px;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}

.leistung-content {
  position: relative;
  z-index: 1;
}

.leistung-content h3 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 22px;
  color: #444;
  text-align: center;
  margin-top: 10px;
}

.leistung-content p {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  line-height: 180%;
  margin-top: 20px;
}

.leistung-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.leistung-content ul li {
  font-size: 12px;
  font-weight: 700;
  color: #383838;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.leistung-content ul li img {
  width: 16px;
  height: 16px;
}

.preis {
  position: relative; 
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Comfortaa', sans-serif;
  margin-top: 56px;
}

.preis2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Comfortaa', sans-serif;
  margin-top: 80px;
}

.preis span {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
}

.preis2 span {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
}

.preis strong {
  font-size: 24px;
  font-weight: 500;
  color: #383838;
}

.preis2 strong {
  font-size: 24px;
  font-weight: 500;
  color: #383838;
}

.preis-icon {
  width: 20px;
  height: auto;
}

.btn-round {
  position: absolute;
  bottom: -20px;
  right: -16px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.btn-round img {
  width: 100%;
  height: 100%;
}



/* ------------------------------- */
/* ---------- FEEDBACK ----------- */
/* ------------------------------- */

.feedback {
  width: 100%;
  position: relative;
  margin: 120px auto 0 auto;
}

.feedback-inner {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.feedback-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.feedback-shape {
  padding: 10px;
  width: 300px;
  height: auto;
  border-radius: 24px;
  margin: 200px auto 0 auto;
}

.feedback-viewport {
 width: 280px;
 overflow: hidden;
}

.feedback-slider {
  display: flex;
  width: 280px;
}

.kundenbild { 
  width: 70px; 
  height: 70px; 
  top: 12px; 
}

.feedback-card {
  width: 280px;
  height: 640px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 60px 10px 10px 10px;
}

.feedback-card p {
  margin: 50px 30px 10px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #383838;
}

.feedback-card .quote {
  position: absolute;
  right: 13px;
  bottom: 25px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.feedback-card .name {
  position: absolute;
  margin: 24px 0 0 0;
  bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #383838;
}

.feedback-btn {
  width: 46px;
  height: 46px;
  padding: 2px;
}

.feedback-btn.left { 
  left: 0; 
  top: 44%;
  transform: none; 
}

.feedback-btn.right { 
  right: 0; 
  top: 44%;
  transform: none; 
}

.rating-pic {
  position: absolute;
  top: 109px; 
  right: 50px;
  width: 140px;
  height: auto;
  z-index: 5;
}

.feedback-header .stars {
  display: none;
}


/* ------------------------------- */
/* ----------- MARQUEE ----------- */
/* ------------------------------- */

.marquee-section {
 margin: 20px auto 20px auto;
 height: 240px;
}

.marquee-row {
  left: 50%;
  width: auto;
  height: 60px;
}
.marquee-row.top {
  top: 40px;
  transform: translateX(-50%) rotate(-4deg);
  z-index: 2;
}

.marquee-content span {
  font-size: 14px;
  font-weight: 700;
}

/* ------------------------------- */
/* ----------- FOOTER ------------ */
/* ------------------------------- */

.site-footer {
  width: 100%;
  height: 100px;
  border-radius: 0;
  display: flex;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer-left {
  margin-left: 15px;
}
.footer-left p {
  font-size: 10px;
  font-weight: 500;
  margin: 0 auto;
  text-transform: uppercase;
}

.footer-center {
display: none;
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
}

.footer-right a {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ------------------------------- */
/* ------------ BLOG ------------- */
/* ------------------------------- */

.blog-accordion {
  width: 360px;
  box-sizing: border-box;
  margin: 120px auto 0 auto;
}

.blog-accordion h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

accordion-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #F7D971;
}

.accordion-item {
  max-width: 340px;
}

.accordion-header {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #333;

  transition: .3s;
}

.accordion-header.active {
  color: #578897;
}

.accordion-content {
  display: none;
  padding-bottom: 25px;
  animation: fadeIn .3s ease;
}

.accordion-content.active {
  display: block;
}

.accordion-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* ------------------------------------ */
/* --------- BILDBEARBEITUNG ---------- */
/* ------------------------------------ */

.beschreibung {
  max-width: 320px;
  margin: 0 auto;
}
#bb-hero img {
  width: 300px;
  height: auto;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}

.bb-gallery {
  margin: 120px auto 0 auto; 
}
.bb-gallery-header {
  width: 100%;
}

.bb-sliders {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  width: 300px;
  padding: 0;
  justify-content: center;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
}

.ba-slider {
  width: 300px;
  height: 500px;
  border-radius: 40px;
  overflow: hidden;
  cursor: grab;
  margin: 0 auto;
  box-sizing: border-box;
}

.ba-img {
  position: absolute;
  width: 300px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;

}

.frei-row {
  display: flex;
  flex-direction: column;
  width: 320px;
  gap: 30px;
  margin: 30px auto 0 auto;
}

.frei-img {
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto;
}

.frei-img.small {
  width: 300px;
  height: 368px;
  margin: 0 auto;
}

.frei-img.large {
  width: 300px;
  height: 178px;
  margin: 0 auto;
}


/* ------------------------------- */
/* --------- UEBER MICH ---------- */
/* ------------------------------- */

.about {
  width: 360px;
  margin: 120px auto 0 auto;
  color: #444;
  font-family: 'Comfortaa', sans-serif;
}

.about-title {
  font-size: 32px;
  width: 360px;
  margin-left: 10px;
}
.about-sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 10px;
  margin-bottom: 50px;
  color: #333;
}

.about-arrow {
display: none;
}

.about-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;

}

.about-photo {
  width: 340px;
  height: auto;
  margin: 0 auto;
}

.about-text {
  margin: 20px auto 0 auto;
  font-size: 18px;
  line-height: 1.6;
  max-width: 340px;
}

.about-columns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  max-width: 340px;
  margin: 0 auto;
}

.about-columns .col {
  width: 100%;
  max-width: 340px;
}

.about-columns .col p {
  font-size: 18px;
  line-height: 1.6;
}

.tools {
  margin-left: 6px;
}
.tools img {
  width: 28px;
  margin-right: 2px;
  vertical-align: middle;
}

.about-mitte .stars {
  width: 50px;
  display: flex;
  margin: 0 auto;
}

.about-mitte {
  width: 100%;
  margin: 90px auto;
  max-width: 340px;
}

.about-mitte p {
  font-size: 18px;
  line-height: 1.6;
}

/* ------------------------------- */
/* -------- PRINT DESIGN --------- */
/* ------------------------------- */

#cover img {
  width: 300px;
  height: auto;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}
/* ------------------------------- */
/* ----------- PREISE ------------ */
/* ------------------------------- */

.preise {
  width: 100%;
  margin: 120px auto 0 auto;
}
.preise-header h1 {
  margin-left: 10px;
}
.preise-text {
  width: 340px;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Comfortaa', sans-serif;
  margin: 20px auto 0 10px;
}

.preise-text.small {
  margin-bottom: 100px;
}

.preise-line {
display: none;
}

/* Mittlerer Text "Inhalt folgt…" */
.preise-mitte {
  text-align: center;
  font-size: 24px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 600;
  margin: 150px 0; 
  color: #567C8D;
}

/* ---------------------------------- */
/* --------- KONTAKT SEITE ---------- */
/* ---------------------------------- */

.kontakt {
  width: 100%;
  box-sizing: border-box;
}

.kontakt-inner {
  width: 360px;
  margin: 120px auto 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: start;
}

.kontakt-left {
  position: relative;
  padding: 0;
  min-height: 1px;
}

.suchst-du {
  font-size: 34px;
  font-weight: 700;
  color: #444;
  margin: 30px auto 0 auto; 
  line-height: 1.2;
}

.kontakt-left .arrow1 {
  position: absolute;
  top: 60px;
  left: 90%;
  right: 70px;
  height: 80px;
  z-index: 6;
  pointer-events: none;
}

.support {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 70px 0 0 15px;
  line-height: 1.2;
}

.kontakt-left .arrow2 {
  position: absolute;
  height: 100px;
  top: 600px;
  left: 25px;
  z-index: 5;
  pointer-events: none;
}

.kontakt-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.me-kontakt {
  height: auto;
  width: 340px;
  object-fit: cover;
  display: block;
  z-index: 4;
  margin-top: 0;
}

.kontakt-right {
  position: relative;
  padding-left: 50px;
  min-height: 1px;
}

.kontakt-right .creative {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 30px 0 0 65px;
  line-height: 1.2;
}

.kontakt-right .arrow3 {
  position: absolute;
  left: 180px;
  top: 150px;
  height: 95px;
  z-index: 5;
  pointer-events: none;
}

.fresh {
  width: 340px;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 150px auto 0 -20px; 
  line-height: 1.2;
  padding: 0;
  
}

.kontakt-info {
  width: 340px;
  height: 600px;
  background-color: #F7D971;
  margin: 50px auto 90px auto; 
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.kontakt-info p { 
  margin: 0 0 30px 0; 
}

.kontakt-info strong {
   color: #578897; 
  }
.kontakt-info .email { 
  font-size: 16px; 
  font-weight: 700; 
  margin-top: 40px;
  text-align: center;
}


/* ------------------------------- */
/* --------- IMPRESSUM ----------- */
/* ------------------------------- */

.impressum {
  width: 360px;
  margin: 120px auto 90px auto;
  padding: 0 10px 0 10px;
}

.impressum h1 {
  font-size: 24px;
  color: #444;
}

.impressum h2 {
  font-size: 20px;
  margin-top: 90px;
  text-align: left;
}

.impressum .h3 {
  font-size: 18px;
  font-weight: 700;
}

.impressum p {
  font-size: 16px;
  line-height: 1.6;
}

.impressum .smalltext {
  font-size: 14px;
}



/* PREISLISTE */

.preise-tabs {
  width: 100%;
  max-width: 340px;
  margin: 100px auto 0 auto;
  padding: 0;
}

/* Tabs oben */
.tabs-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.tab-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  border-radius: 12px;
  text-align: center;
}

/* Aktiver Tab */
.tab-btn.active {
  background: #578897;
}

/* Content Box */
.tabs-content {
  padding: 20px;
  border-radius: 16px;
}

/* Grid → untereinander */
.price-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Card */
.price-card {
  width: 100%;
}

/* Titel */
.preise-header {
  font-size: 24px;
  text-align: left;
}

/* Preis */
.price {
  font-size: 28px;
  margin-bottom: 15px;
}

.price span {
  font-size: 16px;
}

/* Liste */
.price-card ul li {
  font-size: 16px;
  line-height: 1.6;
}

/* Check Icons kleiner */
.price-card ul li img {
  width: 16px;
}

/* Hinweis unten */
.price-card ul li.last-type {
  font-size: 14px;
  margin-top: 20px;
}
} 