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

#logo {
  max-width: 500px;
  max-width: 150px;
}

.attention {
  color: red;
  text-decoration: underline;
}

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

.active {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.background-picture {
  padding: 5%;
  background-image: url(".../images/kaffee.jpg");
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
}

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

.hr-small {
  margin: 0 auto;
  border: none;
  width: 20%;
  height: 1px;
  background-color: #123C69;
}

#karte-title {
  font-size: 60px;
  margin-top: 30px;
}

.karte-title {
  font-weight: bold;
  margin: 30px;
}

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

.bold {
  font-weight: bold;
}

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;
  }
  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=speisekarte-style.css.map */