/***** Global *****/
html {
    font-size: 16px;
    scroll-behavior: smooth!important;
}

a {
    color: #005691;
}
a:hover {
    color: #0a82d4;
}


/***** Typing plugin *****/
.typing {
    margin: 1rem 0;
    min-height: 65px;
}
.typing .typed-cursor {
    font-size: 2em;
    margin-left: 2px;
}


/***** Locale selector: modal *****/
.locale-select {
    text-align: left;
}
.locale-select span {
    text-decoration: underline;
    cursor: pointer;
}


/***** Navigation & logo *****/


#supergraphic{
 position: absolute; 
    top: 0px !important;
    background: #ddd;
    /*padding-top: 22px !important;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    margin-top: -7px;
 z-index: 999999999999;
}

.sticky2 {
  position: fixed;
  bottom: 0;
  width: 100%;
flex: none;

 z-index: 999999999999;
}

nav .logo{
    position: relative;
    float: left;
    bottom: 0;
    max-height: 150px;
margin-top: 25px;
}
nav .logo-dark{
    display: none;
    float: left;
}
nav .logo.logo-round{ bottom: 20px; }

.fixed-nav{
    position: fixed;
    top: 0px !important;
    background: #fff;
    /*padding-top: 22px !important;*/
}
.fixed-nav .logo-light{ display: none; }
.fixed-nav .logo-dark{ display: flex !important; }
.fixed-nav .menu li a{ color: #000; }


/***** Button *****/
.btn-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
.btn-lng{
    margin-left: 4px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    outline: none;
}
.btn-primary{
    color: rgb(255, 255, 255);
    border: 4px solid rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    transition: background 0.3s ease 0s, color 0.5s ease 0s;
    font-size: 1rem!important;
    font-family: 'bosch_sanslight';
}
.btn-primary:hover{
    color: rgb(0, 0, 0);
    border: 4px solid rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.btn-secondary{
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(0, 0, 0);
    transition: background 0.3s ease 0s, color 0.5s ease 0s;
    font-size: 1rem!important;
    font-family: 'bosch_sanslight';
}
.btn-secondary:hover{
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border: 4px solid rgb(255, 255, 255);
}

/***** Layout design *****/
.logo-wrap {
    // padding: 0 30px;
}

section {
    padding-top: 20px;
    padding-bottom: 111px;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}




section2{
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

section3{
    padding-top: 0px;
    padding-bottom: 111px;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}


section:nth-of-type(even) {
    background: white;
}
.section-grey {
    background: #e2e2e2!important;
}
.section-white {
    background: white!important;;
}
.img-container {
    text-align: center;
}
.img-container img {
    max-height: 400px;
}
/***** Card Component *****/
.card {
    padding: 15px;
}
.card-content {
    padding: 5px;
    /*border-radius: 2px;*/
    /*box-shadow: #ddd 0 0 7px 0;*/
    height: 100%;
}

/***** Utility Classes *****/
.ml-1 {
    margin-left: 1rem;
}
.m-1{
    margin: 1rem;
}
.my-1{
    margin: 1rem 0;
}
.mx-1{
    margin: 0 1rem;
}
.p-1{
    padding: 1rem;
}
.py-1{
    padding: 1rem 0;
}
.px-1{
    padding: 0 1rem;
}
.upper {
    text-transform: uppercase;
}
.upper span {
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.height-100{
    min-height: 100vh;
}

/***** Responsive Classes *****/
@media screen and (min-width: 40em) {
    .headline{
        font-size: 3.2rem;
        line-height: 3.2rem;
color: #005691;

    }
}
