/* =========================================================
   GCGF GÄSTE – STARTZEIT RESERVIEREN
   Seite: /gaeste-neu/

   Enfold-Farbsektion:
   Benutzer-ID: startzeit-reservieren

   Aufbau:
   - zwei Enfold-Spalten 1/2 + 1/2
   - CSS-Klasse je Spalte: gcgf-starttime-column
   - je Spalte ein eigener Code-Block
   ========================================================= */


/* =========================================================
   ENFOLD-SPALTEN UND CODE-BLÖCKE
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-column {
  display: flex;
  box-sizing: border-box;
}

#top #startzeit-reservieren .gcgf-starttime-column
.avia_codeblock_section,
#top #startzeit-reservieren .gcgf-starttime-column
.avia_codeblock {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}


/* =========================================================
   BUCHUNGSKARTEN
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: flex;
  flex: 1 1 auto;
  flex-direction: column;

  width: 100%;
  min-width: 0;
  height: 100%;

  padding: 34px 36px 38px;

  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #fbfaf5 100%
  );

  border: 1px solid rgba(24, 61, 37, .13);
  border-radius: 22px;

  box-shadow: 0 16px 38px rgba(24, 61, 37, .10);

  box-sizing: border-box;
}


/* Beide Karten erhalten denselben weißen Hintergrund */

#top #startzeit-reservieren .gcgf-starttime-card-office {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #fbfaf5 100%
  );

  border-color: rgba(24, 61, 37, .13);
}


/* Alle Inhalte liegen vor dem Wasserzeichen */

#top #startzeit-reservieren
.gcgf-starttime-card > :not(.gcgf-brs-watermark) {
  position: relative;
  z-index: 2;
}


/* =========================================================
   KOPFBEREICH DER KARTEN
   Icon + Überschrift
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-card-head,
#top #startzeit-reservieren
.gcgf-starttime-card-brs .gcgf-starttime-card-head,
#top #startzeit-reservieren
.gcgf-starttime-card-head-office {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  align-items: center;

  margin-bottom: 26px;
}


/* =========================================================
   RUNDE ICONFLÄCHEN
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 86px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #ffffff;
}

#top #startzeit-reservieren .gcgf-starttime-icon-green {
  background: #679938;
}

#top #startzeit-reservieren .gcgf-starttime-icon-bordeaux {
  background: #841d5b;
}


/* =========================================================
   ENFOLD-SYSTEMICONS
   BRS: 
   Sekretariat: 
   ========================================================= */

#top #startzeit-reservieren .gcgf-enfold-icon {
  display: block;

  color: #ffffff;

  font-family: "entypo-fontello";
  font-size: 42px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;

  speak: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   ÜBERSCHRIFTEN

   Schriftfamilie, Schriftgewicht und Farbe der H3
   werden vollständig durch Enfold definiert.
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-title {
  min-width: 0;
}

#top #startzeit-reservieren .gcgf-starttime-title span {
  display: block;

  margin-bottom: 6px;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .04em;
}

#top #startzeit-reservieren .gcgf-starttime-title h3 {
  margin: 0;

  font-size: 32px;
  line-height: 1.12;
}


/* Nur die kleinen Zusatzzeilen erhalten Akzentfarben */

/* BRS-Karte */

#top #startzeit-reservieren
.gcgf-starttime-card-brs .gcgf-starttime-title span {
  color: #679938;
}


/* Sekretariatskarte */

#top #startzeit-reservieren
.gcgf-starttime-card-office .gcgf-starttime-title span {
  color: #841d5b;
}


/* =========================================================
   BRS-LOGO ALS WASSERZEICHEN
   ========================================================= */

#top #startzeit-reservieren .gcgf-brs-watermark {
  position: absolute;
  z-index: 1;

  top: 49%;
  right: -28px;

  width: 225px;

  transform: translateY(-50%);

  opacity: .035;

  pointer-events: none;
  user-select: none;
}

#top #startzeit-reservieren .gcgf-brs-watermark img {
  display: block;

  width: 100%;
  height: auto;

  filter: grayscale(1) saturate(0);
}


/* =========================================================
   EINLEITUNGSTEXT
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-lead {
  margin: 0 0 27px;

  color: #1f2c24;

  font-size: 17px;
  line-height: 1.55;
}


/* =========================================================
   AUFZÄHLUNGEN
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;

  margin: 0 0 26px;
}

#top #startzeit-reservieren
.gcgf-starttime-benefits > span {
  position: relative;

  display: block;

  padding-left: 34px;

  color: #25362b;

  font-size: 15px;
  line-height: 1.5;
}

#top #startzeit-reservieren
.gcgf-starttime-benefits > span::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 1px;

  width: 21px;
  height: 21px;

  background: #679938;
  color: #ffffff;

  border-radius: 50%;

  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-weight: 800;
}

#top #startzeit-reservieren
.gcgf-starttime-benefits-bordeaux > span::before {
  background: #841d5b;
}


/* Hervorgehobene Zwischenüberschriften in der Liste */

#top #startzeit-reservieren
.gcgf-starttime-card-brs .gcgf-starttime-benefits strong {
  color: #679938;

  font-size: 16px;
  line-height: 1.4;
}

#top #startzeit-reservieren
.gcgf-starttime-card-office .gcgf-starttime-benefits strong {
  color: #841d5b;

  font-size: 16px;
  line-height: 1.4;
}


/* =========================================================
   HINWEISBOXEN
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-note {
  margin: 0 0 26px;
  padding: 15px 17px;

  background: #f6f1df;

  border: 1px solid rgba(185, 135, 34, .20);
  border-radius: 12px;

  color: #344237;

  font-size: 14px;
  line-height: 1.5;

  box-sizing: border-box;
}

#top #startzeit-reservieren .gcgf-starttime-note strong {
  color: #25362b;
}


/* Hinweisbox der Sekretariatskarte */

#top #startzeit-reservieren .gcgf-starttime-note-bordeaux {
  background: #f8f2f5;
  border-color: rgba(132, 29, 91, .16);
}


/* =========================================================
   BUTTONBEREICH
   Buttons werden am unteren Kartenrand ausgerichtet
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;

  margin-top: auto;
}


/* =========================================================
   BUTTONS – BASIS
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-btn {
  width: 100%;
  min-width: 0;
  min-height: 54px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 13px 20px;

  border: 2px solid transparent;
  border-radius: 999px !important;

  float: none !important;

  color: inherit;
  text-align: center !important;
  text-decoration: none !important;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .035em;

  white-space: nowrap;

  box-sizing: border-box;

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

#top #startzeit-reservieren .gcgf-starttime-btn:hover {
  transform: translateY(-1px);
}


/* =========================================================
   GRÜNER HAUPTBUTTON
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-btn-green {
  background: #679938;
  color: #ffffff !important;

  box-shadow: 0 10px 22px rgba(24, 61, 37, .17);
}

#top #startzeit-reservieren .gcgf-starttime-btn-green:hover {
  background: #557f2f;
  color: #ffffff !important;
}


/* =========================================================
   BORDEAUX HAUPTBUTTON
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-btn-bordeaux {
  background: #841d5b;
  color: #ffffff !important;

  box-shadow: 0 10px 22px rgba(132, 29, 91, .17);
}

#top #startzeit-reservieren .gcgf-starttime-btn-bordeaux:hover {
  background: #6f184c;
  color: #ffffff !important;
}


/* =========================================================
   GRÜNER OUTLINE-BUTTON
   ========================================================= */

#top #startzeit-reservieren
.gcgf-starttime-btn-outline-green {
  background: transparent;

  border-color: #679938;

  color: #557f2f !important;
}

#top #startzeit-reservieren
.gcgf-starttime-btn-outline-green:hover {
  background: rgba(103, 153, 56, .08);
  color: #557f2f !important;
}


/* =========================================================
   BORDEAUX OUTLINE-BUTTON
   ========================================================= */

#top #startzeit-reservieren
.gcgf-starttime-btn-outline-bordeaux {
  background: transparent;

  border-color: #841d5b;

  color: #841d5b !important;
}

#top #startzeit-reservieren
.gcgf-starttime-btn-outline-bordeaux:hover {
  background: rgba(132, 29, 91, .06);
  color: #841d5b !important;
}


/* =========================================================
   APP-STORE-BUTTONS
   ========================================================= */

#top #startzeit-reservieren .gcgf-app-store-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#top #startzeit-reservieren
.gcgf-app-store-buttons .gcgf-starttime-btn {
  min-width: 0;

  padding-left: 11px;
  padding-right: 11px;

  font-size: 13px;
  letter-spacing: .015em;
}


/* =========================================================
   GEMEINSAME ÖFFNUNGSZEITEN
   separater Code-Block unter beiden Karten
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  width: 100%;

  margin-top: 24px;
  padding: 19px 28px;

  background: #ffffff;

  border: 1px solid rgba(24, 61, 37, .13);
  border-radius: 16px;

  box-shadow: 0 10px 25px rgba(24, 61, 37, .07);

  box-sizing: border-box;
}

#top #startzeit-reservieren .gcgf-starttime-hours-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #679938;
  border-radius: 50%;

  color: #679938;

  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

#top #startzeit-reservieren
.gcgf-starttime-hours-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 14px;
}

#top #startzeit-reservieren
.gcgf-starttime-hours-content strong {
  color: #1f2c24;

  font-size: 16px;
  line-height: 1.4;
}

#top #startzeit-reservieren
.gcgf-starttime-hours-content span {
  color: #344237;

  font-size: 15px;
  line-height: 1.5;
}


/* =========================================================
   OPTIONALER AKTUELLER HINWEIS
   ========================================================= */

#top #startzeit-reservieren .gcgf-starttime-current-note {
  margin: 14px auto 0;
  padding: 12px 20px;

  background: #f6f1df;

  border: 1px solid rgba(185, 135, 34, .22);
  border-radius: 12px;

  color: #344237;

  font-size: 14px;
  line-height: 1.5;
  text-align: center;

  box-sizing: border-box;
}

#top #startzeit-reservieren
.gcgf-starttime-current-note strong {
  color: #25362b;
}


/* =========================================================
   TABLET – KARTEN UNTEREINANDER
   ========================================================= */

@media only screen and (max-width: 989px) {

  #top #startzeit-reservieren .gcgf-starttime-column {
    float: none !important;

    display: flex;

    width: 100% !important;
    margin-left: 0 !important;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-column + .gcgf-starttime-column {
    margin-top: 24px;
  }

  #top #startzeit-reservieren .gcgf-starttime-card {
    min-height: 0;
  }

  #top #startzeit-reservieren .gcgf-brs-watermark {
    width: 205px;
    right: -30px;

    opacity: .03;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 640px) {

  #top #startzeit-reservieren .gcgf-starttime-card {
    padding: 28px 18px 30px;
    border-radius: 20px;
  }


  /* Kopfbereich */

  #top #startzeit-reservieren .gcgf-starttime-card-head,
  #top #startzeit-reservieren
  .gcgf-starttime-card-brs .gcgf-starttime-card-head,
  #top #startzeit-reservieren
  .gcgf-starttime-card-head-office {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;

    margin-bottom: 24px;
  }


  /* Icons */

  #top #startzeit-reservieren .gcgf-starttime-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  #top #startzeit-reservieren .gcgf-enfold-icon {
    font-size: 34px;
  }


  /* Überschriften */

  #top #startzeit-reservieren .gcgf-starttime-title span {
    font-size: 12px;
    line-height: 1.3;
  }

  #top #startzeit-reservieren .gcgf-starttime-title h3 {
    font-size: 30px;
  }


  /* Einleitung */

  #top #startzeit-reservieren .gcgf-starttime-lead {
    font-size: 16px;
  }


  /* Listen etwas weiter nach rechts */

  #top #startzeit-reservieren .gcgf-starttime-benefits {
    gap: 17px;
    padding-left: 14px;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-benefits > span {
    padding-left: 34px;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-benefits > span::before {
    left: 2px;
  }


  /* Wasserzeichen */

  #top #startzeit-reservieren .gcgf-brs-watermark {
    top: 48%;
    right: -42px;

    width: 175px;

    opacity: .025;
  }


  /* Buttons */

  #top #startzeit-reservieren .gcgf-starttime-btn {
    min-height: 54px;

    padding-left: 12px;
    padding-right: 12px;

    font-size: 13px;
    letter-spacing: 0;
  }


  /* App-Buttons untereinander */

  #top #startzeit-reservieren .gcgf-app-store-buttons {
    grid-template-columns: 1fr;
  }

  #top #startzeit-reservieren
  .gcgf-app-store-buttons .gcgf-starttime-btn {
    font-size: 13px;
  }


  /* Öffnungszeiten */

  #top #startzeit-reservieren .gcgf-starttime-hours {
    align-items: flex-start;
    justify-content: flex-start;

    margin-top: 20px;
    padding: 18px;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-hours-content {
    display: block;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-hours-content strong,
  #top #startzeit-reservieren
  .gcgf-starttime-hours-content span {
    display: block;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-hours-content span {
    margin-top: 4px;
  }

}


/* =========================================================
   SEHR KLEINE SMARTPHONES
   ========================================================= */

@media only screen and (max-width: 420px) {

  #top #startzeit-reservieren .gcgf-starttime-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  #top #startzeit-reservieren .gcgf-starttime-card-head,
  #top #startzeit-reservieren
  .gcgf-starttime-card-brs .gcgf-starttime-card-head,
  #top #startzeit-reservieren
  .gcgf-starttime-card-head-office {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  #top #startzeit-reservieren .gcgf-starttime-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  #top #startzeit-reservieren .gcgf-enfold-icon {
    font-size: 32px;
  }

  #top #startzeit-reservieren .gcgf-starttime-title h3 {
    font-size: 25px;
  }

  #top #startzeit-reservieren .gcgf-brs-watermark {
    right: -44px;

    width: 150px;

    opacity: .022;
  }

  #top #startzeit-reservieren .gcgf-starttime-btn {
    padding-left: 8px;
    padding-right: 8px;

    font-size: 12px;

    white-space: normal;
  }

}

/* =========================================================
   KORREKTUR KACHELANORDNUNG
   Desktop nebeneinander / Tablet und Mobile untereinander
   ========================================================= */


/* Desktop und größere Ansichten */

@media only screen and (min-width: 990px) {

  #top #startzeit-reservieren .gcgf-starttime-column {
    display: flex !important;

    width: calc(50% - 17px) !important;

    margin-top: 0 !important;
    margin-left: 0 !important;

    float: left !important;

    box-sizing: border-box;
  }

  /* 34 px Abstand zwischen den beiden 1/2-Spalten */

  #top #startzeit-reservieren
  .gcgf-starttime-column + .gcgf-starttime-column {
    margin-left: 34px !important;
  }

}


/* Tablet und Mobile */

@media only screen and (max-width: 989px) {

  #top #startzeit-reservieren .gcgf-starttime-column {
    display: flex !important;

    width: 100% !important;

    margin-left: 0 !important;

    float: none !important;

    box-sizing: border-box;
  }

  #top #startzeit-reservieren
  .gcgf-starttime-column + .gcgf-starttime-column {
    margin-top: 24px !important;
    margin-left: 0 !important;
  }

}

