<
<
<
<Ghostwriter finden: Die ultimative Checkliste für Qualität und Diskretion | Aniria Research
<
<
<
<
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300,400,600,700&display=swap');
:root {
--primary-blue: #1a365d;
--secondary-grey: #4a5568;
--accent-blue: #2b6cb0;
--highlight-red: #c53030;
--bg-light: #f7fafc;
--text-dark: #1a202c;
--text-light: #4a5568;
--white: #ffffff;
}
body { font-family: 'Poppins', sans-serif; line-height: 1.8; color: var(--text-dark); background-color: var(--bg-light); margin: 0; padding: 0; }
.header { background: linear-gradient(135deg, var(--primary-blue), #2d3748); color: white; padding: 60px 20px; text-align: center; }
.header h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 20px; }
.container { max-width: 900px; margin: 0 auto; padding: 40px 20px; background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
h2 { color: var(--primary-blue); margin-top: 40px; border-bottom: 3px solid var(--highlight-red); display: inline-block; }
h3 { color: var(--accent-blue); margin-top: 30px; }
p { margin-bottom: 20px; text-align: justify; }
.cta-box { background: #ebf4ff; border-left: 5px solid var(--highlight-red); padding: 30px; margin: 40px 0; border-radius: 0 10px 10px 0; }
.btn-primary { background-color: var(--highlight-red); color: white; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: 700; display: inline-block; transition: 0.3s; }
.btn-primary:hover { transform: scale(1.05); background-color: #a02828; }
.image-placeholder { background: #edf2f7; border: 2px dashed var(--secondary-grey); padding: 40px; text-align: center; color: var(--secondary-grey); margin: 30px 0; border-radius: 10px; font-style: italic; }
.check-list { background: #f8fafc; border: 1px solid #e2e8f0; padding: 25px; border-radius: 15px; margin: 30px 0; }
.check-item { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-weight: 500; }
.check-item::before { content: '✓'; color: var(--highlight-red); font-weight: bold; font-size: 1.2em; }
.source-box { background: #f1f5f9; padding: 20px; border-radius: 10px; font-size: 0.9em; color: var(--text-light); margin-top: 40px; }
footer { background: #0a192f; color: white; text-align: center; padding: 30px; margin-top: 60px; }
footer a { color: #cbd5e0; text-decoration: none; margin: 0 10px; }
<
<