/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* --- BASIS-STYLING & VARIABLEN --- */
:root {
  --color-primary: #1d4a3e; /* Edles Waldgrün aus dem Flyer */
  --color-accent: #c5a059; /* Sanftes Gold */
  --color-accent-light: #eadcb9; /* Helles Gold für Hover-Effekte */
  --color-bg: #fdfbf7; /* Warmer, sauberer Cremeton */
  --color-bg-alt: #f4efe6; /* Etwas dunklerer Ton für Sektionswechsel */
  --color-text: #333333; /* Dunkelgrau für optimale Lesbarkeit */
  --color-text-muted: #555555;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --transition-smooth: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-size: 1rem; /* 16px */
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}

/* --- LAYOUT COMPONENTEN --- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.grid-2 {
  display: block;
}

@media (min-width: 768px) {
  .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }
}

.grid-3 {
  display: block;
}

@media (min-width: 768px) {
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    align-items: center;
  }
}

/* --- TYPOGRAFIE & BUTTONS (ALLE RUNDUNGEN ENTFERNT) --- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  margin-bottom: 1rem;
  font-weight: 600;
}

h1 {
  font-size: 2.3rem;
  line-height: 1.2;
}
h2 {
  font-size: 2.1rem;
  position: relative;
  padding-bottom: 15px;
}
h3 {
  font-size: 1.5rem;
  color: var(--color-primary);
}

.hero-title-large {
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: var(--color-primary);
}

/* Erhöhte Textgröße im Header & Desktop Anpassungen */
@media (min-width: 992px) {
  .nav-links a {
    font-size: 1.15rem;
    padding: 8px 0;
  }
  .hero-title-large {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.section-badge {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 10px;
}

.section-desc {
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: var(--color-text-muted);
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0px; /* Keinerlei Abrundung */
  transition: var(--transition-smooth);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: var(--color-primary);
  color: #ffffff;
}

.btn-primary:hover {
  background-color: var(--color-accent);
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
  margin-left: 15px;
}

.btn-secondary:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* --- LOGOS OPTIMIERT OHNE HINTERGRUND --- */
.logo-clean,
.footer-logo-clean {
  mix-blend-mode: multiply;
  display: block;
}

/* --- SCHNELLE KONTAKTBAR GANZ OBEN --- */
.quick-contact-bar {
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 0.85rem;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-accent);
}

.quick-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-contact-bar a {
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.quick-contact-bar a:hover {
  color: var(--color-accent-light);
}

/* --- HEADER & NAVIGATION --- */
.main-header {
  background-color: rgba(253, 251, 247, 0.95);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 55px;
  width: auto;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
  padding: 5px 0;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  transition: var(--transition-smooth);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a:hover {
  color: var(--color-accent);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  transition: var(--transition-smooth);
}

/* --- HERO-IMAGE-ONLY SECTION (REINES BILD IM FOKUS) --- */
.hero-image-only {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh; /* Reines Fokubild ohne störende Elemente */
  width: 100%;
}

/* --- EXTRA INFOTEXT-BEREICH UNTER DEM BILD --- */
.hero-info-intro {
  padding: 80px 0;
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-bg-alt);
}

.hero-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--color-text-muted);
}

/* Vertikaler Text-Slider */
.text-slider-container {
  overflow: hidden;
  height: 40px;
  margin-bottom: 25px;
  position: relative;
}

.slider-track {
  display: flex;
  flex-direction: column;
  animation: slideTextAnimation 10s infinite ease-in-out;
}

.slide-text {
  height: 40px;
  line-height: 40px;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--color-accent);
  white-space: nowrap;
}

@media all and (max-width: 991px) {
  .responisve-special {
    font-size: 1rem;
    line-height: 20px;
    white-space: wrap;
  }
}

@keyframes slideTextAnimation {
  0%,
  25% {
    transform: translateY(0);
  }
  33%,
  58% {
    transform: translateY(-40px);
  }
  66%,
  91% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}

/* --- ABOUT SECTION (ECKIGER DOPPELRAHMEN) --- */
.about-section {
  padding: 100px 0;
}

.about-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modern-square-frame {
  position: relative;
  background-color: #ffffff;
  padding: 0;

}


.img-portrait-flat {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  object-fit: cover;
}

.highlight-text {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.promo-text-block {
  background-color: var(--color-bg-alt);
  padding: 15px 20px;
  border-radius: 0px; /* Absolut eckig */
  border-left: 3px solid var(--color-primary);
  margin: 20px 0;
}

.about-text p {
  margin-bottom: 15px;
}

/* --- LEISTUNGEN (ECKIGE KARTEN) --- */
.services-section {
  padding: 90px 0;
  background-color: var(--color-bg-alt);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 0px; /* Absolut eckig */
  /*text-align: center;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  transition: var(--transition-smooth);
  border-bottom: 3px solid transparent;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
  border-color: var(--color-accent);
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: inline-block;
}

/* --- VORTEILE (ECKIGE INFOBOX) --- */
.benefits-section {
  padding: 90px 0;
}

.benefits-list {
  list-style: none;
  margin-top: 20px;
}

.benefits-list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.benefits-list li span {
  color: var(--color-accent);
  font-weight: bold;
}

.benefits-box {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 0px; /* Absolut eckig */
  box-shadow: 0 10px 30px rgba(29, 74, 62, 0.2);
}

.benefits-box p {
  color: #ffffff;
}

.quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--color-accent-light) !important;
}

.divider {
  color: var(--color-accent);
  margin: 20px 0;
  letter-spacing: 5px;
}

/* --- KONTAKT & FORMULAR (ALLEN ELEMENTEN RUNDUNGEN ENTFERNT) --- */
.contact-section {
  padding: 90px 0;
  background-color: var(--color-bg-alt);
}

.contact-info {
  padding-right: 20px;
}

.contact-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.info-icon {
  font-size: 1.5rem;
  color: var(--color-accent);
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px; /* Absolut eckig */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.info-item h4 {
  font-size: 1rem;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-muted);
}

.info-item a {
  color: var(--color-text);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.info-item a:hover {
  color: var(--color-accent);
}

.contact-form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 0px; /* Absolut eckig */
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dddddd;
  background-color: var(--color-bg);
  border-radius: 0px; /* Absolut eckig */
  font-family: var(--font-body);
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(197, 160, 89, 0.2);
}

.btn-block {
  width: 100%;
}

/* --- FOOTER --- */
.main-footer {
  background-image: url("../media/Kreatives-Footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 60px 0 30px 0;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.footer-logo-clean {
  height: 80px;
  width: auto;
}

.footer-quote {
  font-family: var(--font-heading);
  font-style: italic;
  color: black;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.85rem;
  color: black;
}

.footer-bottom a {
  color: black;
  text-decoration: none;
  margin: 0 10px;
}

.footer-bottom a:hover {
  color: var(--color-accent-light);
}

/* --- GENERISCHE TIMING ANIMATIONEN --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* --- RESPONSIVE / MOBIL --- */
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }

  .hero-image-only {
    height: 35vh;
  }
  .hero-info-intro {
    padding: 40px 0;
  }

  .btn-secondary {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
  .hero-cta .btn {
    width: 100%;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-bg);
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    gap: 15px;
    text-align: center;
    display: none;
    border-radius: 0px;
  }

  .nav-links.open {
    display: flex;
  }

  .about-image-container {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .benefits-box {
    margin-top: 40px;
  }
  .contact-form {
    padding: 25px;
    margin-top: 30px;
  }
}

svg{
  width: 30px;
  height: auto;
}