html, body {
  color: #123C69 !important;
  background-color: #EEE2DC !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav {
  background-color: #EEE2DC;
  font-size: 20px;
  padding: 1%;
}

.active {
  text-decoration: underline;
}

.background-karte {
  margin: 2%;
  padding: 1%;
  background-color: #EDC7B7;
}

#karte-title {
  font-size: 50px;
}

.karte-text {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.text-box {
  padding: 20px;
  margin: 20px;
  font-size: 18px;
}

.text-align {
  text-align: left;
}

#picture-aboutus {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  position: absolute;
  width: 100%;
  padding-top: 1%;
  background-color: #EDC7B7;
}

footer .socialmedia {
  font-size: 24px;
  padding-left: 25%;
  margin: 3px;
}

footer .arrow_btn {
  color: black;
  font-size: 16px;
}

footer a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 320px) {
  #logo {
    max-width: 200px;
    max-height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  #logo {
    max-width: 250px;
    max-height: 150px;
  }
}

@media only screen and (min-width: 1080px) {
  #logo {
    max-width: 500px;
    max-height: 150px;
  }
  #picture-aboutus {
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  body {
    font-size: 16px !important;
  }
  .nav {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1920px) {
  #logo {
    max-width: 700px;
    max-height: 250px;
  }
  body {
    font-size: 30px !important;
  }
  p {
    font-size: 28px !important;
  }
  .nav {
    font-size: 40px !important;
  }
}
/*# sourceMappingURL=aboutus-style.css.map */