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;
}

.googlemap {
  width: 100%;
  margin-top: 2%;
}

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) {
  body {
    font-size: 12px !important;
  }
  #logo {
    max-width: 200px;
    max-height: 100px;
  }
  #contact-text {
    margin-left: 15px;
  }
}

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

@media only screen and (min-width: 768px) {
  body {
    font-size: 12px !important;
  }
  #logo {
    max-width: 250px;
    max-height: 150px;
  }
  .navbar {
    font-size: 16px;
  }
  #contact-text {
    margin: 0;
  }
  #parkplatz {
    margin-left: 40px;
    width: 350px;
    height: 300px;
  }
}

@media only screen and (min-width: 1080px) {
  #logo {
    max-width: 360px;
    max-height: 120px;
  }
  body {
    font-size: 16px !important;
  }
  .nav {
    font-size: 20px !important;
  }
  .navbar {
    font-size: 20px;
  }
}

@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=kontakt-style.css.map */