@media (max-width:1024px) {
  .unterseite .btn-icon-home {
    font-size: 0;
  }

  .unterseite .btn-icon-home i {
    font-size: 1rem !important;
    margin: 4px;
  }

  .unterseite .btn-icon-home {
    width: 15%;
    margin: 0 7px 12px 0;
    padding: 8px;
    min-width: inherit;
  }

  .unterseite .header-box {
    padding: 30px 10px 0 10px !important;
  }
}

@media (max-width:767px) {

  .sticky-area {
    padding-bottom: 75px;
    z-index: 16;
  }

  .logo-mobile {
    max-width: 80px;
    margin-top: 16px;
  }

  .m-btn-50 {
    width: 47%;
    display: inline-block;
    margin: 0 10px 0 0 !important;
    font-size: 15px;
  }

  .text-mobile-center {
    text-align: center !important;
  }

  .logos img {
    max-height: inherit !important;
    width: inherit !important;
    max-width: 145px;
  }

  .logos {
    padding: 25px !important;
  }

  nav.closed .short-button-menu .btn {
    font-size: 0;
  }

  nav.closed .short-button-menu .btn i {
    font-size: 1rem !important;
  }

  nav.closed .col-spec-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  nav.closed .col-spec-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  nav.closed .btn.btn-secondary,	
  nav.closed .closed-nav {
    display: none;
  }

  nav.closed .btn.btn-light {
    margin-top: 3px !important;
    display: inline-flex;
    width: inherit;
    color: #ee7f01;
    margin-left: 14px;
  }

  nav.closed .btn.btn-light i.mr-3 {
    margin-right: 0 !important;
  }

  header nav.round {
    border-radius:0 !important;
    position: fixed;
    z-index: 1;
  }

  .spacer-home-right {
    min-height: inherit !important;
    background: rgba(255,255,255,0.5);
    margin: -16px -15px 16px -15px;
    padding: 4px 0;
  }

  .adac,
  .company-switch .btn.btn-company {
    background: none !important;
  }
  
  .adac {
    padding-left: 0 !important;
  }

  .unterseite .header-box {
    padding: 30px 0px 0 0px !important;
    margin-bottom: 20px !important;
  }

  .unterseite .btn-icon-home {
    font-size: 0;
  }

  .unterseite .btn-icon-home i {
    font-size: 1rem !important;
    margin: 4px;
  }

  .unterseite .btn-icon-home {
    width: 14%;
    margin: 0 7px 12px 0;
    padding: 8px;
    min-width: inherit;
  }

  .home-icon-menu a:last-child {
    margin-right: 0;
  }
  
  #footer .btn.btn-primary,
  #footer .btn.btn-light,
  #footer .btn.btn-secondary {
    font-size: 21px !important;
    line-height: 37px !important;
    min-height: 50px !important;
  }

  .supercars .spacer-home-right {
    background: none;
    min-height: 200px !important;
  }
  
  .supercars nav.closed .btn.btn-light {
    color: #d0aa50;
  }

  .supercars.unterseite .header-box {
    padding: 30px 5px 0 5px !important;
  }
  
  body.supercars [role="main"] .btn-primary,
  body.supercars .cta .btn-primary {
    padding: 7px 10px 7px 16px !important;
  }

}