/* tiv-nl-inline-css */
.tiv-side-newsletter .tiv-side-nl-cta { display: none !important; }.tiv-side-newsletter .tiv-side-nl-icon, .tiv-side-newsletter .tiv-side-nl-badge { display: none !important; }.tiv-side-newsletter .tiv-side-nl-headline { font-size: 23px !important; line-height: 1.2 !important; margin-bottom: 8px !important; }.tiv-side-newsletter .tiv-side-nl-sub { font-size: 15px !important; line-height: 1.55 !important; }.tiv-side-newsletter .tiv-nl-form { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; }.tiv-side-newsletter .tiv-nl-input { width: 100%; padding: 15px 16px; font-size: 16px; font-family: 'Inter', system-ui, sans-serif; border: 1px solid rgba(255,255,255,0.28); background: #ffffff; color: #0a4a4a; border-radius: 12px; outline: none; box-sizing: border-box; transition: box-shadow .15s ease, border-color .15s ease; -webkit-appearance: none; appearance: none; }.tiv-side-newsletter .tiv-nl-input::placeholder { color: #8aa09a; }.tiv-side-newsletter .tiv-nl-input:focus { border-color: #e59875; box-shadow: 0 0 0 3px rgba(229,152,117,0.35); }.tiv-side-newsletter .tiv-nl-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; height: 0; width: 0; }.tiv-side-newsletter .tiv-nl-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.88); cursor: pointer; user-select: none; }.tiv-side-newsletter .tiv-nl-consent input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: #e59875; cursor: pointer; }.tiv-side-newsletter .tiv-nl-consent a { color: #f8decd; text-decoration: underline; text-underline-offset: 2px; }.tiv-side-newsletter .tiv-nl-consent a:hover { color: #fff; }.tiv-side-newsletter .tiv-nl-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 18px; font-size: 16px; font-weight: 800; font-family: 'Inter', system-ui, sans-serif; background: #e59875; color: #0a2e2a; border: none; border-radius: 999px; cursor: pointer; transition: transform .12s ease, background .15s ease; box-shadow: 0 6px 18px rgba(0,0,0,0.18); }.tiv-side-newsletter .tiv-nl-submit:hover { background: #f0a985; transform: translateY(-1px); }.tiv-side-newsletter .tiv-nl-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }.tiv-side-newsletter .tiv-nl-form::after { content: "Ein Versand pro Woche \00b7 Abmeldung mit einem Klick"; display: block; font-size: 11.5px; color: rgba(255,255,255,0.62); text-align: center; margin-top: -2px; }.tiv-side-newsletter .tiv-nl-msg { font-size: 13.5px; line-height: 1.45; padding: 11px 13px; border-radius: 10px; margin-top: 4px; }.tiv-side-newsletter .tiv-nl-msg.is-success { background: #ffffff; color: #0a4a4a; border-left: 3px solid #29a579; font-weight: 600; }.tiv-side-newsletter .tiv-nl-msg.is-error { background: rgba(255,255,255,0.14); color: #fff; border-left: 3px solid #e59875; }.tiv-side-newsletter .tiv-nl-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(10,74,74,0.3); border-top-color: #0a2e2a; border-radius: 50%; animation: tiv-nl-spin 0.7s linear infinite; }@keyframes tiv-nl-spin { to { transform: rotate(360deg); } }.tiv-side-newsletter .tiv-nl-form, .tiv-side-newsletter .tiv-nl-form * { text-transform: none !important; letter-spacing: normal !important; }