@font-face {
  font-family: Cinzel;
  /*(eigener, individueller Name)*/
  src: url("https://test120136.test-account.com/font/Cinzel-Medium.ttf");
  /*Quelle - beim Übertragen auf eine andere Domain: Pfad händisch anpassen!*/
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  /*(eigener, individueller Name)*/
  src: url("https://test120136.test-account.com/font/Roboto-Light.ttf");
  /*Quelle - beim Übertragen auf eine andere Domain: Pfad händisch anpassen!*/
  font-display: swap;
}

h2 {
  background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #3a2c0f 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cinzel;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

h1::after {
  background: none;
  content: attr(data-heading) / "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  text-shadow: -1px 0 1px #c6bb9f, 
    0 1px 1px #c6bb9f, 
    5px 5px 10px rgba(0, 0, 0, 0.4),
    -5px -5px 10px rgba(0, 0, 0, 0.4);
}

h3,
h4 {
  font-family: Cinzel !important;
}

.uagb-block-90bb1952.uagb-timeline__outer-wrap .uagb-timeline__date-new {
  font-family: Cinzel !important;
}

nav#mobile-menu a span {
  padding-top: 12px;
}

.bravada-over-menu #site-header-main {
  position: absolute;
  top: 0px;
}

.site-header-bottom {
  height: 58px;
  background-color: #cebb90;
}

#access > div > ul > li > a {
  color: #fff !important;
}

#access > div > ul > li > a:hover {
  color: #4f3908 !important;
}

#access ul ul li {
  position: relative;
  display: table;
  clear: both;
  float: left;
  width: 100%;
  min-width: 150px;
  margin: 0;
  color: #4f3908 !important;
}

iframe {
  width: 100%;
}

.wp-block-uagb-content-timeline .wp-block-uagb-content-timeline-child .uagb-timeline__events-inner--content p.uagb-timeline-desc-content {
  padding: 15px;
}

.wp-block-uagb-content-timeline .wp-block-uagb-content-timeline-child .uagb-timeline__events-inner--content .uagb-timeline__heading {
  padding: 10px;
}

.main blockquote p {
  padding: 25px;
}

#lp-blocks1.lp-blocks.lp-blocks1.lp-blocks-rows-3 {
  background-image: url("https://test120136.test-account.com/wp-content/uploads/2025/12/PetalsA.avif");
  background-size: contain;
  background-attachment: fixed;
  background-color: #b3adad;
  margin-bottom: -90px;
  margin-top: -30px;
}

.bravada-landing-page .lp-blocks-inside {
  background-image: url("https://test120136.test-account.com/wp-content/uploads/2025/12/PetalsA.avif");
  background-size: contain;
  background-attachment: fixed;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lp-block-content {
  background-image: url("https://test120136.test-account.com/wp-content/uploads/2025/12/PetalsA.avif");
  background-size: cover;
  background-attachment: fixed;
}

.lp-text {
  display: inline;
}

.bravada-landing-page .lp-text-inside {
  background-image: url("https://test120136.test-account.com/wp-content/uploads/2025/12/PetalsA.avif");
  background-attachment: fixed;
  background-size: percentage;
}

.has-text-align-center.has-text-color.has-link-color.wp-elements-dfb4ddf9df4a6b94f4d30812dfed2efd {
  font-family: Roboto;
}

.wp-block-uagb-icon-list.uagb-block-a6e5f2f9 .uagb-icon-list__wrap {
  text-align: center;
  display: block;
}

.wp-block-uagb-icon-list.uagb-block-177c4d16 .uagb-icon-list__wrap {
  padding-left: 50px;
}

/*.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
  margin-left: 365px;
}*/

.bravada-over-menu:not(.burgermenu-active) .site-header-bottom:not(.header-fixed) .hamburger span {
  background-color: #fff !important;
}

.dashicons,
.dashicons-before:before {
  transition: none !important;
}

.uagb-block-7b7298f7 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption {
  text-align: left;
}

#lp-blocks1.lp-blocks.lp-blocks1.lp-blocks-rows-3 {
  background: transparent !important;
}

#lp-text-one .lp-text-background {
  background: transparent !important;
  padding: 0 !important;
}

/* Hellen Text + Glow beim Zitat */

#lp-text-one * {
  color: #fff !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6),
        0 0 16px rgba(255, 255, 255, 0.35);
}

.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.responsive-table th,
.responsive-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.responsive-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.soldout {
  background: #e60000;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}

/* Mobile Darstellung */

@media (max-width: 600px) {
  .responsive-table table {
    font-size: 14px;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 8px;
  }
}

.table-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-table table {
  table-layout: fixed;
  /* sorgt für gleichmäßige Verteilung */
  width: 100%;
}

.responsive-table th:nth-child(1),
.responsive-table td:nth-child(1) {
  width: 22%;
  /* Datum */
}

.responsive-table th:nth-child(2),
.responsive-table td:nth-child(2) {
  width: 18%;
  /* Status */
}

.responsive-table th:nth-child(3),
.responsive-table td:nth-child(3) {
  width: 60%;
  /* Ort */
}


#header-page-title .category-metas a {
color: #fff;
}

.meta-arrow>i {
color: #fff;
}