        body {
            font-family: 'Google Sans Code', monospace;
            padding-left: 66px;
            padding-right: 66px;
            padding-bottom: 8px;
            padding-top: 8px;
        }

        h1 {
            margin-top: 100px;
            color: rgb(2, 43, 104);
            text-align: center;
        }

        p {
            color: rgb(2, 43, 104);
            font-size: 16px;
            margin-top: 100px;
        }

        .wave {
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            width: 100%;
            object-fit: cover;
            height: 290px;
        }

        .nav {
            margin-top: 16px;
            position: absolute;
            left: 128px;
        }

        .verknüpfungen {
            color: white;
            text-decoration: none;
        }

        .verknüpfungen:hover {
            text-decoration: underline;
        }

        .social-icons {
            position: absolute;
            top: 3px;
            right: 8px;
        }

        .social-icon {
            width: 30px;
        }

        .social-icon:hover {
            transform: scale(1.1);
        }


        .firmen-icon {
            width: 80px;
            height: auto;
        }

        .firmen-icon:hover {
            transform: scale(1.1);
        }

        .speciallogos {
            position: absolute;
            left: 16px;
            top: 16px;
        }

        .main-image {
            width: 100%;
        }

        .dienste {
            color: white;
            background-color: rgb(153, 37, 16);
            text-decoration: none;
            padding: 8px 60px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 16px;
            margin-bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .dienste:hover {
            background-color: rgb(201, 79, 60);
            text-decoration: none;
            transform: scale(1.1);
        }

        
        .dienste2 {
            color: white;
            background-color: rgb(153, 37, 16);
            text-decoration: none;
            padding: 8px 60px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 16px;
            margin-bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .dienste2:hover {
            background-color: rgb(201, 79, 60);
            text-decoration: none;
            transform: scale(1.1);
        }

        .dienste3 {
            color: white;
            background-color: rgb(153, 37, 16);
            text-decoration: none;
            padding: 8px 60px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 16px;
            margin-bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .dienste3:hover {
            background-color: rgb(201, 79, 60);
            text-decoration: none;
            transform: scale(1.1);
        }

        .dienste4 {
            color: white;
            background-color: rgb(153, 37, 16);
            text-decoration: none;
            padding: 8px 60px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 16px;
            margin-bottom: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .dienste4:hover {
            background-color: rgb(201, 79, 60);
            text-decoration: none;
            transform: scale(1.1);
        }

        .dienste-icon {
            width: 22px;
            margin-right: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .dienste-satz {
            margin-top: 30px;
        }

        .fehlermeldung {
            margin-top: 130px;
            text-align: center;
        }

        .überschrift {
            margin-top: 150px;
            text-align: center;
        }

        .datenschutz {
            margin-top: 100px;
            text-align: center;
        }

        @media (min-width: 1500px) {
            .fehlermeldung {
                position: absolute;
                left: 250px;
                top: 20px;
            
            }

            .datenschutztext {
                color: rgb(2, 43, 104);
                font-size: 20px;
                margin-top: 300px;
            }

            .überschrift{
                position: absolute;
                left: 250px;
                top: 5px;
            }

            .dektop {
                display: flex;
            }

            .main-image {
                width: 700px;
                margin-top: 50px;
                position: fixed;
                left: 1000px;
            }

            .wave {
                height: 400px;
            }

            .social-icon {
                width: 40px;
            }

            .firmen-icon {
                width: 100px;
                padding-left: 10px;
                padding-top: 10px;
            }

            .verknüpfungen {
                font-size: 18px;
                padding-left: 20px;
            }

            h1 {
                position: absolute;
                top: 15px;
                left: 200px;
                text-align: center;
            }

            .nav {
                padding-left: 70px;
            }

            p {
                font-size: 20px;
                margin-left: 100px;

            }

            .dienste {
                margin-left: 100px;
            }

            .dienste2 {
                position: absolute;
                top: 580px;
                left: 190px;
            }

            .dienste3 {
                position: absolute;
                top: 580px;
                left: 600px;
            }

            .dienste4 {
                position: absolute;
                top: 650px;
                left: 200px;
            }

            .comingsoon {
                position: absolute;
                top: 300px;
                left: 30px;
            }
            
            .impressum {
                margin-top: 300px;
            }

            .coming-soon {
                position: absolute;
                left: 200px;
            }

            .login-bottom {
                position: fixed;
                bottom: 80px;
                right: 80px;
                background-color: rgb(153, 37, 16);
                color: white;
                border-radius: 10px;
                display: inline-block;
                text-decoration: none;
                padding: 5px 10px;
                transform: scale(1.5);
            }

            .login-bottom:hover {
                background-color: rgb(201, 79, 60);
                text-decoration: none;
                transform: scale(1.6);
            }

            .account-icon {
                width: 30px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transform: scale(1.1);
            }

            .startseite-text {
                margin-top: 300px;
            }

        }

        .comingsoon {
            text-align: center;
        }

        .login-bottom {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: rgb(153, 37, 16);
            color: white;
            border-radius: 10px;
            display: inline-block;
            text-decoration: none;
            padding: 5px 10px;
        }

        .login-bottom:hover {
            background-color: rgb(201, 79, 60);
            text-decoration: none;
        }

        .account-icon {
            width: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }