/*Background dark weicher*/
.bg-dark, .module-dark {
    background-color: rgb(38 33 33) !important;
}
/*Background Angebote rot
#t4-section-2.bg-light {
   #background-color: #7d0802 !important;
}*/
.t4-palette-gray {
    background: none !important;
}
/*Header Line*/
.t4-header .header-block {
    background-color: #ffffff82;
}
#t4-topbar{
    /*background-color: #0000006b;*/
    background-color: #ffffff82;
    z-index: 1000;
}
/*Custom Button*/
.custom-button a{
    color: #fff;
}
.custom-button-center {
    text-align: center;
    margin-top: 40px;
}
/*Slideshow Custom*/
@media(min-width: 992px){
    #acm-hero-111{
        height: 900px;
    }
}

#t4-header{
    background-color: #00000000;
    z-index: 1000;
    border-bottom: none !important;
}
#t4-slideshow{
    margin-top: -120px;
}
.acm-hero.style-1 .acm-hero-item.mask-rtl:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(38 33 33 / 80%)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgb(38 33 33 / 80%), rgba(0, 0, 0, 0));
    right: 0;
    left: auto;
}
/*Startseite Top Module H1 Strich*/
#t4-masthead h1::after {
    content: "";
    width: 150px;
    height: 2px;
    display: block;
    margin: 26px auto 0;
    background-color: #ea0000;
}
/*Aufzählung Startseite*/
li{
    list-style-position: inside;
}
/*Startseite Produkte Übersicht Title zentriert*/
h3.item-title{
    text-align: center;
}
/*Kontakt*/
/*Slideshow Kontakt*/
.slideshowcontact h1, .slideshowcontact h4, .slideshowcontact .hero-desc{
    color: black;
}
.contact-all{
    display: flex;
    flex-wrap: wrap;
}
/*Map*/
#map-contact {
    height: 450px;
    width: 100%;
}
/*Product Pages*/
.t4-hero{
    margin-top: 40px;
    margin-bottom: 50px;
}
/*Article pages*/
.top-article-info{
    max-width: 100% !important;
}
/*Impressum*/
.impressum{
    text-align: left;
}
/*Responsive Design Startseite*/
@media (max-width: 991.98px) {
    .acm-testimonial.style-1 .testimonial-media {
        height: 420px;
    }
}
@media (max-width: 600px) {
    .acm-testimonial.style-1 .testimonial-media {
        background-size: 600px !important;
    }
}
@media (max-width: 400px) {
    .acm-testimonial.style-1 .testimonial-media {
        background-size: 400px !important;
        height: 250px;
    }
}
@media (max-width: 660px) {
    .acm-hero.style-1 .acm-hero-item {
        background-position: 90%;
    }
}
@media (max-width: 575px) {
    .acm-hero.style-1 .acm-hero-item {
        background-size: 200%;
    }
}
@media (min-width: 1200px) {
    .two-offers .v-gutters{
        width: 70%;
        margin: auto;
    }
}
