body {
  width: 100vw;
  padding-left: 4vw !important;
  padding-right: 4vw !important;
  font-family: "Open Sans", sans-serif !important;
  background-color: rgb(245, 245, 245);
  margin: 0 auto;
}

@media (min-width: 1600px) {
  body {
    max-width: 1400px;
  }
}

a {
  text-decoration: none !important;
}

p {
  color: rgb(42, 48, 23) !important;
}

li {
  color: rgb(42, 48, 23) !important;
}

span {
  color: rgb(42, 48, 23);
}

#hoverlink a {
  transition: font-weight 0.3s !important;
}

#hoverlink a:hover {
  font-weight: bolder !important;
}

#hoverlink2 a {
  transition: font-size 0.3s !important;
}

#hoverlink2 a:hover {
  font-size: 25px !important;
}

#hoverlink3 a {
  transition: font-size 0.3s !important;
}

#hoverlink3 a:hover {
  font-size: 20px !important;
}

.card {
  border: none;
  text-align: center;
}

h2 {
  color: #2b424d !important;
  padding-bottom: 0.5em;
  font-family: "Mansalva", sans-serif !important;
}

h4 {
  color: #2b424d !important;
  padding-bottom: 0.5em;
  font-family: "Mansalva", sans-serif !important;
}

#GreenAbout {
  background-color: rgb(143, 97, 119, 0) !important;
  border: solid 2px #2b424d !important;
}

.card {
  border-radius: 0 !important;
}

#buchung {
  background-color: #2b424d;
  color: white;
  border: none;
  transition: 0.3s;
  border-radius: 10px;
  font-weight: bolder;
}

#buchung:hover {
  scale: 103%;
  background-color: #2b424d;
  font-size: 16px;
}

#change1 {
  background-color: transparent;
  border: solid 2px #2b424d;
}

@media (max-width: 991px) {
  #buchung {
    display: block;
    margin: 0 auto;
  }
}

/* Nur Mobile */
@media (max-width: 991px) {
  .card {
    border-radius: 20px !important;
  }
  .card-body {
    border-radius: 20px !important;
  }

  .img-fluid {
    border-radius: 20px !important;
  }
}

/* Kleine Bilder rechts */
.img-wrapper-small {
  position: relative;
  width: 11%;
  /* vier nebeneinander */
  padding-top: 11%;
  /* quadratisch */
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0rem;
}

.img-wrapper-small img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-wrapper-small img:hover {
  transform: scale(1.08);
  opacity: 0.9;
}

/* Modal Bildgröße */
#imageModal img {
  max-width: 90vw !important;
  max-height: 90vh;
  object-fit: cover;
  display: block;
}

#bildWeg {
  display: flex;
}

@media (max-width: 991px) {
  #eintrag {
    border-radius: 20px !important;
  }

  .img-wrapper-small {
    width: 30%;
    padding-top: 30%;
  }

  #bildWeg {
    display: none;
  }
}
