@font-face {
  font-family: "Neo Sans Pro";
  src: url("../fonts/NeoSansPro-Light.eot");
  src: url("../fonts/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeoSansPro-Light.woff2") format("woff2"),
    url("../fonts/NeoSansPro-Light.woff") format("woff"),
    url("../fonts/NeoSansPro-Light.ttf") format("truetype"),
    url("../fonts/NeoSansPro-Light.svg#NeoSansPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neo Sans Pro";
  src: url("../fonts/NeoSansPro-Regular.eot");
  src: url("../fonts/NeoSansPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeoSansPro-Regular.woff2") format("woff2"),
    url("../fonts/NeoSansPro-Regular.woff") format("woff"),
    url("../fonts/NeoSansPro-Regular.ttf") format("truetype"),
    url("../fonts/NeoSansPro-Regular.svg#NeoSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neo Sans Pro";
  src: url("../fonts/NeoSansPro-Bold.eot");
  src: url("../fonts/NeoSansPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeoSansPro-Bold.woff2") format("woff2"),
    url("../fonts/NeoSansPro-Bold.woff") format("woff"),
    url("../fonts/NeoSansPro-Bold.ttf") format("truetype"),
    url("../fonts/NeoSansPro-Bold.svg#NeoSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.content_box {
  padding-bottom: 80px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: "Neo Sans Pro";
}
::-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: bold;
  text-transform: uppercase;
}
.title span {
  color: #bb162b;
}
.txt {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 300;
}
.button,
.button:active,
.button:focus,
.button:visited {
  outline: 0 !important;
  border: none;
  background: #bb162b;
  border-radius: 0px;
  padding: 12px 20px;
  min-width: 150px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}
.button:hover {
  background-color: #333;
  color: white;
  text-decoration: none;
}
/*************
HEADER
*******************/

.header {
  position: relative;
  top: 0;
  z-index: 100;
  min-height: 145px;
}
.topline {
  padding-top: 15px;
  padding-bottom: 10px;
}
.topline address {
  margin: 0;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
}
.topline address span {
  display: inline-block;
  margin-right: 25px;
}
.topline address span i {
  color: #bb162b;
  margin-right: 10px;
}
.topline address a {
  transition: all 0.2s;
}
.topline address a:hover {
  color: #bb162b;
}
.topline .social {
  text-align: right;
  padding-right: 0;
}
.topline ul {
  font-size: 0;
}
.topline li {
  display: inline-block;
  font-size: 16px;
}
.topline li a {
  display: inline-block;
  width: 35px;
  text-align: center;
  transition: all 0.2s;
  padding: 5px;
  color: #bb162b;
}
.topline li a:hover {
  background-color: #bb162b;
  color: white;
}
.kia-logo {
  float: right;
  margin-left: 50px;
  margin-top: 20px;
  margin-right: -15px;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background-color: #fff;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  padding: 0;
  margin-top: 20px;
}
.navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.navigation.fix {
  position: fixed;
  top: 0;
  bottom: auto;
  box-shadow: 0px 0px 10px gray;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  animation-name: navFix;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
}
@keyframes navFix {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
.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: 30px 10px 30px 10px;
  color: #111;
  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: #bb162b;
  color: #bb162b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color: #bb162b;
}
.regular-padding {
  padding: 60px 0;
}
/*** BANNER ***/

.banner {
  background-size: cover;
  background-position: center;
  border-top: 4px solid #bb162b;
}
.banner .container {
  height: 380px;
  position: relative;
}
.banner ul {
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
  padding: 8px 20px;
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.banner ul li {
  display: inline-block;
  color: #bb162b;
}
.banner ul a {
  display: block;
  color: #333;
}
.banner ul a::after {
  content: "/";
  display: inline-block;
  margin-left: 12px;
  margin-right: 10px;
}
/*************
SLIDER
*************/

.slick-initialized .slick-slide {
  outline: 0 !important;
}
.main-slider {
  overflow: hidden;
  max-width: 1920px;
  max-height: 650px;
  margin: 0 auto;
}
.main-slider .main-slide {
  position: relative;
}
.main-slider .main-slide img {
  display: inline-block;
}
.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 120px;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.slick-dots li button {
  border: 2px solid white;
  background: transparent;
  display: block;
  height: 15px;
  border-radius: 50%;
  width: 15px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:before {
  content: "";
  height: 0;
  width: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}
/*************
WELCOME
*************/

.welcome {
  background-color: #f8f8f8;
  padding-bottom: 30px;
}
.welcome .welcome-desc {
  border-top: 4px solid #bb162b;
  background-color: #fff;
  margin: -60px 0 60px 0;
  position: relative;
  z-index: 10;
  padding: 30px 50px 20px 50px;
}
.welcome .welcome-box {
  position: relative;
  margin-bottom: 30px;
}
.welcome .welcome-box h2 {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 35px;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}
.welcome .welcome-box h2 i {
  font-size: 30px;
  margin-left: 5px;
}
.welcome .welcome-box a:hover h2 {
  color: #bb162b;
}
/*************
HOME ABOUT
*************/

.home-about {
  /* background-image: url('../images/home-about-bg.jpg'); */
  background: #444;
  /* background-size: cover; */
  /* background-position: center; */
  padding: 70px 0 60px 0;
  color: white;
}
.home-about img {
  margin-top: 15px;
}
/*************
HOME GALLERY
*************/

.home-galerie,
.galerie {
  padding: 60px 0;
}
.photo-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.photo {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.photo figure {
  position: relative;
}
.photo figure::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-image: url("../images/photo-bg.png");
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s;
}
.photo a:hover figure::after {
  opacity: 1;
}
.photo:nth-child(4n + 1) {
  clear: left;
}
.album-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.album {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.album figure {
  position: relative;
}
.album span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(187, 22, 43, 0.5);
  z-index: 5;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  padding-top: 27%;
  color: white;
  text-transform: uppercase;
}
.album span h2 {
  font-size: 24px;
}
.album a:hover span {
  opacity: 1;
}
.album:nth-child(4n + 1) {
  clear: left;
}
#googleMap {
  height: 500px;
}
/*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: #bb162b;
  background-color: #bb162b;
  color: #fff;
}
.footer {
  border-top: 4px solid #bb162b;
  padding-top: 60px;
}
.footer .footer-logo a {
  display: inline-block;
  margin-top: 65px;
}
.footer .footer-info {
  margin-bottom: 30px;
}
.footer .footer-info h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 0;
}
.footer .footer-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
}
.footer .footer-info ul b,
.footer .footer-info ul strong {
  font-weight: 500;
}
.footer .footer-info ul li {
  margin-bottom: 10px;
}
.footer .footer-info ul li.active a {
  color: #bb162b;
}
.footer .footer-info ul a {
  transition: all 0.2s;
}
.footer .footer-info ul a:hover {
  color: #bb162b;
}
.footer .footer-info ul i {
  color: #bb162b;
}
.footer .footer-info address ul li {
  position: relative;
  padding-left: 40px;
}
.footer .footer-info address ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.footer .copyright {
  font-weight: 300;
  background-color: #f8f8f8;
  padding: 15px 0;
}
.footer .copyright p {
  margin-bottom: 0;
  margin-top: 5px;
}
.footer .copyright p span {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.footer .copyright p a {
  color: #bb162b;
}
.footer .copyright ul {
  font-size: 0;
  margin-bottom: 0;
  text-align: right;
}
.footer .copyright li {
  display: inline-block;
  font-size: 14px;
}
.footer .copyright li a {
  display: inline-block;
  width: 35px;
  text-align: center;
  transition: all 0.2s;
  padding: 5px;
  color: #bb162b;
}
.footer .copyright li a:hover {
  background-color: #bb162b;
  color: white;
}
.fahrzeuge {
  padding: 60px 0;
}
.about-desc {
  padding: 60px 0;
}
.about-quote {
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  padding: 40px 0;
}
.about-quote .row {
  margin: 0;
  padding: 30px;
  margin-bottom: 30px;
  background-color: rgba(250, 250, 250, 0.2);
}
.about-quote p {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
}
.about-quote h3 {
  font-size: 24px;
  margin: 0;
}
.team {
  padding-top: 60px;
  padding-bottom: 30px;
}
.team figure {
  margin-bottom: 30px;
  background-color: #f8f8f8;
  text-align: center;
  border-top: 4px solid transparent;
  transition: all 0.2s;
}
.team figure h3 {
  margin: 0;
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
  background-color: #7e8083;
  transition: all 0.2s;
}
.team figure p {
  padding: 20px 10px 10px 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.team figure p span {
  display: block;
  margin-bottom: 10px;
}
.team figure p i {
  color: #bb162b;
  margin-right: 10px;
}
.team figure:hover {
  border-color: #bb162b;
}
.team figure:hover h3 {
  background-color: #bb162b;
}
.team .team-member:nth-child(3n + 1) {
  clear: left;
}
.bottom-section .row {
  background-image: url("../images/bottom-bg.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 30px 15px;
}
.bottom-section .row p {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  margin-top: 10px;
}
.bottom-section .row .button {
  float: right;
}
.service-desc {
  padding: 60px 0;
}
.service-desc .row {
  margin: 0;
  background-image: url("../images/service-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 30px 15px;
}
.service-desc img {
  display: inline-block;
}
.service-desc .title {
  margin-top: 20px;
}
.service {
  margin-bottom: 30px;
}
.service-item {
  background-color: #f8f8f8;
  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: #333333;
}
.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;
  color: #333333;
  text-transform: uppercase;
}
.service-item:hover {
  border-color: #bb162b;
}
#form {
  position: relative;
  z-index: -1;
  visibility: hidden;
  top: -120px;
}

.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 address {
  background-image: url("../images/kia-bg.png?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 20px 5px 20px;
  color: white;
  background-color: #bb162b;
  font-weight: 300;
  font-size: 16px;
}
.kontakt address h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 5px;
  text-transform: uppercase;
}
.kontakt address ul {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
}
.kontakt address ul b,
.kontakt address ul strong {
  font-weight: 500;
}
.kontakt address ul li {
  margin-bottom: 5px;
}
/*************
IMPRESSUM
*****************/

.impressum {
  padding: 60px 0;
}
.impressum h2 {
  margin-bottom: 40px;
  font-size: 22px;
  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: #bb162b;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: 800;
  line-height: 35px;
  font-size: 0px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  color: white;
}
.impressum .impressumBtn::after {
  content: "-";
  display: inline-block;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle !important;
}
.impressum .impressumBtn.closed::after {
  content: "+";
}
.impressum .company {
  margin-bottom: 60px;
}
.impressum .company a:hover {
  color: #bb162b;
}
.error {
  padding: 100px 0;
}
.error h1 {
  font-size: 100px;
  margin-top: 0;
}
.error h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-weight: 300;
}
.imp-dtn p {
  margin-bottom: 20px;
}
.imp-dtn p a,
.imp-dtn ul a {
  text-decoration: underline;
  color: #333;
}
.imp-dtn h3 {
  font-size: 20px;
}
.imp-dtn h4 {
  font-size: 18px;
}
.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: inherit;
}
.imp-dtn h5 {
  font-size: 16px;
}
.visible-sm img {
  display: none;
}
.top-angebote {
  padding-top: 80px;
}
.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: #111;
  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 #4e5254;
  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: #bb162b;
}
.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: #111;
  text-decoration: line-through;
}
.top-angebote-slide .price h3 strong {
  color: #111;
  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: #bb162b;
  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;
}
.container .row {
  margin-left: -15px;
}
.container .photo-row {
  margin-left: -5px;
}
.news {
  padding: 60px 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;
}
.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(0, 0, 0, 0.5);
  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: 600;
  font-size: 14px;
}
.news_item h4 {
  color: #555;
  margin: 0 0 20px;
}
.news_item p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #38383b;
}
.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;
}
.fahrzeuge .txt {
  margin: 30px 0;
}

.fahrzeuge .button,
.fahrzeuge .blured,
.fahrzeuge .purple-button {
  width: 100%;
}

.fahrzeuge .form-control {
  background-color: #fff;
  color: #111;
  padding: 10px;
  height: 60px;
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #f1f1f8;
}

.fahrzeuge:focus {
  outline: none;
  box-shadow: none;
  border-color: #bb162b;
}

.fahrzeuge .btn_default {
  width: 100%;
  height: 60px;
}

.fahrzeuge form {
  margin-bottom: 40px;
}

.fahrzeuge h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.fahrzeuge h3 strong {
  color: #bb162b;
}

.cars .car-desc {
  background-color: #1e1f28;
  padding: 15px 25px 15px 25px;
  color: #fff;
  position: relative;
  min-height: 368px;
}

.cars .car-desc .price {
  position: relative;
  display: inline-block;
  top: 0;
}

.cars .car-desc .price h3 strong {
  color: #fff;
}

.cars .car-desc h2 {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}

.cars .car-spec {
  border-top: 1px solid #4e5254;
  padding: 20px 0;
  margin: 0;
}

.cars .car-spec .col-lg-4 {
  position: relative;
  padding-left: 30px;
}

.cars .car-spec img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.cars .car-spec p {
  font-size: 14px;
  margin: 0;
  display: inline-block;
}

.cars .car-spec p span {
  color: #999;
  display: block;
}

.cars .overflow-wrap {
  position: relative;
  overflow: hidden;
}

.cars .overflow-wrap .main-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 368px;
}

.cars .overflow-wrap: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;
}

.cars .zoom {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 23%;
  text-align: center;
  background-color: rgba(187, 22, 43, 0.65);
  opacity: 0;
  transition: all 0.2s;
}

.cars .zoom i {
  color: #fff;
  font-size: 80px;
  margin-top: 35px;
}

.cars a:hover .zoom {
  opacity: 1;
  z-index: 5;
}

.cars .col-lg-5 {
  padding-right: 0;
}

.cars .col-lg-7 {
  padding-left: 0;
}

.cars .car-section {
  margin-top: 40px !important;
}

.sale {
  background-color: #bb162b;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 15px;
}

.sale strong {
  color: #fff;
  font-size: 49px;
  z-index: 2;
  position: relative;
}

.sale sup {
  left: -10px;
  font-size: 30px;
}

.price {
  background-color: #bb162b;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 0;
}

.price h3 {
  font-size: 15px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.price h3 span {
  color: #232628;
  text-decoration: line-through;
}

.price h3 strong {
  color: #fff;
  font-size: 18px;
  text-decoration: inherit;
  display: block;
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item {
  margin-right: 5px !important;
}

.pagination > li.active > a {
  color: #fff;
  background-color: #bb162b;
  border-color: #bb162b;
  border-radius: 0;
}

.pagination > li > a {
  color: #1a1a1a;
}

.pagination > li > a:hover {
  background-color: #bb162b;
  border-color: #bb162b;
  color: #fff;
}

.pagination > li:first-child a,
.pagination > li:last-child a {
  border-radius: 0;
}
.my-4 {
  margin: 2rem 0;
}
.car-detail-section .form-control {
  background-color: #fff;
  padding: 10px;
  height: 45px;
  border: 1px solid #f1f1f8;
  margin-bottom: 10px;
  border-radius: 0;
  color: #111;
}

.car-detail-section:focus {
  outline: none;
  box-shadow: none;
  border-color: #bb162b;
}

.car-detail-section .custom-control {
  margin: 30px 0;
}

.car-detail-section
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #bb162b;
  border-color: #bb162b;
}

.car-detail-section h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.car-detail-section .car-links a {
  font-size: 15px;
  transition: all 0.3s;
  font-weight: bold;
}

.car-detail-section .car-links a::hover {
  color: #bb162b;
}

.car-detail-section .car-links a i {
  margin: 0 10px;
  color: #bb162b;
}

.car-detail-section .car-gallery {
  margin: 40px 0;
  position: relative;
}

.car-detail-section .car-gallery .sale {
  left: 0;
}

.car-detail-section .car-gallery img {
  width: 100%;
}

.car-detail-section .car-gallery .img-overlay {
  position: relative;
  overflow: hidden;
}

.car-detail-section .car-gallery .img-overlay::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;
}

.car-detail-section .car-gallery .car-img {
  margin-bottom: 30px;
}

.car-detail-section .car-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}

.car-detail-section .car-gallery .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.car-detail-section .car-gallery .col-lg-3::nth-child(4n + 1) {
  clear: left;
}

.car-detail-section textarea.form-control {
  height: 150px;
  resize: none;
}

.car-detail-section .btn_default {
  display: inline-block;
  margin: 30px 0;
}

.company-detail {
  padding: 30px 20px;
  background-color: #1d1d1b;
  margin-bottom: 40px;
}

.company-detail h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.company-detail p {
  font-size: 16px;
  color: #989898;
  margin-bottom: 20px;
}

.company-detail ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.company-detail ul li {
  font-size: 16px;
  color: #989898;
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
}

.company-detail ul li span {
  position: absolute;
  left: 0;
  color: #fff;
}

.car-information {
  padding: 30px;
  border: 1px solid #bb162b;
  margin-top: 40px;
}

.car-information dl {
  margin-bottom: 30px;
}

.car-information dt {
  text-align: left;
  color: #989898;
  font-weight: 400;
}

.car-information dd {
  font-weight: 500;
  margin-bottom: 10px;
}

.car-information h4 {
  font-size: 16px;
  font-weight: bold;
  color: #bb162b;
  margin-top: 0;
  margin-bottom: 30px;
}

.car-information ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
}

.car-information ul li {
  color: #989898;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}

.car-information a {
  font-size: 16px;
  color: #bb162b;
  transition: all 0.3s;
}

.car-information a:hover {
  color: #bb162b;
}

.equipment-section h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0;
}

.equipment-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #bb162b;
}

.equipment-section ul {
  list-style-type: none;
  padding-left: 0;
}

.equipment-section ul li {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #989898;
  font-weight: 400;
}

.equipment-section ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #1d1d1b;
  top: 10px;
  left: 0;
}

.equipment-info {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 7px 10px;
  border-color: #c0d7eb;
  background-color: #dde7f1;
}

.equipment-info img {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .cars .car-desc {
    min-height: auto;
  }
  .cars .car-desc h2 {
    min-height: 56px;
  }
  .cars .car-spec {
    padding: 13px 0;
  }
  .cars .overflow-wrap .main-img {
    min-height: 325px;
  }
  .car-detail-section .car-links a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .cars .col-lg-7 {
    padding-left: 15px;
  }
  .cars .col-lg-5 {
    padding-right: 15px;
  }
  .cars .car-spec .col-lg-4 {
    position: relative;
    padding-left: 30px;
  }
  .cars .car-spec p {
    margin-bottom: 10px;
  }
  .cars .car-spec img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .cars .car-desc {
    padding: 15px;
  }
  .cars .car-desc h2 {
    font-size: 20px;
    min-height: auto;
  }
  .cars .zoom {
    padding-top: 15%;
  }
  .page-links {
    text-align: left;
  }
  .car-detail-section .car-links a {
    font-size: 15px;
  }
  .sale strong {
    font-size: 30px;
  }
  .sale sup {
    font-size: 24px;
  }
  .car-detail-section .car-gallery .col-lg-3 {
    margin-bottom: 10px;
  }
  .car-detail-section .car-links .text-right {
    text-align: left !important;
    margin-top: 20px;
  }
  .car-detail-section .car-links a i {
    display: none;
  }
  .car-information {
    padding: 30px 15px;
  }
  .car-detail-section h3,
  .equipment-section h3 {
    font-size: 24px;
  }
}
/*************
MEDIA
*************/

/******
1199
******/

@media only screen and (max-width: 1199px) {
  .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: 15px;
  }
  .slick-dots {
    bottom: 80px;
  }
  .title {
    font-size: 30px;
  }
  .welcome .welcome-box h2 {
    font-size: 20px;
  }
  .welcome .welcome-box h2 i {
    font-size: 26px;
  }
  .banner .container {
    height: 300px;
  }
  .service-item {
    padding-left: 75px;
  }
  .bottom-section .row p {
    font-size: 14px;
  }
  #googleMap {
    height: 350px;
  }
  .album span {
    opacity: 1 !important;
  }
  .album span img {
    height: 30px;
  }
  .album span h2 {
    font-size: 16px;
  }
  .photo figure::after {
    display: none !important;
  }
  .home-about img {
    margin-top: 40px;
  }
  .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;
  }
  .container .row {
    margin: 0;
  }
  .car-detail-section .container .row {
    margin: 0 -15px;
  }
}
/******
991
******/

@media only screen and (max-width: 991px) {
  .navbar-brand > img {
    max-width: 150px;
    margin-top: 10px;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title {
    font-size: 28px;
  }
  .welcome .welcome-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .welcome .welcome-box h2 {
    font-size: 16px;
  }
  .welcome .welcome-box h2 i {
    font-size: 22px;
  }
  .txt,
  .footer .footer-info ul {
    font-size: 16px;
  }
  .photo:nth-child(4n + 1),
  .team .team-member:nth-child(3n + 1),
  .album:nth-child(4n + 1) {
    clear: inherit;
  }
  .photo:nth-child(3n + 1),
  .team .team-member:nth-child(2n + 1),
  .album:nth-child(3n + 1) {
    clear: left;
  }
  .about-quote p {
    font-size: 20px;
  }
  .bottom-section {
    text-align: center;
  }
  .bottom-section .row .button {
    float: none;
    margin-top: 15px;
  }
  .bottom-section .row p {
    font-size: 16px;
  }
  .kontakt img {
    margin-bottom: 10px;
  }
  .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;
  }
}
/******
767
******/

@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  .kia-logo {
    display: none;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm img {
    display: block;
    margin-top: 15px;
    padding-left: 15px;
    max-width: 80px;
  }
  .navigation {
    position: inherit !important;
    top: auto;
    bottom: auto;
    box-shadow: 0px 0px 15px gray;
    animation: none !important;
  }
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    top: 0;
  }
  .navbar-brand > img {
    width: 220px;
  }
  .header {
    min-height: auto;
  }
  .header .container {
    padding: 0;
  }
  .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  /* 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: #bb162b;
  }
  .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: #bb162b;
    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;
  }
  .welcome .welcome-desc {
    margin-top: -23px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-dots {
    bottom: 35px;
  }
  .welcome .welcome-desc {
    padding-left: 0;
    padding-right: 0;
  }
  .welcome .welcome-box h2 {
    font-size: 20px;
  }
  .welcome .welcome-box h2 i {
    font-size: 25px;
  }
  .photo {
    width: 49.5%;
    display: inline-block;
  }
  .footer .footer-logo a {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .footer .footer-info h3 {
    font-size: 20px;
    margin-top: 50px;
  }
  .footer .copyright p {
    text-align: center;
  }
  .footer .copyright p span {
    display: none;
  }
  .footer .copyright p a {
    display: block;
    margin-top: 5px;
  }
  .footer .copyright ul {
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
  }
  .album .img-responsive {
    width: 100%;
  }
  .album span {
    padding-top: 34%;
  }
  .album span h2 {
    font-size: 18px;
  }
  .button,
  .button:active,
  .button:focus,
  .button:visited {
    font-size: 16px;
  }
  .impressum h2 {
    margin-bottom: 20px;
  }
  .kontakt address {
    margin-top: 50px;
  }
  .service-desc .row {
    padding-left: 0;
    padding-right: 0;
  }
  .service-item {
    padding-left: 85px;
  }
  .banner .container {
    height: 220px;
  }
  .about-desc img,
  .home-about img {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .about-quote .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .photo:nth-child(3n + 1) {
    clear: inherit;
  }
  .photo:nth-child(2n + 1) {
    clear: left;
  }
  .top-angebote-slide .car-spec p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* TERMIN */
.checkbox-square input {
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  visibility: hidden;
}
.checkbox-square {
  color: #808284;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: left;
}
.checkbox-square input:checked + span {
  background-image: url("../images/check-sign.png");
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox-square span {
  height: 17px;
  width: 17px;
  border: 1px solid #999da3;
  background-color: white;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  bottom: -4px;
  box-shadow: none;
  cursor: pointer;
}
.radio-button {
  margin-right: 15px;
}
.radio-button input {
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  visibility: hidden;
}
.radio-button input:checked + span {
  background-image: url("../images/radio-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}
.radio-button span {
  height: 17px;
  width: 17px;
  border: 1px solid #999da3;
  background-color: white;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  bottom: -4px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 50%;
}
.check-input {
  display: block;
}
.radio-input {
  margin-top: 20px;
}
.radio-input p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000000;
}
.text-input {
  margin-top: 30px;
}
.termine input,
.termine select,
.termine textarea {
  background-color: white;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
}

.termine input:focus,
.termine select:focus,
.termine textarea:focus {
  outline: 0;
}

.pageButton button {
  transition: all 0.3s;
  background-color: #bb162b;
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  outline: 0px none;
  padding: 0.8125rem 1.5625rem;
  text-align: center;
  border: none;
}

.pageButton button:hover {
  outline: 0;
  background-color: #333333;
  text-decoration: none;
}

.description {
  font-size: 1em;
  font-weight: 300;
  color: #38383b;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .termine .wrapper {
    padding-top: 0px 15px 0px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .description {
    padding-bottom: 10px;
  }
}
.termine {
  padding: 0 0 30px 15px;
}
#datepicker {
  position: relative;
  margin-bottom: 50px;
}

.ui-datepicker-header {
  margin-top: 50px;
  margin-bottom: 1.25rem;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker {
  background: #f0f1f6;
  width: 100%;
  padding: 0;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 24px;
  margin: 0;
  text-align: left;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-weight: 300;
}

.ui-datepicker th {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.125rem 0;
  text-align: left;
  text-transform: uppercase;
}

.ui-datepicker-week-end.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today
  span,
.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today
  span {
  background-color: #ffcc33 !important;
  border-radius: 50%;
  color: #fff !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: table-cell;
  width: 27px;
  height: 27px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  font-size: 14px;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #e5e5e5;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-radius: 50%;
  background-color: #cacaca;
  color: #000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-radius: 50%;
  background-color: #bb162b;
  color: #fff;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0rem;
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 0rem;
  margin-top: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 1.875rem;
}

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  background: url(../images/arrows.svg) no-repeat;
}

.ui-datepicker .ui-datepicker-next span:hover,
.ui-datepicker .ui-datepicker-prev span:hover {
  background-color: #bb162b;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-next span {
  background-position: -1.25rem 0;
}

.ui-datepicker .ui-datepicker-prev-hover span {
  left: 0;
  background-color: #f8f8f8;
  background-position: 0 -1.25rem;
}

.ui-datepicker .ui-datepicker-next-hover span {
  right: 0;
  background-color: #f8f8f8;
  background-position: -1.25rem -1.25rem;
}

.ui-datepicker-header .ui-widget-header .ui-helper-clearfix .ui-corner-all {
  background-color: #bb162b;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}

.termine .wrapper {
  background-color: transparent;
  padding: 3.75rem 0.9375rem 1.5625rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .termine .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .termine {
    padding: 40px 0;
  }
}
.termine .wrapper:after,
.termine .wrapper:before {
  content: " ";
  display: table;
}

@media only screen and (min-width: 62em) {
  .termine .wrapper {
    margin: 0px 0px;
    padding: 0rem 0 1.5625rem;
  }
  .termine .ui-datepicker .ui-datepicker-title {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 75em) {
  .termine .ui-datepicker .ui-datepicker-title {
    font-size: 1.5625rem;
    color: #bb162b;
    font-size: 20px;
    text-transform: uppercase;
  }
}

.termine .ui-datepicker-header {
  margin-top: 20px;
  font-size: 20px;
}

.termine label {
  font-weight: 400;
  margin-bottom: 5px;
}

@media only screen and (min-width: 62em) {
  .termine label {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 75em) {
  .termine label {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
  }
}

.termine label span {
  color: #bb162b;
}

.termine label i {
  font-style: normal;
  font-weight: 300;
}

.termine input {
  padding: 5px 0.625rem;
}

.termine select {
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/dropArrow.svg) 100% 5px no-repeat #ebebec;
  border-radius: 0;
  padding: 3px 1.875rem 3px 0.625rem;
  background-color: white;
}

.termine textarea {
  background-color: white;
  font-size: 0.875rem;
  height: 12.6rem;
  padding: 0.25rem 0.625rem;
  resize: none;
}

.termine button {
  background-color: #bb162b;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 0;
  text-align: center;
  width: 100%;
}
.termine button:hover {
  background-color: #bb162b;
  outline: 0;
}

.termine button:focus {
  outline: 0;
}

.termine p {
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (min-width: 62em) {
  .termine form {
    width: 100%;
    display: block;
    float: left;
  }
  .termine form:after,
  .termine form:before {
    content: " ";
    display: table;
  }
  .termine form:after {
    clear: both;
  }
  .termine .block {
    width: 33.33333%;
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0.9375rem;
  }
}

.termine .pageButton button {
  padding: 10px;
  font-size: 15px;
}
.text-down .desc-txt {
  margin-top: 0;
}
.text-down {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .termine .block .pageButton button::after {
    margin: -1.125rem 0px 0px 0.775rem;
  }
  .termine .block .pageButton button {
    font-size: 16px;
  }
}

.termine .block label.last {
  margin-top: 40px;
}

.termine .block h4 {
  background-color: #bb162b;
  color: #fff;
  margin: 0;
  font-size: 17px;
  padding: 0.6375rem 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}

.termine .block .wrap {
  background-color: #f0f1f6;
  padding: 15px;
  min-height: 505px;
  position: relative;
  height: 887px;
}
.termine .block .wrap h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.termine .block .time {
  margin: 0 -0.9375rem;
  overflow: hidden;
}

.termine .block .time:after,
.termine .block .time:before {
  content: " ";
  display: table;
}

.termine .block .time .hours,
.termine .block .time .minutes {
  width: 50%;
  display: block;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.termine .block .time p {
  color: #bb162b;
  margin: 0;
  margin-bottom: 10px;
}

.termine .bottomText {
  color: #626262;
  font-size: 12px;
  margin-top: 25px;
}
@media only screen and (max-width: 1190px) {
  .termine .block {
    width: 100%;
    height: inherit;
  }
  .termine .block .wrap {
    height: inherit;
  }
}
@media only screen and (max-width: 1190px) {
  .termine {
    padding: 0 15px 0px 15px;
  }
}
/*END CALENDAR*/
