body {
    background-color: white !important;
    font-family: Arial, sans-serif;
}

article {
    width: 800px;
    margin: auto;
    font-family: Inter;
    margin-top: 100px;
}

article img:not(.collapsesvg) {
    width: 80%;
    margin: 10%;
    box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.2);
}

.smaller_img {
    width: 65% !important;
    margin-left: 17.5% !important;
}

main h1,
main h2,
main h3,
main p,
main ul,
main li,
main #techpackSummary {
    margin-bottom: 50px;
    font-weight: 600;
}

main h1,
main h2,
main h3,
main .vorstellung section {
    margin-top: 100px;
    font-weight: 800;
    font-size: 30px;
}

main h1 {
    font-size: 38px;
}

main p {
    font-size: 22px;
    font-weight: 550;
}

main a {
    color: #3A9D61;
}

main ul {
    list-style-type: none;
}

main li {
    margin-bottom: 22px;
    font-size: 22px;
}

main .vorstellung section {
    width: 110%;
    margin-left: -5%;
}

main .vorstellung section h1 {
    font-size: 30px;
    margin-bottom: 24px;
}

main .vorstellung section p {
    font-size: 18px;
}

main .vorstellung section button {
    margin-top: 60px;
    height: 40px;
    font-size: 18px;
}

@media (min-width: 700px) {
    .einleitung_geteilt {
        display: flex;
        flex-direction: line;
        margin-bottom: 50px;
    }

    .einleitung_geteilt ul,
    .einleitung_geteilt li {
        line-height: 20px;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

main #techpackSummary {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 8px;
    width: 90%;
}

main #techpackSummary li {
    cursor: pointer;
}

main #techpackSummary li:hover {
    text-decoration: underline;
}

.collapsible {
    cursor: pointer;
    padding: 18px;
    padding-left: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    margin: 0;
}

.collapsesvg {
    fill: rgba(0, 0, 0, 0) !important;
    width: 15px;
    position: inline;
    margin: 0;
    float: right;
    margin-top: 11px;
    margin-right: 10px;
}

.active,
.collapsible:hover {
    /* no additional styles provided */
}

.content {
    display: none;
    overflow: hidden;
    line-height: 50px;
}

main #techpackSummary ul {
    list-style-type: none;
    margin-left: 5%;
    font-weight: 700;
    font-size: 22px;
}

main #techpackSummary ul ul {
    margin: 0;
    margin-left: 10%;
}

.footerhome {
    margin-top: 200px;
}

@media (max-width: 700px) {
    article {
        width: 90vw;
        margin-top: -3vw;
    }

    article img:not(.collapsesvg) {
        width: 90%;
        margin: 5%;
        box-shadow: 0 0 1vw 0.51vw rgba(0, 0, 0, 0.2);
    }

    main h1,
    main h2,
    main h3,
    main p,
    main ul,
    main li,
    main #techpackSummary {
        margin-bottom: 7vw;
    }

    main h1,
    main h2,
    main h3,
    main .vorstellung section {
        margin-top: 10vw;
        font-size: 6vw;
    }

    main h1 {
        font-size: 7.6vw;
    }

    main p {
        font-size: 4.4vw;
        font-weight: 550;
    }

    main li {
        margin-bottom: 2vw;
        font-size: 4.4vw;
    }

    main .vorstellung section {
        width: 100%;
        margin-left: 0;
        padding: 7vw;
    }

    main .vorstellung section h1 {
        font-size: 7vw;
        margin-bottom: 4.8vw;
    }

    main .vorstellung section p {
        font-size: 4.4vw;
    }

    main .vorstellung section button {
        margin-top: 10vw;
        margin-bottom: 0;
        height: 12vw;
        font-size: 4vw;
    }

    main #techpackSummary {
        width: 100%;
    }

    .content {
        line-height: 5vw;
    }

    .content li {
        font-size: 4vw;
    }

    .collapsible {
        padding: 4vw;
        padding-left: 4vw;
        width: 100%;
        font-size: 6vw;
        margin: 0;
    }

    .collapsesvg {
        width: 3vw;
        margin-top: 1vw;
        margin-right: 2vw;
    }

    .footerhome {
        margin-top: 30vw;
    }

    .smaller_img {
        width: 70% !important;
        margin-left: 15% !important;
    }
}
