

/* ####################### */
/*  BREITEN FLEX GRID    */

.flx {
    display: block;
}
.rowHead .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
}
.rowNet .flx,
.rowTalk .flx {
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px;
}
.grid {
  display: block;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* vertikale Zentrierung */
}
.wdt70 {
    width: 100%;
    max-width: 100%;    
    margin-left: auto;
    margin-right: auto;
}
/*
.rowRef .wdt70 {
    width: 80%;
    max-width: 80%;    
    margin-left: auto;
    margin-right: auto;
}
*/




/*  equal   */
.c100 .col-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
}
.col-1.rowNoMar {
  margin-bottom: 0;
}
.c50-50  > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 50px;
}
.c33-33-33 > .col {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    margin-bottom: 50px;
}
.c25-25-25-25 > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

/*   Menu  */
.cMen.col-1 {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
}
.cMen.col-2 {
    -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
}

/*  non equal   */
.c75-25 .col-1 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
}
.c75-25 .col-2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.c25-75 .col-1 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.c25-75 .col-2 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
}


.row {
    margin-bottom: 50px;
}
.rowNoMar {
    margin-bottom: 0;
}
.rowPadToBo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.marTop2 {
    margin-top: 25px;
}
.marBot {
    margin-bottom: 50px;
}

.wrapInn  {
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.centItm {
    display: table-cell;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}
.trenn {
    position: relative;
    display: block;
    z-index: 5;
}
.trennImg {
    position: relative;
    z-index: 5;
    width: 200px;
    margin: 50px auto;    
}
.trenn::before {
  content: "";
  display: block;
  border-top: solid 3px #efefef;
  width: 100%;
  height:3px;
  position: absolute;
  top: 50px;
  z-index: 1;
}
.bgLght {
    background-color: #ebefb6;
}
.bgGrlg {
    background-color: #ebefb6;
}
.bgGree {
    background-color: #C1CD22;
}
.bgDrk {
    background-color: #5B5B5B;
}
.bgDrk h2,
.bgDrk {
    color: #fff;
}





/* ####################### */
/*  GLOBALS   */

/* Abstand für alle Anker-Ziele */
[id] {
  scroll-margin-top: 80px;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;    
  font-family: 'roboto_light', sans-serif;
  line-height: 1.4;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'roboto_medium', sans-serif;
  font-weight: normal; 
  line-height: 1.2;
  color: #5B5B5B;
  margin-top: 0;
}
h1 {
  font-family: 'roboto_light', sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
}
h2,
h3,
.rowFoo h5 {
    margin-bottom: 20px;
}
h4 {
  font-family: 'roboto_regular', sans-serif;
}
h5 {
  font-family: 'roboto_regular', sans-serif;
}
.rowFoo h5 {
  color: #fff;
}
.hMarBot {
    margin-bottom: 50px;
}
.claim {
  font-family: 'roboto_condenseditalic', sans-serif;
  color: #AAB610;
  text-align: center;
  margin-top: 50px;
    
}


/*  Sizes Fonts   */
body {
  font-size: 16px;
}
h1 {
  font-size: 26px;
}
h2,
h3,
.rowFoo h5 {
    font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
.hTxt {
  font-size: 20px;
}
.claim {
  font-size: 26px;    
}





a {
  font-family: 'roboto_regular', sans-serif;
  text-decoration: none;
  color: #AAB610;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a.lnkWht {
  color: #fff;
}
a:hover {
    text-decoration: underline;
}
.rowFoo a:hover {
    color: #fff;
}
.rowHead a:hover {
    text-decoration: none;
}
b, 
strong {
  font-family: 'roboto_regular', sans-serif;
  font-weight: normal;    
}
.lng {
  text-align: right;
  padding-top: 8px;
  font-size: 16px;
}
a.acti {
  color: #000;
}
.rowFoo a.acti {
  color: #fff;
}
.txtCent {
  text-align: center;
}
.txtRight {
  text-align: left;
}
.cMen.txtRight {
  text-align: right;
}
.txtShortRi {
  max-width: 70%;
  margin-left: 30%;
}
.imgRes {
  width: 100%;
  height: auto;
}
.netw .imgRes {
  max-width: 248px;
}
.txtZit {
  font-family: 'roboto_condenseditalic';
  color: #C1CD22;
}
.txtSource {
  font-size: 14px;
}


/* ####################### */
/*  LOGO TOP   */
.logoTop {
  width: 150px;
  margin: 25px 0 40px 0;
}


/* ####################### */
/*  MENU   */
ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu li {
  display: inline-block;
  padding-left: 0;
}
.menu li:first-of-type {
  padding-left: 0;
}
.menu li a:hover {
  color: #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}


/*  Desktop Navigation */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-size: 24px
}
.burger {
  display: none;
}


/*  Mobile (0–1080px)  */
@media (max-width:1080px) {

  /* Desktop Menu ausblenden */
  .cMen .menu {
    display: none !important;
  }

  /* Burger sichtbar */
  .burger {
    display: block;
    margin: 40px 0 0 auto;
    width: 36px;
    height: 28px;
    position: relative;
    cursor: pointer;
    z-index: 1002;
  }

  .burger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background: #AAB610;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .burger span:nth-child(1) { top: 0; }
  .burger span:nth-child(2) { top: 12px; }
  .burger span:nth-child(3) { top: 24px; }

  /* X-Animation */
  .burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 12px;
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 12px;
  }

  /*  Overlay Basis */
  .ico-nav-overlay[data-overlay="main"] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1000;
  }
  body.menu-open .ico-nav-overlay[data-overlay="main"] {
    opacity: 1;
    visibility: visible;
  }


  /*  FLYOUT Menü  */
  .ico-nav-overlay[data-overlay="main"] .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 180px;
    height: 100vh;
    padding: 100px 30px;
    background: #5B5B5B;
    position: absolute;
    top: 0;
    right: -320px;    /* versteckt */
    -webkit-transition: right .35s ease;
    -o-transition: right .35s ease;
    transition: right .35s ease;
    z-index: 1001;
  }
  body.menu-open .ico-nav-overlay[data-overlay="main"] .menu {
    right: 0;        /* sichtbar */
  }
  .ico-nav-overlay[data-overlay="main"] .menu a {
    font-size: 20px;
    text-transform: lowercase;
  }

}






/*  CONTENT   */

video {
  width: 100%;
}
.lstItm {
  padding-left: 15px;
  border-left: 6px solid #C1CD22;
}




/*  HERO  */

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5rem;
  color: #fff;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
      left top, left bottom,
      from(rgba(0, 0, 0, 0.35)),
      to(rgba(0, 0, 0, 0.35))
  );
  background: -o-linear-gradient(
    top,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
  );
  background: linear-gradient(
    to bottom,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
  );
}
.hero__content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Abstand zum Seitenrand HIER einstellbar */
  padding: 15px;
  z-index: 1;
}
.hTxt {
  color: #fff;
}
.hTxt p {
  margin: 0;
}
.hero--bg-image {
  --hero-padding-inline: 2.5rem;
  --hero-padding-block: 3rem;
  min-height: 450px;
  background-image: url("../img/butterfly-grey-400.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 


/*  PARALAX   */

/* Parallax-Hintergrundzeile */
/* .rowPara.para1 ,
.rowPara.para2 {
  position: relative;
  background-image: url('../img/startup--motion-square-400.jpg'); 
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #5B5B5B;
  text-align: center;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rowPara.para2 {
  position: relative;
  background-image: url('../img/motionsquare-brooklyn-400.jpg'); 
} */

.parallax-content {
  width: 100%;
  padding: 4rem 1rem;
}
.parallax-content h2 {
  font-size: 50px;
  margin-bottom: 1rem;
}
.parallax-content p {
  font-size: 2rem;
  max-width: 800px;
  margin: 0 auto;
}









/* Basis-Styles für alle Browser */
.rowPara {
  position: relative;
  color: rgb(91, 91, 91);
  text-align: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Deine Parallax-Varianten */
.rowPara.para1 {
  background-image: url("../img/startup--motion-square-400.jpg");
}
.rowPara.para2 {
  background-image: url("../img/motionsquare-brooklyn-400.jpg");
}

/* Parallax nur für Browser, die es können (Chrome, Firefox, Edge) */
@supports (background-attachment: fixed) {
  .rowPara {
    background-attachment: fixed;
  }
}

/* Safari-Fallback (iOS + macOS Safari) */
@supports (-webkit-touch-callout: none) {
  .rowPara {
    background-attachment: scroll !important; /* verhindert Safari-Glitches */
    background-size: cover;
  }
}






















/*  ICONS   */
.ico {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
   margin-bottom: 15px;
    
  background: url(../img/ico-light.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoChange {
  background: url(../img/ico-change.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoTeam {
  background: url(../img/ico-team.svg) no-repeat;
  background-position: center;
  background-size: 60px;
}
.ico.icoCoa {
  background: url(../img/ico-coach.svg) no-repeat;
  background-position: center;
  background-size: 80px;
}
.ico.icoApr {
  background: url(../img/ico-light.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoPro {
  background: url(../img/ico-pro.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoNet {
  background: url(../img/ico-net.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoCli {
  background: url(../img/ico-cli.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoRef {
  background: url(../img/ico-ref.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoPub {
  background: url(../img/ico-pub.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}
.ico.icoCon {
  background: url(../img/ico-ort.svg) no-repeat;
  background-position: center;
  background-size: 70px;
}







/*  Network   */

.netw .col {
  border-left: 6px solid #C1CD22;
  border-bottom: 6px solid #C1CD22;
  padding-left: 30px;
  margin-bottom: 50px;
}
.netw .col.clearMob {
  border: none;
  /* display: none; */
}
.netw imgRes {
    max-width: 248px;
}
.lnkIn {
  background: url(../img/linkedin-gruen.svg) no-repeat;
  background-size: 30px;
  display: block;
  margin-top: 15px;
  width: 30px;
  height: 33px;
}
.imgTalk {
  margin-bottom: 25px;
}
.lnkMarTop {
  display: block;
  margin-top: 15px;
}



/*  Clients   */

.rowClie .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}



/*  Slider   */
.swiper {
  width: 100%;
  padding: 40px 0;
  overflow: hidden !important;
}

.swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 360px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 20px;
  margin-right: 20px;
}


.swiper-button-next,
.swiper-button-prev {
    top: 5% !important;
}


/* --- Testimonial Box --- */
.slide-content {
  background: #ffffff;
  padding: 0 60px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
/* --- Typo für Zitate länger lesbar --- */
.slide-content p {
  margin: 0 0 20px 0;
  white-space: normal;
}
/* --- Navigation Buttons --- */
.swiper-button-next,
.swiper-button-prev {
  color: #666;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* --- Pagination --- */
.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #C1CD22;
  border: 1px solid #C1CD22;
;
}

/* --- Responsiv --- */
@media (max-width: 768px) {
  .slide-content {
    padding: 25px 0;
    font-size: 16px;
    border-radius: 8px;
  }
}




/*  SWIPER KACHEL SLIDER */
.swiper-kacheln {
  width: 100%;
  padding: 80px 0 30px 0;
}

/* WICHTIG: Swiper darf die Breite kontrollieren */
.swiper-kacheln .swiper-slide {
  width: auto;                /* Swiper berechnet Breite selbst */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Kachel */
.kachel {
  width: 100%;
  max-width: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.kachel-img img {
  width: 100%;
  height: auto;
  display: block;
}
.kachel-text {
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .kachel {
      max-width: 240px;
    }
}



/*  FOOTER   */

.borLe {
  border-left: 1px solid #fff;
  padding-left: 25px;
}
.borToBo {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.rowFoo ul {
  list-style-type: none;
  padding: 0;    
}
.rowFoo li {
  margin-bottom: 10px;
}
.logoFoo {
  width: 150px;
  height: auto;
  margin: 100px auto 90px auto;
}
.lnkMin {
  font-family: 'roboto_light', sans-serif;
  font-size: 16px;
  color: #fff;
}






/* BACK TO TOP */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  z-index: 9999;
}

.back-to-top.visible {
  opacity: 0.85;
  pointer-events: auto;
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-2px);
}






/* ####################### */
/*  LEGAL OVERLAY (IMPRESSUM)  */

.ico-legal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1500;
}
.ico-legal-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.ico-legal-overlay .overlay-inner {
  position: relative;
  /*background: rgba(192,205,34,0.85);*/
  background: rgba(20,20,20,0.85);
  padding: 15px;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6);
          box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.ico-legal-overlay .overlay-content a {
  color: #C1CD22;
  text-decoration: none;
}
.ico-legal-overlay .overlay-content a:hover {
  text-decoration: underline;
}
/* Close Button */
.ico-legal-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1501;
}
.ico-legal-overlay .close-btn svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  -webkit-transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease;
  transition: transform 0.3s ease, stroke 0.3s ease, -webkit-transform 0.3s ease;
}
.ico-legal-overlay .close-btn:hover svg {
  stroke: #ab8b04;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.overlay-content h2 {
  font-size: 32px;
  color: #fff;
  margin-top: 60px;
}




/*  RESPONSIVE   */

@media (min-width: 400px) {

  .hero--bg-image {
    background-image: url("../img/butterfly-grey-800.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  h1 {
    font-size: 34px;
  }

}
/*  /400   */
/* ####################### */
@media (min-width: 600px) {
    
    .rowTalk .swiper-button-next,
    .rowTalk .swiper-button-prev {
        top: 26% !important;
    }
    .swiper-kacheln {
      padding: 30px 0;
    }

}
/*  /600   */
/* ####################### */
@media (min-width: 768px) {
    
  /*  BREITEN   */
  .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* vertikale Zentrierung */
  }
  .c50-50  > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
  }
  .c33-33-33 > .col {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    margin-bottom: 0;
  }
  .c25-25-25-25 > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .netw .col {
    margin-bottom: 0x;
  }
  .rowClie .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    grid-gap: 50px;
  }
  .txtRight {
    text-align: right;
  }
  .netw .col {
    margin-bottom: 0;
  }
  .rowClie .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    grid-gap: 25px;
  }


  .hero--bg-image {
    background: url("../img/butterfly-grey-1480.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rowPara.para1 ,
  .rowPara.para2 {
    background-image: url('../img/startup--motion-square.jpg'); 
    /* background-size: cover;
    background-attachment: fixed;
    background-position: center; */
  }
  .rowPara.para2 {
    background-image: url('../img/motionsquare-brooklyn.jpg'); 
  }
    .rowRef .swiper-button-next,
    .rowRef .swiper-button-prev {
        top: 50% !important;
    }

}
/*  /768   */
/* ####################### */
@media (min-width: 992px) {

  .grid.netw {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
  }
  .grid.netw > * {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }



}
/*  /992   */
/* ####################### */
@media (min-width: 1080px) {


  .wrapInn  {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero__content {
    padding: 0 30px;
  }
  .rowHead .menu {
    display: block !important;
  }
  ul.menu {
    margin: 40px 0;
  }
  .menu li {
    display: inline-block;
    padding-left: 15px;
  }
  .menu li a:hover {
    color: #000;
  }


  body {
    font-size: 18px;
  }
  h1 {
    font-size: 60px;
  }
  h2,
  h3,
  .rowFoo h5 {
      font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  .hTxt {
    font-size: 26px;
  }
  .claim {
    font-size: 30px; 
  }


}
/*  /1080   */
/* ####################### */
@media (min-width: 1200px) {

  .wrapInn  {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero--bg-image {
    height: 550px;
  }
  .hero__content {
    padding:  0 60px;
  }
  .burger {
    display: none !important;
  }

  .menu li {
    padding-left: 30px;
  }


  .grid.netw {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }



}
/*  /1200   */
/* ####################### */
@media (min-width: 1400px) {

    /*  BREITEN   */
  .flx {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .grid {
    gap: 100px;
  }
  .row {
    margin-bottom: 100px;
  }
  .row.rowNoMar,
  .rowNoMar {
    margin-bottom: 0;
  }
  .rowPadToBo {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .marTop2 {
    margin-top: 50px;
  }
  .marBot {
    margin-bottom: 100px;
  }
  .wdt70 {
    width: 800px;
    max-width: 70%;    
  }
  .trennImg {
    margin: 100px auto;    
  }
  .ico {
    margin-bottom: 25px;
  }

  .menu li {
    padding-left: 50px;
  }

  .hero--bg-image {
    background: url("../img/butterfly-grey-1920-2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 680px;
  }
 
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 80px;
  }
  h2,
  h3,
  .rowFoo h5 {
      font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  .hTxt {
    font-size: 30px;
  }
  .claim {
    font-size: 40px;
  }

}
/*  /1400   */
/* ####################### */
@media (min-width: 1680px) {



  body {
    font-size: 24px;
  }
  /* h1 {
    font-size: 100px;
  } */
  h2,
  h3,
  .rowFoo h5 {
  font-size: 38px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  /* .hTxt {
    font-size: 38px;
  } */
  .claim {
    font-size: 50px; 
    margin-top: 100px;	
  }
  .hero--bg-image {
    height: 750px;
  }
  .hero__content {
    max-width: 1680px;
    margin: 0 auto;
  }


}
/*  /1680   */
/* ####################### */