<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Job Advertisement Post</title> <style> *, *::before, *::after { box-sizing: border-box; } body { margin: 0; padding: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333333;...

Job Advertisement - Analytik Jena body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 20px auto; padding: 20px; border: 1px solid #ddd; } h2 { color: #000; border-bottom: 2px solid #ce0031; padding-bottom: 10px; } h3 { color: #ce0031; margin-top: 25px; }...