body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

::-moz-focus-inner {
  border: 0;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}

p {
  font-size: 16px;
  font-weight: 300;
}
.d-flex {
  display: flex;
  align-items: center;
}
.anchor {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  margin-top: -180px;
}

.title {
  display: block;
  font-size: 36px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  word-break: break-word;
}

.title b,
.title strong {
  font-weight: 800;
}

.mehr {
  font-weight: 600;
  color: #ecbe2c !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  display: inline-block;
  transition: all 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}

.mehr i {
  font-size: 20px;
  margin-left: 3px;
}

.mehr:hover {
  border-color: #ecbe2c;
}

.button,
.button:active,
.button:focus,
.button:visited {
  outline: 0 !important;
  background-color: transparent;
  border: 2px solid #ecbe2c;
  border-radius: 0px;
  padding: 12px 20px;
  min-width: 170px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.button i,
.button:active i,
.button:focus i,
.button:visited i {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

.button:hover {
  background-color: #333;
  color: white;
  text-decoration: none;
  border-color: white;
}

.banner-wrapper {
  position: relative;
}

.banner {
  background-color: #ccc;
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
}

.page-section {
  padding: 80px 0 80px 0;
}

.section-title {
  margin-bottom: 30px;
}

/*************
HEADER
*******************/
.topline {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}

.topline address {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

.topline address span {
  display: inline-block;
  margin-right: 25px;
}

.topline address span i {
  margin-right: 7px;
  color: #ecbe2c;
}

.topline address a {
  text-transform: lowercase;
  transition: all 0.2s;
}

.topline address a:hover {
  color: #ecbe2c;
}

.topline .social {
  text-align: right;
  font-size: 17px;
}

.topline .social a {
  color: #ecbe2c;
  text-transform: lowercase;
  transition: all 0.2s;
}

.topline .social a:hover {
  color: #333;
}

.header {
  position: relative;
}

.head {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f4f4f4;
}

.head-marken {
  text-align: right;
}

.head-marken a {
  display: inline-block;
  margin-left: 30px;
}

.head-marken img {
  max-height: 65px;
}
.head .row {
  display: flex;
  align-items: center;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0 -15px;
}

.navigation {
  position: relative;
  /*bottom: -70px;*/
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  font-family: "Open Sans", sans-serif;
}

.navigation.fix {
  background-color: black;
  position: fixed;
  top: 0;
  bottom: auto;
  -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;
}

.cookie-popup {
  position: fixed;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #000;
  z-index: 5000;
  padding: 25px 0;
  text-align: center;
}

.cookie-popup p {
  text-wrap: balance;
  margin: 30px 0;
}
.cookie-popup p button {
  text-decoration: underline;
}

.cookie-popup > button {
  background-color: #3b5998;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
}

@keyframes navFix {
  from {
    opacity: 0;
    top: -100px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.navbar-default .navbar-nav > li::after {
  display: inline-block;
  content: "/";
  color: #ecbe2c;
  float: right;
  height: 70px;
  line-height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}
.navbar-default .navbar-nav li.social-icon::after {
  display: none;
}
.navbar-default .navbar-nav > li:last-child::after {
  display: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  font-size: 18px;
  font-weight: 300;
  padding: 25px 10px 25px 10px;
  color: #bbbbbb;
  transition: all 0.2s;
  text-transform: uppercase;
  display: inline-block;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: white;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  min-width: 90%;
  border-radius: 0;
  padding: 0;
}

.navbar-default .navbar-nav > li > .dropdown-menu li {
  padding: 0;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > .dropdown-menu li a,
.navbar-default .navbar-nav > li.active > .dropdown-menu li a {
  padding: 10px !important;
  border: none !important;
  width: 100%;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #bbbbbb;
}

.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ecbe2c;
}

.navigation.fix .navbar-default .navbar-nav > li > .dropdown-menu li a,
.navigation.fix .navbar-default .navbar-nav > li.active > .dropdown-menu li a {
  background-color: black;
  color: #bbbbbb;
}
.navigation.fix .navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
  background-color: black;
  color: #ecbe2c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #ecbe2c;
}
.navbar-nav > li > .dropdown-menu li a {
  display: inline-block;
  transition: all 0.3s;
}

.navbar-default .navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block !important;
}
/*************
SLIDER
*************/
.slick-initialized .slick-slide {
  outline: 0 !important;
}

.main-slider-wrapper {
  background-color: #f3f3f3;
  position: relative;
}

.main-slider {
  overflow: hidden;
  max-width: 1920px;
  max-height: 800px;
  margin: 0 auto;
}

.main-slider .main-slide {
  position: relative;
}
.main-slider a {
  display: block;
}
.main-slider .main-slide img.img-responsive {
  display: inline-block;
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 30px;
  left: 30px;
  position: absolute;
  padding-left: 0 !important;
}

.slick-dots li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.slick-dots li button {
  border: none;
  background: #fff;
  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: #ecbe2c;
}

.slick-prev,
.slick-prev:focus,
.slick-next,
.slick-next:focus {
  position: absolute;
  z-index: 2;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  top: 45%;
  padding: 0;
  outline: none;
  text-align: center;
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 50%;
  background-position: center;
  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;
}

.slick-prev,
.slick-prev:focus {
  left: 0px;
  background-image: url("../images/left-arrow-button.svg");
}

.slick-next,
.slick-next:focus {
  right: 0px;
  background-image: url("../images/right-arrow-button.svg");
}

.slick-next:hover,
.slick-prev:hover {
  background-color: #ecbe2c;
}

.main-slide::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
}

.slide-caption {
  width: 1170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 180px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  color: white;
  text-align: left;
}

.slide-caption div {
  max-width: 480px;
}

.slide-caption .title {
  margin-bottom: 10px;
}

.slide-caption p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}

/**** UNDERHEAD ****/
.underhead {
  text-align: left;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  margin-top: -135px;
  bottom: auto;
  max-width: 1140px;
  left: 0;
  right: 0;
}
.slider-underhead.underhead {
  margin-top: -135px;
  bottom: auto;
  max-width: 1140px;
}
.underhead .jetzpro {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 20px 20px 15px 20px;
}

.underhead .jetzpro h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.underhead .col-sm-7 .jetzpro {
  margin-right: 30px;
  text-align: left;
}
.facebook-div {
  background-color: rgba(59, 89, 152, 0.8);
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
  padding: 15px 20px;
  letter-spacing: 1px;
  margin-top: 50px;
  transition: all 0.2s;
}

.facebook-div:hover {
  background-color: #3b5998;
}

.page-nav {
  display: inline-block;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  font-size: 0;
  border: 1px solid rgba(250, 250, 250, 0.35);
  margin-right: 30px;
}

.page-nav li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 245px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-nav li a {
  display: inline-block;
  color: #a6a6a6;
  transition: all 0.2s;
}

.page-nav li a:hover {
  color: #ecbe2c;
}

.page-nav li:after {
  content: ">";
  margin-left: 15px;
  margin-right: 13px;
  color: #a6a6a6;
}

.page-nav li:last-child::after {
  display: none;
}

.underhead-termin {
  margin: 30px 0 0 0;
  background-color: #333;
}

.underhead-termin .title b,
.underhead-termin .title strong {
  font-weight: 700;
}

.underhead-termin-txt {
  padding: 30px 15px 20px 25px;
  color: white;
}

.underhead-termin-txt p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.underhead-termin-img {
  padding: 0;
}

/**** POINTS ****/
.points {
  background-color: #f3f3f3;
  /*background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: center;*/
  padding: 50px 0 80px 0;
}

.point {
  margin-bottom: 30px;
  text-align: center;
}

.point span {
  display: inline-block;
  background-color: #333;
  border: 8px solid #e5e5e5;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  padding-top: 25px;
  transition: all 0.4s;
}

.point span img {
  height: 40px;
}

.point h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.point p {
  font-size: 15px;
  margin: 20px 0;
}

.point .mehr {
  color: #333 !important;
}

.point .mehr:hover {
  color: #ecbe2c !important;
  border-color: #ecbe2c !important;
}

.point:hover span {
  background-color: #ecbe2c;
  border-color: #333;
}

/**** CONFIGURATORS ****/
.configurators {
  margin-top: -70px;
}

.configurator .configurator-title {
  padding-left: 0;
  padding-right: 0;
}

.configurator h4 {
  background-size: cover;
  background-position: right;
  margin: 0;
  height: 110px;
  padding-top: 50px;
  padding-left: 30px;
  font-size: 18px;
}

.configurator .row {
  background-color: #fff;
  padding: 10px;
  margin: 0 0 30px 0;
}

.configurator-opel h4 {
  background-image: url("../images/opelbg.png");
}

.configurator-nissan h4 {
  background-image: url("../images/nissanbg.png");
  color: white;
}

.configurator-car {
  text-align: center;
  width: 17%;
  display: inline-block;
  margin-left: 15px;
  padding-top: 20px;
  vertical-align: top;
}

.configurator-car h5 {
  text-transform: uppercase;
  font-size: 13px;
}

.configurator-car img {
  max-height: 45px;
  width: auto;
  max-width: 100%;
}

/**** AKTUELLES ****/
.home-news {
  padding: 80px 0 50px 0;
  position: relative;
}
.side_banner {
  position: absolute;
  right: 15px;
  top: 0;
}

.post:nth-child(3n + 1) {
  clear: left;
}

.post article {
  background-color: #333;
  color: white;
  margin-bottom: 30px;
}

.post article div {
  padding: 20px;
}

.post article h3,
.post article h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
}

.post article p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  height: 110px;
  overflow: hidden;
}

.news {
  padding-bottom: 50px;
}

.pagination-ul {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.pagination-ul li {
  display: inline-block;
  border: 1px solid #ecbe2c;
  font-weight: 600;
  transition: all 0.2s;
  margin-left: 5px;
  font-size: 16px;
}

.pagination-ul li a {
  display: block;
  padding: 7px 13px;
}

.pagination-ul li.active {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.pagination-ul li:hover {
  color: #ecbe2c;
}

.news-detail {
  background-color: #f6f6f6;
}

.news-detail article {
  margin: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 0px rgba(51, 51, 51, 0.05);
}

.news-detail article .news-desc {
  padding: 20px 20px 30px 20px;
}

.news-detail article img {
  width: 100%;
}

.news-detail article .news-detail-date {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-detail article .news-detail-date b {
  color: #ecbe2c;
}

.news-detail article h1 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ecbe2c;
}

.news-detail article p {
  margin-bottom: 20px;
}
.news-detail article p img {
  max-width: 170px;
}
.news-detail article ul {
  list-style-type: circle;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
}

.news-detail article p a,
.news-detail article ul a {
  color: #c3002f;
}
.news-detail article a strong {
  color: #ecbe2c;
}
.news-detail article strong a {
  color: #ecbe2c;
}
.news-detail article .button {
  margin-right: 15px;
}
.share-post {
  margin-top: 20px;
}
.share-post a {
  background-color: #333333;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  padding: 7px 10px 7px 45px;
  border-radius: 3px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  transition: all 0.25s;
}

.share-post .share-facebook {
  background-image: url("../images/fb-icon.png");
}

.share-post .share-twitter {
  background-image: url("../images/twitter-icon.png");
  background-position: left 5px center;
}

.share-post .share-google {
  background-image: url("../images/google-icon.png");
}

.share-post a:hover {
  padding-left: 65px;
  color: #ecbe2c;
}
.news-detail .news_gallery img {
  margin-top: 20px;
}
/**** HITS ****/
.hits {
  padding: 100px 0;
  background-color: #f2f2f2;
}

.hits .hitsmap {
  padding-left: 0;
}

.hits .gmap {
  background-color: #fff;
  padding: 7px;
}

.hits #googleMap {
  height: 340px;
}

.hit-tabs {
  padding-right: 0;
}

.hit-tabs .nav {
  font-size: 0;
  background: #fff;
}

.hit-tabs .nav li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: -1px;
}

.hit-tabs .nav li a {
  font-size: 14px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #f2f2f2;
  background-color: transparent !important;
}

.hit-tabs .nav li.active {
  background-color: #ecbe2c !important;
}

.hit-tabs .nav li.active a {
  color: white;
  border: 1px solid #ecbe2c;
}

.hit-tabs .nav li.nissan-color.active {
  background-color: #c3002f !important;
}

.hit-tabs .nav li.nissan-color.active a {
  color: white;
  border: 1px solid #c3002f;
}

.hit-tabs .tab-pane {
  margin: 0;
  padding: 30px 15px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.hit-tabs .tab-pane figure {
  position: relative;
}

.hit-tabs .tab-pane .tophit {
  height: 40px;
  width: 40px;
  background-image: url("../images/topdeal.png");
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 15px;
}

.hit-tabs .tab-pane h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}

.hit-tabs .tab-pane h4 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
}

.hit-tabs .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.hit-tabs .tab-pane ul li {
  margin-bottom: 5px;
}

.hit-tabs .tab-pane.active {
  background-color: #ecbe2c !important;
}

.hit-tabs .tab-pane.active a {
  color: white;
  border: 1px solid #ecbe2c;
}

.hit-tabs .tab-pane.nissan-color.active {
  background-color: #c3002f !important;
  color: white;
}

.hit-tabs .tab-pane.nissan-color.active a {
  color: white;
  border: 1px solid #c3002f;
}

/**** NEWSLETTER ****/
.newsletter {
  background-size: cover;
  background-position: center;
  background-image: url("../images/newsletterbg-2.jpg");
  padding: 40px 0;
}

.newsletter h4 {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  color: #ecbe2c;
}
.newsletter h4 b {
  color: white;
}
.newsletter p {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
}

.newsletter form {
  position: relative;
  display: block;
}

.newsletter form input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border: 1px solid lightgray;
  padding-right: 75px;
  transition: all 0.2s;
}

.newsletter form input,
.newsletter form button {
  outline: 0 !important;
  box-shadow: none !important;
}

.newsletter form input:focus {
  border-color: #ecbe2c;
}

.newsletter form button {
  border: none;
  height: 38px;
  background: none;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
  top: 1px;
  font-weight: bold;
  transition: all 0.2s;
}

.newsletter form button i {
  margin-left: 3px;
  font-size: 16px;
  color: #ecbe2c;
  font-weight: bold;
}

.newsletter form button:hover {
  color: #ecbe2c;
}

/**** KONTAKT SECTION ****/
#form,
#nform {
  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-section {
  background-size: cover;
  background-position: center;
  background-image: url("../images/kontaktbg.jpg");
  padding: 40px 0;
}

.kontakt-section h4 {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  color: white;
}

.kontakt-section p {
  font-size: 14px;
  margin-bottom: 0;
  color: white;
}

.kontakt-section .mehr {
  float: right;
  margin-top: 10px;
}

/**** FOOTER ****/
.footer {
  padding: 80px 0;
}

.footer .footer-logo {
  display: inline-block;
  margin-top: -20px;
}

.footer .footer-logo img {
  max-width: 250px;
  width: 100%;
}

.footer .footer-marken {
  padding: 0px 0px 15px 0px;
}

.footer .footer-marken > * {
  max-width: 20%;
}

.footer .footer-marken a {
  display: inline-block;
  margin-right: 8px;
}

.footer .footer-marken img {
  height: 32px;
}

.footer p {
  font-size: 15px;
  margin-bottom: 0;
}

.footer h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.footer li {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.footer li b {
  font-weight: 500;
}

.footer li span {
  font-weight: 500;
  display: inline-block;
  width: 40px;
}

.footer li a {
  transition: all 0.2s;
}

.footer li a:hover {
  color: #ecbe2c;
}
.footer li a i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .footer-cols .col-sm-3,
  .footer-cols .col-sm-12 {
    width: 20%;
  }
}

.lastline {
  padding: 20px 0;
  border-top: 1px solid lightgray;
}

.copyright {
  margin-bottom: 0;
  font-size: 14px;
}

.copyright span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.copyright a {
  transition: all 0.2s;
}

.copyright a:hover {
  color: #ecbe2c;
}

#toTop {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ecbe2c;
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  color: #ecbe2c;
  cursor: pointer;
  margin-top: -3px;
  transition: all 0.2s;
  float: right;
}

#toTop i {
  font-weight: bold;
}

#toTop:hover {
  background-color: #ecbe2c;
  color: #333;
}

/**** FAHRZEUGE ****/
.fahrzeuge {
  background-color: #e9e9e9;
}

/**** MARKEN ****/
.marken {
  background-color: #fbfbfb;
  padding-bottom: 00px;
}

.marken-items {
  padding-bottom: 50px;
  margin-left: -5px;
  margin-right: -5px;
}

.marken-item {
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.marken-item figure {
  background-color: #fff;
  border: 1px solid lightgray;
  box-shadow: inset 0 -5px 0 transparent;
  text-align: center;
  padding: 10px 5px;
  transition: all 0.2s;
}

.marken-item figure .marken-item-img {
  display: table;
  height: 70px;
  width: 100%;
}

.marken-item figure .marken-item-img span {
  display: table-cell;
  vertical-align: middle;
}

.marken-item figure .marken-item-img img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

.marken-item figure h3 {
  font-size: 11.5px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}

.marken-item:nth-child(6n + 1) {
  clear: left;
}

.marken-item figure:hover {
  box-shadow: inset 0 -5px 0 #ecbe2c;
}

.marken-items-nissan .marken-item figure:hover {
  box-shadow: inset 0 -5px 0 #c3002f;
}

/**** SERVICE ****/
.services {
  background-color: #f3f3f3;
}
.services-2 .row {
  margin-bottom: 50px;
}
.services-2 .mehr {
  color: #333 !important;
}
.services-2 .mehr:hover,
.services-2 .mehr:focus {
  color: #ecbe2c !important;
}
.services-2 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.services-2 .col-md-12 img {
  margin-bottom: 30px;
}
.services-2 ul {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}
.services-2 ul li {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  font-weight: 300;
}
.services-2 ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  left: -40px;
  top: 12px;
}
.services-2 ul li a {
  text-decoration: underline;
}
.services-2 .col-md-12 p:last-child {
  margin-bottom: 0;
}
.services .configurator-opel {
  margin-top: 50px;
}
.yellow-title {
  font-size: 24px;
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ecbe2c;
}
.small-images .col-md-4 {
  margin-bottom: 30px;
}
.small-images .col-md-4 a {
  border: 5px solid white;
  display: block;
}
.wasche {
  padding-bottom: 80px;
}

.wasche img {
  display: inline-block;
  margin-right: 30px;
}

.wasche figcaption {
  display: inline-block;
  background-color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 26px;
}

.wasche figcaption b {
  font-weight: 800;
}

.wasche figcaption i {
  width: 30px;
  color: #ecbe2c;
}

.service-item {
  background-color: #fff;
  padding: 5px 5px 5px 85px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  box-shadow: 0 0 15px #eee;
  height: 75px;
  min-height: 75px !important;
  display: table;
  width: 100%;
  transition: all 0.2s;
  color: #333;
  overflow: hidden;
}

.service-item img {
  left: 40px;
  top: 15px;
  position: absolute;
}

.service-item p {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.service-items2 .service-item {
  border: 2px solid #fff;
  background-color: #f8f8f8;
}

.service-item:hover {
  border-color: #ecbe2c;
}

.service-items {
  margin-bottom: 50px;
}

.service-item-wrap:nth-child(2n + 1) {
  clear: left;
}

.service-check {
  background-color: #ecbe2c;
  background-image: url("../images/servicecheckbg.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #333;
  margin: 0 0 30px 0;
  padding: 30px 15px;
  border: 2px solid white;
}

.service-check h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.service-check p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.service-check .mehr {
  float: right;
  margin-top: 10px;
  color: white !important;
}
.service-check .mehr:hover,
.service-check .mehr:focus {
  color: white !important;
}
/**** ABOUT ****/
.about {
  background-color: #f3f3f3;
  padding-bottom: 50px;
}

.team-nav {
  text-align: right;
  margin-top: 60px;
}

.team-nav li {
  display: inline-block;
}

.team-nav li a {
  border: 1px solid lightgray;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #f9f9f9;
}

.team-nav li.active a {
  background-color: #333;
  color: #fff;
}

.team-members {
  margin-bottom: 50px;
}
.team-members .tab-pane .team-member:nth-child(6n + 1) {
  clear: left;
}
.team-member {
  margin-bottom: 30px;
}

.team-member figure {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  transition: all 0.2s;
}
.team-member figure:hover {
  border-color: #ecbe2c;
}
.team-member .team-member-mail {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  line-height: 36px;
  text-align: center;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  transition: all 0.2s;
  z-index: 10;
}

.team-member .team-member-mail:hover {
  color: #ecbe2c;
}

.team-member figcaption {
  padding: 15px 12px;
}

.team-member h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.5;
}

.team-member h3 b {
  display: block;
}

.team-member h4 {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
  min-height: 43px;
  word-break: break-word;
}

.team-member p {
  font-size: 13px;
  margin-bottom: 0;
}

.team-member p b {
  font-weight: 600;
}

.about-dark {
  background-color: #333;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 30px 15px 20px 15px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  background-position: right bottom -30px;
  background-repeat: no-repeat;
}

.about-info {
  margin: 0 0 30px 0;
  padding: 30px 15px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.about-info h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}

.about-info h3 b {
  font-weight: 800;
}

.about-info ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
}

.about-info ul b {
  font-weight: 600;
}

.history {
  margin-bottom: 80px;
  padding-top: 80px;
}

.history .history-slide {
  padding: 0 15px;
}

.history article {
  background-color: #fff;
  padding: 30px;
}

.history article img {
  width: 100%;
}

.history article h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.history article h3 b {
  display: block;
  font-weight: 800;
}

.history article p {
  color: #777777;
  min-height: 330px;
}

.history .slick-prev,
.history .slick-prev:focus,
.history .slick-next,
.history .slick-next:focus {
  background-color: #ecbe2c;
  opacity: 1;
  bottom: auto;
  top: -80px;
}

.history .slick-next,
.history .slick-next:focus {
  right: 15px;
}

.history .slick-prev,
.history .slick-prev:focus {
  left: 15px;
}

/**** KONTAKT ****/
.kontakt-map {
  margin-bottom: 80px;
}
.kontakt-map #googleMap {
  height: 600px;
}
/*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: #ecbe2c;
  background-color: #ecbe2c;
  color: #fff;
}
.kontakt {
  padding-top: 80px;
}

.kontakt-anchors {
  margin-bottom: 50px;
}

.kontakt-anchor {
  text-transform: uppercase;
  padding: 15px;
  display: block;
  width: 100%;
  border: 1px solid lightgray;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.kontakt-anchor i {
  font-size: 20px;
  margin-left: 5px;
}

.kontakt-anchor:hover {
  background-color: #ecbe2c;
  border-color: #ecbe2c;
  color: #fff;
}

.kontakt-form {
  margin-bottom: 80px;
}

.kontakt-form input,
.kontakt-form textarea,
.kontakt-form select {
  display: block;
  width: 100%;
  border: 1px solid lightgray;
  background-color: #fff;
  outline: 0 !important;
  box-shadow: none !important;
  margin-bottom: 25px;
  font-size: 16px;
  transition: all 0.2s;
}

.kontakt-form input {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.kontakt-form select {
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.kontakt-form textarea {
  padding: 15px;
  resize: vertical;
}

.kontakt-form input:focus,
.kontakt-form textarea:focus,
.kontakt-form select:focus {
  border-color: #ecbe2c;
}

.termin-kontakt .title {
  margin-top: 20px;
  font-size: 28px;
}
.g-recaptcha {
  margin-bottom: 20px;
}
/**** 404 IMPRESSUM DATEN ****/
.error {
  padding: 200px 0;
  text-align: center;
}

.error .title {
  font-size: 100px;
}

.error h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

.impressum h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.impressum ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.impressum ul li {
  margin-bottom: 3px;
}

.impressum ul a {
  color: #ecbe2c;
}

.impressum h4 {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.2s;
}

.impressum h4:hover {
  color: #ecbe2c;
}

.daten,
.impressum {
  padding-top: 120px;
}

.daten .row h2 {
  font-size: 23px;
  font-weight: bold;
}

.daten .row h3 {
  font-size: 20px;
  font-weight: bold;
}

.daten .row h4 {
  font-size: 18px;
}

.daten p {
  font-weight: 400;
  margin-bottom: 20px;
  word-break: break-word;
}

.daten ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.daten a {
  color: #ecbe2c;
  word-break: break-word;
}
/*BOXES*/
.boxes {
  overflow: hidden;
}
.title-white {
  color: white;
}
.box-image {
  position: relative;
}
.box-background-black {
  position: relative;
  color: white;
}
.box-background-black div,
.box-image div {
  position: relative;
  z-index: 1;
}
.box-background-black::after,
.box-image::after {
  height: 100%;
  position: absolute;
  z-index: 0;
  content: " ";
  top: 0;
  display: inline-block;
  width: 168%;
  min-height: 530px;
}

.box-background-black::after {
  background-color: #1a1a1a;
}

.box-image::after {
  background-image: url(../images/termin.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.box-image.box-image-2::after {
  background-image: url(../images/jetzt.jpg);
}
.box-background-black::after {
  right: 0;
}
.box-image::after {
  left: 0;
}
.box-image.box-image-left::after {
  right: 0;
  left: auto;
}
.box-background-black {
  padding: 45px 45px;
}
.box-image img {
  position: absolute;
  z-index: 10;
  left: 200px;
  top: 100px;
}
.box-image.box-image-left img {
  left: auto;
  right: 200px;
}
.box-image.box-image-left::after {
  right: 0;
}
.box-background-black.box-right::after {
  left: 0;
  right: auto;
}

/**** MEDIENBERISCHTE ****/

.medienberischte .service-check {
  background-color: #eaeaea;
}
.medienberischte .service-check .mehr.mehr-dark {
  color: #333333 !important;
}
.medienberischte .service-check .mehr.mehr-dark:hover {
  border-color: #333333;
}
.medienberischte .service-check p {
  text-align: left;
  margin-top: 10px;
}

.kundenbriefe .issuuembed {
  margin-bottom: 30px;
  width: 100% !important;
  height: 400px !important;
  margin-bottom: 30px;
}
.kundenbriefe img {
  margin-bottom: 30px;
}
.stellenangebote .more-less {
  float: right;
  color: #f7d800;
  position: relative;
  font-weight: 100;
  font-size: 36px;
  margin-top: -5px;
}
.stellenangebote .panel-body {
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
  padding: 20px 25px;
}
.stellenangebote .panel-title {
  font-size: 24px;
  color: #333333;
}
.stellenangebote .panel-body {
  margin-bottom: 0;
}
.stellenangebote .panel {
  border-color: #f2f3f7;
  border-radius: 0;
  margin-top: 30px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.stellenangebote .panel-group .panel + .panel {
  margin-top: 30px;
}
.stellenangebote .panel {
  padding: 0;
}
.stellenangebote .panel-group {
  margin-bottom: 0;
}
.stellenangebote .panel-default > .panel-heading {
  background-color: transparent;
  padding: 20px 25px;
  border-color: #f2f3f7;
}

.stellenangebote ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.stellenangebote ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}
/* .stellenangebote ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 0;
    top: 8px;
    background-color: #999999;
} */
.stellenangebote
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #f2f3f7;
}
.stellenangebote .panel-title img {
  display: inline-block;
  margin-right: 20px;
}
.stellenangebote .panel-body h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.stellenangebote .panel-group .mehr {
  margin-right: 15px;
}
/** ANKAUF **/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + .add-file {
  display: block;
  background-color: #ecbe2c;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  transition: all 0.2s;
}
.inputfile + .add-file:hover {
  background-color: #333;
}
.inputfile + .add-file span {
  font-weight: 300;
  font-size: 15px;
  color: white !important;
  transition: all 0.2s;
}
.inputfile + .add-file:hover span {
  color: white;
}

.ankauf.kontakt-form label {
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
  font-size: 13.5px;
}
.ankauf.kontakt-form label span {
  color: #ecbe2c;
}

.ankauf h4 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.ankauf h5 {
  margin-bottom: 30px;
}
.ankauf form {
  margin-top: 50px;
}
.ankauf .checkbox input[type="checkbox"],
.ankauf .checkbox-inline input[type="checkbox"] {
  width: auto;
  height: 20px;
  width: 20px;
  margin-left: 0;
  left: 0;
}
.ankauf .radio input[type="radio"],
.ankauf .radio-inline input[type="radio"] {
  width: auto;
  height: 20px;
  width: 20px;
  margin-left: 0;
  left: 0;
}
.ankauf .checkbox label {
  line-height: 1.8;
  height: auto;
  padding-left: 30px;
}
.ankauf .button {
  margin-top: 40px;
}
.ankauf.kontakt-form,
.services-2 .ankauf.kontakt-form .row {
  margin-bottom: 0;
}
.kunden-section p {
  font-size: 18px;
  margin-bottom: 20px;
}
.ankauf h3 {
  display: block;
  font-size: 28px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  word-break: break-word;
}
.ankauf .radio-inline label,
.ankauf .checkbox-inline label {
  line-height: 1.8;
  height: auto;
  padding-left: 20px;
  font-size: 16px;
}
.kunden-section form {
  margin-top: 0;
}
.kunden-section .button {
  margin-top: 0;
  margin-bottom: 30px;
}
/**** MIETWAGEN ****/

.mietwagen .photo figure {
  position: relative;
}

.mietwagen .slick-slide img {
  width: 100%;
  margin-top: 30px;
}
.mietwagen .photo figure div {
  position: absolute;
  z-index: 2;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 94, 94, 0.5);
  color: white;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.mietwagen .photo figure div span {
  display: inline-block;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #ecbe2c;
  top: 0;
  right: 15px;
  position: absolute;
}

.mietwagen .photo figure:hover div {
  opacity: 1;
}
.mietwagen .col-md-4:nth-child(3n + 1) {
  clear: left;
}
.mietwagen article {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.mietwagen .article-desc {
  padding: 30px 15px;
  border-top: 1px solid #e5e5e5;
  background-color: white;
  min-height: 243px;
}
.mietwagen .article-desc h3 {
  font-size: 19px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.mietwagen .article-desc h3 span {
  color: #333333;
}
.mietwagen .article-desc p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.mietwagen .article-desc ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.mietwagen .article-desc ul li {
  position: relative;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  padding-left: 15px;
}
.mietwagen .article-desc ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333333;
  top: 7px;
  left: 0;
  border-radius: 50%;
}

.mietwagen-detail h3 {
  font-size: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.mietwagen-detail h3 span {
  color: #333333;
}
.mietwagen-detail p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 300;
}
.mietwagen-detail ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.mietwagen-detail ul li {
  position: relative;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: 300;
}
.mietwagen-detail ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333333;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.mietwagen-detail .standard-list {
  margin-bottom: 30px;
}
.mietwagen-detail .standard-list li {
  padding-left: 0;
}
.mietwagen-detail .standard-list li strong {
  margin-right: 20px;
}
.mietwagen-detail .standard-list li:before {
  display: none;
}
.mietwagen-detail-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mietwagen-detail-text .mehr {
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .mietwagen-modal .modal-dialog {
    width: 1170px;
    margin: 30px auto;
  }
}
.mietwagen-modal .modal-title {
  font-size: 30px;
  font-weight: 300;
}
.mietwagen-modal .modal-title strong {
  display: block;
}
.mietwagen-modal .modal-header {
  border-bottom: none;
}
.mietwagen-modal .table > thead > tr > th {
  border-bottom: none;
}
.mietwagen-modal .modal-content {
  border-radius: 0;
}
.mietwagen-modal .modal-header,
.mietwagen-modal .modal-body {
  padding: 20px;
}
.mietwagen-modal .modal-header .close {
  font-size: 40px;
}
.mietwagen-modal .modal-header .close:focus,
.mietwagen-modal .modal-header .close:active {
  border: none;
  box-shadow: none;
  outline: none;
}
.mietwagen-modal ul.list-modal {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}
.mietwagen-modal ul.list-modal li {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  font-weight: 300;
}
.mietwagen-modal ul.list-modal li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  top: 12px;
}
.mietwagen.service-popup .service-link {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  word-break: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  /* For Chrome and IE */
  word-wrap: break-word;
}
.mietwagen.service-popup .service-link:hover,
.mietwagen.service-popup .service-link:focus {
  color: #f0d202;
}
.mietwagen.service-popup .article-desc {
  min-height: 129px;
}
.mietwagen.service-popup a {
  cursor: pointer;
}
.mietwagen.service-popup ul {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}
.mietwagen.service-popup ul li {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  font-weight: 300;
}
.mietwagen.service-popup ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  left: -40px;
  top: 12px;
}
.mietwagen.service-popup ul.list-inline li {
  margin-right: 15px;
}
.mietwagen.service-popup ul.list-inline li:before {
  display: none;
}
.mietwagen.service-popup .col-md-12 a {
  margin-bottom: 10px;
  display: inline-block;
}
.link {
  text-decoration: underline;
}
/*EVENT*/
.event-page-section {
  background-color: #f3f3f4;
}
.event-section article {
  padding: 80px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.event-section article h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f3f0f0;
  padding: 15px;
  border: 2px solid #ecbe2c;
  margin-top: 0;
  margin-bottom: 20px;
}
.event-section article h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 15px;
  background-color: #ecbe2c; /*c40001*/
  margin-top: 0;
  margin-bottom: 40px;
  display: inline-block;
}
.event-section article h4 {
  font-size: 30px;
  font-weight: 500;
  color: #ecbe2c;
  margin-top: 0;
  margin-bottom: 20px;
}

.event-section article h1 {
  font-size: 30px;
  font-weight: 500;
  color: #ecbe2c;
  margin-top: 0;
  margin-bottom: 20px;
}
.event-section article ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.event-section article ul li {
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
  font-weight: 300;
}
.event-section article p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}
.event-section article li strong,
.event-section article p strong {
  display: block;
}
.event-section .kontakt-form {
  padding-top: 80px;
  margin-bottom: 0;
}
/**** MEDIA ****/
@media only screen and (max-width: 1399px) {
  .slide-caption {
    top: 150px;
  }
}

/** 1199 **/
@media only screen and (max-width: 1199px) {
  .slide-caption {
    width: auto;
    text-align: center;
  }

  .slide-caption div {
    display: inline-block;
    margin: 0 auto;
  }

  .banner {
    height: 400px;
  }

  .navbar-default .navbar-nav > li::after {
    margin-left: 3px;
    margin-right: 3px;
  }

  .underhead {
    position: inherit;
    bottom: auto;
    background-color: #333;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .slider-underhead.underhead {
    margin-top: 0;
    margin-bottom: 0;
  }
  .facebook-div {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .underhead-termin-txt {
    padding-left: 0;
    padding-top: 0;
  }

  .underhead .jetzpro h4 {
    font-size: 20px;
  }

  .page-nav {
    margin-top: 0;
    margin-right: 0;
  }

  .main-slider-wrapper {
    background-color: transparent;
  }

  .title {
    font-size: 30px;
  }

  .underhead-termin-txt p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .points {
    padding-top: 50px;
  }

  .configurator-car {
    width: 16%;
  }

  .hit-tabs .tab-pane h3 {
    font-size: 16px;
  }

  .footer .footer-logo img {
    max-width: 100%;
  }

  .footer .footer-logo {
    margin-top: 0;
  }

  .footer li {
    font-size: 14px;
  }

  .page-section {
    padding-top: 80px;
  }

  .mehr {
    font-size: 15px;
  }
  .medienberischte .service-check .mehr.mehr-dark {
    font-size: 13px;
  }
  .medienberischte .service-check .mehr.mehr-dark i {
    font-size: 16px;
  }
  .configurator-car h5 {
    font-size: 12px;
  }

  .kontakt-section h4 b {
    display: block;
  }

  .wasche figcaption {
    font-size: 22px;
  }

  .post article h3,
  .post article h2 {
    font-size: 20px;
  }

  .team-member {
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-members .tab-pane {
    margin-left: -5px;
    margin-right: -5px;
  }

  .team-member h3 {
    font-size: 14px;
  }

  .history article h3 {
    font-size: 22px;
  }

  .history article {
    padding: 20px;
  }

  .history article p {
    font-size: 14px;
  }

  .kontakt-map #googleMap {
    height: 400px;
  }

  .kontakt-anchor {
    font-size: 16px;
  }

  .impressum,
  .daten {
    padding-top: 120px;
  }

  .footer .footer-marken a {
    margin-right: 10px;
  }

  .error {
    padding: 120px 0 80px 0;
  }
  .box-background-black::after,
  .box-image::after {
    min-height: 438px;
  }
  .ankauf.kontakt-form label {
    font-size: 12.5px;
  }
  .footer h4 {
    font-size: 20px;
  }
  .footer .footer-marken img {
    height: 25px;
  }
  .event-section .kontakt-form {
    padding-bottom: 80px;
  }
  .event-section article h2,
  .event-section article h3 {
    font-size: 30px;
  }
  .event-section article h4 {
    font-size: 26px;
  }
  .head-marken img {
    max-width: 55px;
  }
}

/** 991 **/
@media only screen and (max-width: 991px) {
  .page-nav {
    min-width: 250px;
  }
  .navbar-default .navbar-nav > li::after {
    display: none;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    font-size: 16px;
    padding: 25px 8px;
  }

  .head-marken img {
    max-height: 50px;
  }

  .topline address {
    font-size: 12px;
    padding-top: 5px;
  }

  .slide-caption {
    top: 100px;
  }

  .slide-caption p {
    font-size: 15px;
  }

  .underhead-termin .title {
    font-size: 25px;
  }

  .facebook-div {
    margin-right: 0;
  }

  .point h3 {
    font-size: 20px;
  }

  .configurator-car {
    text-align: center;
    width: 15%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .configurator .text-right {
    text-align: center !important;
  }

  .configurator h4 {
    height: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .post article div {
    padding: 15px;
  }

  .mehr {
    font-size: 14px;
  }

  .post article h3,
  .post article h2 {
    font-size: 17px;
  }

  .hit-tabs {
    padding-right: 15px;
  }

  .hits .hitsmap {
    padding-left: 15px;
  }

  .newsletter p {
    margin-bottom: 15px;
  }

  .footer h4 {
    margin-top: 40px;
  }

  .marken-item,
  .team-member {
    width: 25%;
    float: left;
  }

  .marken-item:nth-child(6n + 1),
  .team-member:nth-child(6n + 1),
  .team-members .tab-pane .team-member:nth-child(6n + 1) {
    clear: inherit;
  }

  .marken-item:nth-child(4n + 1),
  .team-member:nth-child(4n + 1),
  .team-members .tab-pane .team-member:nth-child(4n + 1) {
    clear: left;
  }

  .service-check .mehr,
  .kontakt-section .mehr {
    float: none;
    margin-top: 20px;
  }

  .kontakt-section h4 b {
    display: inline-block;
  }

  .kontakt-section h4,
  .newsletter h4 {
    margin-bottom: 10px;
  }

  .team-nav {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .news-detail article h1 {
    font-size: 25px;
  }

  .copyright {
    font-size: 13px;
  }

  .history article p {
    min-height: inherit;
  }

  .termine .block .wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-background-black::after,
  .box-image::after {
    width: 100%;
  }
  .box-background-black::after,
  .box-image::after {
    min-height: 404px;
  }
  .box-image {
    min-height: 404px;
  }
  .box-background-black {
    padding: 30px 30px 30px 15px;
  }
  .underhead .col-sm-7 .jetzpro {
    margin-bottom: 30px;
  }
  .slider-underhead.underhead {
    max-width: 750px;
  }
  .medienberischte .service-check .mehr.mehr-dark {
    font-size: 15px;
  }
  .medienberischte .service-check .mehr.mehr-dark i {
    font-size: 20px;
  }
  .ankauf.kontakt-form label {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .inputfile + .add-file span {
    line-height: 45px;
  }
  .inputfile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mietwagen .col-md-4:nth-child(3n + 1) {
    clear: none;
  }
  .mietwagen-detail .col-md-4.text-right {
    text-align: left;
  }
  .footer h4 {
    font-size: 18px;
  }
  .head-marken a {
    margin-left: 15px;
  }
  .d-flex {
    flex-direction: column;
  }
  .d-flex .button {
    margin-top: 30px;
  }
}

/** 767 **/
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
    border: none;
    position: relative;
    float: none;
  }
  .dropdown-menu {
    display: block;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu li a,
  .navbar-default .navbar-nav > li.active > .dropdown-menu li a,
  .navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 600;
    padding: 10px 15px !important;
  }
  /* .dropdown .fa {
		display: none;
	} */
  .header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    position: fixed !important;
    background-color: #fff !important;
    z-index: 1001;
    bottom: auto !important;
    top: 0 !important;
    animation: none !important;
    box-shadow: 0px 0px 5px grey;
  }

  .navbar-header {
    padding: 15px;
  }

  .nav-logo img {
    height: 30px;
    margin-top: 10px;
  }

  body {
    padding-top: 80px;
  }

  .navbar-default {
    margin: 0;
  }

  .navbar-default .navbar-toggle {
    border: 0px;
    padding-right: 0;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ecbe2c;
  }

  .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 {
    display: block;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333 !important;
  }

  .navbar-default .navbar-nav > .active > a {
    color: #ecbe2c !important;
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-collapse.in {
    max-height: 600px;
    overflow-y: scroll;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu li {
    padding-left: 15px;
  }
  .dropdown .fa {
    font-size: 20px;
    padding-left: 10px;
  }
  .mobile-tel {
    padding: 12px 15px;
    background-color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
  }

  .mobile-tel i {
    margin-right: 10px;
  }

  .mobile-social {
    padding: 12px 15px;
    background-color: #ecbe2c;
    color: #fff;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
    font-weight: 300;
  }

  .mobile-social a {
    margin-right: 20px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 24px;
  }

  .slide-caption {
    display: none;
  }

  .slick-prev,
  .slick-prev:focus,
  .slick-next,
  .slick-next:focus {
    top: 35%;
  }

  .underhead-termin {
    margin-top: 0;
  }

  .underhead-termin .title {
    font-size: 22px;
  }

  .point p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .configurator-car {
    width: 40%;
  }

  .configurator-car img {
    max-height: 40px;
  }

  .hit-tabs .nav {
    background-color: transparent;
    text-align: left;
  }

  .hit-tabs .nav li a {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    font-size: 13px;
  }

  .hit-tabs .tab-pane {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hit-tabs .tab-pane h3 {
    margin-top: 20px;
  }

  .lastline {
    text-align: center;
  }

  #toTop {
    float: none;
    margin-top: 20px;
  }

  .copyright span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .underhead {
    display: none;
  }
  .banner-wrapper .col-md-12 {
    padding: 0;
  }
  .banner {
    height: 300px;
  }

  .marken-item:nth-child(4n + 1),
  .team-member:nth-child(4n + 1) {
    clear: none;
  }

  .marken-item,
  .team-member {
    width: 50%;
    margin-bottom: 10px;
  }

  .marken-item:nth-child(2n + 1),
  .team-member:nth-child(2n + 1) {
    clear: left;
  }

  .title {
    font-size: 28px;
  }

  .service-check h4 {
    margin-bottom: 10px;
  }

  .footer h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .wasche figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-nav li {
    width: 100%;
    margin-bottom: 5px;
  }

  .about-dark,
  .about-info {
    padding: 30px 0;
  }

  .kontakt-section h4 b {
    display: block;
  }

  .news-detail article h1 {
    font-size: 22px;
  }

  .share-post a {
    display: block;
    margin-bottom: 5px;
  }

  .news-detail article .news-desc {
    padding: 30px 15px;
  }

  .kontakt-anchor {
    margin-bottom: 15px;
    padding: 15px;
  }

  .title b,
  .title strong {
    display: block;
  }

  .termin-kontakt .title {
    font-size: 24px;
  }

  .impressum,
  .daten,
  .error {
    padding-top: 80px;
  }
  .captcha {
    margin-bottom: 25px;
  }
  .kontakt-map #googleMap {
    height: 240px;
  }
  .configurator-car:nth-child(2n + 1) {
    clear: left;
  }
  .slick-dots {
    top: 20px;
    left: 20px;
  }
  .footer .footer-marken a {
    margin-right: 15px;
  }
  .footer .footer-marken img {
    height: 45px;
  }
  .services-2 .row {
    margin-bottom: 30px;
  }
  .services-2 .title {
    margin-top: 30px;
  }
  .ankauf h3 {
    font-size: 24px;
  }
  .box-background-black::after,
  .box-image::after {
    min-height: auto;
  }
  .box-image {
    min-height: 201px;
  }
  .boxes p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .mietwagen .photo figure img {
    width: 100%;
  }
  .mietwagen .article-desc {
    min-height: auto;
  }
  .mietwagen .col-md-4:last-child article {
    margin-bottom: 0;
  }
  .mietwagen-detail .small-images img {
    width: 100%;
  }
  .small-images .col-md-4:last-child {
    margin-bottom: 0;
  }
  .mietwagen-modal .modal-title {
    font-size: 24px;
  }
  .event-section article h2,
  .event-section article h3 {
    font-size: 28px;
  }
  .event-section article h4 {
    font-size: 24px;
  }
  .ankauf .radio-inline label,
  .ankauf .checkbox-inline label {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ankauf img {
    margin-bottom: 25px;
  }
  .kundenbriefe img {
    width: 100%;
  }
  .team-members .tab-pane .title {
    margin-top: 20px;
  }
  .news-detail article .button {
    display: block;
    margin: 0 0 15px 0;
  }
}

/* TERMINANFRAGE */
.termine {
  margin: 0;
  position: relative;
}

.termine .wrapper {
  background-color: #fff;
}

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

.termine input,
.termine select,
.termine textarea {
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 0;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  transition: all 0.2s;
}

.termine input:focus,
.termine select:focus,
.termine textarea:focus {
  outline: 0;
  border-color: #ecbe2c;
}

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

#datepicker {
  margin-bottom: 30px;
  position: relative;
}

#datepicker:hover {
  background-color: #333;
}

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

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

.ui-datepicker {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-bottom: 0px;
}

.ui-datepicker td {
  border: 0;
}

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

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

.ui-datepicker th {
  font-size: 14px;
  font-weight: 700;
  padding: 0.125rem 0;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.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: #333 !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: #333;
  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: 23px;
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem;
}

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

.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 50px;
}

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

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.ui-datepicker .ui-datepicker-next span::after,
.ui-datepicker .ui-datepicker-prev span::after {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: bold;
  transition: all 0.2s;
}

.ui-datepicker .ui-datepicker-next span::after {
  content: ">";
}

.ui-datepicker .ui-datepicker-prev span::after {
  content: "<";
}

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

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

@media only screen and (min-width: 62em) {
  .termine .wrapper {
    margin: 0;
  }

  .termine .ui-datepicker .ui-datepicker-title {
    font-size: 22px;
  }
}

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

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

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

.termine label span {
  color: #333;
}

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

.termine input {
  padding: 0px 15px;
  height: 45px;
  line-height: 45px;
}
.termine .radio-buttons {
  margin-bottom: 10px;
}
.termine .radio-buttons label {
  display: block;
}
.termine .radio-buttons input[type="radio"] {
  width: auto;
  height: 18px;
  width: 18px;
  margin-left: 0;
  left: 0;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.termine .radio-buttons .radio-button {
  display: inline-block;
  margin-right: 15px;
}
.termine select {
  border-radius: 0;
  padding: 0px 1.875rem 0px 0.625rem;
  height: 45px;
  line-height: 45px;
}

.termine textarea {
  height: 9rem;
  padding: 15px;
  resize: none;
}

.termine .button {
  width: 100%;
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@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: 50%;
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0.9375rem;
    margin-bottom: 15px;
  }

  .termine .block:last-child {
    padding-right: 0;
  }
}

.termine .block h4 {
  color: #8e9196;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 10px;
  padding: 1rem 0.9375rem;
  font-weight: 500;
}

.termine .block .wrap {
  padding: 10px;
}

.termine .block .time {
  margin: 1rem -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 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
}

.termine .bottomText {
  color: #626262;
  font-size: 12px;
  margin-top: 25px;
}

@media only screen and (min-width: 62em) {
  .termine .phoneTermin {
    width: 33.33%;
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*END TERMIN ANFRAGE*/
