:root{
--accent:#0083B9;
--accent-hover:#006ca0;
--white:#F5F7FA;
--muted:#8FA6BD;
--bg:#EEF2F6;
}
*{box-sizing:border-box; margin:0; padding:0}

.sub a{color:#0083B9;text-decoration:none}
.sub a:hover, .sub a:focus, .sub a:active
{color:#ffffff;text-decoration:underline}

body{font-family:-apple-system, "Segoe UI", Helvetica, Arial, sans-serif;background:var(--bg);color:#1c2733}

ul{margin-left:15px}

img{max-width:100%;height:auto}

.abstX{margin-bottom:15px !important}
.abstY{margin-left:15px !important}

.top{text-align:center;padding:20px 20px 10px}

.top .brand{font-size:14px;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent);font-weight:700;margin-bottom:14px}

.top h1{font-size:28px;font-weight:700;color:#12202e;max-width:975px;margin:35px auto 10px;line-height:1.3}

.top p{font-size:16px;color:#5c6b7a;max-width:767px;margin:0 auto}

.top .sub{margin-top:-8px;margin-bottom:8px;font-weight:500;font-size:16px}
.top .sub2{margin-top:0px;margin-bottom:5px;font-weight:500;font-size:20px;color:#12202e}
.top .sub3{margin-top:5px;margin-bottom:5px;font-weight:500;font-size:16px}

main{max-width:1700px;margin:0 auto;padding:20px 24px 20px}

.grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}

.tile{position:relative;width:100%;height:25vh;aspect-ratio:600 / 450;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;
padding:15px 25px;text-decoration:none;box-shadow:0 6px 18px rgba(10,30,50,0.12);transition:transform 0.25s ease, box-shadow 0.25s ease}
.tile:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(10,30,50,0.2)}

.tile::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(255,255,255,0.04), transparent 60%)}

.tile .label{font-size:18px;letter-spacing:0.08em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:10px;position:relative;z-index:2}

.tile .info{font-size:16px;font-weight:600;color:var(--white);line-height:1.25;margin:0 0 10px;max-width:90%;position:relative;z-index:2}

.tile .rule{width:28px;height:2px;background:var(--accent);margin-bottom:10px;position:relative;z-index:2}

.tile .sub{font-size:clamp(11px, 0.9vw, 13px);color:var(--muted);line-height:1.4;max-width:90%;position:relative;z-index:2}
.tile .subX{font-size:15px;color:#bed4e8}

.signature{position:absolute;bottom:0;right:0;width:34%;height:auto;aspect-ratio:1/1;z-index:1}
.sigI{width:13%}

.law{border:1px solid #ddd;padding:10px 50px}
.law p{margin-bottom:15px}
.lawX{padding:0 50px}
.btn-law{color:#fff;background:#10263D;border-radius:0;font-size:13px;letter-spacing:1px;padding:10px 30px}
.btn-law:hover{background:#5c6b7a}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px}

.green{font-size:17px !important;color:#7BB926 !important;font-weight:600 !important}

/* Individuelle Hintergrundfarben je Kachel */
.t-businesscard{ background:#0B1C2E}
.t-lp-business{ background:#10263D}
.t-lp-ultimate{ background:#0D1F3D}
.t-promopage{ background:#0F2436}
.t-webseite{ background:#0C2032}
.t-formulare{ background:#122436}
.t-info{ background:#0E1D2D}
.t-nichts{background:#0B1826;border:1px dashed rgba(0,131,185,0.4)}

footer{max-width:1700px;margin:0 auto;padding:0 8px 25px 25px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5c6b7a;flex-wrap:wrap;gap:12px}
footer a{color:#5c6b7a;text-decoration:none;margin-right:16px}
footer a:hover{color:var(--accent);text-decoration:underline}

@media (max-width:1275px){
.grid{ grid-template-columns:repeat(2, 1fr)}
.tile{aspect-ratio:675 / 450}
}

@media (max-width:800px){
.grid{ grid-template-columns:1fr}
.tile{aspect-ratio:675 / 300}
.signature{width:20vw}
}

#lhc_status_container{bottom:50px !important}




/* Hauptcontainer - respektiert dein bestehendes footer-CSS nicht */
.footer-bottom{
max-width:1700px;margin:0 auto;padding:25px 25px 25px 25px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5c6b7a;flex-wrap:wrap;gap:12px 20px}

.footer-bottom__column{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:0 30px}

.footer-bottom__column--center{justify-content:center}

.footer-bottom__column--right{justify-content:flex-end}

.footer-bottom a{color:#5c6b7a;text-decoration:none;margin-right:0}

.footer-bottom a:hover{color:var(--accent, #0066cc);text-decoration:underline}

@media (max-width:991px){
.footer-bottom{flex-direction:column;align-items:stretch;gap:16px;padding:20px 15px}

.footer-bottom__column{justify-content:center !important;text-align:center}

.footer-bottom__column--left{order:1}
.footer-bottom__column--center{order:2}
.footer-bottom__column--right{order:3}
}

/* Informationsseite */
.tileX{height:auto;aspect-ratio:auto;padding:40px 50px;transform:none}
.tileX:hover{transform:none}

@media (max-width:767px){
.tileX{padding:20px 10px}
}

.title404{margin-top:20px;font-size:32px;text-align:center;color:#0083B9}
.main404{margin:20px;text-align:center}