html, body {
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  background: url("https://www.kampfumanurin.de/landingpage/assets/bg.jpg") no-repeat center top #514255;
  background-attachment: fixed;
  color: #fff;
  line-height: 1.6;
  font-size: 1.1em;
}
header {
  color: white;
  padding: 2rem 2rem 1rem 2rem;
  text-align: center;
}
header p {
  font-size: 1.5em;
  margin: 1em 0;
}
.header-buy-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.4em 1em;
  background-color: #e29b4b;
  color: white;
  font-size: 1em;
  border-radius: 4px;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.header-buy-btn:hover {
  background-color: #8b6f47;
}
@media (min-width:769px) {
    .mobile-li {
        display: none;
    }
}
@media (max-width: 768px) {
  .header-buy-btn {
    display: none;
  }
}
.logo {
  width: 20%;
  height: auto;
}
/* Hamburger-Button */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2em;
  color: white;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1001;
  cursor: pointer;
}
/* Mobile Navigation */
.mobile-nav {
  display: block;
}
nav {
  background-color: rgba(49, 37, 51, 0.5); /* sanftes Beige, halbtransparent */
  padding: 1em;
  border-radius: 8px;
  max-width: 1000px;
  margin: 1em auto;
  font-size: 1.2em;
  line-height: 1.2em;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
nav a {
  text-decoration: none;
  color: #fff;
}
nav a:hover {
  color: #1a768d;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
h1, h2 {
  font-weight: normal;
  font-size: 1.7em;
  font-family: 'Cinzel', serif;
  margin: 0 0 .5em;
}
h3 {
  font-size: 1.3em;
  margin: 0 0 .6em 0;
}
a {
  color: #e77509;
}
p {
  margin: .5em 0;
}
.desktop-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 2em;
  width: 100%;
  flex-wrap: wrap;
}
.book-covers img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
  max-width: 300px;
}
.button-group {
  display: flex;
  gap: 1em;
  margin-top: .5em;
  flex-wrap: wrap;
}
.button-group .btn-small {
  background-color: #e87c3d;
  color: white;
  padding: 0.5em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
  font-weight: bold;
}
.button-group .btn-small:first-of-type {
  background-color: #1a768d;
}
.button-group .btn-small:nth-of-type(3) {
  background-color: #6a354f;
}
.button-group .btn-small:hover {
  background-color: #cc6a2f;
}
.button-group .btn-small:nth-of-type(2):hover {
  background-color: #1a768d;
}
.intro-text {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.6;
}
.btn-small {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 0.9em;
  background-color: #e87c3d; /* warmes Orange */
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-family: inherit;
  transition: background-color 0.3s ease;
}
.btn-small:hover {
  background-color: #cc6a2f;
}
.parchment-box {
  background-image: url('../einstieg/assets/Textur.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid #ccbfa3;
  padding: 2em 1em 2em 2em;
  margin: 2em auto;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 700px;
  color: #4b3621;
}
.teaser-row {
  display: flex;
  flex-direction: row; /* wichtig: stellt sicher, dass die Items nebeneinander liegen */
  flex-wrap: nowrap; /* verhindert Umbruch */
  justify-content: space-between;
  align-items: center;
}
.teaser-left {
  flex: 1 1 60%;
}
.teaser-right {
  flex: 1 1 35%;
  text-align: center;
}
.teaser-right img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.hero-content h1 {
  font-family: 'Cinzel', serif;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.slogan {
  font-style: italic;
  font-size: 1.2em;
  color: #5a4730;
  margin-bottom: 1em;
}
.btn {
  background-color: #5a3e2b;
  color: #fff;
  padding: 0.6em 1.2em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2em;
}
.btn:hover {
  background-color: #8b6f47;
  color: #5a3e2b;
}
.teaser-text h2 {
  margin-top: 1em;
  font-size: 1.4em;
}
.teaser-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.1em;
}
.teaser-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.teaser-list li:last-of-type {
  margin-bottom: 0;
}
.teaser-list li::before {
  content: attr(data-icon);
  margin-right: 0.5em;
  font-size: 1.2em;
  line-height: 1.2;
}
.teaser-list li span {
  display: block;
  line-height: 1.4;
}
.feedback {
  width: 100%;
  margin: 4em auto 2em auto;
  padding: 0 1em;
}
.feedback h2 {
  text-align: center;
  color: #fff;
  font-size: 2em;
}
.quote-box {
  border-left: 4px solid #e87c3d; /* orangefarbener Rand */
  background-color: #fff9f4;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quote-box p {
  margin: 0;
  font-style: italic;
  color: #2d1f0b;
  font-size: 1.1em;
  line-height: 1.6;
}
.button-container {
  text-align: center;
  margin-bottom: 2em;
}
.btn-small.orange {
  background-color: #e29b4b;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.btn-small.orange:hover {
  background-color: #cc893f;
}
.age-note {
  background-color: rgba(244, 236, 216, 0.8); /* halbtransparentes Pergament */
  border-left: 4px solid #e29b4b;
  padding: 2em;
  margin: 2em auto;
  font-size: 1.1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #5c3d23;
  width: 100%;
  max-width: 800px;
}
.age-note h2 {
  margin-top: 0;
  color: #5c3d23;
  font-size: 1.8em;
  font-family: 'Cinzel', serif;
}
.age-note em {
  font-style: italic;
}
.age-note blockquote {
  margin-top: 1.5em;
  margin-left: 0;
  padding-left: 1em;
  border-left: 3px solid #a97c50;
  color: #4b3621;
  font-style: italic;
}
.age-note .quote-source {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #7d5a38;
}
.event-box {
  margin: 3em auto;
  max-width: 600px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(5, 5, 5, 0.2);
  text-align: center;
  padding: 1em;
}
.event-box h2 {
  color: #fff;
  font-size: 1.5em;
  font-family: 'Cinzel', serif;
}
.event-box .event-title {
  font-size: 1.3em;
  color: #ffefcf;
  margin: 0.5em 0 0.2em;
}
.event-box time {
  font-weight: bold;
  color: #ffe4b3;
}
.event-box em {
  font-style: italic;
  color: #fffde8;
}
.btn-small-2 {
  display: inline-block;
  margin-top: 1.2em;
  background-color: #e29b4b;
  color: #fff;
  padding: 0.5em 1.2em;
  font-size: 1em;
  font-family: 'Cinzel', serif;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s ease;
}
.btn-small-3 {
  display: inline-block;
  margin-top: .2em;
  color: #fff;
  padding: 0.5em 1.2em;
  font-size: 1em;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s ease;
  border: 1px solid #fff;
}
.btn-small-2:hover {
  background-color: #d08a3c;
}
.btn-small-3:hover {
  background-color: #d08a3c;
}
.book-series {
  text-align: center;
  padding: 3em 1em;
  background-color: rgba(255, 255, 255, 0.05); /* leicht abgesetzt */
  margin-top: 3em;
  color: #fff;
}
.book-series h2 {
  font-family: 'Cinzel', serif;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.series-intro {
  font-size: 1.1em;
  margin-bottom: 2em;
}
.series-covers {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.series-covers img {
  width: 150px;
  max-width: 100%;
  border-radius: 4px;
}
.band4-placeholder {
  width: 150px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #e29b4b;
  font-family: 'Cinzel', serif;
  text-align: center;
  border: 1px dashed #e29b4b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 1em;
}
.band4-placeholder .coming {
  font-size: 0.9em;
  font-style: italic;
  color: #fff3e0;
}
.footer-line {
  border: none;
  border-top: 1px solid #d08a3c;
  margin: 3em auto 1.5em;
  max-width: 50em;
}
.site-footer {
  text-align: center;
  font-size: 0.9em;
  color: #d08a3c;
  margin-bottom: 2em;
}
.site-footer a {
  color: #fff;
  text-decoration: underline;
  margin: 0 0.5em;
}
.site-footer a:hover {
  color: #a97c50;
}
.site-footer .copyright {
  margin-top: 0.8em;
  color: #fff;
}
.site-footer .social-icons {
  margin: 1em 0;
}
.site-footer .social-icons a {
  color: #fff;
  margin: 0 0.6em;
  font-size: 1.4em;
  transition: color 0.3s ease;
}
.site-footer .social-icons a:hover {
  color: #a97c50;
}
@media (max-width: 768px) {
  p {
    font-size: 1.2em;
  }
  footer p {
    font-size: 1.5em;
  }
  header p {
    margin: 1em 0;
    font-size: 1.6em;
  }
  .social-icons {
    display: flex;
    justify-content: space-between;
  }
  li {
    font-size: 1.4em;
  }
  .logo {
    width: 50%;
    max-width: 300px;
  }
  .desktop-intro, .teaser-row {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .teaser-row {
    padding: .5em;
  }
  .desktop-intro {
    margin-top: 1em;
    padding: 1em;
  }
  .book-covers img {
    max-width: 80%;
    height: auto;
  }
  .nav-toggle {
    display: block;
  }
  nav.mobile-nav ul {
    display: none;
    flex-direction: column;
    background-color: rgba(49, 37, 51, 0.9);
    position: absolute;
    top: 5.5rem;
    right: 1rem;
    left: 1rem;
    padding: 1rem;
    border-radius: 8px;
    z-index: 1000;
  }
  nav.mobile-nav ul.open {
    display: flex;
  }
  nav.mobile-nav ul li {
    margin: 0.5em 0;
    text-align: center;
    font-size: 1.3em;
  }
  nav {
    background: none;
    padding: 0;
    margin: 0;
  }
  nav ul {
    flex-direction: column;
    gap: 0;
  }
  .button-group {
    justify-content: center;
    text-align: center;
    margin-top: 0;
  }
  .teaser-left, .teaser-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .age-note h2 {
    font-size: 1.5em;
  }
  .btn-small, .btn-small.orange {
    font-size: 1em;
    padding: 0.5em 1em;
  }
  .btn {
    font-size: 1.4em;
    padding: 0.5em 1em;
  }
  .site-footer {
    font-size: 0.8em;
  }
  .parchment-box, .event-box, .age-note, .feedback {
    padding: 1em;
    margin: 1em auto;
  }
  .teaser-row {
    flex-direction: column;
    align-items: center;
  }
  .teaser-right {
    margin-top: 1em;
  }
  .teaser-left {
    text-align: center;
  }
}
.btn-prominent {
  background-color: #e29b4b;
  color: #fff;
  font-weight: bold;
  padding: 0.7em 1.5em;
  font-size: 1.1em;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-prominent:hover {
  background-color: #cc893f;
}
/* ------------------------ Bücher ---------------------- */
.book-actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 1em;
}
.book-actions .btn-small {
  background-color: #5a3e2b;
  color: white;
  padding: 0.4em 1em;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9em;
}
.book-actions .btn-small.orange {
  background-color: #e29b4b;
}
.book-actions .btn-small:hover {
  background-color: #8b6f47;
  color: #fff;
}
.book-listing {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0 1em;
}
.book {
  display: flex;
  gap: 2em;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5em;
  border-top-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  margin-top: 2em;
}
.book:first-of-type {
  margin-top: 0;
}
.book img {
  max-width: 160px;
  height: auto;
}
.book-info {
  flex: 1;
}
.book-info h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
.book-info p {
  margin-bottom: 1em;
  line-height: 1.6;
  color: #eee;
}
.klappentext {
  padding: 1em;
  border-left: 3px solid #e29b4b;
  border-radius: 0 0 6px 6px;
}
.klappentext-band2 {
	background-color: rgba(98, 57, 32, 0.3)!important;
}
.klappentext-band3 {
  background-color: rgba(79, 23, 58, 0.3) !important;
}
.klappentext-band1 {
  background-color: rgba(26, 118, 141, 0.3)!important;
}
.klappentext h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.2em;
  color: #e29b4b;
  margin-bottom: 0.5em;
}
.book-row {
  display: flex;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0.5em auto;
  max-width: 100%;
  padding: 0 1em;
}
.book-text {
  flex: 1 1 50%;
  min-width: 300px;
  color: #fff;
}
.book-text h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.8em;
  margin-bottom: 0.8em;
  color: #e77509;
}
.book-text .pitch {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
.book-text .zielgruppe {
  font-size: 1em;
  line-height: 1.5;
  color: #ccc;
}
.book-cover {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}
.book-cover img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.book-formats {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  color: #eee;
  line-height: 1.6;
}
.book-formats li {
  margin-bottom: 0.5em;
  padding-left: 1.4em;
  position: relative;
}
.buy-section {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 1em;
  margin: 0;
  border-radius: 12px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}
.buy-section h2 {
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 2em;
  color: #fff;
    margin-bottom: 0;
}
.buy-intro {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: bold;
}
.buy-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}
.buy-box {
  flex: 1 1 300px;
  background-color: rgba(31, 44, 47, 0.5);
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.buy-box h3 {
  font-family: 'Cinzel', serif;
  color: #e29b4b;
  margin-bottom: 0.5em;
}
.buy-box p {
  line-height: 1.6;
  font-size: 1em;
}
.affiliate-note {
  font-size: 0.85em;
  color: #aaa;
  margin-top: 2em;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .book-listing {
    padding: 0;
  }
  .book-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0 auto;
      gap:0; 
  }
  .book {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .book img {
    max-width: 50%;
    margin-bottom: 0;
  }
  .book-info {
    width: 100%;
  }
  .book-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
  }
  .book-actions .btn-small {
    font-size: 1.2em;
  }
  .klappentext {
    text-align: left;
  }
  .book-text {
    width: 100%;
    padding: 0 1em;
  }
    .book-text h2 {
        margin: 1em 0 0;
    }
  .book-cover {
    margin-top: 2em;
    width: 100%;
  }
  .book-cover img {
    max-width: 90%;
    height: auto;
  }
  .book-formats {
    padding-left: 0;
    margin-top: 0;
  }
  .book-formats li {
    margin-bottom: .1em;
	  padding-left: 0;
  }
 .book-text .pitch {
        font-size 1.3em;
    }
  .buy-grid {
    flex-direction: column;
    gap: 1.5em;
  }
  .buy-box {
    width: 100%;
    flex: 0;
    font-size: 1.2em;
  }
  .btn-small, .btn-small-2 {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .pitch, .zielgruppe {
    text-align: center;
  }
}

/* ----------------------- Termine ------------------------*/
.termine-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1em;
  color: #fff;
}

.termine-section h1 {
  font-size: 1.6em;
  margin-bottom: 1.5em;
  text-align: center;
  color: #fff;
}

.termin-box {
  display: flex;
  gap: 1em;
  background-color: rgba(26,118,141,0.5);
  border-radius: 8px;
  padding: 1.2em;
  margin-bottom: 2em;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.termin-image img {
  max-width: 120px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.termin-content {
  flex: 1;
}

.termin-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 0.3em 0;
}

.termin-date {
  font-size: 0.95em;
  color: #ccc;
  margin-bottom: 0.5em;
}

.termin-description {
  font-size: 1em;
  line-height: 1.6;
  color: #eee;
}
.termine-intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 2em;
  color: #eee;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1em;
  border-left: 4px solid #e29b4b;
  border-radius: 6px;
}

@media (max-width: 600px) {
  .termin-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .termin-image img {
    max-width: 80%;
  }

  .termin-content {
    width: 100%;
  }
}

/* ------------------------- Impressionen ----------------------- */

.impressionen-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  color: #eee;
}

.impressionen-section h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #e29b4b;
    font-family: 'Cormorant Garamond', serif;
}

.impressionen-section .intro {
  text-align: center;
  font-size: 1.1em;
  color: #ccc;
}

.impressions-post {
  margin-bottom: 2em;
  padding: 1em 2em;
  border-bottom: 5px solid rgba(255,255,255,0.5);
  background-color: rgba(0,0,0,.1);
  border-radius: 6px;
}
.impressions-post:last-of-type {
    border: none;
}
.impressions-post h2 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  color: #fff;
}

.impressions-post .date {
  font-size: 0.9em;
  color: #aaa;
  margin-bottom: 1em;
}

.impressions-content {
  line-height: 1.7;
  font-size: 1.05em;
  color: #eee;
}

.impressions-content img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

/* Galerie-Grundlayout */
/* Galerie-Grundstruktur */
.tiled-gallery__gallery {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0;
}

/* Jede Zeile in der Galerie */
.tiled-gallery__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

/* Spalte innerhalb einer Zeile */
.tiled-gallery__col {
  flex: 1 1 200px;
  max-width: 300px;
}

/* Einzelnes Bild */
.tiled-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  object-fit: cover;
}

/* ----------------------------------- Lightbox ------------------------------ */
/* Overlay für die Lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1em;
  display: none;
}

/* Bild in der Lightbox */
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* Schließen-Button */
.lightbox-close {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
/* Lupen-Cursor bei Galerie-Bildern */
.tiled-gallery__item img {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

/* Optional: kleiner Zoom-Effekt beim Hover */
.tiled-gallery__item img:hover {
  transform: scale(1.02);
}
/*----------------------------- Rezensionen ----------------------------*/
.rezensionen {
  max-width: 800px;
  margin: 0 auto 2em auto;
  padding: 0 1em;
  color: #eee;
}

.rezensionen h2 {
  font-size: 1.8em;
    font-family: 'Cormorant Garamond', serif;
  text-align: center;
  color: #e29b4b;
  margin-bottom: 0;
    display: block;
    max-width: 800px;
    background: rgba(0,0,0, .4);
    border-top-radius: 6px;
}
.rez1 h2 {
    color: #589f5d;
}
.rez3 h2 {
    color: #941d5d;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 1em;
}

.rezension {
  min-width: 100%;
  background-color: rgba(255,255,255,0.03);
  border-left: 4px solid #e29b4b;
  padding: 1.2em 2em 1.2em 3.5em;
  border-bottom-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.rez1 .rezension {
    border-left-color: #589f5d!important;
}
.rez3 .rezension {
    border-left-color: #941d5d!important;
}
.rezension h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0.3em;
}

.rez-author {
  font-size: 0.9em;
  color: #ccc;
  margin-bottom: 0.8em;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  font-size: 2em;
  padding: 0.2em 0.5em;
  cursor: pointer;
  z-index: 1;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.rez-button {
  text-align: center;
  margin: 2em auto;
max-width: 70%;
}

.rez-button .btn-small {
  background-color: #e29b4b;
  color: #fff;
  padding: 0.6em 1.4em;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1em;
    margin-bottom: 1em;
}
.blau {
    background-color: #1a768d!important;
}
.violett {
    background-color: #6a354f!important;
}
.rez-button .btn-small:hover {
  background-color: #8b6f47;
}
/* Standard: Desktop */
.rezension {
  min-width: 100%;
}

/* Tablets: zwei Rezensionen nebeneinander */
@media (max-width: 900px) {
  .carousel {
    gap: 1em;
  }
  .rezension {
    min-width: 100%;
  }
}

/* Smartphones: eine Rezension pro Slide */
@media (max-width: 600px) {
  .carousel {
    gap: 0.5em;
  }
  .rezension {
    min-width: 100%;
    font-size: 0.95em;
    padding: 1em;
  }

  .rezension h3 {
    font-size: 1.4em;
  }

  .rez-author {
    font-size: 0.85em;
  }

  .carousel-prev,
  .carousel-next {
    font-size: 1.6em;
    padding: 0.1em 0.4em;
  }
}

/* --------------------------- Impressum ----------------------*/
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 2em;
  line-height: 1.6;
    background: rgba(255,255,255,.1);
    border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.legal-page p {
    color: #fff!important;
}
.legal-page h1, .legal-page h2 {
  color: #e29b4b;
    font-family: 'Cormorant Garamond'
}
.legal-page h2 {
    font-size: 1.3em;
    margin: 1.2em 0 .5em 0;
}
.legal-page a {
  color: #fff;
  text-decoration: underline;
}
/*-------------------------------- Kontakt ------------------------*/
.contact-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  color: #eee;
        background: rgba(0,0,0,.1);
    border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.contact-section p {
    color: #fff;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
    margin-top: 1em;
}

.contact-form label {
  font-weight: bold;
  color: #e29b4b;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8em;
  border: 1px solid #444;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #e29b4b;
  outline: none;
}
.contact-section input[type="text"], .contact-section input[type="email"], .contact-section textarea {
padding: .7em;
margin: 0!important;
font-size: 1.1em!important;
    border: 0.07em solid #8b6f47;
font-family: 'Cormorant Garamond', serif;
box-sizing: border-box;
    
}
.contact-section .btn-small.orange {
    max-width: 50%;
    margin: 1em auto;
}
.success-message {
  background-color: rgba(46, 125, 50, 0.2);
  padding: 1em;
  border-left: 4px solid #4caf50;
  border-radius: 6px;
  margin-bottom: 2em;
  color: #c8e6c9;
    margin-top: 1em;
}

.error-message {
  background-color: rgba(183, 28, 28, 0.2);
  padding: 1em;
  border-left: 4px solid #e53935;
  border-radius: 6px;
  margin-top: 1em;
  color: #ef9a9a;
}

/* -------------------------- Über mich ------------------- */
.about-section {
  max-width: 1100px;
  margin: 1em auto;
  padding: 0 1em;
}

.about-container {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-image img {
  width: 260px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.about-text-box {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.05); /* halbtransparent */
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  color: #eee;
}

.about-text-box h1 {
  font-size: 2em;
  color: #e29b4b;
  margin-bottom: 1em;
}

.about-text-box p {
  line-height: 1.7;
  margin-bottom: 1.2em;
  font-size: 1.05em;
    color: #fff;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text-box {
    padding: 1.5em;
  }
}