@media (min-width: 1200px) {
    .container {
        width: 920px;
    }
}

@media (min-width: 920px) {
    .container {
        width: 920px;
    }
}

.container {
      min-width: 320px;
  }

/* ---- BEGIN NAVBAR COLOR */

.navbar {
    background-color: #ffffff;
    border-bottom: none;
}

.navbar-brand {
    color: #666;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #463C3C;
}

.navbar-nav .nav-link {
    color: #666;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #6CB4D1;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #6CB4D1;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.navbar-nav .nav-item.active .nav-link {
    color: #463C3C;
    font-weight: bold;
}

/* ---- END NAVBAR COLOR */

.navbar-brand,
.navbar-nav .nav-link {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
    font-size: 16px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    #navbarCollapse {
        border-top: 2px solid #6CB4D1;
        margin-top: 8px;
        padding-bottom: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    }
    .navbar-nav .nav-link {
        line-height: 1.4;
        height: auto;
        padding: 12px 20px 12px 24px;
        border-bottom: 1px solid #f0f0f0;
        border-left: 3px solid transparent;
        color: #666;
        transition: background-color 0.15s, border-left-color 0.15s, color 0.15s;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        background-color: #f7fbfd;
        border-left-color: #6CB4D1;
        color: #463C3C;
    }
    .navbar-nav .nav-item.active .nav-link {
        border-left-color: #6CB4D1;
        background-color: #eef7fb;
        color: #463C3C;
    }
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}

/* position of navbar */
.navbar-brand img {
    margin-top: 10px;
}

.navbar-brand a {
    padding-right: 2px;
}

/* body */
body {
    padding-top: 80px;
}

.container p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.container p a,
.container :not(.navbar-nav) > li a {
    color: #6CB4D1;
    text-decoration: none;
    border-bottom: 1px solid rgba(108, 180, 209, 0.4);
    transition: color 0.2s, border-color 0.2s;
}

.container p a:hover,
.container :not(.navbar-nav) > li a:hover {
    color: #4a9ab8;
    border-bottom-color: #4a9ab8;
}

.container li {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

h1, h2, h3, h4 {
    color: rgb(105, 105, 105);
    margin-bottom: 16px;
}

.navbar-toggler {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.navbar-toggler-icon {
    width: 28px;
    height: 28px;
}

.footer-divider {
    border-top: 2px solid #6CB4D1;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: -12px;
    margin-right: -12px;
}

.commonfooter {
    padding-top: 8px;
    font-size: 14px;
}

.footer-link {
    color: #888;
    text-decoration: none;
    font-size: inherit;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.footer-link:hover {
    color: #6CB4D1;
    border-bottom-color: #6CB4D1;
}

#footerZeiten td {
    padding-right: 30px;
    white-space: nowrap;
}

#oeffungszeitenTabelle td {
    padding-right: 30px;
}

#impressumBody h4 {
    margin-top: 30px;
}

#teamBody .row {
    margin-bottom: 30px;
}
#teamBody img {
    width: 100%;
    margin-bottom: 10px;
}
#teamBody #drwalter {
    margin-top: 15px;
}

.alert-info {
    background-color: #eef7fb;
    border: none;
    border-left: 4px solid #6CB4D1;
    color: #444;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(108, 180, 209, 0.15);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #6CB4D1;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 16px 20px;
}

.cookie-banner-content {
    max-width: 920px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner-content p {
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.cookie-banner-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.cookie-btn-accept {
    background: #6CB4D1;
    color: #fff;
}

.cookie-btn-accept:hover {
    background: #4a9ab8;
}

.cookie-btn-decline {
    background: #6CB4D1;
    color: #fff;
}

.cookie-btn-decline:hover {
    background: #4a9ab8;
}
