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

*/
/*
 * Header
 */
header {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  padding-top: 2px;
  padding-bottom: 2px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
header a {
  color: #333;
}
header .logo {
  height: 96px;
  vertical-align: top;
}

/*
 * Footer
 */
footer {
  background: #51667d;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 3rem;
  text-align: right;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.footer-nav {
  margin-right: 4rem;
  text-align: left;
}
.footer-nav li {
  display: block;
  margin-bottom: 0.5rem;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-logo {
  height: 100px;
}

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

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

a {
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
}

.content {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 120px;
  padding-bottom: 60px;
  min-height: 100vh;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-background {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(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
 */
.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-size: 1.2rem;
  font-weight: bold;
}

.savethedate {
  background: rgba(255, 255, 255, 0.6) url("../images/luftbild-berghausen-2025-1-8ae9e04293ac2eafed8d7e4b80fc9ffc.webp") no-repeat center center;
  background-size: cover;
  background-blend-mode: color;
  margin-top: -120px;
  margin-bottom: -150px;
  padding-top: 120px;
  padding-bottom: 170px;
  min-height: 100vh;
}

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

.festwochenende {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem;
  text-align: center;
}

.planung {
  padding-top: 2rem;
}

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