@charset "UTF-8";
/* ---------------------------- */
/* ---------------------------- */
/* ----  CSS Documents  --------*/
/* ----   for Mobile    --------*/
/* ---------------------------- */
/* ---------------------------- */
/* ----    iPhone 4     ------- */
/* ----    Max w320     ------- */
/* ---------------------------- */
/* ---------------------------- */
@media (max-width: 320px) {
  header {
    background: #fff !important;
  }
  .container {
    max-width: 100%;
  }
  .contact_slider_container {
    top: 211px;
  }
  .contact_slider_menu_box_margin_top {
    margin-top: 8px;
  }
  .contact_slider_right {
    margin-right: 8px;
    width: 210px;
  }
  .service-box {
    top: 123px;
    right: 8px;
  }
  .kfz-werkstatt-service-logo-box {
    width: 40px;
    height: 40px;
    margin: 0 4px 0 0;
    padding: 10px 4px;
  }
  .kfz-werkstatt-service-logo-box h5 {
    font: 11px BMW Type Web Bold All !important;
  }
  .mini-service-logo-box {
    width: 80px;
    height: 80px;
    margin: 0 0 0 4px;
    padding: 10px 4px;
  }
  .mini-service-logo-box h5 {
    font: 11px BMW Type Web Bold All !important;
  }
  .navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  ul.navbar-nav {
    margin-left: 0;
    padding-bottom: 20px;
  }
  .navbar-toggler-icon {
    background-color: #BBB !important;
  }
  .navbar-collapse {
    background-color: #FFF;
    padding-top: 20px;
    margin-top: 9px;
  }
  .navbar-toggler {
    padding: 0.25rem 1.25rem;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding-left: 20px;
  }
  .navbar-collapse a.nav-link, .navbar-collapse a.nav-link:hover, .navbar-collapse a.nav-link:link, .navbar-collapse a.nav-link:active, .navbar-collapse a.nav-link:visited {
    color: #212529;
  }
  .dropdown-menu {
    background-color: transparent;
    height: 80px;
    padding-top: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: -20px;
  }
  .logo {
    width: 200px;
  }
  .intro {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
  }
  .intro .column {
    width: 100%;
    bottom: 174px;
    padding-top: 0;
  }
  .intro-title-box-bg {
    min-height: 136px;
    padding: 10px;
  }
  .intro-title-box {
    padding: 10px;
  }
  .intro-title-box h1 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 12px;
    padding: 0 0 0 22px;
  }
  .intro-title-box p {
    width: 100%;
    padding: 0 0 0 22px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .about {
    display: grid;
  }
  .about .thumbnail {
    width: 100%;
    min-height: 360px;
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
  }
  .about .thumbnail:first-child, .about .thumbnail:last-child {
    margin: 0 10px 20px 10px;
  }
  .box-btn-about-card {
    bottom: 0;
  }
  .btn-about-card {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: none;
  }
  .about .thumbnail p.text_column {
    line-height: 20px;
    padding: 20px;
    font-size: 15px;
    color: #333;
  }
  .bannercontent {
    background-image: url("../images/InProQ-GM-GmbH-Maschine-Ettlingen-Zahnradmesstechnik.jpg");
    background-position: 25% 50%;
  }
  hgroup {
    margin: 60px 0;
    padding: 0;
  }
  .banner {
    height: auto;
    max-height: 350px;
    background-attachment: scroll;
    background-position: 55% 50%;
  }
  .banner .column {
    display: none;
  }
  .title-section {
    margin: 0;
    padding: 0px 15px;
    font-size: 28px;
  }
  footer {
    display: grid;
    justify-content: flex-start;
  }
  footer h3 {
    font-size: 18px;
  }
  footer .column:first-child {
    width: 92%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-left: 4%;
    margin-right: 4%;
  }
  footer .column {
    max-width: 92%;
    width: 92%;
    padding: 20px 0 0 0;
    margin-left: 4%;
    margin-right: 4%;
  }
  .time-info {
    border-spacing: 5px;
  }
  .time-info th {
    border-bottom: none;
  }
  .time-info td {
    padding-right: 5px;
  }
  .copyright {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .hg-title-about-us {
    margin: 140px 0 50px 0;
  }
  .section-about-us {
    width: 94%;
  }
  article.about-us-top {
    display: grid;
  }
  .about-us-top-box {
    width: 100%;
  }
  .top-photo-about-us {
    width: 100%;
  }
  .top-photo-about-us img {
    width: 100%;
    margin-left: 95px;
  }
  .title-in-top-photo {
    bottom: 11px;
    left: 95px;
  }
  .title-in-top-photo h3 {
    padding: 6px 6px 6px 40px;
    text-align: right;
    font: 12px BMW Type Web Bold All;
  }
  .about-us-top .col-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 65px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .section-about-us .text-left {
    padding-left: 95px;
  }
  .section-about-us .mt-5 {
    margin-top: 1rem !important;
  }
  article.about-us-middle {
    display: grid;
  }
  .about-us-middle .col-10 p {
    display: none;
  }
  .about-us-middle .d-inline-flex {
    padding-left: 86px;
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .section-about-us article.text-center .d-inline-flex {
    padding-left: 86px;
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .career-bottom-box {
    width: 100%;
    margin-left: 95px;
    position: relative;
  }
  .career-bottom-right-box {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
  .career-bottom-right-box h3 {
    font: 20px BMW Type Web Bold All;
  }
  .career-bottom-right-box p {
    width: 460px;
    margin: 0 40px;
    padding: 6px 0;
    color: #fff;
  }
  .bottom-photo-career {
    width: 100%;
  }
  .bottom-photo-career img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
  .title-in-bottom-photo h3 {
    font: 12px BMW Type Web Bold All;
  }
  article.about-us-bottom {
    display: grid;
  }
  .about-us-bottom-box {
    width: 90%;
  }
  .sticky-sales-bar-item:nth-child(2) {
    visibility: hidden;
    display: none;
  }
}