
        :root {
        --white-color: rgba(255, 255, 255, 1);
        --primary-color: #2b7fff;  
        --text-color: #333333;
        --grau-color: #172b4db3;
        --bg-grau: #f8f8f8;
        --font-normal: "Inter";
        --font-bold: "Inter Bold"
        }

         .ma5menu__logo {
            background-image: url("https://demo.parkwin.de/wp-content/uploads/2026/05/demo-logo-mobile.png");
            width: 211px;
            height: 52px;
        }

        .default-btn {
            background-color: #2b7fff;
            color: rgba(255, 255, 255, 1);
        }

        .sidebar .buchungsanfrage {
            background-color: #2b7fff;
        } 

    