    /*
* gruen: color:##95CC16;
moosgruen = color:#5D7F0E;
braun = color:#554513;
*/



@font-face {
  font-family: 'roboto_monoregular';
  src: url(fonts/robotomono-regular-webfont.woff2) format('woff2'), url(fonts/robotomono-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto_monothin';
  src: url(fonts/robotomono-thin-webfont.woff2) format('woff2'), url(fonts/robotomono-thin-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bebas_regular';
  src: url(fonts/BebasNeueRegular.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html, .pageWrapper {
  height:100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: roboto, sans-serif;
  font-size: 1em;
  font-weight: 100;
  -webkit-animation: fadeIn 2s;
  background:#fff;
  color:#313131;
  height:100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
     opacity: 1;
  }
}
.mobile, .tablet {
  display: none;
}
.desktop, .fullscreen {
  display:block;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding:30px 15px;

}
.row {
  width:100%;
}
.container-full {
  margin: 0 auto;
  padding: 0
}
.container > .container {
  padding:0;
}
.contentWrapper {
  margin:60px auto;
}

.flexbox {
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}
.flexbox.txtImg {
  flex-wrap: nowrap;
  align-items: center;
}
.flex-100 {
  width:100%;
}
.flex-75 {
  width:75%;
}
.flex-66 {
  width:66%;
}
.flex-50 {
  width:50%;
}
.flex-33 {
  width:33%;
}
.flex-25 {
  width:25%;
}
.container .flexbox {
  margin:0 -15px;
}
.flexItem, .flex_item {
  padding:15px;
}
.imgList {
  padding:0;
}

.flexJustify-left {
  justify-content: flex-start;
}
.flexJustify-center {
  justify-content: center;
}
.flexJustify-right {
  justify-content: flex-end;
}
.flexJustify-sb {
  justify-content: space-between;
}
.flexJustify-sa {
  justify-content: space-around;
}
.flexJustify-se {
  justify-content: space-evenly;
}
.flexAlign-start {
  align-items: flex-start;
}
.flexAlign-center {
  align-items: center;
}
.flexAlign-baseline {
  align-items: baseline;
}
.flexAlign-end {
  align-items: flex-end;
}
.flexAlign-strech {
  align-items: stretch;
}
.spaceBetween .flexbox {
  justify-content: space-between;
  padding:15px;
}
.noFlex {
  width:100%;
  display:block;
}
.content {
  padding: 50px 0
}
h1 {
    font-size:2.6em;
}
h2 {
    font-size:2.2em;
}
h3 {
    font-size:1.6em;
}
h1,h2, h3 {
  font-family:'bebas_regular', sans-serif;
  font-weight: 400;
  color:#4a627e;
}

h1+h2, h2+h3 {
  margin-top: 0;
  font-family: roboto, sans-serif;
}

blockquote {
  font-size:1.2em;
  font-weight: 400;
}
a {
  color:#003c75;
  transition:all 0.4s ease;
  text-decoration: none;
  transition:all 0.4s ease;
}

a:focus, a:hover {
  color:#2a92b7;
}
.btn_white {
    padding:10px 20px;
    border:2px solid #fff;
    color:#fff;
    display:inline-block;
    margin:15px 0;
}
.btn_white:hover, .btn_white:focus {
    background:#fff;
    color:#2a92b7;
}
.btn_blue {
    padding:10px 20px;
    border:2px solid #4a627e;
    color:#4a627e;
    display:inline-block;
    margin:15px 0;
}
.btn_blue:hover, .btn_blue:focus {
    background:#4a627e;
    color:#fff;
}
.divider {
  width:100%;
  padding:30px 15px;
}

.article_nav ul {
  padding:0;
  margin:0;
  list-style: none;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

a, li, p {
  font-size: 1.2em
}
label a {
  font-size:1em;
}
.nav li li, li a, p a, span a {
  font-size: 1em
}
.article_nav ul li {
  margin:15px;
}
.mobile {
  display: none
}

img {
  /*width: 100%;*/
  height: auto
}
.email-show::before {
    content:'info@';
}
.email-show::after {
    content:'auto-sauder.de';
}
.info a:hover, .info a:focus {
    color:#fff;
}
.text-center, .align-center {
  text-align: center
}

.text-right {
  text-align: right
}

.smallContent {
  max-width: 768px;
}
.text-justify {
  text-align: justify;
}
p.twoCols {
  column-count:2;
  column-gap:30px;
}

.header_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  padding: 15px 0;
  width:100%;
  transition:all 0.4s ease;
  color:#545454;
  background: rgba(0,0,0,0.6);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.header_top .container {
  padding:0 15px;
}
.header_top .flexbox {
  justify-content:space-between;
  align-items: flex-start;
  width:100%;
}
.header_top .flex_item {
  padding:0 15px;
}
.nav-up {
  top: -250px
}
.logoWrapper {
    width:100%;
    height:150px;
    position:absolute;
    bottom:-10px;
    background: url(/custom/assets/header_bg_100.png) no-repeat center bottom;
    padding:15px;
}
.logoWrapper .flexbox {
    justify-content:flex-start;
    align-items:center;
}
.logoWrapper img {
  max-width: 350px;
  height:auto;
}
.info {
  text-align: right;
  padding:0 15px;
}
.info, .info a {
      font-size:1.2em;
}
.menu_btn a {
  height: 30px;
  display: block;
  width: 30px;
  margin: 10px 0
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 2px rgba(0,0,0,0.6);
  margin: 6px 0;
  display: block;
  transition: all .4s ease
}

.nav li ul, html.mm-opened .menu_btn a span {
  display: none
}

html.mm-opened .menu_btn a:before {
  transform: rotate(45deg)
}

html.mm-opened .menu_btn a:after {
  transform: rotate(-45deg);
  margin-top: -9.5px
}

html.mm-opened .menu_btn a {
  margin-top: 20px
}

.mainNav ul {
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: center;
}

.mainNav li {
  position: relative;
  list-style: none;
}
.mainNav li a {
  padding:5px 15px;
  display:inline-block;
  /* text-shadow:1px 1px rgba(0,0,0,0.6); */
  color:#fff;
  font-weight: 300;
}
.mainNav li:last-child a {
  padding-right:0;
}
.mainNav li a:hover, .mainNav li a:focus, .mainNav li.active a {
  color:#2a92b7;
}
.mainNav ul.subNav {
  opacity:0;
  transition:all 0.4s ease;
  visibility: hidden;
  width:100%;
  display:block;
}
.subNav li a {
  font-size:0.65em;
  background:rgba(49,49,49,1);
  width:100%;
  display:block;
}
.mainNav li:hover > ul.subNav, .mainNav li:focus > ul.subNav {
    visibility: visible;
    opacity:1;
}


.mainNav li ul {
  position: absolute;
  left: 0;
  z-index: 500
}


/*slider*/
.headSlider, .headSliderSub {
  position: relative;
  overflow:hidden;
}
.headSlider .slick-slider, .headSliderSub .slick-slider {
  margin:0;
}
.arrowDown {
  width:50px;
  height:50px;
  background:url(/custom/assets/arrow-down.png) center center no-repeat;
  background-size:contain;
  position: absolute;
  left:50%;
  margin-left:-25px;
  bottom:80px;
  z-index: 100;
  cursor:pointer;
  transform: scale(1);
    animation: pulse 2s infinite;
}

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

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}
.sliderItem,  .parallaxTxt {
  position:relative;
}
.sliderItem {
  height:100vh;
  background-size:cover !important;
}
.headSliderSub .sliderItem {
  height:600px;
  background-size:100% auto !important;
}
.sliderItem .flexbox, .parallaxTxt .flexbox {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  justify-content: center;
  align-items: flex-end;
}
.parallaxTxt .flexbox {
  align-items: center;
}
.sliderItem .linkWrapper {
  text-align: center;
  position: relative;
  z-index:100;
}

.sliderTxt {
  max-width: 50%;
  background:rgba(0,0,0,0.6);
  padding:15px;
  position: relative;
  bottom:150px;
}
.sliderTxt a {
    color:#2a92b7;
}

.slick-active .sliderTxt {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.sliderTxtInner p, .parallaxTxt {
  color:#fff;
  font-size:2em;
  text-shadow: 1px 1px rgba(0,0,0,0.6);
  text-align: center;
  margin:5px;
  font-weigth:100;
}
 .button {
  padding:10px 20px;
  font-size:1.2em;
  color:#fff;
  border: 1px solid #8ab68a;
  background:#8ab68a;
  transition:all 0.4s ease;
  text-decoration: none;
  display:inline-block;
  margin-top:15px;
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}
.headerWrapper {
    position:relative;
}

.headSlider .slick-dots, .headSliderSub .slick-dots {
  bottom:10px;
}
.headSlider .slick-dots li button::before, .headSliderSub .slick-dots li button::before {
  content:'';
  border:1px solid #8ab68a;

}
/*contentSlider*/

.contentSliderItem .flex_item {
  width:50%;
  height:400px;
  padding:30px 60px 30px 30px;
}
.fullImg .contentSliderImg {
  height:400px;
  background-size:100% auto !important;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.fullImg .contentSliderTxt, .fullImg .contentSliderTxt h2, .fullImg .contentSliderTxt h3 {
  color:#fff;
  text-shadow:1px 1px rgba(0,0,0,0.6);
}
.fullImg .contentSliderTxt {
  height:400px;
  z-index:100;
  position: relative;
  text-align: center;
}
.contentSliderTxt .flexbox {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.contentSliderItem {
  position: relative;
}
.contentSliderItem .nextItem {
  height:60px;
  width:30px;
  background:url(/custom/assets/arrow-next.png) no-repeat center center;
  background-size:contain;
  position: absolute;
  top:50%;
  margin-top:-30px;
  right:30px;
  z-index:100;
  cursor:pointer;
}

/*content*/
.darkBG {
    background:#4a627e;
}
.darkBG h2, .darkBG p, .greyBG h2, .greyBG p, .greyBG li, .darkBG li {
    color:#fff;
}
.greyBG {
    background:#808080;
}
/*parallax*/
.parallaxItem {
  height:500px;
  background-size:cover !important;
  background-attachment: fixed !important;
  overflow:hidden;
  position: relative;
}
.parallaxTxt {
  height:100%;
}
.parallaxTxt h2, .parallaxTxt h3 {
  color:#fff;
}
.parallaxItem::before, .headSlider::before, .headSliderSub::before {
  content:'';
  position: absolute;
  background:rgba(0,0,0,0.4);
  top:-20px;
  left:0;
  right:0;
  height:40px;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 100;
}
.parallaxItem::after {
  content:'';
  position: absolute;
  background:rgba(0,0,0,0.4);
  bottom:-20px;
  left:0;
  right:0;
  height:40px;
  border-radius: 50%;
  filter: blur(12px);
  z-index: 100;
}

/*cars*/
.contentWrapper img:not([width]) {
    width:100%;
    height:auto;
}
.carTeaserWrapper {
    width:100%;
}
.carTeaserWrapper .flexbox {
    justify-content:center;
}
.carTeaserImg img {
    display:block;
}
.carTeaser {
    position:relative;
    overflow:hidden;
    padding:0;
    width:33.33%;
}
.carTeaser:hover .carTeaserTxt, .carTeaser:focus .carTeaserTxt {
    bottom:0;
}
.carTeaserTxt {
    position:absolute;
    left:0;
    right:0;
    bottom:-85%;
    height:100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
    padding:15px;
    text-align:center;
    transition:all 0.4s ease;
}
.carTeaserTxt h3 {
    margin:0;
    color:#fff;
}
.carTeaserTxt p {
    color:#fff;
}

.carWrapper {
    width:100%;
}
.carItem .flexbox {
    align-items:center;
}
.carItem.left {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a627e+0,67a0bf+100 */
background: #4a627e; /* Old browsers */
background: -moz-linear-gradient(top,  #4a627e 0%, #67a0bf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4a627e 0%,#67a0bf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4a627e 0%,#67a0bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a627e', endColorstr='#67a0bf',GradientType=0 ); /* IE6-9 */
padding: 30px 0;
position:relative;
}
.carItem.left h2, .carItem.left h3, .carItem.left p {
    color:#fff;
}
.carItem.right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#939393+0,e2e2e2+100 */
background: #939393; /* Old browsers */
background: -moz-linear-gradient(top,  #939393 0%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #939393 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #939393 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
text-align:right;
padding: 30px 0;
position:relative;
}
.carItem.right h3, .carItem.right p {
    color:#4a627e;
}
.carItem:after {
    position:absolute;
    content:'';
    height:1px;
    left:0;
    right:0;
    bottom:0;
    background:linear-gradient(to left, rgba(42, 146, 183,0.2), rgba(42, 146, 183,0.6), rgba(42, 146, 183,0.2))
}
.carItem .flex_item {
    width:50%;
    padding:15px 30px;
}
.carSlider {
    overflow:hidden;
    max-width:100%;
}
.carSlider .sliderItem {
    width:100%;
    height:auto;
}
.carSliderNav .sliderNavItem {
    max-width:200px;
    height:auto;
    width:100%;
    cursor:pointer;
}
.carSliderNav, .carSlider {
    width:100%;
    max-width:600px;
    margin:0 auto;
}
/*Video*/
.plyr {
  min-width: 500px;
  margin:15px;
}
/*fadIn effect*/
.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/*formular*/
.yform {
  padding:15px;
  width:80%;
}
.form-group {
  margin-bottom:15px;
  display: flex;
  align-items: center;
}
.control-label {
  padding:5px 15px;
  width:30%;
  text-align: right;
  font-size:1.2em;
  color:#00547a;
}

.form-control {
  padding:5px 15px;
  background:transparent;
  border:1px solid #8ab68a;
  border-radius: 0;
  width:60%;
  font-size:1.2em;
  color:#666;
  background: #eee;
}

.form-control.datepicker {
  width:20%;
}
.qRequest {
  width:80%;
  margin:0 auto;
}
.qRequest label {
  display:none;
}
.qRequest .form-control.datepicker, .qRequest .btn {
  width:100%;
  background:transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #8ab68a;
  color:#fff;
  font-weight: 100 !important;
  margin:15px 0;
  font-family: 'roboto';
}


.yform .btn {
  color:#666;
  padding:10px 20px;
  font-size:1.2em;
  font-weight:400;
  border:1px solid #8ab68a;
  background:transparent;
  margin-left:30%;
  cursor:pointer;
  transition:all 0.4s ease;
}
.yform .qRequest .btn, .pinkBtn {
  border:1px solid #8ab68a;
  padding:10px 20px;
  font-size:1.2em;
  color:#8ab68a;
  border-radius:0;
  margin:15px 0;
}
.button:hover, .button:focus, .yform .btn:hover, .yform .btn:focus, .yform .qRequest .btn:hover,  .yform .qRequest .btn:focus, .yform .btn:hover, .yform .btn:focus  {
  background:#cebca5;
  color:#313131;
  border-color:#cebca5;
}
.formcheckbox label {
  margin-left: 30%;

}
.formcheckbox {
    margin-bottom:15px;
}
.reset {
  display: block;
  color:#8ab68a;
  font-weight: 400;
  cursor:pointer;
  padding:15px 0;
  transition:all 0.4s ease;
}
.reset:hover, .reset:focus {
  color:#999;
}
.contentImg {
  width:400px;
  height:auto;
}
.imgList {
  align-items: center;
}
.listImg img:not([width]) {
  width:100%;
  height:auto;
}
.gallery.flexbox {
  justify-content: center;
  align-items: center;
  padding:30px 0;
}
.gallery a {
  display: inline-block;
}
.gallery.bottomLeftImg {
  justify-content: flex-start;
}
/*footer*/
footer {
  padding-bottom:10px;
  background:#1d1c1c;
}
.footer {
  position: relative;
  color:#fff;
}
.footer a {
    color:#2a92b7;
}
.footer h3 {
    color:#2a92b7;
    margin:0;
}
.footer a:hover, .footer a:focus {
    color:#4a627e
}
.navFooter img {
    width:60%;
    height:auto;
}

.footer .flexbox {
  justify-content: space-between;
  align-items: flex-end;
  margin:0 -15px;
}

.footer .flex_item {
  width:50%;
}

.navFooter ul {
  margin:0;
  padding:0;
  display:flex;
  justify-content:center;
}
.navFooter ul li {
  padding:0 15px 0 0;
  display:inline-block;
}
.rex-navi1 li {
  list-style: none;
}
.copyWrapper {
  text-align: center;
  padding:15px 15px 0 15px;
  position:relative;
}
.copyWrapper::before {
    content:'';
    position:absolute;
    height:1px;
    width:100%;
    top:0;
    left:0;
    background:linear-gradient(to left, rgba(42,146,183,0), rgba(42,146,183,0.7), rgba(42,146,183,0))
}
.copyWrapper p {
  margin:0;
}

/*mediaqueries*/

@media screen and (max-width:1350px) {
  body {
    font-size:1em;
  }
  .container {
    width:100%;
    max-width:1024px;
  }
  .info {
    width:20%;
  }
  .sliderItem {
      height:600px;
  }

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .fullscreen {
    display:none;
  }
  .tablet {
    display: block;
  }
    .info {
        width:30%;
    }
    .container-full > .flexbox > .flex-50 {
        width:100%;
    }
    .carTeaser {
        width:50%;
    }
    .listImg.flex-25, .gallery .flex-33 {
        width:50%;
    }
    .parallaxItem {
  height:400px;
  background-size:cover !important;
  background-attachment: scroll !important;
}

}
@media screen and (max-width:768px) {
  .mobile {
    display:block;
  }
  .desktop {
    display:none;
  }
  .header_top {
    position: absolute;
  }
  p, li, a {
    /* font-size: 1em; */
  }
 .sliderItem {
     height:400px;
     backgroud-size:100% auto;
 }
 .sliderTxtInner p, .parallaxTxt {
     font-size:1.6em;
 }

  .mobile .mail {
    background:url(/custom/assets/mail.png) center center no-repeat;
    background-size:contain;
    position: relative;
  }
  .mobile .mail a {
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
  .rex-yform {
    padding:15px 0;
  }
  .control-label {
    width:30%;
  }
  .contentImg {
    width:100%;
  }
  .info {
      width:40%;
  }
  .info, .info a {
      color:#fff;
  }
  .info a:hover, .info a:focus {
      color:#2a92b7;
  }
  .header_top .flexbox {
      align-items: center;
  }
  .flex-50, .flex-75, .carItem .flex_item, .carTeaser {
      width:100%;
  }


}
@media screen and (max-width:600px) {

  .form-group {
    flex-wrap:wrap;
  }
  .form-control, .control-label {
    width:100%;
  }
  .control-label {
    padding:5px 0;
        text-align: left;
  }
  .rex-yform .btn {
    margin-left:0;
  }
  .flexbox.txtImg {
      flex-wrap: wrap;
  }
  .footer .flex_item {
    width:100%;
  }
     .listImg.flex-25, .gallery .flex-33 {
        width:100%;
    }

}
@media screen and (max-width:400px) {

}
