@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #bfdadc;
  font-family: "american typewriter", "american-typewriter", serif;
  color: #36473e;
  text-align: center;
}

/* ================= HEADER ================= */
.header {
  padding-bottom: 120px;
  background-image: url("img/website-wolken-naturbursche.svg");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.logo {
  display: block;
  margin: 0 auto;
  max-width: 220px;
}

.header-text {
  margin-top: 70px;
}

.header-text h1 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  max-width: 800px;
  margin: 0 auto 20px;
}

.header-text p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.image-welke-impress {
  width: 22px;
  vertical-align: middle;
  margin: 0 3px 2px;
}

.cta-button {
  display: inline-block;
  background-color: #36473e;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

.cta-button:hover {
  opacity: 0.9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ================= MAIN ================= */
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* sorgt dafür, dass Landschaft unten klebt */
}

.landscape-section {
    margin: 0;
}

.fullwidth-image {
    display: block;
    width: 100%;
    height: auto;
}

/* ================= FOOTER ================= */
.footer {
  margin-top: 0;
  background-color: #36473e;
  color: #ffffff;
  font-size: 0.7rem;
  padding: 20px 0;
}

.image-welke {
  width: 14px;
  vertical-align: middle;
  margin: 0 3px 2px;
}

.footer a {
  color: #bfdadc;
}

.footer a:hover {
  text-decoration: underline;
}
