@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Young Serif";
  src: url("./fonts/YoungSerif-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

header[id],
section[id] {
  scroll-margin-top: 0.8rem;
}

body {
  font-family: "Golos Text", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header-title,
.h1 {
  font-family: "Young Serif", Georgia, "Times New Roman", serif;
}

.sans-text {
  font-family: "Golos Text", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.serif-text {
  font-family: "Young Serif", Georgia, "Times New Roman", serif !important;
}

.section-block {
  padding: 5.5rem 0;
}
.section-block.bg-light {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

iframe {
  display: block;
  width: 100%;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #6D37A3;
}

a:focus-visible {
  outline-color: #6D37A3;
}

a:visited.btn-light {
  color: #000000;
}
a:visited.btn-primary, a:visited.parallax-info {
  color: #ffffff;
}
a:visited.footer-link {
  color: #93c5fd;
}

.rainbow-nav {
  background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #ffffff;
}
.rainbow-nav .container {
  position: relative;
}
.rainbow-nav .navbar-brand {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  position: relative;
  min-height: 38px;
  padding-left: 6.2rem;
  z-index: 1;
}
.rainbow-nav .navbar-toggler {
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
.rainbow-nav .navbar-toggler:active, .rainbow-nav .navbar-toggler:focus, .rainbow-nav .navbar-toggler:focus-visible {
  border: none;
  box-shadow: none;
}
.rainbow-nav .navbar-collapse {
  position: relative;
  z-index: 3;
}
.rainbow-nav .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.45rem;
  padding: 0.4rem 0.65rem;
  margin: 0.1rem 0.2rem;
}
.rainbow-nav .navbar-nav .nav-link:hover, .rainbow-nav .navbar-nav .nav-link:focus, .rainbow-nav .navbar-nav .nav-link.active {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
}

.logo-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-32%);
  z-index: 1;
}

.hero-section {
  min-height: 42vh;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.hero-section .container {
  position: relative;
}
.hero-section .container .save-date-bubble {
  text-align: center;
  top: 1.5rem;
  right: 8%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787) border-box;
  overflow: hidden;
  color: #b91c1c;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-section .container .save-date-bubble {
    width: 118px;
    height: 118px;
    border-width: 3px;
  }
}
.hero-section .container .save-date-bubble .save-date-bubble-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.hero-section .container .save-date-bubble .save-date-bubble-date {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 991px) {
  .hero-section .container .save-date-bubble .save-date-bubble-date {
    font-size: 0.95rem;
  }
}

.rainbow-headline {
  padding: 0.35rem 0.8rem 0.45rem;
  border-radius: 0.9rem;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787) border-box;
  overflow: hidden;
  color: #b91c1c;
  text-shadow: none;
}

.parallax-info {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.6);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  text-decoration: none;
}
.parallax-info:hover, .parallax-info:focus {
  background: rgba(17, 24, 39, 0.8);
  color: #ffffff;
}

.split-image {
  min-height: 42vh;
}

.parade-image {
  min-height: 42vh;
}

.buttons-image {
  min-height: 42vh;
}

.bubble-teaser {
  border: 4px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787) border-box;
  overflow: hidden;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #b91c1c;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  pointer-events: none;
}

.rainbow-border {
  border: 4px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787) border-box;
  overflow: hidden;
  border-radius: 0.9rem;
}

.teaser-block {
  align-items: stretch !important;
}

.teaser-block > div {
  display: flex;
}

.teaser-image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.teaser-image-wrap.csd-wappen-teaser-image {
  background: #e2cbf6;
}

.prideweek-teaser-image-wrap {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
}
.prideweek-teaser-image-wrap img {
  object-fit: cover;
  margin: auto 0;
  display: block;
  height: 100%;
}

.tattoo-action-teaser-image {
  background-color: #ddd6cb;
}

.teaser-image {
  width: 100%;
  display: block;
}

.teaser-aside {
  width: 100%;
  min-height: 100%;
  border-radius: 1rem;
  background: linear-gradient(130deg, #f3e8ff, #dbeafe);
}

.fundraising-teaser .teaser-aside {
  min-height: 100%;
}

.fundraising-embed-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fundraising-embed-wrap .gfm-embed {
  width: 100%;
  min-height: 380px;
}

@media (min-width: 1400px) {
  .fundraising-embed-wrap .gfm-embed {
    padding: 1.5rem 0;
    background-color: #ffffff;
    border-radius: 1rem;
  }
}
.privacy-content h2 {
  color: #1f2937;
  font-weight: 700;
}

.privacy-content p {
  line-height: 1.6;
}

.privacy-box {
  margin-top: 0.8rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid #7d5fff;
  border-radius: 0.7rem;
  background: linear-gradient(130deg, #f3e8ff, #e0f2fe);
}

.privacy-box p {
  margin-bottom: 0;
}

.contrast-bg {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem 1rem;
  padding: 1rem;
}

.info-text {
  background-color: rgba(142, 199, 249, 0.5);
  border-radius: 0.9rem;
  padding: 1rem;
  padding-left: 4.5rem;
  position: relative;
}
.info-text::before {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  content: "i";
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: #000000;
  border-radius: 50%;
  border: 2px solid #000000;
}

.countdown-section .countdown-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.countdown-item {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  padding: 0.9rem 0.6rem;
  text-align: center;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.countdown-value {
  display: block;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #374151;
  text-shadow: none;
}

.countdown-item:nth-child(1) {
  border-color: #e40303;
}

.countdown-item:nth-child(1) .countdown-value {
  color: #e40303;
}

.countdown-item:nth-child(2) {
  border-color: #ff8c00;
}

.countdown-item:nth-child(2) .countdown-value {
  color: #ff8c00;
}

.countdown-item:nth-child(3) {
  border-color: #008026;
}

.countdown-item:nth-child(3) .countdown-value {
  color: #008026;
}

.countdown-item:nth-child(4) {
  border-color: #004dff;
}

.countdown-item:nth-child(4) .countdown-value {
  color: #004dff;
}

.countdown-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
  font-weight: 700;
}

@media (max-width: 767px) {
  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.media-teaser-block > div {
  display: flex;
}

.media-player-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 0.9rem;
  border: 2px solid #e5e7eb;
  isolation: isolate;
  background: #3a1f7c;
}

.media-player-wrap[role=button] {
  cursor: pointer;
}

.media-player-wrap[role=button]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.media-player {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  margin: auto 0;
  display: block;
}

.media-fallback {
  position: absolute;
  inset: 0;
  display: none;
}

.media-player-wrap.fallback-active .media-fallback {
  display: block;
}

.media-player-wrap.fallback-active .media-player {
  display: none;
}

.media-fallback-image {
  position: absolute;
  inset: 0;
  width: 100%;
  display: block;
  margin: auto 0;
}

.vibrant-gradient {
  background: linear-gradient(120deg, #ff4f81, #7d5fff, #18dcff);
}

.buendnis-csd-band {
  background: linear-gradient(120deg, #f94144, #f3722c, #f8961e, #f9844a, #43aa8b, #577590);
}

.buendnis-csd-box {
  text-align: center;
  padding: 1rem;
  border: 2px dashed rgba(255, 255, 255, 0.8);
  border-radius: 0.75rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.12);
}

.buendnis-csd-box a,
.buendnis-csd-box a:visited,
.buendnis-csd-box a:hover,
.buendnis-csd-box a:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.buendnis-csd-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.buendnis-csd-heart {
  color: #fff;
}

.buendnis-csd-favicon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
}

.timeline li {
  margin-bottom: 0.9rem;
}

.bank-transfer-teaser-link {
  border-radius: 1rem;
}
.bank-transfer-teaser-link .teaser-image-wrap.bank-transfer-teaser-image {
  border-radius: 1rem;
  background: linear-gradient(90deg, #dfeafe 0%, #dbeafe 20%, #eafad0 70%, #ecfccb 100%);
}
.bank-transfer-teaser-link .teaser-image-wrap.bank-transfer-teaser-image .bank-transfer-teaser-image .teaser-image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto 0;
}

.attribution-container {
  font-size: 0.5rem;
  text-align: center;
  background: rgba(173, 181, 189, 0.3764705882);
  width: 95%;
  margin: 0 auto;
  border-radius: 0 0 0.9rem 0.9rem;
  padding: 0.3rem 1rem 0.5rem;
}

.site-footer {
  background: #111827;
  color: #e5e7eb;
}

.footer-link {
  color: #93c5fd;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.footer-link:hover, .footer-link:focus {
  color: #bfdbfe;
  text-decoration: underline;
}

.btn-primary {
  border: none;
  background: linear-gradient(120deg, #ff4f81, #7d5fff, #18dcff);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(24, 220, 255, 0.28);
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: linear-gradient(120deg, #ff3f75, #6f53f0, #12cfe9);
  box-shadow: 0 10px 20px rgba(125, 95, 255, 0.35);
}
.btn-primary:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.rainbow-nav .navbar-collapse {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  width: min(92vw, 34rem);
  padding: 0.6rem;
  border-radius: 0.75rem;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
}

@media (max-width: 310px) {
  .rainbow-nav .navbar-brand .year {
    display: none;
  }
}
@media (max-width: 406px) {
  .rainbow-nav .navbar-brand .year {
    display: none;
  }
}
@media (min-width: 430px) {
  .attribution-container {
    width: max-content;
  }
}
@media (max-width: 430px) {
  .rainbow-nav .navbar-toggler {
    display: block;
    position: absolute;
    right: 0.8rem;
    top: 0;
  }
}
@media (min-width: 768px) {
  .rainbow-nav .navbar-collapse {
    width: 50%;
  }
  .attribution-container {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .rainbow-nav .navbar-collapse {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  @supports not (aspect-ratio: 1/1) {
    .media-player-wrap {
      min-height: 260px;
    }
  }
  .teaser-image {
    height: auto;
    object-fit: contain;
  }
  .teaser-aside {
    height: auto;
  }
  .section-block {
    padding: 4rem 0;
  }
  .parallax-window {
    background-attachment: scroll;
  }
}

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