﻿body {
    overflow-x: hidden;
}
.itwcperson_name {
    white-space: nowrap;
}
.partial-slider {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding: 10px 0 25px 0;
    overflow: hidden;
    position: relative;
}

.slide {
    position: relative;
    flex: 1;
    height: 80vh;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: flex .4s ease, transform .4s ease, z-index 0.3s ease;
}

.slide:hover {
    flex: 50%; /* 4.2;*/
    /*transform: scale(1.02);*/
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s ease;
}

.slide:hover img {
    filter: brightness(0.85);
    transition-delay: 0.4s;
    /*filter: opacity(0.8);*/
}

.slide-info-bg {
    padding: 2rem;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: rgba(32,113,72,0.75);
    opacity: 0;
    transition: opacity 0.4s ease 0s; /* 0.4s Verzögerung nach Animationsende */
}

.slide-info-bg .teaser-header {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 1rem;
    letter-spacing: 3px;
}

.slide:hover .slide-info-bg {
    opacity: 1;
    transition-delay: 0.4s;
}

.slide-info {
    position: absolute;
    inset: 0;
    /*padding: 2rem;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    /*transform: translateY(20px);*/
    transition: opacity .4s ease, transform .4s ease;
    color: white;
    /*max-width: 600px;*/
    min-width: 100%;
}

.slide-info h2 {
    font-size: 2.5rem;
    color: white;
}


.slide-info2 {
    position: absolute;
    opacity: 1;
    color: rgb(32, 113, 72);
    font-size: 8rem;
    transition: all 0.4s ease;
    top: 50%;
    left: 50%;
    /* width: 100%; */
    justify-content: flex-start;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* backdrop-filter: blur(4px); */
    /* white-space: nowrap; */
    transform: translate(-50%, -50%);
    font-weight: 100;
    opacity: 0.8;
}

.slide:hover .slide-info2 {
    opacity: 0;
}

.slide:hover .slide-info {
    opacity: 1;
    transform: translateY(0);
}

.slide-info button {
    margin-top: 1rem;
    padding: .8rem 1.4rem;
    /*background: rgba(255,255,255,0.15);*/
    /*background: rgba(32,113,72,0.15);*/
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(32,113,72,0.4);
    /*            border: 1px solid rgba(255,255,255,0.4);*/
    color: white;
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 100%;
}

.slide-info button:hover {
    /*background: rgba(32,113,72,0.3);*/
    background: rgba(255,255,255,0.75);
    color: rgb(32, 113, 72);
}

.slide h2 {
    font-weight: 400;
    text-shadow: 0 0 25px black;
}

.header {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    /*            background-color: rgba(255, 255, 255, 0.75);
            padding: 20px 10px;
            backdrop-filter: blur(4px); */
}

.slide-header-symbol {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 2.6rem;
    font-weight: 400;
    color: white;
    padding: 0.5rem 1rem;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(32, 113, 72, 0.6);
    z-index: 5;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.slide-header {
    position: absolute;
    left: 0;
    bottom: -8%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    font-size: 2.6rem;
    font-weight: 400;
    color: white;
    padding: 0.5rem 1rem;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(32, 113, 72, 0.6);
    z-index: 5;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.slide:hover .slide-header {
    opacity: 0;
}

.slide:hover .slide-header-symbol {
    opacity: 0;
}


@media (max-width: 900px) {
    .partial-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1.5rem;
    }

    .slide {
        flex: 0 0 80%;
        scroll-snap-align: center;
        height: 80vh;
    }

    .slide:hover {
        flex: 0 0 80%; /* Hover deaktivieren */
        transform: none;
    }

    .slide-info {
        opacity: 1;
        transform: translateY(0);
    }

    .slide-info2 {
        opacity: 0;
    }
}

/*@* globale H-Werte löschen *@*/
/*    h2, h3, h4, h5, h6 {
        letter-spacing: unset !important;
        font-weight: unset !important;
        color: unset !important;
        margin: unset !important;
        line-height: unset !important;
        font-size: unset !important;
    }
*/
/*@* css für einzelnen DLs *@*/
.itwservice-hero {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;    
}

.itwservice-content {
}

.itwservice-hero-background {
    width: 100%;
    min-height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.itwservice-hero-bgoverlay {
    width: 100%;
    min-height: 30vh;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    backdrop-filter: brightness(1.00);
}

.itwservice-hero i {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 3rem;
    color: rgb(32, 113, 72);
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
    height: 80px;
    width: 80px;
    align-content: center;
    text-align: center;
}

.itwservice-hero-texts {
    position: absolute;
    left: 6rem;
    top: 1rem;
    right: 1rem;
}

.itwservice-hero-header {
    font-size: 3rem;
    color: rgb(32, 113, 72);
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.itwservice-hero-subline {
    font-size: 2rem;
    font-weight: lighter;
    color: rgb(32, 113, 72);
}

.itwservice-hero-contact {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

.itwservice-hero-contact button {
    margin-left: 5rem;
    border: 1px solid rgb(32, 113, 72);
    border-radius: 2px;
    background-color: rgba(32, 113, 72, 0.15);
    color: rgba(32, 113, 72, 1);
    font-size: 1.2rem;
    padding: 8px 25px;
    transition: all 0.4s ease-in-out;
}

.itwservice-hero-contact button:hover {
    background-color: rgba(32,113,72,0.75);
    color: white;
}

.itwservice-teaser {
    padding: 1rem 0;
    text-align: justify;
    font-size: 1.0rem;
}


.itwservice-ansprechpartner {
    padding: 1rem;
}

h3 {
    font-size: 1.5rem !important;
}

.itwservice-leistungen {
    padding: 1rem;
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    gap: 0;
}

.itwservice-leistung {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0;
    min-width: 100%;
}

.itwservice-leistung i {
    font-size: 2rem;
    color: rgba(32, 113, 72, 0.45);
    transition: all 0.4s ease-in-out;
}

.itwservice-leistung:hover i {
    color: rgba(32,113,72,0.8);
}

.itwservice-leistung h4 {
    font-size: 1.25rem !important;
    color: rgb(32, 113, 72) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(32,113,72,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}

.itwservice-leistung .description {
    text-align: justify;
    padding: 1rem 5rem;
}

.itwservice-applications {
    display: grid;
    grid-template-columns: auto;
    justify-items: start;
    /*flex-direction: row;*/
    gap: 2rem;
    /*    flex-wrap: wrap;
    margin: 1rem;
    padding: 1rem;
*/
}

.itwservice-application {
    display: flex;
    /*flex: 1 calc(100% - 0.5rem);*/
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.itwservice-application:nth-child(even) {
    flex-direction: row-reverse;
}

.itwservice-application-left {
    /*    align-self: flex-start;
    flex-grow: 1;
*/
}

.itwservice-application-left, .itwservice-application-right {
    flex: 1;
}

.itwservice-application-right .medialist {
    justify-content: start;
}

.itwservice-application:nth-child(even) .medialist {
    justify-content: end;
}

.itwservice-application h4 {
    font-size: 1.2rem !important;
    color: rgb(32, 113, 72) !important;
}

.itwservice-ansprechpartner {
    text-align: center;
}




.medialist {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0.5rem;
}

.medialist-image {
    width: 150px;
    height: 150px;
    border-right: 1px solid rgba(32,113,72,0.4);
    border-bottom: 1px solid rgba(32,113,72,0.4);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    border-top: 1px solid rgba(32, 113, 72, 0.1);
    border-left: 1px solid rgba(32, 113, 72, 0.1);
    overflow: hidden;
}

.medialist-image.large {
    width: 250px !important;
    height: 250px !important;
}


@media (max-width: 1040px) {
    .itwservice-leistungen {
        grid-template-columns: auto;
    }

    .itwservice-leistungen .description {
        padding: 1rem 0;
    }

    .itwservice-application {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .itwservice-application:nth-child(even) {
        flex-direction: row;
    }
}


.hero {
    min-width: 100%;
    height: 400px;
    position: relative;
    margin-top: 25px;
}

.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.05);
}

.hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.hero-title {
    /*                position: absolute;
                        left: 0;
                        top: 0;
                        right: 0;
        */
    /*padding: 25px 0 0 0;*/
    width: 100%;
}

.itwservice-hero-texts h2 {
    font-size: 4rem !important;
}

.hero-title h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: white !important;
    /*display: inline-grid;*/
}

.hero-title i {
    margin-right: 15px;
}

.hero-subline {
    /*background-color: rgba(255, 255, 255, 0.25);*/
}

.hero-subline h3 {
    font-size: 1.5rem !important;
    font-weight: unset !important;
    color: white !important;
}

.hero-contact {
    /*margin-top: 1rem;*/
    padding: .6rem 1.4rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: background .3s ease;
    /* position: absolute; */
    left: 15px;
    bottom: 25px;
}

.hero-contact:hover {
    background: rgba(255, 255, 255, 0.3);
}

.service-teaser {
    padding: 20px 0;
    text-align: justify;
    font-size: 1.1rem;
}

.service-topic h3 {
    font-size: 1.95rem !important;
    font-weight: 350 !important;
}

.itwservice-contact h3 {
    font-size: 1.95rem !important;
    font-weight: 350 !important;
}

.service-topic {
    margin-bottom: 20px;
}

.service-leistungen-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 15px 25px;
}

.service-leistung-item {
    /*border: 1px solid rgba(32,113,72,0.5);*/
    border: 1px solid transparent;
    border-radius: 8px;
    /*background-color: rgba(32,113,72,0.1);*/
    transition: all 0.4s ease-in-out;
    padding: 15px;
}

.service-leistung-item:hover {
    background-color: rgba(32,113,72,0.05);
}

.service-leistung-item-icon {
    color: rgb(32,113,72);
    opacity: 0.5;
    font-size: x-large;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}

.service-leistung-item:hover .service-leistung-item-icon {
    opacity: 1;
}

.service-leistung-item-title {
    font-size: 1.2rem !important;
}

.service-leistung-item-description {
    font-size: 1rem !important;
}

.service-applications-list {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 15px 25px;
}

.service-applications-item:hover {
    background-color: rgba(32,113,72,0.05);
}

.service-applications-item {
    /*border: 1px solid rgba(32,113,72,0.5);*/
    border: 1px solid transparent;
    border-radius: 8px;
    /*background-color: rgba(32,113,72,0.1);*/
    transition: all 0.4s ease-in-out;
    padding: 15px;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/

    gap: 2rem;
}

.service-application-image {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(32,113,72,0.05);
}

.service-applications-item:hover .service-application-image {
    opacity: 1;
}

.service-application-content {
    /*                margin-left: 10px;
                        flex: 0 100%;
        */
}

.service-application-title {
    font-size: 1.2rem !important;
}

.service-application-medialist {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: 20px;
}

.service-application-mediaitem {
    height: 150px;
    width: 150px;
    border: 1px solid rgba(32, 113, 72, 0.25);
    box-shadow: 4px 4px 7px 0px rgb(32, 113, 72);
    border-radius: 10px;
    overflow: hidden;
    border-radius: 15px;
}

.service-application-content-1 {
    flex: 1;
}

@media (min-width: 992px) {
    .service-leistungen-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-leistung-item {
        flex: 1 1 calc(50% - 0.5rem);
    }
    /*                .service-applications-list {
                            flex-direction: row;
                            flex-wrap: wrap;
                        }
        */

    .service-applications-item {
        /*flex: 1 calc(50% - 0.5rem);*/
        flex: 1 calc(100% - 0.5rem);
        /*flex-wrap: nowrap;*/

        flex-direction: row;
        align-items: center;
    }

    .service-application-content {
        /*margin-left: 20px;*/
        flex: 1;
    }

    .service-application-medialist {
        flex: 0 0 40%;
    }

    .service-applications-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .service-applications-item:nth-child(even) .service-application-medialist {
        flex-direction: row-reverse;
    }
}


.process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0;
    padding: 1rem 0;
    margin: 15px 25px;
}

.process-step {
    position: relative;
    padding: 1.5rem 1rem 1rem;
    border-left: 2px solid rgb(32, 113, 72);
    /*background: rgba(32, 113, 72, 0.05);*/
    border-radius: 0px;
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    background: rgb(32, 113, 72);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.process-step h4 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem !important;
    font-weight: 600;
    min-height: 50px;
}

.process-step p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.service-technologies-medialist {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: 20px;
}

.service-technologies-mediaitem {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(32, 113, 72, 0.25);
    box-shadow: 4px 4px 7px 0px rgb(32, 113, 72);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 850px) {
    .process-step h4 {
        min-height: unset;
    }
}

.service-technologies-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 15px 25px;
}

.service-technologies-item {
    /*border: 1px solid rgba(32,113,72,0.5);*/
    border: 1px solid transparent;
    border-radius: 8px;
    /*background-color: rgba(32,113,72,0.1);*/
    transition: all 0.4s ease-in-out;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-technologies-content-1 {
    flex: 1;
}

/*.service-technologies-item:hover {
    background-color: rgba(32,113,72,0.05);
}
*/
.service-technologies-title {
    font-size: 1.2rem !important;
}

.service-technologies-item-description {
    font-size: 1rem !important;
}

.service-technologies-mediaitem {
    height: 150px;
    width: 150px;
}

@media (min-width: 992px) {
    .service-technologies-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-technologies-item {
        flex: 1 calc(100% - 0.5rem);
        flex-direction: row;
        align-items: center;
    }

    .service-technologies-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .service-technologies-item:nth-child(even) .service-technologies-medialist {
        flex-direction: row-reverse;
    }
}

.service-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 15px 25px;
}

.service-benefits-item {
    /*border: 1px solid rgba(32,113,72,0.5);*/
    border: 1px solid transparent;
    border-radius: 8px;
    /*background-color: rgba(32,113,72,0.1);*/
    transition: all 0.4s ease-in-out;
    padding: 15px;
}

    /*.service-benefits-item:hover {
    background-color: rgba(32,113,72,0.05);
}
*/
.service-benefits-item h4 {
    font-size: 1.2rem !important;
}

.service-benefits-item p {
    font-size: 1rem !important;
}

@media (min-width: 998px) {
    .service-benefits-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-benefits-item {
        flex: 1 1 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }
}

.itwservices-form {
    margin: 15px 25px 30px;
    /*    padding: 25px 15px;
    border: 1px solid rgba(32, 113, 72, 0.5);
    box-shadow: 2px 2px 4px 0px rgb(32, 113, 72);
    background-color: rgba(32, 113, 72, 0.05);
    border-radius: 10px;
*/
}

.itwservices-form .form-label {
    font-size: 1rem;
    color: rgb(32,113,72);
    font-weight: 600;
}

.itwservices-form input {
    min-width: 100%;
}

.itwservice-button {
    border: 1px solid rgb(32, 113, 72);
    border-radius: 2px;
    background-color: rgba(32, 113, 72, 0.15);
    color: rgba(32, 113, 72, 1);
    font-size: 1.2rem;
    padding: 8px 25px;
    transition: all 0.4s ease-in-out;
    margin-right: 1rem;
}

.itwservice-button:hover {
    background-color: rgba(32,113,72,0.75);
    color: white;
}

.itwservice-button-abort {
    background-color: rgba(212, 88, 88, 0.15);
}

.itwservice-button-abort:hover {
    background-color: rgba(212, 88, 88, 0.75);
    color: white;
}

/*FAQ-Section*/
.services-faq-question {
    font-size: 1rem;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

.services-faq-question i {
    margin-right: 15px;
    color: rgb(32, 113, 72);
    font-size: 1.5rem;
}

.services-faq-question .fa-minus {
    display: none;
}

.services-faq-question .fa-plus {
    display: inline-flex;
}

.services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.15s ease-in-out;
    padding-left: 35px;
    font-weight: normal;
    opacity: 0;
}

.services-faq-question.open .services-faq-answer {
    max-height: fit-content;
    opacity: 1;
}

.services-faq-question.open .fa-minus {
    display: inline-flex;
}

.services-faq-question.open .fa-plus {
    display: none;
}

.services-documents {
}

.services-documents-list {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 1rem 3rem;
}

.services-documents-list-entry {
    max-width: 200px;
    color: rgb(32,113,72);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-documents-list-entry h4 {
    font-size: 1.25rem !important;
    font-weight: unset !important;
    letter-spacing: unset !important;
    margin-top: 10px;
}

.menu-smallscreens {
    display: none;
    transition: all 0.4s ease-in-out;
}

.menu-smallscreens .btn {
    max-width: 38px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.menu-smallscreens .btn:hover {
    max-width: 200px;
}

/* references */
.service-references-list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 15px 1rem 15px 25px;
}

.service-references-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.service-references-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-references-item h4 {
    font-size: 1.2rem !important;
}

.service-references-slider {
    margin: 15px 25px;
    position: relative;
}

.service-references-slider-item {
    display: grid;
    grid-template-columns: 40% 60%;
    position: absolute;
}

.service-references-slider-item .left {
    /*max-height: 275px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-references-slider-item .left .media {
    border-radius: 10px;
    max-height: 100%;
}


.itwsubnavbar {
    transition: all 0.2s ease-in-out;
}

.itwservices-subnavbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.1rem;
    color: rgb(32, 113, 72);
    margin-bottom: 10px;
    margin-left: 82px;
    padding: 8px;
    position: sticky;
    top: 57px;
    z-index: 1001;
    font-weight: lighter;
    transition: all 0.2s ease-in-out;
}

.itwsubnavbar-item {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    gap: 15px;
}

.itwsubnavbar-item.active {
    /*text-shadow: 0 0 0.5px black;*/
    box-shadow: inset 0 -2px 0 0 rgb(32,113,72);
    /*transform: scale(1.1);*/
}

.itwsubnavbar-item:hover {
    cursor: pointer;
}

@media (max-width: 1450px) {
    .itwsubnavbar {
        margin-left: 100px !important;
    }
}

/* smaller Screens */
@media (max-width: 1098px) {
    .hero-title h2 {
        font-size: 2rem;
    }

    .hero-subline h3 {
        font-size: 1.25rem !important;
    }

    .itwsubnavbar {
        margin-left: 100px !important;
    }

    .itwsubnavbar .text {
        display: none;
    }

    .itwservice-application {
        justify-content: center;
        flex-direction: column;
    }

    .itwservice-application:nth-child(even) {
        justify-content: center;
        flex-direction: column;
    }

    .service-applications-item {
        display: block;
        text-align: center;
        min-width: 100%;
    }

    .itwservice-application:nth-child(even) .medialist {
        justify-content: center;
    }
}
/* more smaller Screens */
@media (max-width: 768px) {
    .itwsubnavbar-item {
        margin-right: 1rem;
        /*align-items: flex-start;*/
        gap: 15px;
        font-size: 1.05rem;
    }

    .hero-title h2 {
        font-size: 1.5rem;
    }

    .hero-subline h3 {
        font-size: 1rem !important;
    }

    .service-topic h3 {
        text-align: center;
    }

    .itwservice-hero .itwservice-hero-icon {
        font-size: 2.5rem !important;
        top: 0.25rem !important;
    }
    .itwservice-hero-texts h2 {
        font-size: 2.5rem !important;
    }
    .itwservice-hero .itwservice-hero-subline {
        font-size: 1.7rem !important;
    }
    .itwservice-hero-background {
        min-height: 40vh;
        max-height: 40vh;
    }
    .itwservice-hero-bgoverlay {
        min-height: 48vh;
        max-height: 45vh;
    }
    .service-topic h4 {
        text-align: center;
    }

    .service-topic .medialist {
        justify-content: center;
    }

    .form-btn-submit {
        width: 100%;
    }

    ul {
        padding-left: 0;
    }

    .service-topic {
        border-top: 1px solid rgba(32,113,72,0.5);
        padding-top: 15px;
    }

    .menu-smallscreens {
        display: flex;
        opacity: 0;
        position: fixed;
        right: 3px;
        z-index: 200;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2px;
        align-content: flex-end;
        align-items: flex-end;
    }

    .itwsubnavbar {
        margin-left: 100px !important;
    }

    .itwsubnavbar .text {
        display: none;
    }
}

.services-entry {
    border-bottom: 10px solid rgba(32, 113, 72, 0.25);
    margin-bottom: 20px;
}

.itwservice-topic-list2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.itwservice-topic-list-item-with-slider {
    position: relative;
    height: 550px;
    /*overflow: hidden;*/
}

.itwservice-topic-list-item-with-slider .media {
    position: absolute;
    left: 2rem;
    right: 0rem;
    bottom: 5rem;
    top: 3rem;
    border-radius: 10px;
    /* height: 100%; */
    /* width: 100%; */
    /* padding: 1rem 5rem 3rem 2rem; */
    /* margin: 0.5rem 5rem 2rem 2rem; */
    /* border-radius: 5px; */
    overflow: hidden;
}

.itwservice-topic-list-item-with-slider .media .media-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.itwservice-topic-list-item-with-slider .media .media-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.itwservice-topic-list-item-with-slider .media .media-image.active {
    opacity: 1;
}

.itwservice-topic-list-item-with-slider .textbox {
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: rgba(32, 113, 72, 1);
    padding: 1rem 2rem 0.5rem;
    border: 1px solid rgba(32, 113, 72, 0.5);
    /*border-radius: 0 0 10px 10px;*/
    z-index: 5;
    color: white !important;
    font-size: 1.05rem;
    max-width: 500px;
}

.itwservice-topic-list-item-with-slider .textbox li::before {
    color: white !important;
}

.itwservice-topic-list-item-with-slider .textbox table {
    --bs-table-bg: transparent;
    --bs-table-color: white;
    --bs-table-striped-color: white;
    --bs-table-hover-color: white;
}

.itwservice-topic-list-item-with-slider h4 {
    font-size: 1.25rem !important;
    color: rgb(32, 113, 72) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(32, 113, 72, 0.5);
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 8px;
    padding-left: 2rem;
}

.itwservice-topic-list-item-with-slider .pagination {
    position: absolute;
    bottom: 3.6rem;
    left: 2rem;
    font-size: 0.8rem;
}


.itwservice-topic-slider {
    width: 100%;
    /*height: auto;*/ /*600px;*/
    position: relative;
    margin: 1rem 3rem;
    display: grid;
    grid-template-columns: 1fr;
    /*margin-bottom: 40px;*/

    height: 0; /* Wird jetzt dynamisch vom JS überschrieben */
    transition: height 0.4s ease-in-out;
    overflow: hidden; /* Verhindert, dass das Hochkantbild beim Wechsel herausragt */
}

.itwservice-topic-slider-item {
    grid-area: 1 / 1 / 2 / 2; /* Alle starten bei Zeile 1, Spalte 1 */
    width: 100%;
    height: max-content; /* Die Höhe kommt jetzt rein vom Bild! */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    z-index: 1;
    /*    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
*/
}

.itwservice-topic-slider-item.active {
    opacity: 1;
    visibility: visible;
    position: relative; /* Das aktive Bild drückt den Container aktiv auf seine Höhe */
    z-index: 2;
    /*opacity: 1;*/
}

/* 1. Das störende, namenlose Zwischen-Div zwingen, sich wie ein normaler Block zu verhalten */
.itwservice-topic-slider-item > div[style*="position: relative"] {
    height: auto !important; /* Hebt das starre height: 100% auf */
    overflow: visible !important; /* Damit Textboxen am Rand nicht abgeschnitten werden */
}

/* 2. Den Content-Bereich ebenfalls auf auto-Höhe setzen */
.itwservice-topic-slider-item .slider-item-content {
    position: relative;
    width: 100%;
    height: auto;
    top: 40px;
}

.slider-item-content-media {
    position: relative !important; /* Überschreibt das absolute im HTML */
    width: 100%;
    height: auto;
    transform: none !important; /* Schaltet die alten Verschiebe-Reste ab */
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
}

.slider-item-content-media img {
    width: 100%;
    height: auto; /* Bild behält seine native Proportion bei 100% Breite */
    display: block;
}

.itwitem-title {
    position: absolute;
    z-index: 10;
    background: white;
    /*backdrop-filter: blur(5px);*/
    /*padding: 1rem 1.5rem;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 4px 15px rgba(0,0,0,0.15);*/
    max-width: calc(100% - 100px);
}

/* Textboxen passen sich an */
.itwitem-description {
    position: absolute;
    z-index: 10;
    /*background: rgba(255, 255, 255, 0.85);*/
    background-color: rgba(140, 201, 172, 0.75);
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    max-width: 50%;
}

/* Wenn das Bild sehr hoch wird, bleibt die Beschreibung trotzdem brav unten sitzen */
.itwitem-description {
    bottom: 20px;
    left: 20px;
}
/* Wenn Pfeile im Bild sind, etwas Platz lassen */
.itwitem-description.bottom-right {
    bottom: 20px;
    right: 20px;
    left: auto;
}

.itwitem-title h4 {
    font-weight: 400 !important;
}

.itwservice-topic-slider .pagination {
    position: absolute;
    right: 0;
    /*top: 1.5rem;*/
    z-index: 3;
}

.itwtopic-description {
    margin: 0 3rem;
}

@media (max-width: 768px) {
    .itwservice-topic-list2 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .itwservice-topic-list-item-with-slider {
        position: relative;
        height: unset;
        /* overflow: hidden; */
    }

    .itwservice-topic-list-item-with-slider .media {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /* border-radius: 10px; */
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        min-width: 100%;
        /* height: 500px;*/
        overflow: hidden;
    }

    .itwservice-topic-list-item-with-slider .media .media-content {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .itwservice-topic-list-item-with-slider .media .media-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 100%;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
    }

    .itwservice-topic-list-item-with-slider .media .media-image.active {
        opacity: 1;
    }

    .itwservice-topic-list-item-with-slider .textbox {
        position: relative;
        right: 0;
        bottom: 0px;
        background-color: rgba(255, 255, 255, 1);
        padding: 0.25rem 2rem;
        border: none;
        z-index: 5;
        color: unset !important;
        font-size: 1.05rem;
        max-width: unset;
    }

    .itwservice-topic-list-item-with-slider .textbox li::before {
        color: unset !important;
    }

    .itwservice-topic-list-item-with-slider .textbox table {
        --bs-table-bg: unset !important;
        --bs-table-color: unset !important;
        --bs-table-striped-color: unset !important;
        --bs-table-hover-color: unset !important;
        text-align: center !important;
    }

    .ql-editor p:has(.ql-size-large) {
        text-align: center !important;
    }

    .itwtopic-description, .itwservice-content table th, td {
        text-align: center !important;
        margin: 0rem 1rem;
    }

    .itwservice-topic-list-item-with-slider h4 {
        font-size: 1.25rem !important;
        color: rgb(32, 113, 72) !important;
        font-weight: 400 !important;
        border-bottom: 1px solid rgba(32, 113, 72, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 8px;
        padding-left: 0;
    }

    .itwservice-topic-list-item-with-slider .pagination {
        position: relative;
        bottom: 0;
        left: 0;
        align-content: center;
        text-align: center;
        justify-content: center;
        margin: 0.5rem;
    }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: unset !important;
    }
}

@media (max-width: 768px) {
    .itwservice-topic-slider {
        margin: 0 0;
    }

    .itwservice-topic-slider-item .itwitem-background {
        max-height: 80%;
        min-height: 80%;
        background-size: cover;
    }

    .itwservice-topic-slider-item .itwitem-description {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: unset;
        width: 100%;
        min-width: 100%;
        max-height: fit-content;
        z-index: 1;
        background-color: rgba(255,255,255,0.5);
        transition: all 0.4s ease-in-out;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        color: black;
    }

    .myslide-content {
        display: flex;
        flex-direction: column;
    }

    .slider-item-content:hover .itwitem-description {
        background-color: rgba(255,255,255,1);
    }
}

/* myNewSlider */
.itwmyslider {
    justify-content: center;
    align-items: center;
    display: flex;
}

.itwmyslider .itwmyslider-slide {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    display: grid;
    grid-template-columns: 50% 50%;
}

.itwmyslider .itwmyslider-slide.active {
    opacity: 1;
    z-index: 2;
}

.itwmyslider .btnnav {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.itwmyslider:hover .btnnav {
    opacity: 1;
}

@media (max-width: 768px) {
    .itwmyslider-slide {
        grid-template-columns: 100%;
    }

    .service-references-item {
        flex-direction: column;
        text-align: center;
    }

    .service-references-item:nth-child(even) {
        flex-direction: column;
    }

    .service-technologies-item .service-technologies-title {
        text-align: center;
    }

    .itwservice-application h4 {
        text-align: center;
    }
}

.itwform-uploadarea {
    border-radius: 2px;
    padding: 25px 10px;
    width: 100%;
    min-height: 150px;
    border: dashed 2px rgba(32,113,72,0.25);
    background-color: rgba(32,113,72,0.05);
}

.itwform-uploadarea .dropingactive {
    border: solid 2px rgba(32,113,72,0.5);
    background-color: rgba(32,113,72,0.2);
}


/* styles für dienstleistungen */
.itwservice {
    margin-bottom: 130px;
    border-bottom: 31px solid rgba(32, 113, 72, 0.2);
    padding-bottom: 100px;
}

.itwservice-topic-list {
    padding: 1rem;
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    gap: 0;
}
.list-leistungen {
    grid-template-columns: auto auto !important;
}

.itwservice-topic-list-item {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0;
    min-width: 100%;
}

.itwservice-topic-list-item i {
    font-size: 2rem;
    color: rgba(32, 113, 72, 0.45);
    transition: all 0.4s ease-in-out;
}

.itwservice-topic-list-item:hover i {
    color: rgba(32,113,72,0.8);
}

.itwservice-topic-list-item h4 {
    font-size: 1.25rem !important;
    color: rgb(32, 113, 72) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(32,113,72,0.5);
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 8px;
    padding-left: 2rem;    
}
.list-leistungen .itwservice-topic-list-item h4 {
    font-size: 1.25rem !important;
    color: rgb(32, 113, 72) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(32,113,72,0.5);
    display: grid;
    grid-template-columns: 10% auto;
    align-items: center;
    justify-content: start;
    align-content: center;
    justify-items: center;
    gap: 1rem;
    margin-right: 1rem;
    min-height: 58px;
    padding-left: 0 !important;
}

.itwservice-topic-list-item .description {
    text-align: justify;
    padding: 1rem 5rem;
    align-content: center;
}

.itwservice-content-2cols {
    display: grid;
    grid-template-columns: 75% auto;
}

.itwservice-content .medialist {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0;
}

.itwservice-content .media {
    padding: 1rem 0;
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.itwservice-content .medialist .medialist-image {
    width: 100px;
    height: 100px;
}

.itwdl-aps-list {
    display: flex;
    /*grid-template-columns: 50% 50%;*/
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    text-align: center;
    grid-auto-flow: column;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.itwdl-aps-list-new {
    display: flex;
    flex-direction: column;
    /*grid-template-columns: 50% 50%;*/
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    text-align: center;
    grid-auto-flow: column;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.itwdl-aps-item {
    min-width: 30%;
    max-width: 33.3%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.itwdl-aps-contact {
    font-size: 1.1rem;
    text-align: center;
}

.itwdl-aps-item-new .itwcperson_name {
    font-size: 1.1rem !important;
    font-weight: bold;
}
.itwdl-aps-item-new .itwcperson_function {
    font-size: 1rem !important;
}
.itwdl-aps-contact-new {
    font-size: 1rem;
    text-align: center;
}
.itwservice-button {
    font-size: 1rem !important;
}

@media (max-width: 1000px) {
    .itwservice-topic-list-item h4 {
        padding-left: 2rem;
    }

    .itwservice-content-2cols {
        display: grid;
        grid-template-columns: 100%;
    }

    .itwservice-topic-list-item .description {
        text-align: justify;
        padding: 1rem 2rem;
    }

    .itwservice-content .medialist {
        padding: 1rem 5rem;
        justify-content: center;
    }

    .itwservice-content .media {
        padding-top: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .itwservice-content .col-sm-12 {
        padding-right: 0 !important;
    }

    .itwservice-topic-list-item h4 {
        padding-left: unset;
        justify-content: center;
    }
    .list-leistungen .itwservice-topic-list-item h4 {
        justify-content: center;
    }

    .itwservice-topic-list-item .description {
        text-align: justify;
        padding: 1rem 0rem;
    }

    .slider-item-content-media {
        transform: unset !important;
    }

    .slider-item-content-media img {
        min-width: 100vw !important;
    }
}

.itwslider3 {
    /*border: 1px solid red;*/
    min-width: calc(100% - 3rem);
    margin: 1rem 3rem;
    height: 551px;
    position: relative;
}
.itwslider3 .itwslider3-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-bottom: 1px solid rgba(32,113,72,1);
    display: grid;
    grid-template-columns: 90% auto;
    align-content: center;
    z-index: 0;

}
.itwslider3 .itwslider3-title {
/*    position: absolute;
    left: 0;
    top: 0;
*/
    align-content: center;
    z-index: 1;
}
.itwslider3-title h4 {
    font-weight: 400 !important;
}
.itwslider3-description {
    opacity: 1;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    max-width: 90%;
    z-index: 15;
    transform: translateX(-50%);
    background-color: rgba(140, 201, 172, 0.75);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(4px);
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
}
.itwslider3 .itwslider3-pagination {
    z-index: 2;
    /*right: 0;*/
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.itwslider3-btn {
    width: 30px;
    height: 40px;
    text-align: center;
    align-content: center;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    /*padding: 10px;*/
    background-color: white;
    z-index: 5;
}

.itwslider3 .itwslider3-slide {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
    z-index: 3;
}
.itwslider3 .itwslider3-slide.active {
    opacity: 1;
}

.itwslider3 .itwslider3-content {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/*.itwslider3 .itwslider3-content img {
    position: relative;
    top: 250px;*/         /* halbe höhe vom slider */
    /*transform: translateY(-50%);*/ /* mittig zentrieren */
    /*max-width: 100%;
}*/
.itwslider3 .itwslider3-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* Erlaubt dem Bild, seine volle natürliche Höhe zu entfalten */
    display: block;
    will-change: transform;
    /* Sanfter Übergang für das automatische Scrollen */
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
    z-index: 4;
}

.itwslider3-slide.active .itwslider3-content img {
    z-index: 5;
}

/* Cursor-Wechsel beim aktiven Ziehen */
.itwslider3 .itwslider3-content img:active,
.itwslider3 .itwslider3-content img.dragging {
    cursor: grabbing;
    /* Während des ZIEHENS deaktivieren wir den Übergang, damit das Bild ohne Verzögerung der Maus folgt */
    transition: none !important;
}

.itwslider3 .itwslider3-content video {
    max-width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

@media (max-width: 992px) {
/*    .list-leistungen {
        grid-template-columns: auto !important;
    }
*/

}

@media (max-width: 768px) {
    .list-leistungen {
        grid-template-columns: auto !important;
    }
    .itwservice-teaser {
        padding: 0rem 1rem;
    }
    .itwslider3 {
        min-width: 100%;
        max-width: 100%;
        margin: 1rem 0rem;
        height: 351px;
    }
    .itwslider3 .itwslider3-header {
        margin: 0rem 1rem;
        border-bottom: none;
    }
    .itwslider3-title h4 {
        text-align: left;
    }
    .itwslider3 .itwslider3-slide {
        max-height: 300px;
        margin: 0rem 0.5rem;
    }
    .itwslider3 .itwslider3-content {
        height: 300px;
    }
    .itwslider3 .itwslider3-content img {
        top: 0;
    }
    .itwslider3 .itwslider3-description {
        min-width: 75%;
        font-size: 0.9rem;
        text-align: center;
        padding: 0.5rem 1rem;
    }
}

.itwdl_navbar_smallscreens {
    position: sticky;
    top: 128px;
    background: transparent;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    display: none;
    font-size: small;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.itwdl_navbar_smallscreens div {
    padding: 0.25rem 1rem;
    background-color: rgba(32,113,72,0.2);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    /*color: white;*/
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}
.itwdl_navbar_smallscreens div:hover {
    background-color: rgb(32,113,72);
    color: white;
}

/* 30.07.2026: redesign partial slider */
.slide-verticalheader {
    /*border: 1px dashed red;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 0;
    background-color: rgba(32,113,72,0.1);
    backdrop-filter: blur(2px);
    transition: all 0.4s ease-in-out;
    mask-image: linear-gradient(to right, black 60%, transparent 100%);
}
.slide-verticalheader .slide-header-symbol {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(32,113,72,0.8);
    text-shadow: 0 0 1px 5px white;
}
.slide-verticalheader .slide-header {
    position: absolute;
    bottom: -50px;
    left: 8px;
    color: rgba(32,113,72,0.8);
    text-shadow: 0 0 1px 5px white;
}
.slide:hover .slide-verticalheader {
    opacity: 0;
}

.itwdl-btn-scrolltoptop {
    position: fixed;
    right: 3rem;
    bottom: 1rem;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(32,113,72,0.5);
    border-radius: 5px;
    color: rgb(32,113,72);
    transition: all 0.4s ease-in-out;
    background-color: rgba(32,113,72,0.1);
    backdrop-filter: blur(2px);
    font-weight: bold;
    text-align: center;
    align-content: center;
    z-index: 100;
    opacity: 0;
}
.itwdl-btn-scrolltoptop.visible {
    opacity: 1;
}

.itwdl-btn-scrolltoptop:hover {
    background-color: rgb(32,113,72);
    color: white;
}

.itwservice-topic-list-item .description {
    padding: 0.5rem 0.75rem;
}

.service-branches-list {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 100%;
}

.service-branches-list > div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
}

.service-branches-list-item {
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-branches-list-item h4 {
    font-size: 1.25rem !important;
    color: rgb(32, 113, 72) !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(32, 113, 72, 0.5);    
    min-height: 58px;
    padding-left: 1rem;
    align-content: flex-end;
    padding-bottom: 0.5rem;
}
.service-branches-list-item .media-new {
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    /*max-height: 100px;*/
    align-content: flex-end;
    text-align: center;

    overflow: hidden;
    margin-top: auto;
}
.service-branches-list-item .media-new img {
    max-width: 70%;
    max-height: 200px;
    /*min-height: 200px;*/
    border-radius: 10px;
    overflow: hidden;
    border-right: 1px solid rgba(32, 113, 72, 0.4);
    border-bottom: 1px solid rgba(32, 113, 72, 0.4);
    border-top: 1px solid rgba(32, 113, 72, 0.1);
    border-left: 1px solid rgba(32, 113, 72, 0.1);
}
.service-branches-list-item .media-new video {
    max-width: 70%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.service-branches-list-item .description {
    text-align: justify;
    margin: 1rem 0.5rem;
    min-height: 75px;
    align-content: center;
}

@media (max-width: 1200px) {
    .service-branches-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .service-branches-list > div:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 50%;
    }


}
@media (max-width: 992px) {
/*    .service-branches-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .service-branches-list > div:last-child:nth-child(odd) {
        grid-column: unset;
        justify-self: unsafe center;
        max-width: 100%;
    }
*/

}

@media (max-width: 768px) {
    .itwdl_navbar_smallscreens {
        display: flex;
    }

    .slide-verticalheader .slide-header {
        font-size: 2.5rem;
    }

    .slide-verticalheader .slide-header-symbol {
        font-size: 2.5rem;
    }

    .service-branches-list {
        grid-template-columns: 1fr;
    }
    .service-branches-list > div:last-child:nth-child(odd) {
        grid-column: unset;
        justify-self: center;
        max-width: 100%;
    }
}