@charset "utf-8";

/* CSS Document */
body {
    font-family: "Inter", system-ui, sans-serif;
}
.op {
    font-family: "JetBrains Mono", monospace;
}

.white-header .logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: #0a0a0a;
}

.logo a{
    text-decoration: none; 
    color: inherit;        
}
.white-header nav a {
  margin-left: 2rem;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.white-header nav a:hover {
  color: #000;
}

.whitepage {
  background: #ffffff;
  color: #0a0a0a;
  font-family: "Inter", system-ui, sans-serif;
  padding: 2rem 0.4rem 3.5rem;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.45;
}
@media (max-width: 720px) {
  .whitepage {
    padding: 1.2rem 0.8rem 2rem;
  }
}

	
.whitepage h1 {
  font-family: "Inter", system-ui, sans-serif;
	text-align: center;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.0em;
  margin: 3rem 0 2rem;
}

.whitepage h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 2rem 0.5 1.0rem;
}

.whitepage h3 {
  font-weight: 600;
  font-size: 1.0rem;
  margin: 1.5rem 0.5 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.5 1.4rem;
}
/* --- CENTER BLOCK (ruhig, analytisch, MOAT-konform) --- */
.center a.moat-action {
    text-align: left;
    margin-left: 0;
}

.whitepage .center {
  background: #e8f1fa;
  padding: 1.4rem 1.2rem;
  border-radius: 4px;
  margin: 1.1rem 0;
}

.whitepage .center p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.08rem;
  line-height: 1.38;
  margin: 0.2rem 0 0.5rem 0;
  padding: 0.35rem 0;
}


/* Streifen (subtil) */
.whitepage .center p:nth-child(odd) {
    background: #f8fafc;
}
.whitepage .center p:nth-child(even) {
    background: #fafafa;
}


.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.5rem 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;
}

.inline-center p {
    font-family: system-ui, sans-serif;
    display: block;
    max-width: 650px;   /* Desktop-Lesebreite */
    width: 100%;        /* Mobil: volle Breite */
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.38;
    padding: 0;
}

.inline-center h3 {
    font-family: system-ui, sans-serif;
	display: auto;           /* Block-Level für margin:auto */
    max-width: 650px;              /* Muss schmaler als Container sein */
 	width: 100%;        /* Mobil: volle Breite */
    margin: 0 auto;            /* Links & rechts automatisch */
    text-align: left;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.38;
    padding: 0rem 0;

}
.inline-center h2 {
    font-family: system-ui, sans-serif;
	 width: 100%;        /* Mobil: volle Breite */
  
    text-align: center;
    font-weight: 600;
    font-size: 2.05rem;
    line-height: 1.38;
    margin:3rem 0 0rem 0;
    padding: 0rem 0;

}
.inline-center h1 {
    font-family: system-ui, sans-serif;
		display: auto;   
    max-width: 650px;         
 	width: 100%;       

    text-align: center;
    font-weight: 600;
    font-size: 2.05rem;
    line-height: 1.38;
    margin:2rem 0 0rem 0;
    padding: 0rem 0;
}
.table-wide {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wide table {
  min-width: 760px; /* oder was du brauchst */
}


.moat-scale {
  width: 100%;
  max-width: 900px;
  margin: 1.2rem auto 2.0rem;
  height: 32px;
  border-radius: 999px;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}

@media (max-width: 720px) {
  table {
    table-layout: fixed;
  }
}


td, th {
  padding: 4px 6px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


tbody tr:nth-child(odd) {
background-color: #F4FfFF;
}

tbody tr:nth-child(even) {
background-color: #ffffff;
}
th {
  border-bottom: 1px solid #5F5F5F;
	background-color: darkslategray;
	color: white;
	text-align: left;
	font-weight: 400;
	  font-size: 0.75rem;
	padding: 4px 6px;
}
td {
  border-bottom: 1px solid #5F5F5F;
	font-weight: 500;
	font-size: 0.9rem;
	text-align:left;
	padding: 4px 6px;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;    
  -webkit-overflow-scrolling: touch;
}

.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;
}

/* Farben */
.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: 0.2rem 1.2rem;
    border-left: 0px 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: 1.0rem 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;
}
.diagram-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.diagram-s-img {
  width: 100%;
  aspect-ratio: 1 / 0.35;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.diagram-block-img {
  width: 300px;
	padding-top: 1rem;
	align-self: center;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0px solid #e5e5e5;
}

.main-nav a.active {
  color: #000;          /* aktiver Link schwarz */
  border-bottom: 1px solid #000;  /* optional: dezente Linie */
}

.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 */
.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-toggle {
  display: none;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.5rem 2.5rem;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 900px) {

  .main-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.3rem 2.5rem;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2.5rem;
    border-top: 1px solid #e5e5e5;
    z-index: 999;
  }

.mobile-nav-toggle {
  display: none;
  }
}
 /* Blink-Animation */
  @keyframes blinker {
    50% { opacity: 0; } /* In der Mitte unsichtbar */
  }

  .blink {
    animation: blinker 4s linear infinite; /* 1 Sekunde pro Zyklus */
    color: black;
    font-weight: 400;
    font-size: 15px;
  }

/* --- Spaltenraster --- */
.columns-smart {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 2rem;
}

/* Tabelle in rechter Spalte */
.table-col {
  width: 100%;
}



.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.columns-smart {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 2rem;
  margin: 2rem 0;
}


.columns {
  grid-template-columns: 1fr 1fr;
}


@media (max-width: 720px) {
  .columns,
  .columns-smart {
    grid-template-columns: 1fr;
  }
}

.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;
  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 2rem;
    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;
}

.procedure-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1.8rem 1.4rem;
    border-radius: 6px;
    text-align: left;
}

.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: "Inter", 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%;
	margin-top:0px;
    height: 140px;
	background-image: url('banner.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-bottom: 1px solid #d4d5d7;
	background-repeat: no-repeat;

}
.clickcell a {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background: #CCCDFF;
  border-radius: 6px;
	text-align: center;
  text-decoration: none;
  color: #333;
}
.clickcell a:hover {
  background: #9EF9C8;
}
.remarks  {
  display: block;
  padding: 0.0rem 0rem;
  background-color: #f4f4f4;
 font-size: 0.5rem,
	text-align: left;
  text-decoration: none;
  color: #333;
	border-bottom: 0px;
	backface-visibility: hidden;
}
.footnote a{
  font-size: 0.9rem;
  margin-top: 0.4rem;
  color: #666;
}

.diagram-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.logo-img {
  width: 30px;
  aspect-ratio: 1 / 1;
  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 0.5rem;
    border-left: 1px solid #0a0a0a;
    border-radius: 4px;
    margin: 2rem 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;
}
.mobile-nav-toggle {
  display: none;
}/* DESKTOP STANDARD */

.mobile-nav {
  display: none;
}

/* MOBILE */
@media (max-width: 900px) {

  .main-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.3rem 2.5rem;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2.5rem;
    border-top: 1px solid #e5e5e5;
    z-index: 999;
  }

  .mobile-nav.open {
    display: flex;
  }

  .white-header {
    padding: 0.8rem 2.5rem;
    height: auto;
  }

  .columns {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 901px) {
  .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .columns-smart {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 2rem;
  }
}
