@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap');


/* -----------  F A R B E N  -----------

Background Schwarz: #0F0F0F;
Light Grey: #DEDEDE; (fast weiß) 
Mid Grey: #646464; (normaler Text)
Mid Grey NEW: #828282; (normaler Text)

Dark Grey: #323232; (ausgegraut)
NMO RED NEU: #F44336

Farben werden nicht fest in den Klassen gesetzt
sondern zusätzlich als einzlene Klasse hinzugefügt

Thin: 100
Light: 300
Regular: 400
Medium: 500 
Bold: 700
Black: 900

*/



* {
    box-sizing: border-box;
}

html {
    font-family: "Roboto", sans-serif;
    background: #0F0F0F;
    color: #828282;
    height: 100%;
    /* scroll-snap-type: both proximity; */

}

body {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
}

 /* Preload Background Images */
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: 
        url("../gfx/hero.webp")
        url("../gfx/cloud1.png")
        url("../gfx/cloud3.png")
        url("../gfx/shadow.png")
        url("../gfx/recherchen.jpg") 
        url("../gfx/boxhandschuhe.jpg") 
        url("../gfx/arbeitnehmererfindungen.jpg") 
        url("../gfx/lizenzvertraege.jpg");
 }




section {
    /* scroll-snap-align: start; */
}

::selection{  
    background-color: #221b1a;
}  



.impressum {
    padding: 4rem;
}

footer {
    width: 100%;
}


/****************************************** PRELOADER ***************************************/


.preloader {
    height: 100vh;
    width: 100vw;
    background-color: #0F0F0F;
    position: fixed;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
}

.loading-text {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color:  #F44336;
    position: relative;
    top: -30px;
}


.pace {
    pointer-events: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    border: 0;
    height: 1px;
    overflow: hidden;
    background: #0F0F0F;
}

.pace .pace-progress {
    max-width: 300px;
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #F44336;
}




/****************************************** FARBEN ***************************************/




.light-grey {
    color: #DEDEDE;
}

.mid-grey {
    color: #828282;
}

.dark-grey {
    color: #323232;
}

.white {
    color: #FFF;
}

.black {
    color: #000;
}

.bgblack {
    color: #0F0F0F;
}

.nmored {
    color: #F44336;
}



a {
    text-decoration: none;
    color: #F44336;
}

a.impressum {
    color: #FFF;
}

button {
    border: 0;
}

button:focus {
    outline: none;
}


/* target the active bullet */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F44336;
    opacity: 1;
  }

  
/*other pagination*/
.swiper-pagination .swiper-pagination-bullet {
    color: #DEDEDE;
    background-color: #DEDEDE;
    opacity: 1;
  }

.swiper-button-prev {
    color: #F44336!important; 
}

.swiper-button-next {
    color: #F44336!important; 
    padding: 0 5rem 0 0;
}



/****************************************** HEADLINES ***************************************/




p.bg {

}




h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    margin: 0;
}



h2.news-headline {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    height: 30px;
}


h2.leistungen {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.1;
}



h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color:  #DEDEDE;
    margin: 0 0 15px 0;
}




h4 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color:  #F44336;
}



/****************************************** FLIESSTEXT ***************************************/






/*** EINSATZ ***/
p.overline {
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #DEDEDE;
}

/*** EINSATZ ***/
.negative {
    background-color: #DEDEDE; 
    padding: 4px;
}

/*** EINSATZ ***/
p.overline-neg {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #323232;
}

/*** EINSATZ ***/
p.small {
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
}




p.small {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}



p.hero {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:  #F44336;
}

span.background {
    padding: 3px 5px 5px 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

p.herosmall {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #DEDEDE;
}



p.bold {
    font-weight: 700;
}


p.caps {
    text-transform: capitalize;
}


.border-red {
    border: 1px solid #F44336;
}

.border-blue {
    border: 1px solid blue;
}

.border-green {
    border: 1px solid green;
}

.left {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

.subhead {
    text-align: center;
    margin: 0 100px 50px 100px;
}



/****************************************** ABSTÄNDE ***************************************/


.margin-bottom-s {
    margin: 0 0 8px 0;
}

.margin-bottom-m {
    margin: 0 0 16px 0;
}

.margin-bottom-l {
    margin: 0 0 32px 0;
}

.margin-bottom-xl {
    margin: 0 0 64px 0;
}



/****************************************** ELEMENTE ***************************************/
