
:root{
  --navy:#203650;
  --sage:#929a92;
  --light:#f5f6f4;
  --ink:#172234;
  --muted:#657184;
  --line:#d9deda;
  --white:#fff;
  --shadow:0 18px 45px rgba(32,54,80,.14);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(32,54,80,.12)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo-img{width:210px;height:auto}
.nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:14px;color:var(--navy)}
.nav a:hover,.nav .active{color:var(--sage)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 22px;border-radius:12px;border:1px solid transparent;font-weight:800;font-size:14px;cursor:pointer;transition:.2s;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(32,54,80,.22)}
.btn-primary:hover{background:#17283d}
.btn-sage{background:var(--sage);color:#fff;box-shadow:0 10px 24px rgba(146,154,146,.22)}
.btn-outline{background:transparent;color:var(--navy);border-color:rgba(32,54,80,.32)}
.btn-white{background:#fff;color:var(--navy);box-shadow:0 10px 26px rgba(0,0,0,.12)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 52%,#eef3f5 100%);padding:82px 0}
.hero.dark{background:linear-gradient(135deg,var(--navy) 0%,#17283d 100%);color:#fff}
.hero::after{content:"";position:absolute;right:-160px;top:0;width:600px;height:600px;border-radius:50%;background:rgba(146,154,146,.16);filter:blur(8px)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.kicker{color:var(--sage);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
.hero h1,.page-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.04;margin:0;letter-spacing:-.04em;color:var(--navy);font-weight:900}
.hero.dark h1{color:#fff}
.hero h1 span,.page-hero h1 span{color:var(--sage)}
.hero p,.page-hero p{font-size:18px;color:var(--muted);max-width:620px;margin:24px 0 0}
.hero.dark p{color:rgba(255,255,255,.82)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.hero-point{display:flex;gap:12px;align-items:flex-start;font-size:13px;color:var(--muted)}
.hero.dark .hero-point{color:rgba(255,255,255,.78)}
.hero-point img{width:28px;height:28px}
.visual-card{background:rgba(255,255,255,.96);border:1px solid rgba(32,54,80,.12);border-radius:30px;padding:28px;box-shadow:var(--shadow)}
.visual-card img{border-radius:22px}
.triangle{position:relative;min-height:430px}
.triangle svg{position:absolute;inset:0;width:100%;height:100%}
.node{position:absolute;text-align:center;transform:translate(-50%,-50%)}
.node-circle{width:92px;height:92px;border-radius:50%;background:#fff;border:4px solid var(--sage);display:grid;place-items:center;margin:0 auto 10px;box-shadow:0 12px 28px rgba(32,54,80,.12);color:var(--navy);font-weight:900;font-size:28px}
.node.left .node-circle{border-color:var(--navy)}
.node-label{font-size:12px;text-transform:uppercase;font-weight:900;color:var(--navy)}
.center-mark{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:250px;padding:18px;border-radius:22px;background:rgba(255,255,255,.94);border:1px solid rgba(32,54,80,.12);box-shadow:0 12px 30px rgba(32,54,80,.10);text-align:center}
.center-mark img{margin:auto;max-width:190px}
section{padding:82px 0}
.section-light{background:var(--light)}
.section-navy{background:var(--navy);color:#fff}
.section-heading{max-width:780px;margin-bottom:42px}
.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2{margin:0;color:var(--navy);font-size:clamp(32px,4vw,46px);line-height:1.12;font-weight:900;letter-spacing:-.035em}
.section-heading p{margin:18px 0 0;color:var(--muted);font-size:18px}
.section-navy .section-heading h2{color:#fff}
.section-navy .section-heading p{color:rgba(255,255,255,.76)}
.cards-3,.cards-2,.steps-grid,.benefits-grid{display:grid;gap:24px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-2{grid-template-columns:repeat(2,1fr)}
.benefits-grid{grid-template-columns:repeat(5,1fr)}
.steps-grid{grid-template-columns:repeat(6,1fr)}
.card{background:#fff;border:1px solid rgba(32,54,80,.12);border-radius:var(--radius);padding:28px;box-shadow:0 12px 32px rgba(32,54,80,.06)}
.card h3{margin:16px 0 8px;color:var(--navy);font-size:20px;line-height:1.25}
.card p{margin:0;color:var(--muted);font-size:15px}
.icon{width:58px;height:58px;border-radius:18px;background:var(--navy);display:grid;place-items:center}
.icon.sage{background:var(--sage)}
.icon.light{background:#eef1ee;border:1px solid rgba(32,54,80,.10)}
.icon img{width:32px;height:32px}
.audience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:15px}
.check-list li{display:flex;gap:12px;color:#334155}
.check-list li::before{content:"✓";color:var(--sage);font-weight:900}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 58%,#eef3f5 100%);padding:76px 0}
.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.page-image{border-radius:34px;background:var(--light);box-shadow:var(--shadow);overflow:hidden}
.step-card{position:relative;min-height:220px;background:#fff;border-radius:20px;border:1px solid rgba(32,54,80,.12);padding:26px 18px;text-align:center;box-shadow:0 10px 26px rgba(32,54,80,.07)}
.step-number{position:absolute;left:14px;top:14px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-weight:900}
.step-card .icon{margin:34px auto 18px;background:transparent;border:1px solid rgba(32,54,80,.14)}
.step-card h3{font-size:15px;margin:0 0 8px;color:var(--navy)}
.step-card p{font-size:13px;margin:0;color:var(--muted)}
.provision-band{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dark-band{background:linear-gradient(135deg,var(--navy),#13243a);color:#fff;border-radius:24px;padding:32px}
.dark-band h2,.dark-band h3{color:#fff}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}
.form-box{background:#fff;border:1px solid rgba(32,54,80,.12);border-radius:28px;padding:28px;box-shadow:var(--shadow)}
.tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--light);border-radius:16px;padding:5px;margin-bottom:26px}
.tab{border:0;border-radius:12px;padding:14px 12px;background:transparent;color:var(--muted);font-weight:900;cursor:pointer}
.tab.active{background:#fff;color:var(--navy);box-shadow:0 6px 16px rgba(32,54,80,.08)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
input,select,textarea{width:100%;border:1px solid rgba(32,54,80,.18);border-radius:12px;padding:14px 15px;font:inherit;background:#fff;color:var(--ink);outline:none}
textarea{min-height:120px;resize:vertical;grid-column:1/-1}
.checkbox{display:flex;gap:10px;margin:15px 0;color:var(--muted);font-size:13px}
.checkbox input{width:auto;margin-top:4px}
.cta-strip{border-radius:24px;background:linear-gradient(135deg,var(--navy),#13243a);color:#fff;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-strip h2{margin:0;font-size:28px}
.cta-strip p{margin:6px 0 0;color:rgba(255,255,255,.72)}
.footer{background:#122238;color:#fff;padding:56px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:38px;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:34px}
.footer h4{margin:0 0 14px}
.footer p,.footer a{color:rgba(255,255,255,.7);font-size:14px}
.footer-links{display:grid;gap:8px}
.copyright{display:flex;justify-content:space-between;gap:20px;padding-top:24px;color:rgba(255,255,255,.56);font-size:13px}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.faq{display:grid;gap:12px}
.faq details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px 18px}
.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}
.faq p{color:var(--muted);margin-bottom:0}
.map-placeholder{height:310px;border-radius:24px;background:linear-gradient(135deg,#e9eef3,#f7f8f6);border:1px solid var(--line);position:relative;overflow:hidden}
.map-placeholder::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 64px,rgba(32,54,80,.06) 64px 66px),repeating-linear-gradient(0deg,transparent 0 64px,rgba(32,54,80,.06) 64px 66px)}
.map-pin{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);background:var(--navy);color:#fff;border-radius:20px;padding:14px 18px;box-shadow:var(--shadow)}
.style-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}
.color-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.swatch{height:120px;border-radius:18px;border:1px solid var(--line)}
@media(max-width:980px){
 .nav{display:none}.hero-grid,.page-hero-grid,.audience-grid,.contact-grid,.provision-band,.compare,.style-grid{grid-template-columns:1fr}
 .cards-3,.cards-2,.benefits-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr 1fr}
 .hero-points{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.triangle{min-height:360px}
}
@media(max-width:640px){
 .container{width:min(100% - 28px,1180px)}.header-inner{height:76px}.logo-img{width:170px}.header .btn{display:none}
 .hero,.page-hero{padding:54px 0}.hero h1,.page-hero h1{font-size:40px}
 .cards-3,.cards-2,.benefits-grid,.steps-grid,.form-grid,.footer-grid,.color-row{grid-template-columns:1fr}
 .cta-strip{flex-direction:column;align-items:flex-start}.copyright{flex-direction:column}
}


/* Adobe Stock photo integration */
.photo-cover{width:100%;height:100%;object-fit:cover;display:block}
.page-image img.photo-cover{width:100%;height:100%;min-height:360px;object-fit:cover}
.hero.with-photo{position:relative;background:#fff}
.hero.with-photo .hero-photo{position:absolute;inset:0;z-index:0;opacity:.82}
.hero.with-photo .hero-photo img{width:100%;height:100%;object-fit:cover}
.hero.with-photo::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.88) 32%,rgba(255,255,255,.52) 60%,rgba(255,255,255,.05) 100%)}
.hero.with-photo .container{position:relative;z-index:2}
.hero.with-photo h1{color:var(--navy)}
.hero.with-photo p,.hero.with-photo .hero-point{color:#334155}
.hero.with-photo::after{display:none}
.inline-photo{border-radius:22px;box-shadow:0 14px 34px rgba(32,54,80,.12);overflow:hidden;border:1px solid rgba(32,54,80,.10)}
.inline-photo img{width:100%;height:260px;object-fit:cover}
.wide-photo-band{position:relative;overflow:hidden;border-radius:28px;min-height:310px;display:flex;align-items:center;background:var(--navy);color:#fff}
.wide-photo-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62}
.wide-photo-band::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,54,80,.98),rgba(32,54,80,.78),rgba(32,54,80,.12))}
.wide-photo-band .band-content{position:relative;z-index:2;max-width:650px;padding:48px}
.wide-photo-band h2{margin:0 0 12px;font-size:34px}
@media(max-width:640px){.page-image img.photo-cover{min-height:280px}.inline-photo img{height:220px}.wide-photo-band .band-content{padding:30px}}


/* Corrections 2026 */
.icon:not(.light) img{filter:brightness(0) invert(1);}
.icon.light img{filter:none;}
.card .icon{box-shadow:0 8px 18px rgba(32,54,80,.16);}
.photo-cover,.inline-photo img,.wide-photo-band img,.hero-photo img,.page-image img{transition:filter .28s ease, transform .28s ease, opacity .28s ease;}
.page-image:hover img,.inline-photo:hover img,.wide-photo-band:hover img,.visual-card:hover img,.card:hover img{filter:brightness(1.08) contrast(1.03);transform:scale(1.015);}
.hero.with-photo:hover .hero-photo img{filter:brightness(1.08) contrast(1.04);}
.footer-logo-card{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:10px 14px;box-shadow:0 10px 22px rgba(0,0,0,.12);margin-bottom:14px;}
.footer-logo-card .logo-img{max-width:190px;width:190px;filter:none!important;}
.center-mark small{display:none!important;}
.cards-3 .card .icon img{width:32px;height:32px;}


/* Korrektur v3: Dreiecks-Grafik, Mouseover und Footer */
.triangle .node-circle{
  width:92px;
  height:92px;
  border-radius:50%;
  border:4px solid var(--sage);
  background:#fff;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.triangle .node.left .node-circle{
  border-color:var(--sage);
}
.triangle .node-circle img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.triangle .node-circle .node-eleven{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  font-size:30px;
  line-height:1;
  font-weight:900;
  color:var(--navy);
}
.triangle .node:hover .node-circle,
.triangle .node-circle:hover{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 18px 40px rgba(32,54,80,.20);
  border-color:var(--navy);
}
.triangle .node-top .node-label{
  position:absolute;
  left:50%;
  top:-34px;
  transform:translateX(-50%);
  width:max-content;
  margin:0;
}
.triangle .node-top .node-circle{
  margin-top:18px;
}
.center-mark small{
  display:none !important;
}
.step-card .icon.light,
.step-card .icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:34px auto 18px;
  background:#fff;
  border:1px solid rgba(32,54,80,.18);
  border-radius:50%;
}
.step-card .icon img{
  display:block !important;
  width:36px !important;
  height:36px !important;
  object-fit:contain;
  opacity:1 !important;
  visibility:visible !important;
}
.footer{
  background:linear-gradient(135deg,#203650 0%,#203650 62%,#929a92 100%) !important;
}
.footer::before{
  content:"";
  display:block;
  height:6px;
  background:#929a92;
  margin:-56px 0 50px;
}
.footer-logo-inverse{
  width:210px;
  max-width:100%;
  height:auto;
  filter:none !important;
}
.footer p,.footer a{
  color:rgba(255,255,255,.82);
}
.footer-grid{
  border-bottom-color:rgba(255,255,255,.24);
}
.copyright{
  color:rgba(255,255,255,.72);
}


/* Korrektur v4 */
.equal-benefits{
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
}
.equal-benefits .card{
  min-width:0;
  height:100%;
}
.step-card .icon.light,
.step-card .icon{
  display:grid !important;
  place-items:center !important;
  width:64px !important;
  height:64px !important;
  margin:34px auto 18px !important;
  background:#fff !important;
  border:1px solid rgba(32,54,80,.18) !important;
  border-radius:50% !important;
}
.step-card .icon img{
  display:block !important;
  width:36px !important;
  height:36px !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
}
.small-triangle{
  min-height:280px !important;
  margin-top:26px;
}
.small-triangle .node-circle{
  width:66px !important;
  height:66px !important;
}
.small-triangle .node-circle img{
  width:32px !important;
  height:32px !important;
}
.small-triangle .node-circle .node-eleven{
  font-size:24px !important;
}
.small-triangle .node-label{
  font-size:10px !important;
}
.small-triangle .center-mark{
  width:150px !important;
  padding:10px !important;
}
.triangle-contact-card{
  overflow:hidden;
}
@media(max-width:980px){
  .equal-benefits{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:640px){
  .equal-benefits{grid-template-columns:1fr !important;}
}


/* Korrektur v5 */
.notice-section{
  padding:36px 0 0;
}
.notice-box{
  border:1px solid rgba(32,54,80,.14);
  background:linear-gradient(135deg,#ffffff,#f5f6f4);
  border-left:6px solid #929a92;
  border-radius:22px;
  padding:24px 28px;
  box-shadow:0 12px 32px rgba(32,54,80,.06);
  color:#203650;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:baseline;
}
.notice-box strong{
  font-size:20px;
}
.notice-box span{
  color:#334155;
  font-size:18px;
}
.footer-logo-inverse{
  background:transparent !important;
  filter:none !important;
}
.footer .logo-img.footer-logo-inverse{
  width:210px;
  max-width:100%;
}
.nav a[href="partner-login.html"]{
  color:#929a92;
}
.form-box input[required]{
  border-color:rgba(32,54,80,.26);
}


/* Korrektur v6 */
.notice-link{
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.notice-link:hover{
  transform:translateY(-3px);
  border-color:#203650;
  box-shadow:0 18px 42px rgba(32,54,80,.14);
}
.glow-cards .card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.glow-cards .card:hover{
  transform:translateY(-5px);
  border-color:#929a92;
  box-shadow:0 22px 46px rgba(146,154,146,.28), 0 0 0 4px rgba(146,154,146,.12);
  background:linear-gradient(180deg,#ffffff 0%,#f8faf8 100%);
}
.icon-eleven{
  color:#203650;
  font-weight:900;
  font-size:26px;
}
.triangle .node:not(.node-top) .node-label,
.triangle .node .node-label{
  position:static !important;
  transform:none !important;
  margin-top:10px !important;
}
.login-button{
  margin-top:18px;
}
.two-way-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:48px;
  align-items:center;
}
.two-way-graphic{
  position:relative;
  min-height:360px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(32,54,80,.12);
  box-shadow:0 14px 34px rgba(32,54,80,.08);
  overflow:hidden;
}
.two-way-graphic::before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:280px;
  height:280px;
  background:rgba(146,154,146,.18);
  border-radius:50%;
}
.tw-node{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:165px;
  height:165px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#fff;
  border:4px solid #203650;
  box-shadow:0 18px 40px rgba(32,54,80,.14);
}
.tw-node span{
  font-weight:900;
  color:#203650;
  line-height:1.08;
}
.tw-node small{
  margin-top:7px;
  color:#64748b;
  font-size:12px;
}
.tw-left{left:58px}
.tw-right{right:58px;border-color:#929a92}
.tw-arrow{
  position:absolute;
  left:240px;
  right:240px;
  height:46px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:14px;
  letter-spacing:.02em;
}
.tw-arrow-top{
  top:115px;
  background:#203650;
  color:#fff;
}
.tw-arrow-top::after{
  content:"";
  position:absolute;
  right:-18px;
  border-left:20px solid #203650;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
}
.tw-arrow-bottom{
  bottom:115px;
  background:#929a92;
  color:#fff;
}
.tw-arrow-bottom::before{
  content:"";
  position:absolute;
  left:-18px;
  border-right:20px solid #929a92;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
}
@media(max-width:980px){
  .two-way-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .two-way-graphic{min-height:500px}
  .tw-left{left:50%;top:105px;transform:translateX(-50%)}
  .tw-right{left:50%;right:auto;top:395px;transform:translateX(-50%)}
  .tw-arrow{left:40px;right:40px}
  .tw-arrow-top{top:245px}
  .tw-arrow-bottom{bottom:165px}
}


/* Korrektur v7 */
/* Kein Mouseover für die beiden Außen-Icons Kaufinteressenten und Immobilienmakler in der Startseiten-Dreiecksgrafik */
.triangle .node.no-icon-hover:hover .node-circle,
.triangle .node.no-icon-hover .node-circle:hover{
  transform:none !important;
  box-shadow:0 12px 28px rgba(32,54,80,.12) !important;
  border-color:#929a92 !important;
}
.triangle .node.no-icon-hover.left:hover .node-circle,
.triangle .node.no-icon-hover.left .node-circle:hover{
  border-color:#929a92 !important;
}

/* Verbesserte Grafik für das Kooperationsmodell */
.cooperation-graphic-v2{
  position:relative;
  min-height:460px;
  border-radius:30px;
  background:
    radial-gradient(circle at 50% 48%, rgba(146,154,146,.18) 0 95px, transparent 96px),
    linear-gradient(135deg,#ffffff 0%,#f5f6f4 100%);
  border:1px solid rgba(32,54,80,.12);
  box-shadow:0 18px 44px rgba(32,54,80,.10);
  overflow:hidden;
}
.cooperation-graphic-v2::before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  top:50%;
  height:2px;
  background:linear-gradient(90deg,transparent,#203650,transparent);
  opacity:.22;
}
.cooperation-graphic-v2::after{
  content:"";
  position:absolute;
  top:13%;
  bottom:13%;
  left:50%;
  width:2px;
  background:linear-gradient(180deg,transparent,#929a92,transparent);
  opacity:.34;
}
.coop-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:4;
  width:220px;
  min-height:140px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(32,54,80,.14);
  box-shadow:0 18px 44px rgba(32,54,80,.16);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px;
  text-align:center;
}
.coop-center img{
  width:175px;
  height:auto;
}
.coop-center small{
  margin-top:8px;
  color:#64748b;
  font-weight:700;
}
.coop-node{
  position:absolute;
  z-index:3;
  width:178px;
  min-height:148px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(32,54,80,.14);
  box-shadow:0 14px 34px rgba(32,54,80,.10);
  padding:18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.coop-node img{
  width:42px;
  height:42px;
  object-fit:contain;
  margin-bottom:10px;
}
.coop-node strong{
  color:#203650;
  font-size:16px;
  line-height:1.15;
}
.coop-node span{
  margin-top:6px;
  color:#64748b;
  font-size:12px;
  line-height:1.3;
}
.coop-buyer{
  left:34px;
  top:40px;
  border-top:5px solid #929a92;
}
.coop-broker{
  right:34px;
  top:40px;
  border-top:5px solid #203650;
}
.coop-finance{
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  border-top:5px solid #929a92;
}
.flow{
  position:absolute;
  z-index:2;
  left:235px;
  right:235px;
  height:58px;
  border-radius:999px;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight:900;
  text-align:center;
  box-shadow:0 12px 26px rgba(32,54,80,.15);
}
.flow small{
  margin-top:2px;
  font-size:11px;
  font-weight:700;
  opacity:.88;
}
.flow-top{
  top:86px;
  background:#203650;
}
.flow-top::after{
  content:"";
  position:absolute;
  right:-18px;
  border-left:20px solid #203650;
  border-top:16px solid transparent;
  border-bottom:16px solid transparent;
}
.flow-bottom{
  bottom:118px;
  background:#929a92;
}
.flow-bottom::before{
  content:"";
  position:absolute;
  left:-18px;
  border-right:20px solid #929a92;
  border-top:16px solid transparent;
  border-bottom:16px solid transparent;
}
@media(max-width:980px){
  .cooperation-graphic-v2{
    min-height:560px;
  }
  .coop-buyer{left:24px;top:30px}
  .coop-broker{right:24px;top:30px}
  .flow{left:210px;right:210px}
}
@media(max-width:640px){
  .cooperation-graphic-v2{
    min-height:760px;
  }
  .coop-center{top:50%;width:205px}
  .coop-buyer,.coop-broker,.coop-finance{
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }
  .coop-buyer{top:28px}
  .coop-broker{top:570px}
  .coop-finance{bottom:250px}
  .flow{
    left:38px;
    right:38px;
    height:62px;
  }
  .flow-top{top:215px}
  .flow-bottom{bottom:150px}
}


/* Korrektur v8 */
/* Mouseover Dreieck wieder aktiv: frühere no-icon-hover-Regeln neutralisieren */
.triangle .node.no-icon-hover:hover .node-circle,
.triangle .node.no-icon-hover .node-circle:hover{
  transform:translateY(-4px) scale(1.04) !important;
  box-shadow:0 18px 40px rgba(32,54,80,.20) !important;
  border-color:#203650 !important;
}
.icon-letter{
  display:grid;
  place-items:center;
  color:#203650;
  font-size:26px;
  font-weight:900;
  border-radius:50% !important;
  border:3px solid #929a92 !important;
  background:#fff !important;
  box-shadow:0 10px 26px rgba(32,54,80,.08);
}
.glow-cards .card:hover .icon-letter{
  border-color:#203650 !important;
  box-shadow:0 0 0 5px rgba(146,154,146,.16), 0 16px 30px rgba(32,54,80,.14);
  transform:scale(1.05);
}
.wide-photo-band-light img{
  opacity:.82 !important;
  filter:brightness(1.12) saturate(.96);
}
.wide-photo-band-light::after{
  background:linear-gradient(90deg,rgba(32,54,80,.78),rgba(32,54,80,.48),rgba(32,54,80,.03)) !important;
}
.podcast-section{
  padding-top:0;
}
.podcast-card{
  border-radius:28px;
  background:linear-gradient(135deg,#ffffff,#f5f6f4);
  border:1px solid rgba(32,54,80,.14);
  box-shadow:0 14px 34px rgba(32,54,80,.08);
  padding:34px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;
  align-items:center;
}
.podcast-card h2{
  margin:0;
  color:#203650;
  font-size:34px;
  line-height:1.1;
}
.podcast-card p{
  color:#64748b;
  margin-bottom:0;
}
.podcast-player{
  display:flex;
  align-items:center;
  gap:18px;
  background:#203650;
  color:#fff;
  border-radius:22px;
  padding:22px;
}
.podcast-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#929a92;
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 auto;
}
.podcast-player strong,
.podcast-player span{
  display:block;
}
.podcast-player span{
  color:rgba(255,255,255,.72);
  font-size:14px;
  margin-top:4px;
}
.cooperation-triangle-card .triangle{
  min-height:430px;
}
.cooperation-caption{
  margin-top:18px;
  padding:18px 20px;
  border-radius:18px;
  background:#f5f6f4;
  color:#334155;
}
.cooperation-caption strong,
.cooperation-caption span{
  display:block;
}
.cooperation-caption strong{
  color:#203650;
  margin-bottom:4px;
}
.footer .footer-links a[href="kontakt.html"],
.footer h4 + p a{
  color:#fff;
  font-weight:800;
}
@media(max-width:780px){
  .podcast-card{
    grid-template-columns:1fr;
  }
}


/* Korrektur v9 */
.footer-contact-link{
  font-weight:400 !important;
  color:rgba(255,255,255,.82) !important;
}
.footer-contact-link:hover{
  color:#fff !important;
}
.contact-hint{
  margin-top:0;
  color:#64748b;
  font-size:15px;
}
.network-card-icon{
  width:64px !important;
  height:64px !important;
  border-radius:50% !important;
  border:4px solid #929a92 !important;
  background:#fff !important;
  box-shadow:0 10px 26px rgba(32,54,80,.08);
  color:#203650;
}
.network-card-icon img{
  width:34px !important;
  height:34px !important;
  object-fit:contain;
}
.network-card-icon .node-eleven{
  font-size:28px;
  line-height:1;
  font-weight:900;
  color:#203650;
}
.glow-cards .card:hover .network-card-icon{
  border-color:#203650 !important;
  box-shadow:0 0 0 5px rgba(146,154,146,.16), 0 16px 30px rgba(32,54,80,.14);
  transform:scale(1.05);
}


/* Korrektur v10 */
.contact-notice{
  background:linear-gradient(135deg,#fff,#f5f6f4);
  border:1px solid rgba(32,54,80,.14);
  border-left:6px solid #929a92;
  color:#203650;
  border-radius:18px;
  padding:16px 18px;
  margin:0 0 16px 0;
  font-size:15px;
}
.contact-region{
  margin-bottom:18px;
  color:#334155;
  background:#f8faf8;
  border:1px solid rgba(32,54,80,.10);
  border-radius:16px;
  padding:15px 17px;
}
.whatsapp-line{
  display:flex;
  align-items:center;
  gap:10px;
}
.contact-inline-icon{
  width:28px;
  height:28px;
  flex:0 0 auto;
}
.form-required-hint{
  margin-bottom:14px;
  color:#64748b;
  font-size:14px;
  font-weight:700;
}
.cuxland-section{
  padding-top:18px;
}
.cuxland-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:36px;
  align-items:center;
}
.cuxland-grid h2{
  margin:0;
  color:#203650;
  font-size:38px;
  line-height:1.12;
  letter-spacing:-.02em;
}
.cuxland-grid p{
  color:#64748b;
  font-size:18px;
  margin-top:18px;
}
.cuxland-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  margin-top:12px;
  border-radius:999px;
  background:#203650;
  color:#fff;
  font-weight:800;
}
.cuxland-graphic{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(32,54,80,.10);
  border:1px solid rgba(32,54,80,.12);
}
.cuxland-graphic img{
  width:100%;
  height:auto;
  display:block;
}
.triangle-style-icon{
  width:64px !important;
  height:64px !important;
  border-radius:50% !important;
  border:4px solid #929a92 !important;
  background:#fff !important;
  box-shadow:0 12px 28px rgba(32,54,80,.12);
}
.triangle-style-icon img{
  width:34px !important;
  height:34px !important;
}
.triangle-style-icon .node-eleven{
  font-size:28px !important;
  font-weight:900;
  color:#203650;
}
@media(max-width:980px){
  .cuxland-grid{
    grid-template-columns:1fr;
  }
}


/* Korrektur v11 */
.contact-notice{
  background:linear-gradient(135deg,#fff,#f5f6f4);
  border:1px solid rgba(32,54,80,.14);
  border-left:6px solid #929a92;
  color:#203650;
  border-radius:18px;
  padding:16px 18px;
  margin:0 0 16px 0;
  font-size:15px;
}


/* Korrektur v12 */
.cuxland-section-simple{
  padding:46px 0 0;
}
.cuxland-simple-card{
  border-radius:28px;
  background:linear-gradient(135deg,#ffffff 0%,#f5f6f4 100%);
  border:1px solid rgba(32,54,80,.14);
  border-left:7px solid #929a92;
  box-shadow:0 14px 34px rgba(32,54,80,.08);
  padding:34px;
}
.cuxland-simple-card h2{
  margin:0;
  color:#203650;
  font-size:clamp(30px,4vw,42px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.cuxland-simple-card p{
  margin:18px 0 0;
  color:#64748b;
  font-size:18px;
  max-width:850px;
}
.cuxland-section-simple .cuxland-badge{
  margin-top:22px;
}


/* Korrektur v13 */
.cuxland-photo-card{
  position:relative;
  overflow:hidden;
  background-image:url("assets/cuxland-strandkorb.jpg");
  background-size:cover;
  background-position:center center;
  min-height:360px;
  display:flex;
  align-items:center;
}
.cuxland-photo-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.84) 36%, rgba(32,54,80,.22) 100%);
  z-index:1;
}
.cuxland-content{
  position:relative;
  z-index:2;
  max-width:760px;
}
.cuxland-photo-card .kicker,
.cuxland-photo-card h2,
.cuxland-photo-card p{
  position:relative;
  z-index:2;
}
.cuxland-photo-card .cuxland-badge{
  position:relative;
  z-index:2;
}
@media(max-width:820px){
  .cuxland-photo-card{
    min-height:320px;
    background-position:center right;
  }
  .cuxland-photo-overlay{
    background:linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.82) 42%, rgba(32,54,80,.16) 100%);
  }
}


/* Korrektur v14 */
.cuxland-photo-overlay{
  background:linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 42%, rgba(255,255,255,.72) 66%, rgba(32,54,80,.14) 100%) !important;
}
.cuxland-photo-card .kicker{
  color:#203650 !important;
  font-weight:900 !important;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
}
.cuxland-photo-card h2{
  color:#203650 !important;
  text-shadow:0 2px 8px rgba(255,255,255,.85);
}
.cuxland-photo-card p{
  color:#172234 !important;
  font-weight:700 !important;
  text-shadow:0 1px 5px rgba(255,255,255,.8);
}
.cuxland-photo-card .cuxland-badge{
  background:#203650 !important;
  color:#ffffff !important;
  box-shadow:0 12px 26px rgba(32,54,80,.24);
}
.logo-img-pulse{
  width:210px;
  height:auto;
}
@media(max-width:820px){
  .cuxland-photo-overlay{
    background:linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 55%, rgba(255,255,255,.72) 100%) !important;
  }
}


/* Korrektur v15 */
.triangle-logo-pulse{
  max-width:190px;
  height:auto;
}
.logo-img-pulse{
  width:210px;
  height:auto;
}
.cuxland-photo-card .cuxland-badge{
  display:none !important;
}


/* Korrektur v16 - Impressum */
.legal-hero{
  background:linear-gradient(135deg,#ffffff 0%,#f5f6f4 100%);
}
.legal-hero .section-heading{
  margin-bottom:0;
}
.legal-hero h1{
  margin:0;
  color:#203650;
  font-size:clamp(42px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.legal-section{
  padding-top:56px;
}
.legal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.legal-card{
  background:#fff;
  border:1px solid rgba(32,54,80,.12);
  border-radius:24px;
  padding:28px;
  box-shadow:0 12px 32px rgba(32,54,80,.06);
}
.legal-card h2{
  margin:0 0 18px;
  color:#203650;
  font-size:26px;
}
.legal-card h3{
  margin:22px 0 8px;
  color:#203650;
  font-size:18px;
}
.legal-card p,
.legal-card li{
  color:#334155;
  font-size:15px;
  line-height:1.65;
}
.legal-card ul{
  margin:0;
  padding-left:20px;
}
.legal-wide{
  grid-column:1 / -1;
}
.legal-note{
  margin-top:22px;
  padding:16px 18px;
  border-left:5px solid #929a92;
  background:#f5f6f4;
  border-radius:14px;
}
@media(max-width:900px){
  .legal-grid{grid-template-columns:1fr;}
}


/* Korrektur v17 */
.company-claim{
  display:inline-flex;
  margin:0 0 18px;
  padding:8px 14px;
  border-radius:999px;
  background:#203650;
  color:#ffffff !important;
  font-weight:800;
  letter-spacing:.01em;
}

/* Korrektur v19 - Datenschutz */
.form-required-hint{
  line-height:1.45;
}
.legal-card .legal-note,
.legal-note{
  margin-top:22px;
  padding:16px 18px;
  border-left:5px solid #929a92;
  background:#f5f6f4;
  border-radius:14px;
}


/* Korrektur v23 */
.page-image img[src$="makler-netzwerk-grafik.jpg"]{
  object-position:center center;
}


/* Korrektur v24 */
.kaeufer-finanzierung-grid,
.kaeufer-finanzierung-grid.compare{
  grid-template-columns:1fr 1fr 1fr;
  align-items:stretch;
}
.kaeufer-finanzierung-grid .card{
  height:100%;
}
@media(max-width:1100px){
  .kaeufer-finanzierung-grid,
  .kaeufer-finanzierung-grid.compare{
    grid-template-columns:1fr;
  }
}


/* Korrektur v26 */
.login-visual-card{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(32,54,80,.12);
  border:1px solid rgba(32,54,80,.12);
  background:#fff;
}
.login-visual-card img{
  width:100%;
  height:auto;
  display:block;
}
.partner-login .page-hero-grid{
  grid-template-columns:.9fr 1fr;
}
.form-required-hint{
  color:#64748b;
}
@media(max-width:980px){
  .login-visual-card{
    order:2;
  }
}


/* Korrektur v27 */
.hero .visual-card{
  background:rgba(255,255,255,.82) !important;
  backdrop-filter:blur(8px);
}
.hero .triangle,
.hero .premium-triangle-card{
  background:rgba(255,255,255,.72) !important;
}


/* Korrektur v29 */
.wide-photo-band img[src$="makler-netzwerk-grafik.jpg"],
.page-image img[src$="makler-netzwerk-grafik.jpg"]{
  object-position:center center;
}


/* Korrektur v30 */
.wide-photo-band img[src$="makler-netzwerk-grafik.jpg"],
.page-image img[src$="makler-netzwerk-grafik.jpg"],
.inline-photo img[src$="makler-netzwerk-grafik.jpg"]{
  object-position:center center;
}

.contact-side-photo{
  margin-top:24px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(32,54,80,.12);
  box-shadow:0 14px 32px rgba(32,54,80,.10);
}
.contact-side-photo img{
  width:100%;
  height:100%;
  min-height:260px;
  max-height:360px;
  object-fit:cover;
  object-position:center center;
  display:block;
}


/* Korrektur v32 - Mobile Steps ohne horizontales Scrollen */
@media(max-width:980px){
  .steps-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:visible !important;
  }

  .steps-grid[style]{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .step-card{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
  }
}

@media(max-width:640px){
  .steps-grid,
  .steps-grid[style]{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:visible !important;
  }

  .step-card{
    min-width:0 !important;
    width:100% !important;
    max-width:100% !important;
  }

  body{
    overflow-x:hidden;
  }
}


/* Korrektur v32 - Desktop-Spalten für spezifische Step-Gruppen */
@media(min-width:981px){
  .steps-grid-four{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }

  .steps-grid-five{
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  }
}


/* Korrektur v33 - Smartphone-Menü und mobile Textdarstellung */
.mobile-nav-toggle{
  display:none;
  width:46px;
  height:42px;
  border:1px solid rgba(32,54,80,.18);
  border-radius:12px;
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.mobile-nav-toggle span{
  width:22px;
  height:2px;
  background:#203650;
  border-radius:99px;
  display:block;
  transition:transform .2s ease, opacity .2s ease;
}
.mobile-nav-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.mobile-nav-toggle.is-open span:nth-child(2){
  opacity:0;
}
.mobile-nav-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:980px){
  .header-inner{
    position:relative;
  }
  .mobile-nav-toggle{
    display:flex;
    flex:0 0 auto;
  }
  .header .nav{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    width:100%;
    background:#ffffff;
    border:1px solid rgba(32,54,80,.12);
    border-radius:0 0 22px 22px;
    box-shadow:0 18px 36px rgba(32,54,80,.14);
    padding:16px;
    z-index:80;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .header .nav.is-open{
    display:flex !important;
  }
  .header .nav a{
    display:block;
    padding:14px 16px;
    border-radius:12px;
    color:#203650;
    font-size:15px;
  }
  .header .nav a:hover{
    background:#f5f6f4;
    color:#203650;
  }
}

/* Makler-Smartphone: Hero-Text nicht abschneiden */
@media(max-width:640px){
  .page-hero,
  .hero{
    overflow:visible !important;
  }
  .page-hero-grid,
  .hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:28px !important;
    min-width:0 !important;
    width:100% !important;
  }
  .page-hero-grid > *,
  .hero-grid > *,
  .section-heading,
  .page-hero h1,
  .page-hero p,
  .hero h1,
  .hero p{
    min-width:0 !important;
    max-width:100% !important;
    overflow:visible !important;
    word-break:normal;
    overflow-wrap:anywhere;
  }
  .page-hero h1{
    font-size:38px !important;
    line-height:1.08 !important;
  }
  .page-hero p{
    font-size:17px !important;
    line-height:1.55 !important;
  }
}


/* Korrektur v34 - Dreiecksgrafik Logo mobil kleiner */
@media(max-width:640px){
  .triangle .center-mark{
    width:165px !important;
    padding:12px !important;
  }
  .triangle .center-mark img{
    max-width:135px !important;
    width:100% !important;
    height:auto !important;
  }
  .visual-card .triangle{
    min-height:360px !important;
  }
}
@media(max-width:420px){
  .triangle .center-mark{
    width:145px !important;
    padding:10px !important;
  }
  .triangle .center-mark img{
    max-width:118px !important;
  }
}


/* Korrektur v35 - Smartphone Dreiecksgrafik Startseite */
@media(max-width:640px){
  /* Beschriftung Kaufinteressenten oberhalb des Symbols, damit sie nicht die Linie überschreibt */
  .hero .triangle > .node:first-of-type .node-label{
    position:absolute !important;
    left:50% !important;
    top:-36px !important;
    transform:translateX(-50%) !important;
    width:max-content !important;
    margin-top:0 !important;
    background:rgba(255,255,255,.92);
    padding:3px 8px;
    border-radius:10px;
    z-index:6;
  }

  .hero .triangle > .node:first-of-type .node-circle{
    margin-top:20px !important;
  }

  /* Immobilienmakler mobil zweizeilig darstellen: Immobilien-Makler */
  .hero .triangle > .node:nth-of-type(3) .node-label{
    font-size:0 !important;
    line-height:1.15 !important;
    max-width:112px;
    margin-left:auto;
    margin-right:auto;
    background:rgba(255,255,255,.92);
    padding:3px 8px;
    border-radius:10px;
  }

  .hero .triangle > .node:nth-of-type(3) .node-label::after{
    content:"Immobilien-\\A Makler";
    white-space:pre-line;
    font-size:11px;
    font-weight:900;
    color:#203650;
    display:block;
    text-align:center;
  }
}

@media(max-width:420px){
  .hero .triangle > .node:first-of-type .node-label{
    top:-32px !important;
    font-size:10px !important;
  }
  .hero .triangle > .node:nth-of-type(3) .node-label::after{
    font-size:10px;
  }
}


/* Korrektur v36 - Startseite Smartphone-Dreieck wie Maklerseite */
@media(max-width:640px){
  .hero .triangle > .node:first-of-type .node-label{
    position:static !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:auto !important;
    max-width:120px !important;
    margin:10px auto 0 !important;
    background:rgba(255,255,255,.92);
    padding:3px 8px;
    border-radius:10px;
    font-size:11px !important;
    line-height:1.15 !important;
    white-space:normal !important;
    text-align:center !important;
  }
  .hero .triangle > .node:first-of-type .node-circle{
    margin-top:0 !important;
  }
  .hero .triangle > .node:nth-of-type(3) .node-label{
    font-size:11px !important;
    line-height:1.15 !important;
    max-width:120px !important;
    margin:10px auto 0 !important;
    background:rgba(255,255,255,.92);
    padding:3px 8px;
    border-radius:10px;
    white-space:normal !important;
    text-align:center !important;
  }
  .hero .triangle > .node:nth-of-type(3) .node-label::after{
    content:none !important;
    display:none !important;
  }
  .hero .triangle{
    min-height:430px !important;
  }
}
@media(max-width:420px){
  .hero .triangle > .node:first-of-type .node-label,
  .hero .triangle > .node:nth-of-type(3) .node-label{
    font-size:10px !important;
    max-width:112px !important;
  }
}


/* Korrektur v37 - Smartphone Startseiten-Dreieck exakt wie Maklerseite */
@media(max-width:640px){
  .hero .visual-card.cooperation-triangle-card{
    padding:0 !important;
    border:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border-radius:0 !important;
  }

  .hero .visual-card.cooperation-triangle-card .triangle{
    min-height:430px !important;
    margin-top:0 !important;
    background:transparent !important;
  }

  .hero .visual-card.cooperation-triangle-card .center-mark{
    width:165px !important;
    padding:12px !important;
  }

  .hero .visual-card.cooperation-triangle-card .center-mark img{
    max-width:135px !important;
    width:100% !important;
    height:auto !important;
  }
}
@media(max-width:420px){
  .hero .visual-card.cooperation-triangle-card .center-mark{
    width:145px !important;
    padding:10px !important;
  }
  .hero .visual-card.cooperation-triangle-card .center-mark img{
    max-width:118px !important;
  }
}


/* Korrektur v38 - Startseiten-Dreieck sauber für Desktop und Smartphone */
.start-triangle-card{
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(32,54,80,.12) !important;
  border-radius:30px !important;
  padding:28px !important;
  box-shadow:0 18px 45px rgba(32,54,80,.14) !important;
  overflow:hidden !important;
}
.start-triangle{
  position:relative !important;
  min-height:430px !important;
  background:transparent !important;
}
.start-triangle svg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}
.start-triangle .node{
  position:absolute !important;
  text-align:center !important;
  transform:translate(-50%,-50%) !important;
}
.start-triangle .node-circle{
  width:92px !important;
  height:92px !important;
  border-radius:50% !important;
  background:#fff !important;
  border:4px solid #929a92 !important;
  display:grid !important;
  place-items:center !important;
  margin:0 auto 10px !important;
  box-shadow:0 12px 28px rgba(32,54,80,.12) !important;
}
.start-triangle .node-circle img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
}
.start-triangle .node-eleven{
  font-size:30px !important;
  font-weight:900 !important;
  color:#203650 !important;
}
.start-triangle .node-label{
  position:static !important;
  transform:none !important;
  width:auto !important;
  max-width:160px !important;
  margin:10px auto 0 !important;
  color:#203650 !important;
  font-size:12px !important;
  line-height:1.18 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  white-space:normal !important;
  background:rgba(255,255,255,.92) !important;
  padding:3px 8px !important;
  border-radius:10px !important;
}
.start-triangle .center-mark{
  position:absolute !important;
  left:50% !important;
  top:52% !important;
  transform:translate(-50%,-50%) !important;
  width:250px !important;
  padding:18px !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(32,54,80,.12) !important;
  box-shadow:0 12px 30px rgba(32,54,80,.10) !important;
  text-align:center !important;
}
.start-triangle .center-mark img{
  max-width:190px !important;
  width:100% !important;
  height:auto !important;
  margin:auto !important;
}

@media(max-width:640px){
  .start-triangle-card{
    padding:18px !important;
    border:none !important;
    box-shadow:none !important;
    background:transparent !important;
    border-radius:0 !important;
  }
  .start-triangle{
    min-height:430px !important;
  }
  .start-triangle .node-circle{
    width:76px !important;
    height:76px !important;
  }
  .start-triangle .node-circle img{
    width:34px !important;
    height:34px !important;
  }
  .start-triangle .node-eleven{
    font-size:26px !important;
  }
  .start-triangle .node-label{
    font-size:10px !important;
    max-width:118px !important;
    line-height:1.15 !important;
  }
  .start-triangle .center-mark{
    width:150px !important;
    padding:10px !important;
  }
  .start-triangle .center-mark img{
    max-width:122px !important;
  }
}
