@charset "UTF-8";
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/playfair-display-v40-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/playfair-display-v40-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/playfair-display-v40-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/playfair-display-v40-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/cormorant-garamond-v21-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/cormorant-garamond-v21-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/cormorant-garamond-v21-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/source-sans-3-v19-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/source-sans-3-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/source-sans-3-v19-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/files/themes/steinbach/fonts/source-sans-3-v19-latin-600.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Source Sans 3", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #3d3d3a;
  background-color: #f8f6f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a2e;
}

h1 {
  font-size: clamp(2rem, 5vw, 60px);
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 40px);
}

h3 {
  font-size: clamp(1.2rem, 2.5vw, 28px);
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 13px;
  font-weight: 600;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #d4af6a;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #e8cc8e;
}
a:focus-visible {
  outline: 2px solid #d4af6a;
  outline-offset: 3px;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
button:focus-visible {
  outline: 2px solid #d4af6a;
  outline-offset: 3px;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #d4af6a;
  outline-offset: 3px;
}

.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;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af6a;
  margin-bottom: 16px;
}

.gold-line {
  display: block;
  width: 48px;
  height: 2px;
  background: #d4af6a;
  margin: 16px 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}
@media (prefers-reduced-motion: reduce) {
  .animate-fade-in-up {
    animation: none;
  }
}

:lang(ru) h1, :lang(ru) h2, :lang(ru) h3, :lang(ru) h4, :lang(ru) h5, :lang(ru) h6 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
}
:lang(ru) p, :lang(ru) li, :lang(ru) .vita-text {
  line-height: 1.85;
}

.lang-switch a[hreflang=ru],
.lang-switch button[data-lang=ru] {
  font-family: "Source Sans 3", sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(24px / -2);
}

[class*=col-] {
  padding: 0 calc(24px / 2);
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}

.col-2 {
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}

.col-3 {
  width: 25%;
}

@media (min-width: 576px) {
  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-xl-3 {
    width: 25%;
  }
}

.col-4 {
  width: 33.3333333333%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}

.col-5 {
  width: 41.6666666667%;
}

@media (min-width: 576px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}

.col-6 {
  width: 50%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-xl-6 {
    width: 50%;
  }
}

.col-7 {
  width: 58.3333333333%;
}

@media (min-width: 576px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}

.col-8 {
  width: 66.6666666667%;
}

@media (min-width: 576px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}

.col-9 {
  width: 75%;
}

@media (min-width: 576px) {
  .col-sm-9 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .col-lg-9 {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-xl-9 {
    width: 75%;
  }
}

.col-10 {
  width: 83.3333333333%;
}

@media (min-width: 576px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}

.col-11 {
  width: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-xl-12 {
    width: 100%;
  }
}

.section {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .section {
    padding: 96px 0;
  }
}
.section--sm {
  padding: 40px 0;
}
.section--lg {
  padding: 96px 0;
}

.mod_article .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mod_article .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .mod_article .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#wrapper {
  min-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #wrapper {
    min-height: calc(100vh - 72px);
  }
}

#container {
  flex: 1 0 auto;
}

#main {
  flex: 1;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-auto {
  margin-top: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #1a1a2e;
  height: 56px;
  transition: background 300ms ease, box-shadow 300ms ease;
}
@media (min-width: 1024px) {
  #header {
    height: 72px;
  }
}
#header.scrolled {
  background: rgba(26, 26, 46, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
#header > .inside {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  #header > .inside {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  #header > .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#header > .inside {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
#header > .inside .mod_navigation {
  flex: 1;
}
#header > .inside .mod_changelanguage {
  order: 9;
}
#header > .inside .navbar__burger {
  order: 10;
  margin-left: auto;
}
#header .content-text {
  display: none;
}

.navbar__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.navbar__logo img {
  display: block;
  width: auto;
  height: 36px;
}
@media (min-width: 1024px) {
  .navbar__logo img {
    height: 48px;
  }
}
.navbar__logo:not(:has(img)) {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.25rem;
  color: #d4af6a;
  letter-spacing: 0.05em;
  line-height: 1;
}
.navbar__logo:hover {
  opacity: 0.8;
}

a.invisible,
span.invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mod_navigation {
  display: none;
}
@media (min-width: 1024px) {
  .mod_navigation {
    display: flex;
    align-items: center;
  }
}
.mod_navigation ul.level_1 {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod_navigation li {
  position: relative;
}
.mod_navigation li a {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.mod_navigation li a:hover {
  color: #d4af6a;
  border-bottom-color: #d4af6a;
}
.mod_navigation li strong {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4af6a;
  padding: 4px 0;
  border-bottom: 1px solid #d4af6a;
}
.mod_navigation li.trail > a {
  color: #d4af6a;
  border-bottom-color: #d4af6a;
}
.mod_navigation ul.level_2 {
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a2e;
  border-top: 2px solid #d4af6a;
  min-width: 200px;
  padding: 8px 0;
  list-style: none;
  box-shadow: 0 8px 32px rgba(26, 26, 46, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  transform: translateY(-4px);
  z-index: 100;
}
.mod_navigation ul.level_2 li a {
  padding: 8px 24px;
  border-bottom: none;
  white-space: nowrap;
}
.mod_navigation ul.level_2 li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #d4af6a;
  border-bottom: none;
}
.mod_navigation ul.level_2 li strong {
  display: block;
  padding: 8px 24px;
  font-weight: 500;
  border-bottom: none;
  color: #d4af6a;
  white-space: nowrap;
}
.mod_navigation li:hover > ul.level_2 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.navbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mod_changelanguage {
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1024px) {
  .mod_changelanguage {
    display: block;
  }
}
.mobile-menu .mod_changelanguage {
  display: block;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .mod_changelanguage ul.level_1 {
  gap: 8px;
}
.mobile-menu .mod_changelanguage a, .mobile-menu .mod_changelanguage strong {
  font-size: 13px;
  padding: 6px 14px;
}
.mod_changelanguage ul.level_1 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod_changelanguage li {
  display: flex;
  align-items: center;
}
.mod_changelanguage a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 150ms ease;
}
.mod_changelanguage a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
.mod_changelanguage strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4af6a;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 106, 0.4);
}
.mobile-menu .mod_changelanguage {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .mod_changelanguage ul.level_1 {
  gap: 8px;
}
.mobile-menu .mod_changelanguage a, .mobile-menu .mod_changelanguage strong {
  font-size: 13px;
  padding: 6px 14px;
}

.navbar__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navbar__burger {
    display: none;
  }
}
.navbar__burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 300ms ease, opacity 300ms ease;
  transform-origin: center;
}
.navbar__burger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.navbar__burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.navbar__burger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 299;
  background: #1a1a2e;
  overflow-y: auto;
  padding: 40px 24px;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu.is-open {
  display: flex;
  animation: fadeIn 0.2s ease;
}
.mobile-menu .mod_navigation {
  display: block;
}
.mobile-menu .mod_navigation ul.level_1 {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.mobile-menu .mod_navigation li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu .mod_navigation li a, .mobile-menu .mod_navigation li strong {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 28px;
  color: #ffffff;
  padding: 16px 0;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: none;
}
.mobile-menu .mod_navigation li a:hover, .mobile-menu .mod_navigation li.active strong {
  color: #d4af6a;
}
.mobile-menu .mod_navigation ul.level_2 {
  position: static;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  background: none;
  border-top: none;
  box-shadow: none;
  min-width: 0;
  padding: 0 0 8px 24px;
  list-style: none;
}
.mobile-menu .mod_navigation ul.level_2 li {
  border-bottom: none;
}
.mobile-menu .mod_navigation ul.level_2 a {
  font-size: 20px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-menu .mod_navigation ul.level_2 a:hover {
  color: #d4af6a;
}
.mobile-menu .mod_navigation ul.level_2 strong {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: none;
  color: #d4af6a;
}

body {
  padding-top: 56px;
}
@media (min-width: 1024px) {
  body {
    padding-top: 72px;
  }
}

.content-swiper {
  position: relative;
  width: 100%;
  height: 260px;
  background: #0f0f1e;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-swiper {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .content-swiper {
    height: 520px;
  }
}
.content-swiper .swiper {
  width: 100%;
  height: 100%;
}
.content-swiper .swiper-wrapper {
  height: 100%;
}
.content-swiper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.content-swiper .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 30, 0.2) 0%, rgba(15, 15, 30, 0.5) 60%, rgba(15, 15, 30, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}
.content-swiper .swiper-slide .content-text,
.content-swiper .swiper-slide .rte {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}
.content-swiper .swiper-slide .content-text p, .content-swiper .swiper-slide .content-text h1, .content-swiper .swiper-slide .content-text h2, .content-swiper .swiper-slide .content-text h3,
.content-swiper .swiper-slide .rte p,
.content-swiper .swiper-slide .rte h1,
.content-swiper .swiper-slide .rte h2,
.content-swiper .swiper-slide .rte h3 {
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.content-swiper .swiper-slide .content-text h1, .content-swiper .swiper-slide .content-text h2,
.content-swiper .swiper-slide .rte h1,
.content-swiper .swiper-slide .rte h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(1.8rem, 5vw, 60px);
  margin-bottom: 8px;
}
.content-swiper .swiper-slide .content-text p,
.content-swiper .swiper-slide .rte p {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.75);
}
.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  margin-top: -24px !important;
  border-radius: 50% !important;
  background-color: rgba(26, 26, 46, 0.5) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(4px);
  transition: background-color 150ms ease, border-color 150ms ease;
  outline: none !important;
}
.content-swiper .swiper-button-prev .swiper-navigation-icon,
.content-swiper .swiper-button-next .swiper-navigation-icon {
  width: 12px !important;
  height: 20px !important;
  color: #ffffff !important;
  transition: color 150ms ease;
}
.content-swiper .swiper-button-prev .swiper-navigation-icon path,
.content-swiper .swiper-button-next .swiper-navigation-icon path {
  fill: currentColor !important;
}
.content-swiper .swiper-button-prev:hover,
.content-swiper .swiper-button-next:hover {
  background-color: #d4af6a !important;
  border-color: #d4af6a !important;
}
.content-swiper .swiper-button-prev:hover .swiper-navigation-icon,
.content-swiper .swiper-button-next:hover .swiper-navigation-icon {
  color: #1a1a2e !important;
}
.content-swiper .swiper-button-prev:focus, .content-swiper .swiper-button-prev:focus-visible,
.content-swiper .swiper-button-next:focus,
.content-swiper .swiper-button-next:focus-visible {
  outline: none !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 1024px) {
  .content-swiper .swiper-button-prev,
  .content-swiper .swiper-button-next {
    width: 56px !important;
    height: 56px !important;
    margin-top: -28px !important;
  }
  .content-swiper .swiper-button-prev .swiper-navigation-icon,
  .content-swiper .swiper-button-next .swiper-navigation-icon {
    width: 14px !important;
    height: 24px !important;
  }
}
.content-swiper .swiper-button-prev {
  left: 16px !important;
}
@media (min-width: 1024px) {
  .content-swiper .swiper-button-prev {
    left: 40px !important;
  }
}
.content-swiper .swiper-button-next {
  right: 16px !important;
}
@media (min-width: 1024px) {
  .content-swiper .swiper-button-next {
    right: 40px !important;
  }
}
.content-swiper .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.content-swiper .swiper-pagination {
  bottom: 24px !important;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 4px !important;
  transition: all 300ms ease;
}
.content-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(212, 175, 106, 0.7);
  transform: scale(1.3);
}
.content-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #d4af6a !important;
  transform: scale(1.4);
  box-shadow: 0 0 6px rgba(212, 175, 106, 0.5);
}

.content-text .rte h2, .content-text .rte h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  color: #1a1a2e;
  margin: 40px 0 8px;
}
.content-text .rte h2:first-child, .content-text .rte h3:first-child {
  margin-top: 0;
}
.content-text .rte h2 {
  font-size: 20px;
}
.content-text .rte h3 {
  font-size: 16px;
}
.content-text .rte p {
  font-size: 16px;
  line-height: 1.8;
  color: #888780;
  margin-bottom: 16px;
}
.content-text .rte p:last-child {
  margin-bottom: 0;
}
.content-text .rte p:empty {
  display: none;
}
.content-text .rte ul, .content-text .rte ol {
  margin: 0 0 16px;
  padding-left: 1.2em;
  color: #888780;
  line-height: 1.8;
}
.content-text .rte a {
  color: #1a1a2e;
  text-decoration: underline;
  text-decoration-color: #d4af6a;
  text-underline-offset: 3px;
}
.content-text .rte a:hover {
  color: #d4af6a;
}

.mod_article > .content-text {
  max-width: 760px;
  margin: 64px auto;
  padding: 40px 40px;
  background: #f0ece4;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .mod_article > .content-text {
    padding: 64px 96px;
  }
}

.layout-split {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .layout-split {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .layout-split {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.layout-split {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .layout-split {
    flex-direction: row;
    gap: 64px;
    align-items: start;
  }
  .layout-split > * {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .layout-split--narrow > *:first-child {
    flex: 0 0 280px;
  }
  .layout-split--narrow > *:last-child {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .layout-split--narrow-md > *:first-child {
    flex: 0 0 400px;
  }
  .layout-split--narrow-md > *:last-child {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .layout-split--wide > *:first-child {
    flex: 1;
  }
  .layout-split--wide > *:last-child {
    flex: 0 0 280px;
  }
}

.content-headline {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin: 64px auto 40px;
  max-width: 720px;
  padding: 0 16px;
  hyphens: auto;
  overflow-wrap: break-word;
}
.content-headline::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #d4af6a;
  margin: 16px auto 0;
}
@media (min-width: 1024px) {
  .content-headline {
    font-size: clamp(40px, 4vw, 48px);
    margin: 96px auto 40px;
    padding: 0;
  }
}

.mod_eventlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .mod_eventlist {
    padding: 0;
  }
}
.mod_eventlist > .header {
  margin-top: 40px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mod_eventlist > .header::before, .mod_eventlist > .header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(212, 175, 106, 0.25);
}
.mod_eventlist > .header:first-child {
  margin-top: 0;
}
.mod_eventlist > .header .day {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4af6a;
}
.mod_eventlist > .header .date {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #aaa9a3;
}
.mod_eventlist .event {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.mod_eventlist .event:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.mod_eventlist .event {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.mod_eventlist .event .event-badge {
  min-width: 72px;
  text-align: center;
  background: #1a1a2e;
  border-radius: 8px;
  padding: 16px 4px;
  flex-shrink: 0;
}
.mod_eventlist .event .event-badge__day {
  display: block;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 32px;
  color: #d4af6a;
  line-height: 1;
}
.mod_eventlist .event .event-badge__month {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
}
.mod_eventlist .event .event-content {
  flex: 1;
  min-width: 0;
}
.mod_eventlist .event h2 {
  font-size: 20px;
  margin-bottom: 4px;
}
.mod_eventlist .event h2 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 150ms ease;
}
.mod_eventlist .event h2 a:hover {
  color: #d4af6a;
}
.mod_eventlist .event .time {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d4af6a;
  margin-bottom: 4px;
}
.mod_eventlist .event .time time {
  font-variant-numeric: tabular-nums;
}
.mod_eventlist .event .location {
  font-size: 16px;
  color: #888780;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.mod_eventlist .event .location::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  background: #d4af6a;
  -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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_eventlist .event .ce_text {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3a;
}
.mod_eventlist .event .ce_text p {
  margin: 0;
}
.mod_eventlist .event .ce_text:empty {
  display: none;
}
.mod_eventlist .event:not(.upcoming) {
  opacity: 0.55;
}
.mod_eventlist .event:not(.upcoming) h2 a {
  color: #aaa9a3;
}
.mod_eventlist .event:not(.upcoming) .event-badge {
  background: #aaa9a3;
}
.mod_eventlist .event:not(.upcoming) .event-badge__day {
  color: rgba(255, 255, 255, 0.6);
}

.mod_booknav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 720px;
  margin: 64px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.mod_booknav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod_booknav li.up a, .mod_booknav li.up span {
  font-size: 11px;
  color: #aaa9a3;
  text-decoration: none;
}
.mod_booknav li.empty {
  visibility: hidden;
}
.mod_booknav li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a2e;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  transition: all 150ms ease;
}
.mod_booknav li a:hover {
  border-color: #d4af6a;
  color: #b08d45;
  background: rgba(212, 175, 106, 0.06);
}
.mod_booknav li.previous a::before {
  content: "←";
  font-size: 0.9em;
}
.mod_booknav li.next a::after {
  content: "→";
  font-size: 0.9em;
}

.pagination {
  max-width: 720px;
  margin: 64px auto 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .pagination {
    padding: 0;
  }
}
.pagination p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #aaa9a3;
  margin: 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.pagination li {
  display: flex;
  align-items: center;
}
.pagination a,
.pagination strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 50%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 150ms ease;
  border: 1px solid transparent;
}
.pagination a.link {
  color: #888780;
  border-color: rgba(26, 26, 46, 0.12);
}
.pagination a.link:hover {
  color: #d4af6a;
  border-color: rgba(212, 175, 106, 0.4);
  background: rgba(212, 175, 106, 0.06);
}
.pagination strong.active {
  background: #1a1a2e;
  color: #d4af6a;
  border-color: #1a1a2e;
  font-weight: 600;
}
.pagination li.previous a,
.pagination li.next a {
  color: #d4af6a;
  border-color: rgba(212, 175, 106, 0.3);
  min-width: 36px;
  font-size: 0;
  position: relative;
}
.pagination li.previous a::before,
.pagination li.next a::before {
  font-size: 16px;
}
.pagination li.previous a:hover,
.pagination li.next a:hover {
  background: rgba(212, 175, 106, 0.08);
  border-color: #d4af6a;
}
.pagination li.previous a::before {
  content: "←";
}
.pagination li.next a::before {
  content: "→";
}
.pagination li.first a,
.pagination li.last a {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #d4af6a;
  border-color: rgba(212, 175, 106, 0.3);
  min-width: auto;
  white-space: nowrap;
}
.pagination li.first a:hover,
.pagination li.last a:hover {
  background: rgba(212, 175, 106, 0.08);
  border-color: #d4af6a;
}
.pagination p {
  display: none;
}
.pagination {
  margin-bottom: 40px;
}

.mod_eventreader {
  max-width: 720px;
  margin: 64px auto 64px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .mod_eventreader {
    padding: 0;
  }
}
.mod_eventreader .event.layout_full .event-detail-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.mod_eventreader .event.layout_full .event-detail-header .event-badge {
  min-width: 72px;
  text-align: center;
  background: #1a1a2e;
  border-radius: 8px;
  padding: 16px 4px;
  flex-shrink: 0;
}
.mod_eventreader .event.layout_full .event-detail-header .event-badge__day {
  display: block;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 32px;
  color: #d4af6a;
  line-height: 1;
}
.mod_eventreader .event.layout_full .event-detail-header .event-badge__month {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
}
.mod_eventreader .event.layout_full .event-detail-header .event-detail-meta {
  flex: 1;
  min-width: 0;
}
.mod_eventreader .event.layout_full h1 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 8px;
  line-height: 1.2;
}
.mod_eventreader .event.layout_full h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d4af6a;
  margin-top: 16px;
}
.mod_eventreader .event.layout_full .info,
.mod_eventreader .event.layout_full .location {
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  margin: 0;
}
.mod_eventreader .event.layout_full .info:has(+ .location) {
  border-bottom: none !important;
}
.mod_eventreader .event.layout_full .info {
  margin-top: 24px;
  border-radius: 8px;
  border-bottom: none !important;
  padding: 16px 24px;
}
.mod_eventreader .event.layout_full .info:has(+ .location) {
  border-radius: 8px 8px 0 0;
  padding-bottom: 4px;
}
.mod_eventreader .event.layout_full .info {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mod_eventreader .event.layout_full .info::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #d4af6a;
  -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'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_eventreader .event.layout_full .info time {
  font-variant-numeric: tabular-nums;
}
.mod_eventreader .event.layout_full .location {
  border-radius: 0 0 8px 8px;
  border-top: none !important;
  padding: 4px 24px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a2e;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.mod_eventreader .event.layout_full .location::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  background: #d4af6a;
  -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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_eventreader .event.layout_full .ce_text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.mod_eventreader .event.layout_full .ce_text p {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #3d3d3a;
  margin-bottom: 8px;
}
.mod_eventreader .event.layout_full .ce_text p:last-child {
  margin-bottom: 0;
}
.mod_eventreader .event.layout_full .ce_text p:empty {
  display: none;
}
.mod_eventreader .event.layout_full .ce_text h2, .mod_eventreader .event.layout_full .ce_text h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a2e;
  margin: 24px 0 8px;
}
.mod_eventreader .event.layout_full .content-text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.mod_eventreader .event.layout_full .content-text h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.mod_eventreader .event.layout_full .content-text .rte p {
  font-size: 16px;
  line-height: 1.8;
  color: #888780;
  margin-bottom: 8px;
}
.mod_eventreader .back {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.mod_calendar {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  overflow: hidden;
}
.mod_calendar .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a1a2e;
  padding: 8px 16px;
  color: #ffffff;
}
.mod_calendar .header strong {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
}
.mod_calendar .header a {
  color: #d4af6a;
  font-size: 1.2em;
}
.mod_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.mod_calendar table th {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa9a3;
  text-align: center;
  padding: 8px;
}
.mod_calendar table td {
  text-align: center;
  padding: 6px;
}
.mod_calendar table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 13px;
  color: #1a1a2e;
  font-weight: 500;
  background: rgba(212, 175, 106, 0.15);
}
.mod_calendar table td a:hover {
  background: #d4af6a;
  color: #1a1a2e;
}
.mod_calendar table td.today a {
  background: #1a1a2e;
  color: #d4af6a;
}
.mod_calendar table td.active a {
  background: #d4af6a;
  color: #1a1a2e;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.25);
}

.section--vita {
  padding: 64px 0;
  background: #1a1a2e;
}
.section--vita .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
@media (min-width: 1024px) {
  .section--vita .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.section--vita .vita__image {
  position: relative;
}
.section--vita .vita__image img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.section--vita .vita__image::before {
  content: "";
  position: absolute;
  inset: -8px -8px auto auto;
  width: 60%;
  height: 60%;
  border-top: 2px solid #d4af6a;
  border-right: 2px solid #d4af6a;
  border-radius: 0 12px 0 0;
  z-index: -1;
}
.section--vita .vita__text .section-label {
  color: #d4af6a;
}
.section--vita .vita__text h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 24px;
}
.section--vita .vita__text h2 span {
  color: #d4af6a;
}
.section--vita .vita__text p {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}
.section--vita .vita__awards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section--vita .vita__awards .award-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 2px solid #d4af6a;
  border-radius: 0 4px 4px 0;
}
.section--vita .vita__awards .award-item .award-item__icon {
  color: #d4af6a;
  font-size: 18px;
  flex-shrink: 0;
}
.section--vita .vita__awards .award-item .award-item__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.section--vita .vita__awards .award-item .award-item__text strong {
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.section--vita .vita__instruments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.section--vita .vita__instruments .instrument-tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 106, 0.4);
  color: #d4af6a;
  background: rgba(212, 175, 106, 0.06);
}

.section--discography {
  padding: 64px 0;
  background: #f0ece4;
}
.section--discography .discography-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 576px) {
  .section--discography .discography-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .section--discography .discography-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section--discography .cd-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.section--discography .cd-card:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.section--discography .cd-card {
  overflow: hidden;
}
.section--discography .cd-card .cd-card__cover {
  position: relative;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #2a1f4f, #0f0f1e);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.section--discography .cd-card .cd-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.section--discography .cd-card .cd-card__cover:hover img {
  transform: scale(1.05);
}
.section--discography .cd-card .cd-card__cover .cd-card__play {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 46, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease;
}
.section--discography .cd-card .cd-card__cover .cd-card__play .play-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #d4af6a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  font-size: 20px;
}
.section--discography .cd-card .cd-card__cover:hover .cd-card__play {
  opacity: 1;
}
.section--discography .cd-card .cd-card__cover .cd-card__label {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: #d4af6a;
  color: #1a1a2e;
  letter-spacing: 0.5px;
}
.section--discography .cd-card .cd-card__info h3 {
  font-size: 20px;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.section--discography .cd-card .cd-card__info .cd-card__composer {
  font-size: 13px;
  color: #888780;
  font-style: italic;
  margin-bottom: 4px;
}
.section--discography .cd-card .cd-card__info .cd-card__year {
  font-size: 11px;
  color: #d4af6a;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section--discography .cd-card .cd-card__info .cd-card__description {
  margin-top: 8px;
  font-size: 13px;
  color: #888780;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section--discography .cd-card .cd-card__streams {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.section--discography .cd-card .cd-card__streams a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid currentColor;
  text-decoration: none;
  transition: all 150ms ease;
  letter-spacing: 0.5px;
}
.section--discography .cd-card .cd-card__streams a.stream--spotify {
  color: #1db954;
}
.section--discography .cd-card .cd-card__streams a.stream--spotify:hover {
  background: #1db954;
  color: #fff;
  border-color: #1db954;
}
.section--discography .cd-card .cd-card__streams a.stream--apple {
  color: #fa243c;
}
.section--discography .cd-card .cd-card__streams a.stream--apple:hover {
  background: #fa243c;
  color: #fff;
  border-color: #fa243c;
}
.section--discography .cd-card .cd-card__streams a.stream--amazon {
  color: #00a8e1;
}
.section--discography .cd-card .cd-card__streams a.stream--amazon:hover {
  background: #00a8e1;
  color: #fff;
  border-color: #00a8e1;
}
.section--discography .cd-card .cd-card__streams a.stream--youtube {
  color: #ff0000;
}
.section--discography .cd-card .cd-card__streams a.stream--youtube:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.section--contact {
  padding: 64px 0;
  background: #f8f6f2;
}
.section--contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .section--contact .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.section--contact .contact-info .contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.section--contact .contact-info .contact-item .contact-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 106, 0.1);
  border: 1px solid rgba(212, 175, 106, 0.25);
  color: #d4af6a;
  font-size: 18px;
  flex-shrink: 0;
}
.section--contact .contact-info .contact-item .contact-item__text .label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa9a3;
  margin-bottom: 3px;
}
.section--contact .contact-info .contact-item .contact-item__text a, .section--contact .contact-info .contact-item .contact-item__text span {
  font-size: 16px;
  color: #3d3d3a;
  text-decoration: none;
}
.section--contact .contact-info .contact-item .contact-item__text a:hover, .section--contact .contact-info .contact-item .contact-item__text span:hover {
  color: #d4af6a;
}
.section--contact .ce_form {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 40px;
}
.section--contact .ce_form .formbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section--contact .ce_form .widget {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section--contact .ce_form .widget label {
  font-size: 13px;
  font-weight: 500;
  color: #3d3d3a;
  letter-spacing: 0.3px;
}
.section--contact .ce_form .widget input[type=text],
.section--contact .ce_form .widget input[type=email],
.section--contact .ce_form .widget input[type=tel],
.section--contact .ce_form .widget textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  background: #f8f6f2;
  font-size: 16px;
  color: #3d3d3a;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.section--contact .ce_form .widget input[type=text]:focus,
.section--contact .ce_form .widget input[type=email]:focus,
.section--contact .ce_form .widget input[type=tel]:focus,
.section--contact .ce_form .widget textarea:focus {
  outline: none;
  border-color: #d4af6a;
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.12);
}
.section--contact .ce_form .widget input[type=text]::placeholder,
.section--contact .ce_form .widget input[type=email]::placeholder,
.section--contact .ce_form .widget input[type=tel]::placeholder,
.section--contact .ce_form .widget textarea::placeholder {
  color: #aaa9a3;
}
.section--contact .ce_form .widget textarea {
  min-height: 140px;
  resize: vertical;
}
.section--contact .ce_form .submit_container {
  margin-top: 8px;
}
.section--contact .ce_form .submit_container button[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #d4af6a;
  color: #1a1a2e;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.section--contact .ce_form .submit_container button[type=submit]:hover {
  background: #e8cc8e;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.25);
  transform: translateY(-1px);
}
.section--contact .ce_form .submit_container button[type=submit]:active {
  background: #b08d45;
  transform: translateY(0);
}
.section--contact .ce_form .submit_container button[type=submit] {
  width: 100%;
  justify-content: center;
}

.ce_form {
  max-width: 720px;
  margin: 0 auto 64px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .ce_form {
    padding: 0;
  }
}
.ce_form .formbody {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.ce_form .formbody:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.ce_form .formbody {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ce_form .formbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .ce_form .formbody .widget-text:nth-child(2),
  .ce_form .formbody .widget-text:nth-child(3) {
    grid-column: span 1;
  }
}
.ce_form label {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #888780;
  margin-bottom: 4px;
}
.ce_form label .invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.ce_form label .mandatory {
  color: #d4af6a;
  margin-left: 2px;
}
.ce_form input[type=text],
.ce_form input[type=email],
.ce_form textarea {
  width: 100%;
  background: #f8f6f2;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #3d3d3a;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  appearance: none;
}
.ce_form input[type=text]::placeholder,
.ce_form input[type=email]::placeholder,
.ce_form textarea::placeholder {
  color: #aaa9a3;
}
.ce_form input[type=text]:focus,
.ce_form input[type=email]:focus,
.ce_form textarea:focus {
  outline: none;
  border-color: #d4af6a;
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.12);
}
.ce_form input[type=text].error,
.ce_form input[type=email].error,
.ce_form textarea.error {
  border-color: #e53e3e;
}
.ce_form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
.ce_form .widget-altcha .altcha {
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  background: #f8f6f2;
}
.ce_form .widget-altcha .altcha-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  color: #888780;
}
.ce_form .widget-altcha .altcha-logo svg {
  color: #aaa9a3;
}
.ce_form .widget-altcha .altcha-footer {
  font-size: 11px;
  color: #aaa9a3;
}
.ce_form .widget-altcha .altcha-footer a {
  color: #aaa9a3;
}
.ce_form .widget-submit {
  margin-top: 8px;
}
.ce_form .widget-submit button.submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #d4af6a;
  color: #1a1a2e;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.ce_form .widget-submit button.submit:hover {
  background: #e8cc8e;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.25);
  transform: translateY(-1px);
}
.ce_form .widget-submit button.submit:active {
  background: #b08d45;
  transform: translateY(0);
}
.ce_form .widget-submit button.submit {
  width: 100%;
  justify-content: center;
}
@media (min-width: 576px) {
  .ce_form .widget-submit button.submit {
    width: auto;
  }
}
.ce_form p.error {
  font-size: 13px;
  color: #e53e3e;
  margin-top: 4px;
}
.ce_form p.warning {
  font-size: 13px;
  color: #aaa9a3;
  font-style: italic;
}

@media (min-width: 576px) {
  .ce_form .formbody {
    grid-template-columns: 1fr 1fr;
  }
  .ce_form .formbody .widget-text:has(input[name=name]) {
    grid-column: 1;
  }
  .ce_form .formbody .widget-text:has(input[name=email]) {
    grid-column: 2;
  }
  .ce_form .formbody .widget-text:has(input[name=subject]),
  .ce_form .formbody .widget-textarea,
  .ce_form .formbody .widget-checkbox,
  .ce_form .formbody .widget-altcha,
  .ce_form .formbody .widget-submit {
    grid-column: 1/-1;
  }
}

.ce_form .widget-checkbox .checkbox_container {
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.ce_form .widget-checkbox .checkbox_container legend {
  display: none;
}
.ce_form .widget-checkbox .checkbox_container span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ce_form .widget-checkbox .checkbox_container input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #d4af6a;
  cursor: pointer;
  flex-shrink: 0;
}
.ce_form .widget-checkbox .checkbox_container label {
  font-size: 13px;
  color: #888780;
  line-height: 1.6;
  margin-bottom: 0;
  cursor: pointer;
}
.ce_form .widget-checkbox .checkbox_container label a {
  color: #d4af6a;
  text-decoration: none;
}
.ce_form .widget-checkbox .checkbox_container label a:hover {
  text-decoration: underline;
}

.layout-split .ce_form {
  margin: 0;
  padding: 0;
  margin-bottom: 64px;
}

.layout-split .contact-sidebar {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

.contact-info {
  padding: 0 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-info {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contact-info {
    margin-bottom: 0;
  }
}
.contact-info .rte {
  margin: 0;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  padding: 24px;
}
.contact-card__title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4af6a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 106, 0.2);
}
.contact-card__row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #888780;
  margin-bottom: 8px;
  line-height: 1.6;
}
.contact-card__row:last-child {
  margin-bottom: 0;
}
.contact-card__row strong {
  color: inherit;
  font-weight: inherit;
}

.ce_form .widget-checkbox:has(input[name=cc]) .checkbox_container {
  border: none;
  background: transparent;
  padding: 0;
}
.ce_form .widget-checkbox:has(input[name=cc]) span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ce_form .widget-checkbox:has(input[name=cc]) input[type=checkbox] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  accent-color: #d4af6a;
  cursor: pointer;
}
.ce_form .widget-checkbox:has(input[name=cc]) label {
  font-size: 13px;
  color: #aaa9a3;
  margin-bottom: 0;
  cursor: pointer;
}

.contact-cards .contact-card .contact-card__row a {
  color: #888780;
  text-decoration: none;
  transition: color 150ms ease;
}
.contact-cards .contact-card .contact-card__row a:hover {
  color: #d4af6a;
  text-decoration: underline;
}
.contact-card__row--phone::before, .contact-card__row--mail::before, .contact-card__row--address::before, .contact-card__row--building::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  background: #d4af6a;
}
.contact-card__row--phone::before {
  -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'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 1.27h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.91a16 16 0 0 0 6 6l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 21.73 16.92z'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.6 1.27h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.91a16 16 0 0 0 6 6l.91-.91a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 21.73 16.92z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.contact-card__row--mail::before {
  -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'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E") no-repeat center/contain;
}
.contact-card__row--address::before {
  -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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M12 21s-7-7.5-7-12a7 7 0 0 1 14 0c0 4.5-7 12-7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.contact-card__row--building::before {
  -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'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E") no-repeat center/contain;
}

div.btn-pill,
.content-hyperlink.btn-pill,
.mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a.content-hyperlink,
.mod_newsreader.mod-diskografie-item > p.back a.content-hyperlink,
.mod-diskografie .layout_latest .more a.content-hyperlink,
.thank-you-page > .content-hyperlink a.content-hyperlink,
div.btn-pill a.content-hyperlink,
.content-hyperlink.btn-pill a.content-hyperlink,
.mod_eventreader .back a.content-hyperlink {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block !important;
}
div.btn-pill::before, div.btn-pill::after,
.content-hyperlink.btn-pill::before,
.mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a.content-hyperlink::before,
.mod_newsreader.mod-diskografie-item > p.back a.content-hyperlink::before,
.mod-diskografie .layout_latest .more a.content-hyperlink::before,
.thank-you-page > .content-hyperlink a.content-hyperlink::before,
div.btn-pill a.content-hyperlink::before,
.content-hyperlink.btn-pill a.content-hyperlink::before,
.mod_eventreader .back a.content-hyperlink::before,
.content-hyperlink.btn-pill::after,
.mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a.content-hyperlink::after,
.mod_newsreader.mod-diskografie-item > p.back a.content-hyperlink::after,
.mod-diskografie .layout_latest .more a.content-hyperlink::after,
.thank-you-page > .content-hyperlink a.content-hyperlink::after,
div.btn-pill a.content-hyperlink::after,
.content-hyperlink.btn-pill a.content-hyperlink::after,
.mod_eventreader .back a.content-hyperlink::after {
  content: none !important;
  display: none !important;
}
.btn-pill, .mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a,
.mod_newsreader.mod-diskografie-item > p.back a,
.mod_newsreader.mod-diskografie-item > p.back a.content-hyperlink a, .mod-diskografie .layout_latest .more a, .thank-you-page > .content-hyperlink a, .mod_eventreader .back a, div.btn-pill a,
.content-hyperlink.btn-pill a,
a.btn-pill,
.mod_newsreader.mod-diskografie-item > p.back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: transparent;
  color: #1a1a2e !important;
  border: 1px solid rgba(26, 26, 46, 0.2);
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 150ms ease;
}
.btn-pill::before, .mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a::before,
.mod_newsreader.mod-diskografie-item > p.back a::before,
.mod_newsreader.mod-diskografie-item > p.back a.content-hyperlink a::before, .mod-diskografie .layout_latest .more a::before, .thank-you-page > .content-hyperlink a::before, .mod_eventreader .back a::before, div.btn-pill a::before,
.content-hyperlink.btn-pill a::before,
a.btn-pill::before,
.mod_newsreader.mod-diskografie-item > p.back a::before {
  content: "←";
  color: #d4af6a;
  transition: transform 150ms ease;
}
.btn-pill:hover, .mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a:hover,
.mod_newsreader.mod-diskografie-item > p.back a:hover, .mod-diskografie .layout_latest .more a:hover, .thank-you-page > .content-hyperlink a:hover, .mod_eventreader .back a:hover, div.btn-pill a:hover,
.content-hyperlink.btn-pill a:hover,
a.btn-pill:hover {
  border-color: #d4af6a;
  color: #d4af6a !important;
}
.btn-pill:hover::before, .mod_newsreader.mod-diskografie-item > .layout_full ~ p.back a:hover::before,
.mod_newsreader.mod-diskografie-item > p.back a:hover::before, .mod-diskografie .layout_latest .more a:hover::before, .thank-you-page > .content-hyperlink a:hover::before, .mod_eventreader .back a:hover::before, div.btn-pill a:hover::before,
.content-hyperlink.btn-pill a:hover::before,
a.btn-pill:hover::before {
  transform: translateX(-3px);
}

.thank-you-page {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .thank-you-page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .thank-you-page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.thank-you-page {
  max-width: 620px;
  margin-bottom: 64px;
}
.thank-you-page > .content-text {
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.thank-you-page > .content-text p {
  color: #888780;
  line-height: 1.7;
}
.thank-you-page > .content-text .rte {
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  padding: 40px;
  margin: 24px 0;
}
.thank-you-page > .content-text .rte p:first-child {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa9a3;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
}
.thank-you-page > .content-text .rte p {
  display: flex;
  gap: 16px;
  align-items: baseline;
  font-size: 13px;
  color: #888780;
  margin-bottom: 8px;
}
.thank-you-page > .content-text .rte p:last-child {
  margin-bottom: 0;
}
.thank-you-page > .content-text .rte p code {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 13px;
  color: #3d3d3a;
  background: #f0ece4;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-word;
}
.thank-you-page > .content-hyperlink {
  margin-top: 24px;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.social-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 600;
  display: none;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .social-bar {
    display: flex;
  }
}
.social-bar .social-bar__item {
  position: relative;
  display: flex;
  align-items: center;
}
.social-bar .social-bar__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #1a1a2e;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  text-decoration: none;
  transition: all 300ms ease;
}
.social-bar .social-bar__item a:hover {
  color: #ffffff;
  width: 52px;
}
.social-bar .social-bar__item[data-platform=spotify] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #1db954;
  color: #1db954;
}
.social-bar .social-bar__item[data-platform=apple] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #fa243c;
  color: #fa243c;
}
.social-bar .social-bar__item[data-platform=amazon] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #00a8e1;
  color: #00a8e1;
}
.social-bar .social-bar__item[data-platform=youtube] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #ff0000;
  color: #ff0000;
}
.social-bar .social-bar__item[data-platform=instagram] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #e1306c;
  color: #e1306c;
}
.social-bar .social-bar__item[data-platform=facebook] a:hover {
  background: rgb(20.475, 20.475, 36.225);
  border-left-color: #1877f2;
  color: #1877f2;
}
.social-bar .social-bar__item .social-bar__label {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a2e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  transform: translateY(-50%) translateX(4px);
}
.social-bar .social-bar__item:hover .social-bar__label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.social-bar .social-bar__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 4px 0;
}

.social-strip {
  background: #1a1a2e;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.social-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.social-strip .social-strip__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.social-strip .social-strip__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-strip .social-strip__links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
  transition: all 150ms ease;
}
.social-strip .social-strip__links a i {
  font-size: 15px;
}
.social-strip .social-strip__links a:hover {
  border-color: currentColor;
  transform: translateY(-2px);
}
.social-strip .social-strip__links a[data-platform=spotify]:hover {
  color: #1db954;
  background: rgba(29, 185, 84, 0.08);
}
.social-strip .social-strip__links a[data-platform=apple]:hover {
  color: #fa243c;
  background: rgba(250, 36, 60, 0.08);
}
.social-strip .social-strip__links a[data-platform=amazon]:hover {
  color: #00a8e1;
  background: rgba(0, 168, 225, 0.08);
}
.social-strip .social-strip__links a[data-platform=youtube]:hover {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.08);
}
.social-strip .social-strip__links a[data-platform=instagram]:hover {
  color: #e1306c;
  background: rgba(225, 48, 108, 0.08);
}
.social-strip .social-strip__links a[data-platform=facebook]:hover {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.08);
}
@media (max-width: 767px) {
  .social-strip .container {
    justify-content: center;
  }
  .social-strip .social-strip__label {
    text-align: center;
    width: 100%;
  }
  .social-strip .social-strip__links {
    justify-content: center;
  }
}

.content-toplink {
  display: contents;
}

a[data-toplink] {
  position: fixed !important;
  bottom: 40px;
  right: 24px;
  z-index: 600;
  -webkit-transform: translateZ(0);
  will-change: transform;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a1a2e;
  border: 1px solid rgba(212, 175, 106, 0.35);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease, background 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  a[data-toplink] {
    transition: opacity 150ms ease;
    transform: none;
  }
}
a[data-toplink].is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
a[data-toplink]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d4af6a;
  border-top: 2px solid #d4af6a;
  transform: translate(-50%, -30%) rotate(45deg);
  transition: border-color 150ms ease;
}
a[data-toplink]:hover {
  background: #d4af6a;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.25);
  border-color: #d4af6a;
  transform: translateY(-3px);
}
a[data-toplink]:hover::before {
  border-color: #1a1a2e;
}
a[data-toplink].is-visible:hover {
  transform: translateY(-3px);
}
a[data-toplink]:active {
  transform: translateY(0);
}
a[data-toplink]:focus, a[data-toplink]:focus-visible {
  outline: 2px solid #d4af6a;
  outline-offset: 3px;
}
@media (min-width: 1024px) {
  a[data-toplink] {
    width: 52px;
    height: 52px;
    right: 40px;
    bottom: 40px;
  }
}

#footer {
  background: #0f0f1e;
  padding: 40px 0;
}
#footer > .inside {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  #footer > .inside {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  #footer > .inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer-nav ul.level_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .footer-nav ul.level_1 {
    gap: 24px;
  }
}
.footer-nav li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 576px) {
  .footer-nav li {
    gap: 24px;
  }
}
.footer-nav li:not(:last-child)::after {
  content: "";
  display: none;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .footer-nav li:not(:last-child)::after {
    display: block;
  }
}
.footer-nav a,
.footer-nav strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 150ms ease;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .footer-nav a,
  .footer-nav strong {
    font-size: 11px;
    letter-spacing: 0.15em;
  }
}
.footer-nav a:hover,
.footer-nav strong:hover {
  color: #d4af6a;
}
@media (max-width: 360px) {
  .footer-nav ul.level_1 {
    flex-direction: column;
    gap: 8px;
  }
  .footer-nav li:not(:last-child)::after {
    display: none;
  }
}
.footer-nav strong,
.footer-nav a.active,
.footer-nav a.trail {
  color: #d4af6a;
}

.content-cookiebar-opener {
  text-align: center;
  margin-top: 8px;
}
.content-cookiebar-opener a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 150ms ease;
}
@media (min-width: 576px) {
  .content-cookiebar-opener a {
    font-size: 11px;
    letter-spacing: 0.15em;
  }
}
.content-cookiebar-opener a:hover {
  color: #d4af6a;
}

.cd-card__cover--placeholder {
  background: linear-gradient(135deg, #2a1f4f, #0f0f1e);
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cd-card__cover--placeholder .placeholder-icon {
  font-size: 3rem;
  color: rgba(212, 175, 106, 0.3);
  font-family: "Playfair Display", "Georgia", serif;
}
.cd-card__cover--placeholder a {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cd-card__info h3 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 150ms ease;
}
.cd-card__info h3 a:hover {
  color: #d4af6a;
}

[data-streams] {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
[data-streams] a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid currentColor;
  text-decoration: none;
  transition: all 150ms ease;
  letter-spacing: 0.5px;
}
[data-streams] a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[data-streams] a[data-platform=spotify] {
  color: #1db954;
}
[data-streams] a[data-platform=spotify]:hover {
  background: #1db954;
  color: #fff;
  border-color: #1db954;
}
[data-streams] a[data-platform=apple] {
  color: #fa243c;
}
[data-streams] a[data-platform=apple]:hover {
  background: #fa243c;
  color: #fff;
  border-color: #fa243c;
}
[data-streams] a[data-platform=amazon] {
  color: #00a8e1;
}
[data-streams] a[data-platform=amazon]:hover {
  background: #00a8e1;
  color: #fff;
  border-color: #00a8e1;
}
[data-streams] a[data-platform=youtube] {
  color: #ff0000;
}
[data-streams] a[data-platform=youtube]:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.stream--detail {
  font-size: 13px;
  color: #d4af6a;
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms ease;
}
.stream--detail:hover {
  color: #e8cc8e;
}

.cd-card__back {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.cd-card__back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  background: transparent;
  color: #d4af6a;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d4af6a;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms ease;
}
.cd-card__back a:hover {
  background: #d4af6a;
  color: #1a1a2e;
}

.cd-card--full {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 900px;
  margin: 64px auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .cd-card--full {
    grid-template-columns: 320px 1fr;
    align-items: start;
  }
}
.cd-card--full .cd-card__cover {
  margin-bottom: 0;
}
.cd-card--full .cd-card__cover img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(26, 26, 46, 0.18);
}
.cd-card--full .cd-card__title {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  color: #1a1a2e;
  margin-bottom: 8px;
}
.cd-card--full .cd-card__text {
  margin-top: 24px;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #888780;
}

.discography-pagination {
  text-align: center;
  margin-top: 64px;
}
.discography-pagination .pagination {
  display: inline-flex;
  gap: 4px;
  list-style: none;
}
.discography-pagination .pagination li a,
.discography-pagination .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #888780;
  border: 1px solid rgba(26, 26, 46, 0.12);
  transition: all 150ms ease;
}
.discography-pagination .pagination li.active span,
.discography-pagination .pagination li a:hover {
  background: #1a1a2e;
  color: #d4af6a;
  border-color: #1a1a2e;
}

.mod-diskografie {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mod-diskografie {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .mod-diskografie {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mod-diskografie {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 576px) {
  .mod-diskografie {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .mod-diskografie {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod-diskografie .layout_latest {
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 300ms ease, transform 150ms ease;
}
.mod-diskografie .layout_latest:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.mod-diskografie .layout_latest .image_container {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.mod-diskografie .layout_latest .image_container a {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-diskografie .layout_latest .image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.mod-diskografie .layout_latest .image_container:hover img {
  transform: scale(1.03);
}
.mod-diskografie .layout_latest h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 16px 16px 4px;
}
.mod-diskografie .layout_latest h2 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 150ms ease;
}
.mod-diskografie .layout_latest h2 a:hover {
  color: #d4af6a;
}
.mod-diskografie .layout_latest .ce_text {
  padding: 0 16px;
  flex: 1;
}
.mod-diskografie .layout_latest .ce_text h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #d4af6a;
  margin: 8px 0 4px;
}
.mod-diskografie .layout_latest .ce_text h3:first-child {
  margin-top: 0;
}
.mod-diskografie .layout_latest .ce_text p {
  font-size: 13px;
  color: #888780;
  line-height: 1.6;
  margin: 0 0 4px;
}
.mod-diskografie .layout_latest .ce_text p:last-child {
  margin-bottom: 0;
}
.mod-diskografie .layout_latest .more {
  padding: 16px;
  margin-top: auto;
}
.mod-diskografie .layout_latest .more a {
  font-size: 11px;
  padding: 8px 18px;
}
.mod-diskografie .layout_latest .more a::before {
  content: "→";
  color: #d4af6a;
}
.mod-diskografie .layout_latest .more a .invisible {
  display: none;
}
.mod-diskografie .layout_latest .image_container {
  padding: 8px;
  background: #ffffff;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.mod-diskografie .layout_latest .image_container a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.mod-diskografie .layout_latest .image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  display: block;
}

.mod_newsreader.mod-diskografie-item {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mod_newsreader.mod-diskografie-item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .mod_newsreader.mod-diskografie-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mod_newsreader.mod-diskografie-item {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mod_newsreader.mod-diskografie-item .layout_full h1 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 4px;
  line-height: 1.2;
}
.mod_newsreader.mod-diskografie-item .layout_full h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #d4af6a;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(212, 175, 106, 0.25);
}
.mod_newsreader.mod-diskografie-item .layout_full .content-image {
  float: left;
  width: 280px;
  margin: 0 64px 24px 0;
}
@media (max-width: 768px) {
  .mod_newsreader.mod-diskografie-item .layout_full .content-image {
    float: none;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.mod_newsreader.mod-diskografie-item .layout_full .content-image figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
}
.mod_newsreader.mod-diskografie-item .layout_full .content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-text .rte p {
  font-size: 16px;
  line-height: 1.8;
  color: #888780;
  margin-bottom: 8px;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-text .rte p:last-child {
  margin-bottom: 0;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-text .rte em {
  display: block;
  overflow: hidden;
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a2e;
  padding: 4px 0 4px 24px;
  border-left: 3px solid #d4af6a;
  margin: 16px 0;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-text .rte a {
  color: #d4af6a;
  text-decoration: none;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-text .rte a:hover {
  text-decoration: underline;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-hyperlink {
  margin-bottom: 8px;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-hyperlink a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #d4af6a;
  text-decoration: none;
  transition: color 150ms ease;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-hyperlink a::after {
  content: "↗";
  font-size: 0.85em;
}
.mod_newsreader.mod-diskografie-item .layout_full .content-hyperlink a:hover {
  color: #1a1a2e;
}
.mod_newsreader.mod-diskografie-item .layout_full table {
  clear: both;
  margin-top: 40px;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen {
  clear: both;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa9a3;
  text-align: left;
  margin: 0 0 16px;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen h3::after {
  display: none;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink {
  margin-bottom: 4px;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink:last-child {
  margin-bottom: 0;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  font-size: 13px;
  color: #3d3d3a;
  text-decoration: none !important;
  transition: all 150ms ease;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a::before, .mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a::after {
  display: none !important;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a:hover {
  border-color: #d4af6a;
  box-shadow: 0 2px 8px rgba(212, 175, 106, 0.12);
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a:after {
  display: flex !important;
  content: "";
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-left: auto;
  flex-shrink: 0;
  background: rgba(212, 175, 106, 0.5);
  -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'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: background 150ms ease;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink a:hover::after {
  background: #d4af6a;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink.rezension-radio a::before {
  display: flex !important;
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  background: #d4af6a;
  -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'%3E%3Crect x='2' y='7' width='20' height='15' rx='2'/%3E%3Cpath d='M16 3 6 7'/%3E%3Ccircle cx='8' cy='14' r='2'/%3E%3Cpath d='M14 12h4M14 15h4'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Crect x='2' y='7' width='20' height='15' rx='2'/%3E%3Cpath d='M16 3 6 7'/%3E%3Ccircle cx='8' cy='14' r='2'/%3E%3Cpath d='M14 12h4M14 15h4'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink.rezension-tv a::before {
  display: flex !important;
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  background: #d4af6a;
  -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'%3E%3Crect x='2' y='7' width='20' height='15' rx='2'/%3E%3Cpath d='M17 2l-5 5-5-5'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Crect x='2' y='7' width='20' height='15' rx='2'/%3E%3Cpath d='M17 2l-5 5-5-5'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink.rezension-print a::before {
  display: flex !important;
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  background: #d4af6a;
  -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'%3E%3Cpath d='M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8L2 8v12a2 2 0 0 0 2 2z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Cpath d='M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8L2 8v12a2 2 0 0 0 2 2z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_newsreader.mod-diskografie-item .layout_full .rezensionen .content-hyperlink.rezension-online a::before {
  display: flex !important;
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  flex-shrink: 0;
  background: #d4af6a;
  -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'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") no-repeat center/contain;
  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'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.mod_newsreader.mod-diskografie-item > .layout_full ~ p.back,
.mod_newsreader.mod-diskografie-item > p.back {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.12);
}
.rte table,
.mod_newsreader table,
ce_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 24px 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rte table,
  .mod_newsreader table,
  ce_table table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.rte table thead tr,
.rte table tr:first-child:has(th),
.mod_newsreader table thead tr,
.mod_newsreader table tr:first-child:has(th),
ce_table table thead tr,
ce_table table tr:first-child:has(th) {
  background: #1a1a2e;
}
.rte table thead tr th,
.rte table tr:first-child:has(th) th,
.mod_newsreader table thead tr th,
.mod_newsreader table tr:first-child:has(th) th,
ce_table table thead tr th,
ce_table table tr:first-child:has(th) th {
  color: #d4af6a;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}
.rte table tbody tr,
.rte table tr:not(:first-child),
.mod_newsreader table tbody tr,
.mod_newsreader table tr:not(:first-child),
ce_table table tbody tr,
ce_table table tr:not(:first-child) {
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
}
.rte table tbody tr:nth-child(even), .rte table tbody tr.even,
.rte table tr:not(:first-child):nth-child(even),
.rte table tr:not(:first-child).even,
.mod_newsreader table tbody tr:nth-child(even),
.mod_newsreader table tbody tr.even,
.mod_newsreader table tr:not(:first-child):nth-child(even),
.mod_newsreader table tr:not(:first-child).even,
ce_table table tbody tr:nth-child(even),
ce_table table tbody tr.even,
ce_table table tr:not(:first-child):nth-child(even),
ce_table table tr:not(:first-child).even {
  background: rgba(26, 26, 46, 0.03);
}
.rte table tbody tr:nth-child(odd), .rte table tbody tr.odd,
.rte table tr:not(:first-child):nth-child(odd),
.rte table tr:not(:first-child).odd,
.mod_newsreader table tbody tr:nth-child(odd),
.mod_newsreader table tbody tr.odd,
.mod_newsreader table tr:not(:first-child):nth-child(odd),
.mod_newsreader table tr:not(:first-child).odd,
ce_table table tbody tr:nth-child(odd),
ce_table table tbody tr.odd,
ce_table table tr:not(:first-child):nth-child(odd),
ce_table table tr:not(:first-child).odd {
  background: #ffffff;
}
.rte table tbody tr:hover,
.rte table tr:not(:first-child):hover,
.mod_newsreader table tbody tr:hover,
.mod_newsreader table tr:not(:first-child):hover,
ce_table table tbody tr:hover,
ce_table table tr:not(:first-child):hover {
  background: rgba(212, 175, 106, 0.05);
}
.rte table tbody tr:last-child,
.rte table tr:not(:first-child):last-child,
.mod_newsreader table tbody tr:last-child,
.mod_newsreader table tr:not(:first-child):last-child,
ce_table table tbody tr:last-child,
ce_table table tr:not(:first-child):last-child {
  border-bottom: none;
}
.rte table td,
.mod_newsreader table td,
ce_table table td {
  padding: 8px 16px;
  color: #888780;
  vertical-align: top;
  line-height: 1.5;
}
.rte table td:first-child,
.mod_newsreader table td:first-child,
ce_table table td:first-child {
  color: #aaa9a3;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  width: 60px;
}
.rte table td ul,
.mod_newsreader table td ul,
ce_table table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rte table td ul li,
.mod_newsreader table td ul li,
ce_table table td ul li {
  margin-bottom: 2px;
}
.rte table td ul li:last-child,
.mod_newsreader table td ul li:last-child,
ce_table table td ul li:last-child {
  margin-bottom: 0;
}
.rte table td ul strong,
.mod_newsreader table td ul strong,
ce_table table td ul strong {
  color: #3d3d3a;
  font-weight: 500;
}

.content-gallery {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .content-gallery {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .content-gallery {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-gallery {
  margin-bottom: 64px;
}
.content-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 576px) {
  .content-gallery ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .content-gallery ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-gallery li {
  list-style: none;
}
.content-gallery figure {
  margin: 0;
}
.content-gallery a {
  display: block;
  aspect-ratio: 1;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in;
  transition: box-shadow 300ms ease, transform 150ms ease, border-color 150ms ease;
}
.content-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  display: block;
  transition: transform 300ms ease;
}
.content-gallery a:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
  border-color: #d4af6a;
}
.content-gallery a:hover img {
  transform: scale(1.04);
}
.content-gallery figcaption {
  margin-top: 4px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  color: #aaa9a3;
  text-align: center;
  line-height: 1.4;
}

#cboxOverlay {
  background: #0f0f1e;
  opacity: 0.92 !important;
}

#colorbox,
#cboxWrapper {
  z-index: 9999;
}

#cboxContent {
  background: transparent;
  overflow: visible;
}

#cboxLoadedContent {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26, 26, 46, 0.18);
  background: #ffffff;
}

#cboxTitle {
  display: none !important;
}

#cboxCurrent {
  display: block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  max-width: 90vw;
  margin: 0 !important;
  padding: 6px 18px !important;
  border-radius: 999px !important;
  background: rgba(15, 15, 30, 0.85) !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center !important;
  white-space: nowrap;
  color: #ffffff !important;
  text-shadow: none !important;
  z-index: 10000 !important;
}

#cboxLoadingGraphic {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cboxLoadingGraphic::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 2px solid rgba(212, 175, 106, 0.3);
  border-top-color: #d4af6a;
  border-radius: 50%;
  animation: cbox-spin 0.8s linear infinite;
}

@keyframes cbox-spin {
  to {
    transform: rotate(360deg);
  }
}
#cboxClose,
#cboxPrevious,
#cboxNext {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(26, 26, 46, 0.7) !important;
  border: none !important;
  border-radius: 50% !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: background 150ms ease;
  z-index: 10000 !important;
}
#cboxClose:hover,
#cboxPrevious:hover,
#cboxNext:hover {
  background: #d4af6a !important;
}

#cboxSlideshow {
  display: none !important;
}

#cboxClose {
  top: 20px !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #ffffff;
}
#cboxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxPrevious,
#cboxNext {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 2px 2px;
}

#cboxPrevious {
  left: 20px !important;
  right: auto !important;
}
#cboxPrevious::before {
  transform: translate(-30%, -50%) rotate(45deg);
}

#cboxNext {
  right: 20px !important;
  left: auto !important;
}
#cboxNext::before {
  transform: translate(-70%, -50%) rotate(-135deg);
}

@media (max-width: 768px) {
  #cboxPrevious {
    left: 8px !important;
  }
  #cboxNext {
    right: 8px !important;
  }
  #cboxClose {
    top: 8px !important;
    right: 8px !important;
  }
  #cboxCurrent {
    bottom: 8px !important;
  }
}
.home-overview {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .home-overview {
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: stretch;
  }
}
.home-overview__eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af6a;
  display: block;
  margin-bottom: 4px;
}
.home-overview__heading {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  font-size: 28px;
  color: #1a1a2e;
  margin: 0 0 24px;
}
.home-overview__termine {
  background: #f0ece4;
  padding: 24px;
}
@media (min-width: 768px) {
  .home-overview__termine {
    padding: 40px;
  }
}
.home-overview__termine .mod_eventlist {
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.home-overview__termine .mod_eventlist .event {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
  padding: 16px 0;
  gap: 16px;
  box-shadow: none;
}
.home-overview__termine .mod_eventlist .event:hover {
  box-shadow: none;
  transform: none;
}
.home-overview__termine .mod_eventlist .event:last-child {
  border-bottom: none;
}
.home-overview__termine .mod_eventlist .event .event-badge {
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  background: none;
  border-radius: 0;
  padding: 0;
  min-width: 52px;
}
.home-overview__termine .mod_eventlist .event .event-badge__day {
  font-size: 20px;
  color: #d4af6a;
}
.home-overview__termine .mod_eventlist .event .event-badge__month {
  font-size: 11px;
  color: #d4af6a;
  margin-top: 0;
}
.home-overview__termine .mod_eventlist .event h2 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}
.home-overview__termine .mod_eventlist .event .location {
  font-size: 11px;
  color: #888780;
  margin-bottom: 0;
}
.home-overview__termine .mod_eventlist .event .time,
.home-overview__termine .mod_eventlist .event .ce_text {
  display: none;
}
.home-overview__diskografie {
  padding: 24px;
}
@media (min-width: 768px) {
  .home-overview__diskografie {
    padding: 40px;
  }
}
.home-overview__diskografie .mod-diskografie {
  max-width: none;
  margin: 0;
  padding: 0;
}
.home-overview__diskografie .mod-diskografie .layout_latest .ce_text,
.home-overview__diskografie .mod-diskografie .layout_latest .more {
  display: none;
}
.home-overview__diskografie .mod-diskografie .layout_latest h2 {
  font-size: 13px;
  margin-bottom: 16px;
}

.home-quote-band {
  background: #1a1a2e;
  padding: 64px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-quote-band {
    padding: 64px 24px;
  }
}
.home-quote-band blockquote {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  font-size: 28px;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .home-quote-band blockquote {
    font-size: 40px;
  }
}
.home-quote-band cite {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4af6a;
  font-style: normal;
}

.video-gallery {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .video-gallery {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .video-gallery {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.video-gallery {
  margin: 64px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}
.video-gallery > .content-youtube,
.video-gallery > .content-player {
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(26, 26, 46, 0.08);
  transition: box-shadow 300ms ease, transform 150ms ease;
}
.video-gallery > .content-youtube:hover,
.video-gallery > .content-player:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.video-gallery > .content-youtube h2,
.video-gallery > .content-player h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a2e;
  margin: 0;
  padding: 16px 24px;
}
.video-gallery > .content-youtube figure,
.video-gallery > .content-player figure {
  margin: 0;
}
.video-gallery > .content-youtube figure iframe,
.video-gallery > .content-youtube figure video,
.video-gallery > .content-youtube figure audio,
.video-gallery > .content-player figure iframe,
.video-gallery > .content-player figure video,
.video-gallery > .content-player figure audio {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  background: #1a1a2e;
}
.video-gallery > .content-youtube figcaption,
.video-gallery > .content-player figcaption {
  padding: 8px 24px 16px;
  font-size: 13px;
  color: #888780;
  background: #ffffff;
}

.vita-page {
  max-width: 1040px;
  margin: 0 auto 64px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 64px;
}
@media (min-width: 768px) {
  .vita-page {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .vita-page {
    padding: 0 40px;
  }
}
.vita-page > .content-headline {
  grid-column: 1/-1;
}
.vita-page .vita-intro {
  grid-column: 1;
  position: sticky;
  top: 40px;
  align-self: start;
}
.vita-page .vita-intro .content-image figure {
  margin: 0;
}
.vita-page .vita-intro .content-image img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  display: block;
}
.vita-page > .content-text {
  grid-column: 2;
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .vita-page {
    grid-template-columns: 1fr;
  }
  .vita-page .vita-intro {
    grid-column: 1;
    position: static;
    margin-bottom: 24px;
  }
  .vita-page > .content-text {
    grid-column: 1;
  }
}
.vita-page .rte p:has(> em:only-child) {
  border-left: 3px solid #d4af6a;
  padding: 4px 0 4px 24px;
  margin: 40px 0;
}
.vita-page .rte p:has(> em:only-child) em {
  display: block;
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a2e;
}

body.seite404 .mod_sitemap {
  max-width: 420px;
  margin: 40px auto 64px;
  padding: 0 16px;
}
body.seite404 .mod_sitemap > ul.level_1 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}
body.seite404 .mod_sitemap > ul.level_1 > li {
  margin: 0;
}
body.seite404 .mod_sitemap a {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a2e;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}
body.seite404 .mod_sitemap a:hover {
  background: #d4af6a;
  border-color: #d4af6a;
  color: #ffffff;
}
body.seite404 .mod_sitemap ul.level_2 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 6px 0 0;
  padding: 0;
}
body.seite404 .mod_sitemap ul.level_2 li {
  margin: 0;
}
body.seite404 .mod_sitemap ul.level_2 a {
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 400;
  color: #888780;
  background: #f0ece4;
  border-color: transparent;
}
body.seite404 .mod_sitemap ul.level_2 a:hover {
  background: #d4af6a;
  color: #ffffff;
}

.contao-cookiebar button:focus-visible {
  outline: none;
}

.mod_login,
.mod_lostPassword {
  max-width: 560px;
  margin: 0 auto 40px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .mod_login,
  .mod_lostPassword {
    padding: 0;
  }
}
.mod_login .formbody,
.mod_lostPassword .formbody {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.mod_login .formbody:hover,
.mod_lostPassword .formbody:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.mod_login .formbody,
.mod_lostPassword .formbody {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mod_login label,
.mod_lostPassword label {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #888780;
  margin-bottom: 4px;
}
.mod_login label .invisible,
.mod_lostPassword label .invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.mod_login label .mandatory,
.mod_lostPassword label .mandatory {
  color: #d4af6a;
  margin-left: 2px;
}
.mod_login input[type=text],
.mod_login input[type=password],
.mod_login input[type=email],
.mod_lostPassword input[type=text],
.mod_lostPassword input[type=password],
.mod_lostPassword input[type=email] {
  width: 100%;
  background: #f8f6f2;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  padding: 8px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #3d3d3a;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  appearance: none;
}
.mod_login input[type=text]::placeholder,
.mod_login input[type=password]::placeholder,
.mod_login input[type=email]::placeholder,
.mod_lostPassword input[type=text]::placeholder,
.mod_lostPassword input[type=password]::placeholder,
.mod_lostPassword input[type=email]::placeholder {
  color: #aaa9a3;
}
.mod_login input[type=text]:focus,
.mod_login input[type=password]:focus,
.mod_login input[type=email]:focus,
.mod_lostPassword input[type=text]:focus,
.mod_lostPassword input[type=password]:focus,
.mod_lostPassword input[type=email]:focus {
  outline: none;
  border-color: #d4af6a;
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.12);
}
.mod_login input[type=text].error,
.mod_login input[type=password].error,
.mod_login input[type=email].error,
.mod_lostPassword input[type=text].error,
.mod_lostPassword input[type=password].error,
.mod_lostPassword input[type=email].error {
  border-color: #e53e3e;
}
.mod_login .widget-checkbox .checkbox_container,
.mod_lostPassword .widget-checkbox .checkbox_container {
  border: none;
  background: transparent;
  padding: 0;
}
.mod_login .widget-checkbox legend,
.mod_lostPassword .widget-checkbox legend {
  display: none;
}
.mod_login .widget-checkbox span,
.mod_lostPassword .widget-checkbox span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mod_login .widget-checkbox input[type=checkbox],
.mod_lostPassword .widget-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #d4af6a;
}
.mod_login .widget-checkbox label,
.mod_lostPassword .widget-checkbox label {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: normal;
  color: #3d3d3a;
}
.mod_login .widget-captcha input[type=text],
.mod_lostPassword .widget-captcha input[type=text] {
  max-width: 100px;
}
.mod_login .widget-captcha .captcha_text,
.mod_lostPassword .widget-captcha .captcha_text {
  display: block;
  font-size: 13px;
  color: #888780;
  margin-bottom: 4px;
}
.mod_login .widget-submit,
.mod_lostPassword .widget-submit {
  margin-top: 8px;
}
.mod_login .widget-submit button.submit,
.mod_lostPassword .widget-submit button.submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #d4af6a;
  color: #1a1a2e;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.mod_login .widget-submit button.submit:hover,
.mod_lostPassword .widget-submit button.submit:hover {
  background: #e8cc8e;
  box-shadow: 0 4px 20px rgba(212, 175, 106, 0.25);
  transform: translateY(-1px);
}
.mod_login .widget-submit button.submit:active,
.mod_lostPassword .widget-submit button.submit:active {
  background: #b08d45;
  transform: translateY(0);
}
.mod_login .widget-submit button.submit,
.mod_lostPassword .widget-submit button.submit {
  width: 100%;
  justify-content: center;
}
.mod_login p.error,
.mod_lostPassword p.error {
  font-size: 13px;
  color: #e53e3e;
  margin-top: 4px;
}

.content-text.login-intro {
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: none;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.content-text.login-intro:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.content-text.login-intro {
  padding: 40px;
}
.content-text.login-intro:hover {
  box-shadow: none;
  transform: none;
}
.content-text.login-intro .rte p {
  font-size: 16px;
  line-height: 1.8;
  color: #888780;
  margin-bottom: 16px;
}
.content-text.login-intro .rte p:last-child {
  margin-bottom: 0;
}

.mod_lostPassword {
  margin-top: 40px;
}

.content-accordion {
  max-width: 560px;
  margin: 0 auto 64px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .content-accordion {
    padding: 0;
  }
}
.content-accordion .handorgel__header {
  margin: 0;
}
.content-accordion .handorgel__header__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  padding: 16px 24px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a2e;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.content-accordion .handorgel__header__button::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #d4af6a;
  line-height: 1;
}
.content-accordion .handorgel__header__button:hover {
  border-color: #d4af6a;
}
.content-accordion .handorgel__header__button:focus-visible {
  outline: 2px solid #d4af6a;
  outline-offset: 3px;
}
.content-accordion .handorgel__header--open .handorgel__header__button {
  border-radius: 12px 12px 0 0;
  border-bottom-color: transparent;
}
.content-accordion .handorgel__header--open .handorgel__header__button::after {
  content: "−";
}
.content-accordion .handorgel__content {
  overflow: hidden;
}
.content-accordion .handorgel__content__inner {
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 24px;
  background: #f8f6f2;
}
.content-accordion .mod_lostPassword {
  max-width: none;
  margin: 0;
  padding: 0;
}
.content-accordion .mod_lostPassword .formbody {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: none;
}
.content-accordion .mod_lostPassword .formbody:hover {
  box-shadow: none;
  transform: none;
}

.footer-account-link {
  text-align: center;
  margin-top: 8px;
}
.footer-account-link a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 150ms ease;
}
@media (min-width: 576px) {
  .footer-account-link a {
    font-size: 11px;
    letter-spacing: 0.15em;
  }
}
.footer-account-link a:hover {
  color: #d4af6a;
}

.pressetext-block {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 46, 0.12);
  padding: 24px;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.pressetext-block:hover {
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.12);
  transform: translateY(-2px);
}
.pressetext-block {
  padding: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.pressetext-block:hover {
  box-shadow: none;
  transform: none;
}
.pressetext-block__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  background: #f0ece4;
  border-bottom: 1px solid rgba(26, 26, 46, 0.12);
}
.pressetext-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #ffffff;
  color: #1a1a2e;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 8px;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}
.pressetext-block__btn svg {
  flex-shrink: 0;
}
.pressetext-block__btn:hover {
  background: #ffffff;
  border-color: #888780;
}
.pressetext-block__btn.is-success {
  color: #ffffff;
  background: #d4af6a;
  border-color: #d4af6a;
}
.pressetext-block__content {
  padding: 24px;
}
.pressetext-block__content .rte p:last-child {
  margin-bottom: 0;
}

.content-code {
  background: #f0ece4;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.content-code pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.content-code code {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.6;
  color: #3d3d3a;
  background: none;
}

.is-collapsible {
  position: relative;
  overflow-y: auto;
  transition: max-height 0.25s ease;
}

.collapsible-fade {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  margin-top: -36px;
  background: linear-gradient(transparent, #ffffff);
  pointer-events: none;
}

.content-code .collapsible-fade {
  background: linear-gradient(transparent, #f0ece4);
}

.collapsible-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 6px 16px;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.content-code + .collapsible-toolbar,
.collapsible-toolbar + .content-code {
  background: #f0ece4;
}

.collapsible-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 50%;
  color: #1a1a2e;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 150ms ease;
}
.pressetext-block__actions .collapsible-toggle {
  margin-left: auto;
}
.collapsible-toggle svg {
  transition: transform 0.2s ease;
}
.collapsible-toggle.is-expanded svg {
  transform: rotate(180deg);
}
.collapsible-toggle:hover {
  border-color: #888780;
}

.content-download,
.content-downloads {
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.content-download > h2, .content-download > h3,
.content-downloads > h2,
.content-downloads > h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #888780;
  margin: 0 0 8px;
}
.content-download ul,
.content-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.content-download li,
.content-downloads li {
  margin: 0;
}
.content-download > a,
.content-download li a,
.content-downloads > a,
.content-downloads li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  color: #3d3d3a;
  font-size: 13px;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease;
}
.content-download > a .download-icon,
.content-download li a .download-icon,
.content-downloads > a .download-icon,
.content-downloads li a .download-icon {
  flex-shrink: 0;
  color: #d4af6a;
}
.content-download > a:hover,
.content-download li a:hover,
.content-downloads > a:hover,
.content-downloads li a:hover {
  background: #f0ece4;
  color: #d4af6a;
}
.content-download li.ext-jpg,
.content-download li.ext-jpeg,
.content-download li.ext-png,
.content-download li.ext-gif,
.content-download li.ext-webp,
.content-downloads li.ext-jpg,
.content-downloads li.ext-jpeg,
.content-downloads li.ext-png,
.content-downloads li.ext-gif,
.content-downloads li.ext-webp {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}
.content-download li.ext-jpg a,
.content-download li.ext-jpeg a,
.content-download li.ext-png a,
.content-download li.ext-gif a,
.content-download li.ext-webp a,
.content-downloads li.ext-jpg a,
.content-downloads li.ext-jpeg a,
.content-downloads li.ext-png a,
.content-downloads li.ext-gif a,
.content-downloads li.ext-webp a {
  flex: 1;
  min-width: 0;
}
.content-download.ext-jpg, .content-download.ext-jpeg, .content-download.ext-png, .content-download.ext-gif, .content-download.ext-webp,
.content-downloads.ext-jpg,
.content-downloads.ext-jpeg,
.content-downloads.ext-png,
.content-downloads.ext-gif,
.content-downloads.ext-webp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.content-download.ext-jpg > h2, .content-download.ext-jpg > h3, .content-download.ext-jpeg > h2, .content-download.ext-jpeg > h3, .content-download.ext-png > h2, .content-download.ext-png > h3, .content-download.ext-gif > h2, .content-download.ext-gif > h3, .content-download.ext-webp > h2, .content-download.ext-webp > h3,
.content-downloads.ext-jpg > h2,
.content-downloads.ext-jpg > h3,
.content-downloads.ext-jpeg > h2,
.content-downloads.ext-jpeg > h3,
.content-downloads.ext-png > h2,
.content-downloads.ext-png > h3,
.content-downloads.ext-gif > h2,
.content-downloads.ext-gif > h3,
.content-downloads.ext-webp > h2,
.content-downloads.ext-webp > h3 {
  flex-basis: 100%;
  margin-bottom: 8px;
}
.content-download.ext-jpg > a, .content-download.ext-jpeg > a, .content-download.ext-png > a, .content-download.ext-gif > a, .content-download.ext-webp > a,
.content-downloads.ext-jpg > a,
.content-downloads.ext-jpeg > a,
.content-downloads.ext-png > a,
.content-downloads.ext-gif > a,
.content-downloads.ext-webp > a {
  order: 2;
  flex: 1;
  min-width: 0;
}
.content-download.ext-jpg > figure, .content-download.ext-jpeg > figure, .content-download.ext-png > figure, .content-download.ext-gif > figure, .content-download.ext-webp > figure,
.content-downloads.ext-jpg > figure,
.content-downloads.ext-jpeg > figure,
.content-downloads.ext-png > figure,
.content-downloads.ext-gif > figure,
.content-downloads.ext-webp > figure {
  order: 1;
}
.content-download figure,
.content-downloads figure {
  margin: 0;
  flex-shrink: 0;
}
.content-download figure img,
.content-downloads figure img {
  display: block;
  max-height: 56px;
  width: auto;
  border-radius: 4px;
  border: 1px solid rgba(26, 26, 46, 0.12);
}

body.presskit-page #main > .inside {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  body.presskit-page #main > .inside {
    padding: 0 24px;
  }
}
body.presskit-page .mod_article {
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body.presskit-page .mod_article {
    padding: 40px;
  }
}
body.presskit-page .mod_article:has(> .content-headline:only-child) {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}
body.presskit-page .content-text {
  max-width: none;
  margin: 0 0 16px;
  padding: 0;
  background: none;
  border-radius: 0;
}
body.presskit-page .content-text h2, body.presskit-page .content-text h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 2px;
}
body.presskit-page .content-text .rte p {
  font-size: 13px;
  color: #888780;
  margin: 0;
}
body.presskit-page .content-code,
body.presskit-page .pressetext-block {
  margin-bottom: 16px;
}
body.presskit-page .content-code:last-child,
body.presskit-page .pressetext-block:last-child {
  margin-bottom: 0;
}
body.presskit-page .content-download,
body.presskit-page .content-downloads {
  margin-bottom: 8px;
  padding: 8px 16px;
}
body.presskit-page .content-download:last-child,
body.presskit-page .content-downloads:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */

