@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap");
body {
  background: url("../img/bg.jpg") repeat;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
body h1 {
  font-weight: 700;
}
body a, body a:visited {
  color: black;
}
body a.button {
  background-color: #2f2019;
  display: inline-block;
  text-decoration: none;
  padding: 1em 3em;
  margin-top: 1em;
  color: white;
  font-weight: normal;
  font-size: 1.1em;
}

header .logo {
  width: 400px;
  height: auto;
}
header .signet {
  width: 300px;
  height: auto;
  padding-left: 50px;
}
header .number {
  padding-left: 50px;
  font-size: 0.8em;
}
@media (max-width: 992px) {
  header .number {
    padding-top: 2em;
    padding-left: 0;
    margin-top: 0;
  }
}

.navbar a {
  font-weight: 700;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.6s ease;
}
.navbar a:hover {
  color: #2f2019;
}

@media (min-width: 992px) {
  .navbar-nav a {
    margin-right: 65px;
  }
}
.number a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/img/icon_phone.png");
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@media (min-width: 1300px) {
  .px-c {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
.px-c {
  padding-left: 5%;
  padding-right: 5%;
}

.dark {
  background: url("../img/bg_dark.jpg") repeat-x;
}
.dark > * {
  color: white;
}
.dark a, .dark a:visited {
  color: white;
}

.bright {
  background: url("../img/bg_bright.jpg") repeat-x;
}

p {
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .w-100 {
    object-fit: cover;
    object-position: center;
    height: 40vh;
    overflow: hidden;
  }
}
.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid white;
  opacity: 0.8;
}
.carousel-indicators [data-bs-target]:hover {
  opacity: 1;
}
.carousel-indicators [data-bs-target].active {
  background-color: black;
  border: none;
  height: 16px;
  width: 16px;
}

.carousel-control-prev {
  justify-content: flex-start;
  left: 50px;
}

.carousel-control-next {
  justify-content: flex-end;
  right: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 65px;
  height: 65px;
}
@media (max-width: 500px) {
  .carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
  }
}

#speisekarte {
  padding-left: 20%;
  padding-right: 20%;
}
#speisekarte #carousel_02 {
  padding-top: 20px;
}
#speisekarte #carousel_02 h2 {
  padding-top: 20px;
}
#speisekarte #carousel_02 .carousel-control-prev-icon, #speisekarte #carousel_02 .carousel-control-next-icon {
  width: 35px;
  height: 35px;
}
#speisekarte #carousel_02 .carousel-control-next,
#speisekarte #carousel_02 .carousel-control-prev {
  filter: invert(100%);
}
@media (max-width: 992px) {
  #speisekarte {
    padding: 0;
  }
  #speisekarte .w-50 {
    width: 75% !important;
  }
  #speisekarte .carousel-control-prev {
    left: 3%;
  }
  #speisekarte .carousel-control-next {
    right: 3%;
  }
}

footer {
  position: relative;
}
footer .scroll {
  position: absolute;
  top: 3em;
  left: 3%;
}
footer .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .info a {
  text-decoration: none;
  font-weight: bold;
}

.impressum {
  background-repeat: round;
  padding: 5%;
}
.impressum h4 {
  padding-top: 25px !important;
}

/*# sourceMappingURL=custom.css.map */
