
/* font */

.heading {
    margin-top: 42px;
}

p,li {
    font-size: 1.1rem;
    line-height: 1.4;
}

/* backgrounds */

.bg-green {
    background-color: #6b9454;
}
.bg-beige {
    background-color:#fefae0;
}

.bg-cta-secondary { 
    background-color: #ccd5ae;
    border-bottom: 6px solid rgb(33,37,41);
}

/* buttons */

.btn-cta-primary {
    width: 100%;
    background-color: rgb(33,37,41); /* #bc6a3c orange/braun */ /* graubraun #6e5e45 */ /* grün #6b9454 */ /* dark metalic blue #3a4e5e*/ /* türkis #458c7e */
    color: #fff;
    font-weight: bolder;
    font-size: 1.2rem;
    border-radius: 0px;
    padding: 16px;
    transition: .3s;
    margin-left: 12px;
    margin-bottom: -2rem;
}   
.btn-cta-primary:hover {
    background-color: rgb(248 249 250);
    color: rgb(33,37,41);
    border: 1px solid rgb(33,37,41);
}
.btn-cta-primary:focus {
    background-color: rgb(248 249 250);
    color: rgb(33,37,41);
    border: 1px solid rgb(33,37,41);
}
.btn-cta-primary:active {
    background-color: rgb(248 249 250) !important;
    color: rgb(33,37,41) !important;
    border: 1px solid rgb(33,37,41) !important;
}
@media only screen and (max-width: 600px) {
  .btn-cta-primary {
    margin-left: 0px;
    width: 100%;
  }
}

.btn-cta-secondary { 
    background-color: rgb(33,37,41);
    color: #fff;
    font-weight: bolder;
    font-size: 1.2rem;
    border-radius: 0px;
    padding: 16px;
    transition: .3s;
}
.btn-cta-secondary:hover { 
    background-color: #fefae0;
    color: rgb(33,37,41);
    border: 1px solid rgb(33,37,41);
}
.btn-cta-secondary:focus { 
    background-color:#fefae0;
    color: rgb(33,37,41);
    border: 1px solid rgb(33,37,41);
}
.btn-cta-secondary:active { 
    background-color: #fefae0;
    color: rgb(33,37,41);
    border: 1px solid rgb(33,37,41);
}

.btn-cta-footer { 
    background-color: transparent ;
    color: rgb(33 37 41);
    font-weight: bolder;
    font-size: 1.2rem;
    border: 2px solid rgb(33 37 41) ;
    padding: 16px;
    border-radius: 0px;
    transition: .3s;
 }
.btn-cta-footer:hover { 
    background-color: rgb(33,37,41);
    color: #fff;
    border: 2px rgb(33 37 41) solid;
}

.btn-product {
    background-color: #fff; /* #458c7e; */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(33 37 41);
    border-radius: 0px;
    border: 1px solid #3a4e5e;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
}
.btn-product:hover {
    background-color: #e9edc9; /* #458c7e; */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(33 37 41);
    border-radius: 0px;
    _border: 1px solid rgb(33 37 41);
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
}
.btn-product:focus {
    background-color: transparent; /* #458c7e; */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(33 37 41);
    border-radius: 0px;
    _border: 1px solid rgb(33 37 41);
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
}


/* btn-contact */

#product-info {
    background-color: #e9edc9;
}

#product-info .btn-contact {
    background-color: #fff; /* #458c7e; #d4a373 */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(33 37 41);
    border-radius: 0px;
    border: 1px solid rgb(33 37 41);
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: 12px 12px;
    width: 300px;
    
}
#product-info .btn-contact:hover {
    background-color: rgb(33,37,41); /* #458c7e; */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(255 255 255);
    border-radius: 0px;
    border: 1px solid rgb(33 37 41);

}
#product-info .btn-contact:focus {
    background-color: #ccd5ae; /* #458c7e; */  /* grün: #458c7e gelb: #ffe69c */ /* color: rgb(33,37,41);*/
    color: rgb(33 37 41);
}

/* utilites */

.border-top-left {
    border-left: 6px solid rgb(33,37,41); 
    border-top: 6px solid rgb(33,37,41);
}

.border-bottom-left {
    border-left: 6px solid rgb(33,37,41); 
    border-bottom: 6px solid rgb(33,37,41);
}

.card {
    _border-color: rgb(33 37 41);
}

/* product header */

.product-header {
    margin-top: -12px;
}

/* footer */

@media only screen and (min-width: 1000px) {

    .footer {
        margin-top: 90px;
        padding-bottom: 42px;
    }
}

.footer li > a {
    color: #3a4e5e;
}

/* navbar */

.dropdown-item:active {
    background-color: #e9edc9 !important;
    color: rgb(33 37 41) !important;
}
.dropdown-item:hover {
    background-color: #e9edc9 !important;
    color: rgb(33 37 41) !important;
    
}

.navbar-brand img {
    _transform: rotate(-9deg);
    _margin-top: 24px;
    position: relative;
    z-index: 10;
}

.navbar .megamenu { 
    border-radius: 0px;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
      position: static !important;
    }
    .navbar .megamenu {
      left:0; 
      right:0; 
      width:100%; 
      margin-top: -1.3rem;
       z-index: 2;
    }
}	
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
  }
}


/* crumbs */

.breadcrumb-item a {
    color: #3a4e5e;
}

/* overlay 

.image-container {
            position: relative;
            overflow: hidden;
        }

        .image-container img {
            width: 100%;
            transition: opacity 0.3s ease;
        }

        .image-container:hover img {
            opacity: 0.6;  
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .image-container:hover .overlay {
            opacity: 1;
        }

        .overlay-text {
            font-size: 1.5rem;
            text-align: center;
} */

/* masonry */

.image-card {
    overflow: hidden;
    position: relative;
    height: 380px;
}


.image-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
    z-index: 5;
}

.image-card:hover::before {
    background-color: rgba(0, 0, 0, 0);
}

.image-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.image-card:hover .image-bg {
    transform: scale(1.1);
}

/*
.card-content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-card:hover .card-content-overlay {
    opacity: 1; 
}

.card-title-overlay {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card-info-overlay {
    font-size: 1.1rem;
}

.card-info-overlay p {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

*/