        html {
            scroll-behavior: smooth;
            width: 100%;
            background-color: #f5ede8;
            color: #000;
            font-family: Arial, sans-serif;
        }
        body {
            min-height: 100vh;
            margin: 0;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;
        }
        .logo {
            padding: 5px;
            text-align: center;
            margin-bottom: 20px;
        }
        .logo img {
            max-width: 180px;
            height: auto;
        }
        .postimg {
            max-width: 220px;
            height: auto;
       }
        .box {
            width: 100%;
            max-width: 400px;
            margin: 10px auto;
            padding: 20px;
            text-align: center;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
        }
         .box p {
            color: #555;
        }
         .box p.title {
            padding: 5px;
            font-size: 120%;
            text-align: center;
            font-weight: bold;
            color: #36363a;
            margin-bottom: 5px;
        }
        .social-links {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px 0;
            /*background-color: rgba(30, 58, 138, 0.05);*/
            border-radius: 4px;
        }
           .social-links:hover {
            color: #1e40af;
            background-color: rgba(30, 58, 138, 0.1);
        }
        .social-links p {
            margin-bottom: 1rem;
            color: #555;
            text-align: center;
        }
        .social-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .social-links li {
            margin: 0;
        }
        .social-links a {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #1e3a8a;
            transition: color 0.2s;
            padding: 8px 12px;
            border-radius: 4px;
            color: #1e40af;
        }
        /*.social-links a:hover {
            color: #1e40af;
            background-color: rgba(30, 58, 138, 0.1);
        } */
        .social-links img {
            width: 24px;
            height: 24px;
        }
        .contact-form {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
        }
        .contact-form label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #333;
        }
        .contact-form input[type="text"],
        .contact-form input[type="email"],
        .contact-form textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 16px;
        }
        .contact-form textarea {
            height: 120px;
            resize: vertical;
            font-size: 14px;
        }
        .contact-form input[type="submit"] {
            width: 100%;
            background-color: #333;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            margin-top: 10px;
        }
        .contact-form input[type="submit"]:hover {
            background-color: #000;
        }
        .form-buttons {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        .reset-button {
            flex: 1;
            background-color: #ccc;
            color: #333;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
            margin-top: 10px;
        }
        .reset-button:hover {
            background-color: #999;
        }
        .kontakt-button {
            width: 100%;
            max-width: 400px;
            background-color: #333;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 120%;
            font-weight: bold;
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .kontakt-button:hover {
            background-color: #000;
        }
        .success {
            color: #5cb85c;
            background-color: #dff0d8;
            padding: 10px;
            border-radius: 4px;
            margin-bottom: 0px;
            text-align: center;
        }
        .error {
            color: #d9534f;
            background-color: #f8d7da;
            padding: 10px;
            border-radius: 4px;
            margin-bottom: 15px;
            text-align: center;
        }
        .form-group {
            margin-bottom: 15px;
            text-align: left;
        }
        .form-error {
            color: #d9534f;
            font-size: 14px;
            margin-top: -5px;
            margin-bottom: 10px;
            text-align: left;
        }
        #countdown {
            font-size: 12px;
            color: #4a4b4f;
        }
        .posticon {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            margin-right: 3px;
            color: #333;
        }
        .openform-icon {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            margin-left: 3px;
            color: inherit;
        }
        #pgpFieldContainer {
            font-family: monospace;
            font-size: 12px;
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 8px;
            resize: vertical;
            min-height: 100px;
            display: none;
            margin-top: 10px;
        }
        #pgpFieldContainer textarea {
            width: 100%;
            border: none;
            background: transparent;
            resize: vertical;
        }
        #footer {
            margin-top: 40px;
            padding: 5px;
            border: 0px solid #000;
        }
        @media (max-width: 480px) {
            .box, .contact-form {
                padding: 15px;
                margin: 0 0 20px 0;
            }
            .contact-form input[type="text"],
            .contact-form input[type="email"],
            .contact-form textarea {
                padding: 8px;
                font-size: 14px;
            }
            .social-links ul {
                gap: 10px;
            }
        }
