/* ==========================================================================
   Bulls Steak House Quickborn — Stylesheet
   1:1-Nachbau von https://bulls-steak-house.de/
   Werte (Farben, Schriftgroessen, Abstaende, Geometrie) wurden aus dem
   Original per Computed-Style-Messung uebernommen.
   ========================================================================== */

/* ---------- Schriften ---------- */

@font-face {
  font-family: "Clarendon Cn BT";
  src: url("../fonts/CLRNDNBC.TTF") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}

/* ---------- Design-Tokens ---------- */

:root {
  --c-primary: #ffed00;
  --c-primary-hover: #e8d905;
  --c-dark: #262626;
  --c-light: #f8f8f8;
  --c-text: #414141;
  --c-text-dark-bg: #dcdcdf;
  --c-meta-dark-bg: rgba(255, 255, 255, 0.4);
  --c-overlay: rgba(48, 48, 51, 0.6);
  --c-hero-overlay: rgba(23, 23, 23, 0.67);
  --font-head: "Clarendon Cn BT", "Times New Roman", Times, serif;
  --font-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset / Basis ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  background: var(--c-dark);
  color: var(--c-text);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
}

img,
video,
canvas,
svg,
iframe {
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

svg {
  fill: currentColor;
}

a {
  color: #2d2e33;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: rgba(0, 0, 0, 0.9);
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding-left: 30px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e7;
}

/* ---------- Typografie ---------- */

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4 {
  margin: 0 0 20px 0;
  font-family: var(--font-head);
  font-weight: 400;
  color: var(--c-text);
  text-transform: none;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4 {
  margin-top: 40px;
}

h1,
.uk-h1 {
  font-size: 36.54px;
  line-height: 1.2;
  font-weight: 700;
}

h2,
.uk-h2 {
  font-size: 32.04px;
  line-height: 1.3;
  font-weight: 700;
}

h3,
.uk-h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h4,
.uk-h4 {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
}

h5 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

h6 {
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 42px;
  }

  h2,
  .uk-h2 {
    font-size: 36px;
  }
}

.uk-text-meta {
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-text);
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 2px;
}

.uk-text-primary {
  color: var(--c-primary) !important;
}

.uk-text-muted {
  color: #fff !important;
}

.uk-text-center {
  text-align: center;
}

.uk-text-left {
  text-align: left;
}

.uk-text-right {
  text-align: right;
}

/* Auf hellen Sektionen kehren sich Meta-/Muted-Farben um (uk-preserve-color
   entspricht dem Verhalten von uk-section-primary im Original) */
.uk-section-primary .uk-text-meta {
  color: var(--c-text);
}

.uk-section-default .uk-text-meta {
  color: var(--c-meta-dark-bg);
}

.uk-section-default .uk-text-meta.uk-text-primary {
  color: var(--c-primary) !important;
}

/* ---------- Layout: Container ---------- */

.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.uk-container-small {
  max-width: 900px;
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ---------- Layout: Sektionen ---------- */

.uk-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.uk-section-default {
  background: var(--c-dark);
  color: var(--c-text-dark-bg);
}

.uk-section-primary {
  background: var(--c-light);
  color: var(--c-text);
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Texte auf dunklen Sektionen */
.uk-section-default {
  --link-color: #fff;
}

.uk-section-default a {
  color: #fff;
}

.uk-section-default a:hover {
  color: #fff;
}

/* ---------- Layout: Grid ---------- */

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  row-gap: 20px;
}

.uk-grid > * {
  margin: 0;
  padding-left: 20px;
  box-sizing: border-box;
  min-width: 0;
}

/* :where() haelt die Spezifitaet bei 0, damit die spaeter definierten
   uk-width-* Utilities die Standardbreite ueberschreiben koennen. */
.uk-grid > :where(*) {
  flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

.uk-grid-margin {
  margin-top: 20px;
}

.uk-grid-collapse {
  margin-left: 0;
  row-gap: 0;
}

.uk-grid-collapse > * {
  padding-left: 0;
}

.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-column-large > * {
  padding-left: 40px;
}

.uk-grid-small {
  margin-left: -10px;
  row-gap: 10px;
}

.uk-grid-small > * {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px;
    row-gap: 40px;
  }

  .uk-grid > * {
    padding-left: 40px;
  }

  .uk-grid-margin {
    margin-top: 40px;
  }

  .uk-grid-collapse {
    margin-left: 0;
    row-gap: 0;
  }

  .uk-grid-collapse > * {
    padding-left: 0;
  }

  .uk-grid-small {
    margin-left: -10px;
    row-gap: 10px;
  }

  .uk-grid-small > * {
    padding-left: 10px;
  }

  .uk-grid-column-large {
    margin-left: -70px;
  }

  .uk-grid-column-large > * {
    padding-left: 70px;
  }
}

.uk-grid-row-collapse {
  row-gap: 0;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-flex {
  display: flex;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

.uk-flex-center {
  justify-content: center;
}

.uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.uk-grid-match > * > * {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
}

.uk-grid-item-match {
  display: flex;
}

.uk-grid-item-match.uk-flex-middle {
  align-items: center;
}

.uk-grid-item-match.uk-flex-bottom {
  align-items: flex-end;
}

/* ---------- Breiten ---------- */

.uk-width-1-1 {
  width: 100%;
}

.uk-width-auto {
  width: auto;
  max-width: 100%;
}

.uk-width-xlarge {
  width: 600px;
  max-width: 100%;
}

@media (min-width: 640px) {
  .uk-width-1-2\@s {
    width: 50%;
  }

  .uk-width-1-3\@s {
    width: 33.333%;
  }

  .uk-width-2-3\@s {
    width: 66.666%;
  }

  .uk-width-2xlarge\@s {
    width: 750px;
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  .uk-width-1-2\@m {
    width: 50%;
  }

  .uk-width-1-3\@m {
    width: 33.333%;
  }

  .uk-width-1-4\@m {
    width: 25%;
  }

  .uk-width-3-4\@m {
    width: 75%;
  }

  .uk-flex-first\@m {
    order: -1;
  }
}

.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Kindbreiten */
.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

@media (min-width: 640px) {
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  .uk-child-width-1-3\@s > * {
    width: 33.333%;
  }
}

@media (min-width: 960px) {
  .uk-child-width-1-3\@m > * {
    width: 33.333%;
  }

  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
}

/* ---------- Abstands-Utilities ---------- */

.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px;
}

.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }

  * + .uk-margin-large {
    margin-top: 70px;
  }
}

.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-panel {
  display: flow-root;
  position: relative;
}

.uk-panel > :last-child {
  margin-bottom: 0;
}

.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

/* ---------- Positionierung ---------- */

.uk-position-relative {
  position: relative;
}

.uk-position-absolute {
  position: absolute;
}

.uk-position-cover {
  position: absolute;
  inset: 0;
}

.uk-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-inline {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.uk-inline-clip {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.uk-hidden-visually {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Buttons ---------- */

.uk-button {
  margin: 0;
  overflow: visible;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 40px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  background-origin: border-box;
  cursor: pointer;
}

.uk-button-default {
  background-color: var(--c-primary);
  color: var(--c-text);
  border: 2px solid transparent;
}

.uk-button-default:hover,
.uk-button-default:focus {
  background-color: var(--c-primary-hover);
  color: #2d2e33;
  border-color: transparent;
}

.uk-button-primary {
  background-color: rgba(248, 248, 248, 0);
  color: var(--c-primary);
  border: 2px solid var(--c-primary);
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: var(--c-primary);
  color: var(--c-text);
  border-color: rgba(248, 248, 248, 0);
}

/* ---------- Listen ---------- */

.uk-list {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}

.uk-list > * > :last-child {
  margin-bottom: 0;
}

.uk-list > * + * {
  margin-top: 10px;
}

.uk-list-square {
  padding-left: 30px;
  list-style-type: square;
}

.uk-list-primary > ::marker {
  color: var(--c-primary) !important;
}

/* ---------- Karten ---------- */

.uk-card-body {
  display: flow-root;
  padding: 20px;
}

.uk-card-primary {
  background-color: var(--c-primary);
  color: var(--c-text);
}

.uk-card-primary .uk-h3,
.uk-card-primary h3 {
  color: var(--c-text);
}

/* ---------- Overlays ---------- */

.uk-overlay {
  padding: 20px;
}

.uk-overlay-primary {
  background: var(--c-overlay);
}

.uk-object-cover {
  object-fit: cover;
}

/* ---------- Bildmaske (organische Form) ---------- */

.tm-mask-default {
  -webkit-mask-image: url("../images/mask-default-image.svg");
  mask-image: url("../images/mask-default-image.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: round;
  mask-repeat: round;
  display: block;
}

.tm-mask-default img {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Header
   ========================================================================== */

.tm-header,
.tm-header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 980;
}

.tm-header {
  display: none;
}

.tm-header-mobile {
  display: block;
}

@media (min-width: 960px) {
  .tm-header {
    display: block;
  }

  .tm-header-mobile {
    display: none;
  }
}

.uk-navbar-container {
  background: transparent;
}

.uk-navbar {
  display: flex;
  position: relative;
  min-height: 120px;
}

.uk-navbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}

.uk-navbar-center-left {
  right: 100%;
  margin-right: 30px;
}

.uk-navbar-center-right {
  left: 100%;
  margin-left: 30px;
}

.uk-navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 50px;
}

.uk-navbar-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  transition: color 0.1s ease-in-out;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
  color: var(--c-primary);
}

.uk-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 20px;
  font-family: var(--font-body);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.uk-logo img {
  display: block;
}

.uk-navbar-item {
  display: flex;
  align-items: center;
  min-height: 80px;
}

/* Fixiertes "Tisch reservieren"-Abzeichen. Im Original ergibt sich die
   Position aus dem Navbar-Fluss (position:fixed ohne Offsets) und liegt
   konstant bei 50% + 430px / 40px vom oberen Rand. */
.tm-reservation-badge {
  position: fixed;
  z-index: 99999;
  top: 40px;
  left: calc(50% + 430px);
}

.tm-reservation-badge img {
  display: block;
  width: 139px;
  height: auto;
}

/* ---------- Mobile Header ---------- */

.tm-header-mobile .uk-navbar {
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.tm-header-mobile .uk-logo img {
  width: 100px;
  height: auto;
}

.uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 0;
  background: none;
  border: 0;
  color: var(--c-primary);
  cursor: pointer;
}

.uk-navbar-toggle-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.uk-navbar-toggle-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.uk-navbar-toggle-icon span:nth-child(1) {
  top: 3px;
}

.uk-navbar-toggle-icon span:nth-child(2) {
  top: 9px;
}

.uk-navbar-toggle-icon span:nth-child(3) {
  top: 15px;
}

/* ---------- Mobiles Vollbild-Menue ---------- */

.uk-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1010;
  overflow-y: auto;
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-modal.uk-open {
  display: block;
  opacity: 1;
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  background: rgba(38, 38, 38, 0.93);
  display: flex;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

.uk-modal.uk-open .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.uk-modal-full {
  padding: 0;
  background: none;
}

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

.uk-modal-body {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 30px;
  width: 100%;
  justify-content: center;
  min-height: 100vh;
}

.uk-modal-close-full {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.uk-modal-close-full::before,
.uk-modal-close-full::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.uk-modal-close-full::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.uk-modal-close-full::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.uk-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav-default > li > a {
  display: flex;
  padding: 8px 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

.uk-nav-default > li > a:hover {
  color: var(--c-primary);
}

.uk-nav-center {
  text-align: center;
}

.uk-nav-center > li > a {
  justify-content: center;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.tm-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Entspricht uk-cover: Element exakt in Containergroesse, Zuschnitt per
   object-fit. Nicht ueberdimensionieren – das aendert den Bildausschnitt. */
.tm-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.tm-hero-overlay {
  background-color: var(--c-hero-overlay);
}

.tm-hero-content {
  position: relative;
  width: 100%;
}

.tm-hero h1 {
  color: #fff;
}

.tm-hero .uk-panel {
  color: #fff;
}

.tm-restablo {
  text-align: right;
}

/* Leerspalte, die das Restablo-Banner nach rechts schiebt. Ab 640px steht sie
   neben der Bannerspalte (2/3 zu 1/3), darunter wuerde sie nur eine
   zusaetzliche Grid-Zeile erzeugen – das Original hat dort ebenfalls keine. */
.tm-hero-spacer {
  display: none;
}

@media (min-width: 640px) {
  .tm-hero-spacer {
    display: block;
  }
}

.tm-restablo a,
.tm-restablo img {
  display: block;
}

/* Im Original steht am Bild width="100%": es fuellt die Spalte und waechst
   mit der Fensterbreite mit. Eine feste Pixelbreite wuerde oberhalb von
   1440px eine Luecke zum rechten Rand lassen. */
.tm-restablo img {
  width: 100%;
}

/* Unterhalb von 850px begrenzt das Original den Container auf 250px. */
@media (max-width: 850px) {
  .tm-restablo {
    width: 250px;
  }
}

/* ==========================================================================
   Parallax-Bildband
   ========================================================================== */

.tm-parallax-band {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

/* ==========================================================================
   Services (Icon-Raster)
   ========================================================================== */

.tm-service-item {
  text-align: center;
}

.tm-service-item img {
  display: inline-block;
  width: 40px;
  height: auto;
}

.tm-service-item .el-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

/* ==========================================================================
   Speisekarten-Kacheln
   ========================================================================== */

.tm-menu-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 300px;
}

.tm-menu-card > img {
  display: block;
  width: 100%;
  height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.tm-menu-card .uk-position-center {
  width: 100%;
  padding: 0 10px;
}

.tm-menu-card .el-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.tm-menu-card .el-meta {
  color: var(--c-primary) !important;
}

/* ==========================================================================
   Oeffnungszeiten
   ========================================================================== */

.tm-hours-heading {
  text-align: center;
}

.tm-hours-heading h2 {
  margin: 0 0 20px 0;
}

.tm-hours-bar {
  height: 20px;
  background-color: var(--c-primary);
  margin-top: -40px !important;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.tm-hours-list {
  text-align: center;
}

.tm-hours-list li p {
  margin: 0;
}

.tm-hours-icon {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

.tm-hours-icon img {
  width: 200px;
}

/* ==========================================================================
   Reservierung
   ========================================================================== */

.uk-tile {
  display: flow-root;
  box-sizing: border-box;
  padding: 40px 15px;
  position: relative;
}

.uk-tile > :last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .uk-tile {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 960px) {
  .uk-tile {
    padding: 70px 40px;
  }
}

.tm-reservation-tile {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 250px auto;
  width: 100%;
}

.tm-contact-card {
  text-align: center;
}

.tm-contact-card img {
  width: 40px;
  height: 40px;
}

.tm-contact-card .el-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.tm-contact-card .el-content {
  margin-top: 20px;
  word-break: break-word;
}

/* Telefon-/E-Mail-Angaben sind anklickbar, sollen optisch aber wie im
   Original als reiner Text erscheinen. */
.tm-contact-card .el-content a {
  color: inherit;
  text-decoration: none;
}

/* ---------- Formular ---------- */

.formResponsive {
  text-align: left;
}

.formResponsive .formRow {
  width: 100%;
}

.formResponsive .formRow::before,
.formResponsive .formRow::after {
  display: table;
  line-height: 0;
  content: "";
}

.formResponsive .formRow::after {
  clear: both;
}

.formResponsive .formRow [class*="formSpan"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574468085%;
  box-sizing: border-box;
}

.formResponsive .formRow [class*="formSpan"]:first-child {
  margin-left: 0;
}

.formResponsive .formRow .formSpan12 {
  width: 100%;
}

.formResponsive .formRow .formSpan6 {
  width: 48.93617021276595%;
}

@media screen and (max-width: 650px) {
  .formResponsive .formRow [class*="formSpan"] {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .formResponsive input[type="text"],
  .formResponsive select,
  .formResponsive textarea {
    width: 100% !important;
  }
}

.rsform-block {
  margin-bottom: 0;
  position: relative;
}

.rsform-block::before,
.rsform-block::after {
  display: table;
  content: "";
}

.rsform-block::after {
  clear: both;
}

.formControlLabel {
  float: none;
  width: 0;
  padding-top: 5px;
  text-align: right;
}

strong.formRequired {
  margin-left: 3px;
  font-weight: 700;
}

/* Im Original ein inline-block: erzeugt auch leer eine Zeilenbox und
   bestimmt damit die Hoehe der Formularbloecke. */
.formValidation {
  display: inline-block;
}

.formControls {
  margin-left: 0;
}

.formResponsive input[type="text"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive select,
.formResponsive textarea {
  border: 0 solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  font-family: var(--font-body);
  line-height: 18px;
  color: #a2a2a2;
  box-sizing: content-box;
}

.formResponsive input[type="text"]:focus,
.formResponsive select:focus {
  outline: 2px solid var(--c-primary);
  outline-offset: 0;
}

.formResponsive select {
  appearance: auto;
}

/* Originalgetreu: das Original setzt width:1% — 12px bei 1200er Container,
   auf dem Handy dadurch nur 3,6px. Siehe README, Abschnitt Original-Schwaechen. */
.rsform-checkbox {
  width: 1% !important;
  height: auto;
  margin: 3px 5px 3px 0;
  vertical-align: baseline;
}

.rsform-block-datenschutz {
  color: var(--c-text);
}

.rsform-block-datenschutz .formControlLabel {
  width: auto;
  text-align: left;
  font-weight: 700;
}

.rsfp-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.rsfp-fieldset label {
  display: block;
  font-size: 14px;
  line-height: 1.625;
  cursor: pointer;
}

.rsfp-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.rsform-block-datenschutz a {
  color: var(--c-text);
  text-decoration: underline;
}

.formResponsive button[type="submit"] {
  width: 189px;
  height: 24px;
  background-color: var(--c-primary);
  text-align: center;
  font: normal normal bold 14px/16px var(--font-body);
  letter-spacing: 0;
  color: var(--c-text);
  opacity: 1;
  border: 0 solid #ccc;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: 15px 10px 30px;
  cursor: pointer;
  transition: background-color 0.1s ease-in-out;
}

.formResponsive button[type="submit"]:hover {
  background-color: var(--c-primary-hover);
}

.formNoError {
  display: none;
}

.formValidation .formError {
  display: block;
  color: #e44e56;
  font-size: 12px;
  margin-bottom: 6px;
}

p.formDescription {
  margin-top: 9px;
  margin-bottom: 0;
}

.tm-form-message {
  margin-top: 20px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid var(--c-primary);
  font-size: 14px;
  color: var(--c-text);
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer .uk-section {
  background: var(--c-dark);
}

footer h4 {
  color: var(--c-primary);
  margin-top: 0;
}

footer .uk-nav-default > li > a {
  justify-content: center;
}

footer .uk-panel {
  color: #fff;
}

footer a {
  color: #fff;
}

@media (min-width: 960px) {
  footer .uk-nav-default > li > a {
    justify-content: flex-start;
  }

  .uk-text-center\@m {
    text-align: center;
  }

  .uk-text-left\@m {
    text-align: left;
  }
}

.tm-totop img {
  width: 50px;
  display: inline-block;
}

.uk-hidden\@s {
  display: block;
}

.uk-visible\@s {
  display: none;
}

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none;
  }

  .uk-visible\@s {
    display: block;
  }
}

/* ==========================================================================
   Rechtstexte (Impressum / Datenschutz)
   ========================================================================== */

.tm-legal {
  color: var(--c-text-dark-bg);
  padding-top: 160px;
}

@media (min-width: 960px) {
  .tm-legal {
    padding-top: 190px;
  }
}

.tm-legal h1 {
  color: var(--c-primary);
}

.tm-legal h2,
.tm-legal h3,
.tm-legal h4,
.tm-legal a {
  color: #fff;
}

/* Wie im Original ohne Unterstreichung; beim Hover/Fokus wird der Link
   sichtbar gemacht. */
.tm-legal a:hover,
.tm-legal a:focus-visible {
  text-decoration: underline;
}

.tm-legal ul {
  margin: 20px 0;
  padding-left: 30px;
  list-style: disc;
}

/* ==========================================================================
   Sonstiges
   ========================================================================== */

.uk-notification {
  position: absolute;
}

[hidden] {
  display: none !important;
}
