/*tabs: eine seite sichtbar*/
.tab_seite {
  display: none;
}

.tab_seite.ist_an {
  display: block;
}

/*logo im kopf hin und her*/
.kopf_logo_kasten {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.kopf_logo_quelle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.kopf_logo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #e8a13c;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.kopf_nav {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

.tab_link {
  white-space: nowrap;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: #3f5a35;
  text-decoration: none;
}

.tab_link:hover {
  background: #f5ede0;
}

.tab_link.ist_an {
  background: #5e8650;
  color: #fff;
}

/*start: text links, foto rechts*/
.start_kasten {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.start_reihe {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .start_reihe {
    grid-template-columns: 1fr 220px;
  }
  .start_bild {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

.start_text p {
  margin: 0;
  line-height: 1.55;
}

.start_text p + p {
  margin-top: 0.7rem;
}

.start_text h3 {
  margin: 0.9rem 0 0.4rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.start_text .start_schluss {
  margin-top: 0.7rem;
  font-weight: 600;
  color: #3f5a35;
}

.start_bild {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 420px;
  height: 420px;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(58, 44, 29, 0.15);
  object-fit: cover;
  object-position: center;
}

/*ganzes bild sichtbar, nichts abschneiden*/
.bild_voll {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f5ede0;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(58, 44, 29, 0.07);
}

body {
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
}

/*knopf voll*/
.btn_primary {
  background: #5e8650;
  color: #fff;
  transition: 0.2s;
}

.btn_primary:hover {
  background: #3f5a35;
}

/*knopf leer*/
.btn_ghost {
  border: 2px solid #5e8650;
  color: #3f5a35;
  transition: 0.2s;
}

.btn_ghost:hover {
  background: #5e8650;
  color: #fff;
}

/*kleine marke*/
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #f5ede0;
  color: #3f5a35;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #e8a13c;
}

.card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px rgba(58, 44, 29, 0.07);
  overflow: hidden;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #f5ede0;
  color: #3f5a35;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.price {
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a2c1d;
}

.icon_circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5ede0;
  display: grid;
  place-items: center;
  color: #5e8650;
  flex-shrink: 0;
}

/*ab bestellung zuende: andere farbe*/
.zone_info {
  background: #e8f0e4;
}

/*foto am ende qualitaet*/
.bild_rahmen {
  margin-top: 2.5rem;
  background: linear-gradient(180deg, #3f5a35 0%, #2a3d24 100%);
  border-radius: 1.5rem;
  padding: 1.25rem;
  box-shadow: 0 12px 40px rgba(42, 61, 36, 0.28);
}

.bild_rahmen img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 1rem;
}

/*blog*/
.blog_liste {
  display: grid;
  gap: 1.6rem;
}

.blog_karte {
  padding: 0;
}

.blog_karte_body {
  padding: 1.4rem 1.5rem 1.7rem;
}

.blog_karte h3 {
  font-size: 1.7rem;
  margin: 0.15rem 0 0;
  line-height: 1.2;
}

.blog_karte_erst h3 {
  font-size: 2.05rem;
}

.blog_datum {
  margin: 0;
  color: #3f5a35;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog_text {
  margin-top: 0.85rem;
  line-height: 1.7;
  font-size: 1.05rem;
}

.blog_medien {
  margin-top: 1.05rem;
  display: grid;
  gap: 0.75rem;
}

.blog_foto_knopf {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.blog_foto,
.blog_film {
  display: block;
  width: 100%;
  max-height: 420px;
  border-radius: 0.9rem;
  background: #f5ede0;
  object-fit: cover;
}

.blog_foto.blog_hero,
.blog_foto_knopf .blog_hero,
.blog_film.blog_hero {
  max-height: none;
  height: min(28rem, 64vw);
  border-radius: 0;
}

.blog_seite_foto {
  max-height: none;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.blog_neben {
  display: grid;
  gap: 1.1rem;
  margin-top: 0.35rem;
}

@media (min-width: 768px) {
  .lage_links .blog_neben,
  .lage_rechts .blog_neben {
    grid-template-columns: 1fr 1.15fr;
    align-items: start;
  }
  .lage_rechts .blog_seite {
    order: 2;
  }
}

.blog_galerie {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

@media (min-width: 700px) {
  .blog_galerie {
    grid-template-columns: 1fr 1fr;
  }
  .blog_galerie .blog_zelle:first-child:nth-last-child(n + 3) {
    grid-column: 1 / -1;
  }
}

.blog_galerie .blog_foto,
.blog_galerie .blog_film {
  height: 15rem;
  max-height: none;
  border-radius: 1rem;
}

.blog_galerie .blog_zelle:first-child:nth-last-child(n + 3) .blog_foto,
.blog_galerie .blog_zelle:first-child:nth-last-child(n + 3) .blog_film {
  height: min(24rem, 50vw);
}

.blog_licht {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(26, 18, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.blog_licht[hidden] {
  display: none;
}

.blog_licht img {
  max-width: min(1100px, 100%);
  max-height: 90vh;
  border-radius: 1rem;
  object-fit: contain;
}

.blog_licht_weg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #fdf9f2;
  color: #3a2c1d;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.blog_lagen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.blog_lage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.35rem 0.65rem;
  border: 2px solid #e4d5c0;
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.blog_lage input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.blog_lage:has(input:checked) {
  border-color: #5e8650;
  background: #e8f0e4;
}

.blog_lage_bild {
  width: 3.4rem;
  height: 2.5rem;
  border-radius: 0.35rem;
  background: #f5ede0;
  position: relative;
  overflow: hidden;
}

.blog_lage_oben::before,
.blog_lage_unten::before,
.blog_lage_links::before,
.blog_lage_rechts::before,
.blog_lage_galerie::before,
.blog_lage_wechsel::before {
  content: "";
  position: absolute;
  background: #e8a13c;
}

.blog_lage_oben::before {
  left: 0;
  right: 0;
  top: 0;
  height: 46%;
}

.blog_lage_unten::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
}

.blog_lage_links::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 42%;
}

.blog_lage_rechts::before {
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
}

.blog_lage_galerie::before {
  inset: 0.2rem;
  background:
    linear-gradient(#e8a13c, #e8a13c) 0 0 / 48% 48% no-repeat,
    linear-gradient(#e8a13c, #e8a13c) 100% 0 / 48% 48% no-repeat,
    linear-gradient(#e8a13c, #e8a13c) 0 100% / 48% 48% no-repeat,
    linear-gradient(#e8a13c, #e8a13c) 100% 100% / 48% 48% no-repeat;
}

.blog_lage_wechsel::before {
  left: 0.25rem;
  right: 0.25rem;
  top: 0.2rem;
  bottom: 0.2rem;
  background:
    linear-gradient(#c8b8a0, #c8b8a0) 0 0 / 100% 22% no-repeat,
    linear-gradient(#e8a13c, #e8a13c) 0 38% / 100% 24% no-repeat,
    linear-gradient(#c8b8a0, #c8b8a0) 0 100% / 100% 22% no-repeat;
}

.blog_werk_reihe {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .blog_werk_reihe {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.blog_datei_zeile {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto auto auto;
  gap: 0.45rem;
  align-items: center;
  padding: 0.4rem;
  background: #fdf9f2;
  border-radius: 0.75rem;
}

.blog_datei_zeile img,
.blog_datei_zeile video {
  width: 4.2rem;
  height: 4.2rem;
  object-fit: cover;
  border-radius: 0.5rem;
  background: #f5ede0;
}

.blog_datei_hoch,
.blog_datei_runter,
.blog_datei_weg {
  min-width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #e4d5c0;
  background: #fff;
  font-weight: 700;
}

.blog_datei_leer {
  margin: 0.4rem 0 0;
  color: #3f5a35;
  font-size: 0.9rem;
}

.blog_vorschau_kasten {
  position: sticky;
  top: 5rem;
}

.blog_vorschau_kasten .blog_karte {
  box-shadow: 0 8px 28px rgba(58, 44, 29, 0.1);
}

.blog_feld {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #e4d5c0;
  border-radius: 0.75rem;
  background: #fff;
}

.blog_area {
  min-height: 10rem;
  resize: vertical;
}

.blog_hinweis {
  min-height: 1.2rem;
  color: #b87a26;
  font-weight: 600;
}

.blog_hinweis.gut {
  color: #3f5a35;
}

.blog_mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1rem;
}

.blog_klein {
  margin-left: auto;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.blog_vorschau {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.blog_vorschau img,
.blog_vorschau video {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 0.6rem;
  background: #f5ede0;
}

/*korb*/
.korb_zahl {
  display: none;
  min-width: 1.2rem;
  padding: 0 0.35rem;
  margin-left: 0.2rem;
  border-radius: 999px;
  background: #e8a13c;
  color: #3a2c1d;
  font-size: 0.75rem;
}

.korb_zahl.ist_an {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.korb_zeile {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(58, 44, 29, 0.07);
}

@media (max-width: 640px) {
  .korb_zeile {
    grid-template-columns: 1fr auto;
  }
}

.korb_meng {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.korb_preis {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  justify-self: end;
}

.korb_plus,
.korb_minus,
.korb_weg {
  min-width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #e4d5c0;
  background: #fdf9f2;
  font-weight: 700;
}

.korb_weg {
  min-width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  font-size: 0.62rem;
  line-height: 1;
}

.korb_total {
  padding-top: 0.5rem;
  display: grid;
  gap: 0.25rem;
}

.korb_zurueck {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  color: #4a7c3f;
  text-decoration: underline;
  font-size: 0.95rem;
  cursor: pointer;
}

.bestell_web {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.strasse_box {
  position: relative;
}

.strasse_liste {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0.2rem 0 0;
  padding: 0.25rem;
  list-style: none;
  background: #fff;
  border: 1px solid #d4c4a8;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(40, 30, 10, 0.12);
  max-height: 14rem;
  overflow: auto;
}

.strasse_liste button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.7rem;
  border: 0;
  background: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.strasse_liste button:hover,
.strasse_liste button:focus {
  background: #f4ead6;
}

.strasse_liste span {
  display: block;
  font-size: 0.85rem;
  color: #6b5c45;
}

.impressum_blatt {
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.impressum_block {
  margin-top: 1.5rem;
}

.widerruf_text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
}

.widerruf_formular {
  margin-top: 0.5rem;
  padding: 1rem 1.1rem;
  background: #fdf9f2;
  border-radius: 0.8rem;
}

.bestell_check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.4;
}

.bestell_check input {
  margin-top: 0.28rem;
  flex-shrink: 0;
}
