@font-face {
  font-family: "toyotadisplay_bd";
  src: url(/fonts/toyotadisplay_bd.eot);
  src: url(/fonts/toyotadisplay_bd.eot?#iefix) format("embedded-opentype"), url(/fonts/toyotadisplay_bd.woff) format("woff"), url(/fonts/toyotadisplay_bd.ttf) format("truetype"), url(/fonts/toyotadisplay_bd.svg) format("svg");
}
@font-face {
  font-family: "toyotadisplay_rg";
  src: url(/fonts/toyotadisplay_rg.eot);
  src: url(/fonts/toyotadisplay_rg.eot?#iefix) format("embedded-opentype"), url(/fonts/toyotadisplay_rg.woff) format("woff"), url(/fonts/toyotadisplay_rg.ttf) format("truetype"), url(/fonts/toyotadisplay_rg.svg) format("svg");
}
html,
body {
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}
body.no-overflow {
  overflow: hidden;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 0 1rem;
  margin: 0 auto;
}
nav,
footer {
  background: #FFF;
  line-height: 1;
  min-height: 80px;
}
nav ul,
footer ul {
  float: right;
  max-width: none;
}
nav ul li,
footer ul li {
  float: left;
  margin-left: 2rem;
  position: relative;
}
nav ul li.active a,
footer ul li.active a {
  color: #969696;
}
nav ul li.active ul li a,
footer ul li.active ul li a {
  color: #000;
}
nav ul li:first-of-type,
footer ul li:first-of-type {
  margin-left: 0;
}
nav ul li a,
footer ul li a {
  display: block;
  padding: 2rem 0;
}
nav ul li a.btn,
footer ul li a.btn {
  margin-top: 1rem;
}
nav ul li a.dropdown-link,
footer ul li a.dropdown-link {
  position: relative;
  padding-right: 1rem;
}
nav ul li a.dropdown-link i,
footer ul li a.dropdown-link i {
  position: absolute;
  top: 31px;
  right: 0;
}
nav ul li ul,
footer ul li ul {
  display: none;
  position: absolute;
  top: 5rem;
  left: -1rem;
  background: #FFF;
  z-index: 150;
  border: 1px solid #ECEFF1;
}
nav ul li ul li,
footer ul li ul li {
  margin: 0;
  width: 100%;
}
nav ul li ul li a,
footer ul li ul li a {
  padding: 1rem;
}
nav ul li:hover ul,
footer ul li:hover ul {
  display: block;
}
nav #mobile-menu-icon,
footer #mobile-menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  float: right;
  margin-top: 1.75rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
nav #mobile-menu-icon:hover,
footer #mobile-menu-icon:hover {
  color: #D2001E;
}
@media (min-width: 1001px) {
  nav ul {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  nav ul {
    display: none;
    float: none;
    position: absolute;
    background: #FFF;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 80px;
    margin-top: 80px;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 1rem;
    border-top: 1px solid #ECEFF1;
    border-bottom: 1px solid #ECEFF1;
    text-align: right;
  }
  nav ul li {
    float: none;
    display: inline-block;
  }
  nav #mobile-menu-icon {
    display: block;
  }
}
@media (max-width: 640px) {
  nav ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  nav ul li a {
    padding: 1.5rem 0;
  }
  nav ul li a.btn {
    margin-bottom: 1.5rem;
  }
}
.logo {
  float: left;
}
.logo img {
  height: 2rem;
  padding: 2rem 0;
}
.logo img:hover {
  opacity: .6;
}
.logo span {
  font-size: 1.25rem;
  position: relative;
  top: -2rem;
  left: .5rem;
}
nav .logo img,
footer .logo img {
  padding: 1.4rem 0;
}
.btn,
.btn-default,
.btn-white {
  display: inline-block;
  line-height: 1;
  height: 3rem;
  box-sizing: border-box;
  border: none;
  background: #babdbf;
  font-size: 1rem;
  font-family: sans-serif;
  padding: 1rem 2rem;
  cursor: pointer;
  margin-bottom: .5rem;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn.btn-above,
.btn-default.btn-above,
.btn-white.btn-above {
  padding: 1rem 1rem;
}
.btn:hover,
.btn-default:hover,
.btn-white:hover {
  background: #888b8d;
}
.btn.btn-transparent,
.btn-default.btn-transparent,
.btn-white.btn-transparent {
  background: none;
  color: #000;
  margin: 0 !important;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.btn.btn-transparent:hover,
.btn-default.btn-transparent:hover,
.btn-white.btn-transparent:hover {
  background: none;
  color: #888b8d;
}
.btn i,
.btn-default i,
.btn-white i {
  margin-right: .5rem;
}
.btn.btn-white {
  background: #FFF;
  color: #D2001E;
}
.btn.btn-white:hover {
  background: #f5f5f5;
  color: #D2001E !important;
}
h1,
h2,
h3 {
  font-size: 2rem;
  font-size: 6vw;
  font-family: "toyotadisplay_bd";
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
h1 span.name,
h2 span.name,
h3 span.name {
  display: block;
  font-family: "toyotadisplay_bd";
  color: #808080;
  font-size: 1.5rem;
  margin-top: .5rem;
}
h1 span.price,
h2 span.price {
  display: block;
}
@media (max-width: 540px) {
  h1,
  h2 {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) {
  h1,
  h2 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
h2 a {
  color: #b1bec6;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
h3 span.price {
  display: block;
}
h3 span.name {
  font-size: 1rem;
}
.footercenter {
  text-align: center;
}
p {
  margin-bottom: 1.5rem;
  max-width: 700px;
}
.footerp {
  max-width: 100%;
  text-align: center;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #969696 !important;
}
a:hover.btn {
  color: #FFF !important;
}
a.dark-btn:hover {
  color: #888b8d !important;
}
strong,
b {
  font-family: "toyotadisplay_bd";
}
.list {
  padding-left: 20px;
  list-style: disc;
}
header {
  width: 100%;
  background: #eee;
  position: relative;
}
header h1 {
  margin: 0;
  font-size: 3rem;
  color: #FFF;
  line-height: 4rem;
  position: absolute;
  bottom: 10rem;
  z-index: 1;
}
header .wrapper {
  height: 100%;
}
header .video-wrapper {
  width: 100%;
  height: 31.5625vw;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
}
header .video-wrapper video {
  width: 100%;
}
header.header-img {
  height: auto;
}
header.header-img img {
  display: block;
  width: 100%;
}
.big-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -80px;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap;
}
.big-nav a {
  display: block;
  width: calc(100% / 4 - 1rem);
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  padding: 1.5rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  margin: .5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.big-nav a:hover {
  color: #000 !important;
}
.big-nav a:hover .btn-default {
  background: #D2001E;
  color: #FFF;
}
.big-nav a:hover svg path:not(.fill_yellow) {
  fill: #D2001E !important;
}
.big-nav a:hover .fill_yellow {
  fill: #ffe600 !important;
}
.big-nav a:hover .fill_black {
  fill: #000000 !important;
}
.big-nav img,
.big-nav svg {
  width: 48px;
  height: 48px;
}
.big-nav svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.big-nav .btn,
.big-nav p,
.big-nav img,
.big-nav svg {
  display: block;
  margin: 0 auto;
}
.big-nav .btn {
  height: auto;
}
.big-nav p {
  margin: 2rem 0;
  font-size: 1.25rem;
  font-family: "toyotadisplay_bd";
}
@media (max-width: 900px) {
  .big-nav a {
    width: calc(100% / 2 - 1rem);
  }
}
@media (max-width: 650px) {
  .big-nav {
    top: -40px;
  }
  .big-nav a {
    width: 100%;
    margin: .5rem 0;
  }
  .big-nav p {
    margin: 1rem 0;
  }
}
.intro {
  background: #ECEFF1;
  font-size: 1.25rem;
}
.intro .intro-txt {
  padding-bottom: 5rem;
}
.banner {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
.box {
  position: relative;
}
.box .top-img {
  display: block;
  width: calc(100% + 2rem);
  margin: -1rem -1rem 1rem;
    height: calc(100% + 2rem);
    object-fit: cover;
}
.box h3 {
  margin-top: 1rem;
}
.same-size {
  margin-bottom: -1rem !important;
}
.box-wrapper {
  overflow: hidden;
  display: flex;
  margin: 2rem 0;
  justify-content: space-between;
}
.box-wrapper .box {
  flex-grow: unset;
  background: #ECEFF1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1rem;
}
.box-wrapper .box .caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.25rem;
}
.box-wrapper .box .caption strong {
  font-size: 2rem;
  font-family: "toyotadisplay_bd";
  display: block;
}
.box-wrapper .box .caption p {
  width: 60%;
  margin: 0;
}
.box-wrapper .box .caption a {
  color: #FFF;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
  font-size: 1rem;
}
.box-wrapper.box-wrapper-wrap {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.box-wrapper.box-wrapper-wrap .box {
  width: calc(100% / 3 - 2rem);
}
@media (max-width: 1023px) {
  .box-wrapper.box-wrapper-wrap .box {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 650px) {
  .box-wrapper.box-wrapper-wrap .box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .box-wrapper.box-wrapper-wrap.box-wrapper-50 .box {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
.box-wrapper.box-wrapper-wrap.box-wrapper-wrap-5 .box {
  max-width: calc(20% - 2rem);
}
@media (max-width: 1023px) {
  .box-wrapper.box-wrapper-wrap.box-wrapper-wrap-5 .box {
    max-width: calc(25% - 2rem);
  }
}
@media (max-width: 800px) {
  .box-wrapper.box-wrapper-wrap.box-wrapper-wrap-5 .box {
    max-width: calc(100% / 3 - 2rem);
  }
}
@media (max-width: 550px) {
  .box-wrapper.box-wrapper-wrap.box-wrapper-wrap-5 .box {
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 380px) {
  .box-wrapper.box-wrapper-wrap.box-wrapper-wrap-5 .box {
    max-width: 100%;
  }
}
.box-wrapper.box-wrapper-50 .box {
  width: calc(50% - 1rem) !important;
}
.box-wrapper.box-wrapper-100 .box {
  width: 100% !important;
}
img.img-left {
  float: left;
  margin-right: 1rem;
}
@media (max-width: 920px) {
  img.img-left {
    float: unset;
  }
}
.footer-banner {
  background: #ECEFF1;
  padding: 2rem 0 2rem;
}
.footer-banner .testdrive-banner {
  background: #D2001E;
  color: #FFF;
  height: calc(100% + 14rem);
  padding: 1rem;
  margin: -5rem auto 0;
  box-sizing: border-box;
  width: 280px;
  text-align: center;
  display: flex;
  align-items: center;
}
.footer-banner .testdrive-banner .btn {
  display: block;
}
.footer-banner .box-wrapper,
.footer-banner .box {
  overflow: visible !important;
}
@media (max-width: 650px) {
  .footer-banner {
    padding: 2rem 0;
  }
  .footer-banner .lower-box {
    margin-top: 5rem;
  }
  .footer-banner .testdrive-banner {
    width: 100%;
    height: auto;
    padding: 3rem 1rem;
  }
  .footer-banner .testdrive-banner div {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .lower-box {
    margin-top: 7rem;
  }
  .wrap {
    text-align: center;
  }
}
footer {
  padding: 3rem 0;
}
.txt-big {
  font-size: 1.25rem;
}
.slideshow {
  margin-bottom: 8rem;
  max-height: 325px !important;
}
.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 2rem;
  margin-top: -1rem;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  line-height: 32px;
  padding: 10px;
  width: 30px;
  height: 30px;
  color: black;
  background-color: #ECEFF1;
  border-radius: 50%;
  text-align: center;
}
.slick-arrow.fa-chevron-left {
  left: 20px;
  text-align: start;
}
.slick-arrow.fa-chevron-right {
  right: 20px;
  text-align: end;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-list {
  overflow: visible;
}
.slick-slide {
  height: 325px;
  max-height: 325px !important;
  position: relative;
}
.slick-slide .caption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(236, 239, 241, 0.8);
  margin: 0;
  box-sizing: border-box;
  padding: 1rem;
  opacity: .4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-slide .caption.caption-small {
  max-width: 240px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(236, 239, 241, 0.5);
}
.slick-slide .caption.caption-small .btn {
  margin: 0;
}
.slick-slide .caption span {
  display: block;
  margin-bottom: 1rem;
}
.slick-slide .caption span.caption-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.slick-slide:hover .caption {
  opacity: 1;
}
@media (min-width: 1001px) {
  .left-center-more-button {
    left: 20% !important;
    bottom: 38% !important;
  }
  .left-bottom-more-button {
    left: 20% !important;
    bottom: 25% !important;
  }
  .above-center-more-button {
    bottom: 55% !important;
  }
  .right-bottom-more-button {
    left: 68% !important;
  }
}
@media (max-width: 1000px) {
  header.slick-slider {
    overflow: visible;
    margin-bottom: 4rem;
  }
  .slick-slide .caption {
    bottom: -6rem;
    opacity: 1;
  }
  .wrapper-news {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 700px) {
  .slick-slide .caption {
    bottom: auto;
    max-width: none;
    left: 0;
    transform: none;
  }
  .slick-slide .caption span.caption-title {
    font-size: 1.2rem;
  }
  .slick-slide .caption.caption-small {
    max-width: none;
  }
}
.slick-slider {
  outline: none !important;
}
.slick-slider * {
  outline: none !important;
}
.business-plus {
  margin-left: 2rem;
}
.box.videobox .top-img {
  margin: -1rem -1rem;
}
@media (max-width: 1000px) {
  .box-wrapper .box .caption .btn {
    position: static;
    width: 100%;
    margin: 0;
  }
  .box-wrapper .box .caption p {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .box-wrapper .box .caption p strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .box-wrapper .box .caption p {
    font-size: .8rem;
  }
  .box-wrapper .box .caption p strong {
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) {
  .box-wrapper.box-wrapper-50 .videobox {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  footer {
    padding: 1rem 0;
  }
  .business-plus {
    margin-left: 1rem;
  }
}
@media (max-width: 420px) {
  .business-plus {
    display: none;
  }
}
.spacing {
  padding-bottom: 13rem;
  margin-top: 0;
}
.top-border {
  border-top: 2px solid black;
}
.slideshow-responsive .image-big,
.slideshow-responsive .image-small {
  width: 100% !important;
}
.slideshow-responsive .image-small {
  display: none !important;
}
@media (max-width: 700px) {
  .slideshow-responsive {
    margin-bottom: 2rem !important;
  }
  .slideshow-responsive .image-small {
    display: block !important;
  }
  .slideshow-responsive .image-big {
    display: none !important;
  }
  .slideshow-responsive .slick-slide .caption {
    position: static;
  }
  .slideshow-responsive .slick-slide .caption-double .caption {
    display: block;
    width: 50%;
    float: left;
  }
}
@media (max-width: 700px) {
  .slideshow-responsive,
  .slideshow-responsive.main-slider div,
  .slideshow-responsive .slick-slide {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .slick-arrow {
    font-size: 1rem;
    line-height: 16px;
    width: 15px;
    height: 15px;
  }
  .slideshow-responsive .slick-arrow {
    color: #FFF;
    text-shadow: 0 0 5px #000;
    margin-top: -2rem;
  }
}
.big-nav {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: -80px;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap;
}
.intro .intro-txt {
	text-align: center;
	margin: 0 auto;
  padding-bottom: 5rem;
}
.box-wrapper .box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.25rem;
}
html,
body {
  width: 100%;
  min-height: 100%;
  position: relative;
}
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fafafa;
  color: #282830;
}
.hintergrund {
	background: #ECEFF1;
}.hintergrund2 {
	background: #ECEFF1;
	padding-bottom: 100px;
}
.wrapper {
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.submit_button{
	padding-top: 32px;
	padding-left: 38px;
}
.box-wrapper {
  overflow: hidden;
  display: flex;
  margin: 0rem -1rem;
  padding: 1rem 0 0 0;
}
.box-wrapper.box-wrapper-50 .box {
  width: calc(50% - 2rem) !important;
  flex-grow: unset;
}
.box-wrapper.box-wrapper-wrap {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.box-wrapper.box-wrapper-wrap .box {
  margin-bottom: 2rem;
  width: calc(100% / 3 - 2rem);
}
.clear {
  clear: both;
}
.btn-default,
.btn-white,
.btn-transparent {
  display: inline-block;
  line-height: 1;
  height: 3rem;
  box-sizing: border-box;
  border: none;
  background: #babdbf;
  font-size: 0.9rem;
  font-family: sans-serif;
  padding: 1rem 2rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn {
  display: inline-block;
  line-height: 1;
  height: 3rem;
  box-sizing: border-box;
  border: none;
  background: #babdbf;
  font-size: 0.9rem;
  font-family: sans-serif;
  padding: 1rem 2rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo {
  float: left;
}
.logo img {
  height: 3rem;
  padding: 2rem 0;
}
nav .logo img {
  padding: 0.9rem;
}
img.img-left {
  float: left;
  margin-right: 1rem;
}
form.form {
  width: 100%;
  max-width: 700px;
}
form.form input {
  height: 1rem;
  border: 1px solid #d8dbdd;
}
form.form select {
  height: 3rem;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
}
form.form input,
form.form select,
form.form textarea {
  line-height: 1;
  background: #ECEFF1;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: block;
  border: 1px solid #d8dbdd;
  border-radius: 3px;
}
form.form button {
  display: inline-block;
  border-radius: 3px;
  -webkit-appearance: none;
}
form.form select {
  padding: 0 1rem;
}
.test {
	padding-top: 50px;
}
form.form .form-group {
  overflow: hidden;
  padding-bottom: 1rem;
}
form.form .form-group label,
form.form .form-group input,
form.form .form-group select {
  float: left;
}
form.form .form-group label {
  display: flex;
  align-items: center;
  height: 3rem;
  font-weight: bold;
  width: 25%;
  box-sizing: border-box;
  padding-right: 1rem;
}
form.form .form-group label {
  max-width: calc(75% - 2rem);
}
form.form .form-group select {
  width: 100%;
  background: white;
}
form.gebrauchtwagen-form {
  max-width: none;
  margin: 0 -1rem 2rem;
  width: calc(100% + 2rem);
}
form.gebrauchtwagen-form .form-group {
  width: 25%;
  box-sizing: border-box;
  padding: 0 1rem;
}
form.gebrauchtwagen-form .form-group label,
form.gebrauchtwagen-form .form-group input,
form.gebrauchtwagen-form .form-group select {
  width: 100%;
}
form.gebrauchtwagen-form .form-group select {
  cursor: pointer;
}
form.gebrauchtwagen-form .btn {
  margin: 1rem 0 0 1rem;
  width: initial;
}
.box {
  box-sizing: border-box;
  padding: 1rem;
  margin: 0 1rem;
  flex-grow: 1;
  border-radius: 3px;
  background: white;
}
h1,
h2,
h3 {
  font-size: 2rem;
  font-size: 6vw;
  font-family: "toyotadisplay_bd";
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
h1 span.price,
h2 span.price {
  display: block;
}
@media (max-width: 540px) {
  h1,
  h2 {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) {
  h1,
  h2 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1.5rem;
  max-width: 700px;
}
a {
  color: #282830;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #bebec6 !important;
}
a:hover.btn {
  color: #FFF !important;
}
strong,
b {
  font-family: "toyotadisplay_bd";
}
ul {
  margin-bottom: 1rem;
  max-width: 700px;
}
ul:last-of-type {
  margin-bottom: 0;
}
.txt-big {
  font-size: 2rem;
}
nav,
footer {
  background: #FFF;
  line-height: 1;
  min-height: 80px;
}
nav ul,
footer ul {
  float: right;
  max-width: none;
}
nav ul li,
footer ul li {
  float: left;
  margin-left: 2rem;
  position: relative;
}
nav ul li:first-of-type,
footer ul li:first-of-type {
  margin-left: 0;
}
nav ul li a,
footer ul li a {
  display: block;
  padding: 2rem 0;
}
nav ul li a.btn,
footer ul li a.btn {
  margin-top: 1rem;
}
nav #mobile-menu-icon,
footer #mobile-menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  float: right;
  margin-top: 1.75rem;
}
@media (min-width: 961px) {
  nav ul.nav-wrapper {
    display: block !important;
  }
}
header {
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 2rem;
  margin-top: -1rem;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  line-height: 32px;
  padding: 10px;
  width: 30px;
  height: 30px;
  color: #282830;
  background-color: #ECEFF1;
  border-radius: 50%;
  text-align: center;
}
.slick-arrow.fa-chevron-left {
  left: 20px;
  text-align: start;
}
.slick-arrow.fa-chevron-right {
  right: 20px;
  text-align: end;
}
.slick-list {
  overflow: visible;
}
.slick-slide {
  height: 400px;
  position: relative;
}
.slick-slide .caption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  box-sizing: border-box;
  padding: 1rem;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-slide .caption.caption-small {
  max-width: 240px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(236, 239, 241, 0.5);
}
.slick-slide .caption.caption-small .btn {
  margin: 0;
}
.slick-slider {
  outline: none !important;
}
.slick-slider * {
  outline: none !important;
}
.slideshow-responsive .image-small {
  width: 100% !important;
}
.slideshow-responsive .image-big {
  width: 100% !important;
}
.slideshow-responsive .image-small {
  display: none !important;
}
footer {
  background: #FFF;
  overflow: hidden;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
}
header video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.subheadline_home {
  color: #282830 !important;
  text-align: center !important;
  font-size: 40px !important;
  /*margin-top: 3rem !important;*/
  margin-bottom: 2rem !important;
  font-family: "toyotadisplay_bk";
}
.slick-slide {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.slick-list {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
figure {
  position: relative;
}
.used_search {
  background: white;
  padding: 1.5rem;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#search_form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
nav .wrapper {
  max-width: none !important;
  padding: 0 2rem 0 1rem;
}
.box img {
  border-radius: 3px;
}
.box {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.box a.btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1232px) {
  #page-wrapper {
    padding: 0 1rem;
    width: calc(100% - 2rem);
  }
  footer .wrapper {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 961px) {
  .logo img {
    height: 2rem;
    padding-top: 1.6em !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.small-banner {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem;
  margin: 0rem auto -3rem;
  background: #282830;
  color: #FFF;
  line-height: 1;
}
.small-banner .btn {
  margin: 0 0 0 1rem;
}
.small-banner p {
  margin: 0 auto;
  text-align: center;
}
.footerp a {
	color: #b50606 !important;
	text-decoration: underline;
}
.hintergrund3 {
    margin-bottom: -100px;
    background: #ECEFF1;
}