html {
  font-size: 10px;
}

body {
  margin: 0;
}

#pilot-footer {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #cce0eb;
  padding-top: 3rem;
}
#pilot-footer .footer-container {
  max-width: 120rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: #777;
  padding: 2rem;
}
#pilot-footer .footer-container a {
  color: #4089c3;
  text-decoration: none;
}
#pilot-footer .footer-container a:visited {
  color: #4089c3;
  text-decoration: none;
}
#pilot-footer .footer-container-links {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
#pilot-footer .footer-container-links a {
  font-weight: bolder;
  color: #4089c3;
  text-decoration: none;
}
#pilot-footer .footer-container-links a:visited {
  font-weight: bolder;
  color: #4089c3;
  text-decoration: none;
}

#obi {
  font-family: "Poppins", sans-serif !important;
}
#obi .footer-container {
  max-width: 114rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: rgb(119, 119, 119);
  padding: 1.5rem;
}
#obi .footer-container a {
  color: #4089c3;
  text-decoration: none;
}
#obi .footer-container a:visited {
  color: #4089c3;
  text-decoration: none;
}
#obi .footer-container-links {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#obi .footer-container-links a {
  color: #000;
  text-decoration: none;
}
#obi .footer-container-links a:visited {
  color: #000;
  text-decoration: none;
}
#obi .footer-container-text {
  padding: 0rem 2rem 3rem;
  font-weight: 400;
}

#geshi {
  font-family: "Montserrat", serif;
  color: white;
}
#geshi .footer-container {
  background-color: rgb(52, 52, 52);
  max-width: 200rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: white;
  padding: 1.5rem;
}
#geshi .footer-container a {
  color: #0084fd;
  text-decoration: none;
}
#geshi .footer-container a:visited {
  color: #0084fd;
  text-decoration: none;
}
#geshi .footer-container-links {
  max-width: 120rem;
  padding: 2rem 2rem 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#geshi .footer-container-links a {
  font-weight: bold;
  color: #0084fd;
  text-decoration: none;
}
#geshi .footer-container-links a:visited {
  font-weight: bold;
  color: #0084fd;
  text-decoration: none;
}
#geshi .footer-container-text {
  padding: 0 2rem;
  font-weight: 400;
  max-width: 120rem;
  margin: auto;
  padding: 0 2rem 2rem;
}

#nutra {
  font-family: "Open-Sans", sans-serif !important;
  padding: 3rem 0;
}
#nutra .footer-container {
  max-width: 114rem;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: #777;
  padding: 2rem;
}
#nutra .footer-container a {
  color: #337ac3;
  text-decoration: none;
}
#nutra .footer-container a:visited {
  color: #337ac3;
  text-decoration: none;
}
#nutra .footer-container-links {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#nutra .footer-container-links a {
  font-weight: bold;
  color: #337ac3;
  text-decoration: none;
}
#nutra .footer-container-links a:visited {
  font-weight: bold;
  color: #337ac3;
  text-decoration: none;
}
#nutra .footer-container-text {
  padding: 0rem 2rem 3rem;
  font-weight: 400;
}

.legals {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 3.2rem;
}
.legals-container {
  padding: 1rem;
  color: #333333;
  max-width: 100rem;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
}
.legals-container .impressum {
  text-align: center;
}
.legals-container .impressum img {
  max-width: 100%;
}
.legals-container-header h1 {
  font-size: 3.6rem;
  text-align: center;
}
.legals-container-main {
  font-size: 2.1rem;
  line-height: 3.15rem;
  font-weight: 400;
  margin: 0 0 1rem;
  line-height: 3.15rem;
}
.legals-container-main h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.legals-container-main p {
  font-size: 2.1rem;
  line-height: 3.15rem;
  font-weight: 400;
  margin: 0 0 1rem;
}
.legals-container-main ul {
  margin: 0 0 1rem;
  padding-left: 2rem;
}
.legals-container-main a {
  text-decoration: none;
  color: #4089c3;
}
.legals-container-main a:visited {
  text-decoration: none;
  color: #4089c3;
}
.legals-container-links {
  padding-bottom: 3rem;
  padding-top: 2rem;
  font-size: 2.1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.legals-container-links a {
  text-decoration: none;
  color: #4089c3;
}
.legals-container-links a:visited {
  text-decoration: none;
  color: #4089c3;
}/*# sourceMappingURL=footer.css.map */