
        .container {
            width: 90%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
           
        }

        .header {
            background: #eee;
            color: #08327a;
            padding: 30px;
            text-align: center;
        }

        .header h1 {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .form-section {
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .form-group {
            margin-bottom: 25px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 1.1rem;
        }

        input[type="text"], input[type="number"], input[type="password"], input[type="email"] {
            width: 100%;
            padding: 15px;
            border: 2px solid #e1e5e9;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus {
            outline: none;
            border-color: #4facfe;
            background: white;
            box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
            transform: translateY(-2px);
        }

        .pin-group {
            display: flex;
            align-items: end;
            gap: 15px;
        }

        .pin-input {
            flex: 1;
        }

        .generate-pin-btn {
            background: linear-gradient(135deg, #3b3b3b 0%, #5a5a5a 100%);
            color: white;
            border: none;
            padding: 15px 25px;
            border-radius: 10px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .generate-pin-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(255, 154, 158, 0.4);
        }

        .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 18px 40px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
        }

        .data-section {
            background: #f8f9fa;
            padding: 40px;
            border-top: 1px solid #e1e5e9;
        }

        .data-section h2 {
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .data-table th, .data-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e1e5e9;
        }

        .data-table th {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            color: white;
            font-weight: 600;
        }

        .data-table tr:hover {
            background: #f1f3f4;
        }

        .empty-state {
            text-align: center;
            padding: 40px;
            color: #6c757d;
            font-style: italic;
        }

        .success-message {
            background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
            color: white;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
            display: none;
        }

        .error-message {
            background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
            color: white;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
            display: block;
        }

        .login-section {
            max-width: 400px;
            margin: 50px auto;
            background: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .user-info {
            background: #eee;
            color: #000;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .zaehler-form {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .history-section {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .warning-message {
            background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
            color: white;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
        }
       
        .zaehler-input {
            font-size: 1.5rem;
            text-align: center;
            font-weight: bold;
        }
        
        .history-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
        }
        
        .history-table th, .history-table td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        .history-table th {
            background: #f1f3f4;
            font-weight: 600;
        }

        #garagennummer {
            line-height: 25px;
            font-size: 20px;
        } 
        
        .current-stand {
            font-size: 1.2rem;
            font-weight: bold;
            color: #2c3e50;
        }
        .logo {
            width: 60%;
        }
        table td {
            color: #000;
        }
        .data-table-all {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .data-table-all th, .data-table-all td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #e1e5e9;
        }

        .data-table-all th {
            background: linear-gradient(180deg, #164dad 0%, #08327a 100%);
            color: white;
            font-weight: 600; 
        }

        .data-table-all tr:hover {
            background: #f1f3f4;
        }
        .data-table-all img {
            max-width: 30px;
        }
        .datewarning {
            color: red;
            font-weight: bold;
        }
        #g-menue {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        a.g-link {
            color: #eee;
            text-decoration: none;
            background: #250d84;
            padding: 8px 15px;
            margin: 10px;
            display: inline-block;
            border-radius: 4px;
        }

        a.g-link:hover {
            background: #ddd;
            color: #000;
        }
        #g-edit {
            color: #000;
            width: 20px;
            background: #ddd;
            border-radius: 4px;
            margin: 10px;
            padding: 8px;
        }
        #gdata-all { 
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            background: #ddd;
            margin: 10px;
            border-radius: 4px;;
        }
        #gdata {
            color: #000;
            padding: 10px;
            font-weight: bold;
        }

@media screen and (max-width: 800px) {
            .pin-group {
                flex-direction: column;
                align-items: stretch;
            }
            
            .generate-pin-btn {
                margin-top: 10px;
            }
            #gdata-all {
                flex-direction: column;
            }
            .data-section {
                padding: 0px;
            }
}