html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.impressum {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1; /* Flex grow to push the footer down */
  overflow: auto;
  padding: 0 7% 0 7%;
}

.background-image {
  width: 100%;
}

.contact {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 50px;
  text-align: left;
}

.contact h2 {
  font-size: 25px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fdb913;

  font-weight: bold;
  margin-bottom: 10px;
}

.contact a {
  color: #002d62;
  text-decoration: none;
}

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

header h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 76px !important;
  font-weight: 600;
  line-height: 82.84px !important;
  text-align: left;
  color: #002d62;
  max-width: 60%;
}

header svg {
  width: 20%;
}

header {
  padding-top: 5%;
}

.subtext {
  font-size: 1.2em;
  color: #fdb913;
  margin: 20px 0;
}

footer {
  background-color: #002d62;
  color: #ffffff;
  padding: 25px 7% 25px 7%;
  font-family: Helvetica !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.38;
  line-height: 24px !important;
  flex-shrink: 0;
}

footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer nav ul li {
  display: inline-block;
  margin-right: 30px;
}

footer nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

footer nav ul li a:hover {
  color: #fdb913 !important;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 600px) {
  header h1 {
    font-size: 40px !important;
    max-width: 100% !important;
    line-height: normal !important;
  }
  header svg {
    width: 50%;
  }
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 1000px) {
  header h1 {
    max-width: 80%;
  }
}

@media (min-width: 1001px) {
  header h1 {
    margin-bottom: 0 !important;
  }
  .contact {
    margin-top: 30px !important;
  }
}

@media (min-width: 1440px) {
  header h1 {
    max-width: 45%;
  }
}
