body {
    background: #e0dcdd;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.banner {
    margin-bottom: 30px;
}


.banner section {
    height: 410px;
    background-position: center;
}

.naslov {
    height: 48px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-image: url('../images/naslov-back.png');
    background-repeat: no-repeat;
    margin-left: -15px;
    padding-left: 30px;
    text-transform: uppercase;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
    background-color: #303030;
    color: #f8db00;
}

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

.button,
.button:focus,
.button:active,
.button:visited,
.button:link {
    background-color: #f8db00;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    outline: 0;
    transition: all 0.2s;
    padding: 7px 30px;
    box-shadow: 0;
}

.button:hover {
    background-color: #303030;
    color: #f8db00;
}


/* FIRSTLINE */

.firstline {
    height: 37px;
    text-align: right;
}
.firstline a {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
    color: #222;
    text-decoration: none !important;
}
.firstline a + a {
    margin-left: 3px;
}
.firstline a:nth-child(even) {
    color:  #db2929;
}

/* HEDAER */

header {
    margin-bottom: 30px;
    position: relative;
    z-index: 1001;
}

#logo {
    color: white;
    font-size: 30px;
}

#logo a {
    text-decoration: none;
    color: inherit;
}

#logo h1 {
    margin: 0;
    font-weight: 700;
}

#logo .row {
    margin: 0;
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.logo-main img {
    float: right;
    max-height: 55px;
}
.logo-main a {
    display: inline-block;
}
.logo-main a + a {
    margin-left: 20px;
}
.logo-right img {
    float: right;
    max-height: 65px;
}

#navigacija {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1002;
}

#navigacija .navbar-inverse {
    text-align: left;
    background-color: #303030;
}

#navigacija .navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    margin-bottom: -5px;
}

#navigacija .navbar-nav>li>.dropdown-menu {
    background-color: #303030;
}

#navigacija .navbar-nav>li.active>.dropdown-menu a {
    color: white;
}

#navigacija .navbar-nav>li>.dropdown-menu a:hover {
    background-color: transparent;
    color: #f8db00;
}

#navigacija li {
    color: white;
    padding: 15px 17px;
    font-size: 16px;
    font-weight: bold;
}

#navigacija li a {
    color: white;
    padding: 0;
    transition: all 0.2s;
}

#navigacija li i {
    color: #f8db00;
    margin-right: 5px;
    font-size: 18px;
}

#navigacija li a:hover {
    color: #f8db00;
}

#navigacija .active a {
    color: #f8db00;
    background-color: transparent;
}


/* SLIDER */

.slajder {
    margin-bottom: 30px;
}

.row-content {
    margin: 0;
    padding: 30px;
    background-color: white;
}

#slider {
    position: relative;
    background-color: white;
    z-index: 1000;
}

#slider .container-fluid {
    padding: 0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    opacity: 1;
    transition: all .2s;
}

.carousel-control.left {
    left: -30px;
}

.carousel-control.right {
    right: -30px;
}

.carousel-control {
    top: 40%;
    font-family: 'Lato', sans-serif;
    width: 50px;
    height: 70px;
    background-color: #222222;
    font-size: 55px;
    text-align: center;
    line-height: 70px;
}


/*************
WELCOME
*******************/

.welcome {
    margin-bottom: 30px;
}

.welcome section {
    background-image: url(../images/welcome-back.png);
    padding: 50px 30px;
    background-size: cover;
    background-position: center;
}

.welcome h2 {
    font-size: 31px;
    color: white;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.welcome h2 span {
    display: block;
    color: #f8db00;
}

.welcome p {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.welcome .button {
    margin-right: 15px;
}


/*************
SERVICE MAIN
*******************/

.service-main {
    margin-bottom: 30px;
}

.service-main .col-md-4 {
    padding-bottom: 10px;
}

.service-main h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    background-color: black;
    margin: 0;
    text-transform: uppercase;
    padding: 7px 15px;
}

.service-main p {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
}


/*************
SHOWROOM
*******************/

.showroom {
    margin-bottom: 30px;
    color: white;
}

.showroom section {
    background-image: url(../images/showroom.png);
    min-height: 370px;
    background-position: center;
}

.showroom a {
    text-decoration: none;
    color: inherit;
}

.black-button {
    background-image: url(../images/showroom-back.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 30px 30px;
    margin-top: -4px;
    width: 270px;
}

.black-button h3 {
    text-align: center;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.black-button h4 {
    text-align: center;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #f8db00;
    font-weight: 400;
}


/*****
KONTAKTANFRAGE
**********/

.kontaktanfrage {
    margin-bottom: 30px;
}

.kontaktanfrage h2 b {
    font-weight: 900;
    color: white;
    font-size: 30px;
    letter-spacing: 0px;
}

.kontaktanfrage h2 {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
    color: #f8db00;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 7px;
}

.kontaktanfrage p strong {
    font-weight: 800;
}

.kontaktanfrage p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-top: 6px;
}

.kontaktanfrage form {
    margin-top: 5px;
}

.kontaktanfrage .form-inline .form-control {
    width: 165px;
}

.kontaktanfrage input {
    border-radius: 0;
    border: none;
    margin-left: 0px;
    margin-right: 15px;
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
    margin-top: 5px;
}

.kontaktanfrage section {
    background-color: #000;
    padding: 30px;
}

.kontaktanfrage .button {
    height: 35px;
    margin-top: 5px;
}


/*************
FRAME
*******************/

.frame,
.geschichte {
    margin-bottom: 30px;
}


/*************
ABOUT
*******************/

.about {
    margin-bottom: 30px;
}

.about .row-content {
    background-color: transparent;
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.about .naslov {
    margin-left: 15px;
    margin-top: 30px;
}

.about section {
    background-color: white;
}
.team {
    margin-bottom: 30px;
}
.team .col-md-12 {
    padding-left: 45px;
    padding-right: 45px;
}

.team .col-md-4 {
    margin-bottom: 40px;
}

.team h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}

.team h4,
.team p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.about .about_text {
    padding: 30px;
}
.about .about_text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about .about_text .naslov {
    margin-left: -30px;
    margin-top: 0;
}
.about .about_text figure {
    margin-bottom: 20px;
}
.about .about_text figcaption {
    margin-top: 10px;
}
.offene {
    min-height: 757px;
}

.offene .col-md-12 {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0px;
}

.offene h3 {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.offene p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.geschichte p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


/*************
DIENST
*******************/

.dienst {
    margin-bottom: 30px;

}

.dienst p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.service {
    margin-right: 0px;
    margin-left: 0px;
}

.service .media {
    height: 80px;
    border-top: 2px solid  #f8db00;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;

}

.service .media img {
    margin-top: 0px;
}

.service .col-md-4 .media:last-child {
    border-bottom: 2px solid #f8db00;
}
.service .col-md-4 {
	margin-bottom: -2px;
}
.service .col-md-4:nth-child(3n+1) {
    clear: left;
}
.service .media-body {
    font-size: 15px;
    font-weight: 500;
    text-align: left;

}
.media-body, .media-left, .media-right {
    vertical-align: middle;
}

.service .col-md-6:first-child .media:nth-child(1) .media-body {
    padding-top: 15px;
}

.service .media-left,
.media>.pull-left {
    padding-right: 20px;
}


/*************
GALERIE
*******************/

.galerie {
    margin-bottom: 30px;
}

.galerie .col-md-4 {
    padding: 0;
}

.galerie .col-md-4:hover .opis-slika {
    opacity: 1;
}

.opis-slika {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 30%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
    opacity: 0;
}

.galerie a {
    text-decoration: none;
    color: white;
}

.opis-slika i {
    font-size: 50px;
}


/*************
ANGEBOTE
*******************/

.angebote {
    margin-bottom: 30px;
}

.ponuda {
    border: 1px solid lightgray;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ponuda .col-md-4 {
    padding-left: 0px;
}

.ponuda .col-md-8 {
    padding-right: 30px;
}

.ponuda h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
}

.ponuda h5 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}

.ponuda p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.ponuda a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    font-size: 16px;
}

.ponuda a:hover {
    color: #f8db00;
}


/*************
GOOGLE MAP
*******************/

#googleMap {
    height: 250px;
    pointer-events: none;
}

.mapa {
    margin-bottom: 30px;
}
/*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 .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #f8db00;
    background-color: #f8db00;
    color: #fff;
}

/*************
KONTAKT
*******************/

.kontakt {
    margin-bottom: 30px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select,
.kontakt textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: white;
    margin-bottom: 20px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select {
    height: 40px;
    padding: 0 15px;
    outline: none;
    background-color: #eaeaea;
}

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus,
.kontakt select:focus,
.kontakt textarea:focus {
    border: 1px solid #f8db00;
    transition: all 0.2s;
}

.kontakt textarea {
    padding: 7px 15px;
    height: 110px;
    resize: none;
    outline: none;
    background-color: #eaeaea;
    transition: all 0.2s;
}

.kontakt label {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 17px;
    color: #323232;
}

.kontakt label span {
    font-weight: 300;
    color: #f8db00;
    font-size: 20px;
}

.kontakt #googleMap {
    width: 100%;
    height: 350px;
    pointer-events: none;
}

.kontakt button,
.kontakt button:active,
.kontakt button:visited,
.kontakt button:focus,
.kontakt button:hover {
    margin-top: 20px;
    margin-bottom: 0px;
}


/*************
ERROR
*******************/

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

.error h4 {
    font-size: 200px;
    color: #f8db00;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}
.error .naslov {
    text-align: left;
}
.error h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}

.error p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.error .button {
    margin-bottom: 40px;
}


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

IMPRESSUM

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

.impressum {
    margin-bottom: 30px;
}

.impressum .a,
.impressum .b {
    padding-bottom: 50px;
}

.impressum .a ul,
.impressum .a ul li,
.impressum .b ul,
.impressum .b ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.impressum .a ul li strong,
.impressum .a ul li a,
.impressum .b ul li strong,
.impressum .b ul li a {
    font-weight: bold;
}

.impressum .a ul li a.mailto,
.impressum .b ul li a.mailto {
    font-weight: normal;
    color: #000;
}

.impressum .a ul li a:hover,
.impressum .b ul li a:hover {
    text-decoration: underline;
}

.impressum h4 {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.impressum h4 span {
    display: block;
}

.impressum p {
    font-size: 15px;
    padding-left: 0px;
    font-weight: 400;
    margin-bottom: 25px;
}

.impressum p strong {
    font-weight: 900;
    margin-top: 10px;
}

.company p {}

.company a {
    color: #000;
}

.company a:hover {
    color: #000;
}

.imp-info h3 {
    color: #1c1c1c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.company span {
    color: #000;
}

.imp-info .col-md-11 {
    padding-left: 0;
}

.impressumBtn {
    outline: none;
    background-color: #000;
    color: white;
    height: 35px;
    width: 35px;
    font-weight: 400;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    border: 0;
}

.impressumBtn span {
    color: #000;
}

.impressumBtn,
.impressumBtn:hover,
.impressumBtn:focus,
.impressumBtn:active,
.impressumBtn:visited {
    background-color: #f8db00;
    outline: 0;
}

.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 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;
}
/*************
MODELLE
*******************/

.modelle {
    margin-bottom: 30px;
}

.modelle ul {
    list-style: none;
    margin-left: 215px;
    position: relative;
    margin-top: -78px;
    margin-bottom: 30px;
    padding-left: 0px;
    -ms-transform: skewX(-25deg);
    /* IE 9 */
    -webkit-transform: skewX(-25deg);
    /* Safari */
    transform: skewX(-25deg);
    /* Standard syntax */
}

.modelle ul li {
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 16px;
    font-size: 18px;
    font-weight: 700;
    background-color: lightgray;
    margin-left: -4px;
}

.modelle ul li.active {
    background-color: #f8db00;

}

.modelle ul li a {
    text-decoration: none;
    color: inherit;
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    display: inline-block;
}


.cars figure {
    border: 1px solid lightgray;
}
.cars img {
    margin: 0 auto;
    min-height: 122px;
}
.cars a {
    background-color: #f8db00;
    text-decoration: none;
    color: black;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s;
}
.cars a:hover {
    background-color: lightgray;
}
.cars p {
    text-align: center;
    font-weight: bold;
    padding: 7px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    background-color: #000;
    color: white;
}

.cars h3 {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.cars .col-md-4 {
    margin-bottom: 30px;
}
.car-desc {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

/*************
FOOTER
*******************/

.footer-content {
    background-color: #000;
    padding: 30px;
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 15px;
}

footer {
    color: white;
}

footer h3 {
    color: #f8db00;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    margin-top: 0px;
}

footer section {
    margin-bottom: 20px;
}

footer section span {
    font-weight: bold;
}

footer section p {
    font-weight: 400;
}

footer section a {
    text-decoration: none;
    color: inherit;
}

footer section a:hover {
    color: #f8db00;
}

.footer-logo {
    margin-top: 0px;
    margin-bottom: 25px;
}

#goUp {
    text-align: right;
    color: #000;
    font-size: 45px;
    padding: 0;
    margin-top: -5px;
}

#goUp a {
    background-color: #f8db00;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -5px;
}

#goUp i {
    margin-top: 0;
}

#goUp a:hover {
    color: #000;
}


/* LAST LINE */

#lastline .container {
    padding: 0px 0px 0px 0px;
    height: 80px;
    line-height: 80px;
}

#lastline .container div a {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
}

#lastline .container div a:hover {
    text-decoration: none;
    color: #f8db00;
}

#lastline i {
    font-size: 18px;
    margin-right: 15px;
}

#lastline a {
    text-decoration: none;
    color: inherit;
}

#lastline a:hover {
    color: #f8db00;
}


/* KALENDAR */

#termin .row1 {
    margin-right: 0;
    margin-left: 0;
}

.termine {
    padding-top: 0px;
    padding-bottom: 0px;
}

.termine .naslovh3 {
    margin-bottom: 40px;
}

.tabs {
    margin-bottom: 100px;
}

.tabs h3,
.calendar h3 {
    padding-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 35px;
    border-left: 4px solid #FFCD00;
    padding-left: 10px;
}

.tabs h3::before {
    display: none;
}

.tabs h3 p {
    margin-bottom: 0px;
}

.tabs h3 p:first-child {
    font-size: 18px;
}

.tabs h3 p:last-child {
    font-size: 30px;
}

.calendar h3 p {
    margin-bottom: 0px;
}

.calendar h3 p:first-child {
    font-size: 18px;
}

.calendar h3 p:last-child {
    font-size: 30px;
}

.calendar h3::before {
    display: none;
}

.termine .phoneTermin .txt,
.termine label,
.text-uppercase,
.uberUns .uberUnsContent .geschichte ul li .date strong,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker th {}

.termine input,
.termine select,
.termine textarea {
    background-color: #f2f2f2;
    border: 1px solid silver;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
    width: 100%
}

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

.pageButton a {
    transition: all 0.2s;
    background-color: #f8db00;
    color: #000;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    outline: 0px none;
    padding: 0.8125rem 1.5625rem;
    text-align: center;
    border: none;
    text-transform: uppercase;
    ;
}

.pageButton a:hover {
    outline: 0;
    background-color: #000;
    color: #f8db00;
    text-decoration: none;
}

.description {
    font-size: 0.9em;
    font-weight: 500;
    color: #38383b;
    padding-bottom: 43px;
}

@media (min-width: 480px) and (max-width: 768px) {
    #garage1 img {
        float: left;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .servisi p {
        font-size: 0.925em;
    }
    #lastline {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .description {
        padding-bottom: 10px;
    }
    .termine .phoneTermin img {
        width: 100%
    }
    .servisi p {
        font-size: 1.2em;
    }
}

#datepicker {
    margin-bottom: 1.25rem;
    position: relative
}

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

.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: #000;
    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: #ffcc33!important;
    border-radius: 50%;
    color: #fff!important
}

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

.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: #f8db00;
    color: #000;
}

::placeholder,
body {
    color: #38383b
}

.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: 1.875rem
}

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

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

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

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

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

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

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

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

body,
html {
    height: 100%
}

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

.termine {
    padding-bottom: 0rem;
    position: relative
}

.termine .wrapper {
    background-color: #fff;
    padding: 3.75rem .9375rem 1.5625rem
}

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

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

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

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

.termine .newsPromotion {
    padding-top: 0px;
    margin-top: 70px;
    margin-bottom: 0px;
}

.termine label {
    font-weight: 700;
    margin-bottom: 10px
}

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

@media only screen and (min-width: 75em) {
    .termine label {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #1c1c1c;
    }
}

.termine label span {
    color: #f8db00;
}

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

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

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

.termine textarea {
    background-color: #fff;
    font-size: .875rem;
    height: 6.6rem;
    padding: .25rem .625rem;
    resize: none
}

.termine button {
    background-color: #f8db00;
    border: none;
    color: #fff;
    display: inline-block;
    padding: .3125rem 0;
    font-weight: 700;
    text-align: center;
    width: 100%
}

.termine button:hover {
    background-color: #f8db00;
    outline: 0
}

.termine button:focus {
    outline: 0
}

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

@media only screen and (min-width: 62em) {
    .termine form {
        width: 80%;
        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
    }
}

.termine .block .pageButton a {
    padding: 10px;
    font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .termine .block .pageButton a::after {
        margin: -1.125rem 0px 0px 0.775rem;
    }
}

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

.termine .block h4 {
    background-color: #f8db00;
    color: #000;
    margin: 0;
    padding: .6375rem .9375rem;
    font-weight: bold;
}

.termine .block .wrap {
    border: 1px solid #ebebec;
    padding: 10px;
    min-height: 440px;
}

.termine .block .time {
    margin: 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: .9375rem;
    padding-right: .9375rem
}

.termine .block .time p {
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}

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

.termine .bottomText span {}

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

@media only screen and (max-width: 768px) {
    .termine .phoneTermin img {
        margin: 0 auto;
    }
}

.ivice {}

@media only screen and (min-width: 1200px) {
    .ivice {}
    #garage1 img {
        padding-left: 15px;
    }
}

.termine .phoneTermin .txt {
    background-color: #ffcd00;
    color: #333;
    padding: 0.8rem .9375rem;
    position: relative;
    text-align: center;
    margin-top: -70px;
}

.termine .phoneTermin .txt .holder {
    font-size: 15px;
    margin-top: 24px;
}

.termine .phoneTermin .txt .holder p {
    margin-bottom: 0px;
    font-size: 15px;
}

.termine .phoneTermin .txt .holder span {
    font-weight: 800;
}

.termine .phoneTermin .txt .txtHolder p {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.termine .phoneTermin .txt .txtHolder span {
    font-size: 18px;
    font-weight: 600;
}

.termine .phoneTermin .txt .txtHolder hr {
    margin-top: 6px;
    margin-bottom: 6px;
    border-top: 1px solid #c19e0f;
}

.termine .phoneTermin .txt i {
    background-color: #ffcd00;
    box-shadow: 0 0 0 .625rem #ffcd00;
    border-radius: 50%;
    display: block;
    height: 2.5rem;
    left: 50%;
    margin-left: -1.25rem;
    position: absolute;
    top: -1.25rem;
    width: 2.5rem
}

.termine .phoneTermin .txt strong {
    display: block;
    font-size: 1.5rem
}


/*END CALEN
