body {
  font-family: "Raleway", sans-serif;
  color: #333333;
}

a,
li,
h3,
button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.slika {
  overflow: hidden;
}

.slika img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.bannerTitle .container {
  padding-right: 0;
  padding-left: 0;
}

.banner h1 {
  font-weight: 900;
  padding-top: 80px;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}

.button,
.button:focus,
.button:active,
.button:visited {
  display: inline-block;
  border: none;
  text-align: center;
  border: none;
  color: white;
  background-color: #f23534;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 50px;
  border-radius: 0;
  outline: none;
  text-transform: uppercase;
  outline: 0;
}

.button:hover {
  background-color: #333;
  color: white;
}

/* NOTIFICATION */

.notification {
  padding: 15px 0;
  background-color: #ffcd00;
}

.notification h1 {
  text-align: center;
  color: #000;
  font-weight: 700;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

/* FIRSTLINE */

#firstline {
  background: #323232;
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-align: left;
}

#firstline p {
  padding: 20px 0px 20px 0px;
  margin-bottom: 0;
}

#firstline p span {
  padding-left: 5px;
  padding-right: 5px;
}

#firstline p i {
  margin-right: 7px;
  color: #f23534;
}

#social {
  text-align: right;
}

#firstline #social i {
  margin-left: 0px;
  margin-right: 15px;
  font-size: 15px;
}

#social a i {
  text-decoration: none;
  color: white;
}

#social i:hover {
  color: #f23534;
}

/* HEADER / LOGO / NAVIGACIJA */

header {
  background-color: white;
}

#logo {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.number div {
  float: right;
}

.number h3 {
  color: #f23534;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}

.number h3 i {
  color: #333;
}

.number h5 {
  font-size: 12.5px;
}

.navigacija {
  padding: 30px 0px;
  background-color: #ececec;
  background: -webkit-linear-gradient(90deg, #f9f9f9 -20%, #ececec 100%);
  background: -webkit-linear-gradient(bottom, #f9f9f9 -20%, #ececec 100%);
  background: linear-gradient(0deg, #f9f9f9 -20%, #ececec 100%);
}

.navigacija .navbar {
  margin-bottom: 0;
}

.navigacija .navbar {
  border: none;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
}

.navigacija .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navigacija .navbar-inverse {
  background-color: transparent;
}

.navigacija .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background-color: transparent;
}

.navigacija .navbar-nav:last-child li {
  border-right: 1px solid #d5d5d5;
}

.navigacija .navbar-nav > li {
  padding: 2px;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background-color: white;
}

.navigacija .navbar-nav > li > a,
.navigacija .navbar-nav > li > a:focus,
.navigacija .navbar-nav > li > a:active,
.navigacija .navbar-nav > li > a:visited {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 15px;
  background-color: transparent;
}

.navigacija .navbar-nav > li > a:hover {
  color: #f23534;
}

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

.navigacija .navbar-nav > li.active a:hover {
  color: #f23534;
  background-color: #323232;
}

.navigacija .navbar-nav > li.phone-number {
  text-align: center;
  font-size: 25px;
  padding: 10px;
  font-weight: 800;
  overflow-x: hidden;
  color: #f23534;
}

.navigacija .navbar-nav > li.phone-number i {
  color: #333;
}

.navigacija .navbar-nav > li.close-nav {
  text-align: right;
}

.navigacija .navbar-nav > li.close-nav a {
  display: inline-block;
  font-size: 30px;
  padding-right: 15px;
  font-weight: 900;
}

.navigacija .navbar-nav > li.close-nav a i {
  cursor: pointer;
}

/*****
SLIDER
***********/

#slider {
  z-index: 1000;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#slider .carousel-inner > .item {
  -webkit-transition: 0.4s ease-in-out left;
  -moz-transition: 0.4s, ease-in-out, left;
  -o-transition: 0.4s, ease-in-out, left;
  transition: 0.4s, ease-in-out, left;
}

.carousel-caption {
  height: 100%;
  right: 10%;
  margin: 0;
  text-align: right;
  bottom: 0;
  top: 21%;
}

.carousel-caption h2 {
  position: relative;
  text-transform: uppercase;
  padding: 30px;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 0px;
}

.carousel-caption .button {
  background-color: #333;
  margin-right: 30px;
}

.carousel-caption h2 b {
  font-weight: 900;
}

.carousel-control i {
  background-color: gray;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  font-size: 30px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  opacity: 0.8;
}

.carousel-control i:hover {
  background-color: #333333;
}

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

.carousel-control.right {
  right: 0;
}
/****
WELCOME
********/

.welcome {
  padding: 70px 0px;
}

.welcome .col-md-4 {
  border-right: 2px solid #d5d5d5;
  padding-right: 30px;
  text-align: right;
}

.welcome .col-md-8 {
  padding-left: 30px;
}

.welcome h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome h2 span {
  color: #f23534;
}

.welcome h2 b {
  font-weight: 900;
}

.welcome p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 10px;
}

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

.main-service .col-md-6:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
}

.main-service .col-md-6 .col-md-6 {
  position: absolute;
  padding-left: 30px;
  z-index: 2;
}

.main-service section {
  border: 1px solid #d5d5d5;
}

.main-service h3 b {
  font-weight: 900;
  color: #333;
}

.main-service h3 {
  font-size: 50px;
  font-weight: 400;
  color: #f23534;
}

.main-service .button {
  padding: 20px 45px;
}

.main-service2 .col-md-3 {
  margin-bottom: 30px;
}

.main-service2 .col-md-3:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main-service2 {
  margin-bottom: 40px;
}

.main-service p {
  font-size: 15px;
  text-shadow: 1px 0px 2px white;
}

.main-service2 figure {
  border: 1px solid #d5d5d5;
  padding: 15px;
}

.main-service2 h3 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 400;
  color: #f23534;
}

.main-service2 h3 b {
  font-weight: 900;
  color: #333;
}

/****
BANNER-HOME
*****/

.banner-home {
  background-image: url(../images/fahrzeugebanner2.jpg);
  background-position: center;
  height: 550px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-home .container {
  height: 100%;
  padding-top: 180px;
}

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

.banner-home a:hover h2 {
  text-decoration: none;
}

.banner-home h2 {
  color: white;
  font-size: 52px;
  font-weight: 400;
  text-decoration: none;
}

.banner-home h2 b {
  font-weight: 900;
}

/****
CHIP
*****/

.chip {
  margin-bottom: 70px;
}

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

#googleMap {
  height: 450px;
  width: 100%;
  pointer-events: none;
}

/****
PARTNERS
*****/

.partners {
  margin-bottom: 55px;
}

.partners h2 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}

.partners strong {
  font-weight: 900;
}

.partners img {
  margin-bottom: 15px;
}

.kontrole button,
.kontrole button:active,
.kontrole button:focus,
.kontrole button:visited {
  border-radius: 0px;
  color: gray;
  outline: none;
  box-shadow: none;
  border: 1px solid lightgray;
  background-color: transparent;
}

.kontrole button:hover {
  background-color: #f23534;
  color: white;
}

.kontrole {
  text-align: right;
}

.sliderPartner a {
  outline: 0;
}

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

.kontaktanfrage {
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #1c1c1c;
  color: white;
}

.kontaktanfrage h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
}

.kontaktanfrage strong {
  font-weight: 900;
}

.kontaktanfrage p {
  font-size: 18px;
  font-weight: 400;
}

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

.kontaktanfrage input {
  border-radius: 0;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
  height: 40px;
  line-height: 40px;
}

.kontaktanfrage button {
  padding: 10px 40px;
  margin-left: 6px;
  margin-right: 0px;
}

.kontaktanfrage button:hover,
.kontaktanfrage button:focus {
  padding: 10px 40px;
  margin-left: 6px;
  margin-right: 0px;
}

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

#error {
  padding-bottom: 100px;
  padding-top: 0px;
  text-align: center;
}

#error h1 {
  font-size: 200px;
  font-weight: 400;
  color: #f23534;
}

#error h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

#error p {
  font-size: 17px;
  font-weight: 300;
}

#error button {
  margin-top: 50px;
}

/******
ANFRAGE
************/

.anfrage h3,
.anfrage h2 {
  font-size: 28px;
  color: #f23534;
  font-weight: 900;
  margin-bottom: 50px;
}

.anfrage .kontakt h4 {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.anfrage .kontakt label {
  font-size: 16px;
}

.anfrage .kontakt h5 {
  font-size: 17px;
  font-weight: 300;
}

.anfrage .kontakt h5 span {
  font-size: 12px;
}

.anfrage .kontakt .col-md-4 {
  text-align: right;
}

.anfrage .kontakt label {
  height: 40px;
}

.anfrage .automoto,
.anfrage .color {
  margin-bottom: 50px;
}

.anfrage .color img {
  margin-left: 15px;
}

.anfrage .forma .col-md-2 {
  text-align: right;
}

.anfrage .forma input[type="checkbox"] {
  width: 35px;
  height: 35px;
  background-color: white;
}

.anfrage .kontakt input[type="radio"] {
  width: 15px;
  height: 15px;
  border-radius: 0;
}

/****
 FOOTER */

footer {
  background-color: white;
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background-position-x: center;
}

footer .container {
  padding-left: 0;
  padding-right: 0;
}

footer h4 {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

footer ul {
  font-size: 16px;
  padding-left: 0;
  text-transform: uppercase;
  list-style: none;
}

#goUp {
  text-align: right;
  color: #ffffff;
  font-size: 50px;
  padding: 0;
  line-height: 1.2;
}

#goUp a {
  background-color: #f23534;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}

#goUp i {
  margin-top: 0;
}

#goUp a:hover {
  background-color: #333;
}

footer section {
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
}

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

footer section a:hover {
  text-decoration: underline;
  color: #333;
}

/* LAST LINE */

#lastline {
  background-color: #ededed;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  color: gray;
}

#lastline .col-md-3 {
  text-align: right;
}

#lastline .container div a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#lastline .container div a:hover {
  text-decoration: underline;
}

#lastline strong {
  font-weight: 900;
}

#lastline i {
  font-size: 16px;
  margin-left: 30px;
}

#lastline p {
  font-size: 16px;
}

#lastline a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

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

/****
UBER UNS
****/

.welcome.welcome-uberuns {
  padding-bottom: 20px;
  padding-top: 0px;
}

.welcome.welcome-uberuns h2 {
  font-size: 48px;
  line-height: 0.8;
}

.welcome.welcome-uberuns h2 span {
  font-size: 28px;
}

.welcome.welcome-uberuns p {
  color: #606060;
  font-size: 17px;
}

.about {
  margin-bottom: 20px;
}

.about p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team {
  background-color: #323232;
  padding-bottom: 0px;
  padding-top: 50px;
  margin-bottom: 70px;
}

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

.team h2 {
  color: white;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 900;
}

.team h3 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}

.team h4 {
  color: white;
  font-weight: 400;
  font-size: 15px;
}

.team p {
  color: #bcbbbb;
  font-weight: 400;
  font-size: 15px;
}

.team a {
  text-decoration: none;
  font-weight: 400;
  color: #f23534;
  font-size: 15px;
}

/****
SERVICE
********/

.service {
  margin-bottom: 70px;
}

.servicetab {
  padding-right: 0;
}

.servicetab li {
  display: block;
  margin-bottom: 0;
  float: none;
  border-bottom: 1px solid #c8c8c8;
}

.servicetab li a {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.service .tab-content {
  background-color: #333;
  color: white;
  border-left: 5px solid #f23534;
  padding-left: 30px;
  min-height: 610px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.service .tab-content h2 {
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30px;
}

.service .tab-content ul {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}

.service .tab-content ul li {
  margin-bottom: 10px;
  font-weight: 300;
}

.service .tab-content ul li span {
  color: #f23534;
  font-weight: bold;
}

.service .nav-tabs > li a {
  border-radius: 0;
  padding: 30px;
  margin-right: 0;
}

.service .nav-tabs > li.active > a:active,
.service .nav-tabs > li.active > a:visited {
  margin-right: 0;
}

.service .nav-tabs > li.active > a,
.service .nav-tabs > li.active > a:focus,
.service .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #f23534;
  color: white;
  margin-right: 0;
}

.leistung .col-md-4 {
  margin-bottom: 70px;
}

.leistung .col-md-4:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.leistung h2 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.leistung h2 span {
  color: #f23534;
}

.leistung img {
}

.leistung h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 900;
  color: #f23534;
  text-transform: uppercase;
}

.leistung p {
  font-size: 17px;
  color: gray;
  font-weight: 300;
  min-height: 130px;
  padding-bottom: 20px;
}

/****
FAHRZEUGE */

.frame {
  margin-bottom: 70px;
}

/****
TUINING */

.welcome.welcome-tuning {
  padding-top: 0px;
}

.frame2 {
  margin-bottom: 100px;
}

.frame2 img {
  margin: 0 auto;
}

/****
GALERIE****/

.galery-nav {
  margin-top: -70px;
  margin-bottom: 70px;
}

.galery-nav .kontrole {
  margin-bottom: 30px;
}

.galery h3 {
  margin-bottom: 30px;
}

.galery-nav img {
  border: 1px solid lightgray;
}

.galery-nav img:hover {
  border: 1px solid #f23534;
}

.sliderGalery a {
  outline: 0;
}

.galery img {
  margin-bottom: 30px;
}

.galery-view {
  margin-bottom: 70px;
}

.galery-view h3 {
  font-weight: 400;
  font-size: 36px;
}

.galery-view h3 b {
  font-weight: 900;
}

/****
AKTIONEN*/

.aktionen section .col-md-6 {
  position: absolute;
  padding-left: 30px;
  z-index: 2;
}

.aktionen section {
  margin-bottom: 70px;
}

.aktionen section:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}

.aktionen h2 {
  font-weight: 400;
  color: #f23534;
  font-size: 51px;
  margin-bottom: 0px;
}

.aktionen h2 b {
  font-weight: 900;
  color: #333;
}

.aktionen h4 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
}

.aktionen h5 {
  color: #f23534;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}

.aktionen p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

/*KONTAKT*/

.kontakt {
  padding-bottom: 35px;
}

.kontakt h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}

.kontakt ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.adress {
  margin-bottom: 40px;
}

.kontakt h4 {
  font-weight: 14px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kontakt h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.kontaktinfo i {
  margin-right: 15px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select,
.kontakt textarea {
  display: block;
  width: 100%;
  border: none;
  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 {
  border: 0;
}

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

.kontakt textarea:focus {
  border: 0;
}

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

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

.kontakt .button {
  margin-top: 50px;
  padding: 5px 40px;
  margin-bottom: 80px;
}

.kontakt h1,
.kontakt h2 {
  font-size: 28px;
  color: #f23534;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

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

.pages {
  margin-top: 30px;
  margin-bottom: 50px;
}

.pages a {
  font-size: 16px;
  font-weight: 400;
  color: #060603;
  text-transform: uppercase;
}

.pages a:hover {
  text-decoration: none;
}

.pages a:focus {
  text-decoration: none;
}

.pages span {
  color: #f23534;
  font-weight: 400;
}

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

IMPRESSUM

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

.impressum {
  padding: 40px 0;
}

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

.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: 900;
}

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

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

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

.impressum h4 span {
  display: block;
}

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

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

.company p {
  text-transform: uppercase;
}

.company a {
  color: #000;
}

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

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

.company span {
  color: #f23534;
}

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

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

.impressumBtn span {
  color: white;
}

.impressumBtn,
.impressumBtn:hover,
.impressumBtn:focus,
.impressumBtn:active,
.impressumBtn:visited {
  background-color: #333;
  outline: 0;
}
.imp-info .title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 42px;
  margin-top: 0;
}
.imp-info a {
  text-decoration: none;
  color: inherit;
}
.imp-info a:hover {
  text-decoration: underline;
}
.imp-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}
.imp-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.imp-info ul li {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.imp-info ul b {
  font-weight: 600;
}
.imp-info p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.imp-info .disc-list li {
  position: relative;
  padding-left: 15px;
}
.imp-info .disc-list li::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 13px;
}
.imp-info p a,
.imp-info h2 a {
  text-decoration: underline;
}
.imp-info p b {
  font-weight: 600;
}
.imp-info .intended {
  padding-left: 40px;
}
.imp-info h3,
.imp-info h4,
.imp-info h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
}

.jobs {
  padding: 50px 0;
}

.jobs h2 {
  font-size: 34px;
}

.jobs h2 strong {
  font-weight: 900;
}

.jobs #accordion {
  border-color: #f2f3f7;
  -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);
}

.jobs #accordion button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f2f3f7;
  width: 100%;
  text-decoration: none;
  padding: 7.5px 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
}

.jobs #accordion button span {
  text-decoration: none;
  color: #000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs #accordion button span img {
  margin-right: 20px;
}

.jobs #accordion button i {
  font-size: 30px;
  color: #f6be00;
}

.jobs #accordion .card-body {
  padding: 15px;
}

.jobs #accordion .card-body a {
  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;
}

@media only screen and (max-width: 767px) {
  .impressum {
    word-wrap: break-word;
  }
}

/*************
FUNDGRUBE
*******************/

.fundgrube-row {
  margin-bottom: 50px;
  border-bottom: 1px solid darkgray;
  padding-bottom: 50px;
}
.fundgrube-row:last-child {
  border-bottom-color: transparent;
}
.fundgrube h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.fundgrube p {
  font-size: 18px;
  margin-bottom: 20px;
}

.fundgrube-price {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

.fundgrube .button {
  text-decoration: none !important;
}

/*TOP ANGEBOTE*/
.top-angebote {
  padding-bottom: 30px;
}
.top-angebote article {
  position: relative;
  border: 1px solid #d5d5d5;
  margin-top: 60px;
  position: relative;
  margin-bottom: 30px;
}
.top-angebote article .icon {
  position: absolute;
  left: 25px;
  top: -5px;
  border: none;
}

.top-angebote article .article-desc {
  background-color: white;
  padding: 20px 30px;
}
.top-angebote article .article-desc h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  min-height: 57px;
  text-transform: none;
}
.top-angebote article .article-desc h3 {
  font-size: 18px;
  color: #333333;
  margin: 0;
  font-weight: 500;
}
.top-angebote article .article-desc h3 strong {
  color: #f23534;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
.top-angebote a,
.top-angebote a:hover {
  text-decoration: none !important;
}

.top-angebote h2 {
  font-size: 50px;
  font-weight: 400;
  color: #f23534;
  text-transform: uppercase;
}
.top-angebote h2 b {
  color: #333333;
  font-weight: 900;
}
/*************
actions
*******************/
.actions {
  padding: 0 0 70px;
}
.actions h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.actions h2 b {
  color: #f23534;
}
.action {
  margin: 0 0 30px 0;
  border: 1px solid rgb(229, 230, 234);
}
.action_img {
  padding-left: 0;
}
.action_img a {
  display: block;
  position: relative;
}
.action_img a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
  text-align: center;
  min-width: 40px;
  background-color: #f23534;
}
.action_img a img {
  width: 100%;
}
.action_text {
  padding: 35px 15px 15px 15px;
}
.action_text h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.action_text h2 b,
.action_text h2 strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.action_text h4 {
  font-size: 16px;
  color: #333;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.action_text h4 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.action_text h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin: 5px 0 15px 0;
}
.action_text h3 b {
  color: #f23534;
  font-weight: bold;
}
.action_text a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  background-color: #f23534;
  font-weight: 300;
}
.actions_pagination {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.actions_pagination li {
  display: inline-block;
  margin-right: 5px;
}
.actions_pagination li a {
  font-size: 16px;
  border: 1px solid lightgray;
  min-width: 30px;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  color: #333 !important;
}
.actions_pagination li a.active {
  border-color: #f23534;
  color: #f23534 !important;
}
.action_detail {
  padding-bottom: 70px;
}
.action_detail_title a {
  display: inline-block;
  text-transform: uppercase;
  color: #f23534 !important;
}
.action_detail_title h2 {
  font-size: 30px;
  margin: 10px 0 30px 0;
  text-transform: uppercase;
  font-weight: 300;
}

.action_detail h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  color: #989898;
}
.action_detail h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f23534;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.action_detail-gallery {
  margin-bottom: 30px;
}
.action_detail-gallery img {
  width: 100%;
}
.action_detail-gallery a {
  display: block;
  margin-bottom: 6px;
}
.action_detail-gallery .row {
  margin-left: -3px;
  margin-right: -3px;
}
.action_detail-gallery .col-md-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.action_detail-gallery .col-md-3:nth-child(4n + 1) {
  clear: left;
}
.action_detail dl {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 15px;
}
.action_detail dt {
  text-align: left;
  color: #888c92;
  font-weight: 400;
}

.action_detail dd {
  font-weight: 400;
  margin-bottom: 10px;
}
.action_detail-company {
  padding: 20px 20px 10px 20px;
  border: 1px solid #e5e6e9;
  margin-top: 0px;
  margin-bottom: 30px;
}
.action_detail-company h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
.action_detail-company ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.action_detail-company li {
  font-size: 15px;
  margin-bottom: 5px;
}
.action_detail-daten {
  padding: 20px 20px 10px 20px;
  border: 1px solid #e5e6e9;
  margin-bottom: 30px;
}
.action_detail-daten ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 15px;
}
.action_detail-daten ul ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.action_detail-daten ul li {
  margin-bottom: 10px;
}
.action_detail-daten ul li:before {
  display: inline-block;
  content: "-";
  margin-right: 5px;
}
.action_detail-daten a {
  display: inline-block;
  font-weight: 400;
  color: #f23534;
  margin-bottom: 10px;
}
.action_detail-form input,
.action_detail-form textarea {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid lightgray;
  transition: all 0.2s;
  font-size: 15px;
}
.action_detail-form input {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
}
.action_detail-form textarea {
  padding: 15px;
}
.action_detail-form input:focus,
.action_detail-form textarea:focus {
  border-color: #f23534;
}
.action_detail-form label {
  margin-bottom: 20px;
  font-size: 15px;
}
.action_detail-form label input {
  display: inline-block;
  height: 15px;
  position: relative;
  bottom: -2px;
  width: 15px;
  margin-bottom: 0;
}
.ausstattung-info {
  margin-bottom: 30px;
  padding: 10px 10px;
  border-color: #c0d7eb;
  background-color: #dde7f1;
}
.ausstattung-info img {
  margin-right: 20px;
}
.action-services.boxes.service .box-txt {
  padding: 80px 0;
}
.action-services.boxes.service .box-txt ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  column-count: 3;
}
.action-services.boxes.service .box-txt ul li {
  color: #999999;
  font-size: 16px;
}
.boxes.service .box-txt .txt strong {
  color: #f23534;
}
.boxes.service .box-txt .txt a {
  color: #f23534;
  text-decoration: underline;
}
.counter-aktion-section {
  margin-bottom: 30px;
}
.counter-aktion-section .more-link.red {
  background-color: transparent !important;
  text-transform: none;
  font-size: 20px;
}
.counter-aktion-section .more-link.red:hover,
.counter-aktion-section .more-link.red:hover i {
  color: #333333;
}

.counter-aktion-section .counter {
  color: #333333;
  font-weight: 300;
  position: relative;
  min-width: auto;
  background-color: transparent;
  right: auto;
  border: none;
}
.counter-aktion-section .countdown-amount,
.counter-aktion-section .countdown-period {
  display: block;
  font-size: 28px;
}
.counter-aktion-section .countdown-row {
  text-align: left;
}

/*BOXES*/

.boxes {
  overflow: hidden;
  max-width: 100%;
}
.home-boxes.boxes {
  margin-bottom: 80px;
}
.boxes article {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.boxes article {
  background-color: white;
}
.boxes.service .button {
  margin-right: 15px;
}
.boxes .box-right .box-img {
  position: relative;
  padding-left: 15px;
  max-height: 380px;
}
.boxes .box-left .box-img {
  position: relative;
  padding-right: 15px;
  max-height: 380px;
}
.picture-hover {
  overflow: hidden;
  position: relative;
}

.picture-hover img {
  transition: all 1.4s;
}

.picture-hover:hover img {
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  z-index: 1;
}

.box-txt {
  padding: 80px 0;
  position: relative;
  z-index: 10;
  animation-duration: 1s;
  animation-delay: 1s;
  max-width: 600px;
}
.box-txt .border-title-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.small-padding .box-txt {
  padding: 30px 20px 20px 0;
}
.boxes .box-right .box-txt.fadeInRight,
.boxes .box-left .box-txt.fadeInLeft {
  opacity: 1;
}
.boxes .box-left .box-txt {
  opacity: 0;
  float: right;
}
.boxes .box-right .box-txt {
  opacity: 0;
  float: left;
}
.boxes.service .box-right,
.boxes.service .box-left {
  margin-bottom: 80px;
}
.boxes.service .box-txt {
  padding: 90px 0;
}

.boxes.unternehmen .col-lg-6 {
  padding: 0;
}
.boxes.unternehmen .box-right .box-txt {
  padding-left: 40px;
  padding-right: 15px;
}
.boxes.unternehmen .box-left .box-txt {
  padding-right: 40px;
  padding-left: 15px;
}
.boxes.unternehmen .box-txt {
  padding: 60px 0;
}
.txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.boxes h3 {
  font-size: 15px;
  font-weight: 400;
  color: #f23534;
}
.boxes h2 {
  font-size: 28px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.boxes .main-title {
  font-size: 50px;
  font-weight: 400;
  color: #f23534;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.boxes .main-title b {
  color: #333333;
  font-weight: 900;
}
/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
/*************
MEDIA
*******************/

@media only screen and (max-width: 1500px) {
  .carousel-caption {
    top: 10%;
  }
  .carousel-caption h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .navigacija .navbar-nav > li > a,
  .navigacija .navbar-nav > li > a:focus,
  .navigacija .navbar-nav > li > a:active,
  .navigacija .navbar-nav > li > a:visited {
    font-size: 12px;
    padding: 15px 10px;
  }
  .carousel-caption {
    top: 7%;
  }
  .carousel-caption h2 {
    font-size: 36px;
  }
  .main-service2 h3 {
    font-size: 25px;
  }
  .main-service h3 {
    font-size: 30px;
  }
  .main-service .button {
    padding: 15px 30px;
  }
  .aktionen h2 {
    font-size: 35px;
    margin-top: 5px;
  }
  .aktionen section .col-md-6 {
    padding-left: 10px;
  }
  .action_text {
    padding: 25px 15px 15px 15px;
  }
  .action_text h3 {
    font-size: 22px;
  }
  .action_text h2,
  .action_text h4 {
    margin-bottom: 20px;
  }
  .boxes .col-lg-6 {
    padding: 0 15px;
  }
  .boxes .box-left .box-txt,
  .boxes .box-right .box-txt {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .action-services.boxes.service .box-txt {
    padding: 40px 0;
  }
  .boxes.unternehmen .box-left .box-txt,
  .boxes.unternehmen .box-right .box-txt {
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-txt {
    max-width: inherit;
  }
  .boxes.service .box-right,
  .boxes.service .box-left {
    margin-bottom: 0;
  }
  .picture-hover img {
    width: 100%;
  }
  .boxes .main-title {
    font-size: 30px;
  }
  .boxes h2 {
    word-break: break-all;
    font-size: 24px;
  }
}

/******
992
***********/

@media only screen and (max-width: 991px) {
  .anfrage h3,
  .anfrage h2 {
    font-size: 22px;
  }
  .anfrage .forma .col-md-2 {
    text-align: left;
  }
  .anfrage .kontakt .col-md-4 h5,
  .anfrage .forma .col-md-2 h5,
  .anfrage .kontakt .col-md-4 label,
  .anfrage .forma .col-md-2 label {
    font-weight: 500;
  }
  .anfrage .kontakt .col-md-4 {
    text-align: left;
  }
  .anfrage .kontakt h4 {
    margin-top: 50px;
    text-align: center;
  }
  .anfrage .color {
    margin-left: 0;
    margin-right: 0;
  }
  .anfrage .color img {
    width: 230px;
    height: auto;
  }
  .aktionen p {
    font-size: 13px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .aktionen h4 {
    margin-bottom: 5px;
  }
  .aktionen h4,
  .aktionen h5 {
    font-size: 15px;
  }
  .aktionen h2 {
    font-size: 33px;
    margin-top: 5px;
  }
  .main-service h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .main-service .col-md-6 .col-md-6 {
    padding-left: 15px;
  }
  .main-service .button {
    padding: 10px 30px;
  }
  .main-service2 h3 {
    font-size: 19px;
  }
  .main-service2 .button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .captcha img {
    margin-bottom: 10px;
  }
  #firstline {
    font-size: 12px;
  }
  .kontakt #googleMap {
    height: 392px;
    margin-top: 35px;
  }
  .navigacija .navbar-nav > li > a,
  .navigacija .navbar-nav > li > a:focus,
  .navigacija .navbar-nav > li > a:active,
  .navigacija .navbar-nav > li > a:visited {
    font-size: 10px;
    padding: 15px 5px;
  }
  .carousel-caption {
    top: 18%;
  }
  .carousel-caption h2 {
    font-size: 35px;
  }
  .leistung h2 {
    font-size: 19px;
  }
  .leistung button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .welcome .col-md-4 {
    border-right: none;
  }
  .fundgrube-row {
    margin-bottom: 70px;
  }
  .top-angebote article img {
    width: 100%;
  }
  .top-angebote article .icon {
    width: auto;
  }
  .action_img {
    padding-right: 0;
  }
  .action_detail dt {
    float: none;
  }
  .action_detail dd {
    margin-left: 0;
  }
}

/******
768
***********/

@media only screen and (max-width: 767px) {
  .carousel-caption {
    display: none;
  }
  .main-service img {
    margin-bottom: 30px;
  }
  .main-service2 h3 {
    font-size: 22px;
  }
  .main-service2 .button {
    padding-left: 30px;
    padding-right: 30px;
  }
  #firstline {
    display: none;
  }
  .navigacija {
    background-color: white;
    background: -webkit-linear-gradient(90deg, white -20%, white 100%);
    background: -webkit-linear-gradient(bottom, white -20%, white 100%);
    background: linear-gradient(0deg, white -20%, white 100%);
  }
  .navigacija .navbar-inverse {
    background-color: white;
  }
  .navigacija .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar {
    top: 0;
    z-index: 100000000;
  }
  .side-collapse-container {
    position: relative;
    right: 0;
    height: 100%;
    transition: right 0.1s;
  }
  .side-collapse-container.out {
    left: 200px;
  }
  .side-collapse {
    top: 0px;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 80%;
    position: fixed;
    overflow: hidden;
    transition: width 0.1s;
  }
  .side-collapse.in {
    width: 0;
  }
  #error h1 {
    font-size: 100px;
  }
  .number {
    display: none;
  }
  footer img {
    margin: 0 auto;
    margin-top: 30px;
  }
  footer section {
    text-align: center;
  }
  #lastline {
    text-align: center;
  }
  #goUp {
    text-align: center;
  }
  #lastline .col-md-3 {
    text-align: center;
  }
  #lastline .col-md-3 i {
    margin-left: 5px;
    margin-right: 5px;
  }
  .kontaktanfrage {
    text-align: center;
  }
  .kontaktanfrage h2 {
    font-size: 24px;
  }
  .kontaktanfrage input,
  .kontaktanfrage button {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
  }
  .impressum {
    padding-top: 0px;
  }
  .company h4 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .impressum h4 {
    font-size: 20px;
  }
  #logo .row {
    margin-right: 0px;
  }
  #logo {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
  }
  .navigacija .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigacija .pull-left {
    float: right !important;
  }
  .navigacija {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .navigacija .navbar-header button {
    background-color: #f23534;
    border: none;
    border-radius: 0px;
    font-size: 40px;
    margin-top: 20px;
  }
  .navigacija .navbar-toggle .icon-bar {
    width: 25px;
    height: 4px;
  }
  .navigacija .navbar-nav > li > a {
    font-size: 14px;
    padding: 7px;
  }
  .welcome .col-md-4 {
    text-align: center;
    border-right: none;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .welcome .col-md-8 h2 {
    padding-left: 15px;
    text-align: center;
  }
  .welcome.welcome-uberuns h2 {
    font-size: 28px;
    line-height: normal;
  }
  .welcome.welcome-uberuns .col-md-4 {
    padding-right: 15px;
  }
  .welcome.welcome-uberuns .col-md-8 {
    padding-left: 15px;
  }
  .welcome.welcome-tuning .col-md-4 {
    padding-right: 15px;
  }
  .welcome.welcome-tuning .col-md-8 {
    padding-left: 15px;
  }
  .welcome.welcome-uberuns p {
    text-align: center;
  }
  .team {
    text-align: center;
  }
  .team img {
    margin: 0 auto;
  }
  .banner-home h2,
  .top-angebote h2 {
    font-size: 40px;
  }
  .banner h1 {
    padding-top: 80px;
    font-size: 28px;
  }
  .kontrole {
    text-align: center;
    margin-bottom: 20px;
  }
  .partners {
    text-align: center;
  }
  .partners img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .galery-nav {
    margin-top: 0px;
  }
  .kontakt h1,
  .kontakt h2 {
    font-size: 22px;
  }
  .kontakt button {
    margin-top: 10px;
  }
  .leistung p {
    min-height: auto;
  }
  .leistung h2 {
    font-size: 22px;
  }
  .leistung button {
    padding: 10px 30px;
  }
  .servicetab {
    padding-left: 0;
  }
  .service .tab-content {
    padding-bottom: 30px;
  }
  .service .nav-tabs > li a {
    padding: 10px;
    font-size: 16px;
  }
  .service .tab-content h2 {
    font-size: 22px;
  }
  .service .tab-content ul {
    list-style: none;
    font-size: 16px;
    padding-left: 0;
  }
  .galery-view h3 {
    font-size: 30px;
  }
  .main-service2 h3 {
    font-size: 22px;
  }
  .main-service2 {
    text-align: center;
  }
  .main-service2 img {
    margin: 0 auto;
  }
  .carousel-caption h2 {
    top: 23%;
    font-size: 32px;
  }
  .aktionen section .col-md-6 {
    position: relative;
    padding-left: 0;
  }
  .aktionen p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .aktionen h4,
  .aktionen h5 {
    font-size: 15px;
  }
  .aktionen h2 {
    font-size: 25px;
    margin-top: 5px;
  }
  .aktionen button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .aktionen .slika {
    margin-top: -33.5px;
  }
  .main-service section {
    border: 0px solid #d5d5d5;
  }
  .main-service img {
    border: 1px solid #d5d5d5;
  }
  .main-service .col-md-6:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .main-service2 .col-md-3:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .leistung .col-md-4:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .aktionen section:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .fundgrube-slider img {
    width: 100%;
  }
  .fundgrube h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .fundgrube p {
    font-size: 16px;
  }
  .top-angebote article {
    margin-top: 30px;
  }
  .top-angebote h2 {
    margin-top: 0;
  }
  .action_text {
    padding-top: 15px;
  }
  .action_text h2 {
    font-size: 20px;
  }
  .action_detail_title h2 {
    font-size: 24px;
  }
  .action_detail-company {
    padding: 15px 15px 5px 15px;
  }
  .action_detail-company h3 {
    font-size: 18px;
  }
  .action_detail-form {
    margin-bottom: 30px;
  }
  .action_detail-daten {
    padding: 15px 15px 5px 15px;
  }
  .action_detail h4 {
    margin-bottom: 20px;
  }
  .action_detail dd {
    margin-left: 180px;
  }
  .action_detail dt {
    float: left;
  }
  .action_detail {
    padding-bottom: 40px;
  }
  .ausstattung-info img {
    margin-right: 5px;
  }
  .box-txt,
  .boxes.service .box-txt {
    padding: 40px 0;
  }
  .animated {
    animation: none !important;
  }
  .boxes .box-left .box-txt,
  .boxes .box-right .box-txt,
  .complete-car {
    opacity: 1 !important;
  }
}

/******
480
***********/

@media only screen and (max-width: 480px) {
  .impressum h4 {
    font-size: 19px;
  }
  .main-service h3 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main-service .col-md-6 .col-md-6 {
    padding-left: 10px;
  }
  .main-service .button {
    padding: 5px 20px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 390px) {
  .impressum h4 {
    font-size: 18px;
  }
  .carousel-caption h2 {
    top: 2%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .impressum h4 {
    font-size: 18px;
  }
  .banner h1 {
    font-size: 24px;
  }
}

/* KALENDAR */

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

.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.3s;
  background-color: #e50005;
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  outline: 0px none;
  padding: 0.8125rem 1.5625rem;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.pageButton a:hover {
  outline: 0;
  background-color: #333;
  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;
  }
  .team {
    text-align: -webkit-center;
  }
}

@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: #f23534;
}

.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: 0.8125rem;
  font-weight: 700;
  padding: 0.125rem 0;
  text-align: left;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #f23534;
}

body,
html {
  height: 100%;
}

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

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

.termine .wrapper {
  background-color: #fff;
  padding: 3.75rem 0.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: #e50005;
    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: 500;
  margin-bottom: 10px;
}

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

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

.termine label span {
  color: #f23534;
}

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

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

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

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

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

.termine button:hover {
  background-color: #f23534;
  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: 0.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: #333;
  color: #fff;
  margin: 0;
  padding: 0.6375rem 0.9375rem;
  font-weight: 800;
}

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

.termine .block .time {
  margin: 0 -0.9375rem;
  overflow: hidden;
}

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

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

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

.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 0.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 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 CALENDAR*/
