/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 font-family: 'RotkehlchenScript', cursive;
  background-color: #fafafa;
  overflow-x: hidden;
}

/* Header */
.site-header {
  background: color-mix(in oklab, #ffffff 20%, transparent);
    position: fixed; 
    top: 0;
  z-index: 1000;
   width: 100%;  
  backdrop-filter: blur(6px);
}

.container {
  margin: 0px 50px;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: 'RotkehlchenScript', cursive;

  color: #fff;
  width: 250px;
  display: flex;
}
.logo img{
  width: 250px;
}
.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  font-family: 'RotkehlchenScript', cursive;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #8b0000;
}
.nav-toggle {
  display: none;
}

/* Responsive Navigation */
@media (max-width: 768px) {
  .container {
    flex-direction: row;         /* stay in a row */
    align-items: center;         /* vertically centered */
    justify-content: space-between;
    flex-wrap: wrap;             /* allows nav-links to wrap below */
    width: 100%;
      margin: auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-toggle {
    display: block;
    font-size: 2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .site-header .logo{
    margin-left: -10px;
  }

  .hero-content{
    margin-top:65px;
  }
}

.site-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .nav-links a {
  color: #000;
}

.site-header.scrolled .nav-links a:hover {
  color: #8b0000;
}

.site-header.scrolled .nav-toggle {
  color: #000;
}

/* Hero Section */
.hero-section {
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  color: #fff;
  background-color: #c6d7aa;
}

.hero-section h1{
  font-size:5rem !important;
}


.menu-page{
  min-height: 50vh;
  background-color: transparent;
}

.menu-page h2{
  color:#fff !important; 
}

.top-paragraph{
  width: 80%;
  margin: auto;
}
.top-paragraph p{
  margin-top: 2.5rem;
  text-align: center;  
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top:40px;
}

.hero-content h1,
.hero-content h2 {
  font-family: 'RotkehlchenScript', cursive;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero-content h2 {
  font-size: 3.5rem;
  color: #ffd6d6;
}

.hero-content p {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  line-height: 1.2;
}

.hero-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #FBE8C8;
  color: #333333;
  border-radius: 30px;
  font-family: 'RotkehlchenScript', cursive;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 900;
}



.hero-btn:hover {
  background-color: #ffdfdf;
  color: #000;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100%; 
  z-index: 0;
  
}

.section-graphics-img {
  height: 0;
  position: relative;
  z-index: 9;
  top:-110px;
  display:flex;
  justify-content: space-around;
  
}

.first-section .section-graphics-img{
    display:flex;
    justify-content: space-between;
    width:90%;
    margin:auto;
}
.section-graphics-img-left{
    width: 100px;
    height: 150px;
   position:relative;
    top:-40px;
}

.third-section{
    z-index: 1;
    position: relative;
}
section.info-section.alt-layout {
    z-index: 1;
}


.third-section .section-graphics-img{
    display:flex;
    justify-content: center;
}

.section-graphics-img-center{
    width: 120px;
    position: relative;
    height: 150px;

}

.section-graphics-img-right{
    width: 100px;
    height:150px;
    position:relative;
    top:-40px;

}


.product-slider {
  padding: 4rem 2rem 8rem 2rem;
  background-color: #c6d7aa;
  text-align: center;
}

.grahpics-product-slider-left {
    /*width: 100px;*/
    position: relative;
    height: 150px;
    top:70px;
}

.grahpics-product-slider-right{
    width: 100px;
    position: relative;
    float:right;
    height:90px;
    top:100px;
}

.slider-title {
  font-family: 'RotkehlchenScript', cursive;
  font-size: 2.5rem;
  margin: 2rem 0;
  color: #222;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100% !important;
}

.slider-btn {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  color: #333;
  
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}

@media (min-width: 768px) {
    .hero-content .hero-btn{
        /*margin-bottom: 40px !important;*/
    }
}
/* Hide arrows on mobile */
 @media (max-width: 768px) {
  .slider-btn.left {
    left: 100px;
    top: 110%;
  }
  .slider-btn.right {
      right: 100px;
      top: 110%;
  }
  .product-slider .promo-btn{
      margin-top: 80px;
  }

  .product-slider {
    padding: 4rem 0;
  }

  .section-graphics-img-left{
      width: 65px;
      position: relative;
      left: 55px;
      height: 90px;
      top:15px;
  }
  .section-graphics-img-right{

      width: 65px;
      position: relative;
      right: 55px;
      float: right;
      top:15px;
      height: 90px;
   }
   .grahpics-product-slider-right{
        width: 80px;
        height: 90px;
        top: 30px;
   }
   .grahpics-product-slider-left{
        /*width: 80px;*/
        height: 90px;
        top:100px;
        left:-20px;
   }
   
   .footer-links{
       margin-top:20px;
   }
   
  
}

@media (max-width: 380px) {
    .cart-icon {
      right: 30px !important;
    }
}

@media (max-width: 768px) {
    .menu-items-left h1 {
            margin-top:20px !important;
    }
}


@media (min-width: 520px) and (max-width: 630px) {
    .cart-icon {
      right: 55px !important;
    }
    
}

@media (min-width: 1024px) and (max-width: 1350px) {
    .grahpics-product-slider-right{
        right:-90px;
    }

}

@media (min-width: 620px) and (max-width: 768px) {
    .cart-icon {
      right: 80px !important;
        top: 30px !important;
    }
    
    .product-card-shop .cart-icon {
      right: 50px !important;
    }

}

.slider-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 2rem;
  padding: 1rem 0;
  justify-content: flex-start;
  scrollbar-width: none;
  max-width: 100%;
  box-sizing: border-box;
}


.slider-container::-webkit-scrollbar {
  display: none; 
}

.product-card {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 1rem;
  scroll-snap-align: start;
  flex: 0 0 calc((100% - 4rem) / 3); 
  text-align: left;
  position: relative;
  box-sizing: border-box;
  text-decoration:none;
}

.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


@media (min-width: 786px) {
    
    .product-card {
        height: 400px;
        width: 200px;
        flex: 0 0 calc((100% - 4.3rem) / 3);
    }
    
    .product-img-wrapper{
        height:280px !important;
    }
    
}
@media (max-width: 1024px) {
  .product-card {
    flex: 0 0 calc((100% - 2rem) / 2); 
  }
}

@media (min-width: 1024px) {
  .end-img-section img{
           position: relative;
        bottom: 100px;
  }
}

@media (max-width: 768px) {
  .slider-container {
    gap: 1rem;
    justify-content: center;
  }

  .info-container .info-right{
    margin-left: 0 !important;
  }

  .product-card {
    flex: 0 0 95%; 
  }

  .info-text{
    margin: auto !important;
  }
}

.product-card h3,
.product-card p {
  text-align: center;
}

.product-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.product-img-wrapper img:first-child {
  width: 100%;
  height: 100%;
  object-fit: fill;
}





.cart-icon {
  position: absolute;
  top: 15px;
  right: 40px;
  width: 36px;
  height: 36px;
  background-color: #8c5e3c;
  padding: 4px;
  border-radius: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-icon svg {
  color: #fff;
  width: 18px;
  height: 18px;
}

.product-card h3 {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

.price {
  font-size: 1rem;
  color: #000;
  margin-top: 0.5rem;
}



.promo-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  /* background-color: #c6d7aa; */
    background-color: #FBE8C8;
  display: flex;
  margin-top: -85px;
 
}

.second-promo-section{
  margin-top: -145px;
}


section.promo-section.second-promo-section{
    z-index:2;
}

.promo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
    width: 1200px;
  position: relative;
}

.promo-left {
  flex: 1;
  top: 50px;
    position: relative;
}

.promo-left h2 ,
.info-container .info-right h2,
.info-container h2{
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}



.promo-left h1,
.info-container .info-right h1,
.info-container h1 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}

.promo-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
}

.promo-btn {
  background: rgb(111, 203, 245);
  color: #000;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.promo-btn:hover {
  background: rgb(91, 183, 225);
}

.promo-right {
  flex: 1;
}


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

  .promo-right {
    display: none;
  }

  .promo-left h1 {
    font-size: 2rem;
  }

  .promo-left h2 {
    font-size: 1.2rem;
  }
}

.info-section {
    background-color: #FBE8C8;
    color: #333;
    position: relative;
    /* min-height: 100vh; */
    margin-top: -95px;
    
    padding: 10rem 2rem;
}

.landing-page-info-section{
    background-color: #FBE8C8;
    position: relative !important;
    min-height: 100vh !important;
    width: 100% !important;
}
.menu-items-left{
  width: 90%;
  margin: 90px auto;
}
.menu-items-left  .info-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-items-left h1{
  font-size:3.75rem !important;
}


.menu-items-left .info-right p, 
.top-paragraph p,
.promo-container p,
.info-container .info-right p,
.info-container  p,
.hero-paragraph{
  font-weight: 600 !important;
  font-size: 21px !important;
  font-family: Rubik, sans-serif !important;
}


.menu-items-left .info-left, 
.menu-items-left .info-text
{
  margin-right: 40px;
}

.menu-list{
  padding-top: 50px;
}
.menu-items-left .info-right,
.menu-items-left .info-image{
  margin-left: 40px;
}

.menu-items-left.alt-layout .info-text p,
.info-right p,
.promo-left p{
  font-weight: 600;
  font-size: 21px;
  font-family: Rubik, sans-serif;
}

.menu-end-img{
  margin-top: 0px !important;
  max-height: 200px;
}

.info-section .info-container {
    position: relative;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  gap: 2rem;

}

.info-left {
  flex: 1;
}
.info-container .info-left{
  margin-right: 30px;
}
.info-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.info-right {
  flex: 1;
}

.info-container .info-right{
  margin-left: 30px;
}

.info-right h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.info-right h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.info-right p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
}

@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
    text-align: center;
  }
  .end-img-section{
      margin-left:180px;
  }

  .info-left img {
    max-width: 90%;
    margin: 0 auto;
  }

  .info-right h1 {
    font-size: 2rem;
  }

  .info-right h2 {
    font-size: 1.2rem;
  }
}


.alt-layout .info-container {

  flex-direction: row;
}

.info-text {
  flex: 1;
  padding-right: 2rem;
}

.info-image {
  flex: 1;
}

.info-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

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

  .info-text {
    padding: 0;
  }

  .info-image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

.locations-section {
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  /* margin-top: -90px; */
  background-color: #C6D7AA;
}

.section-heading {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 3rem;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; 

}

.location-box {
  padding: 1.5rem;
  border-radius: 12px;
  transition: box-shadow 0.3s;
  text-align: center;
  background-color: #C6D7AA;
}

.location-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.location-box img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.location-box h3 {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.location-box a{
    text-decoration: none;
    color:black;
}

.location-box a:hover{
    background:black;
    color:#fff;
        padding: 4px 4px;
    border-radius: 10px;
}
.location-box p {
  color: #555;
  margin: 0.5rem 0 1rem;
  font-size:1.3rem;
}

.location-box button {
  background: none;
  border: none;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
}


.location-box button:hover {
  font-size: 1.05rem;
  background-color: #191919;
  color:#fff;
}


@media (min-width: 768px) {
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-content {
      margin:0 75px;
  }
}
@media (max-width: 767px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 0;
  /* background-color: #191919; */
  background-color: black;
  height: 300px;
}

.site-footer section {
  position: relative;
  /*background-color: #191919;*/
}
.site-footer .footer-bg-img{
  position: relative;
  top:100px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.footer-content .center-img img{
  width: 200px;
  height: 200px;
}
.footer-content .logo,
.footer-content .footer-links{
  position:relative;
  top: 80px;

}
.footer-logo {
  height: 40px;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.875rem;
  color: #ccc;
}


@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    text-align: left;
  }
  .footer-links {
    justify-content: flex-end;
  }

}


@media (max-width: 768px) {
    .menu-items-left .info-container {
        flex-direction: column;
    }

    .menu-items-left .info-left{
        margin:auto !important
    } 



    .menu-items-left .info-right p, 
    .top-paragraph p,
    .promo-container p,
    .info-container .info-right p,
    .info-container  p,
    .hero-paragraph,
    .menu-items-left.alt-layout .info-text p,
    .info-right p,
    .extra-content-section p,
    .promo-left p{
        font-weight: 500 !important;
        font-size: 18px !important;
        font-family: Rubik, sans-serif !important;
    }

    .menu-items-left{
        margin: 20px auto;
    }


    .center-img{
        display: none;
    }

    .footer-content{
        margin-top: 5%;
    }
    
      /* Section 1 */
    .menu-items-left .info-left {
        order: 2;
        margin: 1rem 0;
    }
    
    .menu-items-left .info-right {
        order: 1;
        display: flex; /* required */
        flex-direction: column; /* stack children vertically */
    }
    
    .menu-items-left .info-right h1 {
        order: 1;
        margin-bottom: 1rem;
    }
    
    .menu-items-left .info-right p {
        order: 3; /* takes effect now */
    }
    
    /* Section 2 (alt layout) */
    .menu-items-left.alt-layout .info-text {
        order: 1;
        display: flex; /* required */
        flex-direction: column;
    }
    
    .menu-items-left.alt-layout .info-text h1 {
        order: 1;
        margin-bottom: 1rem;
    }
    
    .menu-items-left.alt-layout .info-text p {
        order: 3;
    }
    
    .menu-items-left.alt-layout .info-image {
        order: 2;
        margin: 1rem 0;
    }
  
  
}

@media (max-width: 480px) {


  .menu-items-left .info-right p, 
  .top-paragraph p,
  .promo-container p,
  .info-container .info-right p,
  .info-container  p,
  .hero-paragraph,
  .menu-items-left.alt-layout .info-text p,
  .info-right p,
  .promo-left p{
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}

@media (min-width: 992px) {
  .end-img-section{
    width: 80%;
    position: relative;
    float: right;
  }
}


.hero-btn:hover,
.promo-btn:hover,
button:hover{
  background-color:#191919 !important;
  color:#fff !important;

}


/* Responsive */
@media (max-width: 768px) {
  .hero-content h1,
  .hero-content h2,
  .menu-items-left h1,
  .extra-content-section h3,
  .section-heading  {
    font-size: 2.2rem !important;
  }

  .location-box h3{
        font-size: 1.5rem !important;
  }
  .location-box p{
    margin: 10px 0 !important;
  }
  .location-box button{
    font-weight: 500;
    padding: 0 !important;
    margin-top:10px;

  }
  .hero-content p {
    font-size: 1rem !important;
  }

  .location-box button:hover{
      font-size: .6rem !important;  
      background-color: #191919 !important;

  }
  .hero-btn {
    font-size: 1rem !important;
    padding: 0.6rem 1.5rem !important;
  }

  .landing-sec-hide
  {
    display: none !important;
  }

  .promo-btn {
    font-size: 1rem !important;
    padding: 0.6rem 1.5rem !important;
  }
}

.icons-graphics{
  display: flex;
  justify-content: center;
}

.graphics-right{
  justify-content: right;
  margin-right: 50px;
  height:0;
}
.icons-graphics img{
  width: 180px;
}

.graphics-right img{
    width: 280px;
    margin-right: 50px;
    position: absolute;
    right:0;    
    width: 180px;
}
@media (min-width: 768px) {

    .graphics-right img{
        position: absolute;
        top: -25px;right:0;
    }
    .graphic-sun img{
        top:-125px;
    }
    
}



.graphics-left{
    justify-content: right;
}

.graphics-left img{
  width: 120px;
  margin-right: 20%;margin-top: -110px;
  
} 



@media (max-width: 1400px) {
    
    .graphics-left img{
        width: 80px;
        margin-top: 0px;
    }
    
    .icons-graphics img{
        width:80px;
    }
    
    .card-icon-img{
        width:80px !important;
    }
    .arrow-icon-img{
        width:80px !important;
        height:90px !important;
    }
}
    
    
    
.extra-content-section h3{
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.extra-content-section p{
  font-size: 1.5rem ;
  font-weight: 600 !important ;
  font-family: 'RotkehlchenScript', cursive !important; 
  width: 75%;
  margin:auto
}


.title-with-icon {
  display: flex;
  align-items: flex-end; 
  gap: 8rem; 
}

.title-with-icon img {
  height: 300px; 
  object-fit: contain; 
  margin-bottom: 1rem;
}


.icons-graphics-bottom{

    display: flex;
    justify-content: end;
    margin-right: 80px;
}

/* .icons-graphics-bottom img{
  width: 220px;
  height: 170px;
} */


.arrow-icon-img{
  height: 200px;
  width: 130px;
}

.card-icon-img{
   width: 300px;
}

.custom-shape-divider-top-1751454650 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1751454650 svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 160px;
}

.custom-shape-divider-top-1751454650 .shape-fill {
    fill: #C6D7AA;
}


.custom-shape-divider-bottom-1751454702 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1751454702 svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 160px;
}

.custom-shape-divider-bottom-1751454702 .shape-fill {
    fill: #C6D7AA;
}




.custom-shape-divider-bottom-1751453347 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1751453347 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751453347 .shape-fill {
    fill: red;
}

.custom-shape-divider-top-1751455689 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: black;
}
.speisekarte-footer .custom-shape-divider-top-1751455689{
      background: #627A96;
} 

.speisekarte-footer  .custom-shape-divider-top-1751455689 .shape-fill{
    fill:#F7CDA7 !important;
}

.unsere_cafe-footer .custom-shape-divider-top-1751455689{
      background: #9C6F72;
} 

.unsere_cafe-footer .custom-shape-divider-top-1751455689 .shape-fill{ 
      fill: #FBE8C8;
} 

.custom-shape-divider-top-1751455689 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.landing-footer  .custom-shape-divider-top-1751455689 .shape-fill {
    fill: #C6D7AA;
}

.shop-footer  .custom-shape-divider-top-1751455689 .shape-fill {
    fill: #FBE8C8;
}

.single-product-footer .custom-shape-divider-top-1751455689 .shape-fill {
    fill: #F7CDA7;
}




@media (max-width: 480px) {
    .section-graphics-img-left{
          width: 55px;
          position: relative;
          left: 15px;
          height: 80px;
          top:15px;
    }
    .section-graphics-img-right{
        width: 55px;
        position: relative;
        right: 15px;
        height: 80px;
        top: 15px;
    }
    .grahpics-product-slider-left {
        /*width: 55px;*/
    }
    .grahpics-product-slider-right{
        width:55px;
        top: 35px;
        right: -30px;
    }
    .section-graphics-img-center{
        width:55px;
        height:80px;
        top: 10px;
        left: -15px;
        
    }
    .icons-graphics img{
         width:55px; 
        right: -60px;
    }
    
    .locations-section{
        padding: 2rem 1rem;
    }
    
    .site-header{
        padding:.1rem 0;
    }
    
    .arrow1-for-small-screen{
        height: 45px !important;
        min-width: 60px !important;
    }
    
    .arrow1-for-large-screen {
        display: none;
    }
    .arrow1-for-small-screen{
        display: block !important;
        min-width: 110px;
        height: 60px;
    }
    
    .graphics-packet-small-screen{
        position: relative;
        right: 20px !important;
        top: 30px;
    }
    
    /*.end-img-section img{*/
    /*    height:120px;*/
    /*}*/
    
    .graphic-sun img{
        margin-top: -170px;
        margin-right: 80px;

    }
}

@media (min-width: 481px) and  (max-width: 768px) {
    .arrow1-for-small-screen{
        display: block !important;
        min-width: 110px;
        height: 60px;

    }
    .arrow1-for-large-screen{
        display:none;
    }
    
    .graphics-right img{
        margin-right:0;
    }
    
    .graphics-packet-small-screen{
        position: relative;
        top: 40px;
        left: -40px;
    }
    
    .icons-graphics-bottom{
        display: flex;
        justify-content: center;
        margin-right:0;
        margin-top:20px;
    }
    
    .end-img-section img{
        height:220px;
    }
    
     .graphic-sun img{
       margin-top: -250px;
        margin-right: 40px;
    }
    
}

@media(min-width: 1400px){
    .arrow-icons-1{
        justify-content: right;
        position: relative;
        top: -170px;
        right: -230px;
    }
    
    .arrow-icons-1 img{
        width:370px !important;
    }
    
}


@media (max-width: 768px) {

    .title-with-icon{
        display: flex;
        align-items: center;
        gap: 0rem;
        justify-content: center;
        flex-direction:column;
    }
    
    .title-with-icon img{
        width: 80px;
        height: 160px;
    }
    
    .promo-section-small-screen{
        display:block;
    }
    .promo-section-large-screen{
        display:none;
    }
}


@media (min-width: 1200px) and (max-width:1400px){

    .arrow-icons-1{
        justify-content: right;
        position: relative;
        top: -90px;
        right: -190px;
    }
    
    .arrow-icons-1 img{
        width:240px !important;
    }
}



@media (min-width: 768px) and (max-width:1024px){
    .arrow-icons-1 img{
        /*width: 300px !important;*/
        /*position: relative;*/
        /*right: -130px*/
        display:none;
    }
    
}

@media (min-width: 1024px) and (max-width:1200px){
    .arrow-icons-1 img{
        position: relative;
        top: 0px;
        right: -270px;
        width: 230px !important;
    }
    
}



@media (min-width: 768px) and (max-width:940px){
    /*.footer-content .footer-links{*/
        /*gap: .8rem !important;*/
        /*font-size:1rem;*/
        /*flex-direction: column;*/
    /*}*/
}

.arrow-icons-2{
    justify-content :center;
}

.speisekarte-body{
    background: #f7cda7;
}

.speisekarte-footer{
    background: #627A96;
}


.usere_cafe-body{
    background: #FBE8C8;
}

.unsere_cafe-footer{
    background:#9C6F72;
}

/*shop page */

.product-grid-section {
  padding-top: 3rem;
  padding-bottom:3rem;
  width:90%;
  margin: 0 auto;
}

@media (min-width: 1500px) {
    .product-grid-section {
            padding: 3rem 10rem;
    }
}




@media (min-width: 1024px)  and (max-width:1500px){
    .product-grid-section {
            padding: 3rem 0rem;
    }
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.product-card-shop {
    text-decoration: none;
    background-color: #fff;
    /*border: 2px solid #000;*/
    border-radius: 30px;
    /*border: dotted;*/
    /*  border-width: 10px 4px;*/
    /*  border-radius: 10px 40px;*/
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color:black;
    /* Default: 3 cards per row */
    flex: 0 0 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
    /*background-image: url('../images/assets_icons/Product1-01.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*max-height:400px;*/
    /*max-width:415px;*/
    border: 2px dashed #f0b88f;
}


.hidden-card {
  display: none;
}

.product-card-shop:hover {
  transform: scale(1.02);
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
}

/* Tablet: 2 cards per row */
@media (max-width: 1023px) {
  .product-card-shop {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

/* Mobile: 1 card per row */
@media (max-width: 767px) {
  .product-card-shop {
    flex: 0 0 100%;
    max-width: 65%;
  }

  .product-grid-section {
    padding: 2rem 1rem;
  }

  .product-grid {
    gap: 1rem;
    padding: 0;
  }
}


.product_single_page{
    background: #f7cda7;
}


/*single product page */
.single-product {
  padding: 4rem 2rem;
  background: #F7CDA7;
  font-family: 'Comic Neue', cursive;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.product-images {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex: 1 1 470px;
  max-width: 600px;
}

.thumbnail-gallery {
  display: flex;
   order: 0;
  flex-direction: column;
  gap: 0.5rem;
}

.thumbnail-gallery img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail-gallery img:hover,
.thumbnail-gallery img.active {
  border-color: #333;
}

.main-image {
  flex: 1;
  
  border-radius: 10px;
    object-fit: cover;
   order: 1;
   height:500px;
   width:450px;
}

.main-image-wrapper {
  position: relative;
  display: inline-block;
}

/*.badge {*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: 10px;*/
/*  background-color: #ff4d4f;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  padding: 0.4rem 0.8rem;*/
/*  border-radius: 12px;*/
/*  font-size: 0.9rem;*/
/*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
/*  z-index: 2;*/
/*}*/


.product-info {
  flex: 1 1 300px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}

.product-info h1 {
  font-size: 2.5rem;
  margin: 0;
}

.product-info p {
  font-size: 1.2rem;
}

.allergens {
  list-style-type: disc;
  margin-left: 1.5rem;
  font-size: 1rem;
}

.size-options {
  display: flex;
  gap: 1rem;
}

.size-btn {
  padding: 0.5rem 1rem;
  border: 2px solid black;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 6px;
}

.size-btn.selected {
  background: black;
  color: white;
}

.price-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.price {
  font-size: 2rem;
  font-weight: bold;
}


.price-cart .price {
    font-size: 1.2rem;
    margin-top:0;
}
.quantity-input {
  width: 60px;
  font-size: 1.2rem;
  padding: 0.2rem;
  text-align: center;
}

.add-to-cart {
  margin-top: 1rem;
  background: #59c2f0;
  color: black;
  font-weight: bold;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
}

.product-container {
  animation: fadeInUp 0.6s ease-out;
}

.main-image {
    border-radius:20px;
  transition: transform 0.8s ease-in-out;
}

.main-image:hover {
    transform: scale(1.05); 
}

/*@keyframes fadeInUp {*/
/*  from {*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*  }*/
/*  to {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*  }*/
/*}*/

@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

  .product-images {
    flex-direction: column;
    align-items: center;
  }

    .thumbnail-gallery {
        flex-direction: row;
        justify-content: center;
        order: 1; 
    } 

    .thumbnail-gallery img {
        height: 100px;
        width: 100%;
    }

    .product-info {
        align-items: center;
        text-align: center;
    }

  .size-options {
        justify-content: center;
  }
   .main-image {
    order: 0; 
    max-height:350px;
  }
  
  .product-info h3{
        font-size: 1.875rem;
    }
    

}

@media (max-width: 480px) {
    .product-info h1 {
        font-size: 1.875rem;
    }
    ul.allergens{
        text-align:left;
    }
    .size-btn {
        padding: 0.5rem .5rem;
    }
    .price{
        margin-top:0;
        font-size:1.2rem;
    }
    .main-image {
        max-width: 280px;
    }
    .price-cart{
        display:flex;
        flex-direction:column;
    }
    
    .title-with-icon img {
        width: 55px;
        height: 90px;
    }
}

@media (min-width: 768px) {
    
    .product-container{
        margin-top:60px;
        
    }
    
    .promo-section-small-screen{
        display:none;
    }
    
    /*.main-image{*/
    /*     width: 300px;*/
    /*}*/
   
    
    
}

  
@media (min-width: 769px) and (max-width: 1070px) {
  .product-container {
    flex-direction: column;
    align-items: center;
  }
   .main-image {
    order: 0; /* show first */
  }

  .product-images,
  .product-info {
    max-width: 100%;
  }

  .product-images {
    flex-direction: column;
    align-items: center;
  }

  .thumbnail-gallery {
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
     order: 1; 
  }
}


.checkout-page {
  padding: 6rem 2rem;
  
  background: #f7cda7;
}

.checkout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1200px;
align-items: flex-start;
  margin: 0 auto;
}

/* Shared panel style */
.checkout-form,
.order-summary {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  flex: 1 1 420px;
}

.order-summary {
  max-height: 600px;
  overflow-y: auto;
}
.order-summary::-webkit-scrollbar {
  width: 10px;
}

.order-summary::-webkit-scrollbar-track {
  background: #ffe8cc; 
  border-radius: 10px;
}

.order-summary::-webkit-scrollbar-thumb {
  background: #fcbf49;
  border-radius: 10px;
  border: 2px solid #f0b88f;
}

.order-summary::-webkit-scrollbar-thumb:hover {
  background: #ffad33;
}

/* === FORM === */
.checkout-form h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}


.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.checkout-form label {
  font-weight: bold;
  font-size: 1rem;
}

.checkout-form input, .checkout-form  {
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1.5px solid #ffdab9;
  font-size: 1rem;
  transition: 0.3s ease;
  background: #fffefb;
}

.checkout-form{
    padding:2rem;
    min-height:600px;
}

.checkout-form input:focus {
  outline: none;
  border-color: #ffa07a;
  box-shadow: 0 0 5px rgba(255, 160, 122, 0.4);
}

.checkout-form select {
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1.5px solid #ffdab9;
  font-size: 1rem;
  transition: 0.3s ease;
  background: #fffefb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 20 45 L 70 95 L 120 45' stroke='%23ff8c42' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

.checkout-form select:focus {
  outline: none;
  border-color: #ffa07a;
  box-shadow: 0 0 5px rgba(255, 160, 122, 0.4);
}


.pay-btn {
  padding: 1rem;
  background: linear-gradient(to right, #ffd6a5, #fcbf49);
  color: #333;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.3s;
}

.pay-btn:hover {
  background: linear-gradient(to right, #fcbf49, #ffd6a5);
}

/* === ORDER SUMMARY === */
.order-summary h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.order-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff8ec;
  border: 2px dashed #f0b88f;
  border-radius: 12px;
  padding: 0.8rem; 
  margin-bottom: 1rem; 
  transition: all 0.3s ease;
}

.order-card:hover {
  box-shadow: 0 8px 20px rgba(255, 181, 123, 0.3);
}

.order-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #ffe3cb;
}

.order-details h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.order-details .desc {
  font-size: 0.95rem;
  color: #555;
  margin: 0.3rem 0;
}

.order-details .price {
  font-weight: bold;
  color: #e86c36;
  font-size: 1.1rem;
}

.pricing-box {
  background: #fff6e7;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: 1px solid #ffe3cb;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.price-row.total {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
  border-top: 1px solid #ddd;
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}

.remove-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  color: #e74c3c;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.order-card {
  position: relative;
}


/* === RESPONSIVE === */
@media (max-width: 768px) {
  .checkout-container {
    flex-direction: column;
    align-items: center;
  }

  .checkout-form,
  .order-summary {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .checkout-form h2,
  .order-summary h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .order-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .order-image img {
    width: 100%;
    height: auto;
    max-width: 220px;
    margin: 0 auto;
  }

  .order-details {
    text-align: left;
    width: 100%;
  }

  .checkout-form input {
    font-size: 0.95rem;
    padding: 0.8rem;
  }

  .pay-btn {
    font-size: 1rem;
    padding: 0.9rem;
  }
}



/*contact page */

.contact-section {
  /*background: linear-gradient(to bottom right, #fff8ec, #f7cda7);*/
  padding: 8rem 2rem;
    position: relative;
  overflow: hidden;
}
.jobs-section {
  padding: 0rem 2rem 4rem 2rem;
  text-align: center;
}

.jobs-container {
  max-width: 700px;
  margin: 0 auto;
   background: rgba(255, 255, 255, 0.7);
   border-radius:20px;
   padding:2rem;
}

.jobs-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.jobs-section p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #444;
}
.decor-icon {
  position: absolute;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  max-width: 120px;
  transition: transform 0.3s ease;
}

.decor-top-left {
  top: 85px;
  left: 10px;
}

.decor-bottom-right {
  bottom: 85px;
  right: 10px;
}

.privacy-section .decor-bottom-right{
    bottom:0;
    z-index:1;
}

.privacy-section  .decor-icon,
.impressum-section .decor-icon{
    z-index:2;
}
.privacy-section .decor-top-left{
    top:85px;
}
.impressum-section .decor-top-left{
    top:85px;
}
/* Shrink or hide on small screens */
/* Adjust size & position on tablet */
@media (max-width: 768px) {
  .decor-icon {
    max-width: 100px;
   
  }

  .decor-top-left {
    top: 110px;
    left: 5px;
  }

  .decor-bottom-right {
    bottom: 115px;
    right: 5px;
  }
}

/* Adjust further on mobile but still visible */
@media (max-width: 425px) {
  .decor-icon {
    max-width: 60px;
    
  }

  .decor-top-left {
    top: 135px;
    left: 10px;
  }

  .contact-section .decor-bottom-right {
    bottom: 155px;
    right: 15px;
  }
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 50px auto;
}

.contact-form,
.contact-info {
  flex: 1 1 480px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contact-form h2,
.contact-info h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 1rem;
  border: 1.5px solid #ffd4b1;
  border-radius: 12px;
  font-size: 1rem;
  background: #fffefb;
  transition: border 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fcbf49;
  outline: none;
}

.send-btn {
  padding: 1rem;
  background: linear-gradient(to right, #ffd6a5, #fcbf49);
  color: #333;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.send-btn:hover {
  background: linear-gradient(to right, #fcbf49, #ffd6a5);
}

.social-links {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content:center;
}

.social {
  background: #ffe8d6;
  color: #e86c36;
  padding: 0.8rem;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  width:45px;
  text-align:center;
}

.social:hover {
  background: #fcbf49;
  color: #fff;
  transform: scale(1.1);
}

.map-box {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 1068px) {
    .contact-form,
    .contact-info {
        flex: 0 0 540px;
    }
  
}
    
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}


@media (max-width: 425px) {
  .contact-container {
   
    flex-direction: column;
    gap: 2rem;
  }

  .contact-form,
  .contact-info {
    padding: 1.2rem;
    border-radius: 16px;
  }

  .contact-form h2,
  .contact-info h2,
  .jobs-section h2{
    font-size: 1.5rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
    padding: 0.8rem;
  }

  .send-btn {
    font-size: 1rem;
    padding: 0.9rem;
  }

  .social {
    font-size: 1rem;
    padding: 0.6rem;
  }

  .map-box iframe {
    height: 250px;
  }
}

/*privacy page */

.privacy-section {
  position: relative;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  color: #3c2a21;
  overflow: hidden;
}

.privacy-container {
  max-width: 850px;
  margin: 80px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.privacy-container h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #d2691e;
}

.privacy-container h2 {
  font-size: 1.6rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #b3541e;
}

.privacy-container p {
  margin-bottom: 15px;
}

.privacy-container ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.privacy-container li {
  margin-bottom: 10px;
}

.privacy-container a {
  color: #d2691e;
  text-decoration: underline;
}


@media (max-width: 768px) {
  .decor-icon {
    max-width: 100px;
  }
}

@media (max-width: 425px) {
  .decor-icon {
    max-width: 60px;
  }
  .privacy-section .decor-top-left, .impressum-section .decor-top-left{
      top: 110px;
  }
  .privacy-container {
    padding: 25px;
  }
}




/*404 page */

.not-found-section {
  position: relative;
  padding: 200px 20px;
  background: #F7CDA7;
  text-align: center;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.not-found-container {
  background: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
}

.not-found-container h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #b3541e;
}

.not-found-container p {
  font-size: 1.1rem;
  color: #5a4b3b;
  margin-bottom: 15px;
}

.home-btn {
  display: inline-block;
  margin-top: 20px;
  background: #d2691e;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.home-btn:hover {
  background: #a84c13;
}
@media (max-width: 768px) {
  .not-found-container {
    padding: 30px;
  }

}





.impressum-section {
  position: relative;
  padding: 140px 20px;
  
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.impressum-container {
  max-width: 800px;
  background: white;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.impressum-container h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #b3541e;
}

.impressum-container h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #a84c13;
}

.impressum-container p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #5a4b3b;
  line-height: 1.6;
}

/* Decorative Icons */
.decor-icon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  max-width: 140px;
}

.decor-top-left {
  left: 20px;
}

.decor-bottom-right {
  bottom: 30px;
  right: 20px;
}

@media (max-width: 768px) {
  .impressum-container {
    padding: 30px;
  }
  .decor-icon {
    max-width: 90px;
  }
  
    .bg-image{
      object-fit: cover;
  }
}

@media (max-width: 425px) {
  .decor-icon {
    max-width: 60px;
  }
}



@media (max-width: 425px) {
  

  .not-found-container h1,
  .privacy-container h1,
  .privacy-container h2,
  .impressum-container h2,
  .impressum-container h1{
    font-size: 1.5rem;
  }
}

.quantity-input {
  width: 70px;
  padding: 8px 12px;
  border: 2px solid black; /* Accent border */
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  transition: border 0.3s ease;
}

.quantity-input:focus {
  outline: none;
  border-color: #d94e3b; /* Slightly darker focus color */
}

.contact-form .form-group label{
    font-size:1.3rem;
}


.contact-info p{
    font-size: 1.3rem;
}


@media (max-width: 1024px) {
    .bg-image {
        object-fit: cover;
    }
}