
        .container35 {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-around;
            padding: 20px;
            max-width: var(--wp--style--global--wide-size);
            margin: 0 auto;
            flex-direction: row-reverse; /* Bild nach rechts verschieben */
        }

        .container35 img {
            max-width: 270px;
            height: auto;
        box-shadow: 10
        }

        .container35 .text {
            max-width: 600px;
           /* margin-right: 20px;  Abstand zwischen Text und Bild */
        }

        ul.meine-liste {
            text-align: left !important;
            list-style: none;
            padding: 0;
            margin: 0px;
            font-size: 16px;
margin-top: 20px;
font-weight: 500;
        }

        .liste-punkt {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .liste-punkt img {
            margin-right: 18px;
            width: 18px;
            height: 18px;
            margin: 10px;
        }

        .button1 {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            color: white;
            background-color: #4CAF50;
            border: none;
            border-radius: 5px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
margin-top: 20px;
        }

        .button1:hover {
            background-color: #45a049;
        }
p1 {
font-size: 17px;
font-weight: 500;
}