body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-family: 'Roboto', sans-serif;
}
::-moz-focus-inner {
  border: 0;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}
.title {
  display: block;
  font-size: 36px;
  margin: 0 0 25px 0;
  font-weight: 900;
  text-transform: uppercase;
}
.txt {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
  font-weight: 300;
}
.mehr {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2b4c8a !important;
  padding-bottom: 2px;
}
.mehr i {
  margin-left: 2px;
  font-size: 18px;
  transition: all 0.2s;
}
.mehr:hover i {
  margin-left: 7px;
}
.button,
.button:active,
.button:focus,
.button:visited {
  outline: 0 !important;
  border: none;
  background: #2b4c8a;
  border-radius: 0px;
  padding: 10px 20px;
  min-height: 45px;
  min-width: 160px;
  font-size: 17px;
  text-decoration: none;
  color: white;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  background-color: #555;
  color: white;
  text-decoration: none;
}
.banner {
  background-size: cover;
  background-position: center;
}
.banner .container {
  height: 420px;
  position: relative;
}
.banner ul {
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
  padding: 8px 20px;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 15px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.banner ul li {
  display: inline-block;
  color: #2b4c8a;
  font-weight: 400;
}
.banner ul a {
  display: block;
  color: #555;
  font-weight: 300;
}
.banner ul a::after {
  content: '/';
  display: inline-block;
  margin-left: 12px;
  margin-right: 10px;
}
/** HEADER **/

.header {
  position: relative;
  min-height: 135px;
}
.topline {
  background-color: #f0f0f0;
}
.topline address {
  margin: 0;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #666666;
}
.topline address span {
  display: inline-block;
  margin-right: 25px;
}
.topline address span i {
  margin-right: 10px;
}
.topline address a {
  transition: all 0.2s;
}
.topline address a:hover {
  color: #2b4c8a;
}
.topline .social {
  text-align: right;
}
.topline .social a {
  background-color: #2b4c8a;
  display: inline-block;
  width: 85px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  transition: all 0.2s;
}
.topline .social a:hover {
  background-color: #555;
}
.hyundai-logo {
  float: right;
  margin-left: 50px;
  margin-right: -15px;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background-color: #fff;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.navigation.fix {
  position: fixed;
  animation-name: fadeInDown;
  animation-duration: 0.25s;
  animation-delay: 0s;
  top: 0;
  bottom: auto;
  box-shadow: 0px 0px 10px gray;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  font-size: 16px;
  font-weight: 300;
  padding: 33px 18px 33px 18px;
  color: #555;
  border-bottom: 4px solid transparent;
  transition: all 0.2s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  border-color: #2b4c8a;
  color: #2b4c8a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color: #2b4c8a;
}
/*** MAIN SLIDER ***/

.slick-initialized .slick-slide {
  outline: 0 !important;
  display: block;
  overflow: hidden;
}
.main-slider-wrap {
  text-align: center;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main-slider-wrap .main-slide {
  position: relative;
}
.main-slider-wrap .main-slide::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.main-slider-wrap .main-slide img {
  display: block;
  position: relative;
  z-index: -99;
  transition: all 1.5s;
  transition-delay: 0.3s;
  -webkit-backface-visibility: hidden;
}
.slider-caption {
  position: absolute;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  left: 0;
  top: 37%;
  right: 0;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.slider-caption span {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
}
.slider-caption h2 {
  font-size: 60px;
  margin-top: 0;
  font-weight: 800;
  text-transform: uppercase;
}
.slider-caption p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
}
.main-slide.slick-active .slider-caption {
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  opacity: 1;
}
.slider-zoom {
  overflow: hidden;
}
.main-slide img {
  -moz-transform: scale(1.2) rotate(0.02deg);
  -webkit-transform: scale(1.2) rotate(0.02deg);
  -ms-transform: scale(1.2) rotate(0.02deg);
  transform: scale(1.2) rotate(0.02deg);
}
.main-slide.slick-active img {
  -moz-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  -ms-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
  z-index: 1;
}
.main-slide.slick-active img.move-left {
  transition-duration: 0.75s;
  -moz-transform: scale(1.1) rotate(0.02deg) translate3d(20px, 0px, 0px);
  -webkit-transform: scale(1.1) rotate(0.02deg) translate3d(20px, 0px, 0px);
  -ms-transform: scale(1.1) rotate(0.02deg) translate3d(20px, 0px, 0px);
  transform: scale(1.1) rotate(0.02deg) translate3d(20px, 0px, 0px);
}
.main-slide.slick-active img.move-right {
  transition-duration: 0.75s;
  -moz-transform: scale(1.1) rotate(0.02deg) translate3d(-20px, 0px, 0px);
  -webkit-transform: scale(1.1) rotate(0.02deg) translate3d(-20px, 0px, 0px);
  -ms-transform: scale(1.1) rotate(0.02deg) translate3d(-20px, 0px, 0px);
  transform: scale(1.1) rotate(0.02deg) translate3d(-20px, 0px, 0px);
}
.slick-prev,
.slick-prev:focus,
.slick-next,
.slick-next:focus {
  position: absolute;
  z-index: 2;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: white;
  top: 45%;
  padding: 0;
  outline: none;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.slick-prev,
.slick-prev:focus {
  left: 0px;
  background-image: url('../images/arrow-back.svg');
}
.slick-next,
.slick-next:focus {
  right: 0px;
  background-image: url('../images/arrow-next.svg');
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #2b4c8a;
}
.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 70px;
  position: absolute;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  padding: 3px 0px;
}
.slick-dots li button {
  border: none;
  background: #fff;
  display: block;
  height: 3px;
  border-radius: 0;
  width: 60px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  content: '';
  height: 0;
  width: 0;
}
.slick-dots li.slick-active button {
  background: #2b4c8a;
  opacity: 1;
}
/** FOOTER **/

.footer {
  background-color: #555;
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  color: #999999;
}
.footer .footer-logo a {
  display: inline-block;
}
.footer .footer-logo p {
  padding-right: 15px;
  border-top: 1px solid #555;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}
.footer .footer-info {
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
}
.footer .footer-info h3 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #dbdbdb;
  font-weight: 300;
  border-bottom: 1px solid #555;
}
.footer .footer-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
}
.footer .footer-info ul b,
.footer .footer-info ul strong {
  font-weight: 300;
  color: #dbdbdb;
}
.footer .footer-info ul li {
  margin-bottom: 10px;
}
.footer .footer-info ul li.active a {
  color: #dbdbdb;
}
.footer .footer-info ul a {
  transition: all 0.2s;
}
.footer .footer-info ul a:hover {
  color: #2b4c8a;
}
.footer .copyright {
  font-weight: 300;
  background-color: #111;
  padding: 20px 0;
  text-align: center;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright p span {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.footer .copyright p a {
  color: #dbdbdb;
  transition: all 0.2s;
}
.footer .copyright p a:hover {
  color: #2b4c8a;
}
#toTop {
  background-color: #2e2e2e;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 40px;
  transition: all 0.2s;
  color: #f2f2f2;
}
#toTop i {
  line-height: 40px;
  font-size: 40px;
}
#toTop:hover {
  background-color: #2b4c8a;
}
/** HOME ABOUT **/

.home-about {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.home-about .row {
  padding: 40px 30px;
  margin: 0;
  background-color: #fff;
}
.home-about .row img {
  position: relative;
  right: -60px;
}
/** HOME SERVICE **/

.home-service {
  padding: 80px 0 50px 0;
}
.service-item {
  padding: 5px 5px 5px 85px;
  margin-bottom: 30px;
  border: 1px solid lightgray;
  height: 1px;
  min-height: 75px;
  display: table;
  width: 100%;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}
.service-item img {
  left: 40px;
  top: 15px;
  position: absolute;
}
.service-item p {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.service-item:hover {
  border-color: #2b4c8a;
}
/** HOME NEWS **/

.home-news {
  padding: 80px 0 135px 0;
  background-color: #f2f2f2;
  background-image: url('../images/home-news-bg.jpg');
  background-size: cover;
}
.home-news .row {
  padding: 40px 30px;
  margin: 0;
  background-color: rgba(250, 250, 250, 0.95);
}
/** MAP / NEWSLETTER **/

#googleMap {
  height: 450px;
}
.map {
  position: relative;
}
.newsletter {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: -55px;
}
.newsletter h3 {
  margin-top: 0;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 800;
}
.newsletter p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
}
.newsletter .row {
  background-color: #fff;
  margin: 0;
  padding: 25px 15px;
}
.newsletter form {
  text-align: right;
  margin-top: 10px;
}
.newsletter input {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  transition: all 0.2s;
  box-shadow: none !important;
  outline: 0 !important;
  width: 330px;
  font-weight: 300;
  margin-right: 20px;
}
.newsletter input:focus {
  border-color: #2b4c8a;
}
.no-newsletter .newsletter {
  display: none;
}
/** FAHRZEUGE **/

.fahrzeuge {
  padding: 80px 0 135px 0;
  background-color: #f2f2f2;
}
.fahrzeuge .title {
  background-color: #fff;
  padding: 20px 30px;
}
.fahrzeuge .hci-frame {
  padding: 30px 0 20px 0;
  background-color: #fff;
}
/** ERROR **/

.error {
  padding: 80px 0 80px 0;
  text-align: center;
}
.error h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
/** IMPRESSUM **/

.impressum {
  padding: 80px 0;
}
.impressum h2 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
.impressum h2 span {
  display: block;
}
.impressum h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.impressum ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
}
.impressum ul span {
  font-weight: 500;
}
.impressum p {
  font-size: 16px;
  font-weight: 300;
  color: #1d2224;
  line-height: 1.5;
}
.impressum p span {
  font-weight: 500;
  margin-top: 10px;
}
.impressum .imp-info span {
  color: #333;
  font-weight: 400;
}
.impressum .impressumBtn {
  outline: none;
  background-color: #2b4c8a;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: 800;
  line-height: 35px;
  font-size: 26px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  color: white;
}
.impressum .impressumBtn::after {
  content: '-';
  display: inline-block;
  position: relative;
  top: -2px;
}
.impressum .impressumBtn.closed::after {
  content: '+';
  display: inline-block;
  top: 0;
}
.impressum .company {
  margin-bottom: 60px;
}
.impressum .company a:hover {
  color: #2b4c8a;
}

.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.imp-dtn p {
  margin-bottom: 20px;
}
.imp-dtn p a,
.imp-dtn ul a {
  text-decoration: underline;
  color: #333;
}
.imp-dtn h2 {
  font-size: 26px;
}
.imp-dtn h3 {
  font-size: 22px;
}
.imp-dtn h4 {
  font-size: 18px;
}
.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: inherit;
}
.imp-dtn h5 {
  font-size: 16px;
}
/** ABOUT **/

.about {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.about .row {
  padding: 40px 30px;
  margin: 0;
  background-color: #fff;
}
.history {
  padding: 110px 0 80px 0;
}
.history .row {
  margin-top: -30px;
}
.history article {
  background-color: #f2f2f2;
  padding-left: 155px;
  position: relative;
  transition: all 0.2s;
}
.history article h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 800;
  margin: 0;
  position: absolute;
  border-right: 1px solid lightgray;
  padding-right: 14px;
  left: 20px;
  top: 25px;
  color: #2b4c8a;
  transition: all 0.2s;
}
.history article p {
  display: table;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-bottom: 0;
}
.history article p span {
  display: table-cell;
  vertical-align: middle;
}
.history article:hover {
  background-color: #2b4c8a;
  color: white;
}
.history article:hover h3 {
  color: white;
}
.year-left {
  margin-right: 20px;
}
.year-left::before,
.year-right::before {
  position: absolute;
  content: ' ';
  display: inline-block;
  width: 10px;
  background-color: #f2f2f2;
  height: 100%;
  top: 0;
  right: -40px;
}
.year-right::before {
  left: -40px;
}
.year-right {
  margin-top: 30px;
  margin-left: 20px;
}
.year-left::after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  position: absolute;
  right: -20px;
  top: 30%;
  transition: all 0.2s;
}
.year-left:hover::after {
  border-left: 20px solid #2b4c8a;
}
.year-right::after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f2f2f2;
  position: absolute;
  left: -20px;
  top: 30%;
  transition: all 0.2s;
}
.year-right:hover::after {
  border-right: 20px solid #2b4c8a;
}
.team {
  padding: 80px 0 100px 0;
  background-color: #f2f2f2;
  background-image: url('../images/team-bg.jpg');
  background-size: cover;
}
.team-member {
  margin-bottom: 30px;
}
.team-member figure {
  background-color: #2b4c8a;
  color: white;
}
.team-member figure figcaption {
  padding: 20px 15px;
}
.team-member figure h4 {
  margin: 0;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.team-member figure h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.team-member:nth-child(4n + 1) {
  clear: left;
}
.service-bottom {
  padding: 80px 0 135px 0;
}
.service-bottom article {
  padding: 30px 50px 30px 30px;
  background-color: rgba(250, 250, 250, 0.9);
  min-height: 250px;
}
.service-bottom article .title {
  color: #2b4c8a;
}
.service-bottom article p {
  margin-bottom: 0;
}
/** AKTIONEN **/

.downloads {
  padding: 80px 0;
}
.download-file {
  padding: 20px 10px 20px 85px;
  position: relative;
  margin: 0 0 15px 0;
  border: 1px solid lightgray;
}
.download-file img {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 18px;
  max-height: 55px;
}
.download-file h2 {
  font-size: 24px;
  color: #2b4c8a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.download-file h3 {
  font-size: 18px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 0px;
}
.download-file .button {
  float: right;
  margin-top: 3px;
}
.download-file .button i {
  margin-left: 5px;
  font-size: 20px;
}
/** KONTAKT **/

#form,
#msg {
  position: relative;
  z-index: -1;
  visibility: hidden;
  top: -150px;
}

.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1;
}
.message-contact strong {
  font-size: 20px;
}

.kontakt {
  padding: 60px 0;
}
.kontakt input {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: 300;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding-left: 15px;
  font-size: 16px;
  outline: 0 !important;
  box-shadow: none !important;
  margin-bottom: 25px;
  transition: all 0.2s;
}
.kontakt input:focus,
.kontakt textarea:focus {
  border-color: #2b4c8a;
}
.kontakt textarea {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-size: 16px;
  outline: 0 !important;
  margin-bottom: 25px;
  transition: all 0.2s;
  resize: vertical;
  font-weight: 300;
}
.kontakt label {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 300;
}
.kontakt address {
  background-color: #f4f4f4;
  padding: 30px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 0px;
}
.kontakt address span {
  display: block;
  margin-bottom: 3px;
}
.kontakt address span b,
.kontakt address span strong {
  color: #2b4c8a;
}
.kontakt address a {
  transition: all 0.2s;
}
.kontakt address a:hover {
  color: #2b4c8a;
}

/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.top-angebote {
  padding: 80px 0;
}
.top-angebote-slider {
  width: 100%;
}
.top-angebote-slider .slick-dots {
  bottom: -60px;
  z-index: 3;
}
.top-angebote-slide {
  position: relative;
  padding: 0 15px;
}
.top-angebote-slide .car-desc {
  background-color: #555555;
  padding: 15px;
  color: #fff;
  position: relative;
}
.top-angebote-slide .car-desc h2 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 280px;
  min-height: 72px;
  display: flex;
  align-items: center;
}
.top-angebote-slide .car-spec {
  border-top: 1px solid #666666;
  padding-top: 15px;
}
.top-angebote-slide .car-spec img {
  position: absolute;
  left: 0;
  top: 0;
}
.top-angebote-slide .car-spec p {
  font-size: 14px;
  margin: 0;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  min-height: 42px;
}
.top-angebote-slide .car-img {
  position: relative;
  overflow: hidden;
}
.top-angebote-slide .car-img .main-img-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
}
.top-angebote-slide .car-img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/vignete.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-angebote-slider .slick-dots li,
.top-angebote-slider .slick-dots li button,
.top-angebote-slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.top-angebote-slider .slick-dots li button:before {
  content: '';
}
.top-angebote-slider .slick-dots li button {
  background-color: #e5e7e9;
}
.top-angebote-slider .slick-dots li.slick-active button {
  background-color: #2b4c8a;
}
.top-angebote-slide .price {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 0;
}
.top-angebote-slide .price h3 {
  font-size: 15px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.top-angebote-slide .price h3 span {
  color: #555;
  text-decoration: line-through;
}
.top-angebote-slide .price h3 strong {
  color: #555;
  font-size: 18px;
  text-decoration: inherit;
  display: block;
}
.top-angebote-slide .abs-item {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 20px;
  display: inline-block;
  width: 105px;
  height: 60px;
  line-height: 60px;
  background-color: #2b4c8a;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
}
.top-angebote-slide .abs-item b {
  display: block;
}
.news {
  padding: 80px 0;
}
.news.pb-0 {
  padding-bottom: 0;
}
.news .col-md-4:nth-child(3n + 1) {
  clear: left;
}
.news .container {
  position: relative;
  z-index: 2;
}
.news_item {
  margin-bottom: 30px;
  word-break: break-word;
}
.news_item a {
  display: block;
  text-decoration: none !important;
}
.news_item figure {
  margin-bottom: 0;
  position: relative;
  text-align: center;
  display: block;
}
.news_item figure img {
  width: 100%;
}
.news_item figure:before {
  content: '';
  background-color: rgba(43, 76, 138, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
}
.news_item figure:before,
.news_item figure span {
  display: inline-block;
  opacity: 0;
  left: 0;
  position: absolute;
  transition: 0.2s;
}
.news_item figure span {
  margin: 0 auto;
  right: 0;
  top: 38%;
  z-index: 3;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  width: 150px;
}
.news_item figure span,
.news_item h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.news_item h4 {
  color: #555;
  margin: 0 0 20px;
}
.news_item p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #38383b;
  font-weight: 300;
}
.news_item time {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #999;
}
.news_item div {
  border: 1px solid #e9eaed;
  padding: 20px;
}
.news_item a:hover figure:before {
  opacity: 0.5;
}
.news_item a:hover figure span {
  opacity: 1;
}
#video-main {
  max-width: 1100px;
  padding: 0;
  background-color: transparent;
}
.video {
  padding: 80px 0 0 0;
}
#video-main video {
  max-width: 100%;
}
.intro_section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}

/** MEDIA **/

/** 1199 **/

@media only screen and (max-width: 1199px) {
  .slider-caption h2 {
    font-size: 40px;
  }
  .slider-caption p {
    font-size: 18px;
  }
  .slider-caption {
    top: 30%;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title,
  .newsletter h3 {
    font-size: 30px;
  }
  .txt,
  .mehr,
  .footer .footer-logo p,
  .footer .footer-info ul {
    font-size: 15px;
  }
  .newsletter input {
    width: 230px;
  }
  .newsletter p {
    font-size: 13px;
  }
  .footer .footer-info h3,
  .download-file h2 {
    font-size: 22px;
  }
  .banner .container {
    height: 320px;
  }
  .kontakt label {
    font-size: 14px;
  }
  #toTop {
    background-color: #2b4c8a !important;
  }
  .top-angebote-slide .car-desc h2 {
    max-width: 100%;
    min-height: inherit;
  }
  .top-angebote-slide .price {
    position: relative;
    display: inline-block;
    top: 0;
    margin-bottom: 15px;
  }
  .top-angebote-slide .car-spec img {
    position: relative;
    margin-bottom: 5px;
  }
  .top-angebote-slide .car-spec p {
    padding-left: 0;
  }
}
/** 991 **/

@media only screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .hyundai-logo {
    margin-left: 30px;
  }
  .home-about .row img,
  .home-news img {
    right: 0;
    margin-top: 30px;
  }
  .newsletter {
    position: inherit;
    top: 0;
    text-align: center;
  }
  .newsletter form {
    text-align: center;
  }
  .newsletter p {
    font-size: 15px;
  }
  .banner .container {
    height: 270px;
  }
  .year-left {
    margin-right: 0;
  }
  .year-right {
    margin-left: 0;
    margin-top: 0;
  }
  .history .row {
    margin-top: 0;
  }
  .history article::after,
  .history article::before {
    display: none;
  }
  .history article {
    margin-bottom: 30px;
  }
  .team-member:nth-child(2n + 1) {
    clear: left;
  }
  .team-member img {
    width: 100%;
  }
  .kontakt form img {
    margin-bottom: 5px;
  }
  .kontakt address {
    padding: 30px 15px;
    font-size: 16px;
  }
  .history {
    padding-top: 80px;
  }
  .top-angebote-slide .car-spec p {
    font-size: 11px;
  }
  .news .col-md-4:nth-child(3n + 1) {
    clear: none;
  }
  .news .col-md-4:nth-child(2n + 1) {
    clear: left;
  }
  .navbar-brand > img {
    max-width: 145px;
  }
  .topline {
    display: none;
  }
  .header {
    min-height: 90px;
  }
}
/** 767 **/

@media only screen and (max-width: 767px) {
  body {
    padding-top: 68px;
  }
  .navigation {
    position: inherit !important;
    top: auto;
    bottom: auto;
    animation: none !important;
  }
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    top: 0;
  }
  .header {
    min-height: auto;
  }
  .header .container {
    padding: 0;
  }
  .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand {
    margin: 0;
  }
  /* menu button animation*/
  .navbar-default .navbar-toggle {
    border: 0px;
    margin-top: 15px;
    margin-right: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #2b4c8a;
  }
  .navbar-toggle .icon-bar {
    width: 29px;
    height: 3px;
  }
  .navbar-toggle .icon-bar {
    transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle .bottom-bar,
  .navbar-toggle .top-bar,
  .navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    font-size: 18px;
    padding: 10px 15px;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobile-tel {
    padding: 12px 15px;
    background-color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    font-weight: 300;
  }
  .mobile-tel i {
    margin-right: 10px;
  }
  .mobile-social {
    padding: 12px 15px;
    background-color: #2b4c8a;
    color: #fff;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
    font-weight: 300;
  }
  .mobile-social a {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }
  .hyundai-logo {
    display: none;
  }
  .slider-caption {
    display: none;
  }
  .slick-prev,
  .slick-prev:focus,
  .slick-next,
  .slick-next:focus {
    top: 30%;
    background-color: transparent !important;
  }
  .main-slider-wrap .main-slide::after {
    display: none;
  }
  .home-about .row,
  .home-news .row,
  .about .row {
    padding: 25px 0;
  }
  .title {
    font-size: 26px;
  }
  .newsletter input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .newsletter .row {
    padding-left: 0;
    padding-right: 0;
  }
  #googleMap {
    height: 300px;
  }
  .home-news,
  .team,
  .fahrzeuge {
    padding-bottom: 80px;
  }
  .footer .footer-info h3 {
    margin-top: 40px;
  }
  .footer .copyright p span {
    display: none;
  }
  .footer .copyright p a {
    display: block;
    margin-top: 10px;
  }
  .banner .container {
    height: 180px;
  }
  .history article h3 {
    font-size: 24px;
  }
  .history article {
    padding-left: 105px;
  }
  .history article p {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100px;
  }
  .service-bottom article {
    margin-bottom: 30px;
    padding: 25px 15px;
  }
  .service-bottom {
    padding-bottom: 50px;
  }
  .download-file h3 {
    display: none;
  }
  .download-file .button {
    float: none;
  }
  .download-file h2 {
    margin-top: 0;
    font-size: 18px;
  }
  .impressum h2 {
    margin-bottom: 20px;
  }
  .kontakt address {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .button,
  .button:active,
  .button:focus,
  .button:visited {
    font-size: 15px;
  }
  .top-angebote-slide .car-spec p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .navbar-brand > img {
    max-width: 100%;
  }
  .video {
    padding: 40px 0 0 0;
  }
}
