.p-dienst-solutions-items {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-dienst-solution-image {
    height: 30px;
}

.p-dienst-solution-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.p-dienst-solution-title-and-text {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.p-dienst-image {
    margin-top: 0px;
    height: 390px;
}

.p-dienst-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-dienst-solutions-content {
    margin-top: 50px;
}

.p-dienst-process-content p {
    margin-top: 20px;
}

.p-diesnt-process-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.p-dienst-faq-texts p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.p-dienst-question {
    border-bottom: 1px solid var(--gray-border);
}

.border-top-question {
    border-top: 1px solid var(--gray-border);
}

.p-dienst-questions {
    margin-top: 50px;
}

.p-dienst-question {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0px;
    max-height: 50px;
    overflow: hidden;
    transition: max-height var(--timing-function);
}

.p-dienst-question p {
    opacity: 0;
    transition: all var(--timing-function);
    width: 90%;
}

.p-dienst-question-and-svg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-dienst-question-and-svg svg {
    max-width: 22px;
    width: auto;
    height: auto;
    position: relative;
    top: 3px;
    transform: rotate(180deg) translate3d(0px, 0px, 0.0001px);
    transition: transform var(--timing-function);
}



@media only screen and (min-width:992px) {
    .p-dienst-solutions {
        display: flex;
        gap: 100px;
    }

    .p-dienst-solutions-content {
        width: calc(50% - 50px);
        padding-top: 95px;
        margin-top: 0px;
    }

    .p-dienst-image {
        margin: 0px;
        height: 735px;
        width: calc(50% - 50px);
    }

    .p-dienst-solutions-items {
        flex-direction: row;
        gap: 24px;
        margin-top: 40px;
    }

    .p-dienst-solution-item {
        width: calc(50% - 12px);
    }

    .p-dienst-solution-title-and-text {
        margin-top: 16px;
        gap: 16px;
    }

    .p-dienst-solution-image {
        height: 48px;
    }

    .p-dienst-process-content p {
        margin-top: 30px;
    }

    .p-dienst-process-content {
        width: 50%;
    }

    .p-diesnt-process-items {
        display: grid;
        grid-template: auto / repeat(3, 1fr);
        gap: 50px;
        margin-top: 80px;
    }

    .p-dienst-solution-title-and-text span {
        display: block;
        white-space: pre-wrap;
        min-height: 80px;
    }

    .p-diesnt-faq {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }

    .p-dienst-faq-texts {
        width: calc(45% - 50px);
    }

    .p-dienst-questions {
        margin-top: 0px;
        width: calc(55% - 50px);
    }

    .p-dienst-question {
        max-height: 61px;
        padding: 15px 0px;
    }

    .p-dienst-faq-texts p {
        margin-top: 16px;
        margin-bottom: 24px;
        width: 60%;
    }


}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .p-dienst-solutions {
        gap: 40px;
    }

    .p-dienst-solutions-content {
        width: calc(50% - 20px);
    }

    .p-dienst-image {
        width: calc(50% - 20px);
        height: 500px;
    }

    .p-dienst-solutions-items {
        margin-top: 20px;
    }

    .p-diesnt-process-items {
        gap: 30px;
    }

    .p-dienst-faq-texts p {
        width: 100%;
    }

    .p-diesnt-faq {
        gap: 60px;
    }

    .p-dienst-faq-texts {
        width: calc(45% - 30px);
    }

    .p-dienst-questions {
        width: calc(55% - 30px);
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .p-dienst-solutions {
        gap: 50px;
    }

    .p-dienst-solutions-content {
        width: calc(50% - 25px);
        padding-top: 50px;
    }

    .p-dienst-image {
        width: calc(50% - 25px);
        height: 500px;
    }

    .p-diesnt-process-items {
        margin-top: 50px;
        gap: 30px;
    }

    .p-diesnt-faq {
        gap: 60px;
    }

    .p-dienst-faq-texts {
        width: calc(45% - 30px);
    }

    .p-dienst-questions {
        width: calc(55% - 30px);
    }

    .p-dienst-faq-texts p {
        width: 85%;
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .p-dienst-solutions {
        gap: 60px;
    }

    .p-dienst-solutions-content {
        width: calc(50% - 30px);
    }

    .p-dienst-image {
        width: calc(50% - 30px);
        height: 670px;
    }

    .p-dienst-faq-texts p {
        width: 80%;
    }
}

@media only screen and (min-width:1600px) and (max-width:1799px) {
    .p-dienst-solutions {
        gap: 80px;
    }

    .p-dienst-image {
        width: calc(50% - 40px);
        height: 700px;
    }

    .p-dienst-solutions-content {
        width: calc(50% - 40px);
        padding-top: 60px;
    }
}

@media only screen and (hover:hover) and (min-width:992px) {
    .p-dienst-question:hover {
        cursor: pointer;
    }

    .p-dienst-question:hover svg {
        transform: rotate(0deg) translate3d(0px, 0px, 0.0001px);
    }

}

.active-question {
    max-height: 10000px;
}

.active-question p {
    opacity: 1;
}

.active-question svg {
    transform: rotate(0deg) translate3d(0px, 0px, 0.0001px)
}