/* Allgemeine Styles */

:root {
    --bs-primary: #66301c !important; /* Dein neues Orange */

}
body {
    font-family: 'Poppins', serif;
    color: #66301c;
    background-color: white;
}

.image-wrapper {
    width: 100px;
    height: 90px; /* 100px - 20px */
    overflow: hidden;
    margin-right: 1rem;
}

.image-wrapper img {
    width: 81px;
    height: 84px;
    object-fit: cover;
    position: relative;
    top: 3px;
    left: 9px;
}


/* Navigation */
.navbar {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 1rem !important;
    background-color: #66301c;

}
.navbar-brand, .nav-link {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #d8c3a5 !important;
}
.navbar-toggler {
    border: none;
}

/* Hero Section */
.hero-section {
    background-color: #f9f6f1;
    padding: 20px 0;
}
.hero-section img {
    width: 100%;
    border-radius: 10px;
}

/* Content Sections */
section {
    padding: 40px 0;
}
h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #66301c;
    margin-bottom: 20px;
}

/* News Section */
.news img {
    width: 100%;
    border-radius: 8px;
}
.news h3 {
    font-size: 1.5rem;
    margin-top: 10px;
    color: #5c3b1e;
    text-transform: uppercase;
}

.bg-brown{

    background-color: #66301c;
}
/* Footer */
footer {
    background-color: #66301c;
    color: white;

    font-size: 0.9rem;
}
footer a {font-weight: 400 !important;
    color: white;
    text-decoration: none !important;
    margin: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
footer a:hover {   color: #d8c3a5;
}

.mar-text h3{
    margin-top: 1.5rem;
}

.mar-text h2{
    margin-top: 1.5rem;
}


.best-content-col a{
    color: #66301c; !important;
}


.mar-text a{
    color: #66301c; !important;
}

.mar-secondary-nav a{
    color: #66301c; !important;
}
.mar-secondary-nav a{
    text-align: center !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.141rem;
}

 h2{
    margin-top: 2.1rem !important;
}

.mar-secondary-nav a {
    color: #66301c !important;
}

.marien-btn {
    border-radius: 2rem;
    padding: 0.3rem 0.9rem;
    font-size: 1.1rem;

    /* Outline-Button Farben */
    --bs-btn-color: #66301c;               /* Text normal */
    --bs-btn-border-color: #66301c;        /* Rahmen normal */
    --bs-btn-hover-bg: #66301c;            /* Hintergrund beim Hover */
    --bs-btn-hover-border-color: #66301c;  /* Rahmen beim Hover */
    --bs-btn-hover-color: #fff;            /* Text beim Hover */
    --bs-btn-active-bg: #4d210f;           /* Hintergrund beim Klicken */
    --bs-btn-active-border-color: #4d210f; /* Rahmen beim Klicken */
    --bs-btn-active-color: #fff;           /* Text beim Klicken */
    --bs-btn-focus-shadow-rgb: 102, 48, 28; /* Fokus-Schatten in RGB */

}

.marien-btn:hover,.marien-btn:active,.marien-btn:focus{
     background: #66301c;
     border-color: #66301c;

 }