@import "https://use.typekit.net/mzq5csn.css";
.thin {
  font-family: zeitung-micro, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.extralight {
  font-family: zeitung-micro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.light {
  font-family: zeitung-micro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.regular {
  font-family: zeitung-micro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.semibold {
  font-family: zeitung-micro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: zeitung-micro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.testimonials-top {
  padding: 50px;
  background-image: url("../../../images/2024/testimonials/Testimonials.jpg");
  background-position-y: center;
}
.testimonials-top .testimonials-header {
  letter-spacing: initial;
  text-align: center;
  color: white;
}
.testimonials-top .arrow-left, .testimonials-top .arrow-right {
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-top .arrow-left img, .testimonials-top .arrow-right img {
  width: 50px;
  height: 50px;
}
.testimonials-top .arrow-right {
  right: 5%;
  left: unset;
}
.testimonials-top #TESTIMONIALS_WRAPPER {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  overflow: hidden;
  padding-top: 50px;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider {
  position: relative;
  transition: left 1s ease-in-out;
  display: flex;
  width: 400%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="1"] {
  left: 0;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="2"] {
  left: -100%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="3"] {
  left: -200%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="4"] {
  left: -300%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="5"] {
  left: -400%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="6"] {
  left: -500%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="7"] {
  left: -600%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="8"] {
  left: -700%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="9"] {
  left: -800%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider[data-slide="10"] {
  left: -900%;
}
.testimonials-top #TESTIMONIALS_WRAPPER #testimonials-slider p {
  display: none;
}
.testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
.testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -50px;
  color: white;
  font-style: italic;
  font-size: 400%;
}
.testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial .text {
  background: rgba(243, 243, 243, 0.831372549);
  padding: 25px;
  font-style: italic;
  min-height: 80%;
}
.testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial h5 {
  text-align: right;
  color: white;
  margin-top: 15px;
  text-transform: initial;
  letter-spacing: inherit;
}
.testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial h5 span {
  display: block;
  font-weight: 600;
}

body {
  font-family: zeitung-micro, "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

b, strong {
  font-weight: 400 !important;
}

p, a {
  font-family: zeitung-micro, "Open Sans";
}

a:hover {
  text-decoration: none;
}

div, html, a, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .bebasneue {
  font-family: zeitung-micro, "bebas_neue_regularregular" !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h2 {
  font-size: 24px;
}

.bebasneueBold {
  font-family: zeitung-micro, "bebas_neuebold" !important;
  font-weight: 600;
}

.badge_truncated {
  background: none !important;
  padding: 0 !important;
}

#globalModal .modal-content #overlayform {
  padding: 0 15px 15px 15px;
}
#globalModal .modal-content #overlayform h2 {
  margin: 10px 0 10px;
}

#bottommenu a {
  text-transform: uppercase;
}

.navbar-default .navbar-nav li a {
  font-size: 16px;
  font-family: zeitung-micro, "bebas_neuebold" !important;
  font-weight: 300;
  line-height: 23px;
  text-shadow: 0px 0px 5px black;
}

.navbar-default .navbar-nav li.first-level:hover {
  background: none;
}

.fullwidth .item-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fullwidth form {
  padding-bottom: 110px;
}
.fullwidth .article-info {
  display: none;
}
.fullwidth .rodo-bordered {
  margin-bottom: 2rem;
}
.fullwidth .contact-container label {
  width: 100%;
}
.fullwidth .page-header, .fullwidth .rodo-bordered {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  .desktop-flex {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}
@media (max-width: 768px) {
  #isuzu-menu {
    display: block;
  }
  #isuzu-menu #topmenu {
    display: none;
  }
  #isuzu-menu .mod-languages {
    position: absolute;
    right: 85px;
    top: 0;
  }
  .fullwidth form {
    padding-bottom: 160px;
  }
}
@media (max-width: 600px) {
  .fullwidth form {
    padding-bottom: 200px;
  }
}
.branch-panel .dealt-cars {
  display: flex;
  align-items: center;
}
.branch-panel .dealt-cars img {
  width: 50px;
  height: 100%;
}
.branch-panel .dealt-cars img:first-child {
  margin-right: 10px;
}

.find-dealer-top-2020 input {
  width: 10vw;
  margin-top: 0;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  font-size: 13px;
  line-height: 100%;
  padding: 0;
  height: auto;
  color: white;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: -1px;
}
.find-dealer-top-2020 a {
  padding: 10px 15px;
}

.navbar-logo {
  height: 80%;
}

.navbar-brand img {
  height: 80%;
  margin: 5px;
}

nav.navbar {
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

#dealer_clear {
  display: inline;
  color: transparent;
}
#dealer_clear.active {
  color: white;
}

footer .container {
  width: 100%;
}

.fp-tableCell {
  width: 100vw !important;
}

#fp-nav ul li .fp-tooltip {
  font-family: zeitung-micro !important;
  top: -6px !important;
}
#fp-nav ul a span {
  background: white !important;
  border-radius: 0% !important;
}
#fp-nav ul a:hover span {
  background: red !important;
  width: 15px !important;
  height: 15px !important;
  margin: -7px 0 0 -7px !important;
}

.slideout-menu .nav {
  margin-top: 50px;
}
.slideout-menu .nav > li > a {
  text-transform: uppercase;
  color: #202020;
  font-size: 2vh;
  padding: 2vh 0vw 2vh 2vw;
  font-weight: 500;
}
.slideout-menu .nav > li > a:hover {
  background: none;
}
.slideout-menu .nav > li.active > a {
  border-left: 2px solid black;
  padding-left: calc(2vw - 2px);
  background: none;
}
.slideout-menu .nav > li.active ul li a:hover {
  background: #eee;
}
.slideout-menu {
  background: white;
}

.home-icon img {
  height: 43px;
  margin-left: 2.2vw;
}

.mainmenu-block #topmenu li.dropdown.parent {
  position: relative;
}
.mainmenu-block #topmenu .submenu {
  right: unset;
  width: auto;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  border: none;
}
.mainmenu-block #topmenu .submenu li {
  width: auto !important;
  height: auto;
  display: block;
  margin-right: auto;
}
.mainmenu-block #topmenu .submenu li:hover {
  background: transparent;
}
.mainmenu-block #topmenu .submenu li a {
  color: white;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: zeitung-micro, "bebas_neuebold" !important;
  font-weight: 300;
  line-height: 23px;
  text-shadow: 0px 0px 5px black;
}
.mainmenu-block #topmenu .submenu li a:hover {
  background: transparent;
}

/* submenu */
.submenu.container {
  width: 100%;
}
.submenu.container.dropdown-menu {
  position: relative;
  border: none;
  background: none;
}
.submenu.container.dropdown-menu li a {
  font-weight: 300;
  font-size: 2vh;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 1.2vh 0vw 2.2vh 2vw;
  color: #202020;
}
.submenu.container.dropdown-menu li a:hover {
  background: none;
}
.submenu.container.dropdown-menu li a img {
  float: right;
  margin-right: 1vw;
  width: 130px;
  height: auto;
}

#rightmenu .submenu.container.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#style-video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1400px) {
  .testimonials-top #TESTIMONIALS_WRAPPER {
    max-width: unset;
    width: 80%;
  }
}
@media (max-width: 1200px) {
  #globalModal .modal-content #overlayform {
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  .testimonials-top {
    max-width: 100vw;
    max-height: 100vh;
    padding: 25px;
    height: 100vh;
  }
  .testimonials-top .arrow-left, .testimonials-top .arrow-right {
    width: 25px;
    height: 25px;
  }
  .testimonials-top .arrow-left {
    left: 0%;
  }
  .testimonials-top .arrow-right {
    right: 0%;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER {
    padding-top: 25px;
    width: 95%;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial .text {
    padding: 15px;
  }
  .slideout-menu .nav {
    margin-top: 25px;
  }
  .slideout-menu .nav > li > a {
    font-size: 2.5vh;
    padding: 1.2vh 0vw 1.2vh calc(10vw - 2px) !important;
    font-weight: 500;
  }
  .slideout-menu .nav > li ul li a {
    padding: 1.2vh 0vw 1.2vh calc(10vw - 2px) !important;
  }
  .home-icon img {
    margin-left: 10vw;
  }
  .home .fp-tooltip {
    display: none !important;
  }
  #bottommenu {
    LI: last-child;
    float: left !important;
  }
}
@media (max-width: 350px) {
  .testimonials-top .testimonials-header {
    margin-top: 35px;
    font-size: 2rem;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER {
    padding-top: 0;
    width: 97%;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER .text {
    font-size: 10px;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER h5 {
    font-size: 12px;
  }
  .testimonials-top #TESTIMONIALS_WRAPPER .single-testimonial::before {
    display: none;
  }
}/*# sourceMappingURL=isuzu-2020.css.map */