.navbar{
    --bs-bg-opacity: 1;
    background-color: #3D3326 !important;
}

.logo{
    width: 5%;
    height: auto;
    margin-right: 0;
    margin-right: 1rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.carousel-item {
    position: relative;
    overflow: hidden;
    transition: opacity 0,5s ease-in-out;

}
   

.inner-navbar {
    display: flex;
    justify-content: left;
    align-items: left ;
}

.display-1{

    color: 293233;
    text-align: center;

}

.alkohol{
margin-right: 75%;

}

.intro{
margin-left: 20%;
margin-right: 20%;

}


.line{
    width: 70%;
    margin: 0 auto;

}


.all-cards{
    display: flex;
    justify-content: space-evenly;
    gap: 3rem;
}

/* Styling für den Container */
.container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 5%;
    padding: 20px;
    border-radius: 8px;
}

/* Styling für die Textabschnitte */
.text {
    flex: 1;
}

/* Styling für das Bild */
.image {
    max-width: 200px;
    border-radius: 8px;
}







.btn-primary{
    background-color: #3D3326;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #94897C;
}
.card {
    margin-top: 3rem;
    justify-content: center;
}

@media (max-width:991.98px){
.all-cards{
    display: flex;
    justify-content: center;
    align-items: center;
}

}

.col {
    display: flex;
    justify-content: center;
}

.text-about-me {
    text-align: left;
}



#BDA280
#94897C
#E6B375
#706659
#3D3326
#332717