@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2');
}

:root {
  --gruen-logo: #75a294;
}
html, body {
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100vh;
  background: url('../img/herbstanemone.jpg') no-repeat center center;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100vh;
  background: linear-gradient(135deg, #76a39580, #49675db3);
  background-color: #fff;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.sidebar-toggle-btn {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1100; /* Höher als Sidebar */
  background-color: #ffffffcc;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.sidebar-nav .nav-link {
  color: white;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}
.sidebar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  color: var(--gruen-logo);
  transition: all ease-in-out 0.3s;
}
.sidebar-nav .nav-link.active {
  background-color: var(--gruen-logo);
  color: #ffffff;
  font-weight: bold;
}
.logo-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 15px;
  margin: 30px 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid #fff;
  outline-offset: 5px;
}
.logo-box img {
  max-width: 100%;
}
.back-btn {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 15px;
  margin: 50px 40px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: left;
  justify-content: left;
}
.back-img{
  justify-content: left;
  margin: -0.3em -0.3em;
  width: 50px;
  height: 50px;
  opacity: 40%;
}
.main-content{
  padding: 40px 40px 0 230px;
}
.voucher-main {
  padding: 0 40px 40px 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview {
  max-width: 100%;
  text-align: center;
  position: relative;
}
.container-gutschein{
  background: linear-gradient(135deg,#76a39580,#49675db3);
  background-color: #fff;
  padding: 2rem 3em;
  border-radius: 45px;
}
.container-imputfield{
  padding: 2rem 3em;
  border-radius: 45px;
}
.gutschein-img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.gutschein-text,
.gutschein-betrag {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #2f4f4f;
  left: 30px;
}
.gutschein-text {
  top: 57%;
  font-family: "Playfair", serif;
  font-size: 1.5rem;
}
.gutschein-betrag {
    top: 72%;
   font-family: "Playfair", serif;
    font-size: 1.6rem;
}
.modal-bestellung{
  font-size: 1rem;
}
.container-lageplan{
  background: url('../img/lageplan-paulas-garden.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height:600px;
  
}
.motiv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  gap: 2rem;
  max-width: 100%;
}
.betrag-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Zwei Spalten */
  gap: 1rem; /* Abstand zwischen den Optionen */
}
h1 {
  color: var(--gruen-logo);
  font-weight: bold;
  margin-bottom: 40px;
}
.tile-icon{
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  filter: invert(100);
}
a{
  text-decoration: none;
}
span{
  font-size: 1.2rem;
}
.subhead{
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.head-text{
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uberschrift{
  font-size: 2.8rem;
  color: var(--gruen-logo);
}
.sububer{
  font-size: 2.2rem;
  color: var(--gruen-logo);
}
.info-text{
  font-size: 1.2rem;
}
.form-text{
  font-size: 2rem;
}
.product-card {
      background: linear-gradient(135deg, #ffffff, #f1f5f3);
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 1.5rem;
      transition: transform 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
}
.product-card:hover {
      transform: translateY(-5px);
}
.produkt-hinweis{
  font-size: 1rem;
}
.produkt-preis{
  font-size: 2rem;
  color: green;
}
.product-desc{
  font-size: 1rem;
}
.news-card {
      background: linear-gradient(135deg, #ffffff, #f1f5f3);
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 1.5rem;
      transition: transform 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
}
.news-card:hover {
      transform: translateY(-5px);
}
.form-control-kaufer{
  background-color: rgba(128, 128, 128, 0.418);
  border: none;
  border-radius: 5px;
  padding: 10px;
}
.form-label.betrag,
.form-label{
  font-size: 1.2rem;
  text-align: start;
  padding-bottom: 10px;
}

.form-check-label{
  font-size: 1rem;
  border-radius: 5px;
}
.form-check-input{
  padding: 0;
}

.tile-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.btn-tile {
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #76a39580, #49675db3);
  background-color: #fff;
  color: white;
  border: none;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-tile:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.25);
}
.btn-tile i {
  font-size: 2rem;
  margin-bottom: 10px;
}
.btn.btn-motiv {
  background-color: #ffffffad;
  color: var(--gruen-logo);
  font-size: 0.92rem;
  border: none;
  padding: 0.45rem 0.85rem;
  border-radius: 12px;
  transition: background-color 0.2s ease;
}
.btn.btn-motiv:hover,
.btn.btn-motiv.active {
  background-color: #c9c9c9;
}
.btn.btn-kauf{
  background: linear-gradient(135deg,#76a39580,#49675db3);
  background-color: #fff;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  transition: background-color 0.5s ease;
}
.btn.btn-event{
  background: linear-gradient(135deg,#76a39580,#49675db3);
  background-color: #fff;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  padding: 0.45rem 0.65rem;
  border-radius: 12px;
  transition: background-color 0.5s ease;
}
.img-cont{
  width: 550px;
  height: 550px;
  background-image: url('../img/Trockenblumen_1.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-cont2{
  width: 550px;
  height: 550px;
  background-image: url('../img/Herbstpflanzen_1.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-cont3{
  width: 550px;
  height: 550px;
  background-image: url('../img/Kranzbinden.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-cont4{
  width: 550px;
  height: 550px;
  background-image: url('../img/Herbstanemone_2.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-1{
  width: 350px;
  height: 350px;
  background-image: url('../img/Herbstastern.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-2{
  width: 350px;
  height: 350px;
  background-image: url('../img/Chrysantheme.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-3{
  width: 350px;
  height: 350px;
  background-image: url('../img/Herbstanemone_2.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-4{
  width: 350px;
  height: 350px;
  background-image: url('../img/Winterheide.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-5{
  width: 350px;
  height: 350px;
  background-image: url('../img/Ringelblume.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-produkt-6{
  width: 350px;
  height: 350px;
  background-image: url('../img/Alpenveilchen.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-news-1{
  width: 450px;
  height: 450px;
  background-image: url('../img/sommergarten.jpg');
  background-size: cover;
  border-radius: 45px;
}
.img-news-2{
  width: 450px;
  height: 450px;
  background-image: url('../img/Kranzbinden.jpg');
  background-size: cover;
  border-radius: 45px;
}
.is-invalid {
  border: 2px solid red !important;
  background-color: #ffe5e5;
}
.footer-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px 40px 40px 230px;
}
.footer-buttons .btn {
  background: linear-gradient(135deg,#76a39580,#49675db3);
  background-color: #fff;
  color: white;
  border-radius: 20px;
  padding: 5px 20px;
}

.footer-text {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  margin-top: 10px;
}


@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1366px;
    margin: 0 auto;
    }
}
@media (max-width: 368px) {
  .tile-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .sidebar2 {
    transform: translateX(0);
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .sidebar2 {
    display: block;
    transform: translateX(-100%);
  }
  .sidebar2.show {
    transform: translateX(0);
  }
  
  .main-content {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  }
  .sidebar {
  width: 120px;
  }
  .btn-tile {
  width: 220px;
  height: 220px;
  }
  .tile-wrapper{
    padding: 20px 20px 0 120px;
  }
  h1{
    padding-left: 8rem;
  }
  .footer-buttons {
  padding: 40px 40px 40px 160px;
  }
  .footer-buttons .btn {
  padding: 5px 5px;
}

.footer-text {
  font-size: 0.55rem;
}
}