.ms-lp-om{
  --om-blue:#0B77B6;
  --om-blue-dark:#075c8e;
  --om-text:#262626;
  --om-muted:#6a6f73;
  --om-line:#e6e8ec;
  --om-radius:14px;

  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: var(--om-text);
}

.ms-lp-om *{ box-sizing:border-box; }
.ms-lp-om img{ max-width:100%; height:auto; display:block; }

.ms-lp-om .container{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}
@media (min-width: 992px){
  .ms-lp-om .container{ padding: 0 24px; }
}

/* HERO v2 */
.ms-lp-om .om-hero2{
  background: #ffffff url("assets/images/onlinemarketing/bg_ms11.svg") center / cover no-repeat;
  padding: 54px 0 58px 0;
}
@media (min-width: 900px){
  .ms-lp-om .om-hero2{ padding: 86px 0 96px 0; }
}
.ms-lp-om .om-hero2__inner{ max-width: 860px; }
.ms-lp-om .om-hero2__h1{
  font-weight: 900;
  letter-spacing: -.01em;
  color: var(--om-blue);
  margin: 0 0 16px 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.05;
}
.ms-lp-om .om-hero2__p{
  color: #262626;
  margin: 0 0 18px 0;
  font-size: 19px; /* Copy wie auf anderen Seiten */
  line-height: 1.55;
  max-width: 60ch;
}
.ms-lp-om .om-hero2__btnwrap{ margin-top: 14px; }

/* Buttons */
.ms-lp-om .om-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 13px 22px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .12s ease, background-color .12s ease, color .12s ease, box-shadow .12s ease;
  will-change: transform;
}
.ms-lp-om .om-btn:hover{ transform: translateY(-1px); }

.ms-lp-om .om-btn--primary{
  background: var(--om-blue);
  color:#fff;
}
.ms-lp-om .om-btn--primary:hover{
  background:#fff;
  color: var(--om-blue);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}
.ms-lp-om .om-btn--hero{
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

/* Sections */
.ms-lp-om .om-intro{
  padding: 44px 0 26px 0;
}
.ms-lp-om .om-intro__grid{
  display:grid;
  gap: 26px;
  grid-template-columns: 1fr;
  align-items:center;
}
@media (min-width: 900px){
  .ms-lp-om .om-intro{ padding: 64px 0 40px 0; }
  .ms-lp-om .om-intro__grid{ grid-template-columns: 1.05fr .95fr; }
}

.ms-lp-om .om-h2{
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 14px 0;
  font-size: 30px; /* deine typische Headline */
  color: #262626;
}
.ms-lp-om .om-p{
  color: var(--om-muted);
  margin: 0 0 12px 0;
  line-height: 1.6;
  font-size: 19px; /* deine Copy */
}

.ms-lp-om .om-center-title{
  text-align:center;
  padding: 12px 0 8px 0;
  font-weight: 700;
  color: #3a4349;
  font-size: 30px;
}
.ms-lp-om .om-title{
  font-size: 30px;
  font-weight: 900;
  color: #3a4349;
  margin-top: 2em;
}

/* Steps */
.ms-lp-om .om-steps{
  padding: 10px 0 34px 0;
}
.ms-lp-om .om-steps__figure{
  margin-top: 16px;
  border-radius: var(--om-radius);
  overflow:hidden;
}

/* Services grid */
.ms-lp-om .om-services{
  padding: 18px 0 70px 0;
}
.ms-lp-om .om-services__grid{
  margin-top: 22px;
  display:grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 620px){
  .ms-lp-om .om-services__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px){
  .ms-lp-om .om-services__grid{ grid-template-columns: repeat(3, 1fr); }
}

/* Hover tiles: white back slides over blue */
.ms-lp-om .om-tile{
  position: relative;
  border-radius: var(--om-radius);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: var(--om-blue);
  color: #fff;
  min-height: 180px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  transition: transform .14s ease, box-shadow .14s ease;
}
.ms-lp-om .om-tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);

  border-color: #cecece;
}

.ms-lp-om .om-tile__front,
.ms-lp-om .om-tile__back{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding: 18px;
  gap: 10px;
  text-align:center;
}

.ms-lp-om .om-tile__icon{
  width:auto;
  height:auto;
  border-radius: 0;
  display:grid;
  place-items:center;
  background: transparent;
  border: none;
}
.ms-lp-om .om-tile__icon img{
  width: 80px;
  height: 80px;
}

.ms-lp-om .om-tile__title{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 1.25;
}

.ms-lp-om .om-tile__back{
  background: #fff;
  color: #262626;
  transform: translateY(100%);
  transition: transform .22s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.ms-lp-om .om-tile:hover .om-tile__back{ transform: translateY(0); }

.ms-lp-om .om-tile__backtitle{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 18px;
}
.ms-lp-om .om-tile__text{
  color: #5b6368;
  font-size: 18px;
  line-height: 1.45;
  max-width: 34ch;
}
.ms-lp-om .om-tile:focus-within .om-tile__back{ transform: translateY(0); }

/* ---------------------------
   InfoGraphic (3 steps) – adapted from Codepen SCSS, no JS needed
--------------------------- */

.ms-lp-om .om-infographic-main{
  padding: 0;
  background: transparent;
}

.ms-lp-om ul.infoGraphic{
  --font-size: 0.9em;
  --bg1: #f5f8f7;
  --blue: #3498db;
  --green: #2ecc71;
  --purple: #9b59b6;
  font-size: var(--font-size);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 25px !important;
  list-style:none;
  padding: 0;
  margin: 18px 0 0 0;
}

.ms-lp-om ul.infoGraphic > li{
  position: relative;
  width: 100%;
  max-width: 24em;
  background: var(--bg1);
  border-radius: 14px;
  padding: 12px 10px;
  z-index: 1;
  transition: transform .16s ease, box-shadow .16s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

.ms-lp-om ul.infoGraphic > li:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
}

.ms-lp-om ul.infoGraphic li .numberWrap{ position:absolute; inset: 10px auto auto 10px; }
.ms-lp-om ul.infoGraphic li .number{
  font-family: "Maven Pro","Lato", sans-serif;
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align:center;
  line-height: .9;
}
.ms-lp-om ul.infoGraphic li .number.fontColor1{ color: var(--blue); }
.ms-lp-om ul.infoGraphic li .number.fontColor2{ color: var(--green); }
.ms-lp-om ul.infoGraphic li .number.fontColor3{ color: var(--purple); }

.ms-lp-om ul.infoGraphic li .coverWrap{
  transform: rotate(130deg);
  position:absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}

.ms-lp-om ul.infoGraphic li .coverWrap .numberCover{
  position:absolute;
  background: var(--bg1);
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: border-radius .32s ease;
}

.ms-lp-om ul.infoGraphic li .coverWrap .numberCover::before{
  position:absolute;
  content:"";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px rgba(72,102,133,.32);
  border-radius: 100px / 10px;
  z-index: -1;
}

.ms-lp-om ul.infoGraphic li .coverWrap .numberCover::after{
  position:absolute;
  bottom: 0;
  content:"";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, rgba(72,102,133,.18), transparent, transparent);
  z-index: 1;
}

/* Hover makes the nice curve */
.ms-lp-om ul.infoGraphic li:hover .coverWrap .numberCover{
  border-radius: 100%;
}

.ms-lp-om ul.infoGraphic li .content{
  margin: 8em 2.2em 1em 6.7em;
  position: relative;
}

.ms-lp-om ul.infoGraphic li .content h2{
  font-size: 1.25em;
  font-weight: 900;
  text-align:center;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #262626;
  letter-spacing: .02em;
}

.ms-lp-om ul.infoGraphic li .content p{
  line-height: 1.55em;
  color: #6a6f73;
  font-size: 1.2em;
  margin: 0;
}


/* Mobile tweaks */
@media (max-width: 520px){
  .ms-lp-om ul.infoGraphic{ --font-size: .82em; }
  .ms-lp-om ul.infoGraphic li .content{ margin: 7.3em 1.6em 1em 5.9em; }
}


/* Step icons (SVG placeholders) */
.ms-lp-om ul.infoGraphic li .om-step-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    top: -5.3em;
    left: 50%;
    transform: translateX(-50%);
    opacity: .95;
}


/* ========================================
   MODERN CONTACT SECTION - Website-Analyse Formular (scoped)
   ======================================== */
.ms-lp-om .modern-contact-section{
  background: rgb(0, 105, 180);
  padding: 120px 20px;
  margin-top: 40px;
}
.ms-lp-om .modern-contact-section .contact-header{
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.ms-lp-om .modern-contact-section .contact-header h2{
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.ms-lp-om .modern-contact-section .contact-header p{
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.ms-lp-om .modern-contact-section .form-container{
  max-width: 600px;
  margin: 0 auto;
}
.ms-lp-om .modern-contact-section .form-group{ margin-bottom: 20px; }
.ms-lp-om .modern-contact-section .form-input{
  width: 100%;
  padding: 18px 24px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  transition: all .3s ease;
}
.ms-lp-om .modern-contact-section .form-input::placeholder{
  color: rgba(255,255,255,.50);
}
.ms-lp-om .modern-contact-section .form-input:focus{
  outline: none;
  border-color: rgba(255,255,255,.40);
  background: rgba(0,0,0,.40);
}
.ms-lp-om .modern-contact-section .submit-btn{
  width: 100%;
  padding: 18px 24px;
  background: #fff;
  color: rgb(0, 105, 180);
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 10px;
}
.ms-lp-om .modern-contact-section .submit-btn:hover{
  background: rgba(255,255,255,.92);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,255,255,.30);
}
.ms-lp-om .modern-contact-section .privacy-notice{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  margin-top: 25px;
  text-align:left;
}
.ms-lp-om .modern-contact-section .checkmark{
  color: #4CAF50;
  font-size: 24px;
  min-width: 24px;
  flex-shrink: 0;
}
.ms-lp-om .modern-contact-section .privacy-text{
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.ms-lp-om .modern-contact-section .privacy-text a{
  color:#fff;
  text-decoration: underline;
}
.ms-lp-om .modern-contact-section .honeypot{
  position:absolute;
  left:-9999px;
}
@media (max-width: 768px){
  .ms-lp-om .modern-contact-section{ padding: 60px 20px; }
  .ms-lp-om .modern-contact-section .contact-header h2{ font-size: 36px; }
  .ms-lp-om .modern-contact-section .contact-header p{ font-size: 16px; }
}

.ms-lp-om .om-h2--center{ text-align:center; margin-left:auto; margin-right:auto; }

.ms-lp-om .om-steps h2.om-h2{ margin: 0 0 18px 0; }

.ms-lp-om .om-services h2.om-h2{ margin: 0 0 10px 0; }

/* Anchor offset for form (fixed header) */
.ms-om-page #send_form{ scroll-margin-top: 110px; }

/* Smooth anchor scroll */
.ms-om-page{ scroll-behavior: smooth; }
html{ scroll-behavior: smooth; }

/* Parallax-like hero background (CSS-only; mobile disables) */
@media (min-width: 992px){
  .ms-lp-om .om-hero2{
    background-attachment: fixed;
  }
}
@media (max-width: 991px){
  .ms-lp-om .om-hero2{
    background-attachment: scroll;
  }
}

/* Hero overlay for softer transition */
.ms-lp-om .om-hero2{
  position: relative;
}
.ms-lp-om .om-hero2::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(to bottom, rgba(255,255,255,.00) 0%, rgba(255,255,255,.00) 60%, rgba(255,255,255,.18) 100%);
}
.ms-lp-om .om-hero2 > .container{
  position: relative;
  z-index: 1;
}

}

/* Force burger menu icon to black (always) */
header.fixed-header .burger span,
header.fixed-header .hamburger span,
header.fixed-header .menu-toggle span,
header.fixed-header .nav-toggle span{
  background-color: #000 !important;
}

/* If SVG icon is used for burger */
header.fixed-header .burger svg path,
header.fixed-header .hamburger svg path{
  fill: #000 !important;
  stroke: #000 !important;
}

/* Improved dual-logo stack (prevents jumping / misalignment) */
.ms-om-page header.fixed-header .logo-img-box{
  position: relative;
  width: 210px;               /* controls overall logo size */
  height: 48px;               /* fixed box to prevent layout shift */
  display: block;
}
@media (max-width: 575px){
  .ms-om-page header.fixed-header .logo-img-box{
    width: 170px;
    height: 40px;
  }
}
.ms-om-page header.fixed-header .logo-img-box .ms-logo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display:block;
  margin:0;
  transform: translateZ(0);
  will-change: opacity;
  transition: opacity .18s ease;
}
.ms-om-page header.fixed-header .logo-img-box .ms-logo--color{ opacity: 1; }
.ms-om-page header.fixed-header .logo-img-box .ms-logo--white{ opacity: 0; }

body.ms-on-blue header.fixed-header .logo-img-box .ms-logo--white{ opacity: 1; }
body.ms-on-blue header.fixed-header .logo-img-box .ms-logo--color{ opacity: 0; }

/* Prevent theme logo transforms on this page */
.ms-om-page header.fixed-header .logo-img-box img{
  transform: none !important;
  top: auto !important;
}

/* Burger icon must stay black even when menu is open / active */
body.active header.fixed-header .burger span,
body.active header.fixed-header .hamburger span,
body.active header.fixed-header .menu-toggle span,
body.active header.fixed-header .nav-toggle span,
body.menu-open header.fixed-header .burger span,
body.menu-open header.fixed-header .hamburger span,
body.menu-open header.fixed-header .menu-toggle span,
body.menu-open header.fixed-header .nav-toggle span,
header.fixed-header .burger.is-active span,
header.fixed-header .hamburger.is-active span{
  background-color: #000 !important;
}
body.active header.fixed-header .burger:before,
body.active header.fixed-header .burger:after,
body.menu-open header.fixed-header .burger:before,
body.menu-open header.fixed-header .burger:after,
header.fixed-header .burger:before,
header.fixed-header .burger:after{
  background-color:#000 !important;
}

/* FIX: Tiles dürfen bei Klick nicht nach oben springen (href="#" -> Top) */
.ms-lp-om .om-services__grid .om-tile[href="#"]{
  cursor: default;
}

/* Optional: verhindert zusätzlich das „Tap-Highlight“-Gefühl wie Link */
.ms-lp-om .om-services__grid .om-tile[href="#"]:active{
  transform: none;
}

/* Initial state */
.ms-lp-om .om-tile__back{
  background: #ffffff;
  color: #262626;
  transform: translateY(40%) scale(.98);
  opacity: 0;
  transition:
    transform .38s cubic-bezier(.22,.61,.36,1),
    opacity .32s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  will-change: transform, opacity;
}

/* Hover / focus: smooth rise + fade in */
.ms-lp-om .om-tile:hover .om-tile__back,
.ms-lp-om .om-tile:focus-within .om-tile__back{
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Optional: slightly soften front when back is visible */
.ms-lp-om .om-tile__front{
  transition: opacity .28s ease, transform .38s cubic-bezier(.22,.61,.36,1);
}
.ms-lp-om .om-tile:hover .om-tile__front,
.ms-lp-om .om-tile:focus-within .om-tile__front{
  opacity: .35;
  transform: translateY(-4px) scale(.98);
}

/* Mobile: reduce motion for stability */
@media (max-width: 767px){
  .ms-lp-om .om-tile__back{
    transition-duration: .28s;
  }
}

/* =========================================================
   FAQ – Akkordeon (B2B, klar, robust)
   Wichtig: Headline ist IMMER oben, weil Title-Wrapper getrennt
   ========================================================= */

:root{
  --faq-max: 980px;
  --faq-radius: 14px;
  --faq-gap: 14px;
  --faq-border: rgba(0,0,0,.10);
  --faq-bg: #0b77b6;          /* deine Blauwelt */
  --faq-bg-2: #0a6aa3;        /* hover/dunkler */
  --faq-text: #ffffff;
  --faq-muted: rgba(255,255,255,.85);
  --faq-shadow: 0 6px 18px rgba(0,0,0,.10);
}

/* Grundlayout */
.faq-section{
  width: 100%;
  padding: 72px 16px;
}

.faq-container{
  max-width: var(--faq-max);
  margin: 0 auto;
}

/* Titelbereich – getrennt vom Accordion (wie .om-center-title) */
.faq-center-title{
  margin-bottom: 26px;
}

.faq-title{
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
}

.faq-intro{
  margin: 0;
  max-width: 70ch;
  line-height: 1.55;
  color: #333;
  font-size: 18px;
}

/* Accordion Wrapper */
.faq-accordion{
  display: grid;
  gap: var(--faq-gap);
}

/* Einzelnes Item */
.faq-item{
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  overflow: hidden;
  background: var(--faq-bg);
  box-shadow: var(--faq-shadow);
}

/* Frage (Button-Optik) */
.faq-question{
  list-style: none;
  cursor: pointer;
  user-select: none;

  padding: 18px 56px 18px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--faq-text);
  position: relative;
}

/* Marker entfernen */
.faq-question::-webkit-details-marker { display:none; }
.faq-question::marker { content:""; }

/* Plus/Minus rechts */
.faq-question::after{
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1;
  color: var(--faq-text);
  opacity: .95;
}

.faq-item[open] .faq-question::after{
  content: "–";
}

/* Hover */
.faq-item:hover{
  background: var(--faq-bg-2);
}

/* Antwortbereich */
.faq-answer{
  background: #fff;
  padding: 16px 22px 18px 22px;
}

.faq-answer p{
  margin: 0;
  color: #222;
  line-height: 1.65;
  max-width: 85ch;
  font-size: 18px;
}

/* Fokus sichtbar (Accessibility) */
.faq-question:focus{
  outline: 3px solid rgba(255,255,255,.55);
  outline-offset: -3px;
}

/* Mobile Feinschliff */
@media (max-width: 640px){
  .faq-section{ padding: 54px 14px; }

  .faq-question{
    font-size: 16px;
    padding: 16px 52px 16px 18px;
  }

  .faq-answer{
    padding: 14px 18px 16px 18px;
  }
}
