/*
 * Anmeldeformular fuer den Newsletter.
 *
 * Steht in einem globalen Avada-Off-Canvas und erscheint damit auf JEDER Seite,
 * nicht nur unter /newsletter/. has_shortcode() auf post_content findet es nicht,
 * deshalb wird es unbedingt eingehaengt.
 */

.ktw-nl{max-width:34em}
.ktw-nl__titel{margin:0 0 .4em}
.ktw-nl__text{margin:0 0 1.2em}
.ktw-nl__label{display:block;font-size:.85em;margin:.9em 0 .25em}
.ktw-nl__input{width:100%;padding:.7em .8em;border:1px solid #c9c9c9;border-radius:4px;font:inherit;background:#fff}
.ktw-nl__input:focus{outline:2px solid #17509d;outline-offset:1px}
.ktw-nl__einwilligung{display:flex;gap:.6em;align-items:flex-start;margin:1.2em 0}
.ktw-nl__einwilligung label{font-size:.82em;line-height:1.45}
.ktw-nl__einwilligung input{margin-top:.25em;flex:0 0 auto}
.ktw-nl__hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.ktw-nl__button{border:2px solid #17509d;color:#17509d;background:transparent;border-radius:5px;padding:.7em 1.2em;font:inherit;cursor:pointer}
.ktw-nl__button:hover:not([disabled]){background:#17509d;color:#fff}
.ktw-nl__button[disabled]{opacity:.5;cursor:default}
.ktw-nl__hinweis{margin:1em 0 0;font-size:.88em;min-height:1.2em}
.ktw-nl__hinweis.ist-fehler{color:#a5202a}
.ktw-nl__hinweis.ist-gut{color:#1c6b3c}
