a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  margin: 0 !important;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --color-red: rgb(205, 23, 25);
  --color-red-dark: rgb(86, 26, 35);
  --color-yellow: rgb(229, 173, 78);
  --color-light-orange: rgb(224, 190, 166);
  --color-light-yellow: rgb(255, 254, 233);
  --color-green: rgb(18, 167, 73);
  --background-light: hsl(305, 52%, 95%);
  --background-dark: hsl(240, 52%, 5%);
  --text-color-light: hsl(300, 100%, 99%);
  --text-color-dark: hsl(240, 52%, 5%);
  --border-radius: 2px;
  --space-xs: 5px;
  --space-sm: 10px;
  --space-md: 20px;
  --space-lg: 50px;
  --space-xl: 100px;
  --border-radius-sm: 5px;
  --border-radius-lg: 10px;
  --container-width: 960px;
  --hl-font: "Bevan", serif;
  --text-font: "Julius Sans One", sans-serif;
  --h1-font-size: 100px;
  --h2-font-size: 40px;
  --h3-font-size: 29px;
  --h5-font-size: 25px;
  --text-font-size: 18px;
  --ornament-border-size: 8px;
  --easing: cubic-bezier(0.5, 0, 0.25, 1);
}
.cookie-msg {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: var(--background-dark);
  color: var(--text-color-light);
  transition: transform 0.5s cubic-bezier(0.99, -0.62, 0.33, 0.63);
  box-shadow: 0px 20px 0px 0px var(--background-dark);
}
/*
.normal-banner {
  background-image: url(../img/background-header_dunkler.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
  */
.normal-banner {
  position: relative;
  height: 640px;
}
.normal-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
  z-index: 0;
}
.normal-banner .container,
.normal-banner .intro {
  z-index: 1;
  position: relative;
  min-width: 100%;
}

.cookie-msg .container {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  align-items: center;
  padding: var(--space-md) var(--space-sm);
}
.cookie-msg p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.cookie-msg a {
  color: #fff;
  font-size: 14px;
  font-family: "PT Sans Narrow", sans-serif;
  text-decoration: underline;
}
.cookie-msg .btn-cookie {
  cursor: pointer;
  border: none;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  color: var(--text-color-light);
}
.cookie-msg .btn-cookie:hover {
  text-decoration: underline;
}
.cookie-msg .accept-cookies {
  background-color: var(--color-pink);
}
.cookie-msg .reject-cookies {
  background-color: rgba(0, 0, 0, 0);
}
#cookieConsent a {
  font-size: 12px !important;
  text-decoration: underline !important;
}
#acceptCookies {
  margin-top: 10px;
}
.hidden {
  transform: translateY(100%);
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
.container {
  max-width: var(--container-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--space-lg) !important;
  height: 100% !important;
}
#lieferservice-headline .split span,
#lieferservice-headline h1 span {
  text-transform: lowercase;
}

/* Mordal für Cookies */

#cookieConsent {
  position: fixed;
  min-width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000;
  max-width: 400px;
  text-align: center;
  display: none;
}
#cookieConsent p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
#cookieConsent button {
  margin-right: 10px;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1em;
  font-family: var(--text-font);
}
#acceptCookies {
  background-color: #4caf50;
  color: white;
  width: 150px;
  height: 35px;
  font-size: 1em;
}
#declineCookies {
  background-color: #f44336;
  color: white;
  width: 150px;
  height: 35px;
}

#cookieConsent h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

/* Slider */

.sombrero-slider {
  overflow: hidden;
  color: white;
}

.sombrero-slider .slider-wrapper {
  height: 100%;
  width: calc(380px * 30);
  display: flex;
  gap: 80px;
  animation: somberoslide 50s linear infinite;
}
.sombrero-slider .slider-wrapper:hover {
  animation-play-state: paused;
}

.sombrero-slider .slideshow {
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sombrero-slider .img-container {
  overflow: hidden;
  position: relative;
}
.img-container img {
  max-width: 100% !important;
}

.sombrero-slider img {
  object-fit: cover;
  width: 300px;
}

.sombrero-slider .info {
  text-align: center;
  transition: all 500ms ease;
  margin-top: 20px;
}

.sombrero-slider .title {
  font-weight: 500;
  text-align: center;
  font-size: 1em;
  font-family: var(--text-font);
}

@keyframes somberoslide {
  0% {
    transform: translateX(0); /* Start: erste Original-Slide am linken Rand */
  }
  100% {
    transform: translateX(
      -3800px
    ); /* Ende: letzte Original-Slide am rechten Rand verschwunden */
  }
}

.section-gallery .gallery-wrapper .gallery-slide {
  position: relative;
  align-items: center;
  display: flex;
  flex: 0 0 100%;
}
.section-gallery .gallery-wrapper:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.section-gallery .gallery-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.beschwerdeurl {
  word-wrap: break-word;
}
#reservierung-hero h1 {
  font-size: 1.6em;
}
#speisen-karte {
  padding: 0;
}
.location-gallery-wrapper {
  padding-bottom: 0 !important;
}
.gallery-controls .fa {
  font-size: 3em;
  color: white;
  padding: 20px;
}
.offers-food-card .ornament-border:hover {
  transform: rotate(-2deg);
}
.section-action .ornament-border:hover {
  transform: rotate(-2deg);
}

.section-info .container span a {
  color: white !important;
  font-size: var(--h3-font-size) !important;
  font-family: var(--text-font) !important;
  text-decoration: underline !important;
}

.split .ornament-border-black .fbold span {
  display: block;
}
.link-highlight {
  color: var(--color-red) !important;
  text-shadow: var(--color-red) 0 0 1px !important;
}
.section-navigation ul {
  padding: 0px;
}
.normal-banner .container.intro {
  position: absolute !important;
  bottom: 0;
  left: 50% !important;
  transform: translate(-50%);
  width: 100% !important;
}
.split h3 a {
  font-family: var(--text-font) !important;
  font-size: var(--h3-font-size) !important;
  font-weight: 700;
  color: var(--text-color-dark) !important;
}
.carousel-item img:first-child {
  display: block;
}
.carousel-item img:nth-child(2) {
  display: none;
}
.carousel-item img:last-child {
  display: none;
}

/* --------- Media Querries --------- */

@media screen and (max-width: 590px) {
  .carousel-item img:first-child {
    display: none !important;
  }
  .carousel-item img:nth-child(2) {
    display: none !important;
  }
  .carousel-item img:last-child {
    display: block !important;
  }
  #cookieConsent button {
    margin-right: 10px;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1em;
    font-family: var(--text-font);
  }
  #cookieConsent {
    border-radius: 0;
    width: 200px !important;
    padding: 10px;
    margin: 0;
  }
  #cookieConsent p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100% !important;
  }
  #acceptCookies {
    background-color: #4caf50;
    color: white;
    width: 40%;
    height: 35px;
    font-size: 1em;
  }
  #declineCookies {
    background-color: #f44336;
    color: white;
    width: 40%;
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .section-action .ornament-border a::after {
    right: 50%;
    top: -30% !important;
    transform: rotate(90deg);
  }
  .section-info .container span a {
    display: block;
  }
  .fbold span {
    display: block;
  }
  .section-contactbar .container p,
  .section-contactbar .container a {
    font-size: 0.8em !important;
  }
  .section-info .container p span {
    display: block;
    font-size: 0.7em;
  }
  .section-action .container .ornament-border p {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .section-action .container .ornament-border a {
    font-size: 0.9em !important;
    width: 200px;
  }
  .section-location .container.split {
    padding: 30px !important;
  }
  .section-contact .contact-cards {
    align-items: center;
  }
  .section-contact .insta-after span {
    right: 180px;
  }

  .section-contact .contact-info h2 {
    font-size: 1.4em;
  }
  .section-contact .container {
    padding: 10px !important;
  }
  #location-headline {
    padding: 0 !important;
  }
  #location-headline h1 {
    font-size: 2em;
    word-wrap: normal;
  }
  .section-footer .container {
    padding: 10px !important;
  }
  .section-info.section-info-red .container {
    padding: 10px !important;
  }
  .reservation-phone h3 a {
    font-size: 0.8em !important;
  }
  #lieferservice-headline h1 {
    font-size: 1.7em !important;
  }
  #impressum-header {
    padding: 10px !important;
  }
  #datenschutz-header {
    padding: 10px !important;
  }
  #datenschutz-header h3,
  #datenschutz-header h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 992px) {
  .carousel-item img:first-child {
    display: none;
  }
  .carousel-item img:nth-child(2) {
    display: block;
  }
  .carousel-item img:last-child {
    display: none;
  }
  .section-action .ornament-border a::after {
    right: 50%;
    top: -70%;
    transform: rotate(90deg);
  }
  .section-info .container span a {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .section-action .container .ornament-border p {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .section-action .ornament-border a::after {
    right: 50%;
    top: -70%;
    transform: rotate(90deg);
  }
  .section-info .container span:last-child {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .section-action .container .ornament-border p {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .section-action .ornament-border a::after {
    right: 50%;
    top: -70%;
    transform: rotate(90deg);
  }
  .container {
    padding: 0 var(--space-sm) !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
  #reservierung-hero h1 {
    font-size: 2.5em !important;
  }
}
.split {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .split {
    flex-direction: column;
  }
  .normal-banner {
    position: relative;
  }
  .split > * {
    width: 100%;
  }
}
.split > * {
  flex-grow: 1;
}
p {
  font-family: var(--text-font);
  font-size: var(--text-font-size);
  line-height: 140%;
  color: var(--text-color-dark);
}
p .bold {
  font-weight: 700;
}
a {
  font-family: var(--text-font) !important;
  color: var(--text-color-dark) !important;
  font-size: var(--text-font-size) !important;
  text-decoration: none !important;
}
h1 {
  font-weight: 700;
  font-family: var(--hl-font);
  font-size: var(--h1-font-size);
  word-wrap: break-word;
  color: var(--text-color-dark);
  line-height: 1.15em;
  text-shadow: 5px 5px 10px #000;
}
.ornament-border {
  color: white !important;
}

@media (max-width: 1200px) {
  h1 {
    font-size: var(--h3-font-size);
  }
}
h2 {
  font-weight: 700;
  font-family: var(--hl-font);
  font-size: var(--h2-font-size);
  color: var(--text-color-dark);
}
@media (max-width: 1200px) {
  h2 {
    font-size: var(--h3-font-size);
  }
}
h3 {
  font-family: var(--text-font);
  font-size: var(--h3-font-size);
  font-weight: 700;
  color: var(--text-color-dark);
}
h4 {
  font-weight: 700;
  font-family: var(--hl-font);
  font-size: var(--h2-font-size);
  color: var(--text-color-dark);
}
h5 {
  font-weight: 700;
  font-family: var(--hl-font);
  font-size: var(--h5-font-size);
  color: var(--text-color-dark);
}
.bold {
  font-weight: 700;
}

.styled-button {
  border: none;
  box-shadow: inset 0px 0px 0px 3px var(--color-pink);
  background: none;
  color: var(--color-pink);
  font-size: var(--h4-font-size);
  padding: 10px 20px;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: all 0.2s var(--easing);
  margin-bottom: var(--space-md);
}
.styled-button:hover {
  color: var(--text-color-light);
  box-shadow: inset 0px 0px 0px 30px var(--color-pink);
  transform: scale(1.2);
}
.fade-up {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: var(--easing);
}
.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.btn-scroll-up {
  position: fixed;
  display: none;
  bottom: var(--space-lg);
  right: var(--space-lg);
  background-color: var(--background-light);
}
.ornament-border {
  border: 8px solid rgba(0, 0, 0, 0);
  border-image: url("../img/ornament-border-90.png");
  border-image-slice: 30;
  border-image-width: 8px;
  border-image-repeat: round;
}
.ornament-border-black {
  border: 8px solid rgba(0, 0, 0, 0);
  border-image: url("../img/ornament-border-90-b.png");
  border-image-slice: 30;
  border-image-repeat: round;
}
.ornament-border-line {
  border: 8px solid rgba(0, 0, 0, 0);
  border-image: url("../img/ornament-border-90.png");
  border-image-slice: 30;
  border-image-repeat: round;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.ornament-border-line-black {
  border: 8px solid rgba(0, 0, 0, 0);
  border-image: url("../img/ornament-border-90-b.png");
  border-image-slice: 30;
  border-image-repeat: round;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.double-headline h2,
.double-headline h3 {
  text-transform: uppercase;
}
.double-headline h3 {
  font-family: var(--hl-font);
  font-size: 1rem;
  margin-top: var(--space-xs);
}
.double-headline .ornament-border-line,
.double-headline .ornament-border-line-black {
  margin: var(--space-sm) 0;
  width: 50%;
}
.section-contactbar {
  background-color: var(--color-yellow);
}
.section-contactbar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-top: var(--space-xs) !important;
  padding-bottom: var(--space-xs) !important;
  font-size: 1rem;
}
.section-contactbar .container p,
.section-contactbar .container i,
.section-contactbar .container a {
  color: #fff !important;
  text-transform: uppercase;
  margin: auto 0;
}
header {
  position: relative;
  background-color: #cdcdcd;
  background-image: url("../img/pattern-aztek-4.png");
  background-size: cover;
}
.section-logo .container {
  display: flex;
  justify-content: center;
  padding: 2rem 0 !important;
}
.section-logo .container img {
  max-width: 250px;
}
.section-navigation {
  background-color: hsla(0, 0%, 100%, 0.2);
  padding: var(--space-sm) !important;
}
.section-navigation ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .section-navigation ul {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .section-navigation ul li:first-child {
    width: 100%;
    text-align: center;
  }
}
.section-navigation a:hover,
.section-navigation a.active {
  text-decoration: #000 wavy underline !important;
  text-underline-offset: 0.1em !important;
  text-decoration-thickness: 1px !important;
}
.section-navigation .fa-home {
  font-size: 150%;
}

/* Altes Banner CSS */

.section-hero {
  background-image: url("../img/hero-banner.jpg");
  background-size: cover;
  background-position: 50% 15%;
  min-height: 650px;
  display: grid;
}
.section-hero img {
  display: none;
}
@media (max-width: 768px) {
  .section-hero {
    background-size: cover;
    min-height: 350px;
  }
}
@media (max-width: 1200px) {
  .section-hero {
    background-position: 0% 15%;
  }
}
@media (min-width: 1700px) {
  .section-hero {
    background-position: 50% 35%;
  }
}
.section-hero .container {
  display: flex;
  align-items: flex-end;
  width: 70%;
}
@media (max-width: 768px) {
  .section-hero .container {
    width: auto;
  }
}
.section-hero h1 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 4vh;
  margin-left: 1vh;
}
@media (max-width: 768px) {
  .section-hero h1 {
    font-size: 2.3rem;
  }
}
.section-hero h1::before,
.section-hero h1::after {
  content: "";
  position: absolute;
  background-image: url("../img/ornament-border.svg");
  background-size: var(--ornament-border-size);
}
.section-hero h1::before {
  width: var(--ornament-border-size);
  height: calc(var(--ornament-border-size) * 11);
  bottom: calc(var(--ornament-border-size) * -1);
  left: calc(var(--ornament-border-size) * -2);
}
.section-hero h1::after {
  width: calc(var(--ornament-border-size) * 16);
  bottom: calc(var(--ornament-border-size) * -1);
  left: calc(var(--ornament-border-size) * -2);
  height: var(--ornament-border-size);
}
.event .section-hero {
  background-image: none;
  background-color: #41a535;
  min-height: auto;
}
.event .section-hero .headline {
  display: none;
}
.event .section-hero .event-image {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-size: cover;
}

/* ==== BANNER NEUES CSS ==== */

/* Normal-Banner */
/*
.normal-banner {
  background-image: url("../img/hero-banner.jpg");
  background-size: cover;
  background-position: 50% 15%;
  min-height: 650px;
  display: grid;
}
  */
.carousel-item {
  width: 100%;
  height: auto;
  transition: transform 2s ease-in-out !important;
}
.carousel-item.active {
  display: flex;
  justify-content: center;
  vertical-align: middle;
}
.normal-banner .container:first-child {
  min-width: 100vw;
  max-height: 650px;
}

.normal-banner {
  overflow: hidden;
  position: relative;
  max-height: 650px;
}

@media (max-width: 768px) {
  .normal-banner {
    background-size: cover;
    min-height: 350px;
  }
  .normal-banner .container.intro {
    position: absolute;
    top: 50%;
    left: 0;
  }
  .carousel-item:last-child img {
    object-fit: cover;
    width: 100%;
    height: 650px;
  }
  .carousel-item:first-child img {
    object-fit: cover;
    width: 100%;
    height: 650px;
  }
  .normal-banner h1 {
    font-size: 2em !important;
    overflow-wrap: normal;
    max-width: 350px;
  }
  .normal-banner {
    height: 420px;
  }
  .normal-banner h1 {
    max-width: 300px !important;
  }
}

@media (min-width: 769px) {
  .carousel-item.active img {
    object-fit: cover;
    width: 100%;
    height: 650px;
  }
  .carousel-item img {
    object-fit: cover;
    object-position: 0% 30%;
    width: 100%;
    height: 650px;
  }
  .normal-banner .container:first-child {
    max-height: 650px;
  }
  .container.intro {
    position: absolute;
    top: 50%;
    left: 20%;
  }
}
@media (min-width: 992px) {
  .normal-banner .container.intro {
    position: absolute;
    top: 50%;
    left: 26%;
  }
  .normal-banner .container img {
    width: 100%;
  }
  .normal-banner h1 {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .normal-banner {
    background-position: 0% 15%;
  }
}
@media (min-width: 1700px) {
  .normal-banner {
    background-position: 50% 35%;
  }
}
.normal-banner h1 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 4vh;
  margin-left: 1vh;
  max-width: 920px;
  margin: 0 auto;
}
.normal-banner h1::before,
.normal-banner h1::after {
  content: "";
  position: absolute;
  background-image: url("../img/ornament-border.svg");
  background-size: var(--ornament-border-size);
}
.normal-banner h1::before {
  width: var(--ornament-border-size);
  height: calc(var(--ornament-border-size) * 11);
  bottom: calc(var(--ornament-border-size) * -1);
  left: calc(var(--ornament-border-size) * -2);
}
.normal-banner h1::after {
  width: calc(var(--ornament-border-size) * 16);
  bottom: calc(var(--ornament-border-size) * -1);
  left: calc(var(--ornament-border-size) * -2);
  height: var(--ornament-border-size);
}

@media (max-width: 768px) {
  .normal-banner .container {
    width: auto;
  }
}

.event .normal-banner {
  display: none;
}

/* Event-Banner */

body:not(.event) .event-banner {
  display: none;
}

.event-banner {
  background-image: url("../img/event/betriebsferien/banner-startseite-betriebsferien.jpeg");
  background-size: cover;
  background-position: 50% 15%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px 15px;
}
.event-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Anpassen je nach Event (auch hinzufügen/entfernen erlaubt) */
.img-1 {
  width: 600px;
}
.img-2 {
  width: 500px;
}
.img-3 {
  width: 750px;
}
.img-4 {
  width: 600px;
}

@media (max-width: 768px) {
  .event-banner {
    background-size: cover;
    min-height: 350px;
  }
  .img-1 {
    width: 500px;
  }
  .img-2 {
    width: 375px;
  }
  .img-3 {
    width: 600px;
  }
  .img-4 {
    width: 450px;
  }
}
/*
@media (max-width: 1440px) {
  .img-1 {
    filter: invert(1);
  }
}*/

@media (max-width: 1200px) {
  .event-banner {
    background-position: 100% 80%;
  }
}

@media (max-width: 1700px) {
  .event-banner {
    background-position: 100% 50%;
  }
}

@media (min-width: 1700px) {
  .event-banner {
    background-position: 100% 75%;
  }
}

/* ============= */

a {
  color: var(--text-color-dark) !important;
  text-decoration: none !important;
}

/* slider automatisierung delay */

.slide-track {
  display: flex;
  width: calc(200%);
  animation: scroll 10s linear infinite;
  animation-delay: -1s;
}
.slide-gallery {
  padding: 50px 0px;
  overflow: hidden;
}
.slide-gallery .slide-track .slide {
  color: white;
  text-align: center;
  max-width: 400px;
  max-height: 400px;
}
.slide-gallery .slide img {
  width: 200px;
}
.slide-gallery .slide h3 {
  font-size: 1.3em;
  margin-top: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* --------------------------------------------- */

/* Write your CSS code here */
.sombreroslider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0px 0px 0px;
  padding-bottom: 50px;
  overflow: hidden;
}

.title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}

/* ---------------------------------------------- */

.section-intro {
  background-color: rgba(0, 0, 0, 0.03);
  background-image: url("../img/pattern-aztek-4.png");
  background-size: cover;
  padding: var(--space-lg) 0;
}
.section-intro .container {
  display: flex;
}
.section-intro h2 {
  text-transform: uppercase;
  font-family: var(--text-font);
  initial-letter: 2;
}
.section-intro h2 span {
  font-size: 180%;
}
.section-intro p {
  margin-top: 1rem;
  max-width: 60ch;
}
.section-intro img {
  max-width: 100%;
  transform: scale(0.8);
  height: auto;
}
.section-info {
  background-color: var(--color-yellow);
}
.section-info p {
  width: 100%;
  text-align: center;
  font-size: var(--h3-font-size);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-info .container {
  padding-top: var(--space-sm) !important;
  padding-bottom: var(--space-sm) !important;
  min-width: 100% !important;
}
.section-action {
  background-color: var(--color-red);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.section-action .ornament-border {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-action p {
  color: #fff;
  font-family: var(--hl-font);
  text-align: center;
  font-size: var(--h2-font-size);
  line-height: 1;
}
@media (max-width: 1200px) {
  .section-action p {
    font-size: var(--h3-font-size);
  }
}
.section-action a {
  margin-top: var(--space-xs);
  display: block;
  background-color: beige !important;
  padding: var(--space-sm) var(--space-md);
  position: relative;
  font-family: var(--hl-font) !important;
  text-transform: uppercase !important;
}
@media (max-width: 1200px) {
  .section-action a {
    margin-top: var(--space-sm);
    font-size: 55%;
  }
}
.section-action a::after {
  content: "";
  position: absolute;
  right: calc(-1em - var(--space-xs));
  top: 0;
  width: 0;
  height: 0;
  border-top: 1em solid rgba(0, 0, 0, 0);
  border-left: 1em solid #000;
  border-bottom: 1em solid rgba(0, 0, 0, 0);
}
.section-footer {
  background-image: url("../img/pattern-aztek-4.png");
  border-top: 30px solid gray;
}
.section-footer .container {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}
.section-footer p {
  text-align: center;
}
.section-footer .fa-instagram {
  font-size: 150%;
}
.section-contact {
  background-color: var(--color-light-orange);
  background-image: url("../img/pattern-aztek-4.png");
  padding-top: var(--space-md);
  padding-bottom: var(--space-lg);
}
.section-contact .logo-container {
  display: flex;
  justify-content: center;
  margin-top: var(--space-md);
  margin-bottom: var(--space-lg);
}
.section-contact .logo-container img {
  max-width: 220px;
}
.section-contact .contact-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: var(--space-xl);
}
@media (max-width: 768px) {
  .section-contact .contact-cards {
    flex-direction: column;
  }
}
.section-contact .contact-info .ornament-border-black {
  width: min-content;
}
@media (max-width: 1200px) {
  .section-contact .contact-info .ornament-border-black {
    margin-top: 2rem;
    max-width: 83%;
  }
}
@media (max-width: 768px) {
  .section-contact .contact-info .ornament-border-black {
    width: 100%;
  }
}
.section-contact h2 {
  margin-top: var(--space-lg);
  line-height: 1.1;
  margin-bottom: var(--space-md);
}
.section-contact .ornament-border-black {
  padding: var(--space-md);
}
.section-contact .ornament-border-line {
  margin-bottom: var(--space-md);
}
.section-contact .split {
  gap: var(--space-xl);
}
.section-contact i {
  font-size: var(--h1-font-size);
}
.section-contact .insta-after {
  margin-top: var(--space-md);
  display: block;
  position: relative;
  width: min-content;
}
.section-contact .insta-after span {
  display: block;
  position: absolute;
  top: 50px;
  right: -180px;
  transform: rotate(-5deg);
}
.section-contact .insta-after .fa-caret-left {
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 45px;
  right: -50px;
  transform: rotate(15deg);
}
.contact-card {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  aspect-ratio: 1/1;
  text-align: center;
  transition: all 0.2s ease-out;
}
.section-footer .container {
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .section-contact .contact-info .ornament-border-black {
    max-width: 100%;
  }
  .contact-card {
    width: 83%;
    aspect-ratio: auto;
  }
}
.contact-card img {
  max-width: 50%;
  height: auto;
}
.contact-card img,
.contact-card p {
  transition: all 0.2s ease-out;
}
.contact-card:hover {
  transform: rotate(-2deg);
  background-color: hsla(0, 0%, 100%, 0.2);
}
.contact-card:hover img,
.contact-card:hover p {
  transform: scale(1.2);
}
.location-gallery-wrapper {
  background-image: url("../img/pattern-aztek-4.png");
  background-size: cover;
  padding-bottom: var(--space-lg);
}
.section-location {
  padding-top: var(--space-lg);
}
.section-location img {
  max-width: 400px;
}
.section-location .split {
  align-items: flex-end;
  gap: 3rem;
  justify-content: space-between;
  padding: 0 !important;
}
.section-location p {
  max-width: 40ch;
}
.section-location h3 {
  font-family: var(--hl-font);
  font-size: var(--h4-font-size);
}
.section-location h2,
.section-location h3 {
  text-transform: uppercase;
}
.section-location .ornament-border-line-black {
  max-width: 50%;
}
.section-gallery {
  position: relative;
  overflow: hidden; /* Nur 1 Bild sichtbar */
  padding-bottom: 60px;
}

.section-gallery .gallery-wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.section-gallery .gallery-slide {
  flex: 0 0 100%; /* jedes Bild = 100% Breite */
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-gallery .gallery-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Navigation */
.section-gallery .gallery-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.section-gallery .navigate {
  cursor: pointer;
  font-size: 80px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  pointer-events: auto;
  transition: 0.3s ease;
}

.section-gallery .navigate:hover {
  color: var(--main-color-light);
}

.section-offers {
  padding-top: 5rem;
  background-image: url("../img/bg-slate.jpg");
  background-size: cover;
}

.section-offers .offers-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 3fr 2fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .section-offers .offers-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .section-offers .offers-grid .offers-drinks-text {
    order: 1;
  }
  .section-offers .offers-grid .offers-drinks-img {
    order: 2;
  }
  .section-offers .offers-grid .offers-food-text {
    order: 3;
  }
  .section-offers .offers-grid .offers-food-card {
    order: 4;
  }
}
.section-offers .offers-grid p {
  max-width: 30ch;
}
.section-offers .offers-grid img {
  width: 100%;
  max-width: 50ch;
}
.section-offers .offers-grid h2,
.section-offers .offers-grid h3 {
  color: #fff;
}
.section-offers .offers-food-text {
  position: relative;
}
.section-offers .offers-food-text img {
  position: absolute;
  max-height: 250px;
  width: auto;
  text-align: right;
  right: -50px;
  transform: rotate(18deg);
}
.section-offers .offers-food-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-offers .offers-food-card {
    align-items: center;
  }
}
.section-offers .offers-food-card img {
  max-width: 30ch;
  margin-bottom: 1rem;
}
.section-offers .offers-food-card a {
  display: inline-block;
  width: max-content;
  padding: var(--space-sm);
  background-color: var(--color-red);
  color: #fff;
  border-image-width: var(--ornament-border-width);
}
.section-offers .offers-drinks-img img {
  max-width: 50ch;
}
.section-offers p {
  color: #fff;
}
.section-offers img {
  max-width: 70%;
  height: auto;
}
.section-offers .slider-container {
  padding: 4rem 0;
  position: relative;
  width: 100%;
}
.section-offers .slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .section-offers .slider h3 {
    font-size: 1rem;
  }
}
.section-offers .slide {
  flex: 0 0 33.33333%;
  text-align: center;
}
@media (max-width: 720px) {
  .section-offers .slide {
    flex: 0 0 50%;
  }
}
.section-offers .slide h3 {
  margin-top: 1rem;
  color: #fff;
}
.section-offers .arrow {
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem !important;
  color: #fff !important;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
}
.section-offers .arrow:disabled {
  cursor: not-allowed;
}
.section-offers .left-arrow {
  left: 10px;
}
.section-offers .right-arrow {
  right: 10px;
}
.section-location-intro {
  background-image: url("../img/pattern-aztek-4.png");
  background-size: cover;
  padding: var(--space-lg) 0;
}
.section-location-intro .split {
  gap: 2rem;
  justify-content: space-between;
}
.section-location-intro .split:last-child {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section-location-intro .split:last-child {
    flex-direction: column-reverse;
  }
}
.section-location-intro p {
  max-width: 40ch;
}
.section-location-intro img {
  max-width: 55%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-location-intro img {
    max-width: 100%;
  }
}

/* NEU */

.section-location-intro .split-responsive {
  display: flex;
  flex-direction: row;
  gap: var(--space-lg);
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-location-intro .split-responsive .double-headline {
  flex: 1;
}

.section-location-intro .split-responsive .delivery-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.section-location-intro .margarita-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
}

/* 🔻 Responsive: Bild unter Text ab max-width: 900px */
@media (max-width: 900px) {
  .section-location-intro .split-responsive {
    flex-direction: column;
  }
  .section-location-intro .split-responsive .delivery-image {
    order: 2;
  }

  .section-location-intro .split-responsive .double-headline {
    order: 1;
  }

  .section-location-intro .margarita-img {
    max-width: 100%;
    margin: 0 auto;
    height: 300px !important;
  }
}

/* ===== */
.subpage-location .section-hero {
  background-image: url("../img/aussenterasse_014.jpg");
  background-size: cover;
  background-position: 50% 15%;
}
@media (max-width: 768px) {
  .subpage-location .section-hero {
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .subpage-location .section-hero {
    background-position: 50% 15%;
  }
}
@media (min-width: 1700px) {
  .subpage-location .section-hero {
    background-position: 50% 15%;
  }
}
.subpage-location .section-hero .container {
  display: block;
  align-items: flex-start;
  width: 85vw;
  max-width: var(--container-width);
}
.subpage-location .section-hero h1 {
  text-align: right;
  margin: 0;
  margin-top: 8vh;
  margin-right: 1vh;
  flex: 1;
}
.subpage-location .section-hero h1::before {
  width: var(--ornament-border-size);
  height: calc(var(--ornament-border-size) * 11);
  bottom: calc(var(--ornament-border-size) * -1);
  left: auto;
  right: calc(var(--ornament-border-size) * -2);
}
.subpage-location .section-hero h1::after {
  width: calc(var(--ornament-border-size) * 16);
  bottom: calc(var(--ornament-border-size) * -1);
  left: auto;
  right: calc(var(--ornament-border-size) * -2);
  height: var(--ornament-border-size);
}
.subpage-location h6 {
  font-size: 3rem;
}
.subpage-location .location-gallery-wrapper {
  background-color: var(--color-light-yellow);
  padding-bottom: 3rem;
}
.subpage-location .section-info-red {
  background-color: var(--color-red);
}
.section-food-offers {
  background-image: url("../img/bg-slate.jpg");
  background-size: cover;
  padding: var(--space-lg) 0;
  padding-bottom: var(--space-xl);
}
.section-food-offers p,
.section-food-offers h2,
.section-food-offers h4 {
  color: #fff;
}
.section-food-offers h4 {
  font-family: var(--text-font);
}
.section-food-offers img {
  height: auto;
}
.section-food-offers img.food {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .section-food-offers img.food {
    max-width: 100%;
  }
}
.section-food-offers img.card {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .section-food-offers img.card {
    max-width: 100%;
  }
}
.section-food-offers img.aztec-icon {
  max-width: 150px;
  position: absolute;
  right: -50%;
  bottom: -50%;
  transform: rotate(-18deg);
}
.section-food-offers img.hombre-icon {
  max-width: 150px;
  position: absolute;
  right: 0%;
  bottom: -25%;
  filter: invert(100%);
}
.section-food-offers .split {
  gap: 3rem;
  align-items: center;
}
.section-food-offers .split div {
  position: relative;
}
.subpage-foodcard .section-contact {
  padding-top: 0;
  padding-bottom: var(--space-lg);
  background-color: rgba(240, 240, 16, 0.3);
}
.subpage-foodcard .logo-container {
  margin: 0;
}
.subpage-foodcard i.fa-caret-down {
  transform: translateY(-70px);
  text-shadow: 0px 3px 0px #000;
  font-size: 8rem;
  color: #fff;
}
.subpage-foodcard .section-footer {
  border: none;
}
.subpage-foodcard .contact-cards {
  flex-wrap: wrap;
  justify-content: center;
}
.subpage-foodcard .contact-cards .contact-card {
  flex-basis: 25%;
}
.subpage-action .section-info-red {
  background-color: var(--color-red);
}
.subpage-action .section-hero {
  background-image: url("../img/hero-aktionstage.jpg");
  background-size: cover;
  background-position: 50% 75%;
}
@media (max-width: 768px) {
  .subpage-action .section-hero {
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .subpage-action .section-hero {
    background-position: 50% 75%;
  }
}
@media (min-width: 1700px) {
  .subpage-action .section-hero {
    background-position: 50% 75%;
  }
}
.section-actiondays {
  background-image: url("../img/pattern-aztek-4.png");
  background-color: #f0d590;
  background-size: cover;
  padding: var(--space-lg) 0;
}
.section-actiondays .action-hl {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: var(--space-md) 0;
}
.section-actiondays .action-hl div {
  width: 100%;
}
.section-actiondays .inline-red {
  color: var(--color-red);
}
.section-actiondays .split {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-actiondays .split-mobile-reverse {
    flex-direction: column-reverse;
  }
}
.section-actiondays h2 {
  text-transform: uppercase;
}
.section-actiondays h3 {
  max-width: 20ch;
}
.subpage-reservation .section-info-red {
  background-color: var(--color-red);
}
.subpage-reservation .section-hero {
  background-image: url("../img/hero-reservierung.jpg");
}
.section-reservation-form {
  background-image: url("../img/pattern-aztek-4.png");
  background-color: #f0d590;
  background-size: cover;
  padding: var(--space-xl) 0;
}
.section-reservation-form .split {
  justify-content: space-between;
}
.section-reservation-form .split > * {
  flex-grow: unset;
}
.section-reservation-form .reservation-phone {
  display: flex;
  gap: 1rem;
}
.section-reservation-form i {
  font-size: var(--h1-font-size);
}
.section-reservation-form i.fa-phone {
  font-size: 1em;
}
.section-reservation-form img {
  max-width: 300px;
  height: auto;
}
.section-reservation-form .input-group button {
  background-color: var(--color-red);
  color: #fff;
  border: none;
  flex: 1 1 0;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.8rem;
  font-family: var(--hl-font);
}
.section-reservation-form .input-group button:hover {
  background-color: var(--color-red-dark);
}
@media (max-width: 768px) {
  .section-reservation-form .input-group button {
    padding: 1rem 0;
  }
}
.section-reservation-form .input-group-flex {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .section-reservation-form .input-group-flex {
    flex-direction: column;
  }
}
.section-reservation-form .input-group-flex .label {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
.section-reservation-form .input-group-flex .label.submit {
  flex: 1 1 0;
}
.section-reservation-form .input-group-flex .label.email,
.section-reservation-form .input-group-flex .label.phone,
.section-reservation-form .input-group-flex .label.date,
.section-reservation-form .input-group-flex .label.personcount,
.section-reservation-form .input-group-flex .label.firstname,
.section-reservation-form .input-group-flex .label.time,
.section-reservation-form .input-group-flex .label.lastname,
.section-reservation-form .input-group-flex .label.message {
  flex: 1;
}
.section-reservation-form .input-group-flex .label label {
  margin-bottom: 0.2rem;
}
.section-reservation-form .input-group-flex .input-group-flex-child {
  flex: 1;
}
.section-reservation-form input,
.section-reservation-form textarea {
  padding: 1rem;
  height: 20px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-family: var(--text-font);
}
.section-reservation-form input::placeholder,
.section-reservation-form textarea::placeholder {
  color: #000;
  opacity: 0.2;
}
.section-reservation-form textarea {
  min-height: 3em;
  height: 100%;
  line-height: 1.4;
}
.subpage-delivery .section-info-red {
  background-color: var(--color-red);
}
.subpage-delivery .section-hero {
  background-image: url("../img/aussenterasse_011.jpg");
}
.subpage-delivery .section-footer {
  border: none;
}
.subpage-delivery .section-delivery {
  background-image: url("../img/pattern-aztek-4.png");
  background-color: #f0d590;
  background-size: cover;
  background-position: center;
  padding: var(--space-xl) 0;
}
.section-delivery .split-v {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-md);
  justify-content: space-between;
}
.section-delivery .split-v:first-child {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section-delivery .split-v {
    align-items: center;
  }
}
.section-delivery .ornament-border-black {
  padding: var(--space-md);
  width: max-content;
}
.section-delivery .ornament-border-black:last-child {
  text-align: right;
}
.section-delivery img {
  max-width: 70%;
  height: auto;
}
.section-delivery .services img {
  max-width: 110px;
  display: inline-block;
}

.margarita-img {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
}

.section-delivery h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-delivery h2 {
    font-size: 1.4rem;
  }
}
.section-delivery p {
  max-width: 40ch;
}
.section-delivery .contact-card {
  text-align: center !important;
}
.section-delivery h3.phone-big {
  font-size: 2.5rem;
}
html {
  scroll-behavior: smooth;
  font-size: var(--text-font-size);
  font-family: var(--text-font);
}
hr {
  transform: rotate(-2deg);
  border: 0;
  border-top: 1px solid var(--color-pink);
}
* {
  transition: all 0.2s ease-out;
}
