.navigation .container{
  width: 1400px !important;
}
.modal-content {
  text-align: center;
}
.modal-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #42779d;
  text-transform: uppercase;
}

.modal-content .close {
  font-size: 28px;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 1100px;
    margin: 30px auto;
  }
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f3;
}

/* .navigation header .row {
  display: flex;
  align-items: center;
} */

.video {
  padding-bottom: 40px;
}
#video-main {
  max-width: 1100px;
  padding: 0;
  background-color: transparent;
}
#video-main video {
  max-width: 100%;
}
.whiteButton {
  background-color: white;
  color: #42779d;
  padding: 20px;
  transition: all 0.3s;
  text-decoration: none;
  text-shadow: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.whiteButton:active,
.whiteButton:focus,
.whiteButton:hover {
  color: #333;
  text-decoration: none;
}
.grayButton {
  background-color: #e6e6e6;
  color: #42779d;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  outline: none;
}
.grayButton:active,
.grayButton:focus,
.grayButton:hover {
  color: #333;
  text-decoration: none;
}
.redButton {
  background-color: #42779d;
  color: white;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  border: none;
  outline: none;
}
.redButton:active,
.redButton:focus,
.redButton:hover {
  color: #42779d;
  text-decoration: none;
  background-color: #dfdfdf;
}
/* FIRSTLINE */

#firstline {
  background: #42779d;
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right;
}

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

#firstline p {
  margin-bottom: 0;
}

#firstline span {
  padding-left: 0px;
  padding-right: 20px;
}

#firstline span i {
  margin-right: 5px;
  margin-left: 5px;
  transition: all 0.2s;
}

#social {
  text-align: right;
}

#social i {
  margin-left: 10px;
  font-size: 20px;
}

#social i:hover {
  color: white;
}
header {
  background-color: white;
  padding: 20px 0px;
}
.navigacija {
  padding-right: 0;
}

.navigacija .navbar-default {
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.navbar-nav {
  padding-top: 15px;
}
.navigacija .navbar-default li a,
.navigacija .navbar-default li a:focus,
.navigacija .navbar-default li a:active,
.navigacija .navbar-default li a:visited {
  padding: 0px 20px;
  color: #333333;
  font-size: 20px;
  transition: all 0.2s;
  border-right: 1px solid #b8b8b8;
  font-weight: 300;
}
.navigacija .navbar-default li:last-child a {
  border-right: none;
}
.navigacija .navbar-default li.active a {
  color: #42779d;
  background-color: transparent;
}
.navigacija .navbar-default li.active a:hover,
.navigacija .navbar-default li.active a:focus,
.navigacija .navbar-default li.active a:active {
  color: #42779d;
}
.navigacija .navbar-default li a:hover {
  color: #42779d;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.fixer {
  display: none;
  height: 90px;
}
.fixer.in {
  display: block !important;
}
.navigation {
  z-index: 1002;
  width: 100%;
}
.navigation.fix {
  position: fixed;
  top: 0;
  animation: fadeInDown;
  animation-duration: 0.8s;
  animation-delay: 0s;
  background-color: #000000;
}

/* menu button animation*/

.navbar-default .navbar-toggle {
  border: 0px;
}

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

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

.navbar-toggle .icon-bar {
  width: 29px;
  height: 3px;
}

.navbar-toggle .icon-bar {
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/* SLIDER */

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

.carousel-indicators {
  text-align: center;
}

.carousel-indicators .active {
  background-color: white;
  border: 1px solid #42779d;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin: 2px;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin: 2px;
}
#myCarousel .carousel-control {
  height: 170px;
  width: 45px;
  line-height: 170px;
  font-size: 90px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  top: 40%;
  opacity: 1;
  transition: all 0.2s;
}

#myCarousel .carousel-control:hover {
  color: white;
}

#myCarousel .carousel-control.left {
  left: 0px;
}

#myCarousel .carousel-control.right {
  right: 0px;
}
#myCarousel .item img {
  display: inline-block;
}
.slide .item {
  text-align: center;
}
.carousel-caption {
  text-align: center;
  background-color: rgba(19, 19, 22, 0.3);
  bottom: 32%;
  padding: 60px 0px;
}
.carousel-caption h2 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  color: white;
  font-size: 65px;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 0%;
    right: 0%;
  }
}
/**********WILLKOMMEN***********/
.welcome {
  padding: 60px 0px;
  text-align: center;
  background-color: white;
}
.welcome h1 {
  color: #333333;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0px;
  font-weight: bold;
}
.welcome h1 span {
  color: #42779d;
}
.welcome p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0px;
}
.welcome .circle {
  background-color: #42779d;
  padding: 30px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 50px;
  margin-bottom: 20px;
}
.welcome .circle:hover {
  background-color: #dfdfdf;
}
.welcome .col-md-4 p {
  font-size: 16px;
  color: #707070;
  margin-bottom: 25px;
}
/******RED BACKGROUND********/
.redSection {
  background-color: #42779d;
  padding: 60px 0px;
  text-align: center;
}
.redSection .col-md-6:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 45px;
}
.redSection h3 {
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}
.redSection strong {
  display: block;
}
.redSection p {
  font-size: 18px;
  color: white;
  margin-bottom: 25px;
}
.redSection img {
  margin: 0 auto;
}
/***********TERMINANFRAGE***********/
.termin {
  background-image: url(../images/terminBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px;
  text-align: center;
}
.termin h3 {
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 0px;
  color: white;
  text-transform: uppercase;
}
.termin p {
  font-size: 18px;
  color: white;
  margin-bottom: 25px;
}
.termin .redButton {
  text-transform: uppercase;
  font-size: 20px;
}
/* googleMap */

.map {
  position: relative;
}

.map iframe {
  max-width: 100%;
}

#googleMap {
  height: 400px;
}
/*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: #42779d;
  background-color: #42779d;
  color: #fff;
}
.to-kontakt {
  position: absolute;
  top: 0;
  z-index: 15;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.to-kontakt .row {
  background-color: rgba(255, 255, 255, 0.8);
  color: white;
  margin: 0;
  padding: 20px 5px;
}

.to-kontakt p {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.2px;
  color: #333333;
}

.to-kontakt .redButton {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}
.to-kontakt .redButton i {
  margin-left: 10px;
}

/* FOOTER */

footer {
  background-color: #e9e9e9;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
}

footer .container {
  padding-bottom: 40px;
}
footer p {
  font-size: 16px;
}
footer h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #42779d;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 5px;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}
address {
  font-size: 16px;
}
footer b {
  color: #333;
}

footer ul li.active a {
  color: #42779d;
}
footer ul li a:hover {
  color: #42779d;
}
.footer-logo {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

.footer-logo img {
  display: inline-block;
}

#goUp {
  text-align: center;
}

#goUp a {
  display: inline-block;
  margin: 0 auto;
}

#goUp p {
  text-decoration: none;
  color: white;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
  top: -25px;
  background-color: #42779d;
  transition: all 0.3s;
  margin-bottom: 2px;
  position: relative;
  z-index: 101;
}

#goUp p:hover {
  background-color: #42770f70;
}

/* LAST LINE */

#lastline {
  background-image: url(../images/lastline.png);
  background-repeat: no-repeat;
  color: #dfdfdf;
  background-size: cover;
}

#lastline .container {
  padding: 20px 0px 15px 0px;
}
#lastline p {
  color: #333;
  margin-bottom: 0px;
}
#lastline .container div a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

#lastline .container div a:hover {
  color: #42779d;
}
#lastline .social {
  text-align: right;
}
#lastline .social a i {
  font-size: 20px;
  margin-right: 20px;
  color: white;
}
#lastline .social a:hover i {
  color: #42779d;
}
#lastline a {
  text-decoration: none;
  color: #333;
}

#lastline a:hover {
  color: #42779d;
}

.footer-imp {
  text-align: right;
}
/*********BANNER**********/
.banner {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider-caption {
  right: 0;
  left: 0;
  background-color: rgba(19, 22, 22, 0.3);
  bottom: 0;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
}
.slider-caption h1 {
  font-size: 48px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.error-banner {
  padding: 30px 0px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.error-banner h2 {
  font-size: 205px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  color: white;
}
.error-banner h3 {
  background-color: #42779d;
  padding: 15px 25px;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: white;
  display: inline-block;
  font-weight: 400;
}
.error-banner .whiteButton {
  border-radius: 5px;
}
.sliderContent {
  margin-bottom: 130px;
}
/***********TEAM***********/

.intro {
  padding-top: 30px;
  padding-bottom: 60px;
}
.intro p {
  font-size: 20px;
  margin-bottom: 0px;
  color: #333333;
  text-align: center;
}
.intro h2 {
  font-size: 30px;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.unserTeam h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 500;
}
.unserTeam h4 {
  font-size: 17px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 200;
  min-height: 36px;
  max-width: 97%;
}
.unserTeam a {
  color: #42779d;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.unserTeam a:hover,
.unserTeam a:focus,
.unserTeam a:active {
  color: #333333;
  text-decoration: none;
}
.unserTeam .col-md-3 {
  margin-top: 30px;
}
.unserTeam .overEffect {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.unserTeam img {
  transition: all 0.5s;
}
.unserTeam img:hover {
  transform: scale(1.07);
}

.frame {
  margin-bottom: 60px;
}
/*************
SERVICE
*******************/

.service {
  padding-bottom: 60px;
}

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

.service-item {
  background-color: white;
  padding: 5px 5px 5px 70px;
  margin-bottom: 10px;
  border: 1px 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;
  border: 2px solid #b0b0b0;
}

.service-item:hover {
  border: 2px solid #42779d;
}

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

.service-item p {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333333;
}
/* GALLERY */

.galerie {
  padding-bottom: 30px;
}

.galerie .col-md-4 {
  margin-bottom: 30px;
}

.galerie figure {
  position: relative;
  overflow: hidden;
}

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

.galerie .zoom {
  position: absolute;
  text-align: center;
  padding-top: 25%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  display: none;
}

.galerie a:hover .zoom {
  opacity: 1;
}

.galerie .zoom span {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 40px;
  color: white;
}
.galerie h3 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 300;
}
.galerie h3 span {
  color: #42779d;
}
.galerieDetail {
  padding-top: 60px;
}
/**********
KONTAKT
***********/

.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1;
}

.message-contact strong {
  font-size: 20px;
}

.kontakt {
  padding-bottom: 60px;
}

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

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

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus,
.kontakt select:focus {
  border: 1px solid #42779d;
  box-shadow: 0px 0px 2px #42779d;
}

.kontakt textarea {
  padding: 7px 15px;
  height: 185px;
  resize: none;
  outline: none;
}

.kontakt textarea:focus {
  border: 1px solid #42779d;
  box-shadow: 0px 0px 2px #42779d;
}

.kontakt label {
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 17px;
}

.kontakt label span {
  font-weight: bold;
  color: #42779d;
}

.kontakt .redButton {
  margin-top: 15px;
}
.kontakt .redButton:hover,
.kontakt .redButton:focus,
.kontakt .redButton:active {
  background-color: #42779d;
  color: white;
}
/*************

IMPRESSUM

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

.impressum {
  padding: 60px 0;
}

.impressum h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1d2224;
  margin-top: 0px;
  margin-bottom: 50px;
}

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

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

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

.impressum h2 span {
  display: block;
}

.impressum p {
  font-size: 18px;
  padding-left: 0px;
  font-weight: 300;
  color: #323232;
}

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

.company a {
  color: #333333;
}

.company a:hover {
  color: #42779d;
}

.imp-info span {
  color: #42779d;
  font-weight: 400;
}

.company span {
  color: #42779d;
}

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

.impressumBtn {
  outline: none;
  background-color: #42779d;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: 800;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}

.impressumBtn span {
  color: white;
}

.ui-datepicker-title,
.termine label span,
.termine .block .time p {
  color: #42779d !important;
}

.termine .block .pageButton button {
  background-color: #42779d !important;
}

.termine .block .wrap {
  border: 1px solid #e2e2e2;
  background-color: white;
  padding: 10px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.blog img {
  margin: 0 auto;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #42779d !important;
}

/**********WUNSCHFAHRZEUG***********/

.wunschFahrzeug {
  padding-top: 60px;
  background-color: white;
}
.wunschFahrzeug h2 {
  font-size: 24px;
  color: #333;
  margin: 0px;
  border-bottom: 1px solid #cdcdcd;
}
.wunschFahrzeug .kontakt {
  margin-top: 30px;
}
.kontaktAngaben {
  margin: 60px 0px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
}
.kontaktAngaben .col-md-6 {
  margin-top: 60px;
}
.wunschFahrzeug .kontakt .redButton {
  border-radius: 0;
  margin-top: 0px;
  font-size: 14px;
  float: right;
}
.wunschFahrzeug .kontakt input[type="text"],
.wunschFahrzeug .kontakt input[type="email"],
.wunschFahrzeug .kontakt select,
.wunschFahrzeug .kontakt textarea {
  background-color: white;
  border: 1px solid #c7c7c7;
}
.wunschFahrzeug .kontakt input[type="text"]:focus,
.wunschFahrzeug .kontakt input[type="email"]:focus,
.wunschFahrzeug .kontakt select:focus {
  box-shadow: 0px 0px 15px #c7c7c7;
}
.wunschFahrzeug .kontakt textarea:focus {
  box-shadow: 0px 0px 15px #c7c7c7;
}

.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 18px;
  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: 26px;
}
.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;
}

.testimonials-section {
  padding: 50px 0;
  text-align: center;
}

.testimonials-section img {
  margin: 0 auto;
}

.testimonials-section p {
  font-size: 18px;
  margin: 20px 0;
}

.testimonials-section h5 {
  font-size: 18px;
  font-weight: 700;
  color: #42779d;
}

/*************
MEDIA
*******************/
@media only screen and (max-width: 1600px) {
  .carousel-caption {
    bottom: 28%;
  }
}

@media only screen and (max-width: 1400px) {
  #social {
    text-align: left;
  }
  .carousel-caption {
    bottom: 23%;
  }
}
@media only screen and (max-width: 1199px) {
  .unserTeam h3,
  .unserTeam h4 {
    font-size: 15px;
  }
  .unserTeam a {
    font-size: 14px;
  }
  .carousel-caption {
    bottom: 10%;
    left: 0%;
    right: 0%;
  }
  .carousel-caption h2,
  .slider-caption h1 {
    font-size: 45px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
  .whiteButton {
    font-size: 16px;
  }
  .navigacija .navbar-default li a,
  .navigacija .navbar-default li a:focus,
  .navigacija .navbar-default li a:active,
  .navigacija .navbar-default li a:visited {
    font-size: 18px;
    padding: 0 10px;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .to-kontakt p {
    font-size: 14px;
  }
  #firstline {
    font-size: 15px;
    background-image: none;
  }
  #firstline span {
    padding-right: 10px;
  }
  #social i {
    font-size: 17px;
  }
  #lastline .container {
    padding: 20px 15px 15px 15px;
  }
  .service-item p {
    font-size: 13px;
  }
  .kontakt label {
    font-size: 16px;
  }
  .fixer {
    height: 90px;
  }
}
/******
992
***********/

@media only screen and (max-width: 991px) {
  .unserTeam .col-sm-4 {
    margin-top: 30px;
  }
  .unserTeam h4 {
    min-height: inherit;
  }
  .navigacija .navbar-default li a,
  .navigacija .navbar-default li a:focus,
  .navigacija .navbar-default li a:active,
  .navigacija .navbar-default li a:visited {
    padding: 0px 6px;
    font-size: 15px;
  }
  .redSection img {
    margin-top: 60px;
  }
  .redSection .col-md-6:first-child {
    border: none;
    padding-right: 15px;
  }
  .to-kontakt {
    text-align: center;
    position: relative;
  }
  .to-kontakt .redButton {
    float: none;
    margin-top: 20px;
  }
  header {
    padding: 10px 0px;
  }
  .logo {
    margin-top: 10px;
  }
  #myCarousel .carousel-control {
    top: 30%;
  }
  .termin .redButton {
    font-size: 16px;
  }
  .unserTeam img {
    width: 100%;
  }
  .unserTeam .col-md-3 {
    margin-top: 30px;
  }
  .intro h2 {
    margin-bottom: 0px;
  }
  .termin p br {
    display: none;
  }
  .service-item p {
    font-size: 15px;
  }
  .galerie h3 {
    font-size: 20px;
  }
  .galerie .zoom {
    padding-top: 20%;
  }
  .kontakt label {
    margin-bottom: 5px;
    line-height: inherit;
  }
  .captcha img {
    margin-bottom: 20px;
  }
  .welcome .col-md-4 p {
    min-height: 66px;
  }
}

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

@media only screen and (max-width: 767px) {
  .fixer {
    display: none !important;
  }
  .navigation {
    position: fixed;
    top: 0px;
    animation: none !important;
  }
  .unserTeam .overEffect {
    display: block;
  }
  .unserTeam img:hover {
    transform: scale(1);
  }
  #firstline {
    display: none;
  }
  header .logo {
    float: left;
    z-index: 100;
  }

  .banner {
    height: 250px;
  }
  .navbar-nav {
    text-align: center;
    margin: 0px;
  }
  .navigacija .navbar-default li a,
  .navigacija .navbar-default li a:focus,
  .navigacija .navbar-default li a:active,
  .navigacija .navbar-default li a:visited {
    font-size: 18px;
    border: none;
    padding: 5px 0px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navigation {
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
  }
  body {
    padding-top: 84px;
  }
  .carousel-caption {
    bottom: 15%;
  }
  #myCarousel .carousel-control {
    display: none;
  }
  .carousel-caption h2 {
    font-size: 36px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    display: none;
  }
  .welcome h1,
  .redSection h3,
  .termin h3,
  .slider-caption h1,
  .impressum h1 {
    font-size: 30px;
  }
  .welcome p,
  .redSection p,
  .termin p,
  .intro p,
  .unserTeam a,
  .impressum p {
    font-size: 16px;
  }
  .welcome,
  .redSection,
  .termin,
  .impressum {
    padding: 30px 0px;
  }
  #lastline {
    background-image: none;
    text-align: center;
    background-color: #c9c9c9;
  }
  .footer-imp {
    text-align: center;
  }
  #lastline .social {
    text-align: center;
    margin-top: 10px;
  }
  .welcome .circle {
    margin-top: 30px;
  }
  .slider-caption {
    padding: 15px 0px;
  }
  .intro h2 {
    margin-top: 30px;
  }
  .intro,
  .service,
  .kontakt {
    padding-bottom: 30px;
  }
  footer .container {
    padding-bottom: 30px;
  }
  .service-item p br {
    display: none;
  }
  .galerie img {
    width: 100%;
  }
  .galerie {
    padding-bottom: 0px;
  }
  .galerieDetail {
    padding-top: 30px;
  }
  .galerie .zoom {
    display: none;
  }
  .kontakt .redButton {
    margin-top: 0px;
  }
  .wunschFahrzeug {
    padding-top: 30px;
  }
  .wunschFahrzeug h2 {
    font-size: 20px;
  }
  .wunschFahrzeug .kontakt {
    padding-bottom: 0px;
  }
  .kontaktAngaben .col-md-6:last-child {
    margin-top: 30px;
  }
  .kontaktAngaben .col-md-6 {
    margin-top: 0px;
  }
  .wunschFahrzeug .kontakt .redButton {
    float: none;
    margin-bottom: 30px;
  }
  .kontaktAngaben {
    margin: 30px 0px;
  }
  .impressum h1,
  .impressum h2 {
    margin-bottom: 30px;
  }
  .impressum .a,
  .impressum .b {
    padding-bottom: 30px;
  }
  .error-banner h2 {
    font-size: 140px;
  }
  .error-banner h3 {
    font-size: 24px;
  }
  .sliderContent {
    margin-bottom: 80px;
  }
  .welcome .col-md-4 p {
    min-height: inherit;
  }
}

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

@media only screen and (max-width: 479px) {
  .carousel-caption {
    display: none;
  }

  .blog .single {
    padding-left: 0;
    width: unset;
  }

  .blog img {
    max-width: 100%;
    width: unset !important;
    height: unset !important;
  }

  .blog .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto !important;
  }

  /*  .blog p,
  .blog h2 {
    text-align: center !important;
  }

  .articles .blog p {
    text-align: unset !important;
  }*/
}

.blog {
  padding-top: 60px;
}

.termine .block {
  margin-bottom: 20px;
}

.single {
  padding-left: 200px;
  width: 80%;
}

.single .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.articles .termine .block .wrap {
  justify-content: unset !important;
  min-height: 450px;
}

.articles .termine h2 {
  text-align: center;
}

.articles .termine h2 {
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
}

.articles .termine .block {
  padding-right: 10px !important;
}

.articles_button {
  display: flex;
  justify-content: center;
}
.blog .wrap h2 {
  max-width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.services table h2 {
  text-align: center;
  padding-top: 50px;
}

.services table p {
  text-align: center;
  padding: 20px;
}

.menu-item-has-children{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    width: 200px;
}
.menu-item-has-children>a{
    cursor: pointer;
}
.menu-item-has-children .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: max-content;
    list-style: none;
}
.menu-item-has-children:hover .sub-menu{
    display: block;
}
.menu-item-has-children .sub-menu li{
    width: auto;
    white-space: nowrap;
    margin-top: 10px;
}
.menu-item-has-children .sub-menu li a{
    padding: 10px;
    text-decoration: none;
    color: #333;
    display: block;
}
.menu-item-has-children .sub-menu li a:hover{
    background-color: #f1f1f1;
}
@media (max-width: 768px){
    .menu-item-has-children{
        width: 100%;
        text-align: left;
    }
}
