/*
 * TESSTSTTST1
 */

/* 00-notes.css
 * 
 * Farbpalette
 * die Namen sind bereits im
 * Editor erzeugt worden und
 * sollen hier al Kommentar
 * fürs Einsetzen dargstellt
 * werden:
 * 
 * --cm-black
 * --cm-dark
 * --cm-light-black
 * --cm-creme
 * --cm-grey-text
 * --cm-border
 * --cm-wine-red
 * --cm-wine-red-hover
 * --cm-wine-red-dark
 * /
 *
 
/* FTP deploy test */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: var(--cm-dark);
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--cm-dark);
}

.site-content {
  flex: 1;
  background: var(--cm-dark);
}

.site-footer {
  background: var(--cm-dark);
}
/* 02-header.css*/

#masthead {
  position: sticky;
  top: 0;
  z-index: 9999;

  background: rgba(9, 8, 7, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(244, 240, 233, 0.08);
}
/*03-buttons.css*/

.cm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid var(--cm-wine-red-dark);
  color: var(--cm-creme);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  width: clamp(220px, 42vw, 280px);
  max-width: 100%;
  background: var(--cm-wine-red-dark);
}

.cm-btn:hover {
  background: transparent;
  border-color: var(--cm-wine-red-dark);
  color: var(--cm-wine-red-hover);
  transform: translatey(-2px);
}
/* 04-hero.css */

.cm-hero {
  min-height: 80vh;
  background:
    linear-gradient(rgba(9, 8, 7, 0.72),
      rgba(9, 8, 7, 0.86)),
    url("http://chez-maurice-restaurant.de/wp-content/uploads/2026/06/ChezHero-scaled.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);

  color: var(--cm-creme);

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 120px 24px;
  box-sizing: border-box;

  position: relative;
  overflow: hidden;
}

.cm-hero-inner {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}


.cm-hero-title {
  font-size: clamp(60px, 10vw, 80px);
}

.cm-hero-subtitle {
  margin: 0px;
}

.cm-trennlinie {
  width: 160px;
  border-bottom: 1px solid var(--cm-wine-red-dark);
  margin-inline: auto;
  margin-bottom: 30px;
}


.cm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  column-gap: 25px;
  row-gap: 12px
}
/*05-introsection.css*/

.cm-restaurant {
  background: var(--cm-dark);
  color: var(--cm-creme);
  padding: clamp(90px, 12vw, 160px) clamp(24px, 10vw, 180px);
  border-top: 1px solid var(--cm-border);
  box-sizing: border-box;
}

.cm-restaurant-inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.cm-kicker {
  margin: 0 0 28px;
  color: var(--cm-wine-red-dark);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  line-height: 1.4;
}

.cm-section-title {
  margin: 0 0 34px;
  color: var(--cm-creme);
  font-size: clamp(30px, 4vw, 65px);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.cm-section-text {
  max-width: 980px;
  margin: 0 auto;
  color: var(--cm-grey-text);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.9;
  font-weight: 400;
}

@media(max-width: 767px) {
  .cm-section-text {
    text-align: justify;
    hyphens: auto;
    text-align-last: center;
  }
}
.cm-menu {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}


.cm-menu h3 {
  font-size: clamp(20px, 5vw, 30px);
  line-height: 1.1;
  color: var(--cm-wine-red);
  font-style: italic;
}

.fdm-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  line-height: 0.7cm;
  column-gap: 2rem;

  padding: 1rem 0;
}

.fdm-section-header {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 30px;
}

.fdm-item .fdm-item-panel .fdm-item-title {
  font-size: clamp(1rem, 4.7vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.07em;
  color: var(--cm-creme);
}

.fdm-item .fdm-item-panel .fdm-item-price {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: rgba(127, 45, 58, 0.9);
}

.cm-trenn-menu {
  margin-top: 20px;
}

.cm-menu-title {
  margin-top: 100px;
}
/* 07-contact.css*/

/*Informationen übers Restaurant*/
.cm-contact-main {
  margin-top: clamp(70px, 13vw, 100px);
}



.cm-contact-info .cm-text-title {
  font-size: clamp(10px, 15px, 20px);
  color: var(--cm-wine-red);
  margin-bottom: 12px;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 20px;
}

@media(max-width: 767px) {
  .cm-contact-info .cm-text-title {
    text-align: center;
  }
}

.cm-contact-info .cm-section-text {
  margin-top: 0px;
  line-height: 0.8cm;
}

.cm-contact-item {
  margin-bottom: 60px;
}

/* Styling fürs Kontaktformular */

.fluentform .ff-el-input--label label {
  color: var(--cm-grey-text);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: Work Sans, sans-serif;
}

.fluentform .ff-el-form-control {
  width: 100%;
  border: 1px solid rgba(243, 234, 215, 0.18);
  background-color: rgba(255, 255, 255, 0.03);
  color: #f3ead7;
  border-radius: 0;
  padding: 0.85rem 1rem;
}

.fluentform .ff-el-form-control::placeholder {
  color: rgba(243, 234, 215, 0.4);
}

.fluentform .ff-el-form-control:focus {
  border-color: rgba(127, 45, 58, 0.9);
  outline: none;
  box-shadow: 0 0 0 1px rgba(127, 45, 58, 0.35);
}

.fluentform_success.ff-message-success {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;

  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(127, 45, 58, 0.55);

  color: rgba(243, 234, 215, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;

  border-radius: 0;
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.6 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  box-sizing: border-box;
  border: 1px solid var(--cm-wine-red-dark);
  color: var(--cm-creme);

  width: clamp(220px, 42vw, 280px);
  min-height: 56px;
  height: auto;
  padding: 0.9rem 1.4rem;

  max-width: 100%;
  background: var(--cm-wine-red-dark);

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.ff-btn:hover {
  background: transparent;
  border-color: var(--cm-wine-red-dark);
  color: var(--cm-wine-red-hover);
  transform: translatey(-2px);
}
.cm-impressum {
  padding-inline: 2rem;
  max-width: 780px;
  text-align: left;
}

.cm-impressum .cm-page-subtitle {
  margin-bottom: 4rem;
}

.cm-impressum .cm-legal-title {
  margin-bottom: 1.5rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.cm-impressum .cm-legal-text {
  margin-bottom: 7rem;
}

@media(max-width: 767px) {
  .cm-impressum .cm-legal-title {
    text-align: center;
  }
}


/* Datenschutz */

.cm-legal-content {
  margin: 3rem auto 0;
  padding-inline: 2rem;
  max-width: 780px;
  text-align: center;
}

.cm-info-label {
  color: var(--cm-wine-red);
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.cm-legal-content .cm-impressum-container {
  margin-top: 100px;
  margin-bottom: 60px;
}

.cm-legal-content .cm-page-subtitle {
  margin-bottom: 4rem;
}

.cm-legal-content .cm-legal-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.cm-legal-content .cm-legal-text {
  margin-bottom: 7rem;
}
