﻿.ueberschrift {
                        font-family: "Ink Free", Times, serif;
                        font-size: 44px;                                                        /* Überschrift */
                        text-align: center;
                }

                .text {
                        font-family: "Ink Free";
                        font-size: 18px;                                         /* Normaltext */
                        line-height: 1.6;
                        text-align: center

                }

                .text-left {
                        font-family: "Ink Free";
                        font-size: 18px;                                         /* Normaltext */
                        line-height: 1.6;
                        text-align: left

                }

                .text-medium {
                        font-size: 24px;                       /* Mitteltext */
                        text-align: center;
                        font-family: "Ink Free"

                }

                details {
                        font-family: "Ink Free", Times, serif;
                        font-size: 18px;
                        margin: 10px 0;
                        border: 2px solid #44CC00;                          /* Aufklappbarer Block */
                        border-radius: 8px;
                        padding: 10px;
                        background-color: #C8FFC8;
                }

                summary {
                        font-weight: bold;
                        cursor: pointer;
                }


                .details-img {
                        width: 350px;
                        height: 200px;                     /* Bilder 350 x 250 */
                        object-fit: cover;
                        float: right;
                        margin-left: 10px;
                        border-radius: 6px;
                }


                .text-block {
                        font-family: "Ink Free";
                        font-size: 20px;                                        /* Text in den auffklapbaren Blöcken */
                        line-height: 1.3;
                        text-align: center;
                        width: 100%;
                }

                .details-line {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                }

    .lottie-row {
        display: flex;
        gap: 5vw;
        align-items: center;
        flex-wrap: wrap;
}

dotlottie-wc.lottie-item {
        width: 20vw;
        max-width: 400px;
        min-width: 120px;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
}


dotlottie-wc.small {
        aspect-ratio: 3 / 4;
        width: 18vw;
}