@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
}

body.page-template-page-under-construction, body.page-template-page-impressum {
  background-image: url("../assets/images/Grundke-under-construction-BG-tiny.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-weight: 400;
}
body.page-template-page-under-construction .grundke, body.page-template-page-impressum .grundke {
  padding: 30px 0 0 30px;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
body.page-template-page-under-construction .grundke a, body.page-template-page-impressum .grundke a {
  color: #fff;
  text-decoration: none;
}
body.page-template-page-under-construction .under-construction, body.page-template-page-impressum .under-construction {
  margin-top: 100px;
  text-align: center;
  font-size: clamp(30px, 5vw, 100px);
  font-weight: 300;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
body.page-template-page-under-construction .nearly-ready, body.page-template-page-impressum .nearly-ready {
  margin: 20px 0;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
body.page-template-page-under-construction .balken, body.page-template-page-impressum .balken {
  width: 96%;
  max-width: 440px;
  height: 34px;
  margin: 0 auto;
  position: relative;
}
body.page-template-page-under-construction .balken img, body.page-template-page-impressum .balken img {
  width: 100%;
  height: auto;
}
body.page-template-page-under-construction .balken .balken-text, body.page-template-page-impressum .balken .balken-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
body.page-template-page-under-construction .contact-info, body.page-template-page-impressum .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
  width: 96%;
  margin: 50px auto 0 auto;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 1400px) {
  body.page-template-page-under-construction .contact-info, body.page-template-page-impressum .contact-info {
    flex-direction: row;
    width: 50%;
    margin: 150px auto 0 auto;
  }
  body.page-template-page-under-construction .contact-item-1, body.page-template-page-impressum .contact-item-1 {
    text-align: left;
    width: 40%;
  }
  body.page-template-page-under-construction .contact-item-2, body.page-template-page-impressum .contact-item-2 {
    text-align: center;
    width: 20%;
  }
  body.page-template-page-under-construction .contact-item-3, body.page-template-page-impressum .contact-item-3 {
    text-align: right;
    width: 40%;
  }
}
body.page-template-page-under-construction .icon-address, body.page-template-page-impressum .icon-address {
  width: 24px;
  height: 24px;
}
body.page-template-page-under-construction .icon, body.page-template-page-impressum .icon {
  width: 30px;
  height: 30px;
}
body.page-template-page-under-construction .icon, body.page-template-page-impressum .icon {
  vertical-align: middle;
}
body.page-template-page-under-construction .icon-address, body.page-template-page-impressum .icon-address {
  margin-right: 5px;
}
body.page-template-page-under-construction .icon-mail, body.page-template-page-impressum .icon-mail {
  margin-right: 5px;
}
body.page-template-page-under-construction .impressum, body.page-template-page-impressum .impressum {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 50px;
  padding-bottom: 30px;
}
body.page-template-page-under-construction .impressum a, body.page-template-page-impressum .impressum a {
  color: #fff;
  text-decoration: none;
}

.impressum-text h4 {
  color: #2C355F;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  line-height: 1.7rem;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.impressum-text p {
  margin-top: 0;
}
.impressum-text {
  background-color: #fff;
  padding: 50px;
  margin-top: 100px;
}/*# sourceMappingURL=main.css.map */