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

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

.galery {
  margin-bottom: 5em;
}

.title-gallery {
  padding: 20px;
}

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

.active {
  text-decoration: underline;
}

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

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

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

.karte-text {
  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;
  }
  .title-gallery {
    font-size: 40px !important;
  }
  .carousel-item {
    min-height: 50rem;
    background: #EDC7B7;
    color: white;
    position: relative;
  }
}

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