.app{min-height:100vh;display:flex;flex-direction:column}.header-bar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.25rem;border-bottom:1px solid #dce3ea;background:#fff}.brand{display:flex;align-items:center;gap:.65rem}.brand-logo{width:34px;height:34px;display:block}.brand-name{font-size:1rem;font-weight:700;color:#1e2d3d}.nav-links{list-style:none;display:flex;align-items:center;gap:1rem;margin:0;padding:0}.nav-links a{color:#315175;text-decoration:none;font-weight:600}.nav-links a:hover{color:#1f3652}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:1.5rem 2rem 2rem;gap:.5rem}.content h1,.content h2{margin:.25rem 0}.content p{margin:.25rem 0 .5rem;max-width:72ch}.site-footer{border-top:1px solid #dce3ea;padding:1rem 1.25rem;text-align:center;background:#fff}.site-footer a{color:#315175;text-decoration:none;font-weight:500;font-size:.85rem}.site-footer a:hover{color:#1f3652}.home-posts-table{border-collapse:collapse;margin-top:1rem;min-width:520px}.home-posts-table th,.home-posts-table td{border:1px solid #dce3ea;padding:.5rem .75rem}.home-posts-table th{background:#f6f9fc}.impressum{max-width:72ch;text-align:left}.impressum h2{margin-top:1.25rem}.impressum address,.impressum p{font-style:normal;line-height:1.5;margin:.5rem 0 0}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f8f9fa;color:#222}
