/*Blue rgba(0,0,40,1)*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 20, 2018 */



@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_bold_thefontsmaster.com-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_bold_thefontsmaster.com-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_regular_thefontsmaster.com-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_regular_thefontsmaster.com-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofia_pro_light_thefontsmaster.com-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_light_thefontsmaster.com-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;

}


*{
  font-family: 'sofia_pro';
  font-weight: lighter;
}

body{
  background-color: rgba(0,0,30,1.0);
  color: #fff;
  overflow-x: hidden;
}

/* Modals */







/* Typografie */

h1, h2, h3, h4, h5{
  font-weight: bold;
  margin-bottom: 10px;
}

h1{
font-size: 72px;
margin-bottom: 36px;
margin-top: 50vh;
}

h2{
  font-size: 48px;
  margin-bottom: 24px;
}

h3{
  font-size: 24px;
  margin-bottom: 12px;
}

p{
  font-size: 16px;
  margin-bottom: 30px !important;
}

.text-center p{
  max-width: 600px;
  margin: 0 auto;
}

.row.no-center{
  align-items: baseline;
}


/* Color */

.orange{
  color: orange;
  font-weight: bold;
}

.blue{
  color: lightblue;
  font-weight: bold;
}

section{
  margin-top: 20vh;
  margin-bottom: 20vh;
}


section.full{
  height: calc(100vh - 100px);
}

.row{
    -ms-flex-align: center;
    align-items: center;
}

/* Button */
a.readmore{
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 0px 0px 14px 0px;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  cursor: pointer;
}

a.readmore:hover{
  background-color: #fff;
  color: black !important;
  text-decoration: none;
}




.container.text-center{
  max-width: 960px;
}

.container.social-hub h4{
  margin-bottom: 5px;
}

/* Images */
/*
img{
  padding: 50px;
} */


section.automatisierung_stufe img{
  margin-bottom: 50px;
}

/* Social Hub */

section.social-hub .row{
  margin-bottom: 50px;
}

/* Persona */

section.persona .icon{
  max-width: 100px;
}

/* Controller */

section.controller img{
  padding: 20px;
}

section.controller .row{
  margin-bottom: 40px;
}


/* Aufgmented Reality */

section.augmented_reality .overlay{

}


/* Manzelles Fahren */

section.manuelles_fahren_2 {
  position: relative;
}

section.padding-fix{
  padding: 0px;
}

section.manuelles_fahren_2 .overlay{
  width: 25%;
  padding: 30px;
  margin-left: 5%;
  background-color: rgba(0,0,30,1.0);
  bottom: 0px;
}

/* Manuelles Fahren */

section.manuelles_fahren p{
  margin-bottom: 40px;
}


/* Manuell Autonom */
section.manuell_autonom .row, section.autonom_manuell .row{
  margin-bottom: 30px;
}



section.augmented_reality .overlay{
  width: 40%;
  right: 0%;
  bottom: -60px;
}


/* Section Autonom */

section.autonom{
  margin-bottom: 0px;
}


section.augmented_reality{
  margin-top: 0px;
}

/* Overlay */

.overlay-container {
  position: relative;
}

.overlay{
  position: absolute;
}

.margin-top-10{
  margin-top: 10px;
}

.margin-top-20{
  margin-top: 20px;
}

.margin-top-30{
  margin-top: 30px;
}

.margin-top-40{
  margin-top: 40px;
}

.margin-top-100{
  margin-top: 100px;
}

.margin-bottom-60{
  margin-bottom: 60px;
}

::selection {
  background: #C2FF5A; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #C2FF5A; /* Gecko Browsers */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
