@media only screen and (max-width: 768px){
    .supergraphic {
        height: 16px;
        width: 100%;
        background-image: url(../images/supergraphic_mobile.png) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .logo{
        width: 120px !important;   
    }

    .title {
        padding-top: 11% !important;
    }

    .title > h4{
        font-size: 1.1rem !important;
    }

    .head-title {
        font-size: 1.75rem !important;
    }

    .head-subtitle{
        font-size: 1.15rem !important;
    }

    .navbar-toggler{
        margin-bottom: 10px !important;
    }

    .head-line {
        padding-top: 80px !important;
    }

    .footer-list > li{
        display: block !important;
        margin-right: 10px;
    }

    .footer-list > li > a:hover{
        color: #525F6B;
        text-decoration: none;
    }

}

@font-face{
  font-family: Bosch Sans;
  src: url("../font/BoschSans-Regular.otf") format("opentype");
}

@font-face{
  font-family: Bosch Sans Medium;
  src: url("../font/BoschSans-Medium.woff");
}

@font-face{
  font-family: Bosch Sans Light;
  src: url("../font/BoschSans-Light.woff");
}

*, html, body {
  font-family: Bosch Sans Light;
  color: #333;
}

iframe{
    width: 100%;
    border: none;
    overflow: hidden; 
}

#main{
    padding-top: 15px;
    padding-bottom: 15px;
}

a{
    color: #005691;
}

b{
    font-family: Bosch Sans Medium;
    font-weight: 900 !important;
    font-size: 1.1rem;
}

.logo{
    padding-top: 25px;
    padding-left: 0;
    width: 170px;
}

.title{
    float: right;
    padding-top: 5%;
}

.logo-title{
    margin-bottom: 15px;
}

.navbar{
    padding-bottom: 0 !important;
}

.navbar-brand {
  padding-bottom: 0;
}

.navbar-menu-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.navbar-menu-underline:active{
    color: #005691;
}

.navbar-nav > li:hover{
    color: #333;
    cursor: pointer;
}

.footer-list > li:hover{
    color: #005691;
    cursor: pointer;
} 

.navbar-menu-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005691;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-menu-underline:hover:before,
.navbar-menu-underline:focus:before,
.navbar-menu-underline:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

hr{
    margin: 0 !important;
}

.btn-bosch:hover{
  color: #fff;
  background-color: #419498;
  border-color: #419498;
}

.banner-light{
    background: url(../images/Bosch-Supergraphic-Gray-Light-RGB.png) no-repeat center 5%;
    background-size: cover;
    position: relative;
    clear: both;
    margin-bottom: 100px;
    width: 100%;
    height: 300px;
}

.head-line{
    padding-top: 60px;
}

.head-title{
    font-size: 3.75rem !important;
    margin-bottom: 2px; 
}

.subtitle{
    margin-top: 30px;
    margin-bottom: 30px;
}

.supergraphic {
    height: 16px;
    width: 100%;
    background-image: url(../images/supergraphic.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.text-center{
    text-align: center;
}

footer{
    margin-bottom: 10px;
}

.footer-list{
    margin-top: 30px;
    padding: 0;
    margin-bottom: 0;
}

.footer-list > li{
    display: inline;
    margin-right: 10px;
}

.footer-list > li > a:hover{
    color: #525F6B;
    text-decoration: none;
}

.footer-list > li > b:hover{
    color: #333;
    cursor: context-menu;
}

.bosch-copyright{
    font-weight: bolder !important;
    font-size: .9rem !important;
}
