        .content, .container, .container-1 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
            display: flex;
            justify-content: space-around;
        }

        .content-rechner {
            background-color: #EEEEEE;
            max-width: 1180px;
            margin: 0 auto;
            padding: 10px;
            border-radius: 5px;
        }

        .row {
            background-color: #fff;
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            border-radius: 5px;
            justify-content: space-between;
            margin: 20px;
        }

        .container-1 {
            margin-top: -100px;
        }

        .box, .box-1 {
            width: 100%;
            margin: 20px 0;
            padding: 15px;
            border-radius: 5px;
            display: flex;
            flex-direction: row;
            align-items: center;
            align-items: flex-start;
        }

        .box-1 {
            background-color: rgba(255, 255, 255, 1);
        }

        header .box-text, .box-text {
            max-width: 600px;
            font-size: 20px;
            line-height: 1.5;
            color: white;
            padding: 0 30px;
            border-radius: 5px;
            margin: 30px 0;
            background-color: rgba(10, 0, 41, 0.8);
        }

        header .box-text h1 {
            font-size: 1.2em;
        }

        .box-text-1, .box-text-2 {
            flex: 1;
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            align-self: flex-start;
        }

        .box-text-2 {
            background-color: #ffffff;
            box-sizing: border-box;
            padding: 10px;
            width: 100%;
        }

        .box-text-3 {
            background-color: #750149;
            font-size: 25px;
            color: #ffffff;
            line-height: 1.7;
            text-align: center;
            margin: 10px;
            padding: 20px;
            border-radius: 5px;
        }

        .box-text-4 {
            width: 100%;
            margin: 20px;
            padding-top: 20px;
            flex: 1;
            font-size: 18px;
            color: #333;
            line-height: 1.5;
            align-self: flex-start;
            text-align: center;
            background-color: #DDF1F4;
            border-radius: 5px;
        }

        .box-text-5 {
            background-color: #fff;
            box-sizing: border-box;
            padding: 10px;
        }

        .box-text-6 {
            background-color: #ffffff;
            box-sizing: border-box;
            padding: 10px;
            width: calc(34% - 20px);
        }

        .box img, .box-1 img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
            margin: 10px;
        }

        banken-logo {
            max-width: 100px;
            height: auto;
            border-radius: 5px;
            margin-top: 0px;
            margin-right: 10px;
        }
        .button-link, .button-link1, button {
            padding: 15px 50px;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
            font-size: 26px;
            margin-top: 10px;
            transition: background-color 0.3s, box-shadow 0.2s;
        }

        .button-link {
            background-color: #0056b3;
            color: white;
        }

        .button-link:hover {
            color: white;
            background-color: #0069E0;
            box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
        }

        .button-link1 {
            display: inline-block;
            min-width: 250px;
            background-color: #FFFF00;
            color: #333;
            font-size: 22px;
            padding: 20px 30px;
        }

        .button-link1:hover {
            background-color: #FFFF8A;
            color: #333;
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
        }

        label {
            font-weight: bold;
        }

        input[type="text"], input[type="password"], input[type="email"], input[type="number"], select {
            max-width: 250px;
            min-width: 250px;
            height: 50px;
            padding: 0 20px;
            margin-bottom: 10px;
            border: 2px solid #4CAF50;
            border-radius: 5px;
            font-size: 20px;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-sizing: border-box;
            text-align: center;
            line-height: 50px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #f9f9f9;
        }

        input::placeholder {
            color: #999;
            text-align: center;
        }

        input[type="checkbox"], input[type="radio"] {
            width: auto;
            height: auto;
            margin: 0 10px 0 0;
            padding: 0;
            box-shadow: none;
            border: none;
            appearance: auto;
            background-color: transparent;
        }

        input[type="checkbox"] {
            accent-color: #4CAF50;
        }

        input[type="radio"] {
            accent-color: #4CAF50;
        }
        select {
            background: #f9f9f9 url(data:image/svg+xml;utf8,<svg\ fill=\"%23333\"\ height=\"24\"\ viewBox=\"0\ 0\ 24\ 24\"\ width=\"24\"\ xmlns=\"http://www.w3.org/2000/svg\"><path\ d=\"M7\ 10l5\ 5\ 5-5z\"/></svg>) no-repeat right center;
            background-size: 16px 16px;
            padding-right: 40px;
            background-color:#f9f9f9
        }

        .icon {
            font-size: 25px;
        }

        .icon-2 {
            font-size: 20px;
        }

        button {
            background-color: #0B1A0B;
            color: white;
            border: none;
        }

        button:hover {
            background-color: #173C17;
        }

        .inline-label {
            display: inline-block;
            margin-right: 10px;
            text-align: justify;
        }

        .large-text {
            font-size: 22px;
            font-weight: bold;
            color: #006666;
            line-height: 1.5;
        }

        .fixed-button {
            position: fixed;
            bottom: 45%;
            min-height: 30px;
            left: 50%;
            transform: translateX(275px);
            padding: 10px 20px;
            background-color: #33CCFF;
            color: #000000;
            font-weight: bold;
            border: none;
            border-radius: 5px;
            font-size: 20px;
            cursor: pointer;
            display: none;
        }

        .fixed-button:hover {
            background-color: #00FFFF;
        }

        @media (max-width: 768px) {
            .content, .container, .container-1, .box, .box-1, .box-text, .box-text-1, .box-text-3 {
                flex-direction: column;
                max-width: 100%;
                padding: 0;
                margin: 0;
            }

        .content, .container, .container-1 {
            margin-top: 0px;
        }

            nav .container {
                flex-direction: row;
            }

            .content-rechner {
                width: calc(100% - 40px);
            }

            .box-text-3 {
                margin-bottom: 20px;
                width: 85%;
                padding: 10px 10px;
                border-radius: 0px 15px 15px 0px;
            }

            .box-text-5 {
                width: 50%;
            }

            .box-text-6 {
                width: 100%;
            }

            .box-img, .box-1 img {
                display: block;
                max-width: 100%;
                margin: 0 auto;
                margin-top: 10px;
            }

            .box-text, .box-text-1 {
                margin: 10px;
            }

            .fixed-button {
                right: 10px;
                transform: translateX(0px);
                bottom: 90px;
                padding: 10px 10px;
                min-width: 150px;

            }
            .icon {
                font-size: 20px;
            }

            .icon-2 {
                font-size: 20px;
            }

            .inline-label {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 95%;
                margin-bottom: 10px;
                flex-direction: column;
                gap: 0;
            }

            .inline-label span {
                margin-left: 15px;
            }

            .inline-label input, .inline-label select {
                flex-grow: 1;
            }

            .box-text-4 {
                padding-top: 10px;
                margin: 10px;
                width: calc(100% - 20px);
            }
