.heading-container {
    max-width: 1517px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px 0px 0px 0px;
    opacity: 1;
    padding: 0 10px;
    gap: 0px;
}
.ambit-heading {
    color: #8C5A32;
    font-family: var(--wkd-sys-typo-display-kanit-regular-family);
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1600 - 320)));
    font-weight: var(--wkd-sys-typo-display-kanit-regular-weight);
    line-height: calc(22px + (72 - 22) * ((100vw - 320px) / (1600 - 320)));
    text-align: left;
    margin-bottom: 20px;
}
.text-container {
    max-width: 1517px;
    height: auto;
    margin: 0 auto;
    padding: calc(10px + (40 - 10) * ((100vw - 320px) / (1600 - 320)));
    border-radius: 20px 0px 0px 0px;
    opacity: 1;
    gap: 0px;
}
.ambit-text {
    color: #4F514B;
    font-family: var(--wkd-sys-typo-display-kanit-light-family);
    font-size: var(--wkd-sys-typo-display-kanit-light-size);
    font-weight: var(--wkd-sys-typo-display-kanit-light-weight);
    line-height: calc(15px + (30 - 15) * ((100vw - 320px) / (1600 - 320)));
    text-align: justify;
    margin-bottom: 30px;
}
.ambit-text a {
    text-decoration: none;
    color: #8C5A32;
}
.read-more-btn, .read-less-btn {
    display: block;
    margin: 20px auto;
    background-color: #fff;
    color: #0b0500;
    border: 0.3px solid #000;
    font-size: 12px;
    font-family: var(--wkd-sys-typo-display-kanit-regular-family);
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    max-width: 110px;
    width: 100%;
    line-height: 18px;
    transition: color 0.3s, font-weight 0.3s;
    white-space: nowrap;
    padding: 4px;
}
.read-more-btn:hover, .read-less-btn:hover {
    background-color: #8C5A32;
    color: #fff;
}

@media (max-width: 768px) {
    .read-more-btn {
        display: block;
    }
    .full-text {
        display: none;
    }
}
@media (min-width: 769px) {
    .read-more-btn, .read-less-btn {
        display: none;
    }
    .read-more, .read-less {
        display: none!important;
    }
    .full-text {
        display: block;
    }
    .short-text {
        display: none;
    }
}
@media (min-width: 1920px) {
    .ambit-heading {
        font-size: 48px!important;
    }
    .text-container {
        padding: 40px!important;
    }
    .ambit-text {
        font-size: 20px!important;
        line-height: 30px!important;
    }
    .leistungsspektrum-text {
        font-size: 20px!important;
    }
    .leistungsspektrum-text ul {
        padding-left: 50px!important;
    }
    .image-container {
        max-width: 700px!important;
    }
    .name-container p {
        font-size: 20px!important;
        margin: 20px 0!important;
    }
    .background-image-container, .background-image-container--second {
        padding: 62px 0px!important;
    }
    .name-container {
        margin-top: 24px!important;
    }
}
.leistungsspektrum-text {
    color: #4F514B;
    font-family: var(--wkd-sys-typo-display-kanit-light-family);
    font-size: var(--wkd-sys-typo-display-kanit-light-size);
    font-weight: var(--wkd-sys-typo-display-kanit-light-weight);
    line-height: calc(15px + (30 - 15) * ((100vw - 320px) / (1600 - 320)));
    text-align: justify;
    margin-bottom: 30px;
}
.leistungsspektrum-text h2 {
    font-family: var(--wkd-sys-typo-display-kanit-regular-family);
    font-size: 28px;
    color: #8C5A32;
    margin-bottom: 20px;
}
.leistungsspektrum-text ul {
    list-style-type: none;
    padding-left: calc(8px + (50 - 8) * ((100vw - 320px) / (1600 - 320)));
}
.leistungsspektrum-text ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.leistungsspektrum-text ul li:before {
    content: "■";
    position: absolute;
    left: 0;
    color: #8C5A32;
}
.background-image-container {
    padding: calc(14px + (62 - 14) * ((100vw - 320px) / (1600 - 320))) 0px;
    background: linear-gradient(to right, #fff 40%, #E5E9DC 40%);
}
.background-image-container--second {
    padding: calc(14px + (62 - 14) * ((100vw - 320px) / (1600 - 320))) 0px;
    background: linear-gradient(to right, #E5E9DC 60%, #fff 60%);
}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(183px + (600 - 183) * ((100vw - 320px) / (1600 - 320)));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.image-container__inside {
    max-width: 600px;
    max-height: 570px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.name-container {
    background-color: rgba(79, 81, 75, 0.69);
    margin-top: calc(10px + (24 - 10) * ((100vw - 320px) / (1600 - 320)));
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name-container p {
    color: #fff;
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1600 - 320)));
    text-align: center;
    margin: calc(4px + (20 - 4) * ((100vw - 320px) / (1600 - 320))) 0;
}