* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

html,
body {
  height: 100%;
}

@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url("../fonts/Helvetica-Neue-Light_22503.eot");
  src: local("☺"),
    url("../fonts/Helvetica-Neue-Light_22503.woff") format("woff"),
    url("../fonts/Helvetica-Neue-Light_22503.ttf") format("truetype"),
    url("../fonts/Helvetica-Neue-Light_22503.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url("../fonts/Roboto-Condensed.eot"),
    url("../fonts/Roboto-Condensed.woff") format("woff"),
    url("../fonts/Roboto-Condensed.ttf") format("truetype"),
    url("../fonts/Roboto-Condensed.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("☺"), url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad-web-pro";
  src: url("../fonts/myriad-web-pro.eot");
  src: local("☺"), url("../fonts/myriad-web-pro.woff") format("woff"),
    url("../fonts/myriad-web-pro.ttf") format("truetype"),
    url("../fonts/myriad-web-pro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/helvetica-neue-bold0.eot");
  src: url("../fonts/helvetica-neue-bold0.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvetica-neue-bold0.woff2") format("woff2"),
    url("../fonts/helvetica-neue-bold0.woff") format("woff"),
    url("../fonts/helvetica-neue-bold0.ttf") format("truetype"),
    url("../fonts/helvetica-neue-bold0.svg#Helvetica Neue") format("svg");
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro-It";
  src: url("../fonts/MyriadPro-It.eot");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype"),
    url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* @font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-woff.woff2');
} */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

/* @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf');
}
*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf");
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-Condensed";
}

h4 {
  font-size: 38px;
}

section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-responsive {
  width: 100%;
}

.p-left-right {
  padding-right: 0;
  padding-left: 0;
}

/* HERE STARTS THE MAGIC */

/*sticky header position*/
.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  /*width: 100%;*/
  background: #0e3d8b;
  box-shadow: 0 0px 9px #c6c6c6;
}

.top-contact {
  background: #fff;
  padding: 7px 0;
  position: relative;
  width: 100%;
}

.top-contact .row > div a {
  color: #fff;
  font-size: 18px;
}

.top-contact .row > div > a > i {
  margin: 0 5px 0 0;
  font-size: 20px;
  color: #fff;
}

.add-map i {
  color: #fdd224;
  margin-right: 10px;
}

.add-map i.fa-mobile {
  font-size: 20px;
}

header {
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* HERE ENDS THE MAGIC */

.remove-pad {
  padding-left: 0;
  padding-right: 0;
}

header img {
  display: block;
  margin: 0 auto 0px;
  width: 100%;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

section > .container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.navbar-expand-lg .navbar-nav.side-nav {
  flex-direction: column;
}

.card {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
  /*box-shadow: 0 3px 5px rgba(0,0,0,.1)*/
}

.cust-nav {
  padding-left: 0;
  padding-right: 0;
}

.cust-nav {
  float: left;
}

.leftmenutrigger {
  display: none;
}

#wrapper {
  padding: 0;
}

#wrapper {
  background: none;
  position: relative;
  top: 0;
  bottom: auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 99;
  box-sizing: border-box;
  margin: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  /*left: 50%;*/
}

.navbar-nav.side-nav.open {
  left: 0;
}

.navbar-nav.side-nav {
  background: #585f66;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 56px;
  flex-direction: column !important;
  left: -220px;
  width: 200px;
  overflow-y: auto;
  bottom: 0;
  overflow-x: hidden;
  padding-bottom: 40px;
}

.navbar-dark .navbar-brand img {
  color: #fff;
  padding: 20px 0 0 50px !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-nav li.dropdown .dropdown-menu a {
  border-right: navajowhite;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  border: none;
  padding: 0;
}

.top-nav-fix {
  top: 0 !important;
  background: #000;
  box-shadow: 1px 1px 8px #000;
}

.cust-nav a img {
  width: 170px;
}

.cust-nav.fixed-top {
  top: 40px;
  background: #091a27;
}

.social-links ul li.subaru-logo a {
  background: none;
  width: auto;
  display: inline-block;
  text-align: center;
  height: auto;
  line-height: inherit;
  border-radius: none;
  box-shadow: none;
  color: none;
  font-size: 20px;
}
.social-links ul li.subaru-logo a:hover {
  box-shadow: none !important;
  transition: none !important;
  color: none !important;
  border: none !important;
}
.subaru-logo img {
  width: 80px;
}

/* Gallery slider style start */
#carouselExampleCaptions {
  position: relative;
}
#carouselExampleCaptions .carousel-item {
  height: calc(100vh - 165px);
}
#carouselExampleCaptions .carousel-caption {
  bottom: 34%;
  background: rgba(0, 0, 0, 0.5);
}
#carouselExampleCaptions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#carouselExampleCaptions .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.nav-logo {
  text-align: center;
  padding-top: 8px;
}
.nav-logo .logo1 {
  width: 74px !important;
  margin-right: 15px;
}
.nav-logo .logo2 {
  width: 104px !important;
}
.nav-logo img {
  width: 100%;
}
/* Gallery slider style end */

input::placeholder {
  color: #fff !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #fff;
}

.cust-nav ul.navbar-nav a {
  /* border-right: 1px solid #f59521;*/
}

.cust-nav ul.navbar-nav li:last-child a {
  border-right: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  /* font-family: myriad-web-pro;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  height: 50px;
  line-height: 44px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.nav-link.active {
  color: #fff !important;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

/*.nav-link {
    border-bottom: 2px solid #042858;
    border-top: 2px solid #042858;
}*/

.navbar-dark .navbar-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  margin: 0 18px;
}

.navigation-main {
  float: left;
  width: 100%;
  background: #0e3d8b;
  /* padding: 10px 0; */
  position: relative;
  border-top: 1px solid #0e3d8b;
  /*bottom: 0;*/
  z-index: 100;
}

.logo.fix-logo {
  display: none;
}

.is-sticky .logo.fix-logo {
  display: block;
  float: left;
  padding-top: 8px;
}

.is-sticky .logo.fix-logo img {
  width: 114px;
  margin: 4px 10px;
}

.scroll-logo {
  display: none;
}
.logo {
  padding-top: 2px;
}
.logo img {
  width: 194px;
}

.add-left ul {
  float: left;
  padding-left: 15px;
}
.add-left ul li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 6px;
  padding-left: 18px;
}
.add-left ul li a {
  color: #000 !important;
  text-decoration: none;
}
.timing ul li {
  margin: 0 0 5px;
  padding-left: 0px;
}

.add-left ul li:last-child {
  margin-bottom: 0;
}

.add-left ul li i {
  /* border: 2px solid #0e3d8b;
  border-radius: 100%;
  width: 35px;
  height: 35px; */
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  color: #0e3d8b;
  position: absolute;
  left: 20px;
  margin-top: -4px;
}

/* .add-left.add-right ul li i {
  margin-top: 28px;
} */

.add-left {
  float: left;
  margin-top: 38px;
}

.add-left {
  float: left;
  margin-top: 14px;
  width: 100%;
  border-right: 2px solid #ddd;
}

.add-left.add-right {
  border: none;
}

.social-links {
  float: right;
  margin: 11px 0 0;
}

.social-links ul {
  margin: 0;
  padding: 0;
  float: left;
}

.social-links ul li {
  float: left;
  list-style: none;
  margin: 0 10px;
}

.social-links ul li a {
  background: #fff;
  width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  box-shadow: 0 0 7px #727272;
  color: #0e3d8b;
  font-size: 20px;
  border: 2px solid #fff;
}

.social-links ul li:nth-child(1) a:hover {
  box-shadow: none;
  transition: ease-in-out 0.2s;
  color: #3b5998;
  border: 2px solid #3b5998;
}

.social-links ul li:nth-child(2) a:hover {
  box-shadow: none;
  transition: ease-in-out 0.2s;
  color: #000;
  border: 2px solid #000;
}

.social-links ul li:nth-child(3) a:hover {
  box-shadow: none;
  transition: ease-in-out 0.2s;
  color: #f00;
  border: 2px solid #f00;
}

/*.container {
    max-width: 1600px;
}*/

#our_comp {
  float: left;
  padding: 60px 0;
  position: relative;
  margin: 0px;
  background: url("../images/about-sec-overlay.jpg") no-repeat center 36%;
}

.our-comp-inner {
  box-shadow: 0 0 15px #bdbdbd;
  padding: 50px;
  background: #fff;
}

.our-comp-img {
  float: left;
  width: 100%;
  position: relative;
}

.back-img {
  position: absolute;
  left: -67px;
  top: -60px;
  z-index: -1;
}

.our-comp-img::before {
  content: "";
  width: 400px;
  height: 650px;
  border: 10px solid #0e3d8b;
  position: absolute;
  right: -140px;
  bottom: auto;
  z-index: 1;
  top: -87px;
}

.our-comp-img img {
  width: 100%;
  margin: 0px;
  border: 10px solid #fff;
  box-shadow: 0 0 50px #8c8c8c;
  z-index: 1;
  position: relative;
}

/*.about-overlay {
    position: absolute;
    bottom: -41px;
    left: 0;
}*/

/*.our-comp-desp {
    background: #ededed;
    padding: 30px;
    position: relative;
    width: 65%;
    margin: 44px 0 0 22px;
    box-shadow: 0 0 10px #c9c9c9;
}*/

#our_comp .head-main {
  background: rgba(14, 61, 139, 1);
  transition: background 0.2s;
  transform: skew(-25deg);
  width: 280px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
}

.our-comp-desp h2 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  transform: skew(25deg);
}

.our-comp-desp::before {
  content: "";
  height: 50px;
  width: 60px;
  border-left: 2px solid #0e3d8b;
  border-top: 2px solid #0e3d8b;
  position: absolute;
  left: 0;
  top: 0;
}

.our-comp-desp::after {
  content: "";
  height: 50px;
  width: 60px;
  border-right: 2px solid #0e3d8b;
  border-bottom: 2px solid #0e3d8b;
  position: absolute;
  right: 0;
  bottom: 0;
}

.heading-img-car {
  text-align: center;
  margin: 0 0 5px;
}

.our-comp-desp hr {
  width: 75px;
  background: #0e3d8b;
  height: 2px;
  margin: 2px 0 26px 0;
}

.our-comp-desp p,
.para {
  font-size: 16px;
  color: #7997b1;
  line-height: 30px;
  margin: 15px 0;
}

.about-overlay {
  position: absolute;
  top: -117px;
  z-index: -10;
  bottom: 0;
  height: 414px;
  width: 100%;
  margin: auto;
}
.dg-ex-main {
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.inner-hero {
  height: 400px;
  background-image: url(../images/subaru.jpg);
  background-position: center center;
  background-size: cover;
}

.wir-btn {
  width: 205px;
  height: 45px;
  background: #0e3d8b;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
}

.over-back-img img {
  width: 200px;
  bottom: 0;
}

.home3-sec-title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.home3-sec-title::before {
  content: " ";
  position: relative;
  display: table;
  margin: auto;
  width: 400px;
  top: 22px;
  border-bottom: 1px solid #ccc;
}

.home3-sec-title::after {
  content: " ";
  position: relative;
  bottom: 22px;
  display: table;
  margin: auto;
  width: 500px;
  border-bottom: 1px solid #ccc;
  z-index: 0;
}

.home3-sec-title .ttwrap {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding: 9.5px 45px;
  background: #0e3d8b;
  z-index: 2;
}

.home3-sec-title .ttwrap::before {
  content: " ";
  width: 20px;
  left: -20px;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(
    to bottom right,
    transparent 0%,
    transparent 47%,
    #0e3d8b 52%,
    #0e3d8b 100%
  );
}

.home3-sec-title .ttwrap::after {
  content: " ";
  width: 20px;
  right: -20px;
  height: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(
    to top left,
    transparent 0%,
    transparent 47%,
    #0e3d8b 52%,
    #0e3d8b 100%
  );
}

.over-back-img {
  margin: 0 0 -99px 0;
}

#leistungen {
  padding: 50px 0;
  /*     background: url("../images/service-bg.png") no-repeat right bottom;
   background-size: auto;
    background-attachment: fixed;*/
  margin-bottom: 150px;
}

.ser-car-engine {
  position: absolute;
  right: 0px;
  bottom: -28px;
}

.ser-car-img {
  position: absolute;
  right: 0;
}

#leistungen .service-inner {
  margin: 0 0 0 4%;
  width: 60%;
}

.head-img {
  text-align: center;
}

.service-inner {
  float: left;
  width: 100%;
  margin: 50px 0 0 10%;
  background: #fff;
  box-shadow: 0 0 24px #c6c6c6;
  padding: 40px 55px;
}

.service-inner ul li {
  text-align: left;
  list-style: none;
  margin-left: 44px;
  min-height: 170px;
}

.service-inner h4 {
  font-size: 22px;
}

.service-inner ul li p {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #426a82;
}

.service-inner ul li > img {
  position: absolute;
  left: 0px;
  width: 45px;
}

#dienstleistungen {
  padding: 50px 0;
  background: url("../images/dien-bg.png") no-repeat 0 43%;
  /* background-size: auto;
    background-attachment: fixed;*/
}

#dienstleistungen .service-inner ul li {
  text-align: left;
  list-style: none;
  margin-left: 44px;
  min-height: 240px;
}

.our-comp-desp {
  float: left;
  width: 100%;
}

.our-comp-desp ul {
  float: left;
  width: 100%;
}

.our-comp-desp li {
  list-style: none;
  background: url("../images/png-icon.png") no-repeat 0px 7px;
  background-size: auto;
  background-size: 30px auto;
  padding-left: 38px;
  width: 50%;
  float: left;
}

.our-comp-desp li a {
  color: #000;
}

.our-comp-desp li a:hover {
  color: #0e3d8b;
}

.about-img-bg {
  /*    background: url("../images/red-car-bg.png") no-repeat bottom center;
    background-size: 100% auto;*/
}

.about-desp h1 {
  font-size: 30px;
  font-weight: bold;
  color: #042858;
  border-bottom: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
}

.about-desp {
  line-height: 30px;
  font-size: 18px;
  color: #7997b1;
  box-shadow: 0px 0px 16px #cecece;
  padding: 5% 8%;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
}

.about-img {
  text-align: center;
}

.about-img img {
  width: 75%;
  display: inline-block;
}

#about {
  padding: 5% 0%;
}

.partner-main .all-heading h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

#parter {
  background: #000 url("../images/partner-bg.jpg") no-repeat 0 0;
  background-attachment: fixed;
  height: 710px;
  padding: 50px 0;
}

#parter .all-heading hr {
  background: #fff;
}

.parter-logo-main {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}

.part-logo {
  width: 100%;
  margin-bottom: 20px;
}

.part-logo img {
  width: 100%;
}

.leistungen p {
  text-align: center;
}

.next-reifen {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3% 0;
}

.next-reifen img {
  width: 100%;
}

.reifen {
  background: url("../images/car-bg.jpg") 0 0 no-repeat;
  height: 540px;
  background-size: cover;
  background-attachment: fixed;
  padding: 3% 0;
}

.reifen-main {
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  padding: 50px;
  border: 1px solid #2c3f62;
}

.reifen-main h2 {
  color: #042858;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.reifen-main p {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #7997b1;
}

.box3 {
  outline: 1px solid #fff;
  outline-offset: -28px;
}

.box3 .icon img {
  transform: none;
  /*filter: blur(0);*/
  width: 100px;
  margin: 10px 0 10px;
}

/*.box3:hover .icon img {
    transform: none;
    filter: blur(0);
    width: 100px;
    margin: 10px 0 10px;
}*/

.box3 > a img {
  width: 100%;
}

.box3 {
  z-index: 0;
  position: relative;
}

.box3,
.icon li a {
  text-align: center;
}

.box3:after,
.box3:before {
  content: "";
}

.box3,
.icon li a {
  overflow: hidden;
}

.box3 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.box3 .box-content,
.box3:after,
.box3:before {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s;
}

/*.box3:after,.box3:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}*/
.box3:after {
  top: 10.8%;
  bottom: 10.8%;
  transform: scale(1, 0);
}

.box3:after,
.box3:before {
  transform: scale(1);
  animation: animate 1.5s;
}

/*.box3:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
.box:after{border-left:3px solid #fff;border-right:3px solid #fff}*/

/*.box3:hover:after,.box3:hover:before{transform:scale(1);animation:animate 1.5s}
.box3:hover:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
.box:hover:after{border-left:3px solid #fff;border-right:3px solid #fff}*/

.box > img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

/*.box3:hover img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}*/
/*.box3 img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}*/
.box3 .box-content {
  padding: 0px 0px;
  top: 10%;
  bottom: 10%;
  opacity: 0;
  z-index: 2;
}

.box3 .box-content {
  /*box-shadow:0 0 0 35px rgba(255,255,255,.3);*/
  opacity: 1;
  transition: all 0.3s;
}

/*.box3:hover .box-content{box-shadow:0 0 0 35px rgba(255,255,255,.3);opacity:1;transition:all .3s}*/
.box3 .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  width: 68%;
  margin: 0 auto 5px auto;
}

.box3 .post {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.box3 .description {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px;
}

.box3 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box3 .icon li {
  display: inline-block;
  margin: 8% 10px 0 0;
}

.box3 .icon li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #88c425;
  transition: all 0.5s;
}

/*.box3 .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
.box10,.box11,.box12,.box14,.box4,.box5,.box6,.box7,.box9{box-shadow:0 0 3px rgba(0,0,0,.3)}
@media only screen and (max-width:990px){.box3{margin-bottom:30px}
.box3 .box-content{padding:10px}
.box3 .description{margin-bottom:10px}
}
@media only screen and (max-width:479px){.box3 .title{margin:0}
}*/

.box3::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 65%;
  width: 70%;
  left: 15%;
  top: 17%;
}

.banner {
  width: 100%;
  position: relative;
  background-image: url("../images/banner.jpg");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 211px);
}

.banner-logo {
  position: absolute;
  top: 0;
  max-width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  color: #fff;
  font-size: 50px;
  height: 278px;
  bottom: 0;
  background: rgba(14, 61, 139, 0.8);
  outline: 1px solid;
  outline-offset: -30px;
  line-height: normal;
  padding-top: 50px;
  font-weight: bold;
}

.banner-logo img {
  width: 100%;
}

.banner img {
  width: 150px;
  height: auto;
}

#anhanger {
  padding: 3% 0;
}

.all-heading {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.head-main {
  background: #888919;
  transition: background 0.2s;
  transform: skew(-25deg);
  width: 400px;
  margin: 0 auto;
  padding: 4px 0;
}

.partner-main .all-heading h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: block;
  transform: skew(25deg);
}

#jobs {
  padding: 0;
  margin-bottom: 0px;
}

#jobs .all-heading hr {
  width: 8%;
  background: #fff;
}

.jobs .all-heading h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

#jobs {
  background: #fff;
  /*background-size: cover;
    background-attachment: fixed;*/
  height: auto;
}

#jobs .container-fluid {
  padding-left: 0;
}

.jobs-logo-main {
  float: left;
  width: 100%;
  margin: 70px 0 0 0;
}

.jobs-main p {
  position: relative;
  color: #000;
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.jobs-detail-main {
  float: left;
  width: 70%;
  background: #000 url(../images/jobs-bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 50px;
  margin: 0;
  position: relative;
  /*transform: skew(-20deg);*/
}

.jobs-detail-main::after {
  transform: skew(-13deg);
  background: #fff;
  width: 300px;
  height: calc(100% + 1px);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -160px;
}

.inner-jobs {
  /*transform: skew(20deg);*/
  float: left;
  margin: 0;
  padding-left: 0;
  z-index: 10;
  position: relative;
  width: 100%;
}

/*.jobs-detail-main::before {
    content: "";
    left: -190px;
    height: 100%;
    background:#000 url(../images/jobs-bg.jpg) no-repeat 0 0;
    position: absolute;
    z-index: 8;
    width: 200px;
    top: 0;
}*/

.jobs-detail-main h5 {
  font-size: 22px;
  color: #fff;
  margin: 20px 0 0px;
}

.jobs-detail-main ul {
  margin: 0;
  padding: 0;
}

.jobs-detail-main ul li {
  list-style: none;
  color: #fff;
  margin: 0px;
  font-size: 16px;
  background: url("../images/jobs-sec-bullet.png") no-repeat 0 4px;
  background-size: 18px;
  padding-left: 28px;
}

.jobs-detail-main p {
  color: #fff;
  text-align: left;
  max-width: 500px;
  width: 100%;
  line-height: 30px;
}

.jobs-detail-main p span {
  color: #fff;
}

.jobss-sec-main {
  position: relative;
  float: left;
  width: 100%;
}

.right-car {
  position: absolute;
  right: -170px;
  bottom: 0;
}

.right-car {
  position: absolute;
  right: 0;
  bottom: 0;
}

.right-car {
  position: absolute;
  bottom: -102px;
  right: -15px;
}

.right-car img {
  width: 100%;
  position: relative;
}

/* .kontakt-inner .add-left ul li:nth-child(2) {
    margin: 40px 0;
} */

.kontakt-inner .add-left ul li.add-left.add-right(2) {
  margin: 0;
}

.selbs-main p {
  color: #007dfc;
  text-align: center;
  font-size: 20px;
}

.call-cell {
  float: left;
  width: 100%;
  text-align: center;
  color: #fcd000;
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
}

.call-cell a {
  color: #fcd000;
  font-size: 40px;
  font-weight: bold;
}

.call-name {
  color: #0e3d8b;
}

.call-no {
  color: #0478b5;
}

.selbs-main {
  position: relative;
}

#selbs {
  padding: 2.6% 0;
  position: relative;
  height: 290px;
  background-image: url(../images/engine.png), url(../images/red-car.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, 400px;
}

#selbs::before {
  /* background: rgba(2, 11, 21, 0.61);*/
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.img-icons img {
  width: 100%;
  height: 100%;
}

#video-sec {
  padding: 50px 0;
  background: url("../images/video-sec-bg.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  margin-bottom: 150px;
  overflow: inherit;
}

#video-sec .all-heading h4 {
  color: #fff;
}

#video-sec .all-heading hr {
  background: #fff;
  width: 8%;
}

.video-sec iframe {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}

.video-sha {
  width: 100%;
}

.video-sha img {
  width: 100%;
}

.car-left {
  position: absolute;
  left: 0;
  bottom: -102px;
}

#dg-ex {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.dg-ex {
  text-align: center;
  margin: 50px 0;
}

.dg-ex .title {
  width: 100%;
  margin: 10px 0px;
  font-size: 22px;
}

.next-para-box p {
  line-height: 30px;
  font-size: 16px;
  color: #426a82;
}

.shadow-video img {
  width: 100%;
}

#warum-sec {
  background: url("../images/warum-bg.jpg") no-repeat 0 0;
  padding: 50px 0;
  overflow: inherit;
  background-size: cover;
  background-attachment: fixed;
}

.warum-sec-block a {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.warum-sec-block a img {
  -webkit-transition: 1s cubic-bezier(0.5, 1, 0.75, 1);
  -moz-transition: 1s cubic-bezier(0.5, 1, 0.75, 1);
  transition: 1s cubic-bezier(0.5, 1, 0.75, 1);
}

.warum-sec-block a:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.warum-sec-block a img {
  width: 100px;
}

.warum-sec-block a span {
  display: block;
  margin: 16px 0 0;
}

.warum-icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.warum-sec {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}

.warum-man {
  position: absolute;
  left: 0;
  top: -86px;
}

.warum-man img {
  width: 520px;
}

.kfz-servics-main .row > div {
  text-align: center;
}

.kfz-head {
  color: #020b15;
  margin-bottom: 40px;
}

#kfz {
  padding: 3% 0;
}

.cell-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #303030;
  color: #303030;
  margin: 20px 40px 0;
}

.img-icons {
  width: 240px;
  height: 237px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.li-logo {
  position: absolute;
  top: 0;
  width: 100px;
  height: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #ffff;
  border-radius: 10px;
}

.li-logo > img {
  width: 100%;
  height: auto;
}

.all-heading h4 {
  font-size: 40px;
  font-weight: bold;
  /*border-bottom: 1px solid #ccc;*/
  display: block;
  color: #000;
  text-transform: uppercase;
}

.all-heading hr {
  width: 10%;
  margin: 0 auto;
  background: #0e3d8b;
  height: 2px;
}

.all-heading img {
  width: 150px;
}

.kfz-servics-main h4 {
  font-size: 30px;
}

.kfz-servics-main p {
  color: #7997b1;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

#kontakt {
  background: #fff;
  padding: 1% 0 0 0;
}

.contact-cell {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.icon-block {
  background: #fff;
  border-radius: 50%;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 60px;
}

.icon-block img {
  width: 80%;
  display: inline-block;
}

.icon-block-text,
.icon-block-text a {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
}

.icon-block-text a:hover {
  color: #fdd224;
}

.top-mr {
  margin-top: 20px;
}

#kontakt .add-right h6 {
  font-size: 20px;
  color: #0e3d8b;
}

#kontakt .add-left.add-right {
  margin-left: 50px;
}

#kontakt .add-right img {
  width: 30px;
  position: absolute;
  left: 16px;
  top: 0;
}

#kontakt .footer-border {
  border-right: 2px solid #ddd;
}

#kontakt .add-left {
  border: none;
  margin-top: 0;
}

#kontakt .add-left ul li:last-child {
  margin-bottom: 0;
}

.kontakt-inner {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.map-cont {
  float: left;
  width: 100%;
}

.map-cont iframe {
  float: left;
  width: 100%;
}

.imp-det {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: rgba(14, 61, 139, 1);
  font-size: 16px;
  color: #fff;
}

.imp-det a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 20px;
  color: #fff;
}

.imp-det a:hover {
  text-decoration: underline;
}

footer {
  position: relative;
}

.add-contact {
  position: absolute;
  top: 30%;
  width: 30%;
  background: #142958;
  text-align: center;
  padding: 30px;
}

.add-contact {
  position: absolute;
  top: 30%;
  width: 21%;
  background: #2f4993;
  text-align: center;
  padding: 30px;
}

.add-contact img {
  display: inline-block;
  margin-bottom: 25px;
}

.add-contact ul {
  width: 100%;
  float: left;
  text-align: left;
  margin: 10px 0 0 0;
}

.add-contact ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
  line-height: 50px;
  float: left;
  width: 100%;
}

.add-contact ul li a {
  color: #fff;
}

.add-contact ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding-top: 5px;
  float: left;
  margin-right: 8px;
}

.add-contact ul li span img {
  width: 80%;
}

.img-icons::after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.img-icons:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*.img-icons::after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #000;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.img-icons::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

.noanimated {
  -webkit-animation-duration: none;
  animation-duration: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

/** datenschutz **/

#datenschutz,
#impressum {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3% 0;
}

#datenschutz .all-heading,
#impressum .all-heading {
  text-align: left;
}

#datenschutz p {
  font-size: 18px;
  line-height: 30px;
}

#datenschutz .all-heading h4,
#impressum .all-heading h4 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  display: inline;
  color: #042858;
}

#datenschutz ol {
  margin: 0 0 0 16px;
}

#datenschutz ol li {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 30px;
}

#datenschutz ol li ul {
  margin: 5px 0 15px 16px;
}

#datenschutz ol li ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}

#datenschutz ol ul {
  margin: 5px 0 15px 16px;
}

#datenschutz ol ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/** datenschutz ends**/

/*** impre**/

#impressum .imp-list {
  margin: 20px 0 0;
}

.imp-list li {
  list-style: none;
  margin: 0 0 5px;
}

.web-key {
  margin: 20px 0;
}

.web-key img {
  width: 200px;
  height: auto;
}

#impressum ul {
  margin: 0 0 0 17px;
}

#impressum ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

#impressum ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

#datenschutz p,
#impressum p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

#datenschutz ul,
#impressum ul {
  padding-left: 20px;
  list-style: none;
}

#datenschutz ul li,
#impressum ul li {
  color: #426a82;
  font-size: 18px;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.imp-inner-head {
  margin-top: 40px;
  margin-bottom: 15px;
}

.hidden-lg {
  display: none;
}

#dg-ex {
  float: left;
  width: 100%;
  margin: 0;
}

.imp-head {
  padding-top: 85px;
}

.imp-inner-head {
  color: #0e3d8b;
  font-size: 25px;
  border-bottom: 2px solid #0e3d8b;
  display: inline-block;
}

.impressum-main p {
  font-family: sans-serif;
}

.impressum-main p a {
  color: #0e3d8b;
}

.impressum-main p a:hover {
  color: #0e3d8b;
  text-decoration: underline;
}

.impressum-main p strong {
  color: #0e3d8b;
}

.address {
  float: left;
  width: 100%;
}

.address p {
  margin: 0;
}

.address p strong {
  width: 77px;
  display: inline-block;
}

.dat-list {
  margin: 0;
}

.dat-list li {
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 16px;
}

.dat-list li ul {
  margin: 0 0 0 37px;
}

.dat-list li ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 16px;
}

#datenschutz-main {
  padding: 40px 0;
}

ul.all-list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: sans-serif;
}

.inner-list {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.inner-list li {
  list-style: disc;
  margin-left: 17px;
  font-family: sans-serif;
}

.datenschutz-main ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.datenschutz-main p {
  list-style: 30px;
  font-family: sans-serif;
}

.datenschutz-main p a {
  color: #0e3d8b;
}

#datenschutz-main .home3-sec-title .ttwrap {
  padding: 9.5px 5px;
}

.Wohnmobil-row {
  margin-top: 40px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  border-bottom: 1px solid rgba(14, 61, 139, 0.6);
  width: 100%;
}

ul.tabs li {
  width: 33.333%;
  text-align: center;
  float: left;
  font-family: "Roboto-Condensed";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  padding: 15px 21px;
  border-bottom: 4px solid rgba(14, 61, 139, 0.6);
  color: rgba(14, 61, 139, 0.6);
  overflow: hidden;
  position: relative;
}

ul.tabs li:hover {
  background-color: rgba(14, 61, 139, 0.6);
  color: #333;
}

ul.tabs li.active {
  color: #0e3d8b;
  border-bottom: 4px solid #0e3d8b;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  margin-top: -1px;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_content ul {
  padding-left: 20px;
}

.tab_drawer_heading {
  display: none;
}

.slider-row .carousel-item {
  padding: 15px;
  text-align: center;
  cursor: -webkit-grabbing;
  background-color: rgba(14, 61, 139, 0.6);
  border-radius: 20px;
  padding: 30px 20px;
}

.slider-row .carousel-item img {
  border-radius: 20px;
  height: 500px;
  box-shadow: 0px 5px 5px rgba(14, 61, 139, 0.6);
  transition: 0.25s linear;
}

.slider-row .carousel-item:hover img {
  transform: translatey(-1%);
}

.slider-row .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 20px;
}

.slider-row .carousel-indicators li.active {
  background-color: rgba(14, 61, 139, 1);
}

.carousel-control-next,
.carousel-control-prev {
  height: 50px;
  width: 50px;
  border-radius: 0px;
  background-color: rgba(14, 61, 139, 1);
  position: absolute;
  bottom: 0;
  top: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 20px;
}

.slider-container {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .Wohnmobil-row .carousel-item img {
    width: 100%;
  }
}

.carousel-control-prev {
  right: 52px;
  left: 0;
}

.carousel-control-next {
  left: 52px;
  right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 574px) {
  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    background-color: #666;
    color: #fff;
  }
}

/** Media start **/
@media (max-width: 1600px) {
  .ser-car-engine {
    bottom: -28px;
    width: 300px;
  }

  .ser-car-img {
    width: 510px;
    bottom: 100px;
  }

  .ser-car-engine img,
  .ser-car-img img {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .carousel-caption {
    top: 10%;
  }

  .anhanger-main p {
    float: left;
    margin: 20px 0 0 0px;
  }
}

@media (max-width: 1366px) {
  .carousel-caption {
    right: 15%;
    left: 15%;
    top: 10%;
  }

  /*.anhan-img-block img {
    width: 100%;
}

.anhan-img-block {
    min-height: 390px;
    max-width: 220px;
    }
*/
  .right-car {
    width: 60%;
  }

  .jobs-detail-main {
    float: left;
    width: 85%;
  }

  .kontakt-inner .add-left ul {
    float: left;
    width: 75%;
  }

  .ser-car-img {
    width: 460px;
    bottom: 100px;
  }

  .ser-car-engine {
    bottom: 0;
    width: 300px;
  }

  .ser-car-img img,
  .ser-car-engine img {
    width: 100%;
  }
  #video-sec {
    height: 400px;
  }
  .car-left > img {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .navbar-dark .navbar-nav .nav-item {
    margin: 0px 14px;
  }

  .box3 .icon img {
    width: 75px;
  }

  .box3 .title {
    font-size: 20px;
  }

  .our-comp-img::before {
    width: 292px;
    height: 590px;
    right: -68px;
    top: -74px;
  }

  .our-comp-inner {
    padding: 30px;
  }

  #selbs {
    background-size: 130px, 222px;
  }

  .cell-icon {
    margin: 20px 10px 0px;
  }
}

@media (max-width: 1100px) {
  .anhan-img-block {
    min-height: 270px;
    max-width: 160px;
  }

  .anhan-img-block img {
    top: 20px;
    left: 20px;
  }

  .navbar-dark .navbar-nav .nav-item {
    margin: 0px 15px;
  }
}

@media (min-width: 1025px) {
  .navbar-nav li::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .navbar-nav li:hover::before,
  .navbar-nav li:focus::before,
  .navbar-nav li:active::before {
    left: 0;
    right: 0;
  }

  .navbar-nav li::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    top: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .navbar-nav li:hover::after,
  .navbar-nav li:focus::after,
  .navbar-nav li:active::after {
    left: 0;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .icon-block-text,
  .icon-block-text a {
    font-size: 21px;
  }

  .icon-block {
    height: 48px;
    width: 48px;
    line-height: 46px;
  }

  .top-mr {
    margin-top: 13px;
  }

  .add-contact {
    top: 30%;
    width: 45%;
  }

  .navbar-dark .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .social-links ul {
    margin: 10px 0 0 0;
  }

  .navbar {
    padding: 1rem;
  }

  .jobs-detail-main ul {
    width: 57%;
  }

  #warum-sec {
    background: #000 url("../images/warum-ipad-bg.jpg") no-repeat 0 center;
  }

  #video-sec {
    background: url("../images/video-ipad-sec-bg.jpg") 0 0 no-repeat;
  }

  .jobs-detail-main {
    background: url("../images/jobs-ipad-bg.jpg") 0 0 no-repeat;
  }

  #parter {
    background: url("../images/car--ipad-bg.jpg") 0 center no-repeat;
    background-size: 100%;
  }

  .right-car {
    position: absolute;
    bottom: -30px;
  }

  .banner {
    width: 100%;
    position: relative;
    background-image: url("../images/banner.jpg");
    background-size: cover !important;
  }
}

@media (max-width: 1000px) {
  .add-left {
    margin-top: 0;
  }

  .logo img {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .top-contact > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .add-left.add-right ul li i {
    margin-top: 16px;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .top-contact .row > div a {
    font-size: 14px;
  }

  .navbar-dark .navbar-nav .nav-item {
    display: block;
  }

  .anhanger-main p {
    margin: 20px 0 0 0px;
  }

  .anhan-img-block {
    min-height: 412px;
    max-width: 233px;
  }

  .anhan-img-block img {
    width: 100%;
  }

  #kontakt .container {
    max-width: 100%;
  }

  .anhanger-main .row > div {
    margin-bottom: 20px;
  }

  .anhan-img-block img {
    top: 35px;
    left: 42px;
  }

  .anhanger-main p {
    font-size: 18px;
    padding-right: 12%;
  }

  .box3 .icon img {
    width: 75px;
  }

  .box3 .title {
    font-size: 15px;
  }

  .icon-block-text,
  .icon-block-text a {
    font-size: 18px;
  }

  .icon-block {
    height: 37px;
    width: 37px;
    line-height: 35px;
  }

  .cust-nav .fa-navicon::before,
  .cust-nav .fa-reorder::before,
  .cust-nav .fa-bars::before {
    content: "";
  }

  .box3 .icon li {
    margin: 3% 10px 0 0;
  }

  .our-comp-img {
    float: none;
    width: 300px;
    margin: 50px auto;
  }

  .our-comp-img::before {
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
  }

  .our-comp-img img {
    width: 85%;
    margin: 60px 0;
  }

  .container {
    max-width: 100%;
  }

  .logo {
    margin-bottom: 0;
  }

  .banner-logo {
    font-size: 35px;
  }

  .add-left ul li {
    font-size: 14px;
    color: #000 !important;
  }

  .navigation-main {
    padding: 0;
  }

  .social-links ul {
    margin: 4px 0 0 0;
  }

  #parter {
    height: auto;
  }

  .service-inner {
    float: left;
    width: 100%;
  }

  .service-inner {
    padding: 19px 26px;
  }

  .service-inner {
    margin: 50px 0 0 0%;
  }

  #leistungen .service-inner {
    margin: 0;
  }

  #warum-sec {
    background-size: cover;
  }

  .home3-sec-title .ttwrap {
    padding: 9.5px 7px;
  }

  .warum-man {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .warum-man img {
    width: 200px;
    display: inline-block;
  }

  .jobs-detail-main {
    float: left;
    width: 100%;
  }

  .jobs-detail-main {
    transform: skew(0deg);
  }

  .inner-jobs {
    transform: skew(0deg);
    width: 100%;
  }

  .right-car {
    bottom: -35px;
    right: 0;
  }

  #kontakt .add-right img {
    left: 0;
    top: 0;
  }
  #kontakt .add-right h6 {
    text-align: left;
    padding-left: 50px;
  }
  #kontakt .add-left.add-right {
    margin-left: 0;
  }

  .right-car {
    width: 40%;
  }

  .right-car {
    bottom: -24px;
    right: 0;
  }

  #leistungen .service-inner {
    margin: 0 0 0 0%;
    width: 100%;
  }

  #our_comp {
    margin: 0px 0 0px;
    padding-bottom: 0;
  }

  #video-sec {
    height: auto;
  }

  .car-left img {
    width: 54%;
    height: auto;
  }

  .car-left {
    bottom: -127px;
  }

  #video-sec {
    margin-bottom: 0;
  }

  .ser-car-img {
    position: absolute;
    width: 36%;
    bottom: 70px;
  }

  .ser-car-engine {
    position: absolute;
    bottom: 0;
    width: 180px;
    right: 0;
  }

  .ser-car-img img,
  .ser-car-engine img {
    width: 100%;
  }
  .timing-heading {
    position: relative;
  }
  .kontakt-inner .add-left ul {
    float: left;
    width: 100%;
  }

  .kontakt-inner .add-left.add-right {
    text-align: center;
  }

  .kontakt-inner .add-left ul li {
    text-align: left;
  }

  .kontakt-inner .logo.hidden-md {
    display: none;
  }

  .kontakt-inner .add-right ul li:nth-child(2) {
    margin: 0 0 14px;
  }

  .kontakt-inner .add-left ul li br {
    display: none;
  }

  .kontakt-inner .logo img {
    width: 100px;
    /* margin: 0 0 30px 0px; */
  }

  .over-back-img {
    margin: 34px 0 0;
  }

  .leistungen {
    margin-top: 50px;
  }

  #leistungen {
    margin-bottom: 0;
  }

  .kontakt-inner > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .box3 .icon img {
    width: 70px;
  }

  .box3 .title {
    font-size: 18px;
  }

  #reifen {
    height: auto;
  }

  .add-contact {
    width: 48%;
  }

  .icon-block {
    height: 32px;
    width: 32px;
    line-height: 30px;
  }

  .icon-block-text,
  .icon-block-text a {
    font-size: 16px;
  }

  .top-mr {
    margin-top: 8px;
  }

  .call-cell a {
    font-size: 30px;
  }

  .cell-icon {
    width: 50px;
    height: 50px;
  }

  .call-cell {
    font-size: 30px;
  }

  .icon-block-text,
  .icon-block-text a {
    text-align: center;
  }

  .icon-block {
    margin: 0 auto;
  }
}

@media (max-width: 778px) {
  #dienstleistungen {
    padding: 0;
  }

  #jobs {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-item {
    height: calc(100vh - 235px);
  }
  .hero-logo {
    bottom: 10px;
    right: 10px;
    width: 130px;
  }
  .hero-logo .logo1 {
    width: 46px !important;
    margin-right: 8px;
  }
  .hero-logo .logo2 {
    width: 68px !important;
  }
  .add-left ul li {
    float: left;
    margin: 6px 0;
  }
  .top-contact .logo {
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 10px !important;
  }
  .add-left ul {
    float: left;
    margin: 0;
  }

  .add-left ul li i {
    position: relative;
    left: 0px;
    top: 3px;
  }
  #kontakt .add-right img {
    left: 10px;
    top: 0;
  }

  .add-left ul li br {
    display: none;
  }

  .add-left.add-right ul li i {
    margin-top: 0px;
  }

  .ser-car-img {
    position: relative;
    width: 50%;
    float: right;
  }

  .ser-car-engine {
    position: relative;
    bottom: 0;
    width: 180px;
    float: right;
  }

  .ser-car-img img,
  .ser-car-engine img {
    width: 100%;
  }

  #leistungen {
    margin-bottom: 0;
  }

  .add-map {
    text-align: center;
  }

  .add-contact {
    width: 60%;
  }

  .home3-sec-title::after {
    width: 90%;
  }

  .home3-sec-title::before {
    width: 80%;
  }

  .car-left img {
    width: 56%;
  }

  .warum-man img {
    width: 50%;
  }

  #leistungen .service-inner {
    width: 100%;
  }

  #kontakt .add-left ul li {
    padding-left: 0px;
  }

  .banner-logo {
    font-size: 28px;
    padding: 64px 30px;
  }
  .timing ul li:nth-child(2) {
    margin: 6px 0 !important;
  }
  .kontakt-inner .add-left ul li:nth-child(2) {
    margin: 20px 0;
  }

  #kontakt .add-left ul li {
    float: none;
  }

  .hidden-lg {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  #kontakt .footer-border {
    border-right: none;
  }
  .logo {
    margin-bottom: 0;
    padding-left: 15px;
    padding-bottom: 30px !important;
  }
  #kontakt .add-left {
    /* width: 408px; */
    float: none;
    margin: 0 auto 20px auto;
  }

  #kontakt .add-left.add-right {
    /* width: 408px; */
    float: none;
    margin: 40px auto 0 auto;
  }

  #jobs .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .jobss-sec-main {
    background: #000;
  }

  .jobs-detail-main ul {
    width: 100%;
  }

  .jobs-detail-main::after {
    content: none !important;
  }

  .jobs-detail-main {
    padding: 20px 15px;
  }

  .jobs-detail-main p {
    width: 65%;
  }

  .jobss-sec-main {
    padding: 0 10px;
  }

  #dienstleistungen .service-inner ul li {
    min-height: inherit;
  }

  #parter {
    background-color: #000;
  }

  .service-inner ul li {
    min-height: inherit;
  }

  .ser-car-img {
    margin-top: 40px;
  }
  .inner-hero {
    height: 250px;
  }
}

@media (max-width: 667px) {
}

@media (max-width: 600px) {
  .anhan-img-block {
    margin: 0 auto;
    float: none;
  }

  .anhanger-main h4 {
    font-size: 30px;
    text-align: center;
  }

  .anhanger-main p {
    font-size: 18px;
    padding-right: 0;
    text-align: center;
  }

  .icon-block-text,
  .icon-block-text a {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-cell .icon-block {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .icon-block-text,
  .icon-block-text a {
    font-size: 17px;
  }

  .icon-block {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .add-contact {
    width: 70%;
  }

  /*.next-reifen .row > div {
    width: 50%;
}*/

  .box3 .icon img {
    width: 75px;
  }

  .banner-logo {
    position: absolute;
    top: 0%;
  }

  .box3 .icon li {
    margin: 6% 10px 0 0;
  }

  .box3 .title {
    font-size: 17px;
  }

  .anhan-img-block {
    min-height: 342px;
    max-width: 190px;
  }

  .anhanger-main h4 {
    font-size: 23px;
    text-align: center;
  }

  .top-contact > div > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-nav li:first-child {
    margin: 10px 0px 0 0;
  }

  .cust-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    padding: 1rem 1rem;
  }
}

@media (max-width: 575px) {
  .add-left {
    border: none;
  }

  .add-left ul li {
    padding-left: 16px;
  }

  .box3 .icon img {
    width: 100px;
  }

  .box3 .title {
    font-size: 24px;
  }

  .box3 .icon li {
    margin: 15% 10px 0 0;
  }

  .call-cell a {
    font-size: 27px;
  }

  .call-cell {
    font-size: 27px;
  }

  .dg-ex {
    text-align: center;
    margin: 15px 0;
  }

  .warum-man img {
    width: 40%;
  }

  .car-left {
    bottom: -106px;
  }

  .car-left img {
    width: 70%;
  }
}

@media (max-width: 568px) {
  .box3 .icon img {
    width: 100px;
  }

  .add-left ul li {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .box3 .icon img {
    width: 60px;
  }

  .box3 .title {
    font-size: 24px;
  }

  .all-heading h4 {
    font-size: 30px;
  }

  .all-heading {
    font-size: 30px;
  }

  .cell-icon {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .add-contact {
    padding: 15px;
  }

  .add-contact img {
    width: auto;
    margin: 0px 0 10px 0;
  }

  .add-contact ul li span {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .add-contact ul li {
    line-height: normal;
    text-align: center;
  }

  .add-contact ul li a {
    line-height: normal;
    white-space: normal;
    word-wrap: break-word;
  }

  .box3 .icon img {
    width: 100px;
  }

  .box3 .icon li {
    margin: 8% 10px 0 0;
  }

  .banner-logo {
    font-size: 25px;
    padding: 62px 30px;
  }

  .ser-car-img {
    bottom: 0;
  }

  .ser-car-engine {
    position: absolute;
    bottom: 0;
    width: 115px;
    left: 0;
  }

  .jobs-detail-main {
    padding: 20px 0px;
  }

  .social-links {
    position: absolute;
    right: 0;
  }

  .our-comp-desp h3 {
    font-size: 20px;
  }

  .our-comp-desp li {
    width: 100%;
    float: left;
  }

  .our-comp-img::before {
    width: 70%;
    height: 100%;
    right: 18px;
    top: 0;
  }

  .add-left {
    width: 100%;
  }

  #kontakt .add-left.add-right {
    width: 100%;
  }

  #kontakt .footer-border {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  #kontakt .add-left {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .banner-logo {
    position: absolute;
    top: 0;
  }

  .banner-logo {
    font-size: 22px;
    padding: 57px 30px;
  }

  .cust-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-reifen .row > div {
    width: 100%;
  }

  .all-heading {
    font-size: 25px;
  }

  .add-contact {
    padding: 10px;
    width: 54%;
  }

  .anhan-img-block {
    min-height: 350px;
    max-width: 233px;
  }

  .box3 .icon img {
    width: 90px;
  }

  .box3 .title {
    font-size: 22px;
  }

  .anhan-img-block img {
    width: 90%;
    top: 24px;
    left: 49px;
  }

  .add-contact img {
    width: 90%;
    margin: 10px 0 10px 0;
  }

  .add-contact ul li span {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .add-contact ul li {
    line-height: normal;
    text-align: center;
  }

  .add-contact ul li a {
    line-height: normal;
    white-space: normal;
    word-wrap: break-word;
  }

  .jobs-detail-main p {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .box3 .title {
    font-size: 20px;
  }

  .social-links ul li a {
    width: 34px;
    height: 34px;
    line-height: 35px;
  }
}

.logo-position {
  position: relative;
}

.logo-position .a1 {
  position: absolute;
  right: 0;
}

.logo-position .a1.a1-left {
  left: 60px;
  bottom: -20px;
}

#BetriebsurlaubPop {
  background-color: rgba(14, 16, 139, 0.6);
  .modal-content {
    border-radius: 0;
  }
  h5 {
    font-size: 24px;
    color: #0e3d8b;
  }
  span {
    color: #0e3d8b;
  }
  .modal-header {
    padding-bottom: 10px;
  }
  .close {
    padding-bottom: 10px;
    span {
      font-size: 30px;
      font-weight: 200;
    }
  }
}
