@charset "utf-8";
/* CSS Document */
body {
    font-family: system-ui, sans-serif;
}


.white-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.8rem 2.5rem;
  position: sticky;
  top: 0;
  z-index: 50;
}

.white-header .wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.white-header .logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: #0a0a0a;
}

.white-header nav a {
  margin-left: 2rem;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.logo a{
    text-decoration: none; 
    color: inherit;   
}

.whitepage {
  background: #ffffff;
  color: #0a0a0a;
  font-family: system-ui, -apple-system, sans-serif;
  padding: 2rem 1rem 6rem;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.45;
}

	
.whitepage h1 {
  font-family: "Inter", system-ui, sans-serif;
	text-align: center;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.01em;
  margin: 1.5rem 0 1rem;
}

.whitepage h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 3rem 0 1.5rem;
}

.whitepage h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
}
.whitepage p {
  font-family: system-ui, -apple-system, sans-serif;
  text-align: left;
  font-size: 1.0rem;
  font-weight: 400;
  max-width: 720px;
  margin: 0 0 1.4rem;
}

.center a.moat-action {
    text-align: left;
    margin-left: 0;
}

.whitepage .center {
    background: #e8f1fa; /* BaFin-hellblau */
    padding: 1.4rem 1rem;
    border-radius: 4px;
    margin: 1.1rem 0;
}

.whitepage .center p:nth-child(odd) {
    background: #f8fafc;
}
.whitepage .center p:nth-child(even) {
    background: #fafafa;
}

.whitepage .center p {
    font-family: "Inter", system-ui, sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.08rem;
    line-height: 1.38;
    max-width: 700px;
    margin: 0.2rem 0 0.5rem 0;
    padding: 0.35rem 0;
    border-radius: 3px;
}

.whitepage .center h3,
.whitepage .center h2 {
    font-family: "Inter", system-ui, sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 1.18rem;
    margin: 1.6rem 0 0.8rem 0;
}
.moat-factor {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.moat-layer {
  padding: 0.6rem 0.8rem;
  background: #f4f6f8;
  border-left: 3px solid #0a0a0a;
  margin: 0.6rem 0;
  font-size: 0.95rem;
}

.moat-scale {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 2.5rem;

  display: grid;
  grid-template-columns:
    7fr 10fr 18fr 23fr 13fr   
    20fr                      
    10fr                      
    5fr;                     

  height: 32px;
  border-radius: 999px;
  overflow: hidden;
}


.moat-scale span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  white-space: nowrap;
}

.g1 { background: #22543d; }
.g2 { background: #276749; }
.g3 { background: #2f855a; }
.g4 { background: #38a169; }
.g5 { background: #48bb78; }

.crit { background: #d69e2e; }
.chaos { background: #e53e3e; }
.reorg { background: #4299e1; }



.label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}


.key-insight {
    background: #f4f4f4;
    padding: 1.4rem 1.8rem;
    border-left: 1px solid #0a0a0a;
    margin: 2rem 0;
}

.key-insight p {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.35;
}



.diagram {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.diagram img {
  max-width: 100%;
  height: auto;
}
.white-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 2.5rem;
  position: sticky;
  top: 0;
  z-index: 50;
}


.diagram-img,
.diagram-s-img,
.diagram-block-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e5e5;
}



.main-nav a.active {
  color: #000;         
  border-bottom: 1px solid #000;  
}

.main-nav {
  display: flex;
  gap: 2rem;
}

.main-nav a,
.dropdown-menu a,
.mobile-nav a {
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  color: #555;
  font-size: 0.95rem;
 border-bottom: 1px solid transparent;
}

.main-nav a:hover {
  color: #000;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0.4rem 0;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.dropdown-menu a {
  display: block;
  padding: 0.6rem 1rem;
  white-space: nowrap;
}

.dropdown-menu a + a {
  border-top: 1px solid #f0f0f0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-nav,
.mobile-nav-toggle {
  display: none;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem 2.5rem;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 900px) {
  .white-header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
 
  
  .mobile-nav-toggle {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.3rem 2.5rem;
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2.5rem;
    background: #fff;
    border-top: 1px solid #e5e5e5;
  }

  .mobile-nav.open {
    display: flex;
  }
 .mobile-nav a + a {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .mobile-nav a {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }
}

.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}


.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.three-columns > div {
  position: relative;
}

.three-columns > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5rem; /* Hälfte des gaps */
  height: 100%;
  border-right: 1px dotted #ccc;
  opacity: 0.7;
}
.procedure-hero {
    background: #f5f6f7;
    padding: 3rem 0 4rem;
    border-bottom: 1px solid #e5e5e5;
}

.procedure-hero-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0.5rem;
    text-align: center;
}

.procedure-hero h1 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.procedure-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch; 
}

.procedure-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1.8rem 1.4rem;
    border-radius: 6px;
    text-align: left;
	 display: flex;
    flex-direction: column;
}

.procedure-card .op {
    font-family: "JetBrains Mono", monospace;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.6;
    margin-bottom: 0.5rem;
}

.procedure-card h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.procedure-card p {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.procedure-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.procedure-card ul li {
    font-size: 0.95rem;
    margin: 0.2rem 0;
    opacity: 0.8;
}

.procedure-card a {
    font-family: system-ui, sans-serif;
    font-size: 0.95rem;
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 500;
}


.moat-banner {
    height: 90px; 
	margin-top:0px;
    background:
    
        radial-gradient(circle at 80% 40%, rgba(196, 107, 107, 0.35), transparent 55%),
      
        linear-gradient(135deg, rgba(0,0,0,0.04), rgba(255,255,255,0.02)),
        
        #e6e7e9;
    border-bottom: 1px solid #d4d5d7;
}

.moat-banner2 {
    width: 100%;
    height: 140px;
    margin-top: 10px;
    background-image: url('/image/moat-banner-02.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;

    border-bottom: 1px solid #d4d5d7;
    overflow: hidden;
}


.logo-img {
  width: 30px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  margin: 0px;
}
/* shrinkBilder */
.banner-img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.moat-action {
    text-align: left;
    margin-left: 0;
  display: inline-block;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #4fd1c5;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}
.result-box {
    background: #f7f9fb;
    padding: 2rem 1.6rem;
    border-left: 4px solid #0a0a0a;
    border-radius: 4px;
    margin: 3rem 0 1rem;
}

.result-box h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.result-box p {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.05rem;
    line-height: 1.5;
    max-width: 720px;
    margin: 0.4rem 0 1rem;
}

.result-box .moat-action {
    display: inline-block;
    margin-top: 1rem;
}
.site-footer {
  padding: 2rem 6vw;
  border-top: 1px solid #e0e0e5;
  font-size: 0.8rem;
  color: #666;
  background: #f8f8fa;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
}

.footer-links a:hover {
  color: #111;
}

.footer-copy {
  opacity: 0.7;
}


@media (max-width: 900px) {
  .procedure-cards {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 900px) {
  .columns {
    grid-template-columns: 1fr;
  }
}

