.main-menu .aktiv a{
  color: #005a00;
}
#main-menu li.nav-active > a,
#main-menu a.nav-active {
  color: #005a00;
}
.hero-layout1 .vs-btn {
    color: white;
}
.hero-layout1 .hero-slide::before {
    background-color: rgb(0 0 0 / 30%);
}
.h1, h1 {
    font-size: 38px;
}
a {
    color: var(--link-color);
}
.grau {
    background-color: rgb(234 234 234);
}
.hinweis {
/*   border: #C10E11 2px dashed; */
    padding: 20px; 
    margin-bottom: 50px; 
    background-color: rgb(255 102 0 / 38%)
}
.hinweis a{
   color: rgba(0,0,0,1.00);
    text-decoration: underline
}
.hinweis a:hover{
   color: rgba(0,0,0,1.00);
    text-decoration: none
}
.service-details .service-img1 {
    margin: 0px 0 40px 0;
}
.white {
    color: white;
}
.main-menu a {
    color: var(--theme-color);
    text-transform: none;
}
.header-links i {
    color: var(--white-color);
}
.header-links li {
    color: var(--white-color);
}
.service-style1 {
    background-color: #ececec;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0509803922);
    padding-bottom: 22px;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s ease;
    border: solid 2px;
    border-color: rgb(16 97 44 / 43%)
}

/*Höhe Textblock Slider Startseite*/
.hero-layout1 .hero-content {
    min-height: 300px;
}
/*Overlay Hotspots Startseite*/
.service-layout1 {
    margin-top: 60px;
}
.title-area .sec-subtitle {
    color: #005a00;
}

.about-layout1 .about-bottom .item-img::after {
    background-color: rgba(0, 0, 0, 0.0);
}
.hero-layout1 .hero-content .hero-title {
    font-size: 60px;
    font-weight: 300;
    color: var(--white-color);
}
.title-area .sec-title {
    font-size: 35px;
}
.accordion-style1 .accordion-button:not(.collapsed) {
    background-color: #a2c73a;
}
.accordion-style1 .accordion-item {
    box-shadow: 0px 2px 8px rgb(0 0 0 / 17%);
}
.breadcumb-title {
    font-size: 75px;
    text-transform: none;
}
.mb-8 {
    margin-bottom: 8px
}
.team-style2 .team-img {
    clip-path: none;
}
.team-style2 {
    background-color: var(--white-color);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.gruen {
    color: rgba(70,137,6,1.00)
}
.service-style1 .service-text {
    font-size: 14px;
    font-weight: 400;
     text-transform: none;
    font-family: var(--title-font);
    line-height: 24px;
    padding: 0 30px;
    margin-bottom: 14px;
    transition: all 0.5s ease;
}
.about-layout1 .about-content {
    margin-top: 10px;
}
.media-style1 .media-icon {
    background-color: #a2c73a;
}


.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
}

.responsive-table th,
.responsive-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: top;
}

.responsive-table thead {
    background-color: #a2c73a;
    color: #fff;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.responsive-table tbody tr:hover {
    background-color: #ececec;
}

/* Mobile Ansicht */
@media screen and (max-width: 768px) {

    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        text-align: right;
        position: relative;
        padding-left: 45%;
    }

    .responsive-table td:last-child {
        border-bottom: none;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 40%;
        font-weight: bold;
        text-align: left;
        color: #2f6f3e;
    }
    
.breadcumb-title {
        font-size: 35px;
    }
    .hero-layout1 .hero-content .hero-title {
    font-size: 40px;
}

}
