/* Allgemeine Stile */
body {
    background-color: #fafafa;
    font-family: 'Nunito', sans-serif;
    color: #444;
}

/* Navigation */
.navbar-custom {
    position: fixed;
    align-items: center;
    justify-content: space-between; /* Logo links, Menü rechts */
    width: 100%;
    padding: 15px 50px; /* Abstand für Feinanpassung */
    background-color: #f8f9fa;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    height: auto;
    left: 70px; 
}


.blog-btn {
    background-color: #9CAF88;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: none;
}

.blog-btn:hover {
    background: #A7C17A;
}

/* Blog-Übersicht */
.divider{
    height: 1px;
    width:100px;
    background-color: #9CAF88;
    display: inline-block;
}

.head_title{
    /*padding-bottom: 7.143rem;*/
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
    color:#9CAF88;
}

.blog-list-section {
    background: #fff;
    padding: 200px 0 80px;
}

.blog-list-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.blog-list-item img {
    width: 100%;
    border-radius: 8px;
}

.blog-list-item h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #797979;
}

.blog-list-item p {
    font-size: 16px;
    color: #666;
}

.blog-list-item a {
    margin-top: 10px;
}

/* Footer */
.footer {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.footer-link {
    color: #9CAF88;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
}

.footer-link:hover {
    color: #A7C17A;
    text-decoration: underline;
}
