@font-face {
  font-family: "Maven Pro";
  src: url("fonts/maven-pro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.scheune-blank-template {
  margin: 0;
  background: #d2d2d2;
  color: #68676C;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.scheune-blank-template__main {
  min-height: 100vh;
}

.scheune-page {
  --scheune-brown: #68676C;
  --scheune-dark: #68676C;
  --scheune-muted: #7a6b60;
  --scheune-paper: #ffffff;
  box-sizing: border-box;
  max-width: 1250px;
  margin: 0 auto;
  padding: clamp(62px, 7vw, 104px) clamp(72px, 8vw, 108px) clamp(72px, 8vw, 112px);
  background: #ffffff;
}

.scheune-page h1,
.scheune-page h2,
.scheune-page h3,
.scheune-page__headline-font {
  color: var(--scheune-brown);
  font-family: "Maven Pro", "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.scheune-page h1 {
  margin: 0 0 32px;
  font-size: clamp(40px, 8vw, 68px);
  text-align: center;
}

.scheune-page h2 {
  margin: 42px 0 18px;
  font-size: clamp(26px, 4vw, 36px);
}

.scheune-page h3 {
  margin: 32px 0 10px;
  font-size: clamp(21px, 3vw, 26px);
}

.scheune-page p,
.scheune-page li {
  color: var(--scheune-dark);
}

.scheune-page p {
  margin: 0 0 18px;
}

.scheune-page a {
  color: #315f94;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.scheune-page ul {
  margin: 0 0 24px;
  padding-left: 1.35em;
  list-style-position: outside;
}

.scheune-page .wp-block-image {
  margin: 34px auto 36px;
  text-align: center;
}

.scheune-page .wp-block-image img {
  width: min(100%, 590px);
  height: auto;
  border-radius: 2px;
  box-shadow: 0 18px 48px rgba(49, 38, 31, 0.16);
}

.scheune-page__intro {
  margin-bottom: 36px;
  padding: clamp(24px, 4vw, 34px);
  background: transparent;
}

.scheune-page__person {
  margin-top: 28px;
  padding-top: 14px;
}

.scheune-page__contact {
  margin-top: 18px;
  padding: 22px;
  background: #F5F5F5;
}

@media (max-width: 640px) {
  .scheune-blank-template {
    background: #ffffff;
    font-size: 17px;
  }

  .scheune-page {
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.scheune-page__legal {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(107, 79, 63, 0.25);
  text-align: center;
  font-size: 15px;
  color: var(--scheune-muted);
}

.scheune-page__legal p {
  margin: 0;
  color: var(--scheune-muted);
}
