
.icon-weinrot {
    color: #c1001d; /* schönes dunkles Weinrot */
  }

.container-fluid {
    padding: 0;
}


.navbar-text {
    font-weight: 600;
}

 .navbar-custom {
    background-color: rgba(57, 57, 57, 0.597);
    backdrop-filter: blur(5px);
}
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 4vw;
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 2.5rem;
        padding: 10px;
    }
}

.content-section {
    padding: 50px 0;
  
}
.card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
   
}

.custom-card{

    padding-top: 5%;
    padding-bottom: 5%;

}

.wine-table{ /* Die einzelnen Tabellen mit den Weinen */
    padding-top: 5vh;
    padding-bottom: 5vh;
}



.btn-custom{
    background-color: rgb(68, 68, 68);
    color: white;
    outline: 0;
}
