@media only screen and (max-width: 599px) {
    /* For mobile phones: */


.nomob {
    visibility: hidden;
}


/****************************************** FONTS ***************************************/

h1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color:  #F44336;
}


h1.ideenmotor {
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #DEDEDE;
}

/*** EINSATZ ***/
h2.wide {
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    margin: 0;
}


span.nmo {
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #DEDEDE;
}



h1.heroh1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color:  #F44336;
}



.section-title {
    position: absolute;
    top: 2rem;
    left: 2rem;
}


/*** EINSATZ ***/
p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

/*** EINSATZ ***/
p.narrow {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
}


/****************************************** HERO ***************************************/



.hero {
    max-width: 100%;
    height:100vh;
    background-color: #0F0F0F;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.heroimg {
    width: 100%;
    height: 2px; /* 2 px für den Start der Animatoin */
    background: url(../gfx/hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.herotxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cloud1 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 200px;
    height: 150px;
}

.cloud2 {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 200px;
    height: 200px;
}

.cloud3 {
    position: absolute;
    top: 20px;
    right: 0;
    width: 200px;
    height: 150px;
}

.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.logo-wrapper {
    position: absolute;
    top: 36px;
    left: 40px;
    object-fit: contain;
}


.logo {
    width: 220px;
}



/****************************************** INTRO MODUL ***************************************/



.intro {
    height: 100vh;
    padding: 4rem 0 4rem 0;
}

.intro-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
}

.intro-ideenmotor {
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
}


.intro-text-wrapper {
    width: 100%;
    padding: 2rem;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
}

.intro-text-wrapper-left {
    width: 100%;
    margin-bottom: 1rem;
}

.intro-text-wrapper-center {
    width: 100%;
    margin-bottom: 1rem;
}

.intro-text-wrapper-right {
    width: 100%;
    margin-bottom: 1rem;
}


/****************************************** PHILOSOPHIE ***************************************/


.philosophie {
    height: 500vh;
    display: flex;
    position: relative;
    flex-direction: column; /* Content floats links nach recht oder oben nach unten */
}


.philo-left {
    height: 100vh;
    padding: 2rem;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: column; /* Content floats links nach recht oder oben nach unten */
    justify-content: center; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: flex-end;
    margin: 0!important; /* notwendig für Split-Screen */
}

.philo-right {
    padding: 0rem; /* kein Padding da die einzelnen Items eins kriegen müssen */
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}


.philo-item {
    height: 100vh;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


.philo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* Content floats links nach recht oder oben nach unten */
    justify-content: space-between; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: space-between;
}

/* Hilfs-Div um den unteren Textblock rechts auszurichten */
.philo-align {
    width: 100%;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: row; /* Content floats links nach recht oder oben nach unten */
    justify-content: flex-end; /* links, zentriert oder rechtsbündig */
    align-items: flex-end; /*Start des Contents oben mitte oder unten*/
    align-content: flex-end;
}

/* notwendig um die Textboxen kleiner als Philo-Right zu machen, damit die Absätze nicht so lang sind */
.philo-textwrapper {
    width: 100%;
}

#partnerschaft {
    background: url(../gfx/puzzle.jpg) center calc(50%)  / 60% no-repeat;
    background-blend-mode: multiply;
    background-color:  #F44336;
}

#qualitaet {
    background: url(../gfx/quality.jpg) center calc(50% + 30px)  / 60% no-repeat;
}

#transparenz {
    background: url(../gfx/transparenz.jpg) center calc(50% + 30px)  / 60% no-repeat;
    background-blend-mode: multiply;
    background-color:  #F44336;
}

#sozialverantwortung {
    background: url(../gfx/social.jpg) center calc(50% + 50px)  / 60% no-repeat;
}



/*----------------- Wir sind NMO Animation ---------------*/

.philo-animation {
    margin: 2rem 0 1rem 0;
}

.philo-animation p {
    font-size:36px;
    line-height: 62px;
    font-weight: 500;
    color: #DEDEDE;
    float: left;
    margin-right: 0.3em;
}

.philo-animation b {
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    height: 44px;
    float: left;
    overflow: hidden;
    position: relative;
    top: -6px;
}

.philo-animation .philo-animation-inner {
    display: inline-block;
    color: #F44336;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
  
  /*animation*/
  -webkit-animation:move 8s;
     -moz-animation:move 8s;
      -ms-animation:move 8s;
       -o-animation:move 8s;
          animation:move 8s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count:infinite;
     -moz-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
       -o-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  /*animation-delay*/
  -webkit-animation-delay:1s;
     -moz-animation-delay:1s;
      -ms-animation-delay:1s;
       -o-animation-delay:1s;
          animation-delay:1s;
  }


  @keyframes move{
  0%  { top: 0px; }
  20% { top: -44px; }
  40% { top: -88px; }
  60% { top: -132px; }
  80% { top: -176px; }
  }
  
  @-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -44px; }
    40% { top: -88px; }
    60% { top: -132px; }
    80% { top: -176px; }
  }
  @-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -44px; }
    40% { top: -88px; }
    60% { top: -132px; }
    80% { top: -176px; }
  }
  @-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -44px; }
    40% { top: -88px; }
    60% { top: -132px; }
    80% { top: -176px; }
  }
  @keyframes move {
    0%  { top: 0px; }
    20% { top: -44px; }
    40% { top: -88px; }
    60% { top: -132px; }
    80% { top: -176px; }
}



#partnerschaft {
    -webkit-order: 1;
    order: 1;
}

#qualitaet {
    -webkit-order: 2;
    order: 2;
}

#transparenz {
    -webkit-order: 3;
    order: 3;
}

#sozialverantwortung {
    -webkit-order: 4;
    order: 4;
}




/****************************************** EXPERTISE ***************************************/


.expertise {
    overscroll-behavior: none;
    overflow: hidden !important;
    width: 500vw;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.helper {
    overflow-x: hidden;
}

/**** Only Desktop, weil man auf Mobile jede Section einzlend auf der Seite hat ***/
.expertise-fullpage-desktop {
    position: relative;

}

/**** Only Mobile, für Fullscreen auf Mobile ***/
.expertise-fullpage-mobile {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}


.expertise-quote-text {
    width: 100%;
}

.author {
    color: #F44336;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

/* Hilfs-Div um den Author rechts auszurichten */
.expertise-align {
    width: 100%;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: row; /* Content floats links nach recht oder oben nach unten */
    justify-content: flex-end; /* links, zentriert oder rechtsbündig */
    align-items: flex-end; /*Start des Contents oben mitte oder unten*/
    align-content: flex-end;
}


.expertise-page-background {
    background-image: url("../gfx/blueprint.svg");
    background-repeat: repeat;
    background-size: 100px 100px;
}


.expertise-quote {
    width: 100vw;
    height: 100vh;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 1;
}


/******* Vollflächig zum Rand für das BG Image ***/
.expertise-intro {
    width: 100vw;
    height: 100vh;
    flex-grow: 1;

}

/******* Vollflächig zum Rand für das BG Image ***/
.expertise-maschinenbau {
    width: 100vw;
    height: 100vh;
    background-image: url("../gfx/gears_right.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80%;
    flex-grow: 1;

}

/******* Vollflächig zum Rand für das BG Image ***/
.expertise-automobilbau {
    width: 100vw;
    height: 100vh;
    background-image: url("../gfx/bev.webp");
    background-repeat: no-repeat;
    background-position: top 160px center;
    background-size: 60%;
    flex-grow: 1;

}

/******* Vollflächig zum Rand für das BG Image ***/
.expertise-weitere {
    width: 100vw;
    height: 100vh;
    background-image: url("../gfx/turbine.svg");
    background-repeat: no-repeat;
    background-position: top 300px center;
    background-size: 50%;
    flex-grow: 1;

}


.expertise-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}



/******* Für den Content ***/
.expertise-intro-wrapper {
    height: 100%;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}


/******* Für den Content ***/
.expertise-maschinenbau-wrapper {
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}



/******* Für den Content ***/
.expertise-automobilbau-wrapper {
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}



/******* Für den Content ***/
.expertise-weitere-wrapper {
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

/******* Für den Content ***/
.expertise-weitere-wrapper-helper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}




/****************************************** LEISTUNGEN ***************************************/


.leistungen {
    width: 100%;
    padding: 2rem 0 0 0;
    position: relative;

}

.leistungen-intro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

.leistungen-intro-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.leistungen-intro-wrapper-left {
    order: 2;
    padding: 2rem;
    width: 100%
}

.leistungen-intro-wrapper-right {
    order: 1;
    padding: 2rem;
    width: 100%;
    height: 400px;
    background-image: url("../gfx/paragraph.webp");
    background-color: #0F0F0F;
    opacity: 20%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 400px;
}



/* Wrapper für alle 3 Karten */
.leistungen-card-wrapper {
    width: 100%;
    height: 100%;
    display: flex; /* Flex-Parent für die einzelnen Karten */
    flex-direction: column;
}

/* nur notwendig wenn vorne Text steht */
.leistungen-card-text {
    padding: 0 0 2rem 2rem;
}

.tile {
    flex-grow: 1;
    width: 100%;
    height: 720px;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: all 0.8s;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    cursor: pointer;
  }
  
.tile:hover {
    transform: rotateY(-10deg)

}
  
.tile__face {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    backface-visibility: hidden; /*hide element on back*/
    cursor: pointer;
}

.tile__face--front-content {
    padding: 2rem;
}
  
.tile__face--back {
    /*  rotated on start so the front is visible first */
    transform: rotateY(180deg);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    backface-visibility: hidden; /*hide element on back*/
}

.tile__face--back-content {
    padding: 2rem;
}


  
.tile.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

#patente {
    background: url("../gfx/card_patente.webp");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}

#marken {
    background: url("../gfx/card_marken.webp");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}

#designs {
    background: url("../gfx/card_designs.webp");
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}






/****************************************** BERATUNGSGEBIETE ***************************************/


.beratung {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.beratung-left {
    width: 100%;
}

.beratung-left-wrapper {
    width: 100%;
    padding: 2rem;
}

.beratung-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.beratung-right-wrapper {
    width: 100%;
    padding: 2rem 0 2rem 0rem;
}



.beratung-list {
    width: 100%;
}


.beratung-item-first {
    border-top: 2px solid #323232;
    border-bottom: 2px solid #323232;
}

.beratung-item {
    border-bottom: 2px solid #323232;
}


.beratung-head {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .3s all ease;
    cursor: pointer;
    padding: 0 1rem 0 1rem;
}

.beratung-head::before{
    background: #F44336;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all .3s ease;
    width: 100%;
    height: 0%;
}

.beratung-head:hover h1 {
    color: #0F0F0F;

}



.beratung-head:hover::before{
    height: 100%;
}


.beratung-text {
    display: none;
    padding: 1rem 1rem 1rem 1rem;
}

.visible {
    display: block!important;
}


.beratung-left-img.recherchen {
    background-image: url("../gfx/recherchen.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 500px;
  }

  .beratung-left-img.streitsachen {
    background-image: url("../gfx/streitsachen.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 500px;
}

.beratung-left-img.arbeitnehmererfindungen {
    background-image: url("../gfx/arbeitnehmererfindungen.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 500px; 
}

.beratung-left-img.lizenzvertraege {
    background-image: url("../gfx/lizenzvertraege.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 500px;
}


/****************************************** TEAM ***************************************/


.team {
    position: relative;
    width: 100%;
    padding: 2rem 0 2rem 0;
    overflow: hidden;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: column; /* Content floats links nach recht oder oben nach unten */
    justify-content: flex-start; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: flex-start;
}

.team-intro {
    width: 100%;
    padding: 4rem;
}

.team-left {
    width: 100%;
}

.team-left-inner {
    padding: 2rem;
}

.team-right {
    width: 100%;
}

.team-list {

}

.team-box {
    overflow: hidden;
}

.team-box-wrapper {
    width: 100%;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-wrap: wrap;
    justify-content: flex-start; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: flex-start;
    padding: 2rem;
}

.team-box-text {
    width: 100%;
}


.team-box-headline {
    width: 100%;
}

.team-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-right: 1rem;
}

.best-lawyer {
    width: auto;
    height: 60px;
    position: absolute;
    top: 2rem;
    left: calc(2rem + 80px); 
}


/****************************************** STELLENANZEIGE ***************************************/




.stellenanzeige {
    position: relative;
    width: 100%;
    background-color: #F44336;
    overflow: hidden;
    padding: 2rem;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    flex-direction: column; /* Content floats links nach recht oder oben nach unten */
    justify-content: flex-start; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: flex-start;
}

.stellenanzeige-left {
    width: 100%;
    background-image: url("../gfx/questionmark.jpg");
    background-blend-mode: multiply;
    background-color:  #F44336;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    order: 2;
}

.stellenanzeige-left-inner {
    padding: 2rem 0 0 0;
}


.stellenanzeige-right {
    position: relative;
    width: 100%;
    order: 1;
}


.stellenanzeige-box {
    overflow: hidden;
}

.stellenanzeige-box-wrapper {
    width: 100%;
    display: flex; /* wieder Parent für die Divs die links drin sind */
    justify-content: flex-start; /* links, zentriert oder rechtsbündig */
    align-items: flex-start; /*Start des Contents oben mitte oder unten*/
    align-content: flex-start;
    flex-direction: column;

}

.stellenanzeige-box-text {

}

.stellenanzeige-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-right: 1rem;
}




/****************************************** KONTAKT ***************************************/


.kontakt {
    width: 100%;
    height: calc(100vh - 110px); /* -110 für den bottom-teil */
    display: flex;
    position: relative;
    flex-direction: column;

}

.kontakt-wrapper {
    width: 100%;
    overflow: hidden;
}


.scroller-wrapper {
    max-width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 1rem 0 1rem 0;
    background-color: #F44336;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.scroller-mail {
    width: 300%;
    min-height: 60px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scroller-phone {
    width: 300%;
    min-height: 60px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}


.scroller-text {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color:  #FFF;
}



.kontakt-left {
    width: 100%;
    height: 50%;
    order: 1;
}



.kontakt-right {
    order: 2;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kontakt-right-wrapper {
    padding: 2rem;
}


/****************************************** FOOTER ***************************************/






/****************************************** B0TTOM ***************************************/



.bottom {
    width: 100%;
    height: 110px;
    background-color: #323232;
    display:flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 1rem;
}


.bottom-left {
    order: 1;
    width: 100%;
    text-align: left;

}


.bottom-right {
    order: 2;
    width: 100%;
    text-align: left;
}







}


