.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .nuova-menu {
  font-family: "Petit Formal Script";
  color: #b1a374;
}

.nuova-header {
  position: relative;
  background-image: url("../../assets/img/feiern02-1-676x507.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -72px;
  padding: calc(0.5rem + 72px) 1rem 0.5rem;
  text-align: center;
}

/* Roter transparenter Schleier über dem Hintergrundbild */

.nuova-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(156, 22, 21, 0.6);
  z-index: 0;
}

/* Inhalt der Section über den roten Schleier legen */

.nuova-header > * {
  position: relative;
  z-index: 1;
}

/* Logo */

.nuova-logo {
  width: 70%;
  max-width: 600px;
  height: auto;
}

.navbar {
  position: relative;
  z-index: 10;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 30px;
  height: 22px;
  border-top: 2px solid #b1a374;
  border-bottom: 2px solid #b1a374;
}

.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  border-top: 2px solid #b1a374;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.cd-img-75 {
  width: 75%;
}

@media (min-width: 768px) {
  .cd-img-75 {
    width: 50%;
  }
}

/* KACHEL */

.nuova-card {
  text-align: center;
}

/* Bildbereich */

.nuova-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
}

/* Bild */

.nuova-image-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.nuova-image-link:hover img {
  transform: scale(1.05);
}

/* Overlay über das GESAMTE Bild */

.nuova-image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(80, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Mittlerer roter Balken */

.nuova-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  min-height: 70px;
  box-sizing: border-box;
  background-color: rgba(156, 22, 21, 0.72);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Petit Formal Script", cursive;
  font-size: 1.45rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding-top: 22px;
}

/* Beim Hover: Bild abdunkeln */

.nuova-image-link:hover::after {
  opacity: 1;
}

/* Beim Hover: "Entdecken" anzeigen */

.nuova-image-link:hover .nuova-hover {
  opacity: 1;
}

/* Titel unter dem Bild */

.nuova-card-title, .nuova-card-title a {
  display: block;
  margin-top: 0.35rem;
  font-family: "Petit Formal Script", cursive;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}

/* Titel-Hover */

.nuova-card-title:hover, .nuova-card-title:focus {
  color: #b1a374 !important;
}

.nuova-tiles {
  background-color: #9c1615;
  padding: 4rem 0 0 0;
}

.nuova-tiles .row {
  row-gap: 3rem;
}

.nuova-tiles .col, .nuova-tiles [class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nuova-footer {
  background-color: #6c0009;
  padding: 2.5rem 1rem;
  text-align: center;
}

.nuova-footer a {
  font-family: "Petit Formal Script", cursive;
  font-size: 1.1rem;
  color: #b1a374;
  text-decoration: none;
  margin: 0 0.7rem;
  display: inline-block;
}

.nuova-footer a:hover, .nuova-footer a:focus {
  color: #fff;
}

@media (max-width: 575.98px) {
  .nuova-footer {
    padding: 2rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .nuova-footer a {
    display: block;
    margin: 0.45rem 0;
  }
}

.nuova-menu, .nuova-menu a {
  font-size: 1.1em;
  color: #b1a374;
  text-decoration: none;
}

.nuova-menu a:hover, .nuova-menu a:focus {
  color: #FFFFFF;
}

.cd-img-menu {
  width: 85%;
}

.nuova-empfehlungen {
  background-color: #9c1615;
  padding: 4rem 0;
}

.nuova-empfehlungen .row {
  justify-content: center;
  row-gap: 2rem;
}

.nuova-menu-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.nuova-menu-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Rötlicher Hover über dem ganzen Bild */

.nuova-menu-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(156, 22, 21, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Beschriftungsstreifen unten */

.nuova-menu-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding: 0 1rem 20px;
  background: linear-gradient( to bottom, rgba(156, 22, 21, 0.28) 0%, rgba(156, 22, 21, 0.48) 55%, rgba(156, 22, 21, 0.68) 100% );
  font-family: "Petit Formal Script", cursive;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  z-index: 2;
}

.nuova-menu-caption a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 8px;
}

.nuova-menu-card {
  position: relative;
}

.nuova-menu-caption p {
  margin: 0;
}

/* Hover */

.nuova-menu-link:hover::after {
  opacity: 1;
}

.nuova-menu-row {
  margin-top: 1.5rem;
}

.pswp__bg {
  background: #6c0009;
}

.nuova-content-slider {
  background-color: #9c1615;
  padding: 3rem 1rem;
}

.nuova-carousel {
  max-width: 640px;
  margin: 0 auto;
}

.nuova-carousel .carousel-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.nuova-carousel .carousel-item {
  transition: transform 2.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.nuova-content-text {
  background-color: #9c1615;
  padding: 2rem 1rem 4rem;
  text-align: center;
}

.nuova-content-text h2 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.nuova-content-text p {
  margin-bottom: 1.5rem;
}

.nuova-content-text p a {
  color: #FFFFFF;
  text-decoration: none;
}

.nuova-content-image {
  padding: 3.5rem 1rem 0.5rem 1rem;
  background-color: #9c1615;
}

.nuova-caption-pdf {
  font-family: 'Playfair Display';
}

