:root{--mal-a:#b33a12;--mal-b:#07179b;--mal-c:#ff6b21;--mal-text:#1f2937;--mal-soft:#fff7f2;--mal-line:#e7d8cf;--mal-card:#fff;--mal-bg:#fffdfb;--mal-shadow:0 10px 30px rgba(31,41,55,.08);--mal-radius:18px;--mal-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mal-bg);color:var(--mal-text);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:17px;line-height:1.65}a{color:var(--mal-a);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.mal-header{background:#fff;border-bottom:1px solid var(--mal-line);position:relative;z-index:50}.mal-head-inner{max-width:var(--mal-max);margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:10px 18px}.mal-logo{display:flex;align-items:center;justify-content:center}.mal-logo-img{width:280px;max-height:92px;object-fit:contain}.mal-search-link{justify-self:start;font-weight:700;color:var(--mal-b);padding:8px 12px;border:1px solid var(--mal-line);border-radius:999px}.mal-menu-btn{justify-self:end;width:48px;height:42px;border:1px solid var(--mal-line);background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.mal-menu-btn span{width:22px;height:3px;background:var(--mal-a);border-radius:9px}.mal-topnav{max-width:var(--mal-max);margin:auto;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:0 18px 12px}.mal-topnav a{font-weight:700;color:#273244;padding:8px 12px;border-radius:999px}.mal-topnav a:hover{background:var(--mal-soft);color:var(--mal-a);text-decoration:none}.mal-drawer{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:100}.mal-drawer-box{margin-left:auto;max-width:360px;height:100%;background:#fff;padding:18px;box-shadow:var(--mal-shadow);overflow:auto}.mal-close{border:0;background:var(--mal-a);color:#fff;padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer}.mal-drawer nav{display:grid;gap:8px;margin-top:18px}.mal-drawer a{display:block;padding:12px 14px;border-radius:12px;background:var(--mal-soft);font-weight:800;color:#243045}.mal-main{max-width:var(--mal-max);margin:0 auto;padding:26px 18px 42px}.mal-hero{background:linear-gradient(135deg,#fff 0%,#fff8f1 52%,#fff 100%);border:1px solid var(--mal-line);border-radius:24px;padding:30px;box-shadow:var(--mal-shadow);text-align:center}.mal-hero h1,.mal-single h1,.mal-article h1{font-size:clamp(30px,4.3vw,48px);line-height:1.15;margin:0 0 14px;color:#172033}.mal-hero p{max-width:850px;margin:0 auto 12px;font-size:19px}.mal-hero-html{max-width:900px;margin:12px auto 0}.mal-section{margin-top:30px}.mal-section>h2,.mal-info h2,.mal-faq h2{font-size:clamp(24px,3vw,34px);line-height:1.2;margin:0 0 16px;color:#172033}.mal-grid{display:grid;gap:18px}.mal-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mal-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mal-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mal-card{background:var(--mal-card);border:1px solid var(--mal-line);border-radius:var(--mal-radius);overflow:hidden;box-shadow:0 8px 22px rgba(31,41,55,.07)}.mal-card-img{display:block;background:#fff;padding:12px}.mal-card-img img{display:block;aspect-ratio:3/4;width:100%;object-fit:contain;border-radius:14px;background:#fff}.mal-card-body{padding:0 14px 16px}.mal-card h2{font-size:18px;line-height:1.35;margin:4px 0 6px}.mal-card h2 a{color:#172033}.mal-card p{margin:0;font-size:14px;color:#526071}.mal-catlist{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.mal-catlist a{display:flex;align-items:center;justify-content:center;min-height:48px;background:#fff;border:1px solid var(--mal-line);border-radius:16px;font-weight:850;color:#172033;box-shadow:0 4px 16px rgba(31,41,55,.05);text-align:center}.mal-catlist a:hover{background:var(--mal-soft);color:var(--mal-a);text-decoration:none}.mal-info,.mal-faq,.mal-single,.mal-article{background:#fff;border:1px solid var(--mal-line);border-radius:22px;padding:24px;box-shadow:0 8px 24px rgba(31,41,55,.06)}.mal-layout{display:grid;grid-template-columns:292px minmax(0,1fr);gap:24px;align-items:start}.mal-sidebar{position:sticky;top:146px;background:#fff;border:1px solid var(--mal-line);border-radius:22px;padding:16px;box-shadow:0 8px 24px rgba(31,41,55,.06)}.mal-sidebar h2{margin:0 0 10px;font-size:24px;color:#172033}.mal-sidebar nav{display:grid;gap:8px}.mal-sidebar a{display:block;padding:10px 12px;border:1px solid #f1ded2;border-radius:13px;color:#263246;background:#fff;font-weight:750}.mal-sidebar a:hover,.mal-sidebar a.is-active{background:var(--mal-soft);color:var(--mal-a);text-decoration:none}.mal-side-note{margin-top:14px;padding:12px;border-radius:14px;background:#f8fafc;color:#475569;font-size:14px}.mal-content{min-width:0}.mal-lead{margin-top:10px}.mal-rich h2{font-size:28px;line-height:1.25;margin:26px 0 10px;color:#172033}.mal-rich h3{font-size:23px;margin:22px 0 8px}.mal-rich p{margin:0 0 15px}.mal-rich ul{padding-left:22px}.mal-breadcrumb{font-size:14px;margin-bottom:12px;color:#64748b}.mal-main-image{margin:14px 0 16px;text-align:center}.mal-main-image img{max-height:760px;object-fit:contain;background:#fff;border:1px solid var(--mal-line);border-radius:18px;padding:12px}.mal-main-image figcaption{font-size:14px;color:#64748b;margin-top:7px}.mal-actions{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}.mal-btn,.mal-search button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mal-a);background:var(--mal-a);color:#fff!important;border-radius:999px;padding:10px 16px;font-weight:850;cursor:pointer}.mal-btn:hover,.mal-search button:hover{text-decoration:none;filter:brightness(.96)}.mal-btn-light{background:#fff;color:var(--mal-a)!important}.mal-prevnext{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.mal-prevnext a{background:var(--mal-soft);border:1px solid var(--mal-line);border-radius:14px;padding:12px;font-weight:800;color:#172033}.mal-prevnext a:last-child{text-align:right}.mal-search{display:flex;gap:8px;margin:14px 0 24px}.mal-search input{flex:1;border:1px solid var(--mal-line);border-radius:999px;padding:12px 16px;font:inherit}.mal-faq details{border:1px solid var(--mal-line);border-radius:15px;background:#fff;margin:10px 0;padding:12px 14px}.mal-faq summary{cursor:pointer;font-weight:850;color:#172033}.mal-footer{background:#1e293b;color:#fff;margin-top:30px}.mal-footer-inner{max-width:var(--mal-max);margin:auto;padding:24px 18px;text-align:center}.mal-footer p{margin:0 0 12px}.mal-footer nav{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.mal-footer a{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}.mal-cookie{position:fixed;right:16px;bottom:16px;width:min(380px,calc(100% - 32px));background:#fff;border:1px solid var(--mal-line);border-radius:18px;padding:16px;box-shadow:0 16px 42px rgba(15,23,42,.18);z-index:90}.mal-cookie p{margin:6px 0 12px;font-size:14px}.mal-cookie button{border:0;border-radius:999px;padding:9px 12px;font-weight:800;cursor:pointer}.mal-cookie button:first-child{background:var(--mal-a);color:#fff}.mal-cookie button:nth-child(2){background:#eef2f7}.mal-cookie a{font-size:14px;margin-left:8px}.mal-footer img,.mal-card img,.mal-main-image img{content-visibility:auto}.mal-admin-link{display:none}@media (max-width:1000px){.mal-grid-4{grid-template-columns:repeat(3,1fr)}.mal-catlist{grid-template-columns:repeat(3,1fr)}.mal-layout{grid-template-columns:1fr}.mal-sidebar{position:static;top:auto}.mal-sidebar nav{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){body{font-size:16px}.mal-head-inner{grid-template-columns:auto 1fr auto;padding:9px 12px}.mal-logo-img{width:190px;max-height:70px}.mal-search-link{font-size:0;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center}.mal-search-link:before{content:"⌕";font-size:22px}.mal-topnav{display:none}.mal-main{padding:18px 12px 32px}.mal-hero{padding:22px 15px}.mal-grid-4,.mal-grid-3,.mal-grid-2{grid-template-columns:1fr 1fr;gap:12px}.mal-catlist{grid-template-columns:1fr 1fr}.mal-card h2{font-size:16px}.mal-sidebar nav{grid-template-columns:1fr}.mal-info,.mal-faq,.mal-single,.mal-article{padding:18px}.mal-prevnext{grid-template-columns:1fr}.mal-prevnext a:last-child{text-align:left}.mal-search{flex-direction:column}.mal-main-image img{padding:8px}}@media (max-width:430px){.mal-grid-4,.mal-grid-3,.mal-grid-2,.mal-catlist{grid-template-columns:1fr}.mal-logo-img{width:165px}.mal-card-img img{aspect-ratio:4/3}}.mal-hero-html p{margin:0 0 12px}.mal-home-note{margin-top:18px}.mal-card{border:0!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.mal-card-img{padding:0!important;background:transparent!important}.mal-card-img img{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.mal-card-body{padding:8px 0 14px!important}.mal-card h2{text-align:left}.mal-main-image img{border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.mal-sidebar{position:static!important;top:auto!important}.mal-sidebar h2{font-size:28px}.mal-sidebar .mal-side-note{display:none}.mal-sidebar nav a{border:0!important;border-bottom:1px solid #d7dee7!important;border-radius:0!important;background:transparent!important;padding:14px 12px;font-size:20px;font-weight:500}.mal-content.mal-article{box-shadow:none}.mal-galerie-2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:start}.mal-bildkarte{margin:0;background:transparent;border:0;box-shadow:none;padding:0}.mal-bild-link{display:block;background:#fff}.mal-bildkarte img{display:block;width:100%;height:auto;object-fit:contain;border:0!important;box-shadow:none!important;border-radius:0!important;background:#fff}.mal-bildkarte figcaption{font-size:18px;line-height:1.35;font-weight:800;color:#1d2c3b;margin:10px 0 8px;text-align:left}.mal-aktion{display:flex;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:8px 0 4px}.mal-knopf{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border-radius:999px;text-decoration:none;font-weight:800;font-size:14px;line-height:1.2;border:1px solid var(--mal-a)}.mal-pdf{background:var(--mal-a);color:#fff!important}.mal-offen{background:#fff;color:var(--mal-a)!important}.mal-knopf:hover{text-decoration:none;filter:brightness(.96)}@media (max-width:720px){.mal-galerie-2{grid-template-columns:1fr}.mal-aktion{display:grid;grid-template-columns:1fr 1fr}.mal-knopf{width:100%}}.aus-start-a-z{margin-top:34px}.aus-start-a-z>h2{display:block;background:transparent!important;color:#172033!important;text-align:left;font-size:clamp(28px,3.5vw,42px);line-height:1.15;margin:0 0 22px;padding:0;box-shadow:none!important;border:0!important}.aus-start-a-z .mal-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 24px}.aus-start-a-z .mal-card-img img{aspect-ratio:3/4;object-fit:contain}.aus-start-a-z .mal-card h2{font-size:20px;line-height:1.3;margin-top:10px}.aus-start-a-z .mal-card p{font-size:15px}.mal-catlist{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}@media (max-width:1000px){.aus-start-a-z .mal-grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.aus-start-a-z .mal-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 14px}}@media (max-width:430px){.aus-start-a-z .mal-grid-4{grid-template-columns:1fr}.aus-start-a-z .mal-card-img img{aspect-ratio:auto}}.mal-home-top,.mal-home-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,46%);gap:44px;align-items:start;background:#fff;border:0;box-shadow:none;border-radius:0;padding:0;margin:0 auto 34px}.mal-home-text{font-size:24px;line-height:1.52;color:#0f1d34}.mal-home-text p{margin:0 0 34px}.mal-home-figure{margin:0;text-align:center}.mal-home-figure img{display:block;width:100%;max-width:520px;height:auto;margin:0 auto;border:1px solid #222;border-radius:0;background:#fff;box-shadow:none;padding:0}.mal-home-adult{background:#fff;border:0;box-shadow:none;border-radius:0;padding:0;margin:0 auto 30px}.mal-home-adult .mal-adult-title{font-size:clamp(32px,4vw,48px);line-height:1.15;margin:0 0 34px;color:#081832;font-weight:900}.mal-home-adult .mal-home-text h2{font-size:clamp(28px,3.2vw,36px);line-height:1.35;margin:0 0 22px;color:#081832;font-weight:900}.mal-home-list-wrap{max-width:520px;margin:20px 0 0;font-size:18px;line-height:1.5}.mal-home-list-wrap ol{margin:0 0 26px 26px}.mal-home-list-wrap li{margin:5px 0}.mal-home-list-wrap strong{color:#a4480b}.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download{background:#fff;border:0;box-shadow:none;border-radius:0;padding:0;margin:34px auto 0;max-width:920px}.mal-home-cats h2,.mal-home-new h2,.mal-home-info-block h2,.mal-home-download h2,.mal-home-why h2{font-size:clamp(24px,3vw,34px);line-height:1.25;margin:0 0 16px;color:#14314e;font-weight:900}.mal-home-cats p,.mal-home-info-block p,.mal-home-download p{font-size:18px;line-height:1.6;margin:0 0 18px}.mal-home-tile-grid{display:grid;gap:22px;margin-top:22px;align-items:start}.mal-home-tile-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mal-home-tile-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.mal-home-tile{background:transparent;border:0;box-shadow:none;border-radius:0;text-align:center}.mal-home-tile a,.mal-home-tile-img{display:block;text-decoration:none}.mal-home-tile img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;border:1px solid #777;border-radius:0;background:#fff;box-shadow:none;padding:0}.mal-home-tile h3{font-size:18px;line-height:1.3;margin:12px 0 0;font-weight:500;color:#a80000}.mal-home-tile h3 a{color:#a80000;text-decoration:none}.mal-home-why{max-width:760px;margin-top:26px;font-size:16px;line-height:1.55}.mal-home-why p{margin:0 0 18px}.mal-home-why ol,.mal-home-info-block ol,.mal-home-download ol{margin:16px 0 24px 28px}.mal-home-info-block{max-width:840px}.mal-home-info-block li,.mal-home-download li{font-size:16px;line-height:1.55;margin:6px 0}.mal-home-download{padding-bottom:28px}.mal-muted{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:14px}.aus-start-a-z{max-width:var(--mal-max);margin-top:54px}.aus-start-a-z>h2{font-size:clamp(36px,5vw,56px)!important;letter-spacing:.01em;margin-bottom:28px!important;color:#081832!important}.aus-start-a-z .mal-card{text-align:left}.aus-start-a-z .mal-card-img img{border:1px solid #d0d7e2!important;aspect-ratio:3/4;object-fit:contain;background:#fff}.mal-card-body h2 a{font-weight:850}.mal-layout .mal-content.mal-article{border-radius:0}.mal-rich .mal-galerie-2{margin-top:24px}@media (max-width:900px){.mal-home-top,.mal-home-split{grid-template-columns:1fr;gap:22px}.mal-home-text{font-size:20px}.mal-home-text p{margin-bottom:22px}.mal-home-figure img{max-width:560px}.mal-home-tile-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.mal-home-tile-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.mal-home-text{font-size:18px}.mal-home-adult .mal-adult-title{font-size:31px}.mal-home-adult .mal-home-text h2{font-size:26px}.mal-home-tile-grid-3,.mal-home-tile-grid-2{grid-template-columns:1fr}.aus-start-a-z>h2{font-size:34px!important}.mal-home-figure img,.mal-home-tile img{border-color:#444}}.mal-home-headline{max-width:var(--mal-max);margin:0 auto 34px;background:#fff;border:0;box-shadow:none;border-radius:0;padding:0;text-align:left}.mal-home-headline h1{font-size:clamp(38px,5vw,62px);line-height:1.08;margin:0 0 18px;color:#081832;font-weight:950;letter-spacing:-.02em}.mal-home-seo-intro{max-width:980px;color:#102033;font-size:20px;line-height:1.72}.mal-home-seo-intro p{margin:0 0 16px}.mal-home-top,.mal-home-adult,.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download,.aus-start-a-z{width:100%;box-sizing:border-box}.mal-home-text,.mal-home-seo-intro,.mal-home-cats p,.mal-home-info-block p,.mal-home-download p{text-align:left}.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download{margin-left:auto;margin-right:auto}@media (max-width:720px){.mal-home-headline h1{font-size:34px}.mal-home-seo-intro{font-size:17px;line-height:1.65}}.mal-main{max-width:1220px}.mal-category-page{width:100%;background:#fff;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0;margin:0 auto}.mal-category-head{margin:0 0 24px;padding:0;text-align:left}.mal-category-head h1{font-size:clamp(34px,4.2vw,52px);line-height:1.1;margin:0 0 12px;color:#081832;font-weight:950;letter-spacing:-.015em}.mal-category-desc{max-width:920px;font-size:18px;line-height:1.65;color:#18283d}.mal-category-desc p{margin:0 0 14px}.mal-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 24px;align-items:start}.mal-category-grid .mal-card{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;margin:0}.mal-category-grid .mal-card-img{display:block;padding:0!important;background:transparent!important;border:0!important}.mal-category-grid .mal-card-img img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-category-grid .mal-card-body{padding:9px 0 0!important}.mal-category-grid .mal-card h2{font-size:18px;line-height:1.28;margin:0;text-align:left;font-weight:850}.mal-category-grid .mal-card h2 a{color:#0b1b34;text-decoration:none}.mal-category-grid .mal-card h2 a:hover{color:var(--mal-a);text-decoration:none}.mal-category-grid .mal-card p{display:none}.mal-post-no-sidebar{max-width:980px;margin:0 auto}.mal-sidebar{display:none!important}.mal-layout{display:block!important}.mal-content.mal-article,.mal-single.mal-article{box-shadow:none!important;border-radius:0!important}.mal-home-headline h1{font-size:clamp(32px,4vw,50px)!important;line-height:1.12!important;margin-bottom:16px!important}.mal-home-seo-intro,.mal-home-text,.mal-home-cats p,.mal-home-info-block p,.mal-home-download p{font-size:18px!important;line-height:1.68!important}.mal-home-text p{margin-bottom:22px!important}.mal-home-figure img,.mal-home-tile img,.aus-start-a-z .mal-card-img img,.mal-card-img img,.mal-main-image img{border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.aus-start-a-z .mal-card{border:0!important;box-shadow:none!important;background:transparent!important}.aus-start-a-z .mal-card-img{padding:0!important}.aus-start-a-z .mal-card-img img{aspect-ratio:1/1!important;object-fit:contain!important}.mal-bildkarte img,.mal-bild-link{border:0!important;box-shadow:none!important;border-radius:0!important}.mal-breadcrumb{font-size:14px}.mal-prevnext{display:none}@media (max-width:1050px){.mal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px}}@media (max-width:720px){.mal-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px}.mal-category-grid .mal-card h2{font-size:16px}.mal-category-desc{font-size:16px}.mal-home-seo-intro,.mal-home-text,.mal-home-cats p,.mal-home-info-block p,.mal-home-download p{font-size:16px!important;line-height:1.62!important}}@media (max-width:430px){.mal-category-grid{grid-template-columns:1fr}.mal-category-head h1{font-size:32px}}.mal-topnav{display:none!important}.mal-menu-btn{display:flex!important}.mal-drawer nav a{font-size:20px;line-height:1.25}.mal-drawer nav a:nth-child(1)::before{content:""}.mal-drawer nav a:nth-child(2){margin-top:4px}.mal-single.mal-article,.mal-content.mal-article{max-width:1080px;margin:0 auto;background:#fff;border:0!important;box-shadow:none!important;padding:22px 18px 38px!important}.mal-single h1,.mal-article h1{font-size:clamp(34px,4.2vw,54px)!important;line-height:1.16!important;margin:0 0 22px!important;color:#172033!important;font-weight:950;letter-spacing:-.015em}.mal-rich{font-size:19px;line-height:1.72;color:#102033}.mal-rich p{font-size:19px!important;line-height:1.72!important;margin:0 0 18px!important}.mal-rich h2{font-size:clamp(25px,2.6vw,34px)!important;line-height:1.25!important;margin:30px 0 16px!important;color:#172033!important}.mal-breadcrumb{font-size:16px!important;margin:0 0 22px!important;color:#7c4a32}.mal-breadcrumb a{color:#b33a12!important}.mal-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 24px!important}.mal-category-grid .mal-card,.mal-category-grid .mal-card-img,.mal-category-grid .mal-card-body{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}.mal-category-grid .mal-card-img img{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:transparent!important;aspect-ratio:1/1!important;object-fit:contain!important}.mal-category-grid .mal-card h2{font-size:17px!important;line-height:1.32!important;font-weight:850!important;text-align:left!important}@media (max-width:1050px){.mal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.mal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-rich,.mal-rich p{font-size:17px!important}.mal-single h1,.mal-article h1{font-size:34px!important}}@media (max-width:430px){.mal-category-grid{grid-template-columns:1fr!important}}.mal-galerie-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 26px!important;align-items:start!important}.mal-bildkarte{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important}.mal-bild-link,.mal-bildkarte img{border:0!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;padding:0!important}.mal-bildkarte figcaption{font-size:18px!important;line-height:1.35!important;font-weight:850!important;color:#1b2b3d!important;margin:10px 0 8px!important;text-align:left!important}.mal-aktion{display:flex!important;gap:10px!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;margin-top:8px!important}.mal-knopf{border-radius:999px!important;text-decoration:none!important;font-weight:850!important}@media (max-width:720px){.mal-galerie-2{grid-template-columns:1fr!important}.mal-aktion{display:grid!important;grid-template-columns:1fr 1fr!important}.mal-knopf{width:100%!important}}.mal-color-page{max-width:1080px;margin:0 auto;background:#fff;border:0;padding:22px 0 42px}.mal-color-page h1{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:0 0 12px;color:#172033}.mal-color-note{font-size:18px;line-height:1.6;margin:0 0 18px;color:#334155}.mal-color-tools{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:16px 0 20px;padding:12px;background:#fff7f2;border:1px solid #ecd6c8;border-radius:16px}.mal-color-tools label{display:flex;gap:8px;align-items:center;font-weight:800}.mal-color-tools button{border:1px solid #b33a12;background:#b33a12;color:#fff;border-radius:999px;padding:9px 13px;font-weight:850;cursor:pointer}.mal-canvas-wrap{width:100%;overflow:auto;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.mal-canvas-wrap canvas{display:block;margin:0 auto;background:#fff;touch-action:none;max-width:100%;height:auto}@media print{.mal-header,.mal-footer,.mal-cookie,.mal-color-tools,.mal-breadcrumb,.mal-color-note{display:none!important}.mal-canvas-wrap{border:0;padding:0}.mal-main{padding:0}.mal-color-page{padding:0}}.mal-topnav{display:none!important}.mal-head-inner{grid-template-columns:1fr auto 1fr!important}.mal-single.mal-article,.mal-category-page{max-width:1100px;margin:0 auto;background:#fff;border:1px solid var(--mal-line);border-radius:0;box-shadow:none;padding:28px 30px}.mal-single.mal-article h1{font-size:clamp(34px,4vw,54px);line-height:1.15;margin-bottom:18px}.mal-rich{font-size:19px;line-height:1.75}.mal-rich p{font-size:19px;line-height:1.75;margin:0 0 20px}.mal-galerie-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;margin-top:22px!important}.mal-bildkarte{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;text-align:center!important}.mal-bild-link{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important}.mal-bildkarte img{display:block;width:100%;height:auto;object-fit:contain;background:#fff;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.mal-bildkarte figcaption{font-size:16px;margin:9px 0 10px;color:#263246}.mal-aktion{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.mal-knopf{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 13px;font-weight:800;text-decoration:none!important}.mal-pdf{background:var(--mal-a);border:1px solid var(--mal-a);color:#fff!important}.mal-offen{background:#fff;border:1px solid var(--mal-a);color:var(--mal-a)!important}.mal-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important}.mal-category-grid .mal-card{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}.mal-category-grid .mal-card-img img{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:#fff!important;aspect-ratio:1/1!important;object-fit:contain!important}.mal-category-grid .mal-card-body{padding:8px 0 10px!important}.mal-category-grid .mal-card h2{font-size:17px;line-height:1.35;margin:0;text-align:center}@media(max-width:900px){.mal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mal-galerie-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-single.mal-article,.mal-category-page{padding:22px 18px}}@media(max-width:640px){.mal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-galerie-2{grid-template-columns:1fr!important}.mal-single.mal-article h1{font-size:32px}.mal-rich,.mal-rich p{font-size:17px}}@media(max-width:430px){.mal-category-grid{grid-template-columns:1fr!important}}.mal-topnav{display:none!important}.mal-head-inner{grid-template-columns:1fr auto 1fr!important}.mal-logo{justify-self:center!important}.mal-menu-btn{justify-self:end!important}.mal-drawer nav{display:grid!important;gap:10px!important}.mal-drawer nav a{font-size:20px!important;line-height:1.3!important;text-decoration:none!important}.mal-main{max-width:1280px!important;margin:0 auto!important;padding:28px 22px!important}.mal-post-page-layout{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:34px!important;align-items:start!important;width:100%!important;max-width:1220px!important;margin:0 auto!important}.mal-post-page-layout .mal-sidebar{display:block!important;position:sticky!important;top:18px!important;align-self:start!important;background:#fff!important;border:1px solid #ead8cd!important;border-radius:18px!important;padding:18px 16px!important;box-shadow:0 14px 32px rgba(15,23,42,.06)!important;max-height:calc(100vh - 36px)!important;overflow:auto!important}.mal-post-page-layout .mal-sidebar h2{font-size:24px!important;line-height:1.2!important;margin:0 0 14px!important;color:#081832!important;font-weight:900!important}.mal-post-page-layout .mal-sidebar nav{display:grid!important;gap:0!important}.mal-post-page-layout .mal-sidebar nav a{display:block!important;padding:8px 6px!important;border-bottom:1px solid #f0e3dc!important;color:#a33a10!important;text-decoration:none!important;font-size:16px!important;line-height:1.25!important;font-weight:650!important}.mal-post-page-layout .mal-sidebar nav a:hover,.mal-post-page-layout .mal-sidebar nav a.is-active{color:#081832!important;background:#fff6f1!important}.mal-post-content{max-width:none!important;width:100%!important;border:1px solid #ead8cd!important;border-radius:0!important;background:#fff!important;padding:30px!important;box-shadow:none!important}.mal-post-content .mal-breadcrumb{font-size:16px!important;line-height:1.4!important;margin:0 0 22px!important;color:#6e4b3a!important}.mal-post-content .mal-breadcrumb a{color:#b33a12!important;text-decoration:none!important}.mal-post-content .mal-breadcrumb span{color:#6e4b3a!important}.mal-post-content h1{font-size:clamp(34px,4vw,54px)!important;line-height:1.12!important;margin:0 0 20px!important;color:#111827!important;font-weight:950!important;letter-spacing:-.02em!important}.mal-post-content .mal-rich,.mal-post-content .mal-rich p{font-size:20px!important;line-height:1.65!important;color:#07152b!important}.mal-post-content .mal-rich p{margin:0 0 22px!important}.mal-post-content .mal-rich h2{font-size:clamp(28px,3vw,40px)!important;line-height:1.25!important;margin:34px 0 18px!important;color:#081832!important;font-weight:900!important}.mal-galerie-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;margin-top:24px!important}.mal-bildkarte,.mal-bild-link{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;padding:0!important}.mal-bildkarte img{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:#fff!important;width:100%!important;height:auto!important;object-fit:contain!important}.mal-category-page{border:0!important;box-shadow:none!important;background:#fff!important;padding:0!important}.mal-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important}.mal-category-grid .mal-card,.mal-category-grid .mal-card-img,.mal-category-grid .mal-card-body{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}.mal-category-grid .mal-card-img img{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:#fff!important;aspect-ratio:1/1!important;object-fit:contain!important}@media(max-width:980px){.mal-post-page-layout{grid-template-columns:1fr!important}.mal-post-page-layout .mal-sidebar{position:relative!important;top:auto!important;max-height:280px!important}.mal-post-content{padding:24px 18px!important}.mal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:720px){.mal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-galerie-2{grid-template-columns:1fr!important}.mal-post-content h1{font-size:34px!important}.mal-post-content .mal-rich,.mal-post-content .mal-rich p{font-size:17px!important}}@media(max-width:430px){.mal-category-grid{grid-template-columns:1fr!important}}:root{--sidebar-bg:#ffffff;--sidebar-title:#253b53;--sidebar-text:#475569;--sidebar-size:18px;--sidebar-title-size:26px;--sidebar-link-weight:500;--sidebar-separator:#c9c9c9;--sidebar-hover-bg:#fff6f1;--sidebar-hover-text:#b33a12;--sidebar-sticky-top:110px;--line:#dfe5ec}.ein-huelle{width:min(calc(100% - 42px),100%);max-width:100%;margin:0 auto}.ein-lese-raster{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;gap:34px!important;align-items:start!important;padding:8px 0 40px!important}.ein-lese{background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.ein-lese-kopf{padding:0 0 16px!important}.ein-lese-kopf h1{font-size:clamp(2rem,4vw,52px)!important;line-height:1.06!important;margin:0 0 12px!important;color:#253b53!important;letter-spacing:-.03em!important}.ein-lese-inhalt{font-size:1.04rem!important;color:#1f2937!important}.ein-lese-inhalt p{margin:0 0 1.1em!important}.ein-lese-inhalt h2,.ein-lese-inhalt h3,.ein-lese-inhalt h4{margin:1.4em 0 .55em!important;color:#253b53!important;line-height:1.2!important}.ein-lese-inhalt h2{font-size:clamp(1.6rem,3.5vw,32px)!important}.ein-lese-inhalt img{max-width:100%;height:auto;border-radius:0!important;border:0!important;box-shadow:none!important}.ein-lese-inhalt a{color:#0f5cc0;text-decoration:underline}.ein-seitenleiste-speziell-rahmen{display:flex!important;flex-direction:column!important;gap:24px!important}.ein-seitenleiste-speziell{background:var(--sidebar-bg)!important;padding:0 0 4px!important;color:var(--sidebar-text)!important}.ein-seitenleiste-speziell__titel{display:block!important;margin:0 0 18px!important;padding:0!important;color:var(--sidebar-title)!important;font-size:var(--sidebar-title-size)!important;font-weight:700!important;line-height:1.2!important}.ein-seitenleiste-speziell__links{display:block!important}.ein-seitenleiste-speziell__links a{display:block!important;padding:14px 18px!important;color:var(--sidebar-text)!important;text-decoration:none!important;font-size:var(--sidebar-size)!important;font-weight:var(--sidebar-link-weight)!important;line-height:1.35!important;border-bottom:1px solid var(--sidebar-separator)!important;background:transparent!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease!important}.ein-seitenleiste-speziell__links a:hover,.ein-seitenleiste-speziell__links a:focus-visible,.ein-seitenleiste-speziell__links a.is-active{opacity:1!important;background:var(--sidebar-hover-bg)!important;color:var(--sidebar-hover-text)!important;border-bottom-color:transparent!important}.mal-breadcrumb{font-size:16px!important;line-height:1.4!important;margin:0 0 22px!important;color:#6e4b3a!important}.mal-breadcrumb a{color:#b33a12!important;text-decoration:none!important}.mal-breadcrumb span{color:#6e4b3a!important}.mal-galerie-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 30px!important;align-items:start!important}.mal-bildkarte,.mal-bild-link{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;padding:0!important;margin:0!important}.mal-bildkarte img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;background:#fff!important}.mal-bildkarte figcaption{font-size:18px!important;line-height:1.35!important;font-weight:700!important;color:#1f2937!important;margin:10px 0 8px!important;text-align:left!important}.mal-aktion{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:8px 0 4px!important}.mal-knopf{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 14px!important;border-radius:14px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;text-align:center!important}.mal-pdf{background:#fff7ed!important;color:#c2410c!important;border:1px solid #fed7aa!important}.mal-offen{background:#1d4ed8!important;color:#fff!important;border:1px solid #1d4ed8!important}.ein-malen-inhalt .mal-main{max-width:1820px!important;width:min(calc(100% - 24px),1820px)!important}.ein-huelle--malen{width:min(calc(100% - 24px),100%)!important;max-width:100%!important;margin:0 auto!important}.ein-malen-seite,.ein-malen-seite--doppel-spalte{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;gap:clamp(20px,2.4vw,34px)!important;align-items:start!important}.ein-malen-haupt{min-width:0!important;width:100%!important;max-width:none!important}.ein-malen-aktionen{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin:0 0 18px!important}.ein-malen-aktionen--oben{justify-content:flex-start!important;align-items:stretch!important}.ein-malen-aktionen--oben>a{flex:1 1 220px!important;max-width:280px!important}.ein-malen-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 14px!important;border-radius:14px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;text-align:center!important}.ein-malen-link--zurueck{background:#eef2ff!important;color:#1e3a8a!important}.ein-malen-link--pdf{background:#fff7ed!important;color:#c2410c!important;border:1px solid #fed7aa!important}.ein-malen-spalte{min-width:0!important}.ein-malen-spalte--rechts{position:sticky!important;top:24px!important;align-self:start!important}.ein-maler{background:#f8fbff!important;border:1px solid var(--line)!important;border-radius:26px!important;padding:18px!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important;width:100%!important}.ein-maler--offen{padding:16px 16px 18px!important}.ein-maler-flaechenrahmen{background:#eef4fb!important;border-radius:22px!important;padding:18px!important}.ein-maler-flaechenrahmen--breit{padding:clamp(10px,1.4vw,14px)!important}.ein-maler-flaeche{position:relative!important;width:100%!important;max-width:100%!important;margin:0 auto!important;background:#fff!important;overflow:hidden!important;border-radius:18px!important;box-shadow:0 0 0 1px rgba(148,163,184,.18)!important;isolation:isolate!important}.ein-maler-leinwand{display:block!important;width:100%!important;height:auto!important;touch-action:none!important;user-select:none!important}.ein-maler-leinwand--basis{position:relative!important;z-index:1!important}.ein-maler-leinwand--farbe{position:absolute!important;inset:0!important;z-index:2!important}.ein-maler-werkzeuge{display:grid!important;gap:18px!important;padding:18px 4px 4px!important}.ein-maler-werkzeuge--stapel{padding-top:16px!important}.ein-maler-farben{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important}.ein-maler-farben--24{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:10px!important}.ein-maler-farbe{width:100%!important;aspect-ratio:1/1!important;border-radius:999px!important;border:2px solid #cbd5e1!important;background:var(--swatch)!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important}.ein-maler-farbe.is-active{border-color:#0f172a!important;transform:scale(1.04)!important}.ein-maler-werkzeugknopfe{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.ein-maler-knopf{width:100%!important;min-height:48px!important;border:1px solid #cbd5e1!important;background:#fff!important;color:#0f172a!important;border-radius:14px!important;padding:11px 15px!important;font-weight:800!important;cursor:pointer!important}.ein-maler-knopf.is-active{background:#dbeafe!important;border-color:#93c5fd!important;color:#1d4ed8!important}.ein-maler-regler{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.ein-maler-regler label{display:block!important}.ein-maler-regler span{display:block!important;margin:0 0 8px!important;font-weight:700!important;color:#334155!important}.ein-maler-regler input[type=range]{width:100%!important}@media(max-width:1180px){.ein-malen-seite,.ein-malen-seite--doppel-spalte{grid-template-columns:1fr!important}.ein-malen-spalte--rechts{position:static!important}.ein-maler-werkzeugknopfe{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ein-maler-farben--24{grid-template-columns:repeat(8,minmax(0,1fr))!important}}@media(max-width:960px){.ein-lese-raster{grid-template-columns:1fr!important}.ein-seitenleiste-speziell-rahmen{order:2}.ein-lese{order:1}.ein-seitenleiste-speziell__links{max-height:320px!important;overflow:auto!important}.ein-maler-farben--24{grid-template-columns:repeat(6,minmax(0,1fr))!important}}@media(max-width:640px){.ein-huelle{width:min(calc(100% - 24px),100%)!important}.ein-beitrag-werkzeug-reihe,.ein-malen-aktionen{flex-direction:column!important;align-items:stretch!important}.ein-malen-aktionen--oben>a{max-width:none!important}.ein-maler-regler{grid-template-columns:1fr!important}.ein-maler{padding:12px!important}.ein-maler-flaechenrahmen,.ein-maler-flaechenrahmen--breit{padding:10px!important}.ein-maler-farben--24{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ein-maler-werkzeugknopfe{grid-template-columns:1fr!important}.mal-galerie-2{grid-template-columns:1fr!important}}@media print{.ein-malen-aktionen,.ein-maler-werkzeuge{display:none!important}.ein-maler{border:0!important;box-shadow:none!important;background:#fff!important}.ein-maler-flaechenrahmen{padding:0!important;background:#fff!important}.mal-main{padding:0!important}}:root{--mal-max:1120px!important;--mal-text:#0f1d34!important;--mal-line:#e8ded7!important}.mal-main{width:min(calc(100% - 28px),1120px)!important;max-width:1120px!important;margin:0 auto!important;padding:28px 0 46px!important}.mal-home-headline,.mal-home-top,.mal-home-adult,.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download,.aus-start-a-z{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}.mal-home-headline{margin-bottom:26px!important}.mal-home-headline h1{max-width:920px!important;font-size:clamp(34px,4vw,48px)!important;line-height:1.12!important;margin:0 0 14px!important;letter-spacing:-.02em!important;color:#081832!important}.mal-home-seo-intro{max-width:900px!important;font-size:17px!important;line-height:1.72!important;color:#102033!important}.mal-home-seo-intro p{margin:0 0 14px!important}.mal-home-top,.mal-home-split{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,440px)!important;gap:44px!important;align-items:start!important;margin-top:24px!important;margin-bottom:38px!important}.mal-home-text{font-size:18px!important;line-height:1.72!important;color:#102033!important}.mal-home-text p{margin:0 0 18px!important;max-width:640px!important}.mal-home-figure{margin:0!important;text-align:center!important}.mal-home-figure img{display:block!important;width:100%!important;max-width:440px!important;height:auto!important;object-fit:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:0!important}.mal-home-adult .mal-adult-title{font-size:clamp(28px,3.2vw,38px)!important;line-height:1.18!important;margin:0 0 22px!important}.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download{max-width:920px!important}.mal-home-cats p,.mal-home-info-block p,.mal-home-download p{font-size:17px!important;line-height:1.7!important}.mal-home-tile-grid{gap:22px!important}.mal-home-tile img{border:0!important;box-shadow:none!important}.ein-huelle{width:min(calc(100% - 32px),1240px)!important}.ein-lese-raster{grid-template-columns:300px minmax(0,1fr)!important;gap:34px!important}.ein-lese-kopf h1{font-size:clamp(34px,4.4vw,54px)!important;line-height:1.08!important}.ein-lese-inhalt{font-size:18px!important;line-height:1.72!important}.ein-lese-inhalt p{margin:0 0 18px!important}.mal-galerie-2,.mal-admin-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 28px!important;margin:24px 0 34px!important}.mal-bildkarte{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.mal-bild-link{display:block!important;background:transparent!important;border:0!important;text-decoration:none!important}.mal-bildkarte img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.mal-bildkarte figcaption{display:block!important;font-size:18px!important;line-height:1.35!important;font-weight:800!important;margin:10px 0 8px!important;color:#152238!important;text-align:left!important}.mal-aktion{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:8px!important}.mal-knopf{border-radius:10px!important;padding:9px 13px!important;font-size:14px!important;text-decoration:none!important;min-height:40px!important}.ein-malen-inhalt{width:100%!important;max-width:none!important}.ein-malen-inhalt .mal-main{width:min(calc(100% - 24px),1600px)!important;max-width:1600px!important}.ein-maler-flaeche{min-height:360px!important}.ein-maler-leinwand--basis,.ein-maler-leinwand--farbe{max-width:100%!important}.ein-maler-leinwand--farbe{cursor:crosshair!important}.mal-footer p{margin:0!important}.mal-footer-inner{padding:22px 18px!important}@media(max-width:960px){.mal-home-top,.mal-home-split{grid-template-columns:1fr!important;gap:24px!important}.mal-home-text p{max-width:none!important}.mal-home-figure img{max-width:560px!important}.ein-lese-raster{grid-template-columns:1fr!important}.ein-seitenleiste-speziell-rahmen{order:2!important}.ein-lese{order:1!important}}@media(max-width:640px){.mal-main{width:min(calc(100% - 24px),1120px)!important}.mal-home-headline h1{font-size:32px!important}.mal-home-seo-intro,.mal-home-text{font-size:16.5px!important;line-height:1.66!important}.mal-galerie-2,.mal-admin-gallery{grid-template-columns:1fr!important;gap:24px!important}.ein-lese-kopf h1{font-size:32px!important}}.ein-malen-inhalt{background:#f7f9fc!important;min-height:100vh!important}.ein-malen-inhalt.mal-main,.ein-malen-inhalt .mal-main{width:min(calc(100% - 24px),1680px)!important;max-width:1680px!important;margin:0 auto!important;padding:22px 0 46px!important}.ein-huelle--malen{width:100%!important;max-width:1680px!important}.ein-malen-seite--breit,.ein-malen-seite,.ein-malen-seite--doppel-spalte{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.ein-malen-haupt{width:100%!important;max-width:1280px!important;margin:0 auto!important}.ein-malen-aktionen--oben{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 18px!important}.ein-malen-aktionen--oben>a,.ein-malen-aktionen--oben>button{flex:0 1 auto!important;min-width:180px!important;max-width:none!important;border:0!important;font-family:inherit!important;cursor:pointer!important}.ein-malen-link--download{background:#dcfce7!important;color:#166534!important;border:1px solid #86efac!important}.ein-malen-link--print{background:#e0f2fe!important;color:#075985!important;border:1px solid #7dd3fc!important}.ein-maler{width:100%!important;background:linear-gradient(180deg,#ffffff 0%,#f4f8ff 100%)!important;border:1px solid #dbe5f0!important;border-radius:28px!important;padding:clamp(14px,2vw,24px)!important;box-shadow:0 18px 44px rgba(15,23,42,.08)!important}.ein-maler-flaechenrahmen{background:#edf4fb!important;border-radius:24px!important;padding:clamp(10px,1.6vw,18px)!important}.ein-maler-flaeche{position:relative!important;width:100%!important;max-width:980px!important;margin:0 auto!important;background:#fff!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 0 0 1px rgba(148,163,184,.25),0 16px 36px rgba(15,23,42,.08)!important;touch-action:none!important;isolation:isolate!important}.ein-maler-leinwand{display:block!important;width:100%!important;height:auto!important;touch-action:none!important;user-select:none!important;-webkit-user-select:none!important}.ein-maler-leinwand--basis{position:relative!important;z-index:1!important;background:#fff!important}.ein-maler-leinwand--farbe{position:absolute!important;inset:0!important;z-index:2!important;cursor:crosshair!important}.ein-maler-werkzeuge{display:grid!important;gap:18px!important;padding:20px 0 0!important}.ein-maler-farben--32{display:grid!important;grid-template-columns:repeat(16,minmax(34px,1fr))!important;gap:10px!important;padding:16px!important;background:#fff!important;border:1px solid #dde7f2!important;border-radius:22px!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important}.ein-maler-farbe{width:100%!important;aspect-ratio:1/1!important;min-height:38px!important;border-radius:14px!important;border:3px solid #fff!important;background:var(--swatch)!important;cursor:pointer!important;box-shadow:0 6px 16px rgba(15,23,42,.12),0 0 0 1px rgba(100,116,139,.28)!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important}.ein-maler-farbe:hover{transform:translateY(-2px)!important}.ein-maler-farbe.is-active{border-color:#0f172a!important;transform:scale(1.06)!important;box-shadow:0 0 0 4px rgba(37,99,235,.16),0 10px 22px rgba(15,23,42,.16)!important}.ein-maler-werkzeugknopfe{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}.ein-maler-knopf{min-height:50px!important;border-radius:16px!important;border:1px solid #d6e2ee!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;color:#1f334a!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(15,23,42,.05)!important}.ein-maler-knopf:hover{transform:translateY(-1px)!important}.ein-maler-knopf.is-active{background:linear-gradient(135deg,#243b53 0%,#3453d1 100%)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 28px rgba(37,59,83,.22)!important}.ein-maler-regler{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;padding:16px!important;background:#fff!important;border:1px solid #dde7f2!important;border-radius:22px!important}.ein-maler-regler span{display:block!important;margin:0 0 8px!important;font-weight:800!important;color:#334155!important}.ein-maler-regler input[type=range]{width:100%!important;accent-color:#3453d1!important}@media(max-width:980px){.ein-maler-farben--32{grid-template-columns:repeat(8,minmax(34px,1fr))!important}.ein-maler-werkzeugknopfe{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ein-malen-haupt{max-width:100%!important}}@media(max-width:640px){.ein-malen-inhalt.mal-main{width:min(calc(100% - 16px),100%)!important}.ein-malen-aktionen--oben{display:grid!important;grid-template-columns:1fr!important}.ein-malen-aktionen--oben>a,.ein-malen-aktionen--oben>button{width:100%!important;min-width:0!important}.ein-maler{padding:12px!important;border-radius:20px!important}.ein-maler-flaechenrahmen{padding:8px!important;border-radius:16px!important}.ein-maler-flaeche{border-radius:14px!important}.ein-maler-farben--32{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:12px!important}.ein-maler-werkzeugknopfe{grid-template-columns:1fr 1fr!important}.ein-maler-regler{grid-template-columns:1fr!important}}.mal-main{max-width:1180px;margin:0 auto;padding:28px 18px 44px}.mal-home-headline{max-width:900px;margin:0 auto 26px}.mal-home-headline h1{font-size:clamp(32px,4vw,48px);line-height:1.12;margin:0 0 14px;color:#07142b}.mal-home-seo-intro p{margin:0 0 12px;font-size:17px;line-height:1.68}.mal-home-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,433px);gap:44px;align-items:start;max-width:1030px;margin:26px auto 0}.mal-home-text p{font-size:17px;line-height:1.7;margin:0 0 18px}.mal-home-figure{margin:0}.mal-home-figure img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.ein-lese-raster{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.ein-lese{min-width:0}.mal-rich p{font-size:18px;line-height:1.75;margin:0 0 18px}.mal-rich h2{font-size:clamp(24px,3vw,34px);line-height:1.22;margin:34px 0 18px;color:#07142b}.mal-galerie-2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 28px;align-items:start}.mal-bildkarte{background:#fff;border:0!important;box-shadow:none!important;padding:0;margin:0;text-align:left;overflow:visible}.mal-bild-link{display:block;background:#fff;text-decoration:none}.mal-bild-link img{display:block;width:100%;height:auto;object-fit:contain;border:0!important;box-shadow:none!important;background:#fff}.mal-bildkarte figcaption{font-size:17px;font-weight:800;margin:10px 0 4px;color:#111827}.mal-alt-text{font-size:13px!important;line-height:1.45!important;color:#667085;margin:0 0 8px!important}.mal-aktion{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.mal-knopf{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;text-decoration:none!important}.mal-pdf{background:#fff7ed;border:1px solid #fdba74;color:#b45309}.mal-offen{background:#1d4ed8;color:#fff}.mal-card-img img[src=""],.mal-bild-link img[src=""]{display:none}.mal-card{box-shadow:none}.mal-card-img{padding:0;background:#fff}.mal-card-img img{border:0!important;border-radius:0!important;box-shadow:none!important}.mal-footer-inner p{margin:0}.ein-seitenleiste-speziell{position:sticky;top:12px;background:#fff;border:1px solid #eadbd2;border-radius:16px;padding:14px}.ein-seitenleiste-speziell__titel{font-weight:900;margin-bottom:10px;color:#07142b}.ein-seitenleiste-speziell__links{display:grid;gap:6px}.ein-seitenleiste-speziell__links a{padding:8px 10px;border-radius:10px;background:#fff7f2;color:#9a3412;font-weight:750}.ein-seitenleiste-speziell__links a.is-active{background:#9a3412;color:#fff}@media(max-width:900px){.mal-home-top{grid-template-columns:1fr;gap:22px}.ein-lese-raster{grid-template-columns:1fr}.ein-seitenleiste-speziell{position:static}.mal-galerie-2{grid-template-columns:1fr}}@media(max-width:640px){.mal-main{padding:20px 12px 34px}.mal-home-headline h1{font-size:30px}.mal-home-seo-intro p,.mal-home-text p,.mal-rich p{font-size:16px}}.mal-main{width:min(calc(100% - 32px),1180px)!important;max-width:1180px!important;margin:0 auto!important;padding:32px 0 48px!important;box-sizing:border-box!important}.mal-home-headline{max-width:1040px!important;margin:0 auto 28px!important}.mal-home-headline h1{max-width:980px!important;font-size:clamp(34px,4vw,50px)!important;line-height:1.12!important;letter-spacing:.01em!important;margin:0 0 16px!important;color:#07142b!important}.mal-home-seo-intro{max-width:1040px!important;font-size:18px!important;line-height:1.68!important;color:#102033!important}.mal-home-seo-intro p{margin:0 0 14px!important}.mal-home-top{width:100%!important;max-width:1080px!important;margin:26px auto 0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;gap:46px!important;align-items:start!important}.mal-home-text{font-size:18px!important;line-height:1.68!important;color:#102033!important}.mal-home-text p{margin:0 0 19px!important;max-width:100%!important}.mal-home-figure{margin:0!important;text-align:center!important}.mal-home-figure img{display:block!important;width:100%!important;max-width:430px!important;height:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important}.mal-card-body h2{margin:8px 0 0!important;font-size:18px!important;line-height:1.3!important;font-weight:850!important}.mal-card-body p,.mal-alt-text{display:none!important}.mal-card-img img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important}.mal-card-img img:not([src]),.mal-card-img img[src=""],.mal-bild-link img:not([src]),.mal-bild-link img[src=""]{display:none!important}.ein-lese-raster{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:30px!important;align-items:start!important}.ein-seitenleiste-speziell-rahmen{width:100%!important}.ein-seitenleiste-speziell{position:sticky!important;top:18px!important;background:#fff!important;border:1px solid #eadbd2!important;border-radius:16px!important;padding:16px!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important}.ein-seitenleiste-speziell__titel{font-size:23px!important;line-height:1.2!important;font-weight:950!important;color:#203145!important;margin:0 0 14px!important}.ein-seitenleiste-speziell__links{display:grid!important;gap:7px!important}.ein-seitenleiste-speziell__links a{display:block!important;padding:10px 12px!important;border:1px solid #edf0f5!important;border-radius:11px!important;background:#fff!important;color:#526070!important;font-size:17px!important;line-height:1.25!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important}.ein-seitenleiste-speziell__links a:hover{background:#fff7f2!important;color:#a24018!important}.ein-seitenleiste-speziell__links a.is-active{background:#fff4ef!important;color:#b13a17!important;border-color:#f1d5ca!important}.mal-galerie-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 30px!important;align-items:start!important}.mal-bildkarte{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;text-align:left!important}.mal-bild-link{display:block!important;background:#fff!important;text-decoration:none!important}.mal-bild-link img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;border:0!important;box-shadow:none!important;border-radius:0!important;background:#fff!important}.mal-bildkarte figcaption{display:block!important;font-size:18px!important;line-height:1.35!important;font-weight:850!important;color:#152238!important;margin:10px 0 8px!important;text-align:left!important}.mal-aktion{display:flex!important;gap:9px!important;flex-wrap:wrap!important;align-items:center!important;margin:8px 0 0!important}.mal-knopf{border-radius:9px!important;padding:8px 11px!important;font-size:13px!important;line-height:1.2!important;font-weight:850!important;text-decoration:none!important}.mal-footer-inner p{margin:0!important}@media(max-width:980px){.mal-home-top{grid-template-columns:1fr!important;gap:24px!important}.mal-home-figure img{max-width:520px!important}.ein-lese-raster{grid-template-columns:1fr!important}.ein-seitenleiste-speziell{position:static!important}.ein-seitenleiste-speziell__links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-galerie-2{grid-template-columns:1fr!important}}@media(max-width:560px){.mal-main{width:min(calc(100% - 22px),100%)!important;padding-top:22px!important}.mal-home-headline h1{font-size:30px!important}.mal-home-seo-intro,.mal-home-text{font-size:16px!important;line-height:1.63!important}.ein-seitenleiste-speziell__links{grid-template-columns:1fr!important}.ein-seitenleiste-speziell__titel{font-size:21px!important}}.mal-card.mal-no-image .mal-card-img,.mal-home-tile.mal-no-image .mal-home-tile-img{display:none!important}.mal-card.mal-no-image,.mal-home-tile.mal-no-image{display:none!important}.mal-home-headline,.mal-home-top,.mal-home-adult,.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download,.aus-start-a-z{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}.mal-home-headline h1{max-width:980px!important}.mal-home-seo-intro p,.mal-home-text p{word-spacing:normal!important;letter-spacing:0!important;text-align:left!important;hyphens:none!important;overflow-wrap:normal!important}.mal-home-top{grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important}.mal-home-figure img{max-width:430px!important}.mal-card-body h2 a{display:block!important;color:#111827!important}.mal-card-body h2{font-size:17px!important;text-align:left!important}.ein-seitenleiste-speziell__titel::after{content:''}.ein-seitenleiste-speziell__titel{font-size:22px!important}.ein-seitenleiste-speziell__links a{font-size:16px!important;padding:9px 11px!important}.mal-breadcrumb span:last-child{font-weight:700;color:#334155}.mal-bildkarte figcaption{font-size:17px!important}.mal-bildkarte .mal-alt-text{display:none!important}@media(max-width:980px){.mal-home-top{grid-template-columns:1fr!important}.mal-home-figure img{max-width:520px!important}}.ein-lese-raster{grid-template-columns:260px minmax(0,1fr)!important;gap:34px!important;align-items:start!important}.ein-seitenleiste-speziell-rahmen{display:block!important;width:100%!important}.ein-seitenleiste-speziell{position:sticky!important;top:18px!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important;max-height:none!important;overflow:visible!important}.ein-seitenleiste-speziell__titel{display:block!important;margin:0 0 14px!important;padding:0!important;color:#253b53!important;font-size:26px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0!important}.ein-seitenleiste-speziell__links{display:block!important;background:#fff!important;border:0!important;margin:0!important;padding:0!important}.ein-seitenleiste-speziell__links a{display:block!important;margin:0!important;padding:13px 0!important;border:0!important;border-bottom:1px solid #c9c9c9!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#475569!important;font-size:18px!important;line-height:1.35!important;font-weight:500!important;text-decoration:none!important;transition:color .18s ease,background-color .18s ease!important}.ein-seitenleiste-speziell__links a:hover,.ein-seitenleiste-speziell__links a:focus-visible{background:transparent!important;color:#b33a12!important;text-decoration:none!important}.ein-seitenleiste-speziell__links a.is-active{background:transparent!important;color:#b33a12!important;border-color:#c9c9c9!important;font-weight:800!important}.mal-sidebar,.mal-post-page-layout .mal-sidebar{border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;background:#fff!important}.mal-sidebar nav a,.mal-post-page-layout .mal-sidebar nav a{border:0!important;border-bottom:1px solid #c9c9c9!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:13px 0!important;font-size:18px!important;font-weight:500!important;color:#475569!important}.mal-sidebar nav a:hover,.mal-sidebar nav a.is-active{background:transparent!important;color:#b33a12!important}.mal-home-headline,.mal-home-top,.mal-home-adult,.mal-home-cats,.mal-home-new,.mal-home-info-block,.mal-home-download,.aus-start-a-z{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}.mal-home-seo-intro p,.mal-home-text p{font-size:17px!important;line-height:1.7!important;margin:0 0 16px!important;text-align:left!important;word-spacing:normal!important;letter-spacing:0!important;hyphens:none!important;overflow-wrap:normal!important}.mal-home-top{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;gap:46px!important;align-items:start!important}.mal-home-figure img{display:block!important;width:100%!important;max-width:430px!important;height:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-card.mal-no-image,.mal-home-tile.mal-no-image{display:none!important}.mal-card-body p,.mal-alt-text{display:none!important}.mal-card-body h2{margin:8px 0 0!important;font-size:17px!important;line-height:1.32!important;font-weight:850!important;text-align:left!important}.mal-card-img img,.mal-home-tile img,.mal-bild-link img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-footer-inner p{margin:0!important}@media(max-width:980px){.ein-lese-raster{grid-template-columns:1fr!important}.ein-seitenleiste-speziell{position:static!important}.mal-home-top{grid-template-columns:1fr!important}.mal-home-figure img{max-width:520px!important}}@media(max-width:560px){.ein-seitenleiste-speziell__links a{font-size:17px!important;padding:11px 0!important}.ein-seitenleiste-speziell__titel{font-size:23px!important}.mal-home-seo-intro p,.mal-home-text p{font-size:16px!important;line-height:1.65!important}}.mal-card-img{display:block;line-height:0;background:#fff;overflow:hidden}.mal-card-img img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.aus-start-a-z{margin-top:34px;margin-bottom:34px}.mal-home-info-block--winter{margin-top:22px}.ein-seitenleiste-speziell__titel{font-weight:800}.mal-card.mal-no-image,.mal-home-tile.mal-no-image{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;min-height:auto!important}.mal-card.mal-no-image .mal-card-img,.mal-home-tile.mal-no-image .mal-home-tile-img{display:none!important}.mal-card.mal-no-image .mal-card-body{display:block!important;padding:8px 0 14px!important}.mal-card.mal-no-image .mal-card-body h2{display:block!important;margin:0!important}.mal-home-headline h1,.ein-lese-kopf h1,.mal-category-head h1,.mal-single h1,.mal-article h1{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important}.mal-home-headline h1{font-size:clamp(32px,3.8vw,50px)!important;line-height:1.13!important;letter-spacing:.005em!important}.ein-lese-kopf h1{font-size:clamp(30px,3.7vw,48px)!important;line-height:1.14!important;margin-bottom:16px!important}.mal-main,.ein-lese,.mal-post-content{overflow:visible!important}@media(max-width:640px){.mal-home-headline h1,.ein-lese-kopf h1{font-size:29px!important;line-height:1.16!important}}.story-featured{margin:0 0 22px 0;text-align:center}.story-featured img{max-width:420px;width:100%;height:auto;border-radius:14px;display:block;margin:0 auto}.story-featured figcaption{font-size:14px;color:#555;margin-top:8px}.mal-story-category{max-width:1100px;margin:0 auto;background:#fff!important;padding:0!important;border:0!important;box-shadow:none!important}.mal-story-topic-section{margin-top:34px}.mal-story-topic-section h2{font-size:clamp(26px,3vw,38px);line-height:1.18;margin:0 0 22px;color:#081832;font-weight:900}.mal-story-topic-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-items:stretch}.mal-story-topic{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.08);display:flex;flex-direction:column}.mal-story-topic-img{display:block;background:#fff}.mal-story-topic-img img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-story-topic-body{padding:18px 18px 20px}.mal-story-topic-body h2{font-size:20px;line-height:1.25;margin:0 0 10px;text-align:left}.mal-story-topic-body h2 a{color:#081832;text-decoration:none}.mal-story-topic-body p{font-size:16px;line-height:1.55;margin:0 0 14px;color:#25364c}.mal-story-read{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#0b1b34;color:#fff!important;text-decoration:none;font-weight:800;font-size:15px}.mal-story-read:hover{opacity:.9;text-decoration:none}@media(max-width:1180px){.mal-story-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.mal-story-topic-grid{grid-template-columns:1fr!important}.mal-story-topic-body h2{font-size:20px}}.mal-story-category{max-width:1280px!important;width:100%!important}.mal-story-topic-section{width:100%!important}.mal-story-topic-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;width:100%!important}.mal-story-topic{min-width:0!important}.mal-story-topic-img{display:block!important;aspect-ratio:1/1!important;background:#fff!important;border-bottom:1px solid #eef1f5!important;overflow:hidden!important}.mal-story-topic-img img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.mal-story-topic-img:empty{background:#fff!important}@media(max-width:760px){.mal-story-topic-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.mal-story-topic{border-radius:10px!important}.mal-story-topic-body{padding:7px!important}.mal-story-topic-body h2{font-size:11px!important;line-height:1.2!important;margin:0!important}.mal-story-topic-body p,.mal-story-read{display:none!important}}.mal-story-category{width:100%!important;max-width:1180px!important;margin:0 auto!important;background:#fff!important;padding:0!important;border:0!important;box-shadow:none!important;overflow:visible!important}.mal-story-category .mal-category-head{max-width:1040px!important;margin:0 0 30px!important;padding:0!important;overflow:visible!important}.mal-story-category .mal-category-head h1{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;font-size:clamp(36px,5vw,64px)!important;line-height:1.08!important;letter-spacing:.01em!important;margin:0 0 16px!important;color:#07142b!important;font-weight:950!important}.mal-story-category .mal-category-desc{max-width:980px!important;color:#102033!important;font-size:19px!important;line-height:1.68!important;margin:0!important;overflow:visible!important}.mal-story-category .mal-category-desc p{margin:0 0 12px!important}.mal-story-topic-section{width:100%!important;margin:34px 0 0!important;overflow:visible!important}.mal-story-topic-section>h2{font-size:clamp(24px,3vw,34px)!important;line-height:1.18!important;margin:0 0 22px!important;color:#07142b!important;font-weight:950!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.mal-story-topic-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px 28px!important;align-items:start!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important}.mal-story-topic{display:block!important;min-width:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;padding:0!important;margin:0!important;text-align:left!important}.mal-story-topic-img{display:block!important;width:100%!important;aspect-ratio:1/1!important;min-height:0!important;line-height:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;text-decoration:none!important;margin:0!important;padding:0!important}.mal-story-topic-img--empty{background:#fff!important}.mal-story-topic-img img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.mal-story-topic-body{display:block!important;padding:10px 0 0!important;margin:0!important;background:transparent!important;overflow:visible!important}.mal-story-topic-body h2{display:block!important;font-size:17px!important;line-height:1.32!important;font-weight:850!important;text-align:left!important;margin:0!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important;color:#111827!important}.mal-story-topic-body h2 a{display:block!important;color:#111827!important;text-decoration:none!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important}.mal-story-topic-body p,.mal-story-read{display:none!important}@media(max-width:980px){.mal-story-topic-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.mal-story-topic-body h2{font-size:14px!important;line-height:1.28!important}.mal-story-category .mal-category-head h1{font-size:clamp(34px,7vw,54px)!important}}@media(max-width:560px){.mal-story-topic-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.mal-story-topic-body{padding-top:7px!important}.mal-story-topic-body h2{font-size:11.5px!important;line-height:1.22!important}.mal-story-category .mal-category-head h1{font-size:32px!important;line-height:1.12!important}.mal-story-category .mal-category-desc{font-size:16px!important;line-height:1.6!important}}.mal-home-new .mal-home-tile-grid-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;max-width:760px!important;margin-left:0!important;margin-right:auto!important}.mal-home-new .mal-home-tile img{width:100%!important;max-width:none!important;aspect-ratio:3/4!important;object-fit:contain!important}.mal-story-topic-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 24px!important;align-items:start!important;width:100%!important;max-width:100%!important}.mal-story-topic{display:block!important;min-width:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;padding:0!important;margin:0!important;text-align:left!important}.mal-story-topic-img{display:block!important;width:100%!important;aspect-ratio:1/1!important;background:#fff!important;border:0!important;box-shadow:none!important;overflow:hidden!important;margin:0!important;padding:0!important}.mal-story-topic-img img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important;background:#fff!important}.mal-story-topic-img--empty{background:#fff!important}.mal-story-topic-body{padding:9px 0 0!important;margin:0!important;background:transparent!important}.mal-story-topic-body h2{font-size:18px!important;line-height:1.28!important;font-weight:850!important;margin:0!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important}.mal-story-topic-body h2 a{display:block!important;color:#0b1b34!important;text-decoration:none!important}.mal-story-topic-body p,.mal-story-read{display:none!important}.mal-home-headline h1,.ein-lese-kopf h1,.mal-category-head h1,.mal-story-category .mal-category-head h1{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important;max-width:100%!important}@media(max-width:980px){.mal-story-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-home-new .mal-home-tile-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.mal-story-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important}.mal-story-topic-body h2{font-size:15px!important}.mal-home-new .mal-home-tile-grid-2{grid-template-columns:1fr!important}.mal-home-headline h1,.ein-lese-kopf h1,.mal-category-head h1{font-size:32px!important;line-height:1.14!important}}.mal-home-new{max-width:920px!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important}.mal-home-new .mal-home-tile-grid-2{display:grid!important;grid-template-columns:repeat(2,minmax(280px,1fr))!important;gap:34px!important;max-width:920px!important;width:100%!important;margin-left:0!important;margin-right:auto!important;align-items:start!important}.mal-home-new .mal-home-tile img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:3/4!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-home-new .mal-home-tile h3{font-size:22px!important;line-height:1.32!important;font-weight:800!important;margin-top:12px!important;text-align:center!important;color:#a80000!important}.mal-home-headline h1,.mal-category-head h1,.ein-lese-kopf h1,.mal-hero h1,.mal-single h1,.mal-article h1{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.14!important;padding-top:.08em!important;padding-bottom:.05em!important;margin-top:0!important;word-break:normal!important;overflow-wrap:break-word!important}.mal-story-topic-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px 24px!important;align-items:start!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important}.mal-story-topic{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;margin:0!important;padding:0!important;text-align:left!important;min-width:0!important}.mal-story-topic-img{display:block!important;width:100%!important;aspect-ratio:1/1!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;margin:0!important;padding:0!important;text-decoration:none!important}.mal-story-topic-img img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.mal-story-topic-img--empty{background:#fff!important}.mal-story-topic-body{display:block!important;padding:10px 0 0!important;margin:0!important;background:transparent!important;overflow:visible!important}.mal-story-topic-body h2{font-size:18px!important;line-height:1.3!important;font-weight:850!important;text-align:left!important;margin:0!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important}.mal-story-topic-body h2 a{display:block!important;color:#0b1b34!important;text-decoration:none!important}@media(max-width:980px){.mal-story-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mal-home-new .mal-home-tile-grid-2{grid-template-columns:repeat(2,minmax(240px,1fr))!important}.mal-home-new .mal-home-tile h3{font-size:20px!important}}@media(max-width:560px){.mal-home-new .mal-home-tile-grid-2{grid-template-columns:1fr!important}.mal-story-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important}.mal-story-topic-body h2{font-size:15px!important}.mal-category-head h1,.ein-lese-kopf h1,.mal-home-headline h1{font-size:32px!important;line-height:1.16!important}}.mal-card.mal-no-image,.mal-home-tile.mal-no-image{display:none!important}.mal-home-tile img,.mal-card-img img,.mal-bildkarte img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important}.mal-home-new .mal-home-tile-grid-2{align-items:start!important}.mal-card,.mal-bildkarte,.mal-home-tile{content-visibility:auto;contain-intrinsic-size:320px 460px}.mal-category-grid .mal-card{contain:layout paint style}.mal-grid .mal-card{contain:layout paint style}.mal-home-new{display:none!important}.mal-home-pinned.aus-start-a-z{max-width:1080px!important;margin:30px auto 0!important;display:block!important;overflow:visible!important}.mal-home-pinned .mal-grid-4,.aus-start-a-z .mal-grid-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;align-items:start!important}.mal-home-pinned .mal-card,.aus-start-a-z .mal-card,.mal-category-grid .mal-card{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;margin:0!important;content-visibility:auto;contain-intrinsic-size:260px 340px}.mal-home-pinned .mal-card-img,.aus-start-a-z .mal-card-img,.mal-category-grid .mal-card-img{display:block!important;padding:0!important;background:#fff!important;line-height:0!important;overflow:hidden!important}.mal-home-pinned .mal-card-img img,.aus-start-a-z .mal-card-img img,.mal-category-grid .mal-card-img img{display:block!important;width:100%!important;height:230px!important;max-height:230px!important;aspect-ratio:auto!important;object-fit:contain!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.mal-home-pinned .mal-card-body,.aus-start-a-z .mal-card-body,.mal-category-grid .mal-card-body{display:block!important;padding:8px 0 10px!important}.mal-home-pinned .mal-card-body h2,.aus-start-a-z .mal-card-body h2,.mal-category-grid .mal-card-body h2{display:block!important;margin:0!important;font-size:17px!important;line-height:1.32!important;font-weight:850!important;text-align:left!important;color:#102033!important}.mal-home-pinned .mal-card-body h2 a,.aus-start-a-z .mal-card-body h2 a,.mal-category-grid .mal-card-body h2 a{color:#102033!important;text-decoration:none!important}@media(max-width:980px){.mal-home-pinned .mal-grid-4,.aus-start-a-z .mal-grid-4,.mal-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mal-home-pinned .mal-card-img img,.aus-start-a-z .mal-card-img img,.mal-category-grid .mal-card-img img{height:210px!important;max-height:210px!important}}@media(max-width:680px){.mal-home-pinned .mal-grid-4,.aus-start-a-z .mal-grid-4,.mal-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important}.mal-home-pinned .mal-card-img img,.aus-start-a-z .mal-card-img img,.mal-category-grid .mal-card-img img{height:180px!important;max-height:180px!important}.mal-home-pinned .mal-card-body h2,.aus-start-a-z .mal-card-body h2,.mal-category-grid .mal-card-body h2{font-size:15px!important}}@media(max-width:430px){.mal-home-pinned .mal-grid-4,.aus-start-a-z .mal-grid-4,.mal-category-grid{grid-template-columns:1fr!important}.mal-home-pinned .mal-card-img img,.aus-start-a-z .mal-card-img img,.mal-category-grid .mal-card-img img{height:auto!important;max-height:none!important}}.mal-card,.mal-bildkarte,.mal-home-tile{contain:layout paint style}.mal-card-img img,.mal-category-grid .mal-card-img img,.aus-start-a-z .mal-card-img img{max-width:100%;height:auto;object-fit:contain}.mal-main-image img{max-width:100%;height:auto}@media(max-width:720px){.mal-adsense-sidebar{display:none!important}}
