@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-005891207e730406579c4a4bc5eeb150.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Regular-4f8cf51dc0f0829367958d0906daefc6.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular-4e392e37b2595b837c49d6b17baf2f58.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url("../fonts/opensans/OpenSans-Bold-b5c2f522b90ddf224a1cddd51d08321a.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Bold-acb984ce1676853cdba710c294f334f2.woff") format("woff"), url("../fonts/opensans/OpenSans-Bold-7df6442f862002365e6f4fc9b8969431.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: none;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .nav {
    display: flex;
  }
}
.nav a {
  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);
}

.cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: #47b9d6;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  box-shadow: 0 14px 28px rgba(42, 167, 181, 0.22);
  cursor: pointer;
  white-space: nowrap;
}
.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: 100vh;
  margin-top: 20px;
}

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

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

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

/*
 * Mixed content styles.
 */
/*
 * Home site
 */
@media (min-width: 768px) {
  .home .content {
    margin-top: -95px;
  }
}

.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(3, 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;
}

.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 */
