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

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

.hr-half {
  max-width: 50%;
}

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

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

#myCarouselIndicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-item {
  height: 40rem;
  background: #EDC7B7;
  color: white;
  position: relative;
}

.carousel-image {
  width: 100%;
  height: 100%;
}

.container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
}

.bg-picture-color {
  background-color: #fa8efa;
}

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

.ptext .trans {
  text-align: center;
  letter-spacing: 2px;
  padding: 40px;
  color: black;
}

.picture-box {
  padding: 10px;
}

.rounded-image {
  padding-top: 1%;
  border-radius: 50%;
  width: 65%;
  height: 65%;
  margin-bottom: 10px;
}

.picturebox-text {
  padding: 2%;
  font-size: 16px;
}

.index-text {
  font-size: 20px;
  padding-left: 10px;
  text-align: center;
}

.active {
  text-decoration: underline;
}

.bg-image-top {
  background-image: url("images/title.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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: 80px;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 12px !important;
  }
  #logo {
    max-width: 250px;
    max-height: 150px;
  }
  .picture-box {
    padding: 0;
  }
  .picturebox-text {
    padding: 2%;
    font-size: 12px;
  }
  nav {
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 1080px) {
  #logo {
    max-width: 500px;
    max-height: 150px;
  }
  body {
    font-size: 16px !important;
  }
  .nav {
    font-size: 20px !important;
  }
  .carousel-item {
    height: 45rem;
    background: #EDC7B7;
    color: white;
    position: relative;
  }
  .picturebox-text {
    font-size: 16px !important;
    font-weight: bold;
  }
}

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