body {
    padding: 0 !important;
}

a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit color from parent */
}

a:hover {
    text-decoration: none; /* Remove underline on hover */
    color: inherit; /* Inherit color from parent on hover */
}

.header-container {
    height: 50vh;
    position: relative;
}

@media (max-width: 768px) {
    .header-container {
        height: 40vh;
    }
}

.header-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border: 5px solid #6C9D16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white; /* Optional: to ensure the circle background is white */
}

.header-logo img {
    height: 150px; /* Adjust the size of the logo inside the circle */
    width: auto;
    border-radius: 50%;
}

.header-carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

/* Caption styling */
.carousel-caption {
    display: none; /* Hide captions */
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 40vh;
    }
}

/* Button */
.content-container {
    margin-top: 150px;
}

.kontakt-btn-container {
    display: flex;
    justify-content: center;
}
button {
    background-color: #6C9D16;
    border: 1px solid #6C9D16;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0.75rem 1.125rem;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
}

.button-fill {
    background: #6C9D16;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
  
.button-fill:hover {
    background: #fff;
    color: #6C9D16;
}

@media (max-width: 768px) {
    .title {
        font-size: 25px;
    }
    h3 {
        font-size: 17px;
    }
    .leistung-text {
        width: inherit;
    }
}

.unsere-leistungen-container-desktop img {
    max-height: 70vh;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 1s, opacity 1s;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s, opacity 1s;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.footer-container {
    background-color: #6C9D16;
    color: white;
    a:hover {
        text-decoration: underline;
    }
}
        
.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 250px;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item-zubehor {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 180px;
}

.gallery-item-zubehor-1 {
    background-image: url('../img/zubehorbeschaffung/Alu-fixband.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-2 {
    background-image: url('../img/zubehorbeschaffung/Edelstahl-Tuerverriegelung.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-3 {
    background-image: url('../img/zubehorbeschaffung/Gummi-KlemmprofilFurT-Sprossen.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-4 {
    background-image: url('../img/zubehorbeschaffung/GurtrollefurSeitenliftungantrieb.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-5 {
    background-image: url('../img/zubehorbeschaffung/Hartpvclager.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-6 {
    background-image: url('../img/zubehorbeschaffung/KederprofilPVC.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-7 {
    background-image: url('../img/zubehorbeschaffung/Luftposterfolie.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-8 {
    background-image: url('../img/zubehorbeschaffung/PVC-ClipFurEinfachOderDoppeltfolie.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-9 {
    background-image: url('../img/zubehorbeschaffung/SelbstbohrendeschraubenmitDitchungscheibe.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-10 {
    background-image: url('../img/zubehorbeschaffung/SilikonbeutelFurVerglasungen.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-11 {
    background-image: url('../img/zubehorbeschaffung/stegplatten.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-12 {
    background-image: url('../img/zubehorbeschaffung/uprofilpvc.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-13 {
    background-image: url('../img/zubehorbeschaffung/polycarbonatHohlkammerplatten.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-14 {
    background-image: url('../img/zubehorbeschaffung/aluundalu.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-15 {
    background-image: url('../img/zubehorbeschaffung/zahnstange.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-16 {
    background-image: url('../img/zubehorbeschaffung/blover.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-17 {
    background-image: url('../img/zubehorbeschaffung/spanndraht.webp');
    background-size: cover;
    background-position: center;
}

.gallery-item-zubehor-18 {
    background-image: url('../img/zubehorbeschaffung/UbersichtGewachshausfolie.png');
    background-size: cover;
    background-position: center;
}

.back-to-main {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Mobile-specific adjustments */
@media (max-width: 576px) {
    .mobile-container {
        width: 80%;
        margin: 0 auto;
    }
    
    .gallery-item {
        height: 200px;
    }
}