@import '/styles/global.css';
@import '/styles/HeaderManager.css';
@import '/styles/FooterManager.css';
@import '/styles/ClosingElementGrey.css';

.intro--elektroinstallationen {
    background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Elektroinstallationen_Hausautomation.webp');
    background-position: 20% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 105px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    height: 500px;
    border-bottom: 5px solid transparent;
    border-image: var(--color-gradient);
    border-image-slice: 1;
    text-shadow: 1px 1px 2px var(--light-black-shadowing-text);
}
.intro--elektroinstallationen h5 {
    color: var(--color-white);
}

.intro--elektroinstallationen h1 {
    padding-top: 15px; 
    color: var(--color-white);
    padding-bottom: 30px;
}


/*  --------------  */



/*  --------------  */

.hausinstallationen-responsive {
    display: none;
}
.hausinstallationen-flex-50-50 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1240px;
    height: 500px;
    padding: 0px 120px;
    margin-block: 120px;
    gap: 0px;
    position: relative; /* So that the absolute right container can reference it */
    z-index: 1; /* Ensure content is above the background */
    
}
.hausinstallationen-flex-50-50--left {
    width: 50%;
    padding: 30px 40px 0 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    height: 100%;
    
}
.hausinstallationen-flex-50-50--left h5,
.hausinstallationen-flex-50-50--left h2,
.hausinstallationen-flex-50-50--left p {
    margin-left: 0;
}
.hausinstallationen-text {
    padding-top: 30px;
}
.hausinstallationen-flex-50-50--right {
    position: absolute;
    top: 30px;
    left: 50%; /* Start from the center */
    right: 0; /* Stretch to the right end of the screen */
    background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Elektroinstallationen_Hausautomation_9.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px; /* Match the height of the left side */
    z-index: 0; /* Ensure the background image stays behind the content */
}




.container-außenbereich-responsive {
    display:none;
}
.container-außenbereich {
    margin-top: 160px;
    margin-bottom: 40px;
    position: relative;
    background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Elektroinstallationen_Hausautomation_3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; /* Ensure it's behind other content */
    overflow: hidden; /* Prevent any overflow from the pseudo-element */
}

.container-außenbereich::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; /* Ensure the image stays behind the content */
}

.außenbereich-flex-50-50 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1240px;
    height: 480px;
    padding: 0px 120px;
    margin: auto;
    gap: 0px;
    position: relative; /* So that the absolute right container can reference it */
    z-index: 1; /* Ensure content is above the background */
}



.außenbereich-flex-50-50--right {
    width: 40%;
    padding: 0px 40px 0 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    height: 100%;
}

.außenbereich-flex-50-50--right h5,
.außenbereich-flex-50-50--right h2,
.außenbereich-flex-50-50--right p {
    color: var(--color-white);
    text-shadow: var(--color-text) 1px 0 10px;
    margin-left: 0;
}

.außenbereich-text {
    padding-top: 30px;
}



/*  --------------  */


.rundumservice-responsive {
    display: none;
}
.rundumservice-flex {
    max-width: 1240px;
    padding-inline: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 140px;
}
.rundumservice-content {
    width: 50%;  
}

.rundumservice-content h3 {
    text-align: left;
    margin-left: 0;
    padding-bottom: 20px;
    width: 60%;
}
.rundumservice-content p {
    text-align: left;
}
.rundumservice-list {
    width: 43%;
    background-color: var(--color-accent1);
}

.rundumservice-list ul {
    padding: 60px;
}
.rundumservice-list li {
    color: var(--color-white);
    text-align: left;
    padding-bottom: 15px;
    
}

.rundumservice-list ul {
    list-style-type: none; /* Remove the default bullet */
    padding-inline: 50px; /* Adjust space for the image */
}


.rundumservice-list ul li {
    font-weight: 700;
    background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 0 5px; /* Adjust the position of the image */
    background-size: 20px 20px; /* Control the width and height of the image */
    padding-left: 30px; /* Space between the image and the text */
}

/*  --------------  */
.ueberwachungstechnik-responsive {
    display: none;
}
.container-ueberwachungstechnik {
    background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Elektroinstallationen_Hausautomation_4.webp');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat; 
    z-index: 0;
    margin-bottom: 60px;
    padding-block: 0;
    position: relative; 
}
.ueberwachungstechnik-flex-50-50 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1240px;
    height: 480px;
    padding: 0px 120px;
    margin: auto;
    gap: 0px;
    position: relative; /* So that the absolute right container can reference it */
    z-index: 1; /* Ensure content is above the background */
}
.ueberwachungstechnik-flex-50-50--left {
    width: 45%;
    padding: 0px 60px 0 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    height: 100%;
    
}
.ueberwachungstechnik-flex-50-50--left h5,
.ueberwachungstechnik-flex-50-50--left h2,
.ueberwachungstechnik-flex-50-50--left p {
    
    margin-left: 0;
}
.ueberwachungstechnik-text {
    padding-top: 30px;
}
.ueberwachungstechnik-flex-50-50--right {
    position: absolute;
    top: 0;
    left: 50%; /* Start from the center */
    right: 0; /* Stretch to the right end of the screen */
    
    height: 480px; /* Match the height of the left side */
    z-index: 0; /* Ensure the background image stays behind the content */
}
/*  --------------  */

.sicherheits-ueberwachungstechnik-container {
    max-width: 1240px;
    padding-inline: 120px;
}

.sicherheits-ueberwachungstechnik-flex {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 60px;
}
.ueberwachungstechnik-item {
    width: 30%;
}
.ueberwachungstechnik-item img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
}
.ueberwachungstechnik-content h4 {
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: left;
    margin-left: 0;
    font-weight: 700;
}
.ueberwachungstechnik-content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

/*  --------------  */
/*  --------------  */

.punkt-sicherheit-container {
    max-width: 1000px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 80px;
}
.punkt-sicherheit-container h3 {
    padding-bottom: 30px;
}
.punkt-sicherheit-container p {
    text-align: center;
}
.sicherheit-punkte-flex {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.s-punkt {
    display: flex;
    margin-left: 0;
    margin-right: 10px;
}
.s-punkt h5 {
    margin-right: 0;
}
.s-punkt img {
    width: 20px;
    margin-right: 2px;
    margin-left: 0;
}
.s-punkt h5 {
    font-family: "inter-bold";
    margin-left: 5px;
}
@media(min-width: 1400px) {
    .intro--elektroinstallationen {
        margin-top: 105px;
    }
}
@media(max-width: 1050px) {
    .außenbereich-flex-50-50--right {
        width: 50%;
        padding: 0px;
    }
}
@media(max-width: 1024px) {
    .intro--elektroinstallationen {
        margin-top: 70px;
    }

    .hausinstallationen-flex-50-50 {
        padding: 0px 20px;
    }
    .außenbereich-flex-50-50 {
        padding: 0px 20px;
    }
    .rundumservice-flex {
        padding-inline: 20px;
    }
    
    .ueberwachungstechnik-flex-50-50 {
        padding: 0px 20px;
    }
    .ueberwachungstechnik-flex-50-50--left {
        width: 45%;
        padding: 0px;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Vertically center the content */
        height: 100%; 
    }
    .sicherheits-ueberwachungstechnik-container {
        padding-inline: 20px;
    }
    .punkt-sicherheit-container {
        padding-inline: 20px;
    }
}
@media(max-width: 900px) {
    .container-außenbereich::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Elektroinstallationen_Hausautomation_3.webp');
        background-size: cover;
        background-position: 20% 50%;
        background-repeat: no-repeat;
        z-index: -1; /* Ensure the image stays behind the content */
    }
    .außenbereich-flex-50-50--right {
        width: 60%;
    }
    .container-ueberwachungstechnik {
        background-position: 15% 50%;
    }
    
}

@media(max-width: 850px) {

    .intro--elektroinstallationen {
        margin-top: 63px;
    }
    .rundumservice-list ul {
        list-style-type: none; /* Remove the default bullet */
        padding-inline: 30px; /* Adjust space for the image */
    }
    .container-ueberwachungstechnik {
        background-position: 25% 50%;
    }
    .sicherheits-ueberwachungstechnik-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        gap: 15px;
    }
    .ueberwachungstechnik-item {
        width: 100%;
        height: 200px;
        display: flex;
        margin-left: 0;
    }
    .ueberwachungstechnik-item img {
        width: 50%;
    }
    
}
@media(max-width: 768px) {
    .rundumservice-content {
        width: 45%;  
    }
    .rundumservice-list {
        width: 48%;
        background-color: var(--color-accent1);
    }
    .rundumservice-list ul {
        list-style-type: none; /* Remove the default bullet */
        padding-inline: 20px; /* Adjust space for the image */
    }
    /*  --------------  */
    .punkt-sicherheit-container {

        margin-top: 80px;
        text-align: left;
    }
    .punkt-sicherheit-container p {
        text-align: left;
    }
    
    .s-punkt {
        padding-bottom: 10px;
    }
}

@media(max-width: 650px) {
    .intro--elektroinstallationen {
        margin-top: 55px;
    }
    /*  --------------  */
    .hausinstallationen-flex-50-50 {
        display: none;
    }
    .hausinstallationen-responsive {
        display: block;
    }
    .hausinstallationen-text-responsive p {
        padding-top: 30px;
    }
    
    .hausinstallationen-responsive--top {
        display: block;
        padding: 60px 20px 30px;
    }
    .hausinstallationen-responsive--bottom {
        padding: 30px 20px 20px;
    }
    /*  --------------  */
    .container-außenbereich {
        display: none;
    }
    .container-außenbereich-responsive {
        display: block;
    }
    .außenbereich-content-responsive {
        padding: 60px 20px 30px;
    }
    .außenbereich-text-responsive {
        padding-top: 20px;
    }
    /*  --------------  */
    .rundumservice-flex {
        display: none;
    }
    .rundumservice-responsive {
        display: block;
        padding: 60px 20px 0px 20px;
    }
    .rundumservice-list-responsive {
        background-color: var(--color-accent1);
        margin-block: 30px 60px;
        padding-block: 40px;
        padding-inline: 30px;
    }
    .rundumservice-list-responsive ul {
        list-style-type: none; /* Remove the default bullet */
        padding-inline: 50px; /* Adjust space for the image */
    }
    .rundumservice-list-responsive ul li {
        font-weight: 700;
        background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Check_mark_white.svg');
        background-repeat: no-repeat;
        background-position: 0 5px; /* Adjust the position of the image */
        background-size: 20px 20px; /* Control the width and height of the image */
        padding-left: 30px; /* Space between the image and the text */
        color: var(--color-white);
        line-height: 2rem;
    }
    .sicherheits-ueberwachungstechnik-flex {
        margin-block: 0px;
    }
    .container-ueberwachungstechnik {
        display: none;
    }
    .ueberwachungstechnik-content-responsive {
        padding: 60px 20px 30px 20px;
    }
    .ueberwachungstechnik-responsive img {
        padding-bottom: 30px;
    }
    .ueberwachungstechnik-responsive {
        display: block;
    }
    .ueberwachungstechnik-text-responsive {
        margin-top: 30px;
    }
    .ueberwachungstechnik-item img {
        display: none;
    }
    
    .ueberwachungstechnik-item {
        width: 100%;
        height: fit-content;
        display: flex;
    }
    .ueberwachungstechnik-content {
        padding: 0px;
        margin-left: 0;
    }
    .ueberwachungstechnik-content h4 {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: left;
        margin-left: 0;
    }
    .sicherheit-punkte-flex {
        max-width: 900px;
        display: block;
        margin-top: 50px;
    }
}

@media(max-width: 450px) {
    .rundumservice-list-responsive ul {
        list-style-type: none; /* Remove the default bullet */
        padding-inline: 0px; /* Adjust space for the image */
    }
    .rundumservice-list-responsive ul li {
        font-weight: 700;
        background-image: url('https://awstorageus1.blob.core.windows.net/meurer-public/images/Check_mark_white.svg');
        background-repeat: no-repeat;
        background-position: 0 5px; /* Adjust the position of the image */
        background-size: 20px 20px; /* Control the width and height of the image */
        padding-left: 30px; /* Space between the image and the text */
        color: var(--color-white);
        line-height: 2rem;
    }
    .sicherheit-punkte-flex {
        text-align: left;
        margin-left: 0%;
    }
}
