/**
 * Widerrufsbutton – Styles
 * Gesetzliche Anforderung: Link im Footer muss hervorgehoben sein,
 * ein unauffälliger Textlink reicht nicht aus (§ 356a BGB / Gesetzesbegründung).
 */

/* -----------------------------------------------
   Seiten-Layout
----------------------------------------------- */
.printid-widerruf-page {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* -----------------------------------------------
   Hinweis-Box (B2B/B2C Hinweis)
----------------------------------------------- */
.printid-widerruf-hinweis {
    background: #fef9e7;
    border-left: 4px solid #f39c12;
    padding: 14px 18px;
    margin: 20px 0;
    border-radius: 3px;
    font-size: 0.92em;
    line-height: 1.5;
}

.printid-widerruf-hinweis strong {
    display: block;
    margin-bottom: 4px;
}

/* -----------------------------------------------
   Formular
----------------------------------------------- */
.printid-widerruf-formular {
    margin-top: 24px;
}

.printid-widerruf-feld {
    margin-bottom: 20px;
}

.printid-widerruf-feld label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.95em;
}

.printid-widerruf-feld input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.printid-widerruf-feld input:focus {
    outline: none;
    border-color: #2980b9;
    box-shadow: 0 0 0 2px rgba(41, 128, 185, 0.15);
}

.printid-widerruf-feld--fehler input {
    border-color: #c0392b;
}

.printid-widerruf-feldfehler {
    display: block;
    color: #c0392b;
    font-size: 0.85em;
    margin-top: 5px;
}

.printid-widerruf-pflicht {
    color: #c0392b;
    margin-left: 2px;
}

.printid-widerruf-pflichthinweis {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 20px;
}

/* -----------------------------------------------
   Fehler allgemein
----------------------------------------------- */
.printid-widerruf-fehler--allgemein {
    background: #fdedec;
    border-left: 4px solid #c0392b;
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 0.92em;
    color: #922b21;
}

/* -----------------------------------------------
   Buttons
----------------------------------------------- */
.printid-widerruf-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease;
}

.printid-widerruf-btn:hover,
.printid-widerruf-btn:focus {
    background: #922b21;
    color: #fff;
}

.printid-widerruf-btn--zurueck {
    background: #555;
    margin-top: 20px;
}

.printid-widerruf-btn--zurueck:hover {
    background: #333;
}

/* -----------------------------------------------
   Bestätigungsseite
----------------------------------------------- */
.printid-widerruf-erfolg {
    text-align: center;
    padding: 40px 20px;
}

.printid-widerruf-erfolg h1 {
    color: #27ae60;
    margin-bottom: 16px;
}
