h1, h2, h3, h4, h5, h6 {
font-family: futura-pt, sans-serif !important;
font-weight: 800;
font-style: normal;
}
body {
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
}
.tm-header .uk-navbar-nav > li > a {
	color: #ffffff;
	font-size: 20px;
}
.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
	background: url("../images/bg-menu.jpg");
}
.tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
	background: url("../images/bg-menu.jpg");
background-position: center;
background-size: cover;
}
.uk-offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: url("../images/bg-site.jpg");
background-position: center;
background-size: cover;

	overflow-y: auto;
}
.uk-nav-default {
	font-size: 22px;
color:#fff;
	line-height: 1.75;
}
.tm-header-mobile .uk-nav-primary li a, .tm-header-mobile .uk-nav-default li a {
	color: #fff;
}
.uk-nav-default .uk-nav-sub {
	font-size: 18px;
	line-height: 1.75;
}
.uk-close {
	color: #8bece3;
}
.uk-close:hover {
	color: #fff;
}
.tm-toolbar-default {
    background: #000000;
    color: #d9d9d9;
    display: none;
}
@media only screen and (max-width: 767px) {
body {
    background-image: url('../images/bg-smart.jpg') !important; /* Pfade zum Bild anpassen */
  background-size: auto !important;  /*  Das Bild wird so skaliert, dass es den gesamten Hintergrund ausfüllt */
    background-repeat: repeat-y!important; /* Das Bild wird nicht wiederholt */
    background-attachment: fixed!important; /* Das Bild bleibt beim Scrollen fixiert */
}
}
.sppb-btn-primary {
    color: #212121;
 
}
#sp-bottom {
    background-color: #083f42;
    color: #ffffff;
    padding: 0px !important;
}
.com-content #sp-main-body {
    background-color: transparent !important;
}
.view-article .uk-article {
    background: transparent !important;
    padding: 20px;
}
.sp-copyright {
    font-size: 14px;
}
:root{
  --bg:#071418;
  --text:#e9f4f6;
  --muted:#b7d0d6;
  --accent:#8bece3;
  --line:rgba(255,255,255,.10);
  --shadow: 0 14px 32px rgba(0,0,0,.45);
  --radius:18px;
}

.menuapp{
  color:var(--text);
  max-width:1100px;
  margin:0 auto;
  padding:14px 0 70px; /* Platz für Callbutton */
  font: 16px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.menuapp__top{
  position:sticky;
  top:0;
  z-index:20;
  padding:12px 10px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(0,0,0,.40), rgba(0,0,0,.28));
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.menuapp__brand{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.menuapp__dot{
  width:40px;height:40px;border-radius:14px;
  background: radial-gradient(circle at 30% 30%, rgba(139,236,227,.95), rgba(139,236,227,.18));
  box-shadow: 0 10px 24px rgba(0,0,0,.45);
  border: 1px solid rgba(139,236,227,.35);
}
.menuapp__title{font-weight:900;font-size:18px;letter-spacing:.2px;}
.menuapp__subtitle{color:var(--muted);font-size:13px;margin-top:2px;}

.menuapp__search{
  display:flex;align-items:center;gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.26);
  margin-bottom:10px;
}
.menuapp__search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font-size:15px;
}

.menuapp__pills{display:flex;gap:8px;flex-wrap:wrap;}
.pill{
  border:1px solid var(--line);
  background: rgba(0,0,0,.22);
  color: var(--text);
  border-radius:999px;
  padding:8px 10px;
  font-size:13px;
  cursor:pointer;
  user-select:none;
  transition:.15s ease;
}
.pill[aria-pressed="true"]{
  background: rgba(139,236,227,.14);
  border-color: rgba(139,236,227,.55);
  box-shadow: 0 0 0 3px rgba(139,236,227,.10) inset;
}

.menuapp__main{margin-top:14px;display:grid;grid-template-columns:1fr;gap:12px;}

.cat {
	border: 2px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.72));
	box-shadow: var(--shadow);
	overflow: hidden;
}
.cat summary{
  list-style:none;
  padding:14px 16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.cat summary::-webkit-details-marker{display:none}
.cat[open] summary{
  border-bottom:1px solid var(--line);
  background: rgba(0,0,0,.28);
}
.chev{opacity:.75}
.cat__body{padding:10px 10px 14px;}

.muted{color:var(--muted);}
.meta{color:rgba(183,208,214,.92);font-size:12px;margin-top:4px;}
.sep{height:1px;background:var(--line);border-radius:999px;margin:10px 6px;}

.menu-item{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px;
  border-radius:14px;
}
.menu-item:hover{background: rgba(0,0,0,.24);}
.left{display:flex;gap:10px;align-items:flex-start;}
.nr{min-width:34px;font-weight:900;color:rgba(139,236,227,.95);}
.txt{display:flex;flex-direction:column;gap:2px;}
.name{font-weight:850;}
.desc{color:var(--muted);font-size:13px;}

.prices{
  display:flex;
  flex-direction:column;
  gap:6px;
  align-items:flex-end;
  text-align:right;
}
.price{
  font-weight:900;
  white-space:nowrap;
  font-size:16px;
  display:flex;
  gap:8px;
  align-items:baseline;
  justify-content:flex-end;
}
.price .tag{
  font-size:12px;
  font-weight:800;
  color: var(--muted);
  padding:2px 8px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.22);
}

/* Getränke */
.drink-head, .drink-row{
  display:grid;
  grid-template-columns: 1fr 120px 120px;
  gap:10px;
  align-items:center;
  padding:10px 10px;
  border-radius:14px;
}
.drink-head{
  padding:8px 10px;
  margin-bottom:6px;
  color: var(--muted);
  font-size:12px;
  border:1px dashed var(--line);
  background: rgba(0,0,0,.22);
}
.drink-col{text-align:right;}
.drink-row:hover{background: rgba(0,0,0,.24);}
.drink-name .name{font-weight:850;}
.drink-price{text-align:right;font-weight:900;white-space:nowrap;}
.drink-price.muted{color:var(--muted);font-weight:800;}

@media (max-width: 520px){
  .drink-head, .drink-row{grid-template-columns: 1fr 95px 95px;}
}

/* Extrabeläge */
/* Extrabeläge: kompakt + bruchsicher */
/* Extrabeläge stabilisieren */
/* Container der Extras */
.addon-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:8px 24px;
}

/* Desktop: 2 Spalten */
@media (min-width: 900px){
  .addon-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* einzelne Zeile */
.addon-row{
  display:grid;
  grid-template-columns: 1fr 70px 70px;
  gap:8px;
  align-items:start;
}

/* Text darf umbrechen */
.addon-row div:first-child{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:break-word;
  hyphens:auto;
  line-height:1.25;
}

/* Preise */
.addon-row .right{
  text-align:right;
  font-weight:800;
  white-space:nowrap;
  font-variant-numeric: tabular-nums;
}

/* Allergene */
.addon-row sup{
  font-size:10px;
  margin-left:3px;
  opacity:.8;
}
.infocard{
  background: rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding:14px 14px;
}
.infocard h3{margin:0 0 6px 0;font-size:16px;}
.infocard p{margin:0;color:var(--muted);}
.infocard .hint{margin-top:8px;color:rgba(139,236,227,.95);font-weight:800;}
.infocard .smallprint{font-size:13px;line-height:1.45;}

/* Bottom Call Button */
.callbtn{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:14px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  text-decoration:none;
  color: #052025;
  background: linear-gradient(135deg, rgba(139,236,227,1), rgba(139,236,227,.72));
  box-shadow: 0 14px 34px rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
}
.callbtn__icon{
  width:32px;height:32px;border-radius:999px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.24);
  font-weight:900;
}
.callbtn__text{font-weight:800;white-space:nowrap;}
.callbtn__text b{font-weight:950;}
@media (min-width: 1100px){
  .callbtn{bottom:18px;}
}
/* 2 Spalten Desktop / 1 Spalte Handy */
.extras-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 900px){
  .extras-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.extras-col{
  display:flex;
  flex-direction:column;
  gap:6px;
}

/* Kopfzeile */
.extras-head{
  display:grid;
  grid-template-columns: 1fr 70px 70px;
  gap:8px;
  font-weight:800;
  color: var(--muted);
  padding:4px 0 6px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Datenzeile */
.extras-row{
  display:grid;
  grid-template-columns: 1fr 70px 70px;
  gap:8px;
  align-items:start;
  padding:6px 0;
}

.extras-row:hover{
  background: rgba(0,0,0,.16);
  border-radius: 10px;
  padding-left:8px;
  padding-right:8px;
}

/* Text darf umbrechen (wichtig!) */
.extras-row > div:first-child{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:break-word;
  hyphens:auto;
  line-height:1.25;
}

/* Preise stabil + dicht */
.extras-row .right,
.extras-head .right{
  text-align:right;
  white-space:nowrap;
  font-variant-numeric: tabular-nums;
}

/* Sup wie Getränke */
.extras-row sup{
  font-size:10px;
  margin-left:3px;
  opacity:.85;
}

/* Sehr kleine Screens: Preise noch enger */
@media (max-width: 380px){
  .extras-head, .extras-row{
    grid-template-columns: 1fr 64px 64px;
    gap:6px;
  }
}
.delivery{
  margin-top:8px;
  line-height:1.5;
}

.delivery-title{
  color:#8bece3;
  font-weight:700;
}

.delivery b{
  font-weight:700;
}
.delivery-costs{
  margin-top:10px;
  max-width:520px;
}

.delivery-title{
  color:#8bece3;
  font-weight:700;
  margin-bottom:6px;
}

.delivery-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:2px 0;
  font-size:15px;
}

.delivery-row span{
  opacity:0.95;
}

.delivery-row b{
  font-weight:700;
  white-space:nowrap;
}
/* verhindert Überbreite in Flex/Grid */
.menu-item,
.menu-item .left,
.menu-item .txt,
.prices,
.extras-row,
.extras-head,
.delivery-row{
  min-width:0;
}
/* Summary Layout stabil */
/* Summary Layout */
.cat summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  padding:14px 16px;
  border-radius:12px;
  transition:background .2s ease;
}

/* Hover */
.cat summary:hover{
  background:rgba(139,236,227,.08);
}

/* alten Pfeil ausblenden */
.cat .chev{
  display:none;
}

/* neuer großer Chevron */
.cat summary::after{
  content:"";
  width:16px;
  height:16px;
  border-right:4px solid #8bece3;
  border-bottom:4px solid #8bece3;
  transform:rotate(45deg);
  transition:transform .25s ease, border-color .25s ease;
}

/* geöffnet */
.cat[open] summary::after{
  transform:rotate(-135deg);
  border-color:#ffffff;
}
/* sanfte Animation beim Öffnen */
.cat .cat__body{
  opacity:0;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease;
}

.cat[open] .cat__body{
  opacity:1;
  transform: translateY(0);
}