/* Haus der Begegnung - image grid refresh */
.widget.widget-image-grid .image-block figure {
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

/* .widget.widget-image-grid .image-block figure:hover,
.widget.widget-image-grid .image-block a:focus figure {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.25);
} */

.widget.widget-image-grid .image-block figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding: 28px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  background: transparent;
  background-color: transparent !important;
}

.widget.widget-image-grid .image-block figure figcaption p:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  min-height: 54px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  white-space: normal;
  transition: transform 200ms ease, box-shadow 200ms ease;
  margin: 0;
}

/* .widget.widget-image-grid .image-block figure:hover figcaption p:first-child,
.widget.widget-image-grid .image-block a:focus figure figcaption p:first-child {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.26);
} */

.widget.widget-image-grid .image-block figure figcaption p.copyright {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.widget.widget-image-grid .image-block a:focus-visible figure {
  outline: 3px solid #f78e11;
  outline-offset: 5px;
}

@media (max-width: 991px) {
  .widget.widget-image-grid .image-block figure figcaption {
    padding: 24px 20px;
  }

  .widget.widget-image-grid .image-block figure figcaption p:first-child {
    font-size: 18px;
    min-height: 50px;
    padding: 12px 26px;
  }
}

@media (max-width: 575px) {
  .widget.widget-image-grid .image-block figure figcaption {
    padding: 20px 18px;
  }

  .widget.widget-image-grid .image-block figure figcaption p:first-child {
    font-size: 16px;
    min-height: 46px;
    padding: 10px 22px;
  }
}

.seminar-room-detail {
  padding: 50px 0;
}

.seminar-room-detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.seminar-room-detail__title {
  max-width: 640px;
}

.seminar-room-detail__heading {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #1e1e1e;
}

.seminar-room-detail__subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.seminar-room-detail__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.08);
  color: #1e1e1e;
  font-size: 20px;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.seminar-room-detail__download:hover,
.seminar-room-detail__download:focus {
  background: #f78e11;
  color: #ffffff;
  transform: translateY(-2px);
}

.seminar-room-detail__gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.seminar-room-detail__gallery-main,
.seminar-room-detail__gallery-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.seminar-room-detail__gallery-main--single {
  margin-bottom: 48px;
}

.seminar-room-detail__gallery-main img,
.seminar-room-detail__gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seminar-room-detail__gallery-thumbs {
  display: grid;
  gap: 20px;
}

.seminar-room-detail__body {
  margin-left: 0;
  margin-right: 0;
}

.seminar-room-detail__body p {
  font-size: 16px;
}

.seminar-room-detail__column {
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
}

.seminar-room-detail__subheading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  color: #646464;
}

.seminar-room-detail__subheading--price {
  color: #1e1e1e;
  margin-bottom: 8px;
}

.seminar-room-detail__richtext {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #2a2a2a;
}

.seminar-room-detail__richtext p {
  margin: 0;
}

.seminar-room-detail__richtext ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.seminar-room-detail__richtext li {
  margin: 6px 0;
}

.seminar-room-detail__block ul {
  padding-left: 20px;
}

.seminar-room-detail__meta {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  margin-top: 48px;
  /* margin-bottom: 28px; */
}

.seminar-room-detail__meta .ezxmltext-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seminar-room-detail__meta .ezxmltext-field p {
    font-size: 12px;
    line-height: 1;
}

.seminar-room-detail__hint {
  margin: 12px 0 0;
  font-size: 16px;
  color: #2a2a2a;
}


.seminar-room-detail__price-range {
  font-size: 22px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0;
  display: block;
}

/* Styles incase we want the "other" seatings-list, where the dots automatically take the entire width */
.seating-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 450px;
}

.seating-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.seating-list li::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #a0a0a0;
  z-index: 0;
}

.seating-list li span {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 500;
}

.seating-list li span:first-child {
  padding-left: 0;
  color: #333;
}

.seating-list li span:last-child {
  padding-right: 0;
  color: #1e1e1e;
}


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

.seminar-room-detail__price {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.seminar-room-detail__price-note p {
  margin: 0;
}

.seminar-room-detail__capacity {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.seminar-room-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 200ms ease, box-shadow 200ms ease;
  border: 2px solid #1e1e1e;
  background: #ffffff;
  color: #1e1e1e;
  text-decoration: none;
  height: 52px;
}

.seminar-room-detail__cta:hover {
    text-decoration: none;
}

.seminar-room-detail__cta--info {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.seminar-room-detail__cta:hover,
.seminar-room-detail__cta:focus {
    text-decoration: none;
}

.seminar-room-detail__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.seminar-room-detail__contact-text {
  font-weight: 600;
  color: #1e1e1e;
}

.seminar-room-detail__contact {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .seminar-room-detail__heading {
    font-size: 42px;
  }
}

.widget.widget-seminar-room-overview {
  padding: 64px 0;
}

.seminar-room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.seminar-room-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.seminar-room-card__infos {
    display: grid;
    grid-template-columns: 60% 40%;
}

.seminar-room-card__infos p {
    margin: 0;
}

.seminar-room-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.seminar-room-card:hover,
.seminar-room-card__link:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
}

.seminar-room-card__figure {
  position: relative;
  margin: 0;
  min-height: 280px;
  height: 100%;
  background: #f4f4f4;
}

.seminar-room-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.seminar-room-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f3f3 0%, #e3e3e3 100%);
}

.seminar-room-card__caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  height: fit-content;
  padding: 16px;
  margin-top: auto;
}

.seminar-room-card__prefix {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
}

.seminar-room-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.seminar-room-card__meta {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 1rem;
}

.seminar-room-card__meta p {
  line-height: 1rem;
}

.seminar-room-card__separator {
  opacity: 0.6;
}

.seminar-room-card__price {
  font-size: 14px;
  font-weight: 500;
}

.seminar-room-grid__empty {
  margin: 0;
  font-size: 18px;
  color: #5c5c5c;
  text-align: center;
}

@media (max-width: 1199px) {
  .seminar-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seminar-room-card__figure {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .widget.widget-seminar-room-overview {
    padding: 48px 0;
  }

  .seminar-room-grid {
    grid-template-columns: 1fr;
  }

  .seminar-room-card__figure {
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .seminar-room-detail {
    padding: 56px 0;
  }

  .seminar-room-detail__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .seminar-room-detail__gallery {
    grid-template-columns: 1fr;
  }

  .seminar-room-detail__gallery-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .seminar-room-detail__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .seminar-room-detail__column--meta {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .seminar-room-detail__heading {
    font-size: 34px;
  }

  .seminar-room-detail__subtitle {
    font-size: 18px;
  }
}

.owl-carousel .owl-stage-outer,
.header-media-news,
.header-media-news .item {
    border-radius: 20px;
}

.header-media-news-wrapper .header-media-news:hover {
    box-shadow: none;
}

.header-media #header-slideshow.large-image {
    max-height: 600px;
}

.header-media #header-slideshow.large-image .owl-item {
    height: 600px;
}

#header-slideshow.large-image {
    width: 100%;
}

#header-slideshow.large-image .header-cta {
    background: none;
}

#header-slideshow.large-image .header-cta .header-cta-content {
    background: rgba(0, 0, 0, 0.6);
    width: 70%;
    border-radius: 0px 1rem;
    padding: 30px 30px 20px;
}

#header-slideshow .header-cta .header-cta-content .hidden-xs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-slideshow .header-cta .header-cta-content .hidden-xs p {
    max-width: 70%;
}

#header-slideshow .header-cta .header-cta-content .hidden-xs p span {
    max-width: 100%;
}

#header-slideshow .header-cta .header-cta-content .hidden-xs .header-cta__button {
    padding: 0.5rem 1rem;
    height: 100%;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    line-height: 1.35;
    transition: transform 200ms ease, box-shadow 200ms ease;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 991px) {
    #header-slideshow.large-image .header-cta .header-cta-content {
        width: 100%;
        border-radius: 0;
    }
    #header-slideshow .header-cta .header-cta-content .hidden-xs p {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .header-media #header-slideshow.large-image .owl-item {
        height: 300px;
    }
}

.footer-brick {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-top: 1px solid #ccc;
}

.footer-brick a { text-decoration: none; color: inherit; }
.footer-brick a:hover { text-decoration: underline; }

.footer-brick .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-brick img {
    width: 100px;
    margin: 0.5rem;
}

.footer-brick .col-left { flex: 0 0 250px; }
.footer-brick .col-center { flex: 1; min-width: 300px; }
.footer-brick .col-right { flex: 0 0 250px; }

.footer-brick .logo-area { margin-bottom: 20px; }
.footer-brick .logo-area img { width: 100%; max-width: 250px; height: auto; margin: 0 0 0.5rem 0; }
.footer-brick .icon-cross { font-size: 20px; color: #ccc; }

.footer-brick address { font-style: normal; margin-bottom: 20px; font-size: 13px; font-weight: bold; }

.footer-brick .socials { display: flex; gap: 15px; font-weight: bold; margin-top: 10px; }
.footer-brick .socials i { font-size: 18px; }

.footer-brick .col-center p { margin-bottom: 15px; font-size: 13px; margin-top: 0; }

.footer-brick .email-contacts p { margin: 0; }

.footer-brick .col-right .badges {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.footer-brick .col-right .badges img { height: 50px; width: auto; filter: grayscale(100%); opacity: 0.8; }

.footer-brick hr { border: 0; border-top: 2px solid #000; margin: 20px 0; }

.footer-brick .footer-sitemenu h5 { font-size: 16px; margin-bottom: 10px; font-weight: bold; margin-top: 0; }
.footer-brick .footer-sitemenu ul { list-style: none; padding: 0; margin: 0; }
.footer-brick .footer-sitemenu li { margin-bottom: 2px; font-size: 13px; font-weight: 500; }

.footer-brick .footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
}

.footer-brick .legal-links { display: flex; gap: 100px; }

@media (max-width: 900px) {
    .footer-brick .footer-top { flex-direction: column; }
    .footer-brick .footer-sitemenu { grid-template-columns: repeat(2, 1fr); }
    .footer-brick .footer-bottom { flex-direction: column; gap: 10px; }
    .footer-brick .legal-links { gap: 20px; }
    .footer-brick .col-left, .footer-brick .col-right { flex: auto; }
}

.widget.widget-image-grid .image-block figure {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-size: 0 0;
}

.widget.widget-image-grid .image-block figure::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    will-change: transform;
}

.widget.widget-image-grid .image-block figure figcaption {
    pointer-events: none;
}

.widget.widget-image-grid .image-block figure:hover::before {
    transform: scale(1.1);
}

.row-odd {
    background-color: #ffffff;
}

.container-outer.row-odd .widget-person-card .person-card, .container-outer.row-odd .person-card {
    background-color: #ffffff;
}

a.hdb-button,
.ezxmltext-field a.hdb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: transform 200ms ease, box-shadow 200ms ease;
    border: 2px solid #1e1e1e;
    background: #ffffff;
    color: #1e1e1e;
    text-decoration: none;
    height: 36px;
}

a.hdb-button:hover,
a.hdb-button:focus,
.ezxmltext-field a.hdb-button:hover,
.ezxmltext-field a.hdb-button:focus {
    color: #f78e11;
    text-decoration: none;
}
