
@media (min-width: 769px) {
	.mailform form {
        width: 360px;
    }

    .password__form {
        width: 360px;
    }

    form {
        width: 100%;
    }

    .password__form,
    .mailform {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .password__form {
        width: 240px;
    }
}

ul.secret-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    margin: 10px 0 5px;
}

input, textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-size: 16px;
    outline: none;
}

input, textarea, button {
    font-family: inherit;
    font-size: inherit;
    background: none;
    border-radius: 0;
}

.mailform p {
    margin-left: 28px;
}

/* old version (Referenzen-Login) */
/*.password__form input {
    margin-top: 28px;
}*/

.mailform label {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' shape-rendering='geometricPrecision'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='black'/%3E%3C/svg%3E") 12 12, auto; /* ohne weißen Rand */
}

.password__form label {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' shape-rendering='geometricPrecision'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='black'/%3E%3C/svg%3E") 12 12, auto; /* ohne weißen Rand */
}

form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
    margin-top: 12px;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='20' y1='20' x2='80' y2='80' stroke='black' stroke-width='10'/%3E%3Cline x1='80' y1='20' x2='20' y2='80' stroke='black' stroke-width='10'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}


.mailform button {
    margin-top: 15px;
    padding: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}

.password__form button {
    margin-top: 25px;
    padding: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}

.form__message {
    margin-top: 1rem;
    font-weight: bold;
}

.login-button {
    display: block;
    padding: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}

.password-input {
    margin-bottom: 12px; /* Abstand zum Button */
}

ul.secret-list {
    margin-top: 10px;
}

  




