@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600&display=swap");
/* ==================================================
   Page Sponsor
================================================== */
.page-id-3126 .block-bild-text .bild img {
  max-width: 16rem;
}

/* ==================================================
   Weihnachtsmarkt Image Slider
================================================== */
.block-custom-image-slider {
  padding: 1rem;
}
@media (min-width: 1200px) {
  .block-custom-image-slider {
    padding: 2rem;
  }
}

.weihnachtsmarkt-slider {
  --slider-dark: #222;
  --slider-light: #fff;
  --slider-border: #d8d8d8;
  --slider-background: #f1f1f1;
  --slider-spacing: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--slider-spacing);
  box-sizing: border-box;
}
.weihnachtsmarkt-slider *,
.weihnachtsmarkt-slider *::before,
.weihnachtsmarkt-slider *::after {
  box-sizing: border-box;
}

/* ==================================================
   Slider container
================================================== */
.weihnachtsmarkt-image-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.weihnachtsmarkt-image-slider.slick-slider {
  display: block;
}
.weihnachtsmarkt-image-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 14px;
}
.weihnachtsmarkt-image-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.weihnachtsmarkt-image-slider .slick-slide {
  display: block;
  height: auto;
}
.weihnachtsmarkt-image-slider .slick-slide > div {
  display: block;
  height: 100%;
}

/* ==================================================
   Slides and images
================================================== */
.weihnachtsmarkt-image-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--slider-background);
  aspect-ratio: 16/9;
  font-size: 0;
}
.weihnachtsmarkt-image-slide img.weihnachtsmarkt-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
  font-size: 1rem;
}

/* ==================================================
   Previous / next arrows
================================================== */
.weihnachtsmarkt-image-slider .slick-prev,
.weihnachtsmarkt-image-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: transparent;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}
.weihnachtsmarkt-image-slider .slick-prev::before,
.weihnachtsmarkt-image-slider .slick-next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}
.weihnachtsmarkt-image-slider .slick-prev:hover,
.weihnachtsmarkt-image-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.92);
  transform: translateY(-50%);
}
.weihnachtsmarkt-image-slider .slick-prev:focus-visible,
.weihnachtsmarkt-image-slider .slick-next:focus-visible {
  outline: 3px solid var(--slider-dark);
  outline-offset: 3px;
  background: var(--slider-dark);
}
.weihnachtsmarkt-image-slider .slick-prev.slick-disabled,
.weihnachtsmarkt-image-slider .slick-next.slick-disabled {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}
.weihnachtsmarkt-image-slider .slick-prev {
  left: 18px;
}
.weihnachtsmarkt-image-slider .slick-prev::before {
  content: "‹";
  padding-bottom: 4px;
}
.weihnachtsmarkt-image-slider .slick-next {
  right: 18px;
}
.weihnachtsmarkt-image-slider .slick-next::before {
  content: "›";
  padding-bottom: 4px;
}

/* ==================================================
   Numbered pagination
================================================== */
.weihnachtsmarkt-image-slider button.slick-arrow:focus {
  outline: none;
}
.weihnachtsmarkt-image-slider .slick-dots {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.weihnachtsmarkt-image-slider .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 0;
  list-style: none;
}
.weihnachtsmarkt-image-slider .slick-dots li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--slider-border);
  border-radius: 50%;
  background: var(--slider-light);
  color: #555;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.weihnachtsmarkt-image-slider .slick-dots li button::before {
  content: none;
  display: none;
}
.weihnachtsmarkt-image-slider .slick-dots li button:hover {
  border-color: #c8aa84;
  background: #f3f3f3;
  color: var(--slider-dark);
}
.weihnachtsmarkt-image-slider .slick-dots li button:focus-visible {
  outline: 3px solid var(--slider-dark);
  outline-offset: 3px;
}
.weihnachtsmarkt-image-slider .slick-dots li.slick-active button {
  border-color: #c8aa84;
  background: #c8aa84;
  color: var(--slider-light);
  transform: scale(1.08);
}

/* ==================================================
   Tablet layout
================================================== */
@media (max-width: 768px) {
  .weihnachtsmarkt-slider {
    --slider-spacing: 14px;
  }
  .weihnachtsmarkt-image-slide {
    min-height: 240px;
  }
  .weihnachtsmarkt-image-slider .slick-prev,
  .weihnachtsmarkt-image-slider .slick-next {
    width: 42px;
    height: 42px;
  }
  .weihnachtsmarkt-image-slider .slick-prev::before,
  .weihnachtsmarkt-image-slider .slick-next::before {
    font-size: 28px;
  }
  .weihnachtsmarkt-image-slider .slick-prev {
    left: 12px;
  }
  .weihnachtsmarkt-image-slider .slick-next {
    right: 12px;
  }
  .weihnachtsmarkt-image-slider .slick-dots {
    margin-top: 14px;
  }
  .weihnachtsmarkt-image-slider .slick-dots li {
    margin: 0 3px;
  }
  .weihnachtsmarkt-image-slider .slick-dots li button {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
/* ==================================================
   Mobile layout
================================================== */
@media (max-width: 480px) {
  .weihnachtsmarkt-image-slide {
    min-height: 220px;
    aspect-ratio: 4/3;
  }
  .weihnachtsmarkt-image-slider .slick-prev,
  .weihnachtsmarkt-image-slider .slick-next {
    width: 36px;
    height: 36px;
  }
  .weihnachtsmarkt-image-slider .slick-prev::before,
  .weihnachtsmarkt-image-slider .slick-next::before {
    font-size: 25px;
  }
  .weihnachtsmarkt-image-slider .slick-prev {
    left: 8px;
  }
  .weihnachtsmarkt-image-slider .slick-next {
    right: 8px;
  }
  .weihnachtsmarkt-image-slider .slick-dots {
    gap: 5px;
    margin-top: 12px;
  }
  .weihnachtsmarkt-image-slider .slick-dots li {
    margin: 0;
  }
  .weihnachtsmarkt-image-slider .slick-dots li button {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
}
/* ==================================================
   Table styling
================================================== */
.table-program.wp-block-table {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 1.2rem;
}

.table-program .table-responsive {
  --table-border: #e2e8f0;
  --table-header-bg: #f8fafc;
  --table-row-hover: #f8fafc;
  --table-stripe-bg: #fcfcfd;
  --table-text: #1e293b;
  --table-muted: #64748b;
  --table-radius: 0.75rem;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}
.table-program .table-responsive table {
  width: 100%;
  min-width: 32rem;
  table-layout: fixed;
  border: 1px solid var(--table-border);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  color: var(--table-text);
  background: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}
.table-program .table-responsive th,
.table-program .table-responsive td {
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--table-border);
}
.table-program .table-responsive th:empty::after,
.table-program .table-responsive td:empty::after {
  content: " ";
}
.table-program .table-responsive thead {
  background: #681b2b;
}
.table-program .table-responsive thead th {
  color: rgb(247, 247, 247);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.table-program .table-responsive tbody tr {
  transition: background-color 160ms ease;
}
.table-program .table-responsive tbody tr:nth-child(even) {
  background: var(--table-stripe-bg);
}
.table-program .table-responsive tbody tr:hover {
  background: var(--table-row-hover);
}
.table-program .table-responsive tbody tr:last-child td {
  border-bottom: 0;
}
.table-program .table-responsive tbody td {
  font-weight: 400;
}
.table-program .table-responsive th:first-child,
.table-program .table-responsive td:first-child {
  width: 25%;
}
@media (min-width: 1200px) {
  .table-program .table-responsive th:first-child,
  .table-program .table-responsive td:first-child {
    white-space: nowrap;
  }
}
.table-program .table-responsive th:last-child,
.table-program .table-responsive td:last-child {
  width: 75%;
}
.table-program .table-responsive .has-text-align-left {
  text-align: left;
}
.table-program .table-responsive .has-text-align-center {
  text-align: center;
}
.table-program .table-responsive .has-text-align-right {
  text-align: right;
}
@media (max-width: 36rem) {
  .table-program .table-responsive table {
    min-width: 28rem;
    font-size: 0.875rem;
  }
  .table-program .table-responsive th,
  .table-program .table-responsive td {
    padding: 0.75rem;
  }
}

/*# sourceMappingURL=style-redesign.css.map */
