.reusable-default-content .row {
  --bs-gutter-x: 64px;
}

/* ===== Main content (flexible rows) =====
   Rows carry no margins of their own — anywhere. The only thing that creates
   space between rows is the separator line (.oda-sec__rule), auto-inserted
   between consecutive rows in the loop. */
.default-content__block {
  margin: 0;
}

/* ===== Separator row (explicit divider line + spacing) =====
   Added as its own flexible-content row instead of an automatic divider
   under every block. The vertical margin is the spacing; the border-top is
   the centered line. */
.default-content__separator {
  border: 0;
  margin: 31px 0 !important;
  border-top: 1px solid #e6e4e0;
}
.default-content__separator--small {
  margin: 16px 0 !important;
}
.default-content__separator--medium {
  margin: 31px 0;
}
.default-content__separator--large {
  margin: 64px 0;
}
.default-content__separator--no-line {
  border-top: 0;
}

.default-content__title {
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -1.14px;
  color: #0f0f10;
}
.default-content__text {
  margin-top: 17px;
}
.reusable-default-content > .container {
}

.default-content__subtitle {
  display: block;
  margin-top: 0px;
  color: rgba(66, 66, 72, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.default-content__text {
  color: #424248;
}
.default-content__text p a,
.default-content__text li a {
  text-decoration: underline;
  font-weight: 500;
}
.default-content__text p,
.default-content__text li {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.08px;
}

.default-content__text p:last-child {
  margin-bottom: 0;
}
/* Inline headings embedded inside a text block (legal pages Impressum /
   Datenschutz). Elsewhere headings come from a row title; this only affects
   text blocks that carry their own <h2>/<h3>. */
.default-content__text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #0f0f10;
  margin: 28px 0 10px;
}
.default-content__text h2:first-child {
  margin-top: 0;
}
.default-content__text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #0f0f10;
  margin: 20px 0 8px;
}
.default-content__sidebar {
  max-width: 445px;
  margin-left: auto;
  margin-right: 0;
}

/* ===== Sidebar contact card ===== */
.default-content__sidebar {
  position: sticky;
  top: 100px;
}
#page {
  overflow: unset !important;
}
.contact-card {
  position: relative;
  padding: 30px 24px;
  border-radius: 10px;
  border: 1px solid #e6e4e0;
  background: #fff;
  overflow: hidden;
}
/* Avatar (left) + name/role (right) — horizontal, vertically centered. */
.contact-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.contact-card__id {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
/* Same card as a content row (the "Person" row, Card layout) — left-aligned, not
   sticky. The sidebar keeps its sticky behaviour via .default-content__sidebar. */
.default-content__block--person .contact-card {
  max-width: 360px;
}

/* ===== "Person" row, Inline layout (Figma 774:662) =====
   Name + role on the left; contact rows grouped two-per-column on the right. */
.oda-pinline {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 29px;
  background: #fff;
  border: 1px solid #e6e4e0;
  border-radius: 10px;
}
.oda-pinline__id {
  flex-shrink: 0;
  width: 236px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.oda-pinline__name {
  color: #0f0f10;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.34px;
}
.oda-pinline__role {
  color: #c00;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}
.oda-pinline__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.oda-pinline__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.oda-pinline__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #0f0f10;
  font-size: 14px;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  text-decoration: none;
}
.oda-pinline__link:hover {
  color: var(--red, #c00);
}
.oda-pinline__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
@media (max-width: 700px) {
  .oda-pinline {
    flex-direction: column;
    gap: 20px;
  }
  .oda-pinline__id {
    width: auto;
  }
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--red);
}

/* Same initials circle, name and role styles as the homepage slider contact card */
.contact-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 73px;
  height: 73px;
  border-radius: 999px;
  border-radius: 36.836px;
  border: 3.453px solid #fff;
  box-shadow:
    0 1.151px 2.302px 0 rgba(15, 15, 16, 0.04),
    0 1.151px 1.151px 0 rgba(15, 15, 16, 0.03);

  background: linear-gradient(135deg, #d4d4d2 0%, #a8a8a5 100%);
  color: #fff;
  line-height: 34px;
  letter-spacing: -0.46px;
  font-size: 23px;
  font-weight: 600;
}

.contact-card__name {
  margin: 0 0 4px;
  color: #0f0f10;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: -0.34px;
}

.default-content__text .default-content__link {
  margin: 0;
}
.default-content__text ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.default-content__text ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
/* Red square bullet (Figma 548:431), same as the member-card lists. */
.default-content__text ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #c00;
}
.default-content__text ul li strong,
.default-content__text ul li b {
  font-weight: 600;
  color: #424248;
}
.default-content__text .default-content__link > a {
  color: #0f0f10;
  font-size: 14.5px;
  font-style: normal;
  margin-bottom: 17px;
  border-radius: 10px;
  border: 1px solid #e6e4e0;
  background: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 17.4px; /* 120% */
  letter-spacing: -0.217px;
  position: relative;
  padding: 22px 200px 22px 24px;
}
.default-content__text .default-content__link > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-image: url("../../assets/icons/button-arrow.svg");
  background-repeat: no-repeat;
}

/* ===== Auto "action link" (applied by oda_content_links to standalone links) =====
   Red, bold, underlined text + a circular icon. Internal links get the forward
   arrow; external sites & file downloads get the open/external arrow. */
.oda-doclink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c00;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  text-decoration: underline;
  text-underline-position: from-font;
}
.oda-doclink::after {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: url("../../assets/icons/link-arrow.svg") center / contain
    no-repeat;
  transition: transform 0.25s ease;
}
.oda-doclink--ext::after {
  background-image: url("../../assets/icons/link-external.svg");
}
.oda-doclink--login::after {
  background-image: url("../../assets/icons/link-login.svg");
}
.oda-doclink:hover::after {
  transform: translateX(3px);
}
.oda-doclink--ext:hover::after,
.oda-doclink--login:hover::after {
  transform: translate(2px, -2px);
}

/* ===== Button row (Filled / Outlined / Text+arrow) ===== */
.oda-btn {
  display: flex;
}
.oda-btn--left {
  justify-content: flex-start;
}
.oda-btn--center {
  justify-content: center;
}
.oda-btn--right {
  justify-content: flex-end;
}
.oda-btn__a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.oda-btn__a--filled {
  padding: 15px 23px;
  border-radius: 999px;
  background: var(--red, #c00);
  border: 1px solid var(--red, #c00);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.08px;
}
.oda-btn__a--filled:hover {
  background: #a30000;
  border-color: #a30000;
}
.oda-btn__a--outline {
  padding: 15px 23px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--red, #c00);
  color: #0f0f10;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.08px;
}
.oda-btn__a--outline:hover {
  background: var(--red, #c00);
  border-color: var(--red, #c00);
  color: #fff;
}
.oda-btn__a--full {
  width: 100%;
  justify-content: center;
}
.oda-btn__a--arrow {
  gap: 8px;
  color: var(--red, #c00);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  text-decoration: underline;
  text-underline-position: from-font;
}
.oda-btn__a--arrow .oda-btn__circle .oda-ic {
  color: var(--red, #c00);
}
.oda-ic {
  width: 1em;
  height: 1em;
}
.oda-btn__ic {
  display: inline-flex;
  flex-shrink: 0;
}
.oda-btn__ic .oda-ic {
  width: 16px;
  height: 16px;
}
.oda-btn__circle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e6e4e0;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.25s ease;
}
.oda-btn__circle .oda-ic {
  width: 16px;
  height: 16px;
  color: #0f0f10;
}
.oda-btn__a--arrow:hover .oda-btn__circle {
  transform: translateX(3px);
}

.contact-card__role {
  color: #c00;
  font-size: 12px;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 15.75px; /* 131.25% */
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

.contact-card__desc {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e6e4e0;
  color: #424248;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.08px;
}
/* Hide the contact person's bio/description in the sidebar (kept elsewhere). */
.default-content__sidebar .contact-card__desc {
  display: none;
}
/* With the description hidden, keep a dashed divider between the name/initials
   and the contact links (matches the description's original 18px spacing). */
.default-content__sidebar .contact-card__rows {
  padding-top: 18px;
  border-top: 1px dashed #e6e4e0;
}

/* ===== KURSDETAILS sidebar card (Figma 1371:3090) — the 2nd sidebar type ===== */
.oda-kursdetails {
  position: relative;
  overflow: hidden;
  padding: 29px 25px 25px;
  background: #fff;
  border: 1px solid #e6e4e0;
  border-radius: 10px;
  box-shadow:
    0 1px 2px 0 rgba(15, 15, 16, 0.04),
    0 1px 1px 0 rgba(15, 15, 16, 0.03);
}
.oda-kursdetails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #c00;
}
.oda-kursdetails__label {
  display: block;
  margin-bottom: 16px;
  color: #c00;
  font-size: 11px;
  font-weight: 700;
  line-height: 15.75px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.oda-kursdetails__row {
  padding: 12px 0 13px;
  border-bottom: 1px solid #e6e4e0;
}
.oda-kursdetails__rows > .oda-kursdetails__row:first-child {
  padding-top: 0;
}
.oda-kursdetails__rt {
  display: block;
  margin-bottom: 3px;
  color: #87878d;
  font-size: 11px;
  font-weight: 700;
  line-height: 15.75px;
  letter-spacing: 0.735px;
  text-transform: uppercase;
}
.oda-kursdetails__rv {
  display: block;
  color: #0f0f10;
  font-size: 14px;
  line-height: 20.3px;
  letter-spacing: -0.08px;
}
.oda-kursdetails__rnote {
  display: block;
  margin-top: 2px;
  color: #424248;
  font-size: 12.5px;
  line-height: 18.13px;
  letter-spacing: -0.08px;
}
/* Multiple course leaders: stack each name+role with a small gap. */
.oda-kursdetails__person {
  display: block;
}
.oda-kursdetails__person + .oda-kursdetails__person {
  margin-top: 8px;
}
.oda-kursdetails__price {
  display: block;
  color: #0f0f10;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.2px;
}
.oda-kursdetails__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 13px 16px;
  background: #c00;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.08px;
  text-decoration: none;
}
.oda-kursdetails__btn:hover {
  background: #a30000;
  color: #fff;
}
.oda-kursdetails__btn svg {
  flex: none;
  width: 15px;
  height: 15px;
}
.oda-kursdetails__note {
  display: block;
  margin-top: 12px;
  color: #87878d;
  font-size: 12px;
  line-height: 17.4px;
  letter-spacing: -0.08px;
  text-align: center;
}

/* ===== "Zurück zur Kursübersicht" back-link (circular arrow-left + red link) ===== */
.default-content__text a.oda-backlink,
a.oda-backlink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #c00;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: from-font;
}
.oda-backlink__ic {
  flex: none;
  width: 36px;
  height: 36px;
  border: 1px solid #e6e4e0;
  border-radius: 999px;
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6667 8H3.33333' stroke='%230F0F10' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12.6667 3.33333 8 8 3.33333' stroke='%230F0F10' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 16px 16px no-repeat;
}
.contact-card__desc p {
  margin: 0;
}
.contact-card__desc p + p {
  margin-top: 10px;
}

.contact-card__rows {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.contact-card__row a {
  color: #424248;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.08px;
  text-decoration: none;
  word-break: break-word;
}

.contact-card__row a:hover {
  color: var(--red);
}

.contact-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--red);
  background: #fff;
  color: #0f0f10;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: 0.3s;
}

.contact-card__button:hover {
  border-color: var(--red);
  color: var(--red);
}

@media (max-width: 991px) {
  .reusable-default-content .row {
    --bs-gutter-x: 24px;
  }

  .default-content__sidebar {
    position: static;
    margin-top: 32px;
  }
}

/* ===== Inline button (applied from the WYSIWYG "Formats" dropdown) =====
   Lets editors style a link as a button inside rich text. Scoped selectors
   beat the base ".default-content__text p a" underline/colour rules. */
a.oda-inline-btn,
.default-content__text a.oda-inline-btn,
.default-content__text p a.oda-inline-btn,
.default-content__text li a.oda-inline-btn,
.oda-sec__body a.oda-inline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--red, #c00);
  border: 1px solid var(--red, #c00);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: 0.3s;
}
a.oda-inline-btn--outline,
.default-content__text a.oda-inline-btn--outline,
.default-content__text p a.oda-inline-btn--outline,
.default-content__text li a.oda-inline-btn--outline,
.oda-sec__body a.oda-inline-btn--outline {
  background: #fff;
  color: #0f0f10;
}
a.oda-inline-btn:hover {
  background: #a30000;
  border-color: #a30000;
  color: #fff;
}
a.oda-inline-btn--outline:hover {
  background: var(--red, #c00);
  border-color: var(--red, #c00);
  color: #fff;
}
/* "Button + Pfeil" — trailing arrow icon (currentColor: white on filled). */
a.oda-inline-btn--arrow::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M14 6l6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M14 6l6 6-6 6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* When there is NO sidebar contact person, the content sits in a narrow 880px
   measure (text, tables, process map, video, accordions). Only card grids break
   out to full width (in their own block). Applies site-wide. */
.reusable-default-content--narrow .default-content__main {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.reusable-default-content--has-sidebar .default-content__main {
  max-width: 880px;
}
/* Raumvermietung room subpages (gallery-only): gallery fills the full container
   width instead of the narrow 880 text measure. */
.tpl-room-gallery .reusable-default-content .default-content__main {
  max-width: none;
}
/* Belt & suspenders: even inside a mixed block (e.g. text + section cards), the
   running text + link buttons stay at the 880 measure. */
.reusable-default-content:not(.reusable-default-content--has-sidebar)
  .default-content__main
  > .default-content__block:not([class*="--"]),
.reusable-default-content:not(.reusable-default-content--has-sidebar)
  .default-content__main
  > .oda-btn,
.reusable-default-content:not(.reusable-default-content--has-sidebar)
  .default-content__main
  > .oda-sec__rule {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
/* The separator keeps its vertical rhythm while centered at the narrow measure. */
.reusable-default-content:not(.reusable-default-content--has-sidebar)
  .default-content__main
  > .oda-sec__rule {
  margin-top: 31px;
  margin-bottom: 31px;
}

/* ===== Raumvermietung room cards (Figma 534:752) ===== */
.oda-rooms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.oda-room {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid #e6e4e0;
  border-top: 4px solid #c00;
  border-radius: 10px;
  padding: 20px;
}
.oda-room__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.oda-room__badge {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #c00;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oda-room__title {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  color: #0f0f10;
  line-height: 1.25;
}
.oda-room__title small {
  font-weight: 400;
  font-size: 13px;
  color: #87878d;
}
.oda-room__body {
  flex: 1 1 auto;
}
.oda-room__caps {
  display: flex;
  gap: 8px;
}
.oda-room__cap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #f4f4f3;
  border-radius: 8px;
  padding: 12px 6px;
  text-align: center;
  font-size: 12px;
  color: #87878d;
}
.oda-room__cap b {
  font-size: 18px;
  color: #0f0f10;
}
.oda-room__feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oda-room__feats li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #424248;
}
.oda-room__feats li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #c00;
  font-weight: 700;
}
.oda-room__note {
  margin: 10px 0 0;
  padding: 8px 10px;
  background: #fdeaea;
  border-radius: 6px;
  font-size: 12px;
  color: #424248;
}
.oda-room__prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid #e6e4e0;
  padding-top: 14px;
}
.oda-room__pcol {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  color: #424248;
}
.oda-room__plabel {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #87878d;
}
.oda-room__mp {
  color: #c00;
  font-weight: 600;
}
@media (max-width: 992px) {
  .oda-rooms {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .oda-rooms {
    grid-template-columns: 1fr;
  }
}

/* ===== Über uns video poster (Figma 504:563) ===== */
.oda-vid {
  position: relative;
  aspect-ratio: 1376 / 560;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1c;
  background-image: linear-gradient(
    135deg,
    rgba(204, 0, 0, 0.65) 0%,
    rgba(15, 15, 16, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.oda-vid__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(15, 15, 16, 0.7);
  color: #fff;
  font-size: 12px;
}
.oda-vid__play {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}
.oda-vid__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #c00;
}
.oda-vid__cap {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oda-vid__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.oda-vid__sub {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

/* ===== Über uns Kernprozesse process map (Figma 504:578) ===== */
.oda-kp {
  display: grid;
  grid-template-columns: 1fr 1.3fr 38px 1fr;
  border: 1px solid #e6e4e0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
}
.oda-kp__h {
  grid-row: 1;
  padding: 12px 16px;
  background: #f4f4f3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #87878d;
}
.oda-kp__h-in {
  grid-column: 1;
}
.oda-kp__h-kern {
  grid-column: 2;
  text-align: center;
}
.oda-kp__h-out {
  grid-column: 4;
}
.oda-kp__band {
  grid-column: 2;
  padding: 12px;
  text-align: center;
  color: #c00;
  font-weight: 700;
  border-top: 1px solid #e6e4e0;
  border-bottom: 1px solid #e6e4e0;
  background: #faf9f8;
}
.oda-kp__band-mgmt {
  grid-row: 2;
}
.oda-kp__band-sup {
  grid-row: 7;
}
.oda-kp__komm {
  grid-column: 3;
  grid-row: 2 / 8;
  background: #0f0f10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oda-kp__komm span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.oda-kp__in {
  grid-column: 1;
}
.oda-kp__proc {
  grid-column: 2;
}
.oda-kp__out {
  grid-column: 4;
}
.oda-kp__r1 {
  grid-row: 3;
}
.oda-kp__r2 {
  grid-row: 4;
}
.oda-kp__r3 {
  grid-row: 5;
}
.oda-kp__r4 {
  grid-row: 6;
}
.oda-kp__in,
.oda-kp__out {
  padding: 14px 16px;
  border-top: 1px solid #e6e4e0;
}
.oda-kp__proc {
  padding: 14px 16px;
  border-top: 1px solid #e6e4e0;
  text-align: center;
  color: #c00;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.oda-kp__in ul,
.oda-kp__out ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.oda-kp__in li,
.oda-kp__out li {
  position: relative;
  padding-left: 14px;
  color: #424248;
  line-height: 1.4;
}
.oda-kp__in li::before,
.oda-kp__out li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c00;
}
@media (max-width: 768px) {
  .oda-kp {
    grid-template-columns: 1fr;
  }
  .oda-kp__h,
  .oda-kp__band,
  .oda-kp__komm,
  .oda-kp__in,
  .oda-kp__proc,
  .oda-kp__out {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .oda-kp__komm {
    display: none;
  }
}

/* Bottom spacing between blocks is owned by the upper block's margin-bottom
   (the per-block "Bottom spacing" control). When a block with top padding
   (.pt-80: default-content / slider-list) follows any other block, collapse its
   top padding so the gap is the previous block's margin-bottom alone — never
   doubled. The first block on a page keeps its top padding (no preceding sibling). */
.oda-rblock + .reusable-default-content,
.oda-rblock + .reusable-slider-list {
  padding-top: 0;
}

/* "Standard centered text template" — centred hero + lead (CareXplore, Bildungsrevision FaGe, Kommissionen). */
.tpl-centered .hero-wrapper .h1__size,
.tpl-centered .hero-wrapper .paragraph__18 {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------------ *
 * Button group — quick-nav grid + centered note.
 * (Ausbildungsbetriebe detail pages, Figma 705:375.)
 * ------------------------------------------------------------------ */
.oda-btngroup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 12px;
}
.oda-btngroup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border: 1px solid #e6e4e0;
  border-radius: 10px;
  background: #fff;
  color: #0f0f10;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 17.4px;
  letter-spacing: -0.217px;
  text-decoration: none;
  transition:
    border-color 0.15s ease,
    color 0.15s ease;
}
.oda-btngroup__btn:hover,
.oda-btngroup__btn:focus-visible {
  border-color: #c00;
  color: #c00;
}
.oda-btngroup__note {
  margin: 16px 0 0;
  text-align: center;
  color: #424248;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .oda-btngroup {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .oda-btngroup {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------------ *
 * Numbered list — red circular number badges + title/description.
 * (Assistent/in detail, Figma 705:375 "Ausbildung im Ueberblick".)
 * ------------------------------------------------------------------ */
.oda-steps {
  list-style: none;
  counter-reset: oda-step;
  margin: 24px 0 0;
  padding: 0;
}
.oda-steps__item {
  counter-increment: oda-step;
  position: relative;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.oda-steps__item + .oda-steps__item {
  margin-top: 20px;
}
.oda-steps__item::before {
  content: counter(oda-step);
  position: absolute;
  left: 0;
  top: 5px;
  width: 29px;
  height: 29px;
  border-radius: 17px;
  background: #c00;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.08px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oda-steps__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.08px;
  color: #0f0f10;
}
.oda-steps__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: -0.08px;
  color: #424248;
}
.oda-steps__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.oda-steps__logo {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #e6e4e0;
  border-radius: 8px;
  font-size: 14px;
  color: #424248;
  text-decoration: none;
}
.oda-steps__logo:hover {
  border-color: #c00;
  color: #c00;
}

/* Room card image (optional thumbnail). */
.oda-room__media {
  margin: -20px -20px 4px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.oda-room__media img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* Sidebar layout (col-lg-8): content blocks that are normally centred at the
   880px narrow measure must fill the column and left-align with the body text. */
.reusable-default-content--has-sidebar .oda-acc,
.reusable-default-content--has-sidebar .oda-hours {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* ============================================================= *
 * Room cards — Raumvermietung (Figma 534:752, Article 534:1120).
 * All values transcribed 1:1 from the Figma dev-mode export.
 * ============================================================= */
.oda-rcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.oda-rcard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e4e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0 1px 2px 0 rgba(15, 15, 16, 0.04),
    0 1px 1px 0 rgba(15, 15, 16, 0.03);
}
.oda-rcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #c00;
  z-index: 1;
}
.oda-rcard__head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px 26px 18px;
  border-bottom: 1px solid #efeeec;
}
.oda-rcard__badge {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #c00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.09px;
}
.oda-rcard__id {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5.5px;
  padding: 2px 0 2.5px;
}
.oda-rcard__type {
  font-weight: 700;
  font-size: 17px;
  line-height: 25.5px;
  letter-spacing: -0.17px;
  color: #0f0f10;
}
.oda-rcard__area {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: -0.08px;
  color: #424248;
}
.oda-rcard__areaic {
  flex: none;
}
.oda-rcard__sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 17px 26px 18px;
}
.oda-rcard__seclbl {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #87878d;
}
.oda-rcard__boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.oda-rcard__box {
  background: #f4f4f3;
  border-radius: 10px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.oda-rcard__seaticon {
  height: 18px;
  flex: none;
}
.oda-rcard__boxnum {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: #0f0f10;
}
.oda-rcard__boxlbl {
  font-weight: 600;
  font-size: 10.5px;
  line-height: 15.75px;
  letter-spacing: 0.525px;
  text-transform: uppercase;
  color: #87878d;
}
.oda-rcard__persons {
  font-size: 13.5px;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  color: #0f0f10;
  font-weight: 400;
}
.oda-rcard__persons b {
  color: #c00;
  font-weight: 700;
}
.oda-rcard__feats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oda-rcard__feats li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding: 5px 0 6px;
  border-bottom: 1px solid #e6e4e0;
  font-size: 14px;
  line-height: 20px;
  color: #0f0f10;
}
.oda-rcard__feats li:last-child {
  border-bottom: 0;
}
.oda-rcard__feats li::before {
  content: "\2013";
  color: #c00;
  font-size: 16px;
  line-height: 19.5px;
  flex: none;
}
.oda-rcard__note {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3.375px;
  background: rgba(204, 0, 0, 0.04);
  border: 1px dashed rgba(204, 0, 0, 0.3);
  border-radius: 6px;
  padding: 13px 15px;
}
.oda-rcard__note-t {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #c00;
}
.oda-rcard__note-d {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: #424248;
}
.oda-rcard__note-d strong { font-weight: 600; color: #0f0f10; }
.oda-rcard__prices {
  margin-top: auto;
  background: #f4f4f3;
  border-top: 1px solid #efeeec;
  padding: 19px 26px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 59.38px 59.38px;
  column-gap: 14px;
  row-gap: 8px;
  align-items: center;
}
.oda-rcard__plabel {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #c00;
}
.oda-rcard__ph {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #87878d;
  text-align: right;
}
.oda-rcard__prow {
  font-weight: 500;
  font-size: 12.5px;
  line-height: 18.75px;
  letter-spacing: -0.08px;
  color: #424248;
}
.oda-rcard__pval {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.08px;
  color: #0f0f10;
  text-align: right;
}
/* "Fotos" pill — top-right of the card (Figma 1351:7509). */
.oda-rcard__fotos {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 10px;
  border: 1px solid #e6e4e0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px 0 rgba(15, 15, 16, 0.05);
  color: #424248;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}
.oda-rcard__fotos:hover {
  color: #c00;
  border-color: #c00;
}
.oda-rcard__ic {
  flex: none;
}
/* "Bildergalerie ansehen" footer link (Figma 1351:7498). */
.oda-rcard__gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 26px;
  border-top: 1px solid #efeeec;
  color: #c00;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: background 0.15s;
}
.oda-rcard__gallery:hover {
  background: rgba(204, 0, 0, 0.04);
}
.oda-rcard__gallery-lbl {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.oda-rcard__gallery-arrow {
  flex: none;
  transition: transform 0.15s;
}
.oda-rcard__gallery:hover .oda-rcard__gallery-arrow {
  transform: translateX(3px);
}
@media (max-width: 1000px) {
  .oda-rcards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .oda-rcards {
    grid-template-columns: 1fr;
  }
}

/* Verpflegung price list (Raumvermietung).
   Desktop (Figma 1291:2698): 3 columns — name | price | VERRECHNUNG tag.
   Mobile  (Figma 1351:8112): 2 columns — name left | price + tag stacked right. */
.oda-pricelist {
  border: 1px solid #e6e4e0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.oda-pricelist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 24px;
  border-top: 1px solid #e6e4e0;
}
.oda-pricelist__item:first-child {
  border-top: 0;
}
.oda-pricelist__name {
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.08px;
  color: #0f0f10;
  word-break: break-word;
}
/* Desktop: price and tag are two side-by-side columns pinned to the right. */
.oda-pricelist__val {
  flex: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.oda-pricelist__price {
  width: 300px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.08px;
  color: #0f0f10;
  text-align: right;
}
.oda-pricelist__tag {
  width: 230px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #87878d;
  text-align: right;
}
/* Mobile: name left, price + tag stacked on the right (Figma 1351:8112). */
@media (max-width: 782px) {
  .oda-pricelist__item {
    align-items: flex-start;
    gap: 4px;
    padding: 14px 16px;
  }
  .oda-pricelist__val {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 121px;
  }
  .oda-pricelist__price {
    width: auto;
    line-height: 16.6px;
  }
  .oda-pricelist__tag {
    width: auto;
  }
}

/* Travel info — 3 bordered cards (Raumvermietung "Hier findest du uns", Figma 534:926). */
.oda-travel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.oda-travel__col {
  border: 1px solid #e6e4e0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.oda-travel__h {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  color: #0f0f10;
}
.oda-travel__col p {
  margin: 0;
  font-size: 13px;
  line-height: 20.15px;
  letter-spacing: -0.08px;
  color: #424248;
}
@media (max-width: 700px) {
  .oda-travel {
    grid-template-columns: 1fr;
  }
}

/* ===== Wiederverwendbarer Inhalt (Textbaustein) embedded as a content row =====
   Flatten the embedded block's section/container/row/col chrome so the
   Textbaustein's rows flow inline within the current content column (no nested
   container width/padding, no doubled section spacing). */
.default-content__block--snippet > .reusable-default-content {
  padding: 0;
  margin: 0;
}
.default-content__block--snippet .reusable-default-content > .container {
  max-width: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.default-content__block--snippet .reusable-default-content > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.default-content__block--snippet .reusable-default-content > .container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
