body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-family: "Roboto", sans-serif, sans-serif;
}
::-moz-focus-inner {
    border: 0;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}
.button, .button:active, .button:focus, .button:visited {
    outline: 0 !important;
    border: none;
    border-radius: 0;
    background: #333;
    text-transform: uppercase;
    padding: 10px 22px;
    min-width: 100px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.button:hover {
    background: #555;
    color: white;
    text-decoration: none;
}
.button.white, .button.white:active, .button.white:focus, .button.white:visited {
    background: white;
    color: #333;
}
.button.white:hover {
    background: #555;
    color: white;
    text-decoration: none;
}
.title-row {
    text-align: center;
}
.title-row-dark {
    background-color: #787171;
    color: white;
    margin: 0;
}
.title {
    font-size: 40px;
    padding: 30px 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.title-row-dark .title {
    padding: 20px 0;
    font-size: 36px;
    font-weight: 500;
}
.title::after {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 28px;
    background-image: url("../images/title-left.png");
    margin-left: 25px;
    margin-bottom: 10px;
}
.title-row-dark .title::after {
    background-image: url("../images/title-left-white.png");
    margin-bottom: 5px;
}
.title::before {
    content: " ";
    display: inline-block;
    height: 15px;
    width: 28px;
    background-image: url("../images/title-right.png");
    margin-right: 25px;
    margin-bottom: 10px;
}
.title-row-dark .title::before {
    background-image: url("../images/title-right-white.png");
    margin-bottom: 5px;
}
.banner {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.section {
    padding: 90px 0;
}
.aside .left-menu {
    background-color: #f1f1f1;
    padding: 20px 10px 5px 10px;
    margin-bottom: 30px;
}
.aside .left-menu h4 {
    font-size: 24px;
    font-weight: 500;
    padding-left: 15px;
    margin-top: 0;
}
.aside .left-menu ul {
    padding-left: 0;
    list-style: none;
}
.aside .left-menu ul li {
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
    font-size: 18px;
}
.aside .left-menu ul li a {
    padding: 10px 0;
    display: block;
}
.aside .left-menu ul li a::before {
    content: "-";
    display: inline-block;
    margin-right: 15px;
}
.aside .left-menu ul li.active {
    font-weight: 600;
}
.aside .left-menu ul li:last-child {
    border-bottom: 0;
}
.aside .left-wha {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.aside .left-wha h4 {
    font-size: 16px;
    padding: 15px 0;
    margin: 0px 0px 15px 0;
    font-weight: 300;
    border-top: 8px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
}
.aside .left-wha div {
    padding: 20px 20px 5px 20px;
    color: white;
    background-color: #787171;
}
.aside .left-wha div p {
    border-bottom: 1px solid white;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.aside .left-wha div p b {
    font-weight: 500;
}
.aside .left-wha div p:last-child {
    border: none;
}
.aside .left-person h4 {
    font-size: 16px;
    padding: 15px 0;
    margin: 0px 0px 15px 0;
    font-weight: 300;
    border-top: 8px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
}
.aside .left-person figure {
    border: 1px solid lightgray;
    margin-bottom: 30px;
}
.aside .left-person figure h5 {
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.aside .left-person figure figcaption {
    padding: 15px;
    font-size: 16px;
    line-height: 1.7;
}
.aside .left-person figure figcaption i {
    width: 20px;
}
.page-desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.page-desc p {
    margin-bottom: 0;
    padding: 30px 10px;
    border-bottom: 8px solid #f1f1f1;
}
.page-desc h2 {
    font-size: 24px;
    margin: 40px 0;
    font-weight: bold;
    text-transform: uppercase;
}
/*************
FIRSTLINE
*************/

.firstline {
    background-image: url("../images/topbar.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: right;
    padding: 15px 0;
}
.firstline .info {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}
.firstline .info li {
    display: inline-block;
    margin-right: 20px;
}
.firstline .info li i {
    margin-right: 5px;
}
.firstline .info li ul {
    min-width: inherit;
    text-align: center;
}
.firstline .info li ul li {
    display: block;
    width: 100%;
    font-site: 16px;
}
.firstline .info li ul li a {
    padding: 3px 10px;
}
.firstline .social {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 0;
}
.firstline .social li {
    display: inline-block;
    margin-left: 8px;
}
.firstline .social li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.firstline .social li:hover {
    opacity: 0.9;
}
/*************
NAVIGATION
*************/

.navigation {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid lightgray;
    position: relative;
}
.navigation ul {
    margin-right: -30px;
}
.navigation ul li {
    background: transparent !important;
}
.navigation ul li a {
    background: transparent !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #333 !important;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation ul li:hover {
    opacity: 0.8;
}
.navigation ul li.active a {
    font-weight: 800;
}
.navigation .navbar-brand {
    margin-left: -200px !important;
    margin-top: -40px;
}
.navigation .navbar-brand img {
    max-width: 400px;
}
.navigation .brand-logos {
    position: absolute;
    right: 30px;
    top: 15px;
}
.navigation .brand-logos a {
    margin-left: 30px;
}
/*************
SLIDER
*************/

.slick-initialized .slick-slide {
    outline: 0 !important;
}
.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 70px;
    width: 70px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    top: 45%;
    padding: 0;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: rgba(250, 250, 250, 0.05);
    outline: none;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev, .slick-prev:focus {
    left: 30px;
    background-image: url("../images/left-arrow.png");
}
.slick-next, .slick-next:focus {
    right: 30px;
    background-image: url("../images/right-arrow.png");
}
.slick-next:hover, .slick-prev:hover {
    border-color: lightgray;
}
.main-slider {
    overflow: hidden;
    max-width: 1920px;
    margin:0 auto;
}
.main-slider .main-slide img {
    display: inline-block;
}
.main-slider .main-slide {
    position: relative;
}
.main-slider .main-slide::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}
.main-slider .slide-caption {
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 250px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    color: white;
    text-align: left;
}
.main-slider .slide-caption p {
    font-size: 50px;
    font-weight: bold;
    opacity: 0.6;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .slide-caption {
        width: 1170px;
    }
}
/*************
MAP
*************/

.map {
    position: relative;
}
.working-hours {
    position: absolute;
    z-index: 13;
    right: 100px;
    top: 20%;
    width: 350px;
    font-size: 20px;
    padding: 0px 30px 30px 30px;
    background-color: rgba(211, 211, 211, 0.5);
    box-shadow: 2px 2px 5px darkgray;
}
.working-hours h5 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 30px;
}
#googleMap {
    height: 700px;
}
#map-content {
    text-align: center;
    padding: 15px 20px 5px 20px;
    font-size: 17px;
}
#map-content img {
    margin-bottom: 10px;
    max-width: 200px;
}
#map-content p {
    line-height: 1.5;
    margin-bottom: 0;
}
/* 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: 65px;
  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 .2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
/*************
SPEAK
*************/

.speak-bottom {
    position: absolute;
    margin-top: -50px;
    width: 100%;
    z-index: 11;
}
.speak .row {
    margin: 0 auto;
    background-color: #333;
    color: white;
    padding: 30px;
}
.speak p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 50px;
    padding-top: 10px;
}
.speak .button {
    float: right;
}
/*************
HOME CARS
*************/

.home-cars {
    padding: 60px 0 90px 0;
    background: #fff;
    text-align: center;
}
.home-cars figure {
    margin-top: 30px;
}
.home-cars figcaption {
    padding: 20px 30px 15px 30px;
    min-height: 110px;
    box-shadow: 5px 5px 5px #f1f1f1;
    margin-bottom: 30px;
}
.home-cars figcaption img {
    display: inline-block;
}
.home-firmen {
    padding: 60px 0 90px 0;
    background-image: url("../images/home-firmen-bg.png");
    background-size: cover;
    background-position: center;
}
.home-firmen h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: bold;
}
.home-firmen .col-md-6 p {
    font-style: italic;
    font-size: 22px;
}
.home-firmen .speak {
    margin-top: 50px;
}
.to-termin {
    background-image: url("../images/termin-back.png");
    background-size: cover;
    color: white;
    padding: 140px 0 100px 0;
}
.to-termin h5 {
    font-size: 28px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 0px 3px #333;
}
.to-termin p {
    font-size: 20px;
    text-shadow: 1px 0px 3px #333;
}
.to-termin .button {
    margin-top: 15px;
}
.konfigurator {
    text-align: center;
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid darkgray;
}
.konfigurator .col-md-4 {
    border-left: 1px solid gray;
}
.konfigurator h4 {
    text-transform: uppercase;
    margin-top: 0;
}
.konfigurator h5 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
.konfigurator img {
    display: inline-block;
}
.konfigurator .button {
    min-width: 180px;
}
.newsletter {
    background-image: url("../images/newsletter-back.png");
    background-size: cover;
    padding: 60px 0;
    color: white;
}
.newsletter h4 {
    text-transform: uppercase;
    font-size: 48px;
}
.newsletter p {
    text-transform: uppercase;
    font-size: 14px;
}
.newsletter form {
    margin-top: 30px;
    text-align: right;
}
.newsletter input {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    width: 300px;
    border: none;
    box-shadow: none !important;
    outline: 0 !important;
    margin-right: 10px;
    color: #333;
}
.footer {
    padding: 100px 0 30px 0;
    position: relative;
    background-color: #292929;
    color: white;
    text-transform: uppercase;
}
.footer article {
    border-right: 2px solid white;
    min-height: 137px;
    padding-left: 30px;
    margin-bottom: 60px;
}
.footer article:last-child {
    border-right: none;
}
.footer #toTop {
    width: 70px;
    height: 70px;
    color: #333;
    text-align: center;
    line-height: 70px;
    position: absolute;
    z-index: 12;
    top: -35px;
    left: 0;
    right: 0;
    font-size: 40px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.footer #toTop:hover {
    background-color: #555;
    color: white;
}
.footer .footerSocial {
    margin-top: 60px;
}
.footer .footerSocial li {
    padding-left: 0;
    padding-right: 20px;
}
.footer .footerSocial li a {
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    border-radius: 50%;
    font-size: 22px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.footer .footerSocial li a:hover, .footer .footerSocial li a:focus {
    border: 1px solid white;
}
.footer h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.footer h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    margin-top: 0px;
    margin-bottom: 25px;
    font-weight: bold;
}
.footer p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}
.footer .form-group {
    position: relative;
}
.footer .form-control {
    height: 50px;
    padding: 6px 20px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #f2f2f2;
    margin-bottom: 40px;
    border: 1px solid #717170;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.footer .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid white;
}
.footer .form-group button {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 24px;
    background-color: transparent;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.footer .footer-hours {
    color: darkgrey;
}
.footer .copyright {
    margin-top: 50px;
}
.footer .copyright p, .footer .copyright a {
    color: darkgrey;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 0;
}
.footer .copyright a:hover {
    color: white;
}
.aktuelle .page-desc {
    margin-bottom: 50px;
}
.aktuelle-big {
    margin-bottom: 15px;
}
.aktuelle-big article {
    height: 365px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.aktuelle-big article h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    line-height: 1.35;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.aktuelle-big article:hover h3 {
    background-color: #666;
}
.aktuelle-small {
    padding-left: 0;
    margin-bottom: 15px;
}
.aktuelle-small a {
    display: block;
}
.aktuelle-small article {
    height: 175px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.aktuelle-small article h3 {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    line-height: 1.35;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.aktuelle-small article:hover h3 {
    background-color: #666;
}
.aktuelle-right .aktuelle-small {
    padding-left: 15px;
    padding-right: 0;
}
#news-detail {
    max-width: 700px;
    max-height: 800px;
}
#news-detail h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
#news-detail img {
    width: 100%;
    margin-bottom: 30px;
}
#news-detail p {
    font-size: 16px;
    margin-bottom: 20px;
}
.fancybox-close-small:after {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: #eee !important;
}
.zur-website {
    background-color: #f9f8f8;
    padding: 30px 30px 40px 30px;
    position: relative;
    margin: 50px 0 30px 0;
}
.zur-website .col-md-12 {
    padding: 0;
}
.zur-website img {
    display: inline-block;
}
.zur-website .button {
    position: absolute;
    bottom: -60px;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.zur-website-cars {
    background-color: transparent;
    padding: 0;
}
.zur-website-cars .button {
    bottom: 30px;
    margin-right: 145px;
}
.cars article {
    border: 1px solid gray;
    padding: 50px 30px 0 30px;
    text-align: center;
}
.cars article img {
    display: inline-block;
    height: 50px;
}
.cars article h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
}
.cars-ssangyong article img {
    height: 70px;
}
.service article {
    margin-top: 30px;
}
.service article p {
    font-size: 18px;
    font-weight: 300;
}
.service article img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 8px solid #f1f1f1;
}
.service .service-item {
    background-color: white;
    padding: 5px 5px 5px 65px;
    margin-bottom: 30px;
    border: 2px solid darkgray;
    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 .service-item img {
    left: 30px;
    top: 15px;
    position: absolute;
}
.service .service-item p {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}
.service .service-item:hover {
    background: #f1f1f1;
}
.form {
    padding-bottom: 30px;
}
.form input, .form select {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid lightgray;
    outline: 0 !important;
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.form select {
    padding-left: 10px;
}
.form textarea {
    display: block;
    width: 100%;
    resize: none;
    border: 1px solid lightgray;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 25px;
}
.form input:focus, .form select:focus, .form textarea:focus {
    border-color: #333;
}
.form .captcha img {
    height: 55px;
}
.form .button {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    width: 100%;
}
.form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form .inputfile+.add-file {
    display: block;
    background-color: #777;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.2s;
}
.form .inputfile+.add-file span {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.form .inputfile+.add-file span i {
    margin-right: 10px;
}
.form .inputfile+.add-file:hover {
    opacity: 0.8;
}
.form .input-label {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}
.angebote {
    margin: 0 0 30px 0;
    padding: 15px 20px 0 20px;
    background-color: #f1f1f1;
}
.angebote h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid darkgray;
    font-weight: bold;
}
.angebote ul {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
}
.angebote ul li {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.angebote ul li i {
    margin-right: 15px;
}
.error {
    padding-bottom: 50px;
}
.error h1 {
    font-size: 150px;
}
.error h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}
/*************

IMPRESSUM

*****************/

.impressum h1 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}
.impressum h2 {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}
.impressum h2 span {
    display: block;
}
.impressum h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.impressum p {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 300;
    color: #1d2224;
}
.impressum p span {
    font-weight: 500;
    margin-top: 10px;
}
.impressum .imp-info span {
    color: #333;
    font-weight: 400;
}
.impressum .impressumBtn {
    outline: none;
    background-color: #333;
    color: white;
    height: 35px;
    width: 35px;
    font-weight: 800;
    line-height: 35px;
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    color: white;
}
.impressum .impressumBtn::after {
    content: "-";
    display: inline-block;
}
.impressum .impressumBtn.closed::after {
    content: "+";
    display: inline-block;
}
.impressum .company {
    margin-bottom: 60px;
}
.impressum .company a {
    color: #000;
}
.impressum .company a:hover {
    color: gray;
}
.imp-dtn ul {
 list-style-type: none;
 padding-left: 0;
 margin-bottom: 20px;
 font-size: 15px;
 font-weight: 300;
}
.imp-dtn p {
margin-bottom: 20px;
}
.imp-dtn p a, .imp-dtn ul a {
text-decoration: underline;
color:#333;
}
.imp-dtn h2 {
 font-size: 24px;
}
.imp-dtn h3 {
 font-size: 22px;
}
.imp-dtn h4 {
font-size: 18px;
}
.imp-dtn h3, .imp-dtn h2, .imp-dtn h4, .imp-dtn h5 {
 margin-bottom: 10px;
 font-weight: bold;
 text-transform: inherit;
}
.imp-dtn h5  {
 font-size: 16px;
}
.vermietung-cars article {
    background-color: #f9f9f9;
    padding: 30px 15px;
    margin: 0 0 30px 0;
}
.vermietung-cars article h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.vermietung-cars article p {
    margin-bottom: 15px;
    font-size: 14px;
}
.vermietung-cars article p strong {
    text-transform: uppercase;
}
.events .event {
    margin-top: 50px;
}
.events .event h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
}
.events .event p {
    margin-bottom: 15px;
}
.events .event div.row {
    border-top: 1px solid #787171;
    border-bottom: 2px solid #787171;
    margin: 0;
    padding: 5px 0;
}
.events .event div.row div {
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.team {
    margin: 0 -5px;
}
.team .team-member {
    padding: 0px 2.5px;
}
.team .team-member:nth-child(4n+1) {
    clear: left;
}
.team figure {
    border: 1px solid lightgray;
    margin-bottom: 5px;
}
.team figure h5 {
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.team figure div {
    position: relative;
}
.team figure div span.team-info {
    opacity: 0;
    font-size: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 13%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.team figure div span.team-info i {
    margin-top: 5px;
}
.team figure figcaption {
    padding: 10px 10px 0px 10px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 73px;
}
.team figure figcaption i {
    width: 20px;
}
.team figure:hover span.team-info {
    opacity: 1;
}
.betrieb {
    margin: 50px 0 0 0;
}
.betrieb img {
    margin-bottom: 30px;
}
.betrieb dl dt {
    font-size: 24px;
    color: #787171;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 95px;
    text-transform: uppercase;
}
.betrieb dl dt b {
    color: #333;
    position: absolute;
    font-weight: 400;
    left: 15px;
}
.betrieb dl dt b span {
    display: inline-block;
    margin: 0 12px;
}
.betrieb dl dd {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}
.galerie {
    margin: 50px -5px 0 -5px;
}
.galerie .photo {
    padding: 0 5px;
    margin-bottom: 15px;
}
.galerie .photo figure {
    position: relative;
}
.galerie .photo figcaption h3 {
    text-align: center;
    font-size: 20px;
}
.galerie .photo figure div {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 23%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.galerie .photo figure div span {
    display: inline-block;
    font-size: 40px;
    width: 100px;
    height: 100px;
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}
.galerie .photo figure:hover div {
    opacity: 1;
}
.pdf-download {
    margin-top: 50px;
}
.pdf-download a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.pdf-download a:hover {
    color: gray;
}
.pdf-download i {
    width: 20px;
}
.jobs {
    margin: 50px 0 0 0;
}
.jobs article {
    margin-bottom: 60px;
    text-align: center;
}
.jobs article h2 {
    border-top: 1px solid gray;
    border-bottom: 5px solid gray;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 10px;
    font-size: 24px;
    font-weight: bold;
}
.jobs article p {
    min-height: 50px;
    margin-bottom: 0;
    padding: 15px;
    font-size: 16px;
    background-color: #f4f4f4;
}
.jobs article:last-child {
    margin-bottom: 0;
}
.map-no-hours .working-hours {
    display: none;
}

.offnung {
    padding: 50px 100px 30px 100px;
    font-size: 18px;
    background-color: #f1f1f1;
    text-transform: uppercase;
    color: #787171;
}
.special-offnung {
    margin-top: 40px;
}
.special-offnung h5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.special-offnung p {
    color: #333;
    font-size: 24px;
}
.offnung dl dt {
    text-align: left;
    font-weight: 500;
    width: 360px;
    position: relative;
}
.offnung dl dt span {
    background-color: #f1f1f1;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 8px;
}
.offnung dl dt::before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: gray;
    bottom: 8px;
}
.offnung dl dd {
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 380px;
}
.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 .form {
    margin-top: 50px;
}
.single-pdf {
    margin-top: 50px;
}
.single-pdf img {
    border: 1px solid lightgray;
}
.single-pdf h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.single-pdf p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.hci-iframe .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
}
.hci-iframe .nav-tabs>li.active>a,
.hci-iframe .nav-tabs>li.active>a:focus,
.hci-iframe .nav-tabs>li.active>a:hover {
    border: none;
}
.hci-iframe .nav-tabs>li.active {
    border-color: #787171
}
.hci-iframe .nav-tabs>li {
    border: 2px solid lightgray;
    margin-bottom: 0;
    margin-right: 15px;
    float: none;
    display: inline-block;
}
.hci-iframe .nav-tabs>li>a {
    border: none;
    border-radius: 0;
    padding: 10px 55px;
    font-size: 18px;
    font-weight: 500;
}
.hci-iframe .nav>li>a:focus,
.hci-iframe .nav>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}


/*************
MEDIA
*************/

@media only screen and (max-width: 1600px) {
    .navigation .brand-logos {
        right: 15px;
        top: -35px;
    }
    .navigation .brand-logos img {
        max-height: 30px;
    }
    .navigation .container {
        position: relative;
        margin-top: 30px;
    }
    .navigation .navbar-brand img {
        max-width: 300px;
    }
    .navigation .navbar-brand {
        margin-left: 0 !important;
        margin-top: -15px;
        padding: 0;
    }
    .navigation ul li a {
        padding: 15px 10px;
    }
}
/******
1199
******/

@media only screen and (max-width: 1199px) {
    .speak .button {
        float: none;
    }
    .working-hours {
        display: none;
    }
    #googleMap {
        height: 500px;
    }
    .speak .row {
        text-align: center;
    }
    .footer p {
        font-size: 14px;
    }
    .newsletter input {
        width: 220px;
    }
    .home-firmen .col-md-6 p {
        font-size: 18px;
    }
    .home-firmen h1 {
        font-size: 32px;
    }
    .title {
        font-size: 35px;
    }
    .main-slider .slide-caption p {
        font-size: 32px;
        text-align: center;
    }
    .navigation .navbar-brand {
        margin-top: -10px;
    }
    .navigation .navbar-brand img {
        width: 260px;
    }
    .navigation ul li a {
        padding-left: 5px;
        font-size: 14px;
        padding-right: 5px;
    }
    .firstline {
        background: #333;
        text-align: center;
    }
    .aside .left-person figure figcaption {
        font-size: 13px;
    }
    .aside .left-person figure h5 {
        font-size: 14px;
    }
    .aside .left-menu ul li {
        font-size: 16px;
    }
    .aside .left-menu h4 {
        font-size: 20px;
    }
    .title-row-dark .title {
        font-size: 30px;
    }
    .team figure h5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .team figure h5, .team figure figcaption {
        font-size: 12px;
    }
    .team figure figcaption {
        min-height: 60px;
    }
    .betrieb dl dt {
        font-size: 24px;
        padding-left: 95px;
    }
    .galerie .photo figure div {
        padding-top: 20%;
    }
    .jobs article h2 {
        font-size: 20px;
    }
    .offnung {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }
    .termine .description {
        padding-bottom: 10px !important;
    }
    .single-pdf h2 {
        margin-top: 0;
        font-size: 20px;
    }
    .banner {
        height: 300px;
    }
    .title::after, .title::before {
        margin-bottom: 5px;
    }
    .aside .left-menu ul li a::before {
        margin-right: 5px;
    }
    .aside .left-menu {
        padding-left: 0;
    }
    .zur-website-cars .button {
        bottom: 0;
        margin-right: 130px;
    }
    .service .service-item p {
        font-size: 13px;
    }
    .main-slider .slide-caption {
        top: 100px;
    }
    .speak p {
        margin-right: 0;
    }
    .newsletter h4 {
        font-size: 35px;
    }
    .team figure div span.team-info span {
        display: none;
    }
    .team figure div span.team-info {
        opacity: 1;
        background:transparent;
        height: auto;
        text-align: left;
        bottom:0;
        top: inherit;
        padding-left: 15px;
        padding-bottom: 10px;
        }
    .team figure div span.team-info br {
        display: none;
    }
    .team figure div span.team-info a {
        font-size: 18px;
        margin-right: 8px;
    }
}

/******
991
******/

@media only screen and (max-width: 991px) {
    .aktuelle-right .aktuelle-small, .aktuelle-left .aktuelle-small {
        padding-left: 15px;
        padding-right: 15px;
    }
    .left-wha, .firstline .social, .speak-bottom {
        display: none;
    }
    .home-firmen img {
        width: 100%;
        margin-top: 30px;
    }
    .konfigurator h5 {
        font-size: 14px;
    }
    .navigation .container {
        margin-top: 20px;
    }
    .navigation .navbar-brand img {
        width: 150px;
        margin-top: 20px;
    }
    .navigation .brand-logos {
        top: -20px;
        right: 15px;
    }
    .navigation .brand-logos a {
        margin-left: 20px;
    }
    .navigation .brand-logos img {
        max-height: 25px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }
    .newsletter, .newsletter form {
        text-align: center;
    }
    .to-termin, .to-termin .text-right {
        text-align: center !important;
    }
    .to-termin {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: center;
    }
    .footer .footerSocial li {
        padding-right: 10px;
    }
    .footer .footerSocial li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .footer h3 {
        font-size: 20px;
    }
    .aktuelle-big article {
        height: 450px;
    }
    .aktuelle-small article {
        height: 220px;
    }
    .cars article h3 {
        font-size: 16px;
    }
    .speak p {
        font-size: 14px;
    }
    .aside .left-person figure {
        max-width: 270px;
        margin: 0 auto 30px auto;
        display: inline-block;
        vertical-align: top;
    }
    .events .event div.row div {
        font-size: 10px;
    }
    .team .team-member:nth-child(3n+1) {
        clear: left;
    }
    .team .team-member:nth-child(4n+1) {
        clear: inherit;
    }
    .team .team-member img {
        width: 100%;
    }
    .termine .block .wrap {
        min-height: inherit !important;
    }
    .termine .block {
        margin-bottom: 30px;
    }
    .footer article {
        min-height: 170px;
    }
    .main-slider .slide-caption p {
        font-size: 26px;
    }
    .team figure div span.team-info {
        opacity: 1;
    }
    .team figure div span.team-info a {
        font-size: 20px;
    }
}
/******
767
******/

@media only screen and (max-width: 767px) {
    body {
        padding-top: 120px;
    }
    header {
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
        background-color: #fff;
    }
    .navbar-brand {
        height: auto;
    }
    .navigation .container {
        margin-top: 10px;
    }
    .navigation .navbar-brand {
        margin-top: 5px;
    }
    .navigation .brand-logos {
        left:175px;
        right: inherit;
        top: -15px
    }
    .navigation .brand-logos a {
        margin-left: 10px;
    }
    .navigation .brand-logos img {
        max-height: 20px;
    }
    .navbar-default .navbar-toggle {
        border: none;
        padding: 0;
        background-color: transparent !important;
        margin: 10px 15px 0 0;
    }
    .navbar-collapse {
        box-shadow: none;
        border: none;
    }
    .navbar-toggle .icon-bar {
        background: gray;
    }
    /* menu button animation*/
    .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 {
        margin-bottom: 7px;
        width: 29px;
        transition: all 0.2s;
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }
    .title::after, .title::before {
        display: none;
    }
    .firstline {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .firstline .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .firstline .info {
        font-size: 10px;
    }
    .firstline .info li {
        margin-right: 3px;
        margin-left: 3px;
    }
    .firstline .info li i {
        margin-right: 0;
    }
    .banner {
        height: 150px;
    }
    .navigation {
        padding:15px 0 10px 0;
    }
    .navigation .navbar-brand img {
        width: 250px;
        margin-left: 15px;
        margin-top: 0;
    }
    .section {
        padding: 50px 0;
    }
    .main-slider .slide-caption {
        top: 30px
    }
    .main-slider .slide-caption p {
        font-size: 18px;
    }
    .title, .newsletter h4 {
        font-size: 26px;
    }
    .title-row-dark {
        margin-left: -15px;
        margin-right: -15px;
    }
    .title-row-dark .title {
        font-size: 23px;
    }
    .lang-mobile {
        list-style: none;
        padding-left: 0;
        margin-top: 30px;
        padding-left: 0;
    }
    .lang-mobile li {
        display: inline-block;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 7px 15px;
    }
    .navigation ul.lang-mobile li a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 14px;
    }
    .navigation ul {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    .home-cars {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-cars figure {
        margin-bottom: 50px;
    }
    .home-firmen h1 {
        font-size: 20px;
    }
    .home-firmen h1 br {
        display: none;
    }
    .newsletter input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .konfigurator .button {
        margin-bottom: 20px;
    }
    .konfigurator h4 {
        margin-top: 15px;
    }
    .home-firmen {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .to-termin h5 {
        font-size: 20px;
    }
    .to-termin p {
        font-size: 17px;
    }
    .footer article {
        border: none;
        margin-bottom: 30px;
        min-height: inherit;
        padding-left: 15px;
    }
    .footer .footerSocial {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer .copyright {
        margin-top: 20px;
    }
    .footer .copyright .text-right {
        text-align: left !important;
        margin-top: 20px;
    }
    .footer h3 {
        margin-top: 30px;
    }
    .aktuelle-big article, .aktuelle-small article {
        height: 300px;
    }
    .aktuelle-big article h3, .aktuelle-small article h3 {
        font-size: 18px;
        padding: 15px;
        font-weight: 400;
    }
    .zur-website {
        padding-left: 0px;
        padding-right: 0px;
    }
    .zur-website-cars .button {
        position: inherit;
        margin: 0 auto;
        bottom: -5px;
    }
    .cars article .col-sm-3:nth-child(2n+1) {
        clear: left;
    }
    .aside .left-person figure figcaption {
        font-size: 16px;
    }
    .service article p {
        font-size: 16px;
    }
    .service .service-item p {
        font-size: 15px;
    }
    .form .captcha img {
        margin-bottom: 10px;
    }
    .vermietung-cars article {
        padding: 30px 0;
    }
    .vermietung-cars article h3 {
        padding-top: 20px;
    }
    .page-desc h2 {
        font-size: 22px;
    }
    .impressum h1 {
        font-size: 26px;
    }
    .impressum h2 {
        margin-bottom: 20px;
    }
    .error h1 {
        font-size: 100px;
    }
    .error h2 {
        font-size: 18px;
    }
    .events .event div.row div {
        font-size: 12px;
    }
    #news-detail h2 {
        font-size: 22px;
    }
    #news-detail {
        max-width: 90%;
        max-height: 500px;
        padding: 20px 15px;
    }
    .team figure figcaption {
        min-height: inherit;
    }
    .team .team-member {
        margin-bottom: 30px;
    }
    .team figure h5, .team figure figcaption {
        font-size: 16px;
    }
    .team figure div span.team-info {
        font-size: 14px;
    }
    .team figure div span.team-info i {
        margin-top: 10px;
    }
    .page-desc p {
        padding-left: 0;
        padding-right: 0;
    }
    .betrieb dl dt {
        font-size: 20px;
        padding-left: 85px;
    }
    .betrieb dl dd {
        font-size: 16px;
    }
    .jobs article h2 {
        font-size: 16px;
    }
    .to-termin {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .offnung dl dd {
        margin-left: 0;
    }
    .offnung dl dt {
        width: 100%;
    }
    .offnung dl dt::before {
        display: none;
    }
    .termine .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single-pdf img {
        width: 100%;
        margin-bottom: 20px;
    }
    .single-pdf p {
        font-size: 16px;
    }
    .cars article {
        padding: 30px 15px;
    }
    .form .input-label {
        padding-top: 0;
    }
    .hci-iframe .nav-tabs>li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .hci-iframe .nav-tabs>li:last-child {
        margin-bottom: 0;
    }
}
/******
479
******/

/* TERMINANFRAGE */

.termine {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
.termine .wrapper {
    background-color: #fff;
    padding: 3.75rem .9375rem 1.5625rem;
}
.termine .wrapper:after, .termine .wrapper:before {
    content: " ";
    display: table;
}
.termine input, .termine select, .termine textarea {
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.termine input:focus, .termine select:focus, .termine textarea:focus {
    outline: 0;
}
.termine .description {
    font-size: 0.9em;
    font-weight: 500;
    color: #38383b;
    padding-bottom: 43px;
}
#datepicker {
    margin-bottom: 1.25rem;
    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;
}
.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;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-weight: 500;
}
.ui-datepicker th {
    font-size: .8125rem;
    font-weight: 700;
    padding: .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: #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: .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: 40px;
}
.ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 10px;
}
.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: 22px;
    font-size: 14px;
    text-align: center;
    background: gray;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.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: 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 {
        color: #000;
        font-size: 22px;
        text-transform: uppercase;
    }
}
.termine .ui-datepicker-header {
    margin-top: 20px;
    font-size: 20px;
}
.termine label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 16px;
}
.termine label span {
    color: #333;
}
.termine label i {
    font-style: normal;
    font-weight: 300;
}
.termine input {
    padding: 0px .625rem;
    height: 40px;
    line-height: 40px;
}
.termine select {
    border-radius: 0;
    padding: 0px 1.875rem 0px .625rem;
    height: 40px;
    line-height: 40px;
}
.termine textarea {

    height: 6.6rem;
    padding: .25rem .625rem;
    resize: none;
}
.termine .button {
    width: 100%;
}
@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: .9375rem;
        margin-bottom: 15px;
    }
    .termine .block:last-child {
        padding-right: 0;
    }
}
.termine .block h4 {
    background-color: #333;
    color: #fff;
    margin: 0;
    padding: 1rem .9375rem;
    font-weight: 500;
}
.termine .block .wrap {
    border: 1px solid #ebebec;
    padding: 10px;
    min-height: 460px;
}
.termine .block .time {
    margin: 1rem -.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: .9375rem;
    padding-right: .9375rem;
}
.termine .block .time p {
    color: #333;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.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;
    }
}
.termine .phoneTermin img {
    margin: 0 auto;
}
/*END TERMIN ANFRAGE*/