moat@charset "utf-8";

@font-face {
	font-family:"LTC Caslon Pro Regular";
	font-style:normal;
	font-weight:normal;
	src : url("../font/LTCCaslon-ProRegular.woff");
}
@font-face {
	font-family:"Michoma-Regular";
	font-style:normal;
	font-weight:normal;
	src : url("../font/Michroma-Regular.woff");
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
.bg-black {
  background: #000;
  min-height: 100vh;
  width: 100%;
}

.mode-full .wrap {
  width: 100%;
  padding: 0 40px;
}
.mode-impressive .wrap {
  width: 100%;
  padding: 0 20px;   /* Randzone, verhindert „hängend im Raum“ */
}
.mode-overview .wrap {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.mode-sophisticated .wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.mode-sophisticated-b .wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.mode-intellectual .wrap {
  width: 100%;
  max-width: 650px;
  margin-left: auto;   /* oder 0, je nach Drift-Intention */
  margin-right: auto;
  padding: 0 20px;
  text-align: left;
}

.mode-full-b .wrap {
  width: 100%;
	background-color: #000000 !important;
  padding: 0 20px;
}
.mode-impressive-b .wrap {
  width: 100%;
  padding: 0 40px;   /* Randzone, verhindert „hängend im Raum“ */
		background-color: #000000;
}
.mode-overview-b .wrap {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
		background-color: #000000;
}
.mode-intellectual-b .wrap {
  width: 100%;
  max-width: 750px;
  margin-left: auto;   /* oder 0, je nach Drift-Intention */
  margin-right: auto;
  padding: 0 20px;
  text-align: left;
		background-color: #000000;
}
.vector-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.content-layer {
  position: relative;
  z-index: 2;
}

.kontakt-form input[type="checkbox"] {
    margin-top: 6px;
}
.whitepage h1 {
  font-family: "Michoma-Regular";
	text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.0em;
  margin: 3.5rem 0 1rem;
	color: #009fe3;
}
.whitepage h2 {
  font-family: "Michoma-Regular";
	text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.0em;
  margin: 3.5rem 0 1.2rem;
	color: #009fe3;
}
.index-btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #111;-
	border-radius: 0px;
  background: none;          /* WICHTIG: kein BG */
  color: #111;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
	text-align: center;
  text-decoration: none;     /* kein Underline */
  cursor: pointer;           /* klickbar */
}

.index-btn:hover {
  border-color: #000;        /* härter, aber nicht weich */
  background: none;          /* bleibt flach */
}
.index-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 480px;
}
  .kontaktseite {
    max-width: 420px;
    margin: 0 auto;
    padding: 24px 20px;
	  text-align: left;
  }
.signal {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: #f0f0f0;
  border-left: 4px solid #000;
  font-size: 0.95rem;
  line-height: 1.4;
}

  .kontakt-header h1 {
    margin: 0 0 8px;
    font-size: 1.4rem;
  }

  .kontakt-header p {
    margin: 0 0 24px;
    font-size: 0.95rem;
  }

  .kontakt-form .form-block {
    margin-bottom: 16px;
  }

  .kontakt-form label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
  }
.kontakt-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}


  .kontakt-form input[type="text"],
  .kontakt-form input[type="email"],
  .kontakt-form input[type="file"],
  .kontakt-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 6px 8px;
    font-size: 1rem;
  }

  .kontakt-form textarea {
    resize: vertical;
  }
.kontakt-form textarea {
    width: 100%;
    display: block;
}


  .buttonraum {
    margin-top: 24px;
  }

  .btn-outline {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 999px;
    background: #000;
	  color: #fff;
    padding: 7px 14px;
    font-size: 0.95rem;
    cursor: pointer;
  }

  .btn-outline:hover {
    border-color: #000;
  }

.video-blur {
  position: fixed;
  top: 0;
  height: 70vh;
  left: 0;
  right: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
  background: rgba(255,255,255,0.25);
}


.moat-overlay * {
  position: relative;
  z-index: 0;
}

.white-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.white-header {
  position: fixed;
  top: 0;
	width: 100%;
	height: 50px;
	border-bottom: solid 1px #009fe3;
  z-index: 1000;
  background: #000; /* wichtig, sonst scheint Content durch */
}


.header-flex {
  display: flex;
  align-items: center;
}


.logo-title {
  font-family: "Michoma-Regular";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #009fe3;
		font-weight: 600;
}

.logo {
  font-family: "Michoma-Regular";
  font-size: 1rem;
  color: #009fe3;
  letter-spacing: 0.18em;
	  margin-right: 0;
	text-decoration-line: none;
	  display: flex;
  align-items: center;   /* verhindert vertikale Drift */
  gap: 12px;             /* Abstand zwischen SVG und Titel */
}
.logo a{
    text-decoration: none; /* entfernt Unterstreichung */
    color: inherit;        /* übernimmt die Textfarbe vom Eltern-Element */
}
.logo-mark {
  width: 32px;           /* oder 28px, je nach Taillierung */
  height: auto;
  display: block;        /* verhindert Inline-Drift */
}



.main-nav a.active {
  color: #000;         
  border-bottom: 1px solid #000;  
}

.main-nav {
  display: flex;
	margin: 0rem 1rem;
	position: relative;
	z-index: 2000;
  gap: 1.3rem;
}

.main-nav a,
.dropdown-menu {
  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;
z-index: 1000;
  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;
}

.page {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page p {
  max-width: 75ch;
  line-height: 1.6;
}
.sidebar {
  max-width: 60ch;
  opacity: 0.9;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.derivate-grid .col {
  display: flex;
  flex-direction: column;
}
.cards-derivate .moat-factor-high {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cards-derivate .moat-factor-high + .moat-factor-high {
  margin-top: 1rem;
}

.lefty p {
    font-family: "Inter", system-ui, sans-serif;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.38;
    max-width: 700px;
    margin: 0rem  0rem 0;
    padding: 0rem 0;
    border-radius: 3px;
	}
.lefty h3 {
    font-family: "Inter", system-ui, sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.3rem;
	color: #0092ff;
    margin: 1.8rem 0 1rem ;	
}

.lefty h2 {
    font-family: "Inter", system-ui, sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0rem 0 0rem 0;	
}

.page.two-column {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 40px;
}


.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: #444;
  text-decoration: none;

}

.footer-links a:hover {
  color: #111;
}

#bgVideo {
  opacity: 0;
	  background: url("../image/moat-poster-land.webp") center/cover no-repeat;
  transition: opacity 0.6s ease;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  z-index: -2;
}

#bgVideo.loaded {
  opacity: 1;
}


@media (orientation: portrait) {
  #bgVideo {
    background: url("../image/moat-poster-mob.png") center/cover no-repeat;
  }
}

.bannerblack-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  margin-bottom: 1rem;
}
.full-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* statt scale-down */
  margin-bottom: 5px;
}

#leitsystem {
  position: fixed;
  right: 2rem;
  top: 6rem;
  width: 160px;
  font-size: 0.9rem;
  line-height: 1.4;
}

#leitsystem h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

#leitsystem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

#leitsystem li {
  margin-bottom: 0.4rem;
}

#leitsystem a {
  text-decoration: none;
  color: #333;
}

.bannerblack-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.centerbox {
  max-width: 100%;
	text-align: center;
	padding: 0rem;
  height: auto;
  display: center;
	align-content: center;
	background: #000;
}
.diagram-img,
.diagram-s-img,
.diagram-block-img {
  width: 100%;
  height: auto;

  object-fit: contain;
  display: block;
  border: 0px solid #e5e5e5;
}
.diagram-img-border,
.diagram-s-img,
.diagram-block-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e5e5;
}
.diagram-img-border-space {
  width: 95%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #e5e5e5;
}
.hero-horiz-img {
  width: 100%;
	  margin-top: 45px;
  height: auto;
 object-fit: cover;
	display: block;
  border: 0px solid #e5e5e5;
	align-self: center;
}


.nav-link.active {
  font-weight: 600;
  color: #0092ff;
}


.overlay-header {
  padding-left: 1rem;
}

.overlay-header,
.overlay-main {
  position: relative;
  z-index: 4;
}
.moat-factor {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.moat-factor-high {
	
    background: #fafafa;
  border: 0px solid #e5e5e5;
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
  font-size: 0.95rem;
  line-height: 1.45;
	margin: 0;
	  min-height: 100px;
}
.moat-factor-high-trans {
	flex: 1;
	display: block;
	flex-dirction: column;
    background: #fff;
  border: 0px solid #e5e5e5;
  padding: 0.6rem 0.8rem;
  border-radius: 0px;
  font-size: 0.95rem;
  line-height: 1.45;
	margin: 0;
	  min-height: 100px;
}
.moat-narrative {
  background: #fff;
  border: 2px dotted #D4A83B;
  padding: 0rem 1.0rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.4;
	color: #000;
}
.moat-narrative-full {
  background: rgba(220,200,100,0.85);
  border: 2px dotted #D4A83B;
  padding: 0rem 1.0rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.4;
	color: #000;
}
.cd h1 {
    font-family: "LTC Caslon Pro Regular";
    font-weight: 400;
	color: #009fe3;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.talk {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #000;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.talk-center {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	color: #000;
    font-size: 1.3rem;
    margin: 2rem 0 1.6rem 0;
	text-align: center;
}
.talk-center-coat {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	line-height: 2.0rem;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.talk-center-close {
	display: flex;
justify-content: center;
	align-items: center;
    font-family: "LTC Caslon Pro Regular";
    font-weight: 500;
	line-height: 2.0rem;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
  padding: 3.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.naked-pigeon {
	display: block;
justify-content: center;
	align-items: center;
	 background: rgba(240,240,240,0.85);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0rem 0rem 0rem;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.naked-pigeon-bg {
	display: block;
justify-content: center;
	align-items: center;
	 background: rgba(255,255,255,0.4);
	color: #000;
    font-size: 1.3rem;
    margin: 0rem 0rem 0rem 0rem;
  padding: 2.3rem 0rem;
  border: 0px solid #0D4A83;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.central {
	display: center;
justify-content: center;
	align-items: center;
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #232323;
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem 0rem;
	text-align: center;
	max-width: 650px;
	align-self: center;
	line-height: 1.45;
}

.core-z h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #D4A83B;
    font-size: 1.5rem;
    margin: 0rem 0 1.6rem 0;
	text-align: center;
}
.on-black {

	color: #009fe3;
}
.on-black-w {

	color: #fff;
}
.on-black-center p {
font-family:"Michoma-Regular";
    font-weight: 300;
	color: #009fe3;
    font-size: 1.6rem;
    margin: 1rem 0 4rem 0;
	text-align: center;
}

.on-black-w h1 {
	font-family:"Michoma-Regular";
    font-weight: 100;
	color: #fff;
    font-size: 5rem;
	  letter-spacing: 0.12em;
    margin: 1rem 0 2.6rem 0;
	text-align: center;
}
.on-black-w h2 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 2.0rem;
    margin: 2rem 0 0rem 0;
	text-align: left;
}
.on-black-w h3 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #fff;
    font-size: 1.5rem;
    margin: 4rem 0 1.6rem 0;
	text-align: left;
}

.on-black-w-center h1 {
	font-family:"Michoma-Regular";
    font-weight: 100;
	color: #fff;
    font-size: 5rem;
	  letter-spacing: 0.12em;
    margin: 1rem 0 2.6rem 0;
	text-align: center;
}
.on-black-w-center h2 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #fff;
    font-size: 2.0rem;
    margin: 2rem 0 0rem 0;
	text-align: center;
}
.on-black-w-center h3 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #fff;
    font-size: 1.5rem;
    margin: 4rem 0 1.6rem 0;
	text-align: center;
}
.on-black-w-center p {
font-family: "Inter", system-ui, sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 1.6rem;
    margin: 1rem 0 4rem 0;
	text-align: center;
}
.logo-regular {
	font-family:"Michoma-Regular";
    font-weight: 400;
	color: #009fe3;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
	letter-spacing: 0.12em;
}
.on-black-w h4 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #fff;
    font-size: 1.5rem;
    margin: 0rem 0 1.6rem 0;
	text-align: center;
}
.on-black-w a {
		font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #fff;
    font-size:1.5rem;
    margin: 0rem 0 1.6rem 0;

}
.on-black-w p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 1.5rem;
	text-align: left;
	line-height: 1.45;
}
.on-black h1 {
	font-family:"Michoma-Regular";
    font-weight: 100;
	color: #009fe3;
    font-size: 2rem;
	  letter-spacing: 0.02em;
    margin: 6rem 0 2.6rem 0;
	text-align: center;
}
.on-black h2 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.8rem;
    margin: 2rem 0 0rem 0;
	text-align: left;
}
.on-black-subtitle h2 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.8rem;
    margin: 2rem 0 0rem 2rem 0;
	text-align: center;
}
.on-black-subtitle-left h2 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.8rem;
    margin: 2rem 0 0rem 2rem 0;
	text-align: center;
}
.on-black h3 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.8rem;
    margin: 0rem 0 1.6rem 0;
	text-align: left;
}
.on-black h4 {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.5rem;
    margin: orem 0 1.6rem 0;
	text-align: center;
}
.on-black-ww h2 {
	font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #fff;
    font-size: 1.8rem;
    margin: 2rem 0 0rem 0;
	text-align: center;
}
.on-black-ww h3 {
	font-family: "Inter", system-ui, sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 1.6rem;
    margin: 4rem 0 4rem 0;
	text-align: center;
}
.on-black-fat {
	font-family: "Inter", system-ui, sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 3.6rem;
    margin: 4rem 2rem 1rem 0.5rem;
	text-align: left;
}
.on-black-thin {
	font-family: "Inter", system-ui, sans-serif;
    font-weight: 300;
	color: #fff;
    font-size: 2.6rem;
    margin: 0rem 1rem 4rem 0.5rem;
	text-align: left;
}
.titeling p {
		font-family:"LTC Caslon Pro Regular";
    font-weight: 300;
	color: #009fe3;
    font-size: 2rem;
    margin: 1rem 0 2.6rem 0;
	text-align: center;
}
.count {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 2.5rem;
    margin: 2rem 0 0rem 0;
	text-align: left;
}
.on-black p {
	font-family:"Michoma-Regular";
    font-weight: 500;
	color: #009fe3;
    font-size: 1.6rem;
    margin: 0rem 0 1.6rem 0;
	text-align: center;
	line-hight: 1.45;
}
.on-black-explain {
	font-family:"Michoma-Regular";
    font-weight: 200;
	color: #009fe3;
    font-size: 1.3rem;
    margin: 2rem 0 1.5rem 0;
	text-align: left;
	line-hight: 1.45;
}


.marker {
  font-family: "Michoma-Regular";
  font-size: 3rem;
  font-weight: 700;
  color: #009fe3;
  margin: 2rem 0 1rem 0;
  text-align: left;
}

.core-z h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #D4A83B;
    font-size: 1.1rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: left;

}
.center {
    background: #e8f1fa; /* BaFin-hellblau */
    padding: 1rem 0.7rem 1rem 1.4rem;
    border-radius: 4px;
    margin: 1rem 0 1rem 0rem;
    max-width: 100%;
}
center-no-padding {
    background: #e8f1fa; /* BaFin-hellblau */
    padding: 1.4rem 0rem;
    border-radius: 4px;
    margin: 2rem 0;
	    width: 100%;
    max-width: 100%;
}
.core-z-center h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #D4A83B;
    font-size: 1.2rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;

}
.core-z-center p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #1F0D04;
    font-size: 1.1rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;
	line-height: 1.9;

}
.core-z-center h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: grey;   
		font-size: 1.8rem;
    margin: 0rem 0rem 0rem 0rem;
	text-align: center;

}
.core-z a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500 !important;
	color: #D4A83B;
    font-size: 1.5rem !important;
    margin: 0rem 0rem 0.3rem 0rem;
	text-align: left;
	padding-bottom: 0.5rem;
}
.core-z p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #D4A83B;
    font-size: 0.8rem;
    margin: 1rem 0.2rem 1rem 0.5rem;
	text-align: left;
	line-height: 1.2;
	}
.core h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #000;
    font-size: 1.5rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.core h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
	text-align: center;
}
.core a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.core p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 1rem 0rem 1rem 0.1rem;
	text-align: left;
}
.core li {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 0.2rem 0.1rem 0rem 0rem;
	text-align: left;
}
.blue h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
	color: #009fe3;
    font-size: 1.5rem;
    margin: 7rem 0 1.6rem 0;
	text-align: center;
}
.black h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
	color: #000;
    font-size: 1.5rem;
    margin: 1.5rem 0 1.6rem 0;
	text-align: center;
}
.black p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 1rem 0 1.6rem 0;
	text-align: center;
}
.black-top h2 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 600;
	color: #000;
    font-size: 1.5rem;
    margin: 0rem 0 1.5rem 0;
	text-align: left;
}
.black-top h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.2rem;
    margin: 0rem 0 0rem 0;
	text-align: left;
}
.black-top p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 500;
	color: #000;
    font-size: 1.1rem;
    margin: 0rem 0 1.6rem 0;
	text-align: left;
}
.blue h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #009fe3;
    font-size: 1-1rem;
    margin: 0rem 0 0rem 0;
	text-align: center;
}
.blue a {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #009fe3;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.blue p {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #009fe3;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}
.blue li {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
	color: #009fe3;
    font-size: 1.2rem;
    margin: 1rem 0.2rem 0rem 0rem;
	text-align: left;
}

.grey {
    font-family: "Inter", system-ui, sans-serif;
	color: #232222;
    margin: 0rem 0 0rem 0;
	line-height: 1.45;
	text-align: left;
}

.grey p {
    font-size: 1.05rem;
	font-weight: 400;
}
.grey li {
    font-weight: 600;
    font-size: 1.05rem;
	line-height: 1.9;
}
.grey h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;  
}
.moat-layer {
  padding: 0.6rem 0.8rem;
  background: #f4f6f8;
  border-left: 3px solid #0a0a0a;
  margin: 0.6rem 0;
  font-size: 0.95rem;
}

.bgImage {
  filter: brightness(1.35) contrast(0.85) saturate(0.6);
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../image/moat-poster-land.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .bgImage {
    background-image: url("../image/moat-poster-mob.webp");
  }
}


.cta-block {
  margin-top: 3rem;
  text-align: center;
}

.moat-overlay {
  position: relative;
	box-sizing: border-box;
  z-index: 0;
  width: 100%;
  min-height: 100svh;
  height: auto;
  overflow: hidden;
	overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 12vh 4vw 0;
  margin: 0 auto;
}


.moat-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    backdrop-filter: blur(0px);
    z-index: 0;
}



.moat-formula {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	 width: 100%;
  color: #000;
  font-size: 1.7rem;
	  opacity: 0.8;
	  margin-bottom: 2.5rem;
  max-width: 100%;
}

.desktop-scale {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 2.5rem;

  display: grid;
  grid-template-columns:
    9fr 10fr 16fr 23fr 13fr
    20fr
    10fr
    5fr;

  height: 36px;
  border-radius: 999px;
  overflow: hidden;
}

.desktop-scale span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 400;
  text-shadow: 1px 2px 2px black;
  color: #fff;
  white-space: nowrap;
}
.desktop-scale-red {
  width: 100%;
  max-width: 900px;
  margin: 1.5rem auto 2.5rem;

  display: grid;
  grid-template-columns:
    18fr 28fr 16fr 
   
    10fr;

  height: 36px;
  border-radius: 999px;
  overflow: hidden;
}

.desktop-scale-red span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 400;
  text-shadow: 1px 2px 2px black;
  color: #fff;
  white-space: nowrap;
}

.g1 { background: #22543d; }
.g2 { background: #276749; }
.g3 { background: #2f855a; }
.g4 { background: #38a169; }
.g5 { background: #48bb78; }

.crit  { background: #525856; }
.chaos { background: #C00003; }
.reorg { background: #4299e1; }

.moat-claim {
  font-size: 2.6rem;
	  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  margin: 0 0 0.6rem;
}

.moat-sub {
  font-size: 1.3rem;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 0.2rem 0;
}

.moat-mini a {
  font-size: 1rem;
	  font-family: system-ui, -apple-system, sans-serif;
  color: #000;
  font-weight: 500;
}
.moat-welcome a {
  font-size: 2rem;
	  font-family: "LTC Caslon Pro Regular";
  font-weight:600;
	 margin: 2rem 0 2;
	
}

.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: 400;
  color: #fff;
  white-space: nowrap;
}

.label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.5rem;
	color: #fff;
}
.moat-action {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 0rem;
	  margin-bottom: 2rem;
	text-align: center;
	width: 180px;
  padding: 0.8rem 0.8rem;
  border-radius: 999px;
  background: #009fe3;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-center {
  display: block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: auto;
	text-align: center;
	width: 180px;
  padding: 0.8rem 0.8rem;
  border-radius: 999px;
  background: #009fe3;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 1rem;
}
.button-wrapper {
display: flex;
justify-content: center;
}
.moat-action-no-space {
			border: 0px solid;
	border-color: #000;
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 0rem;
	text-align: center;
	width: 160px;
	height: 26px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #009fe3;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-white {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 1rem;
	  margin-right: 1rem;
  padding: 0.75rem 0.8rem;
  border-radius: 999px;
		border: 1px solid;
	border-color: #000;
  background: #fff;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-white:hover {
  background: #6BB573;
  color: #000;
  font-weight: 600;
}
.moat-action-white-active {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 1rem;
	  margin-right: 1rem;
  padding: 0.75rem 0.8rem;
  border-radius: 999px;
		border: 1px solid;
	border-color: #fafafa;
  background: #fafafa;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-black {
  display: inline-block;
	  font-family: system-ui, -apple-system, sans-serif;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.moat-action-page {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 0rem 1rem 0rem;
	font-size: 1rem;
	text-align: center;
	align-items: center;
	  gap: 0.6rem;
  padding: 0.8rem 0.8rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #000;
	width: 200px;
  background-color: #fff !important;
  color: #000  !important;
  font-weight: 500;
  box-sizing: border-box;
  text-decoration: none !important;
}
.moat-action-page .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #000 !important;
}
	
.moat-action .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #fff !important;
}

.moat-action-page-center {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 6.2rem 1rem;
	font-size: 1rem;
	text-align: center;
	align-items: center;
	align-self: center !important;
	  gap: 0.6rem;
  padding: 0.8rem 0.8rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #000;
min-width: 160px;
	width: auto;
  background-color:  #009fe3 !important;
  color: #000  !important;
  font-weight: 500;
  box-sizing: border-box;
  text-decoration: none !important;
}

.moat-action-page-center .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #000 !important;
}

.moat-action-site-right {
  display: inline-flex;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 6.2rem 1rem;
	font-size: 0.9rem;
	text-align: center;
	align-items: center;
	align-self: center !important;
	  gap: 0.6rem;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
	border: 1px solid;
	border-color: #fff;
	min-width: 160px;
	width: auto;
  background-color: #5F5F5F !important;
  color: #fff  !important;
  font-weight: 400;
  box-sizing: border-box;
  text-decoration: none !important;
}
.horiline {
	border-bottom: solid 1px #8A8A8A;
	width: 100%;
	height: 20px;
}
.horiline-space {
	border-bottom: solid 1px #8A8A8A;
	margin: 0rem 0 0rem 0;
	width: 100%;
	height: 10px;
}
.imagesource {
	color: #8A8A8A;
	margin: 0rem 0 0rem 0;
	padding: 0 0.8rem;
	font-size: 0.75rem;
	font-family: system-ui, -apple-system, sans-serif;
	text-align: right;
}
.moat-action-site-right .arrow {
  flex-shrink: 0;
	  width: 18px;
  height: 18px;
	stroke: #fff !important;
}
.spacebox-70 {
	width: 100%;
	height: 200px;
	background-color: transparent;
}
.spacebox-70r {
	width: 100%;
	height: 70px;
	background-color: transparent;
}
.spacebox-40 {
	width: 100%;
	height: 40px;
	background-color: transparent;
}
.spacebox-100w {
	width: 100%;
	height: 200px;
	 background: rgba(255,255,255,0.4);
}

.naked-box-center {
	width: 100%;
	background: rgba(2,200,100,0.4);
	justify-content: center;
	display: flex;
	 margin-top: 0rem;
	  backdrop-filter: blur(4px);
}


.whitepage {
  max-width: 1600px;
	  font-family: system-ui, -apple-system, sans-serif;
  margin: 0 auto;
  padding: 3rem 1rem;
  line-height: 1.45;
  color: #000;
  background: transparent;
  position: relative;
  z-index: 20;
}
.fallmatrix {
  border-collapse: collapse;
  width: 100%;
	max-width: 1600px;
  table-layout: auto;
}


table {
  border-collapse: collapse;
  width: 100%;
	max-width: 500px;
  table-layout: auto;
}



td, th {
  padding: 6px 15px;
  line-height: 1.4;
  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: #5F5F5F;
	color: white;
	text-align: left;
	font-weight: 400;
	  font-size: 0.9rem;
	padding: 4px 6px;
}
td {
  border-bottom: 1px solid #5F5F5F;
	font-weight: 500;
	font-size: 0.9rem;
	text-align:left;
	padding: 10px 6px;

}
.table-scroll {
  width: 100%;
  overflow-x: auto;    
  -webkit-overflow-scrolling: touch;
}

.cards-orange {
  background: rgba(2,200,100,0.4);
  padding: 0rem 1rem;
  border: 0px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0rem rem;
  border-radius: 4px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: block;
	width: 100%;
}
.cards-orange-bullets {
  background: rgba(2,200,100,0.4);
  padding: 0.5rem 0.3rem 0rem 0.6rem;
  border: 1px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0.5rem 0rem;
  border-radius: 4px;
	font-weight: 500;
max-width: 100%;
  backdrop-filter: blur(8px);
	display: block;
	max-height: 200;
	width: 100%;
}
.cards-orange-nopad{
  background: rgba(2,200,100,0.4);
  padding: 0rem 0rem 0rem;
  border: 0px solid #7D7D7D;
	box-sizing: border-box;
  margin: 0rem 0rem;
  border-radius: 0px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: block;
	width: 100%;
}
.moat-ablauf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
.moat-ablauf-grid .col {
  display: block;
}




/* ===========================
   Insight
   =========================== */


.key-insight {
    background: #f4f4f4;
    padding: 1.4rem 1.8rem;
    border-left: 1px solid #0a0a0a;
    margin: 2rem 0;
}
.key-insight-sm {
    background: #f4f4f4;
    padding: 1.4rem 1.8rem;
    border-left: 1px solid #0a0a0a;
    margin: 1.45rem 0;
}

.key-insight p {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.45;
}
.key-insight li {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.55;
}
.key-insight-sm p {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.55;
}
.key-insight-sm li {
   padding: 0rem 0rem 0rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.55;
}
.key-insight-sm ul,
.key-insight ul {
   padding: 0rem 0rem 0rem 1rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.55;
}


.key-insight-blue {
    background: #f4f4f4;
    padding: 1.4rem 1.8rem;
    border-left: 0px solid #0a0a0a;
    margin: 3rem 0;
}
.key-insight-blue-sm {
    background: #f4f4f4;
    padding: 1.4rem 1.8rem;
    border-left: 1px solid #0a0a0a;
    margin: 1.5rem 0;
}

.key-insight-blue p {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.45;
}
.key-insight-blue h4 {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.35;
}
.key-insight-blue li {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.65;
}
.key-insight-blue-sm p {
    margin: 0.4rem 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.45;
}
.key-insight-blue-sm li {
   padding: 0rem 0rem 0rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.65;
}
.key-insight-blue-sm ul,
.key-insight-blue ul {
   padding: 0rem 0rem 0rem 1rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.65;
}



.exe-insight {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  border-left: 5px solid  #009fe3;
	border-top: 1px solid #009fe3;
	color: 000;
	line-hight: 1.55;
	font-size: 1.2rem;
	
		border-bottom: 1px solid grey;
		border-right: 1px solid grey;
  margin: 0.5rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.exe-insight-reg {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  border-left: 5px solid grey;
	border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		border-right: 1px solid grey;
  margin: 0.5rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.exe-insight-reg li {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight-reg p {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.core-insight {
	justify-content: center;
	align-items: center;
  background: rgba(255,255,255,0.85);
  padding: 0.4rem 1.4rem 0.4rem 1rem;
  border: 1px solid #0D4A83;
  margin: 0
	  rem 0;
  border-radius: 4px;
max-width: 100%;
  backdrop-filter: blur(4px);
	display: flex;
}
.white-insight {
  background: rgba(255,255,255,0.85);
  padding: 0.2rem 0rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight p{
text-align: center;
}
.white-insight-left {
  background: rgba(255,255,255,0.85);
  padding: 1rem 0rem 0rem 0rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight-left p{
text-align: left;
}
.white-insight-left-padding {
  background: rgba(255,255,255,0.85);
  padding: 1rem 1rem 2rem 1rem;
  border: 0px solid #0D4A83;
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
width: 100%;
  backdrop-filter: blur(4px);
}
.white-insight-left-padding p{
	
text-align: left;
}

.exe-insight {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight li {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h4 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h3 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.exe-insight h2 {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.key-insight-light {
  background: rgba(255,255,255,1.85);
  padding: 1rem 1.4rem;
  border-left: 0px solid #0a0a0a;
  margin: 2rem 0;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}
.key-insight-light p {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
	line-height: 1.45;
}
.key-insight-opa {
  background: #e8f1fa;
  padding: 0.4rem 1.4rem;
  border-left: 0px solid #0a0a0a;
  margin: 0.7rem 0;
  border-radius: 4px;
}
.key-insight-opa p {
  margin: 0.4rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
	line-height: 1.45;
}
.key-insight-opa h4 {
  margin: 0.1rem 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
	line-height: 1.05;
}
.moat-subclaim {
	 margin: 0.8rem 0 0.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
	
}	
	
.procedure-hero-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0rem;
    text-align: center;
	background: rgba(210,240,255,0.75);
	backdrop-filter: blur(4px);
}
.procedure-hero-inner-filled {
    max-width: 1080px;
    margin: 1rem auto;
    padding: 01rem 0.5rem;
    text-align: center;
	background: #fafafa;
}
.procedure-hero-inner-filled-flex {
    width: 100%;
    margin: 1rem auto;
    padding: 1rem 1rem;
    text-align: center;
	background: #fafafa;
}
.procedure-hero-inner-filled-max {
    max-width: 100%;
	width: 100%;
    margin: 1rem auto;
    padding: 1rem 1rem;
    text-align: center;
	background: #fafafa;
}
.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(1, 1fr);
    gap: 2rem;
    align-items: stretch; 
}

.procedure-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: stretch; 
}

.procedure-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1rem 1rem;
    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: "Michoma-Regular";
    font-size: 1.7srem;
	font-weight: 500;
    margin-bottom: 0.5rem;
}

.procedure-card p {
    font-size: 1.2rem;
    line-height: 1.45;
	font-weight: 500;
    margin-bottom: 1rem;
	color: #000;
}

.procedure-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.procedure-card ul li {
    font-size: 1.2rem;
    margin: 0.2rem 0;
    opacity: 0.8;
	font-weight: 400;
}

.procedure-card a {
    font-family: system-ui, sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 500;
}
.procedure-card-full {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0rem 0rem;
    border-radius: 6px;
    text-align: center;
	 display: flex;
    flex-direction: column;
}
.procedure-card a.moat-action-page {
    display: inline-block !important;
    box-sizing: border-box;
    width: 140px;
    padding: 0.5rem 0.5rem;
    border-radius: 999px;
    border: 0px solid #676464;
    background: #fff;
    color: #000;
	font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none !important;
}

.procedure-cards-hor {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: stretch; 
}

.procedure-card-hor {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 1rem 1rem;
    border-radius: 6px;
    text-align: left;
	 display: flex;
    flex-direction: column;
}

.procedure-card-hor .op {
    font-family: "JetBrains Mono", monospace;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.6;
    margin-bottom: 0.5rem;
}

.procedure-card-hor h3 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.procedure-card-hor p {
    font-size: 1.2rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.procedure-card-hor ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.procedure-card-hor ul li {
    font-size: 1.2rem;
    margin: 0.2rem 0;
    opacity: 0.8;
}

.procedure-card-hor a {
    font-family: system-ui, sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    color: #0a0a0a;
    font-weight: 500;
}
.procedure-card-full-hor {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0rem 0rem;
    border-radius: 6px;
    text-align: center;
	 display: flex;
    flex-direction: column;
}
.procedure-card-hor a {
    display: inline-block !important;
    box-sizing: border-box;
    width: 100px;
	
    padding: 0.3rem 0.5rem;
    border-radius: 999px;
    border: 1px solid #676464;
    background: #fff;
    color: #000;
	font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none !important;
}
.procedure-card-full-pad{
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    text-align: left;
	 display: flex;
    flex-direction: column;
	line-height: 1.45;
}
.column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}
.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 2rem 0;
}

.columns-three-max {
  display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0rem;
  margin: 2rem 0;
}

.columns-three-max img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
	object-fit: contain;
}
.columns-three-max > * {
min-width: 0;
max-width: 100%;
}
.columns-midi {
  display: grid;
padding: 0.5rem 1rem 1rem 1rem;
  grid-template-columns: 25% 50% 25%;
  gap: 1.4rem;
  margin: 1rem 0;
}
.columns-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin: 0rem 0;
}
.columns-two-max {
  display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0rem;
  margin: 0rem 0;
}

.columns-two-max img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
	object-fit: contain;
}
.columns-two-max > * {
min-width: 0;
max-width: 100%;
}



.columns-two-center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin: 0rem 0;
	justify-content: center;
}
.columns-two-s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin: 1rem 0;
}
.columns-two-s-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1.4rem;
  margin: 1rem 0;
	padding: 1rem 1rem;
}
.columns-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 0;
		align-items: stretch;
	justify-items: stretch;
		width: 100%;
}
.columns-four-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 0;
		align-items: stretch;
	justify-items: stretch;
		width: 100%;
}
.columns-four-small p{
font-size: 1.2rem;
	padding: 0rem;
}
.columns-four-small li{
font-size: 1.2rem;
	line-height: 1.8;
}
.col {
  min-width: 0;
	display: grid;
}

.columns-four-narrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
	align-items: stretch;
	justify-items: stretch;
  margin: 0rem 0rem;
	width: 100%;
}
.columns-four-narrow .col {
  display: flex;           
  width: 100%; 
  min-width: 0; 
}
.columns-four-narrow-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
	align-items: stretch;
	justify-items: stretch;
  margin: 0rem 0rem;
	width: 100%;
}
.columns-four-narrow-img .col {
  display: block;           
  width: 100%; 
  min-width: 0; 
}

.columns-narrative {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0rem;
  margin: 2rem 1rem;
}


.derivate-master {
  display: grid;
  grid-template-columns: 1fr 3fr; /* 25% / 75% */
  gap: 2rem;
  align-items: stretch;
}

.derivate-left .intro {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.derivate-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

.moat-card-deriv {
  background: #fafafa;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
 
  min-height: 180px;
margin-bottom: 0rem;

}
.moat-card-deriv-down {
  background: #fafafa;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
 
  min-height: 180px;
margin-bottom: 0rem;

}

@media (max-width: 1070px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
	  gap: 30px;
  }
}
@media (max-width: 1010px) {
  .overlay-block h3 {
	  font-size: 16px;
  }
}
@media (max-width: 780px) {
  .columns-midi {
grid-template-columns: 10% 80% 10%;
  }
}
@media (max-width: 1200px) {
  .columns-two-s-m {
padding: 1rem 1.4rem;
  }
}
@media (max-width: 600px) {
  .columns-two-s-m {
padding: 1rem;
  }
}
@media (max-width: 780px) {
  .columns-narrative,
	.columns-four,
		.columns-four-narrow,
	.columns-four-small,
	  .columns-four-narrow-img {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .columns-two,
	 .columns-two-s,
	.columns-two-s-m,
	.columns-four,
	.columns-four-narrow,
	.columns-four-small,
	.columns-four-narrow-img {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .columns-narrative {
    grid-template-columns: 1fr;
  }
}
.moat-factor {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
  backdrop-filter: blur(2px);
}
.moat-factor-l {
	  display: block;
  background: rgba(255,255,255,0.95);
  border: 1px solid #e5e5e5;
	margin: 0rem;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.45;
  backdrop-filter: blur(2px);
	
}
.moat-factor-full {
  display: block;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: 0px solid #e5e5e5;
  padding: 0rem 0rem 0rem 0rem;
  border-radius: 0px;
	text-align: center;
	

  backdrop-filter: blur(6px);
}
.moat-factor-full a {
  font-size: 0.85rem;
	font-weight: 600;
  line-height: 1.5;
}

.moat-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 1.6rem 0 2.4rem;
}

.moat-matrix-item {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.moat-matrix-header {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2.6rem 0 1rem;
  border-left: 3px solid #0a0a0a;
  padding-left: 0.6rem;
}
.moat-matrix-item-small {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.45;

}

.moat-matrix-item-small h3{
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0.5rem 0.5rem;
  border-radius: 999px;
  font-size: 1rem;
	font-weigth: 500;
	text-align: center;
  line-height: 1.45;
	margin-top: 15px;
}
.moat-matrix-item-small h4{
  background: #fafafa;
  border: 0px solid #e5e5e5;
  padding: 0.5rem 0.5rem;
  border-radius: 0px;
	text-align: center;
  line-height: 1.45;
	margin-top: 0px;
}
.scroll-down {
  width: 32px;
  height: 32px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin-top: 7rem;
  display: inline-block;
  animation: scrollBlink 1.4s infinite;
  cursor: pointer;
}

@keyframes scrollBlink {
  0% { opacity: 0.2; transform: translateY(0) rotate(45deg); }
  50% { opacity: 1; transform: translateY(6px) rotate(45deg); }
  100% { opacity: 0.2; transform: translateY(0) rotate(45deg); }
}

@media (max-width: 768px) {
  .desktop-scale {
    display: none;
  }
	.exec-summary {
  max-width: 65ch;
  margin: 2rem auto;
  padding: 1rem 1.2rem;
  font-size: 1.1rem;	
  line-height: 1.45;
  text-align: center;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  border-radius: 6px;
}

@media (max-width: 480px) {
  .exec-summary {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    margin: 1.5rem 0.5rem;
  }
}


  .mobile-scale {
    display: grid;
    grid-template-columns:
      3fr   /* stabil */
      1fr   /* angespannt */
      1fr   /* empfindlich */
      1fr   /* kritisch */
      1fr   /* chaos */
      1fr;  /* reorg */
    height: 26px;
    border-radius: 999px;
    overflow: hidden;
    margin: 1.5rem auto 2rem;
    width: 100%;
    max-width: 900px;
  }

  .mobile-scale div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #fff;
    text-shadow: 1px 1px 2px black;
    white-space: nowrap;
  }

  .mobile-scale .stable {
    background: linear-gradient(to right,
      #22543d,
      #276749,
      #2f855a,
      #38a169,
      #48bb78
    );
  }

  .mobile-scale .ang   { background: #38a169; }
  .mobile-scale .emp   { background: #48bb78; }
  .mobile-scale .crit  { background: #d69; }
  .mobile-scale .chaos { background: #e53e3e; }
  .mobile-scale .reorg { background: #4299e1; }
}
.entry-link-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.entry-link-sub a {
  color: #009fe3;
  text-decoration: none;
  font-weight: 600;
}

.entry-link-sub .arrow {
  flex-shrink: 0;
}


/* ===========================
   OVERLAY – Grundstruktur
   =========================== */
.entry-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.entry-link a {
  color: #009fe3;
  text-decoration: none;
  font-weight: 600;
}

.entry-link .arrow {
  flex-shrink: 0;
}
.entry-link-w {
  display: inline-flex;
  align-items: center;
  gap: 10px;
	color: #fff;

}

.entry-link-w a {
  color: #fff;
  text-decoration: none;
	text-align: left;
  font-weight: 500;
}

.entry-link-w .arrow {
  flex-shrink: 0;
}
.overlay {
  position: absolute;
    top: var(--overlay-top, 0px); /* dynamisch */
  right: -100%;        /* Start: komplett außerhalb */
  width: 100%;
  height: 100%;
	color: #000;
  background: #f7f7f7; /* neutral, mechanisch */
  z-index: 9999;       /* über ALLEM */
  transition: right 0.3s ease;
  overflow-y: auto;    /* scrollfähig */
  padding: 0;
  margin: 0;
}

/* Wenn geöffnet */
.overlay-open {
  right: 0;
}

/* Innenraum */
.overlay-inner {
  padding: 40px;
  max-width: 100%;
  margin-left: auto;   /* rechtsbündig */
}

/* ===========================
   OVERLAY – Blöcke
   =========================== */

.overlay-block {
  margin-bottom: 40px;
}

.overlay-block h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.overlay-block h4 {
  font-size: 18px;
  margin-bottom: 1px;
  font-weight: 400;
	color: #000;
	  margin-top: 20px;
}

.overlay-block a {
  display: flex;
  padding: 8px 0;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
.overlay-block p {
  display: flex;
  padding: 0px 0;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
/* ===========================
   TOGGLE & CLOSE
   =========================== */

.overlay-toggle {
  position: relative;
  z-index: 10000;
  background: none;
  border: none;
	color: #fff;
  font-size: 34px;
  cursor: pointer;
  margin-left: auto;   /* driftfrei */
  margin-right: 20px;  /* Abstand zum Rand */
}
.overlay-toggler {
  position: relative;
  z-index: 10000;
  background: none;
  border: none;
	color: #000;
  font-size: 34px;
  cursor: pointer;
  margin-left: auto;   /* driftfrei */
  margin-right: 20px;  /* Abstand zum Rand */
}

.overlay-close {
  position: absolute;
  top: 0px;
  right: 20px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
}

/* ===========================
   MOBILE FIX
   =========================== */

@media (max-width: 1100px) {
  .overlay-inner {
    max-width: 100%;
    padding: 15px;
  }

  .overlay-block a {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  table {
    table-layout: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  whitepage {
    padding: 2rem 0rem 2rem 0rem;
  }
}
@media (max-width: 480px) {
  cards-orange {
    padding: 1rem 0rem 1rem 0rem;
	  margin: 0.2rem 0.1rem 0.1rem;
	  width: 100%;
  }
}
@media (max-width: 480px) {
  moat-factor-l {
    padding: 1rem 0rem 1rem 0rem;
	  margin: 0;
	  width: 100%;
  }
}
@media (max-width: 480px) {
  spacebox-100,
	spacebox-70 {
    hight: 110px;
  }
}
@media (max-width: 768px) {
  .moat-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .moat-overlay {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1370px) {
  #leitsystem {
    display: none;
  }
}
@media (max-width: 900px) {
  .procedure-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .procedure-cards-hor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .page {
    grid-template-columns: 1fr; /* einspaltig */
    max-width: 100%;
    padding: 20px;
  }

  .sidebar {
    margin-top: 40px; /* Begleittext unter Haupttext */
  }
}
@media (min-width: 1600px) {
  .page {
    max-width: 1380px;
  }
}
@media (max-width: 720px) {
  .page {
    grid-template-columns: 1fr; /* einspaltig */
    max-width: 100%;
    padding: 0px;
  }

  .sidebar {
    margin-top: 40px; /* Begleittext unter Haupttext */
  }
}
@media (max-width: 750px) {
  .moat-sub,
	.black,
  .core a, li, p {
    font-size: 1rem;
	  line-height: 1.35;
  }
}
@media (max-width: 760px) {
  .moat-ablauf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .moat-ablauf-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .columns-four,
  .columns-four-narrow,
  .columns-four-narrow-img,
	.columns-midi {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1020px) {
	.columns-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
	.moat-factor-high,
	.moat-factor-high-trans {
		min-heigh: 132px;
  }
}
@media (max-width: 900px) {
	.columns-three-max {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
	.columns-two-max {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .derivate-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 720px) {
  .derivate-master {
    grid-template-columns: 1fr 3fr; /* Head + 3-Spalter */
  }

  .derivate-right {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .derivate-master {
    grid-template-columns: 1fr;
  }

  .derivate-right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .moat-factor-full {
	  font-size: 1rem;
  }
}
@media (max-width: 1020px) {
  .moat-column-spacer {
    display: block;
    height: 70px;
    visibility: hidden;
  }
}
/* ACTIVE-Zustand */
#leitsystem a.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}


@media (max-width: 1600px) {
  #leitsystem {
    display: none;
  }
}
/* Desktop Navigation – Grundstil */
#leitsystem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

#leitsystem a.nav-link {
  text-decoration: none;
  color: #333;
}

/* Active‑Emitter */
#leitsystem a.nav-link.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}



@media (max-width:1600px) {
  #leitsystem { display:none; }

}
#leitsystem a.nav-link {
  text-decoration: none;
  color: #333;
}

#leitsystem a.nav-link.active {
  font-weight: 700;
  color: #000;
  border-left: 3px solid #000;
  padding-left: 6px;
}
@media (max-width: 1600px) {
  #leitsystem {
    display: none;
  }
}

@media (max-width: 1600px) {
  .leitsystem {
    display: none;
  }
}

/* Mobile */
@media (max-width: 900px) {
  #leitsystem {
    display: none;
  }
}

@media (max-width: 1024px) {
  .moat-overlay {
    padding: 8vh 2vw 0;
  }
}
@media (max-width: 600px) {
  .hero-horiz-img {
    height: 130px;     /* oder 120px, 140px – dein Wert */
    object-fit: cover; /* Cropping aktiv */
  }
}

@media (max-width: 1024px) {
  .moat-overlay {
    width: 100vw;
    max-width: 100vw;
    padding: 10vh 0 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .overlay-toggle {
    margin-right: 10px;   /* Daumen-Offset */
    font-size: 32px;      /* leicht kleiner */
  }
}
@media (max-width: 720px) {
  .whitepage h1, h2 {
    font-size: 1.5;
  }
}

@media (max-height: 450px) {
  .video-blur {
    backdrop-filter: blur(3px);
    background: rgba(255,255,255,0.25);
    height: 70vh;
  }
}



@media (min-width: 450px) {
  .video-blur {
    backdrop-filter: none;
    background: transparent;
  }
}
#bgVideo {
  width: 100svw;
  height: 100svh;
}

.video-blur {
  width: 100svw;
  height: 70vh; /* oder full */
}
@media (max-width: 900px) {

  /* Desktop-Menü aus */
  .main-nav {
    display: none;
  }
	}
header.overlay-header { position: relative; z-index: 3000; }
.moat-overlay { min-height: 100vh; }
}
html, body {
  overflow-x: hidden;
}
.wrap {
  padding: 0 20px;
  box-sizing: border-box;
}
.mode-full-b .wrap {
  padding: 0;
}
.mode-overview .wrap,
.mode-overview-b .wrap {
  padding: 0 20px;
}
.mode-intellectual .wrap,
.mode-intellectual-b .wrap {
  padding: 0 20px;
}
.mode-full .wrap {
  padding: 0 20px; /* statt 40px */
}
@media (max-width: 800px) {
	.whitepage .wrap,
		   .mode-sophisticated .wrap,
	   .mode-sophisticated-b .wrap,
	   .mode-overview .wrap,
	   .mode-overview-b .wrap,
	   .mode-intellectual .wrap,
	   .mode-intellectual-b .wrap,
   .mode-impressive .wrap,
	.mode-impressive-b .wrap {
  padding: 0 15px;
		margin: 0;
	}
}
@media (max-width: 900px) {
  .moat-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .moat-matrix-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .titeling p,
	.on-black-w-center p,
		.on-black-w h3,
	.on-black-w h2,
	.on-black h3,
	.on-black h2 { 
    font-size: 1.2rem;
  }
}