@charset "UTF-8";
/*
 * Main SCSS
 */
/*
 * Mixins
 */
/*

Colors

Text, light blue: #47b9d6
  Triade: #d6ca47, #d64779
Year, dark blue: #51667d

Top:  #75899e
Roof: #51667d
Wood: #755937

Stone light:  #bfad8a
Stone normal: #d1af6f
Stone dark:   #e0a141
Stone brown:  #755937

Font: Acumin Variable Concept

*/
/* Akzente (an das PDF-Deckblatt angelehnt) */
/**
 * Fonts
 */
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  src: url("../fonts/opensans/OpenSans-Regular-AFiRIH5.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Regular-T4z1HcD.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular-TjkuN7J.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url("../fonts/opensans/OpenSans-Bold-tcL1Irk.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Bold-rLmEzhZ.woff") format("woff"), url("../fonts/opensans/OpenSans-Bold-ffZEL4Y.ttf") format("truetype");
}
/**
 * Grid
 */
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*
 * Header
 */
header {
  color: rgba(31, 41, 51, 0.82);
  width: 100%;
  z-index: 100;
  position: sticky;
  top: 15px;
  margin-top: 15px;
}
header a {
  text-decoration: none;
}
header .logo {
  height: 50px;
  vertical-align: top;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(31, 41, 51, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.nav a {
  display: none;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(31, 41, 51, 0.82);
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: 1px solid transparent;
}
.nav a:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(31, 41, 51, 0.06);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.05);
}
@media (min-width: 768px) {
  .nav a {
    display: block;
  }
}
.nav a.nav-mobile-item {
  display: block;
}

.cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: #47b9d6;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  box-shadow: 0 14px 28px rgba(42, 167, 181, 0.22);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.cta:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}
.cta:active {
  transform: translateY(0px);
}

/*
 * Footer
 */
footer {
  color: #51667d;
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-align: right;
}
footer a {
  color: #51667d;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .bottombar {
  border-top: 1px solid rgba(31, 41, 51, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  width: 100%;
}

.footer-nav {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4rem;
  text-align: left;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li::after {
  content: " · ";
}
.footer-nav li:last-child::after {
  content: none;
}

.footer-imprint-nav {
  font-size: 14px;
}
.footer-imprint-nav li {
  display: inline-block;
}
.footer-imprint-nav li::after {
  content: " · ";
}
.footer-imprint-nav li:last-child::after {
  content: none;
}

.footer-logo {
  height: 100px;
}

/*
 * Global content styles.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #ecf5f7;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  min-height: 100vh;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

a {
  color: #333;
}

i {
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0;
}

.content {
  min-height: 80vh;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .has-header .content {
    margin-top: -95px;
  }
}
.error404 .content {
  min-height: 70vh;
}

.content-background::before {
  content: "";
  display: block;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 154px;
  z-index: -1;
}

.display-inline-block {
  display: inline-block;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.color-blue-light {
  color: #47b9d6;
}

.color-blue-dark {
  color: #51667d;
}

.color-blue-top {
  color: #75899e;
}

.color-stone-light {
  color: #bfad8a;
}

.color-stone-normal {
  color: #d1af6f;
}

.color-stone-dark {
  color: #e0a141;
}

.color-stone-brown {
  color: #755937;
}

.color-white {
  color: #fff;
}

.color-font {
  color: #333;
}

.color-black {
  color: #000;
}

.header {
  background: no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  max-height: 400px;
  margin-top: 0;
  padding: 115px 20px 40px;
}
@media (min-width: 768px) {
  .header {
    height: 30vw;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.icon.icon-xl {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}

.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: initial;
  }
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.error404-headline {
  text-align: center;
  font-size: 3rem;
  margin: 0;
  padding-top: 20vh;
}

.error404-content {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

.spp::after {
  font-style: normal;
  content: "06443";
}

.spm::after {
  font-style: normal;
  content: "@";
}

/*
 * Mixed content styles.
 */
.anreise-content .cta {
  margin-left: 5em;
}
.anreise-content section {
  margin-bottom: 3em;
}

.anreise-header {
  background-image: url("../images/header/anreise-bPxlrc1.webp");
  background-position: left bottom;
}

/*
 * Home site
 */
.slider-main {
  max-height: 700px;
}
.slider-main img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

.festwochenende {
  display: block;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: bold;
  margin: 1rem 0 2rem;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
}
@media (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(31, 41, 51, 0.06);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  padding: 18px;
  min-height: 140px;
}
.card .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(31, 41, 51, 0.72);
  margin-bottom: 10px;
}
.card .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1af6f;
  box-shadow: 0 10px 18px rgba(42, 167, 181, 0.18);
}
.card .dot.dot-2 {
  background: #e0a141;
}
.card .dot.dot-3 {
  background: #755937;
}
.card h3 {
  color: #47b9d6;
  margin: 0 0 6px;
  font-size: 18px;
}
.card p {
  margin: 4px 0 0;
}
.card ul {
  list-style-type: square;
  padding-left: 18px;
}
.card li {
  margin-bottom: 4px;
}
.card li:last-child {
  margin-bottom: 0;
}
.card li::marker {
  color: #e0a141;
}

.termine {
  padding-top: 4rem;
}
.termine li {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .termine li {
    display: flex;
  }
}
.termine li.month-change {
  margin-top: 2.5rem;
}
.termine li:first-child {
  margin-top: 1rem;
}

.termin-date {
  display: block;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .termin-date {
    text-align: right;
    width: 330px;
  }
}
@media screen and (min-width: 1000px) {
  .termin-date {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 2rem;
  }
}

.termin-author {
  display: inline-block;
}

/**
 * Go redirect styles
 */
.go-redirect footer .bottombar {
  justify-content: flex-end;
}

.qr-code-item {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .qr-code-item {
    margin-bottom: 2rem;
  }
}

.strong {
  font-weight: bold;
}

.savethedate-details {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

.vormerken {
  max-width: 800px;
}

.jahre {
  display: block;
  font-size: 3rem;
  font-weight: bolder;
  margin: 1rem 0 0.33rem;
  text-align: center;
}

.logo-main {
  max-height: 400px;
  max-width: 75vw;
}

.planung {
  padding-top: 2rem;
}

/*# sourceMappingURL=app.output.css.map */
