.technischeDaten {
    margin: 0 auto;
}

.technischeDaten h2 {
    width: 100%;
    text-align: center;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 3rem !important;
    font-weight: 300 !important;
    color: rgb(184, 172, 146, 1);
}

.technischeDaten h3 {
    font-weight: 300 !important;
    color: rgb(110, 110, 110);
}

.swipe {
    position: relative;
    clear: both;
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 50px;
}

.swipe img {
    margin: 0 auto 10px auto;
}

.technischeDaten .topline {
    color: rgb(80, 80, 80);
}

.technischeDaten .aggregate {
    width: 100%;
    display: block;
    overflow-x: scroll;
}

.technischeDaten .aggregate .first {
    float: left;
    width: 160px;
}

.technischeDaten .aggregate .second {
    float: left;
    min-width: 170px;
    max-width: 170px;
    overflow-x: scroll;
}

.technischeDaten .aggregate .schieber {
    float: left;
    width: 1000px;
    display: block;
}

.technischeDaten .aggregate .schieber .inner {
    float: left;
}

.technischeDaten table tr td {
    font-size: 0.75rem !important;
    border: 0px;
    color: rgb(110, 110, 110);
    font-weight: 600;
}

.technischeDaten table {
    border: 0px;
    max-width: 160px;
}

.technischeDaten .firstab {
    width: 160px;
    float: left;
}

.technischeDaten .secondtab {
    float: left;
    min-width: 160px;
    max-width: 160px;
    overflow-x: scroll;
}

.technischeDaten .secondtab table {
    float: left;
    min-width: 800px;
    display: block;
}

@media ( min-width: 1000px) {
    .swipe {
        display: none;
    }
}