/* Ergänzungen zum 1:1-Nachbau: Höhen, die im Original per Glide.js (JS) inline
   gesetzt werden und daher nicht in der portierten CSS enthalten sind. */

#Glider {
  height: 450px;
  margin-top: 114px;
}
#Glider .glide__track,
#Glider .glide__slides {
  height: 100%;
}
#Glider .glide__slide {
  height: 100%;
}


/* Partner-Carousel: Logo-Slides wie im Original (153px hoch, 2 Logos gestapelt,
   je 41px hoch mit 70px Abstand, Graustufen). Die Glide-Core-Regel erzwingt
   width:100% – daher hier überschreiben. */
.GalleryContainer {
  overflow: hidden;
}
#GalleryGlider .glide__slides {
  align-items: stretch;
}
#GalleryGlider .glide__slide {
  width: auto !important;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#GalleryGlider .glide__background {
  display: block;
  height: 41px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
#GalleryGlider .glide__background:first-child {
  margin: 0 0 70px 0;
}
#GalleryGlider .glide__background:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 900px) {
  #Glider {
    height: 60vw;
    min-height: 280px;
    margin-top: 88px;
  }
}


/* ---- Barrierefreiheit: sichtbare Fokus-Indikatoren ------------------- */
/* (Die Extra-CSS wird nur auf den Klon-Seiten geladen, daher global gültig.) */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #1a6fd6 !important;
  outline-offset: 2px !important;
}
/* Auf dunklen/bildbasierten Flächen heller Rahmen für Kontrast */
#Glider a:focus-visible,
#Glider button:focus-visible,
.glider__content a:focus-visible {
  outline-color: #ffffff !important;
}

/* ---- Barrierefreiheit: Skip-Link ------------------------------------- */
.jb-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 3000;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-family: var(--font-face-default, "Wix Madefor Text", sans-serif);
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
.jb-skip-link:focus {
  left: 8px;
  top: 8px;
  outline: 3px solid #1a6fd6;
  outline-offset: 2px;
}
#jb-main:focus {
  outline: none;
}

/* Footer-Button "Cookie-Einstellungen" (sieht aus wie die anderen Footer-Links) */
.jb-cookie-settings-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-face-default, "Wix Madefor Text", sans-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.jb-cookie-settings-link:hover {
  opacity: 0.6;
}
.jb-cookie-settings-link:focus-visible {
  outline: 3px solid #1a6fd6;
  outline-offset: 2px;
}

/* ---- Cookie-Banner ---------------------------------------------------- */
.jb-cookie {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.jb-cookie__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}
.jb-cookie__panel {
  position: relative;
  pointer-events: auto;
  width: 100%;
  max-width: 640px;
  margin: 16px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  padding: 28px 28px 22px;
  font-family: var(--font-face-default, "Wix Madefor Text", sans-serif);
}
.jb-cookie__title {
  font-family: var(--font-face-title, "Arapey", serif);
  font-size: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.jb-cookie__text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.jb-cookie__link {
  color: #000;
  text-decoration: underline;
}
.jb-cookie__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #000;
}
.jb-cookie__toggle-details {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  letter-spacing: 1px;
}
.jb-cookie__details {
  border: 1px solid #ddd;
  padding: 14px 16px;
  margin: 0 0 18px;
}
.jb-cookie__legend {
  font-weight: 700;
  font-size: 13px;
  padding: 0 6px;
}
.jb-cookie__cat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
}
.jb-cookie__cat + .jb-cookie__cat {
  border-top: 1px solid #eee;
}
.jb-cookie__cat input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #000;
  flex: 0 0 auto;
}
.jb-cookie__cat-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.jb-cookie__cat-desc {
  display: block;
  font-size: 12.5px;
  color: #555;
  line-height: 1.5;
}
.jb-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.jb-cookie__btn {
  font-family: var(--font-face-default, "Wix Madefor Text", sans-serif);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px 22px;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  transition: background 0.2s ease, color 0.2s ease;
}
.jb-cookie__btn--primary {
  background: #000;
  color: #fff;
}
.jb-cookie__btn--primary:hover {
  background: #222;
}
.jb-cookie__btn--outline:hover,
.jb-cookie__btn--ghost:hover {
  background: #000;
  color: #fff;
}
.jb-cookie__btn--ghost {
  border-color: #999;
  color: #333;
}
/* Deutlich sichtbare Fokus-Indikatoren (Barrierefreiheit) */
.jb-cookie__btn:focus-visible,
.jb-cookie__close:focus-visible,
.jb-cookie__toggle-details:focus-visible,
.jb-cookie__cat input:focus-visible,
.jb-cookie__link:focus-visible {
  outline: 3px solid #1a6fd6;
  outline-offset: 2px;
}
@media (max-width: 560px) {
  .jb-cookie__actions {
    justify-content: stretch;
  }
  .jb-cookie__btn {
    flex: 1 1 100%;
  }
}

/* Partner-Netzwerk: endlos laufendes Marquee-Carousel (ersetzt kleinen Glide-Slider) */
.jb-partner {
  width: 100%;
  padding: 2% 0 5%;
  overflow: hidden;
}
.jb-partner .textContainerLogos {
  margin-bottom: 40px;
  text-align: center;
}
.jb-partner .textContainerLogos .Titel,
.jb-partner .textContainerLogos .Textfett,
.jb-partner .textContainerLogos .Textnormal {
  text-align: center;
}
.jb-partner .textContainerLogos .Textnormal {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.jb-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.jb-marquee__track {
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  animation: jb-marquee-scroll 55s linear infinite;
}
.jb-marquee:hover .jb-marquee__track {
  animation-play-state: paused;
}
.jb-marquee__logo {
  flex: 0 0 auto;
  display: block;
  width: 160px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.jb-marquee__logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
@keyframes jb-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .jb-marquee__logo {
    width: 120px;
    height: 56px;
  }
  .jb-marquee__track {
    gap: 48px;
    animation-duration: 40s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jb-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

/* Eingebetteter Verfügbarkeitskalender (Projekt-Komponente) */
.jb-availability {
  max-width: 720px;
  margin: 0 auto;
  padding: 2% 5% 6%;
}
.jb-availability .textContainerLogos {
  margin: 0 0 28px 0;
}
.jb-availability__cal {
  max-width: 520px;
  margin: 0 auto;
}

/* Header-Reserve auf Unterseiten (Original: <div class="no-title"> Spacer,
   Höhe per JS = Headerhöhe). */
.no-title {
  height: 119px;
}
@media screen and (max-width: 900px) {
  .no-title {
    height: 90px;
  }
}

/* Karriere-Seite: kompakter, zentrierter Übergang vom Intro zum Bewerbungsformular */
.jb-karriere-page main#_Karriere,
.jb-karriere-page #Content {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.jb-karriere-page #Article_Bei_uns_gibts_keine_Jobs {
  margin: clamp(28px, 4vw, 52px) auto clamp(18px, 2vw, 28px) !important;
  text-align: center;
}
.jb-karriere-page #Article_Bei_uns_gibts_keine_Jobs .text_content,
.jb-karriere-page #Article_Bei_uns_gibts_keine_Jobs .text_inner {
  width: 100%;
  max-width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.jb-karriere-page #Article_Bei_uns_gibts_keine_Jobs .Textnormal {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.jb-karriere-page #Article_Bei_uns_gibts_keine_Jobs .Textnormal p {
  margin: 0;
  text-align: center;
}
.jb-karriere-page .Clear {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.jb-application-form {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Galerie als echte Masonry-Optik via CSS-Columns (Original nutzt masonry.js) */
.jb-cols {
  display: block !important;
  column-count: 3;
  column-gap: 2%;
  width: 100%;
  margin: 3% auto 5% auto;
}
.jb-cols .grid-item {
  width: 100% !important;
  margin: 0 0 2% 0 !important;
  break-inside: avoid;
  opacity: 1 !important;
  transform: none !important;
}
.jb-cols .grid-item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 900px) {
  .jb-cols {
    column-count: 2;
  }
}
@media screen and (max-width: 560px) {
  .jb-cols {
    column-count: 1;
  }
}

/* ---- Slider: kräftiger dunkler Scrim hinter dem Text ------------------ */
#Glider .glider__content {
  position: absolute;
  top: auto !important;
  bottom: 10%;
  left: 15%;
  z-index: 2;
  box-sizing: border-box;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.18) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  max-width: min(640px, calc(100% - 80px));
}
#Glider .glider__content,
#Glider .glider__title,
#Glider .glider__content .Button {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 900px) {
  #Glider .glider__content {
    left: 5%;
    bottom: 8%;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0.35);
    max-width: 90%;
  }
}

/* Anfrage-CTA im Mobile-Menü */
.jb-mobile-cta {
  display: block;
  margin: 20px auto;
  padding: 14px 32px;
  max-width: 260px;
  text-align: center;
  background: #ffffff;
  color: #000000 !important;
  border: 2px solid #000000;
  border-radius: 35px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}
.jb-mobile-cta:hover,
.jb-mobile-cta:focus {
  background: #000000;
  color: #ffffff !important;
}

/* Anfrage-CTA im Header (neben "Menü") */
.NavigationToggleContainer { display: flex; align-items: center; gap: 14px; width: auto !important; }
.NavigationToggleContainer .menu { position: static !important; left: auto !important; }
.jb-header-cta {
  display: inline-block;
  padding: 8px 18px;
  background: #ffffff;
  color: #000000 !important;
  border: 2px solid #000000;
  border-radius: 35px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}
.jb-header-cta:hover,
.jb-header-cta:focus {
  background: #000000;
  color: #ffffff !important;
}
#Top.Minimized .jb-header-cta { padding: 6px 14px; font-size: 12px; }
@media (max-width: 480px) {
  .jb-header-cta { padding: 6px 12px; font-size: 11px; }
}

.jb-cookie__icon {
  display: none;
}

.jb-cookie__subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-face-title, "Arapey", serif);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.jb-cookie__bite {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.jb-cookie__bite-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: jb-cookie-bite 3.2s ease-in-out infinite;
}
.jb-cookie__bite-img--bitten {
  animation-delay: 1.6s;
}
@keyframes jb-cookie-bite {
  0%, 45%   { opacity: 1; transform: scale(1); }
  48%, 50%  { opacity: 1; transform: scale(1.15); }
  53%, 95%  { opacity: 0; transform: scale(1); }
  100%      { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .jb-cookie__bite-img { animation: none; }
  .jb-cookie__bite-img--whole { opacity: 1; }
  .jb-cookie__bite-img--bitten { opacity: 0; }
}


/* Animiertes JB-Gastro-Logo: Kontur wird wie mit einem Stift nachgezogen,
   danach läuft die schwarze Füllung ein. Loop. */
.jb-animated-logo {
  display: block;
  width: auto;
  height: 100%;
  overflow: visible;
}

/* Gesamtdauer eines Zyklus */
.jb-animated-logo .jb-ink {
  /* stroke-dasharray/-offset werden per Attribut nicht gebraucht:
     pathLength normiert jede Länge auf 100. */
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: jb-logo-draw 6s ease-in-out infinite;
}
.jb-animated-logo .jb-ink--1 { animation-delay: 0s; }
.jb-animated-logo .jb-ink--2 { animation-delay: 0.9s; }
.jb-animated-logo .jb-ink--3 { animation-delay: 1.8s; }

.jb-animated-logo__fill {
  opacity: 0;
  animation: jb-logo-fill 6s ease-in-out infinite;
}

@keyframes jb-logo-draw {
  0%   { stroke-dashoffset: 100; }
  45%  { stroke-dashoffset: 0; }
  75%  { stroke-dashoffset: 0; opacity: 1; }
  90%  { stroke-dashoffset: 0; opacity: 0; }
  100% { stroke-dashoffset: 100; opacity: 0; }
}
@keyframes jb-logo-fill {
  0%, 45%   { opacity: 0; }
  60%, 75%  { opacity: 1; }
  90%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .jb-animated-logo .jb-ink {
    animation: none;
    stroke-dashoffset: 0;
  }
  .jb-animated-logo__fill { animation: none; opacity: 1; }
}

/* ---- Hero-Slider: Ken-Burns-Animation für Standbilder ---------------- */
#Glider .glide__background.jb-kenburns {
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform;
}
/* Nur der aktive Slide animiert – so wirken die Bilder während der Standzeit lebendig. */
#Glider .glide__slide.is-active .jb-kenburns-0 { animation: jb-kb-zoom-in 9s ease-out both; }
#Glider .glide__slide.is-active .jb-kenburns-1 { animation: jb-kb-pan-left 9s ease-out both; transform-origin: 70% 50%; }
#Glider .glide__slide.is-active .jb-kenburns-2 { animation: jb-kb-pan-up 9s ease-out both; transform-origin: 50% 70%; }
#Glider .glide__slide.is-active .jb-kenburns-3 { animation: jb-kb-pan-right 9s ease-out both; transform-origin: 30% 50%; }

@keyframes jb-kb-zoom-in {
  0%   { transform: scale(1.0) translate3d(0,0,0); }
  100% { transform: scale(1.12) translate3d(0,0,0); }
}
@keyframes jb-kb-pan-left {
  0%   { transform: scale(1.10) translate3d(2%, 0, 0); }
  100% { transform: scale(1.15) translate3d(-3%, -1%, 0); }
}
@keyframes jb-kb-pan-up {
  0%   { transform: scale(1.08) translate3d(0, 2%, 0); }
  100% { transform: scale(1.14) translate3d(-1%, -3%, 0); }
}
@keyframes jb-kb-pan-right {
  0%   { transform: scale(1.10) translate3d(-2%, 0, 0); }
  100% { transform: scale(1.15) translate3d(3%, -1%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  #Glider .glide__slide.is-active .jb-kenburns { animation: none !important; }
}

/* Partner-Marquee: nur Partyeggs-Logo 30% größer */
.jb-marquee__logo[href*="partyeggs.de"] {
  transform: scale(1.3);
  transform-origin: center;
}

/* Schloss Erbach / Duttenstein: Logo hochziehen + Inline-Kalender direkt darunter */
.jb-erbach-page #Article_Herzlich_Willkommen,
.jb-duttenstein-page #Article_Herzlich_Willkommen {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  padding-top: 0 !important;
}
.jb-erbach-page #Article_Herzlich_Willkommen img.image,
.jb-duttenstein-page #Article_Herzlich_Willkommen img.image {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.jb-inline-calendar {
  margin: 12px 0 24px 0;
}
.jb-inline-calendar__inner {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .jb-inline-calendar__inner { max-width: 100%; }
}

/* Events: ausverkaufte Kachel mit durchgestrichenem Overlay */
.jb-event-soldout {
  position: relative;
}
.jb-event-soldout img {
  filter: grayscale(0.85) brightness(0.72);
}
.jb-soldout-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}
.jb-soldout-overlay::before,
.jb-soldout-overlay::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.jb-soldout-overlay::before { transform: rotate(-14deg); }
.jb-soldout-overlay::after { transform: rotate(14deg); }
.jb-soldout-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 26px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-6deg);
}
@media (max-width: 900px) {
  .jb-soldout-label { font-size: 20px; padding: 8px 16px; letter-spacing: 0.1em; }
  .jb-soldout-overlay::before,
  .jb-soldout-overlay::after { height: 2px; }
}

/* Events: Voranmeldung im Seiten-Look */
.jb-notify {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 5% 8%;
  text-align: center;
}
.jb-notify__head .Titel {
  text-align: center;
}
.jb-notify__head .lineArticleUnder {
  margin: 14px auto 18px auto;
}
.jb-notify__lead {
  font-weight: 400 !important;
  font-style: normal;
  margin: 0 auto 30px auto;
  max-width: 540px;
}
.jb-notify__form {
  text-align: left;
}
.jb-notify__field {
  margin-bottom: 22px;
}
.jb-notify__label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.jb-notify__input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--color-black);
  border-radius: 0;
  background: #fff;
  color: var(--color-black);
  font-family: inherit;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  font-style: normal;
}
.jb-notify__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.jb-notify__input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px var(--color-black);
}
.jb-notify__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}
.jb-notify__box {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  margin: 4px 0 0 0 !important;
  padding: 0;
  float: none !important;
  visibility: visible !important;
  position: static !important;
  border: 1px solid var(--color-black) !important;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}
.jb-notify__box:checked {
  visibility: visible !important;
  background: var(--color-black);
  box-shadow: inset 0 0 0 2px #fff;
}
.jb-notify__checktext {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}
.jb-notify__checktext a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: inherit;
}
.jb-notify__actions {
  margin-top: 28px;
  text-align: center;
}
.jb-notify__submit {
  background-color: transparent;
}
.jb-notify__submit:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.jb-notify__submit:disabled:hover {
  background-color: transparent;
  color: var(--color-black);
}
.jb-notify__done {
  margin-top: 10px;
  padding: 22px 20px;
  border: 1px solid var(--color-black);
  text-align: center;
}
@media (max-width: 900px) {
  .jb-notify { padding-bottom: 12%; }
  .jb-notify__submit { width: 100%; padding-left: 10px; padding-right: 10px; }
}
.jb-notify__checktext a {
  font-weight: 300 !important;
  font-style: normal !important;
}
