:root{
    --rot: #941022;
    --gelb: #fff1D4;
    --orange: #ffb974;
    --schwarz: #2e1f1f;
    --weiss: #f9f2ef;
}

body{
  font-family: "new-spirit", serif !important;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.6s ease;
  color: var(--schwarz)!important;
}

.navbar {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-design{
  background: var(--gelb);
  border-radius: 40px;
  padding: 10px 25px !important;
  margin: 0 auto;
  margin-top: 20px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.8);
}

.nav-link{
  color: var(--rot) !important;
  transition: opacity 0.2s ease-in-out;
}

.nav-shop{
  background-color: var(--rot);
  border-radius: 30px;
  color: var(--gelb) !important;
  padding: 10px 20px 10px 20px !important;
  
}

.active{
  opacity: 60%;
}

.navbar-brand {
  transition: transform 0.3s ease-in-out;
}

.navbar-brand:hover {
  transform: scale(1.1);
}

.nav-link:hover {
  opacity: 60%;
}

.a{
  color: var(--weiss)!important;
}

.img-siegel{
  max-height: 12vh;
  width: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease-in-out;
}

.img-siegel:hover{
  transform: scale(1.1);
  
}

.hero-image-shop {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    animation: slider 60s infinite ease-in-out;
}

/* Bilder wechseln */
@keyframes slider {
    0% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild4.webp"); }
    10% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild2.webp"); }
    20% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild3.webp"); }
    30% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild9.webp"); }
    40% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild11.webp"); }
    50% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild5.webp"); }
    60% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild6.webp"); }
    70% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild7.webp"); }
    80% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild8.webp"); }
    90% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild1.webp"); }
    100% { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url("../images/bild10.webp"); }
}

.hero-image-60 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),
					rgba(0, 0, 0, 0.7)),
					url("../images/platzhalter.jpg");
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
  background-attachment: fixed;
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5),
					rgba(0, 0, 0, 0.7)),
					url("../images/platzhalter.jpg");
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
  background-attachment: fixed;
}

.shop-box{
    border: var(--rot) 7px solid;
    border-radius: 40px;   
    padding: 5% !important;      
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}

.logo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.logo-fixed {
  z-index: 1;
}

.logo-rotating {
  z-index: 2;
  transform-origin: center center;
}

.logo-text {
  height: 40px; 
}

.chevron{
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.8);
  
}
.chevron-img{
  transition: transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.chevron-img:hover{
  transform: scale(1.1);
  opacity: 80%;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: none; /* Oder border: transparent; */
    color: var(--rot);
}


.hero-text {
	color: var(--weiss);
	text-align: center;
	align-self: center;
  text-shadow:  0 0 5px rgba(0, 0, 0, 0.8);
}

h1{
    font-family: "dreamboat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 60px !important;
    
}

.small-h1{
  font-size: 45px!important;
}

hr {
  border: none; /* Standard-Rahmen entfernen */
  height: 1.5px !important; /* Dicke */
  background-color: var(--rot) !important; /* Farbe */
  margin: 20px auto; /* Zentrieren und Abstand */
}

.bg-rot{
  background-color: var(--rot);
  color: var(--gelb);
  font-size: 14px;
}

.bg-gelb{
  background-color: var(--gelb) 
}

.bg-gelb-animated{
  --bg: var(--gelb);
  
}
.bg-rot-animated{
  --bg: var(--rot);
}

.color-white{
  color: var(--weiss);
}

.color-gelb{
  color: var(--gelb);
}

.socials:hover{
  transform: scale(1.1);
}

a{
  color: var(--rot)!important;
}

.btn-1{
  background-color: var(--gelb)!important;
  border: none;
  font-weight: bold;
  color: var(--rot)!important;
  border-radius: 30px !important;  
}

.klein{
  font-size: 12px;
  opacity: 80%;
}

.big{
  font-size: 20px;

}

.vinyl{
  max-height: 300px;
    transition: all 0.4s ease;
}

.vinyl:hover{
  transform: translateX(8px);

}


.carousel-item img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    background: none !important;
}

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
	text-decoration: none;
}

/* Hintergrundfarbe und Textfarbe für alle Karten */
#accordion .card { /* Heller Hintergrund */
    border: none; /* Rahmenfarbe */
    border-radius: 30px;        /* abgerundete Ecken */
    margin-bottom: 1rem; 
    background-color: var(--weiss);       /* Abstand zwischen Karten */
}

/* Karte Header */
#accordion .card-header {
    background-color: var(--rot);  /* Header-Farbe */
    color: var(--weiss)!important;             /* Textfarbe Header */
    font-size: larger;
    border-radius: 30px; /* abgerundete obere Ecken */
    font-weight: 500;
}

/* Links im Header */
#accordion .card-header .card-link {
    color: var(--weiss)!important; /* Textfarbe Link */
    text-decoration: none;       /* Kein Unterstrich */
    display: block;   
    transition: 0.3s;           /* Vollflächig klickbar */
}

/* Hover-Effekt für Header */
#accordion .card-header .card-link:hover {
 /* Hover-Farbe */
    opacity: 60%;
}

/* Karte Body */
#accordion .card-body {
    background-color: var(--weiss); /* leicht hellgelblich */
    padding: 1rem 1.5rem;
    border-radius: 0 0 30px 30px; /* abgerundete untere Ecken */
}

.card-header{
  text-align: center ;
}

#anfahrt .embed-responsive {
    border-radius: 30px !important;          /* abgerundete Ecken */
    overflow: hidden;             /* runde Ecken für iFrame */
}



/* Hintergrundfarbe und Textfarbe für alle Karten */
#accordion-shop .card { /* Heller Hintergrund */
    border: none; /* Rahmenfarbe */
    border-radius: 30px;        /* abgerundete Ecken */
    margin-bottom: 1rem; 
    background-color: var(--weiss);       /* Abstand zwischen Karten */
}

/* Karte Header */
#accordion-shop .card-header {
    background-color: var(--gelb);  /* Header-Farbe */
    color: var(--schwarz)!important;             /* Textfarbe Header */
    font-size: larger;
    border-radius: 30px; /* abgerundete obere Ecken */
    font-weight: 600;
}

/* Links im Header */
#accordion-shop .card-header .card-link {
    color: var(--schwarz)!important; /* Textfarbe Link */
    text-decoration: none;       /* Kein Unterstrich */
    display: block; 
    transition: 0.3s;            /* Vollflächig klickbar */
}
/* Karte Body */
#accordion-shop .card-body {
    background-color: var(--weiss); /* leicht hellgelblich */
    padding: 1rem 1.5rem;
    border-radius: 0 0 30px 30px; /* abgerundete untere Ecken */
}

#accordion-shop .card-header .card-link:hover {
 /* Hover-Farbe */
    
    opacity: 60%;
}

.close-btn {
    position: fixed;
    top: 0px;
    right: 50px;
    font-size: 70px;
    text-decoration: none;
    z-index: 9999;
    font-weight: 300;
}
.close-btn:hover {
    opacity: 0.4;
}

.preis-tag {
    position: absolute;
    top: 20px;
    left: 35px;
    background: #fff;
    padding: 10px 18px;
    font-weight: 700;
    border-radius: 10px;
    z-index: 999;
}




/*Shop*/

.menu .menu-grid .menu-card {
  background-color: var(--weiss);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
}

.menu .menu-grid .menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.menu .menu-grid .menu-card .menu-card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.menu .menu-grid .menu-card .menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu .menu-grid .menu-card .menu-card-image:hover img {
  transform: scale(1.1);
}

.menu .menu-grid .menu-card .menu-card-image .price-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: var(--rot);
  color: var(--weiss);
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu .menu-grid .menu-card .menu-card-content {
  padding: 24px;
}

.menu .menu-grid .menu-card .menu-card-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--rot);
}

.menu .menu-grid .menu-card .menu-card-content p {
  color: color-mix(in srgb, var(--schwarz), transparent 25%);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}
/** THEME
===================================*/
.bx-wrapper {
  border: 10px solid var(--gelb);
  background: var(--schwarz);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--rot);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/arrow_red.svg') no-repeat;
  transform:rotate(90deg);
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/arrow_red.svg') no-repeat;
  transform:rotate(-90deg);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  color: transparent !important;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/arrow_red.svg') -86px -11px no-repeat;
  margin: 0 3px;
  transform:rotate(90deg);
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/arrow_red.svg') -86px -44px no-repeat;
  margin: 0 3px;
  transform:rotate(-90deg);
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

