/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html.mfp-open {
  margin-right:0!important;
}

body {
	overflow-y:scroll;
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-container{visibility:hidden}.slick-initialized{visibility:visible}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../files/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons 
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../files/css/./fonts/slick.eot');
    src: url('../../files/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../files/css/./fonts/slick.woff') format('woff'), url('../../files/css/./fonts/slick.ttf') format('truetype'), url('../../files/css/./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 500;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before
{ color: red}
.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@-webkit-keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-we!important!important!importantimportant}!bkit-transform:scale(1);transform:scale(1)}}@keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;-ms-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#FBBA00}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#FBBA00}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#FBBA00;stroke:#FBBA00}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#FBBA00}.pretty.p-switch input:checked~.state.p-success:before{border-color:#FBBA00}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#FBBA00}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FontL';
  font-style: normal;
  font-weight: 300;
  src: url('/files/css/fonts/inter/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FontN';
  font-style: normal;
  font-weight: 400;
  src: url('/files/css/fonts/inter/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FontM';
  font-style: normal;
  font-weight: 600;
  src: url('/files/css/fonts/inter/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'FontB';
  font-style: normal;
  font-weight: 700;
  src: url('/files/css/fonts/inter/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.home .qsearch,.home .carwrapper,.content,#header .image_container,#footer .inner,#mainmenu,.mod_breadcrumb,.claimwrapper,.maxwidth { max-width: 1440px; margin: 0 auto;}

.boxw  {width:23%; margin:1%;}
.box20 {width:18%; margin:1%;}
.box25 {width:23%; margin:1%;}
.box30 {width:28%; margin:1%;}
.box33 {width:31.33333333%; margin:1%;}
.box40 {width:38%; margin:1%;}
.box50 {width:48%; margin:1%;}
.box60 {width:58%; margin:1%;}
.box66 {width:64.66666666%; margin:1%;}
.box70 {width:68%; margin:1%;}
.box75 {width:73%; margin:1%;}
.box80 {width:78%; margin:1%;}
.box100{width:98%; margin:0 1%;}
.marx2{width:96%; margin:0 2%;}

.pl-p {margin:0 -2%;}
.mmp {margin:1%;}
.pmp {padding:1%;}
.pmpt0pb0 {padding:0 1%}
.plpt0pb0 {padding:0 2%}

/*#container { padding:1% 0;}*/
/*#main .inside, .out{ margin:0  -1%; padding: 0 1%}*/
/*.fzsearch .boxw,.fzdetail .boxw {float: left; width:23%; margin:1%;}*/
.out{ padding: 1.5% 1%}
.emissionen {margin: 1%; display: block;}

.mtxs{margin-top:0.5%!important}.mbxs{margin-bottom:0.5%!important}.pxs{padding:0.5%}.prxs{padding-right:0.5%}.plxs{padding-left:0.5%}.prl{padding-right:2%}.pll{padding-left:2%}.prxl{padding-right:4%}.plxl{padding-left:4%}
.mrs{margin-right:0.75%!important}.mts{margin-top:0.75%!important}.ps{padding:0.75%}.ms{margin:0.75% 0}.mbs{margin-bottom:0.75%}.mt-s{margin-top:-0.75%}.mb-s{margin-bottom:-0.75%}.prs{padding-right:0.75%}.pls{padding-left:0.75%}
.mlm{margin-left:1%!important}.mrm{margin-right:1%!important}.mtm{margin-top:1%!important}.mt-m{margin-top:-1%!important}.mlr-raster{margin-left:-1%!important;margin-right:-1%}.ml-m{margin-left:-1%!important}.mr-m{margin-right:-1%!important}.mbm{margin-bottom:1%!important}.pm{padding:1%}.mb-m{margin-bottom:-1%!important}.mm{margin:1%!important}.prm{padding-right:1%}.plm{padding-left:1%}
.mtl{margin-top:2%!important}.mt-l{margin-top:-2%!important}.mbl{margin-bottom:2%!important}.mrl{margin-right:2%!important}.mll{margin-left:2%!important}.pl{padding:2%}.pxl{padding:4%}
.mtxl{margin-top:4%!important}.mbxl{margin-bottom:4%!important}.mlxl{margin-left:4%!important}.mrxl{margin-right:4%!important}
.pts{padding-top:0.75%!important} .pbs{padding-bottom:0.75%!important}
.ptm{padding-top:1%!important} .pbm{padding-bottom:1%!important}
.ptl{padding-top:2%!important} .pbl{padding-bottom:2%!important}
.claimwrapper { margin-left:2%}
.bc0 {border-color:#000!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
.bc1 {border-color:#fff!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}

.c2,a.c2 { color: #091314!important;color: rgba(9,19,20,1)!important;}
.bgc2 {background:#091314!important; background: rgba(9,19,20,1)!important;}
.bc2 {border-color:#091314!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c3,a.c3 { color: #F0F0F0!important;color: rgba(240,240,240,1)!important;}
.bgc3 {background:#F0F0F0!important; background: rgba(240,240,240,1)!important;}
.bc3 {border-color:#F0F0F0!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c4,a.c4 { color: #282830!important;color: rgba(40,40,48,1)!important;}
.bgc4 {background:#282830!important; background: rgba(40,40,48,1)!important;}
.bc4 {border-color:#282830!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c5,a.c5 { color: #980019!important;color: rgba(152,0,25,1)!important;}
.bgc5 {background:#980019!important; background: rgba(152,0,25,1)!important;}
.bc5 {border-color:#980019!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c6,a.c6 { color: #919191!important;color: rgba(145,145,145,1)!important;}
.bgc6 {background:#919191!important; background: rgba(145,145,145,1)!important;}
.bc6 {border-color:#919191!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c7,a.c7 { color: #333333!important;color: rgba(51,51,51,1)!important;}
.bgc7 {background:#333333!important; background: rgba(51,51,51,1)!important;}
.bc7 {border-color:#333333!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c8,a.c8 { color: #707070!important;color: rgba(112,112,112,1)!important;}
.bgc8 {background:#707070!important; background: rgba(112,112,112,1)!important;}
.bc8 {border-color:#707070!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c9,a.c9 { color: #cccccc!important;color: rgba(204,204,204,1)!important;}
.bgc9 {background:#cccccc!important; background: rgba(204,204,204,1)!important;}
.bc9 {border-color:#cccccc!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c10,a.c10 { color: #ffffff!important;color: rgba(255,255,255,0.9)!important;}
.bgc10 {background:#ffffff!important; background: rgba(255,255,255,0.9)!important;}
.bc10 {border-color:#ffffff!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c11,a.c11 { color: #e2e3e3!important;color: rgba(226,227,227,1)!important;}
.bgc11 {background:#f7f7f7!important;}
.bc11 {border-color:#e2e3e3!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c12,a.c12 { color: #4BA72D!important;color: rgba(75,167,45,0.1)!important;}
.bgc12 {background:#4BA72D!important; background: rgba(75,167,45,0.1)!important;}
.bc12 {border-color:#4BA72D!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.c13,a.c13 { color: #bababe!important;color: rgba(186,186,190,1)!important;}
.bgc13 {background:#bababe!important; background: rgba(186,186,190,1)!important;}
.bc13 {border-color:#bababe!important; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
#container  {margin-top: 130px;}
#header .locbut .loc:before { margin:0}
.team .fax{ display:none}
.box {position:relative;overflow:visible;z-index:11}
.pages { color:#FFF}

.homebutton { margin:25px 20px 0 0px; text-decoration: none; z-index: 2030; display: none;}
@media screen and (max-width:836px) {
#footer .box33.copyright {display:block}
.efx1 {-webkit-animation-name:none;animation-name:none}
.claim2 { font-size:140%;width:auto}
}




.c0{color: #282830}
#ctrl_115 legend,#ctrl_116 legend,#ctrl_118 legend,#ctrl_173 legend,#ctrl_240 legend {text-indent: -9999px}

.sliderh1b {font-size: 80px; color: #000;font-family:'FontB';font-weight: bold;margin-top: 10px!important;}
.sliderh1w {font-size: 80px; color: #fff;font-family:'FontB';font-weight: bold;margin-top: 10px!important;}
.sliderh2b {font-size: 30px; color: #000; font-weight: lighter;margin-top: 10px!important;}
.sliderh2w {font-size: 30px; color: #fff; font-weight: lighter;margin-top: 10px!important;}
.sliderzusatz {display: none}
.slc .btn {margin-top: 20px!important; border: 1px solid #ccc!important; padding: 6px 10px; display: inline-block!important;}
.fzgdesctabs {border-bottom: 1px solid #ccc; margin-bottom: 5px;}
.desctab.active span {border-bottom: 2px solid #900; padding-bottom: 5px; color: #900}
.icon {width: 24px; margin-right: 10px}
.icon_email:before {content: ""; position: absolute; left: 0; margin-right: 30px;}
.logo_color_w,.icon_color_w,.icon_email_w {fill:#fff!important}
.icon_color {fill:#282830!important}
.bgc30 {background: #91919140}
.bgc20 a,#more31 a{color: #fff!important; text-decoration: none}
.bgc20,#more31 {background: #282830!important;color: #fff!important}
.round{border-radius: 50px;}
.faqstyle h2 {font-size: 26px!important; font-family:"FontB"; padding: 0!important}
.faqstyle h3 {font-size: 20px!important; font-family:"FontB"; padding: 0!important}
.faqstyle h4 {font-size: 18px!important; font-family:"FontB"; padding: 0!important}
ul.daten li {margin-left: 0!important}
.home #carslickmain {margin: 0!important}
#carslickmain {margin: 60px -22px 0 0}
.bl5px,.bgc20,#more31 {border-left: 5px solid #d90024;}
.br5px {border-right: 5px solid #d90024;}

li.slick-slide {margin:0!important }

.servicekoenig img {width: 100%; height: auto}

.blur {-webkit-filter: blur(5px);  -moz-filter: blur(5px);  -o-filter: blur(5px);  -ms-filter: blur(5px);  filter: blur(5px);}
.blurbg {backdrop-filter: blur(20px); background: #f0f0f080}
.noblur {-webkit-filter: blur(0px);  -moz-filter: blur(0px);  -o-filter: blur(0px);  -ms-filter: blur(5px);  filter: blur(0px);}
.home .qsearch {max-width: 82%; margin: 0 16px!important; border-left: 5px solid #D90024}
/*.pretty .state label {text-indent: -999em!important;}*/
.flags img {height: 15px; margin: 7px 0 0 5px;}

.mtxs{margin-top:4px!important}.mbxs{margin-bottom:4px!important}.pxs{padding:4px}.prxs{padding-right:4px}.plxs{padding-left:4px}
.prl{padding-right:24px!important}.pll{padding-left:24px!important}.prxl{padding-right:32px!important}.plxl{padding-left:32px!important}
.mrs{margin-right:8px!important}.mts{margin-top:8px!important}.ps{padding:8px}.ms{margin:8px 0}.mbs{margin-bottom:8px}.mt-s{margin-top:-8px}.mb-s{margin-bottom:-8px}.prs{padding-right:8px}.pls{padding-left:8px}.mls{margin-left:8px!important}
.mlm{margin-left:16px!important}.mrm{margin-right:16px!important}.mtm{margin-top:16px!important}.mt-m{margin-top:-16px!important}.mlr-raster{margin-left:-16px!important;margin-right:-16px}.ml-m{margin-left:-16px!important}.mr-m{margin-right:-16px!important}.mbm{margin-bottom:16px!important}.pm{padding:16px!important}.mb-m{margin-bottom:-16px!important}.mm{margin:16px!important}.prm{padding-right:16px}.plm{padding-left:16px}
.mtl{margin-top:24px!important}.mt-l{margin-top:-24px!important}.mbl{margin-bottom:24px!important}.mrl{margin-right:24px!important}.mll{margin-left:24px!important}.pl{padding:24px!important}
.pxl{padding:32px!important}.mtxl{margin-top:32px!important}.mbxl{margin-bottom:32px!important}.mlxl{margin-left:32px!important}.mrxl{margin-right:32px!important}
.pxxl{padding:40px 0}.mtxxl{margin-top:50px!important}.mtxxxl{margin-top:30px!important}.mbxxl{margin-bottom:50px!important}.mlxxl{margin-left:50px!important}.mrxxl{margin-right:50px!important}
.ptxs{padding-top:4px!important} .pbxs{padding-bottom:4px!important}
.pts{padding-top:8px!important} .pbs{padding-bottom:8px!important}
.ptm{padding-top:16px!important} .pbm{padding-bottom:16px!important}
.ptl{padding-top:24px!important} .ptxl{padding-top:32px!important} .pbl{padding-bottom:24px!important}

.w15{width:15%}

.box100 {width:calc(100% - 32px)!important; margin:16px;}
.box75 {width:calc(75% - 32px)!important; margin:16px;}
.box60 {width:calc(60% - 32px)!important; margin:16px;}
.box50 {width:calc(50% - 32px)!important; margin:16px;}
.box40 {width:calc(40% - 32px)!important; margin:16px;}
.box33 {width:calc(33.333333332% - 32px)!important; margin:16px;}
.box25 {width:calc(25% - 32px)!important; margin:16px;}

h1,.h1,.fwb.f50,h2,.h2 {font-family:'FontB';font-weight: normal;line-height: 1.1; font-size: 40px!important;margin: 0; padding:60px 0 40px!important;}
h1 span,.h1 span {font-size:15px;margin:0;padding:0;font-family:'FontN'; color: #707070; font-weight: normal;}
h3,.h3 {font-family:'FontB';font-size:26px!important;margin:0 0 14px 0;padding:0; font-weight:300;}
 
html {font-family:'FontN', sans-serif; margin: 0; padding: 0;background: #fff;}
body{overflow-y:scroll;color:#282830;font-family:'FontN',sans-serif; font-size:16px; line-height: 1; margin:0 auto;height:100%}
*:focus { outline: none;}
:after, :before { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bgc0t {background:rgba(0,0,0,0.7)!important}
.bgc1t {background:rgba(255,255,255,0.7)!important}
.bgc4t {background:rgba(236,103,7,0.7)!important}
.btnlb {position: absolute!important; left: 0; margin-left: 1%; bottom: 30%;}
.btnrb {position: absolute!important; right: 0; margin-right: 1%; bottom: 30%;}
#quickview {display: none!important;}
.aktionen .widget {background: none}
.aktionen input {background: #fff!important}
@font-face {font-display:swap;font-family: 'FontAwesome_reg';font-weight: 400;src: url("/files/css/fonts/font_aw500/fa-regular-400.eot"); src: url("/files/css/fonts/font_aw500/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/files/css/fonts/font_aw500/fa-regular-400.woff2") format("woff2"), url("/files/css/fonts/font_aw500/fa-regular-400.woff") format("woff"), url("/files/css/fonts/font_aw500/fa-regular-400.ttf") format("truetype"), url("/files/css/fonts/font_aw500/fa-regular-400.svg#FontAwesome_reg") format("svg");}
@font-face {font-display:swap;font-family: 'FontAwesome_sol';font-weight: 900; src: url("/files/css/fonts/font_aw500/fa-solid-900.eot"); src: url("/files/css/fonts/font_aw500/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/files/css/fonts/font_aw500/fa-solid-900.woff2") format("woff2"), url("/files/css/fonts/font_aw500/fa-solid-900.woff") format("woff"), url("/files/css/fonts/font_aw500/fa-solid-900.ttf") format("truetype"), url("/files/css/fonts/font_aw500/fa-solid-900.svg#fontawesome") format("svg") }
.fa,.fas { display: inline-block; font: normal normal normal 16px/1 'FontAwesome_sol';font-size: inherit;text-decoration: inherit;text-rendering: optimizeLegibility;text-transform: none;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
.far { display: inline-block;  font: normal normal normal 16px/1 'FontAwesome_reg';font-size: inherit;text-decoration: inherit;text-rendering: optimizeLegibility;text-transform: none;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
/*.fa{display:inline-block;font:normal normal normal 18px/1 FontAwesome;width: 20px; font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; margin-right:6px}*/
.fa-video:before{content:"\f03d"; font-size: 24px!important; margin-right: 2px!important;}.fa-home:before{content:"\f015"}.fa-mobile:before{content:"\f10b"}.fa-eye:before{content:"\f06e"}.fa-instagram:before{content:"\f16d"}.fa-user:before{content:"\f007"}.fa-book:before{content:"\f02d"}.fa-clock-o:before{content:"\f017"}.fa-percent:before{content:"\f295"}.fa-calendar:before{content:"\f073"}.fa-phone-square:before{content:"\f098"}.fa-fax:before{content:"\f1ac"}.fa-map-signs:before{content:"\f041"}.fa-facebook:before{content:"\f09a"}.fa-facebook-square:before{content:"\f082"}.fa-xing:before{content:"\f168"}.fa-youtube:before{content:"\f167"}.fa-envelope:before{content:"\f0e0"}.fa-phone:before{content:"\f095"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-cogs:before{content:"\f085"}.fa-car:before{content:"\f1b9"}.fa-tag:before{content:"\f02b"}.fa-wrench:before{content:"\f0ad"}.fa-check:before{content:"\f00c"}.fa-check1:before{content:"\f05d"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-map-marker:before{content:"\f041"}.fa-print:before{content:"\f02f"}
.videolink {z-index: 100000; line-height: 55px; text-align: center; background:#D90024; color: #fff; width: 50px; height: 50px;-moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px;position: fixed; right: 20px; bottom: 20px;}
.colnobr { -webkit-column-break-inside: avoid;   column-break-inside: avoid;  page-break-inside: avoid; }

.w160 {width: 180px!important;}

span {display: inline-block;}
.flags {display: none;}
.headtel {height: 44px; bottom: -42px}
.headinner:after{content:''; }
.headinner .content.pf,.headinner:after {top: 140px!important;}
.lipiov {opacity: 0;transition: all .3s ease-out;}
article {transition: all .3s ease-out;}
article:hover {background:#f0f0f0!important;}
article .btn {width: 40px; height: 40px;background: #f0f0f0!important; padding: 0; margin: 0 auto; text-align: center!important;line-height: 40px;}
.carwrapper article .btn {width: 100%; height: 40px;background: #D90024!important; color: #fff!important; line-height: 40px;}
article:hover .btn {background: #000!important; color: #fff!important;transition: all .3s ease-out;}
article:hover .lipiov{display: block!important;transition: all .3s ease-out; opacity:1}

.sprachbox:after { content: ""; position: absolute; transition: all 0.3s ease-in; bottom: -20px;  left: 0; width: 0px; height: 0px; border-style: solid; border-width: 20px 20px 0 0; border-color: #FFFFFF transparent transparent transparent;transform: rotate(0deg);}

.mkachel_bg {background: no-repeat url("/files/img/content/startseite/mkachel_bg.png"); position: absolute; overflow: visible; background-size: contain; width: 100%; height: 100%;margin: 70px 0 0 -60px;}
.mkachel .pad90x120 {max-width: 430px; padding-left: 20px!important}
.mkachel.box60 .pad90x120 {max-width: 500px;}

.mkachel h3 {font-size: 18px!important}
.mkachel .image {height: 100%; width: 150px; overflow: hidden;position: absolute; right: 0; top: 0;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.mkachel figure  {height: 100%;
    margin: 0!important;
    background: #aaa;
    position: relative;
	right: 150%
	}
	
.mkachel figure img {width: auto;
	height: 100%;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mkachel .image:hover img  {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	left: 0;
    top: 0;
}
.mkachel .image:hover{width: 200px;}



.carpixdiv {width:100%;height:auto;position:relative; margin-top:0px; z-index:100 }
.carpixdiv figure {width: 100%; height: 0;padding-bottom: 75%; position: relative;overflow: hidden; line-height: 0}

.carpix,.offerpic {width: 100%; position: absolute;left: 50%;top: 50%;-moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); max-width: 100%;}
.offerpic {margin-top: -21px;}


.tsa {transition: all .3s ease-out;}
/*.crosscamp {height: 20px!important; margin-top: 10px;}*/
.slidertext {font-size: 1.4vw; top: 30%;}
.list5 li:nth-of-type(1n+6) {display: none;} 

@font-face {font-display:swap;font-family: 'Linearicons-Free';src:url('/files/css/fonts/linearicons/Linearicons-Free.eot?w118d');src:url('/files/css/fonts/linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),url('/files/css/fonts/linearicons/Linearicons-Free.woff2?w118d') format('woff2'),url('/files/css/fonts/linearicons/Linearicons-Free.woff?w118d') format('woff'),url('/files/css/fonts/linearicons/Linearicons-Free.ttf?w118d') format('truetype'),url('/files/css/fonts/linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-display:swap;font-family: "LineAwesome"; src: url("/files/css/fonts/lineawesome/line-awesome.eot?v=1.1."); src: url("/files/css/fonts/lineawesome/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"), url("/files/css/fonts/lineawesome/line-awesome.woff2?v=1.1.") format("woff2"), url("/files/css/fonts/lineawesome/line-awesome.woff?v=1.1.") format("woff"), url("/files/css/fonts/lineawesome/line-awesome.ttf?v=1.1.") format("truetype"), url("/files/css/fonts/lineawesome/line-awesome.svg?v=1.1.#fa") format("svg");font-weight: normal;font-style: normal;}
.lnr {font: normal normal normal 16px/1 'Linearicons-Free';speak: none;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: "LineAwesome";src: url("/files/css/fonts/lineawesome/line-awesome.svg?v=1.1.#fa") format("svg");font-display: fallback; }}
.la { display: inline-block; font: normal normal normal 16px/1 "LineAwesome";font-size: inherit;text-decoration: inherit;text-rendering: optimizeLegibility;text-transform: none;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
.la-phone:before { content: "\f2b3";}.la-phone-square:before { content: "\f2b4";}.la-map-marker:before { content: "\f27d"; }.la-envelope:before { content: "\f1c6"; }.la-envelope-o:before { content: "\f1c7"; }.la-envelope-square:before { content: "\f1c8"; }.la-angle-down:before { content: "\f110"; }.la-angle-left:before { content: "\f111"; }.la-angle-right:before { content: "\f112"; }.la-angle-up:before { content: "\f113"; }
.lnr-tag:before {content: "\e82f";}.lnr-phone:before {content: "\e830";}.lnr-phone-alt:before {content: "\e831";}.lnr-envelope:before {content: "\e818";}.lnr-angle-up:before {content: "\e873";}.lnr-angle-down:before {content: "\e874";}.lnr-angle-left:before {content: "\e875";}.lnr-angle-right:before {content: "\e876";}
*/.lnr-map-marker:before {content:"\e833";}
.lnr-clock:before {content:"\e864";}
.fa-clock:before {content:"\f017";}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.fwl{font-family:'FontL'!important;}
.fwn, .n {font-family:'FontN'!important;font-weight: normal;}
.fwm {font-family:'Fontm'!important;font-weight: normal;}
.fwb,.fwxb, .b, strong {font-family:'FontB'!important;}
#main {width:100%;margin:0 auto;float:none;background:none;}
.pbxl{padding-bottom: 5%!important;}
.logorund {vertical-align: central; padding-top: 15px; -webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px; line-height: 50px; width: 70px; height: 70px; text-align: center;}
.logorund.crosscamp {padding-top: 7px;} 
.logorund img {width: 60%;}
.mpx {margin: 20px 10px!important;}


@-webkit-keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}50% {opacity: 1;}}
@keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}50% {opacity: 1; }}
.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}

.efx1, .efx2 {-webkit-animation-delay:.10s;animation-delay:.10s;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.efx1 {-webkit-animation-name:fadeInRight;animation-name:fadeInRight}/*fadeInRight*/
.efx2 {-webkit-animation-name:zoomIn;animation-name:zoomIn}
.efx1:nth-child(odd),.efx2:nth-child(odd) {-webkit-animation-duration:.6s;animation-duration:0.3s}
.already-visible {-webkit-animation-name:none;animation-name:none}



.h50 {height: 50%;}
.bgc12{border-top: 1px solid #377220; margin-bottom: -40px;}
.pbox100 {width:calc(100% - 20px)!important; margin: 10px; overflow: hidden; line-height:0;}
.pbox50 {width:calc(48% - 20px)!important; margin: 10px;}
.pbox33 {width: 31.33333333%; margin: 1%;}

.centery { width: 100%;height: 0; padding-bottom: 75%;position: relative;overflow: hidden;line-height: 0;}
.centery img {width: 100%;max-width: 100%;position: absolute;left: 50%;top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%)}

#wrapper, .headinner,.home .hlwrap.startsearchfixed {overflow: hidden;  margin: 0 auto; width: 100vw; max-width:100%!important; position: relative;}
#header { margin: 0 auto; z-index: 600;position: absolute;width: 100%;left: 0;}
/*#header a:hover {color: #fff!important;}*/
.logo { cursor:pointer; margin:20px 0 0px 0; height: 30px; width: auto;}
.logowrapper {display: inline-block; text-align: left; position: relative; float: left;}
.noteaser .pxxl{display: none;}
.mtspace {padding-top: 30px!important} /*h1 margin anpassen!*/

a {color: #043333; text-decoration: none}
.cborder {padding: 30px 10px 10px; border: 1px solid #e9e9e9;border-radius: 4px; margin: 10px 0;}
.ctitle {text-align: center;}
.ctitle.f36 {top:-17px; left: 12px; padding: 0 17px 0 29px;}
.ctitle.f22 {left:4px}
.chl {position: relative;text-align: center;}
.chl .h1 b {font-weight:normal; color: #000;}
.kossertmap {fill:#fff;}
.menuw {position: relative; width: 60%;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition: 0.3s}
.bora { -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.br2 { -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

/*.br10 { -webkit-border-radius: 10px;-moz-border-radius:10px;border-radius:10px;}
.br10m { -webkit-border-radius: 0 0 0 10px;-moz-border-radius: 0 0 0 10px;border-radius: 0 0 0 10px;}.br30 { -webkit-border-radius: 30px;-moz-border-radius:30px;border-radius:30px;}*/
.back-to-top { background: #D90024; background:rgba(217,0,36,0.6); position: fixed; bottom:60px; right:8px; padding:10px 16px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; z-index: 500}
.back-to-top:hover { background: #D90024; }

.headinner{z-index:601;height: 130px; overflow: visible; position: relative;margin:0 auto; width: 100%;-webkit-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.10);-moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.10);box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.10); }
.headinner {height:130px;}
#container {position:relative;background:#fff;margin-top: 130px;}
.home #container {margin-top:130px;}
.containertop input{background: #fffffe!important;}


.headerlogos{text-align:right;z-index: 501;position: absolute;top:30px; right: 0%;}
.headerlogos a {display: inline-block; float: left;margin:20px;}
.headerlogos a:last-of-type{margin-right:0}
.marken { height:50px;margin-top:26px; float: right; white-space:nowrap; }
.marken img:hover{-webkit-filter:drop-shadow(0px 5px 24px rgba(0,0,0,0.2));filter:drop-shadow(0px 5px 24px rgba(0,0,0,0.2))}
.rotate-180{ -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg);transform: rotateZ(180deg); display: inline-block;}
.rotate-90{ -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); -o-transform: rotateZ(90deg);transform: rotateZ(90deg); display: inline-block;}


.h80 {height: 80px;}
.mh340 {min-height: 340px;}
.snum {float: left; margin-top: 20px;}
.headinner .jtel {margin-top: 24px;}

/*.home .car9 {display: none;}
 Eslastic Header START */

#header,.marken img,.headinner,.headinner .logo,.headinner .marken,.headinner .menuwrapper,.headinner .snum,.headinner .jtel,.bgc10 {-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition: 0.3s; text-decoration: none;}
/*
.smaller .snum{ margin-top: 15px;}
.smaller .menuwrapper {margin: 6px 0 0 0;}
.smaller .mainmenu .level_1 > li a {}
.smaller .phonenumbers { top: 2px;}
.smaller .headinner {height: 64px;}

.smaller .marken {margin-top: 0px; height: 0px;}
.smaller #header .bgc10{ background: #fff!important;}
.smaller .logo {height:60px;}
*/
.out200{-webkit-transition:0.9s;-moz-transition:0.9s;-ms-transition:0.9s;-o-transition:0.9s;transition: 0.9s;opacity: 1;filter: alpha(opacity=100);}
.smaller2 .out200 {-webkit-transition:0.9s;-moz-transition:0.9s;-ms-transition:0.9s;-o-transition:0.9s;transition: 0.9s;opacity: 0;filter: alpha(opacity=0);}


.summersale figure:after { content: "Summersale"; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;box-sizing: content-box;z-index: auto;width: auto;position: absolute;height: auto;top: 2%;right: -70%;left: 0; margin: 0 auto;opacity: 0.64;padding: 13px 0 13px 15px;border: none;-webkit-border-radius: 0;border-radius: 0;font: normal 16px/normal 'FontN', Times, serif;color: rgba(255,255,255,1);text-align: center;font-weight: bold;-o-text-overflow: clip;text-overflow: clip;background: #d04;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;-webkit-transform: rotateX(-42deg) rotateY(-28deg) scaleY(2) skewX(-33deg);transform: rotateX(-42deg) rotateY(-28deg) scaleY(2) skewX(-33deg);-webkit-transform-origin: 72% 69% 15%;transform-origin: 72% 69% 15%;}

.time03 {-webkit-animation-duration:.3s;animation-duration:.3s;}
.time05 {-webkit-animation-duration:.5s;animation-duration:.5s;}
.time1 {-webkit-animation-duration:1s;animation-duration:1s;}
.time2 {-webkit-animation-duration:2s;animation-duration:2s;}

.menuwrapper {padding:0; margin: 10px 0 0 0; background-color:transparent;}

/*
.menuwrapper:before {content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 0 32px 32px;border-color: transparent transparent #e9e9e9 transparent;position: absolute;left: -32px;top: 0;}
.menuwrapper:after {content: "";display: block;width: 100%;height: 100%;background-color:#e9e9e9;
    position: absolute;top: 0;right: 0;-moz-transform: translateX(100%);-ms-transform: translateX(100%);-webkit-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);}
*/


.mainmenu{overflow:visible;z-index:900;margin:0 auto;padding:0px;background: transparent; bottom: 0; display: inline-block;}
.mainmenu > ul {list-style:none; *zoom:1; margin:0px; padding:0; white-space: nowrap;}
.mainmenu > ul > li {position:relative;float:left; text-align:center; text-transform: none;padding: 0; margin: 0;/*width: 20%;*/}
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong  {color:#fff;font-size:17px; vertical-align: baseline;  font-weight: bold; padding:12px 8px;display: block;text-decoration:none;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);position: relative;
    text-transform: none; position: relative;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
/*animation
.mainmenu > ul > li > span:after,.mainmenu > ul > li > .trail:after{content: "";left: 15px; right:15px;  position: absolute; height: 3px; bottom: 0px; background: #FBBA00;font-weight: bold;}
.mainmenu > ul > li > a:after,.mainmenu > ul > li > .span:hover > a:after {content:"";  bottom:0px;   position: absolute;  height: 3px; z-index: -1;  left: 15px;  right: 100%; background: #FBBA00;  -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;}
.mainmenu > ul > li > a:hover:after{left:15px;right:15px;}
*/
/*
.mainmenu > ul > li:before {content: '';width: 1px;height: 18px;background-color: #aaa;position: absolute;top: 50%;left:0px;margin: -9px 0px 0 0; }

.mainmenu > ul > li:after {content: '';width: 4px;height: 4px;background-color: #FBBA00;position: absolute;top: 50%;right:-2px;margin: -2px 0px 0 0; z-index: 199;}
.mainmenu > ul > li.last:after {content: '';width: 0px;height: 0px;}
*/
.mainmenu > ul > li:hover ,.mainmenu > ul > li.active,.mainmenu > ul > li.trail  {background:none;}
.mainmenu > ul > li > a:hover, .mainmenu > ul > li > span, .mainmenu > ul > li > a.trail {color: #FBBA00!important}

.mainmenu > ul > li > ul a { text-decoration: none;	color: #333333;-webkit-transition: background-color 0.6s ease-in, color 0.6s ease-in;-moz-transition: background-color 0.6s ease-in, color 0.6s ease-in;-o-transition: background-color 0.6s ease-in, color 0.6s ease-in;transition: background-color 0.6s ease-in, color 0.6s ease-in;}
.mainmenu > ul > li > ul a:hover, .mainmenu > ul > li > ul .active  {	text-decoration: none;color: #465155;background-color: #f2f2f2;-webkit-transition-duration: 0.05s;-moz-transition-duration: 0.05s;-o-transition-duration: 0.05s;transition-duration: 0.05s;}
.mainmenu > ul > li > ul a,.mainmenu> ul > li > ul strong,
.mainmenu > ul > li > ul span.active,
.mainmenu > ul > li > ul span.trail,
.mainmenu > ul > li > ul span.forward {height: 30px; line-height: 30px;position: relative;display: block;padding: 0 15px;margin: 0;font-size: 0.93333em;}
.mainmenu > ul > li > ul {	position: absolute;top: 100%;left: 0;display: block;overflow: hidden;max-height: 0;min-width: 100%;padding: 0;border: 1px solid gainsboro;background: white;opacity: 0;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);-webkit-transition: max-height 0s, padding 0s, opacity 0.3s;-webkit-transition-delay: 0.3s, 0.3s, 0s;-moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;-o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;pointer-events: none;}
.mainmenu > ul > li > ul li {	position: relative;display: block;padding: 0;border-top: 1px solid gainsboro;white-space: nowrap;}
.mainmenu > ul > li > ul li:first-child {border-top: 0;}
.mainmenu > ul > li > ul li li {	border: 0;}
.mainmenu > ul > li:hover > ul {	z-index: 1;max-height: 9999px;opacity: 1;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;pointer-events: auto;}
.mainmenu .ddn {display:none}

.slideh1 {}
/* #delayed-cta {display: none!important;} */
button {padding: 0; width: 100%;}
.counter {font-family: 'FontN'!important}
.counter .f22 {font-size: 16px!important}

.oeffis p {width: 33.33333%; float: left; font-size: 14px;}
.oeffis em {display: inline-block; width: 56px; font-style: normal;}
.seom, .seot {display: none;}
.flexcontainer { counter-reset: service_counter;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.df {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.flexwrap {display: flex;  justify-content: space-between;  flex-direction: column;}
.flexend {align-items: flex-end}
.flexmax {flex-grow: 1;}
.b, strong {font-weight: bold;}
.pswp {z-index: 3000!important}
.bg_search { background: url(../../files/img/maintop/Header.jpg) no-repeat center center;}
.bgpoints {  background-image: url(/files/img/site/bg_points.png); position: absolute; top: 0; left: 0; width: 100%; height: 50%;}
.picshadl {-webkit-box-shadow: -20px 10px 50px 20px #ccc; box-shadow: -20px 10px 50px 20px #ccc;}
.picshadr {-webkit-box-shadow: 20px 10px 50px 20px #ccc; box-shadow: 20px 10px 50px 20px #ccc;}

.s1bgimg { background:#fff url(/files/img/site/bg2.jpg) no-repeat right center;}
.bg_search:before,.bg_military:before,.home .mainslider .image_container:before {content: "";display: block;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.7);position: absolute;left: 0;top: 0;}
.mainslider_top .slick-list {overflow: visible!important}
.mt0{margin-top: 0!important;}
.m-m {margin: -1%;}
.fretzl {font: italic}
legend{width:100%;display:block;border:0}
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input:not([type]),textarea{width:100%;display:inline-block;padding:3px 6px;background:#fff;border:1px solid #ccc;-moz-transition:all .15s linear;-webkit-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input:not([type]):focus,textarea:focus{outline:0;background:#fcfcfc;border-color:#bbb;}
.submit,input[type="file"]{cursor:pointer;border: 0;}
select,input[type="file"]{display:block}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}
textarea,select[multiple],select[size]{height:auto}
.widget.widget-dropzone,.widget.widget-checkbox,.widget-submit{background: none!important;}
.widget-checkbox {margin-left: 3px;}
.widget, .widget .dropzone{margin-bottom:12px;background: #fff;}

.widget>label{display:block;margin-bottom:6px;font-weight:bold}
.widget>input,.widget>textarea{width:100%}
/*a,.gray,.gray70,.solink {  box-sizing: inherit;  transition-property: all;  transition-duration: .3s;  transition-timing-function: ease;}
.gray{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
.gray70{-webkit-filter: grayscale(70%);-moz-filter: grayscale(70%);-ms-filter: grayscale(70%);-o-filter: grayscale(70%);filter: grayscale(70%);}
*/
.pretty {font-size: 14px;}
.pretty .state label:before {background: #fff!important;}
.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {background-color:#D90024!important}

.karriere .formbody {margin-top: 4px;}
.orttab {max-width: 13.28%; margin:.5%; float: left;}
select,input[type="text"],input[type="email"],textarea {font-family:'FontN',sans-serif;text-indent:10px; color:#333;  font-size:17px; height:48px;position:relative;z-index:2;background:none;text-transform:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
select {margin:0;width:100%; text-indent: 16px;}

.firefox select {margin:0;padding:0;width:100%; text-indent:6px;}

.ce_form label {display: none;}
.sel,.ftxt .inp, .widget select,.widget input[type="text"],.widget input[type="email"],.widget textarea { border:1px solid #919191; position: relative; -moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;font-size: 16px;font-family:'FontN'}
/*.sorting .sel {margin: 0; width: 20%;}*/
.sel,.ftxt .inp{ background:#ffffff;max-width:96%;margin:2%; color:#000001;}
#footer .sel{ background:#091314;max-width:100%;color:#fff; border-color: #757575!important; margin: 0;}
.select:before,.sel:before{  content:"\f107"; font-family:'FontAwesome_sol';color:#919191; font-size:16px!important ;  font-style:normal; padding:0px; position:absolute; right:-2px;top:0; margin-top:-2px; height: 100%; line-height: 50px; text-align: center; z-index:1; width: 50px; background:none}
.home .sel { background:#fff;max-width:100%;margin:0;border: 0; border-right: 1px solid #919191!important}
.home select { color:#575757;font-family:'FontN',sans-serif; }
select:focus,input:focus[type="text"],textarea:focus {outline:0}
.qsearch .select:before,.qsearch .sel:before,#footer #soselect:after{ content:"\f107"; font-family:'FontAwesome_sol'; background: none;}


/*.select:hover,.sel:hover {background: #eee;}
.select:hover:before,.sel:hover:before{ background:none; content:"\f107"; font-family:'FontAwesome_sol'; color: #000;}
*/#footer .sel:hover:before{ background:none; content:"\f107"; font-family:'FontAwesome_sol'; color: #fff; cursor: pointer!important;}


div.widget {position: relative; margin-bottom: 10px;}
div.fw50{width:100%;max-width:48%;float:left;margin:0 1% 2%}
div.fw33{width:100%;max-width:31.3333333%;float:left;margin:0 1% 2%}
div.fw25{width:100%;max-width:23%;float:left;margin:0 1% 2%}
div.fw100,.dropzone{ max-width:98%;margin:0 1% 2%}

article:hover .gray70,.gray70:hover,.gray:hover{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}
/*article:hover > div{background: #fafafa;}*/
.maplink {z-index: 1000; bottom:10px; right:10px; padding: 5px; color: #fff; position: absolute;}

.hlwrap{ position:absolute; margin:0 auto; text-align: center;}

.home .homewrapinner{margin: 0 1%;}
.home .control-group, .home .detbut{display: none;}

.home .hlwrap{width: 100%; position:absolute;left: 0; right: 0; bottom:-50px; margin:0 auto;z-index:300;}
.home .hlwrap.startsearchfixed {background:#000; background:rgba(0,0,0,0.7); position: fixed; bottom: auto;}
.home .hlwrap.startsearchfixed .startsearch {background: none;}
.home .hlwrap.startsearchfixed .box100 {margin: 0; width: 100%;}
.home .hlwrap.startsearchfixed .qsearch {padding: 1% 0!important; border: 0!important; background: none!important;}
.home .hlwrap.startsearchfixed .qform {padding: 0;}
.qform {background:none;width:100%;}
.bor1 {border: 1px solid;}.bor2 {border: 2px solid;}
.borl0{border-left: 0;}
.borr0 {border-right: 0;}

.qform .in {width:100%;margin:0 0% ;position:relative}
.qform .in.feuer {margin:0px auto;}
.home .qsinner {margin: 0 1%;}
.home .qform {width: 100%; padding:1% 0 3%;}
.home .qform .in {width:20%;margin:0;}
.home .qform .in.feuer {width:19%;margin:0;float:right}
.home .modell .sel,.home .ezvon .sel, .home .marke .sel {border-right: 1px solid #ccc!important}
.home .fuel .sel {border-right: 0!important}



.fzsearch .qsearch {background: #fff!important; padding: 0!important}
label {color:#000;}

.in.feats .inp {margin:0}
.featcheck {width:24%;margin:0.4% 0 0.4% 1%}
.featcheck label {margin-left:7px}
.fzsearch .boxw {width:30%; margin: 0 1.5% 1.5%}
.fzsearch .qsearch {width: 100%;}
.fzsearch .feuer {clear: both; margin-top: 10px!important; width: 96%;}
.fzsearch .feuer button {margin-top: 10px;}

.fzsearch .dsearch {display: none;}

.startsearch .nostart,.startsearch .condition,.startsearch .mwst,.startsearch .sorting,.startsearch .ftxt,.startsearch .seat,.startsearch .door,.startsearch .feats,.startsearch .color,.startsearch .category,.startsearch .prvon,.startsearch .prbis,.startsearch .kmbis,.startsearch .ezbis,.startsearch .kmvon,.startsearch .ezbis,.startsearch .psvon,.startsearch .psbis,.startsearch .gear,.startsearch .standorte,.startsearch .sorting { display:none} /*,.startsearch .ezvon .startsearch .fuel, */
.fzsearch .door,.fzsearch .kmvon{display:none}/*,.fzsearch .prvon ,.fzsearch .ezbis, .fzsearch .category,.fzsearch  .ftxt.fzsearch .psvon,.fzsearch .psbis,.fzsearch .color,  ,.fzsearch .qform .seat*/
.fzsearch .ezvon, .fzsearch .ezbis, .fzsearch .prvon, .fzsearch .prbis, .fzsearch .psbis, .fzsearch .psvon  {width: 50%!important;}

.fzsearch .ezvon .sel,.fzsearch .prvon .sel,.fzsearch .psvon .sel {max-width: 96%;margin:4% 0 4% 4%; }
.fzsearch .ezbis .sel,.fzsearch .prbis .sel,.fzsearch .psbis .sel {max-width: 96%;margin:4% 4% 4% 0;  border-left: 0;}

.fzsearch .ftxt {left: 0; bottom: 0; margin-top:0.7%;}
.fzsearch .ftxt:hover { cursor: auto!important;}
.fzsearch .ftxt .inp { }
.fzsearch .qsearch.bgc11 {background:#f1f1f1; color: #333!important; border: 1px solid #ddd!important;}

.fzdetail .ce_form, label {color: #000!important;}
.fzdetail .widget select,.fzdetail .ce_form .widget-text,.fzdetail .ce_form .widget input[type="text"],.fzdetail .ce_form .widget input[type="email"],.fzdetail .ce_form .widget textarea {border: 0; border-radius: 0px;}

.detbut { right: 1%; bottom:-24px; z-index: 500;}
.detbut .fa {margin: 0 0 0 10px!important;}

.inline-form .widget{display:inline-block;margin-bottom:0;vertical-align:middle}
.horizontal-form .widget:after{content:"";display:table;clear:both}
.horizontal-form .widget>label{width:20%;float:left;padding:3px 2% 0 0;text-align:right}
.horizontal-form .widget>input,.horizontal-form .widget>textarea{width:78%;float:left}
.horizontal-form .widget>fieldset{margin-left:20%}

.widget-textarea textarea {height: 200px; background: #fff;}
.widget-textarea {clear: both; background: none!important;}
optgroup:disabled, option:disabled, select[disabled] > option {color:#ccc;}
.locations {background: url(../../files/img/site/locations_bg.jpg) no-repeat center center/cover; padding:30px 0;}

.hspace{height: 40px; display: block; clear: both!important;}
.backimg {background-size: 100% 100%!important; height: 280px}
.mlogo {margin-left: 23px; height: 30px; vertical-align: top!important; display: inline-block; }
.audi {height: 50%!important; margin-top: 10px;}
.kiaservice{margin-right:16px}
.smlogo {height: 80px; float: right; margin:0 20px 0 0;}
.standort .smlogo {height: 50px; float: right; margin:0 0 0 20px;}
.standort.detail .smlogo {height: 50px; float: left; margin:0 0 20px 20px;}
.invert60{-webkit-filter: invert(60%); filter: invert(60%); }


.content{ margin: 0 auto; padding:0; position:relative; z-index:400; width: 100%;}
.content.pam,.pam {position:absolute;margin:0 auto;left:0;right:0; padding-top: 0; height: 100%; }
.content.ptm.pbm {padding: 0;}

.standort .even, .standort .odd, #offerdetail .even, #offerdetail .odd{ border: 0; padding:2px 4px;}
.standort .odd, #offerdetail .odd{ background: #fafafa; border: 1px solid #eee; border-left: 0; border-right: 0;}
.standort .box50 p {margin:0 0 0px}


.home .dsearch {display: block; width: 16%!important; position: absolute; right: 0; text-align: center; margin-top: 10px;}
.home .dsearch .fas {display: none;}
.home .dsearch a {color: #000!important; text-decoration: underline!important;}
.phonenumbers {display: none; z-index:500; white-space:nowrap; position: absolute; right: 0%; top: 5px; color:#333; font-weight: bold; cursor: pointer; text-transform: uppercase; }
.phonenumbers .fa {color:#465155;}

/*}
.phonenumbers .fa-phone {color:#fff; font-size: 20px; line-height:30px; padding: 4px 0;}
.phonenumbers a{color: #fff; font-size:150%; line-height: 16px; font-weight: bold;}
.phonenumbers a span.c0{color: #fff;}*/
.phonenumbers {float: right!important; height: 20px;}
.ts {text-shadow:2px 2px 2px rgba(0,0,0,0.5)}
.ts2{text-shadow:1px 1px 0 rgba(60,60,60,0.5),
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 rgba(60,60,60,0.5),
    1px -1px 0 rgba(60,60,60,0.5),
   -1px  1px 0 rgba(60,60,60,0.5),
    1px  1px 0 rgba(60,60,60,0.5);}


.worker_block{display:inline-block;vertical-align:top;box-shadow:0 5px 30px rgba(0,0,0,0.1);}
.worker_block_img{position:relative;overflow:hidden;width:100%; margin-bottom:12px}
.worker_block_img:before{content:"";display:block;width:92%;height:94%;border:1px solid #DBDDDD;position:absolute;left:50%;top:50%;-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:1}
.worker_block_name{padding:5px 10px 5px 15px;box-shadow:0 5px 30px rgba(0,0,0,0.15);width: 70%; position:absolute;left:0;bottom:5%;z-index:2}
.worker_block_name h4{margin:0;color:white;font-weight:bold; font-size:18px;text-transform:uppercase;position:relative;z-index:1}
.worker_block_name p{color:white;font-family:'FontN';font-size:14px;position:relative;z-index:1;}
.worker_block_name:before{content:"";display:block;height:100%;width:200%;-ms-transform:skewX(-20deg);-webkit-transform:skewX(-20deg);transform:skewX(-20deg);background-color:#465155
;position:absolute;top:0;right:-9px}
.img {height: 90px ; position: relative; margin-bottom: 20px;}
.img img {position: absolute; bottom: 0; left: 0;}
h3.c9 {margin-top: 20px;}

p {margin: 0 0 20px 0; line-height: 1.2;}
#main .ce_text { line-height: 1.2;}
.pab0 {position: absolute; bottom: 0;}


hr {margin: 30px 0;}
.control-group {  display: inline-block;  vertical-align: top;  text-align: left; padding:0%;  width: 23%;margin:1% 1% 0; float: left;}
.control-group span{display: inline-block; font-size: 16px; color: #000;}
.control-group span.control__indicator{ padding-top: 0px;}
.control { display: block; position: relative; padding-left: 30px;  margin-bottom: 15px;  cursor: pointer;  font-size: 18px;}
.control input { position: absolute; z-index: -1; opacity: 0;}
.control__indicator {  position: absolute; top: 2px;left: 0;height: 20px;width: 20px;background: #fff; border: 1px solid #ccc;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; }
.control:hover input ~ .control__indicator,.control input:focus ~ .control__indicator {background: #fff;}
.control input:checked ~ .control__indicator {  background: #fff;}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator { background: #fff; border: 1px solid #ccc}
.control input:disabled ~ .control__indicator { background: #fff;  opacity: 0.6;  pointer-events: none;}
.control__indicator:after {  content: '';  position: absolute;  display: none;}
.control input:checked ~ .control__indicator:after {  display: block;}
.control--checkbox .control__indicator:after { left: 8px;  top: 4px;  width: 3px;  height: 8px;  border: solid #465155;border-width: 0 2px 2px 0;  transform: rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {  border-color: #ccc;}

.featinner {text-indent:0}


.bgc2 .inp,.bgc2 .sel,.bgc2 .txa {  background:#fff}

.optbe {position:absolute;left: 0; margin:-2px 0 0 14px; padding:2px 4px; background:#fff; z-index:510;font-size:12px; display:none; border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.c_option {cursor: pointer;}
.optx { background: rgba(250,250,250,0.5); width:100%; padding: 0 2%;left: 0; cursor: pointer; position: absolute; display: none; height: 100%; z-index: 500;}
.optx:before{  content:"\f00d"; font-family:'FontAwesome_sol'; font-style:normal; padding:0px; font-size: 140%; position:absolute; right:16px;top:50%; margin-top:-11px; z-index:1; color:#000}



/*
#wrapper .carslickmain .slick-next:before, #wrapper .carslickmain .slick-prev:before {color: #333;}


.mod_slick_newslist {position: fixed;}*/


.slick-dots {display: none!important;}
.home .mainslider .slick-dots {display: block!important;}
.home .mainslider .slick-dots ul { display:inline-block;margin: 0;padding: 0;list-style: none;cursor: default;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.slick-dots li {text-align: center; position: relative;width: 16px;height: 16px;cursor: pointer;border-radius: 16px;box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);-webkit-transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease;}
.slick-dots li button {border: none; top: 0;left: 0;width: 100%;height: 100%;outline: none;border-radius:10px;background-color: #fff;background-color: rgba(217,0,36, 1);text-indent: -9999px; cursor: pointer;position: absolute; padding: 0;-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;transition: background-color 0.3s ease, transform 0.3s ease;}
#slick1 .slick-dots li button {background: #fff;background-color: rgba(255, 255, 255, 1)}
.slick-dots li button:hover,.slick-dots li button:focus,.slick-dots li.slick-active button {outline: none;background-color: rgba(217,0,36,1)}
.slick-dots li.slick-active button {-webkit-transform: scale(0.7);transform: scale(0.7); background-color: rgba(217,0,36, 1)!important;}
.slick-dots li.slick-active,.slick-dots li:hover {box-shadow: 0 0 0 2px rgba(217,0,36,1)}

.carslickmain .slick-slide {margin: 0 16px;}
.carslickmain .slick-track {background: transparent;}
.carslickmain .slick-dots li{ position: relative;display: inline-block;margin: 0 10px!important; padding: 0;cursor: pointer; }

.slick-dotted.slick-slider{ margin: 0 auto; }
.slick-dotted {text-align: center;}
.slick-dots{bottom: 80px;display: block; padding: 0; list-style: none;text-align: center; }
.carslickmain .slick-dots{bottom: -40px;display: block; padding: 0; margin: 0 auto;list-style: none;text-align: center; }


.carslickmain .slick-next {right: -50px;}
.carslickmain .slick-prev {left: -50px;}

.spacerl{height: 90px;}
.pad90x120 {padding: 90px 100px;}
.bgcar1:after {content:"";z-index: 0; position:absolute; right: 0; bottom: 0; width: 20%; height: 100%; background:url(/files/img/site/bgcar1.png) no-repeat right bottom;}



.slick-track {background: #fff;}
.fzdetail .slick-track {background: #fff;}
.fzdetail #Gallery {/* height: 500px;*/ overflow: hidden;}
.carouselwrapper {position: relative; margin-top: 2px;overflow: hidden; bottom: 0px;}
.carouselwrapper ul {list-style: none!important;}
#wrapper .slick-next:before,#wrapper .slick-prev:before {color: #fff;}
#slider .slick-slider{position: relative;}
#carousel .slick-slide img {width: 100%; height:auto;}
#carousel .slick-slide{position: relative; height: 80px; overflow: hidden;}
#carousel .slick-slide img, #carousel .slick-active img{opacity: 0.6; cursor: pointer!important;}
#carousel .slick-current img {opacity: 1; cursor: default; position: relative; z-index: 0;}
#carousel .slick-slide:after {content:'';opacity: 1;border:4px solid #ffffff00;position:absolute;width:-webkit-calc(100% - 0px);width:calc(100% - 0px);height:-webkit-calc(100% - 0px);height:calc(100% - 0px);-webkit-box-sizing:border-box;box-sizing:border-box;top:0px;left:0px;z-index:5000}
#carousel .slick-current:after {content:'';opacity: 1;border:4px solid #ffffff00;position:absolute;width:-webkit-calc(100% - 0px);width:calc(100% - 0px);height:-webkit-calc(100% - 0px);height:calc(100% - 0px);-webkit-box-sizing:border-box;box-sizing:border-box;top:0px;left:0px;z-index:5000}

/*.home .slick-dotted.slick-slider {margin: 0%;}
.home .slick-prev:before,.home .slick-next:before {font-size: 0}
.home #slick1 .slick-dots {bottom: 20px; margin: 0 auto; display: none;}
*/
.home .slick-next,.home .slick-next:hover, .home .slick-prev,.home .slick-prev:hover  {display: none!important;}

.magni {margin:0;padding:0;font-size:0;position:relative; overflow:hidden}
.magni img {margin:0% 0 0; opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;font-size:0;line-height:0}
.magni img:hover{opacity:0.7}
.magni .fa-search-plus:before{content:"\f00e";font-weight: 400;font-size:40px;position:absolute;top:48%;left:48%;color:#fff;display:none}
.magni:hover .fa-search-plus:before{display:block}
.cartumbfirst {width:100%}.katie { top:45px;right:45px;z-index:1400;padding:5px 10px}

.mobgal{ margin:1.5% -1%}
.mobgal .magni .fa-search-plus:before{content:"\f00e";font-weight: 400; font-size:30px;position:absolute;top:40%;left:44%}

.center {position: absolute;left: 50%;top: 50%;-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);max-width: 100%;}
.vcenter { position: absolute;left: 0;top: 50%;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);transform:translateY(-50%);}

.ulnobr, .seo ul {margin: 0; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}

.fa-info-circle:before {content:"\f05a"}.fa-star:before {content:"\f005";}.fa-star-half-alt:before {content:"\f5c0"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-right:before{content:"\f054"}.fa-location-arrow:before{content:"\f124"}.fa-home:before{content:"\f015"}.fa-mobile:before{content:"\f10b"}.fa-eye:before{content:"\f06e"}.fa-user:before{content:"\f007"}.fa-book:before{content:"\f02d"}.fa-clock-o:before{content:"\f017"}.fa-percent:before{content:"\f295"}.fa-calendar:before{content:"\f073"}.fa-phone-square:before{content:"\f098"}.fa-fax:before{content:"\f1ac"}.fa-map-signs:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-facebook:before{content:"\f09a"}.fa-facebook-square:before{content:"\f082"}.fa-xing:before{content:"\f168"}.fa-youtube:before{content:"\f167"}.fa-envelope:before{content:"\f0e0"}.fa-phone:before{content:"\f095";-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); -o-transform: rotateZ(90deg);transform: rotateZ(90deg); display: inline-block;}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-thumbs-o-up:before{content:"\f087"}.fa-cogs:before{content:"\f085"}.fa-car:before{content:"\f1b9"}.fa-tag:before{content:"\f02b"}.fa-wrench:before{content:"\f0ad"}.fa-check:before{content:"\f00c"}.fa-check1:before{content:"\f05d"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-map-marker:before{content:"\f041"}.fa-print:before{content:"\f02f"}
.fa-chevron-down:before {content:"\f078"}.fa-chevron-up:before {content:"\f077"}.fa.fa-map-marker, .fa.fa-envelope, .fa.fa-phone, .fa.fa-print,.fa.fa-envelope-o{}
.fa.fa-envelope { font-size: 14px;}
#header .ce_image {width:100%}

.c22 { color: #ffc107;}

.ce_image.w100 img {width:100%; height: auto;}

.fa-print {margin: 0 4px 0 0px;}
.schnellkontakt {position: absolute; bottom: 20px; left: 20px;}


.b6 {border: 1px solid #eee;} .bb6 {border-bottom: 1px solid #eee;}

.map-canvas {width:100%;height:380px}
.map-canvas-small {width:100%;height:135px}

#mapinfo1{float: right;width:25%}#mapinfo2{float:left;width:25%;}
.mapinfotext .w50, .mapinfotext .w47 {width: 100%;}
.mapinfotext p {padding: 14px 0 0 0 ;}

.box10 {width: 8%; margin: 0 1%;}
.box90 {width: 88%; margin: 0 1% 0 1%;}

/*.widget.bgc1,.widget.bgc2,.widget.bgc3,.widget.bgc4,.widget.bgc5,.widget.bgc6,.widget.bgc7,.widget.bgc8 {background:none!important;}*/

.mod_breadcrumb  {display: block; margin: 0 auto;}
#main .mod_breadcrumb  ul {list-style:none;z-index:2020; height: 30px; display: block;}
#main .mod_breadcrumb li {float: left; margin:0;}
.mod_breadcrumb li a { float: left; position: relative; }
.mod_breadcrumb li a:after {content: '/';width: 1px;height: 14px; margin: 0 5px; color: #ccc}
.mod_breadcrumb li a.c4:hover{color: #333!important;}
.mod_breadcrumb:after {content: ''; clear: both;}

a.email {text-decoration: none;}

.mspacer {display:none; width: 0; float: left; height: 10px;}

.accordion-content ul {list-style: disc; margin-bottom: 10px; padding: 0 0 0 20px;}



.bgcred { background:rgba(140,38,56,0.6)!important;}

.mod_newslist .layout_latest:hover p { color:#000}
.mfp-iframe-scaler iframe {background: #fff; height: 450px;}

#main .box50 {margin-top: 0;}

.box [class^="box"] { position:relative}
#main .box figure a .goblack {display: none; background: rgba(0,0,0,0.4); width: 100%; height: 100%; top: 0;}
#main .box figure a:hover .goblack  {display: block;}
.box figure a .eye {display: none; width: 100%; padding:10px 0; background: rgba(0,0,0,0.7); border: 1px solid #fff; border-left: 0; border-right: 0; z-index: 200; top: 45%;}
.box figure a:hover .eye {display: block;}

.titleinner {padding:0}
.box {z-index:11;position:relative}
.box .pmxl img {width:100%;max-width:100%}
.box .ankauflist .title { background: #465155;}
.box .titlema a {text-decoration:none;}
.box .pxxl {padding:10px 20px}
.box .inner {}
.box .titlema h2 strong  { height: auto;}
.box .titlema .modesc {display:block; height:20px; line-height: 1; text-transform:none; overflow:hidden; font-weight: normal!important;}
.box .pfeilbut {width:12.4%;height:100%}
.box .pfeilbut .fa {height:60px;line-height:60px;vertical-align:central}
.box .min{ width:86%;position:relative;padding:7%;font-size:13px}
.box .min .bt1{ height:24px}
.box .emission {font-size:13px; line-height:1; display:inline-block; min-height: 46px;}
.box .emission sup{vertical-align:middle; margin-top:-8px; display:inline-block}
.box .emission sub{vertical-align:middle; margin-bottom:0px; display:inline-block}
.box .price {display:block; margin-bottom: 10px;}
.box .price .pxxl {padding: 20px 20px 18px 20px;}
.box li {line-height:1.2!important}
.box .webtxt2 { height: 280px; text-align: left;}
.box ul {display: inline-block; margin: 0; padding: 0;}
.daten {list-style:none;padding:0;margin:0;}
.daten li{ float:left;}
.daten li{width:50%;padding:5px 0;border-bottom:1px solid #ccc}


.box16 {width: 100%; max-width: 14.666666%; margin: 1%;}
.box12 {width: 100%; max-width: 10.5%; margin: 1%;}



h4 {margin: 0; padding: 5px 0;}
p  {line-height:1.5}
pre {margin: 0;}
.nivo-lightbox-content {max-height: 450px;overflow: hidden; background: #fff;}
.mobi h1 {margin-top:-0px;}
.mobi figure {display: none;}

.col4 {width: 100%; -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}
.col3 {width: 100%; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
.col2 {width: 100%; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.line { height:0px;line-height:0px;border-bottom:1px solid #ccc; display:block}
.ankauflist .line { height:0px;line-height:0px;border-bottom:1px solid #ab3044; display:block}

.topline { height:1px;line-height:1px;background:#e8e8e8; display:block; margin:14px auto; overflow:visible; position:relative; }
.topline.mr0 {margin-right: 0;}

.topline .em {height:3px; width:50px; background:#465155;display:block; position:relative;top:-1px}
.topline .em.mid {width:50px; display:block;  top:-1px; margin:0 auto}
.audi_bold { font-family: audi_bold;}

.pam h2 {margin: 0; padding: 0; border: 0;}

.mainslider img {width: 100%; height: auto;}
.mainslider_top .ce_text{ vertical-align: bottom; bottom: 55%;}
.mainslider .ce_text h2 {padding: 10px 0px; display: inline-block;}
/*.mainslider .ce_text p{padding:4px 0px; display: inline-block;}*/
.mainslider .smartinfo {position: absolute;top:94%; left: 1%; width: 100%; text-align: left; font-size: 12px;}

.mainslidenav {position: absolute; top: 5%; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 700px;}
.mainslidenav .slick-container {border: 2px solid #eee; border-radius: 4px; overflow: hidden;}
.mainslidenav:hover {cursor: pointer;}

.mb0,#main .box50 p.mb0 { margin-bottom:0!important}
.startheadline.mtl {margin:1.5% 0}
.flip {-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}
.deg90 {-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:inline-block;}
.deg180 {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}
.deg270 {-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);display:inline-block}
.sbox1,.sbox2,.sbox3 {height:430px; position:relative}
.sbox4,.sbox5,.sbox6 {height:460px; position:relative}
.sbox7 {height:902px; position:relative}
.sbox8,.sbox9 {height:190px; position:relative}
.sbox10,.sbox11 {height:240px; position:relative}
.sbox12,.sbox13 {height:300px; position:relative}
.bubble_label:before {content:'';position:absolute;top:50%;height:1px;left:9px;right:35px;background:#dedede;z-index:-1}
.bubble_label:after {content:'';position:absolute;top:50%;border:1px solid #dedede;width:9px;height:9px;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-4.6px}
.scrolltoform {position:absolute; bottom:16px; right:4%; width:70%}


.fa-tag.c6 {color:#ddd;}
.phone {float:left; color:#000; line-height:.8; display:inline-block}

#fzr{ background:#000; color:#fff; border-radius: 0;  padding:10px; z-index:500; width:48px; height: 50px; cursor:pointer; bottom: 11px; right: 11px;}
#fzr:before { content:"\f00d"; font-family:'FontAwesome_sol'; font-style:normal; padding:0px; position:absolute; right:0px;top:0; margin-top:0px; height: 100%; line-height: 44px; text-align: center; z-index:1; color:#fff; width: 44px;}
.fzsearch #fzr{ bottom: 0px; right: 0px;}
.headphone,.fzdetail .view,.fzdetail .pagenav,.ddn.line,.home #fzr{display:none!important;bottom: 9px; right: 9px;}


.box50c {width:100%;max-width:48%}
.pxxl {padding:20px}
.p20 {padding:20px!important}
.pxxxxl {padding:40px 0!important}

.p10 {padding:10px}
.pxxl.inner .box60 {margin: 0;max-width:59.5%; padding-right: 25px; }
.pxxl.inner .box40 {margin: 0;max-width:37%}

.home .freset,.mainmenu .level_1 .ddn{display: none;}

#startseite {margin-top:0px}
.bg_mainteaser {background:#fff url("../../files/img/site/bg_main_teaser.jpg") bottom right no-repeat; min-height:500px}
.shad.bg_wirkaufen {background:#fff url("../../files/img/site/bg_wirkaufen3.jpg") bottom left no-repeat; min-height:205px;}
#karriere .accordion-content.c {line-height:1.4}
.news #main #newsreader ul li, #karriere .accordion-content ul li{display:block}
.news #main #newsreader .box66 ul li:before{content:"\f00c"; font-family:'FontAwesome_reg'; margin-right:10px; color:#f70}
.news #main #newsreader .box66 figure {height:100%; max-height:300px; overflow:hidden}
.news #main #newsreader .box66 figure img {margin-top:-20px}
.claimwrapper { position:relative; z-index:200}
#newsreader .box33 figure.ap{ height:340px; overflow:hidden}
.t0 {top:0!important}.bot0 {bottom:0!important}
.otag { width:80px; display:inline-block}
.showteam {width: 75%;}
.formbody .bgc11 {background: #f5f5f5;}
.b1px {border: 1px solid}
.b2px {border: 2px solid}
.btn, a.btn,.submit {position: relative; display: inline-block; text-decoration: none; width: 100%; line-height: 47px; padding:0px 20px; text-align: left; cursor: pointer; text-transform: none;
font-size: 18px; font-family:'FontN'; vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0);  transform: perspective(1px) translateZ(0);  box-shadow: 0 0 1px transparent;  -webkit-transition-property: color;  transition-property: color;  -webkit-transition-duration: 0.1s;  transition-duration: 0.1s;}
.cta1:after {content: ""; position: absolute;  z-index: -1;  top: 0;  bottom: 0;  left: 0;  right: 0;  -webkit-transform: scaleY(0);  transform: scaleY(0);  -ebkit-transform-origin: 50%;  transform-origin: 50%;  -webkit-transition-property: transform;  transition-property: transform;  -webkit-transition-duration: 0.1s;  transition-duration: 0.1s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
/*article:hover .cta1:after,*/.cta1:hover:after,.submit:hover:after {-webkit-transform: scaleY(1);  transform: scaleY(1);color: #fff!important; }

.cta1.btn:hover/*,.cta1:hover:after, article:hover .cta1,.btn:after*/ {background: #fff!important; color:#D90024!important; border-color: #D90024!important;}
.cta2:hover,.cta2:hover:after/*, article:hover .cta2*/ {background: #D90024!important; color:#fff!important; border-color: #D90024!important;}
.cta1 .fa, .cta2 .fa {margin-top: 14px!important;}

.feuer .cta1 .fa {margin-top:0px!important;}
/*
article:hover .c4,.btn.c4:hover, a.btn.c4:hover{  color: #fff;}
.btn:hover, .btn:focus, .btn:active,.submit{  }
*/

.nohover.c4:hover {color: #465155!important;}
article:hover .btn.nohover, .nohover:hover {background: none!important;}
.btn .fa {margin:0; text-align: right;}

.feuer .btn{position:relative;display:block;font-family:'FontN';text-transform:none;text-align:center;white-space:nowrap;-webkit-transition:.3s;transition:.3s;text-overflow:ellipsis;overflow:hidden}
/*.feuer .btn:after{content:'';background:#fff;}
.feuer .btn:hover{background:#fff;color:#465155;border-color:#465155}
*/

.debut.c4 {position: relative;}
.debut.c4:after {content: ""; background:#D90024; height: 3px; position: absolute; bottom: 0; left: 10px; right: 10px;}

.c1.solli:hover{color:#465155 ;}



.home .ce_text a.but {color:#fff}

.home strong.b {font-weight:bold}




textarea{resize:vertical;height:58px;padding:1%;text-indent:0;width:98%}
input[type=checkbox]{width:auto; margin:0; padding:0}select::-ms-expand{display:none}
.service input[type=checkbox], .txa{ margin:0}
.service textarea {height:118px; padding: 15px;}

.w32.fl {width: 32.33333333%; margin-right: 1%}
.w32.fr {width: 33.33333333%; margin-right: 0}
.text.w32 {width: 100%}


.ankauf .box60.fl {float: right;}
.ankauf .box40.fr {float: left;}
.ankauf label,.service label,.karriere label {display:none}

.wbox {width: 12.5%;}



.ie7 select,.ie8 select,.ie9 select{background-image:none}
.ie7 label,.ie8 label,.ie9 label {display:block}
.ie7 div.widget,.ie8 div.widget,.ie9 div.widget { margin-top:20px}
.autoteam {width:100%;max-width:20%;position:absolute;top:5px;right:0}

.bgv6 {background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);}

/*eigentliches css*/
form, pre {margin-bottom:0px}


/* .ui-state-default {width:50%;float:right;margin:10px 0;text-align:center;cursor:pointer} */
.service .ce_accordionStart { border-top: 1px solid #ccc;}
.ui-state-default {clear: both; border-bottom: 1px solid #ccc; width: 100%!important;font-size: 30px;  margin: 0!important;  padding: 20px 0; text-align: left!important;cursor:pointer; background:#fff; color: #000; text-transform: none;}
.grossk .ui-state-default {clear: both; border-bottom: 1px solid #ccc; width: 100%!important;font-size: 30px;  margin: 0!important;  padding: 20px; text-align: left!important;cursor:pointer; background:#fff; color: #000; text-transform: none;}
.ui-state-active {background: #fff; color:#D90024!important; }
.toggler { margin-bottom: 2px;}
.ui-accordion-content { margin:0!important;}
.ui-state-focus { outline: none; }
.ui-icon {float: right;  display: inline-block; font: normal normal normal 16px/1 'FontAwesome_sol';font-size: inherit;text-decoration: inherit;text-rendering: optimizeLegibility;text-transform: none;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;}
.accordion .ce_text {clear: both; padding: 20px 0 0;}
.ui-icon-triangle-1-s:before {content:"\f077";color: #D90024; font-size: 15px;}
.ui-icon-triangle-1-e:before {content:"\f078";color: #ccc; font-size: 15px;}


.telnumlist {}
.telnumslide { margin-top:30px}
.pipe{ border-left:1px solid #dcdddf; border-right:1px solid #f0f0f1; height:100%; display:inline-block}

.footlogo {width: 30%;height: auto; /*-webkit-filter: grayscale(100%) invert(100%); filter: grayscale(100%) invert(100%);*/}
#footer b {font-size: 18px; padding-bottom: 5px;display: block} 
#footer .menuwrapper {position: relative; background: none; line-height: 16px;}
#footer .menuwrapper:before, #footer .menuwrapper:after {display: none}

#footer {color:#F0F0F0;text-decoration:none; line-height:1.2; font-size:16px; background: #282830; position: relative;}
.footer_logo {position: absolute;top: 0;left: 0;padding-top: 35px; z-index: 1;}
.footer_logo img {height: 60px;}
.footer_logo:before {content: "";display: block;width: 813px;height: 127px;background: url(/files/img/site/footer_logo_before.png) right top no-repeat; position: absolute; top: 0; right: -115px;}
.footer_logo:after {content: "";display: block;height: 127px;width: 2500px; background: #0F003D;border-right: 55px solid #D90024;position: absolute;top: 0; left: 0; -moz-transform: translateX(-100%) skewX(-40deg);-ms-transform: translateX(-100%) skewX(-40deg);  -webkit-transform: translateX(-100%) skewX(-40deg); -o-transform: translateX(-100%) skewX(-40deg);transform: translateX(-100%) skewX(-40deg); z-index: 1; margin-left: -60px; box-shadow: 30px 0 0 #F5F5F4;}
.footer_top_line {background-color: #d3d4dc; height: 50px; width: 100%; left: 0; top: 0; position: absolute;}
.face_book_icon a { background: url(/files/img/site/face_book.png);  width: 41px; height: 41px;display:inline-block;float: right;margin: 0 0 0 10px;}

#footer .c0 {color:#F0F0F0!important}
#footer .c6 {color:#eee!important}
#footer .line { border-bottom:1px solid #F0F0F0;}
#footer .br1px {border-right:1px solid #232B2D;}
#footer {padding:0}
#footer em {font-style: normal;}
#footer .map-canvas {width:100%;height:230px}
#footer .marken {height:50px;}
#footer .volvo{margin-right:0!important}
#footer .mlogo {height: 67%; float: left; margin-right: 37px;}
#footer .boxw{background:none;font-size:14px }
#footer .ansp {margin:0 0 10px 0}
#footer .tel:before,#footer .email:before {font-size:16px}
#footer { height:100%;clear:both}

#footer a {text-decoration: none; color: #fff!important}
#footer a:hover {text-decoration: underline;}
#footer h3 {font-size: 36px; margin: -40px 0 0 0 ; background:#808990; padding: 0 20px; display: inline-block; color: #fff;}
#footer .box20 {max-width:19%; vertical-align:top; padding: 0 0 0 1%;}
#footer .box25 {max-width:23%; vertical-align:top}
#footer .box25 .w33,#footer .box25 .w47 {width:100%}
#footer .box25 .f20.mbm.b { margin-top:0px}
#footer .box40 {max-width:35.5%; }
#footer .box40 .w33 {max-width:31%; }
#footer .solink:hover {color: #fff;}

#footer .tel:before,#footer .fax:before,#footer .email:before,#footer .ansp:before,#footer .loc:before,#footer .fa-clock-o {}
#footer ul { display: inline-block; margin:0; padding: 0;}
#footer ul li{list-style: none; line-height: 1.5;}
.c5w50 { padding:0; width: 100%;}

.oelink.btn,.somap.btn {border: 1px solid #fff;color: #fff; line-height: 30px; text-transform: none; margin-left: -2%; font-size: 14px;}
.oelink.c1 {background: #666;}.somap.btn { font-size: 18px;}
.toptel { position:absolute;top:25px;right:2%;z-index:501;text-align:right; display:none}
.zi0 {z-index:0}
.zi1 {z-index:1}
.zi-1 {z-index:-1}
.zi500 {z-index:500}
.tinytext {position: absolute; bottom:10px; left: 0; right: 0; color: #ccc; font-size: 13px;}
.raster{ display:block; position:absolute; width:100%; height:100%;background:url(../../files/files/img/site/raster.png); z-index:200; top:0; left:0}
.bgv8 {background: #d6d6d6;
background: -moz-linear-gradient(left, #d6d6d6 0%, #fcfcfc 30%, #fcfcfc 70%, #d6d6d6 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #d6d6d6), color-stop(30%, #fcfcfc), color-stop(70%, #fcfcfc), color-stop(100%, #d6d6d6));
background: -webkit-linear-gradient(left, #d6d6d6 0%, #fcfcfc 30%, #fcfcfc 70%, #d6d6d6 100%);
background: -o-linear-gradient(left, #d6d6d6 0%, #fcfcfc 30%, #fcfcfc 70%, #d6d6d6 100%);
background: -ms-linear-gradient(left, #d6d6d6 0%, #fcfcfc 30%, #fcfcfc 70%, #d6d6d6 100%);
background: linear-gradient(to right, #d6d6d6 0%, #fcfcfc 30%, #fcfcfc 70%, #d6d6d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=1 );}

#newsreader h2 { margin-bottom:1%; }
.home .pagenav {display:none}
.nobr	{ white-space:nowrap; }
.teaser { height:160px}
.teaser span {display:block; margin:0px auto}

#cookiebar {border-top: 1px solid #333; padding: 10px; }
#cookiebar button {background: #D90024; width:120px; color: #fff}
#cookiebar, #cookiebar a{background: #000; color: #aaa; line-height: 1;}
.bgv2{background: #f1f1f1;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 400px, #f1f1f1 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(400px, #f1f1f1), color-stop(100%, #f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 400px, #f1f1f1 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 400px, #f1f1f1 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 400px, #f1f1f1 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 400px, #f1f1f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );}

.pagenav .but {display: inline-block; margin:0 2px;padding:6px 0px;text-align: center; width: 30px; height: 30px; color:#fff;background:#D90024;text-decoration:none;font-weight:bold; border:1px solid #D90024; -webkit-border-radius: 30px;-moz-border-radius:30px;border-radius:30px;}
.pagenav .but.active { background: #fff; color: #000; margin:0 2px; border: 1px solid #000;}


#freddy {padding:1.25% 0}
#cookiebar,.cookiebar {z-index:500!important; font-size: 12px}
.cookiebar__button {width: 10%; }
.energietumb {width:240px;border:1px solid #eee}
.mapcontainer{height:100%;max-height:338px;overflow:hidden;margin:10% 0}

.box33 .maliste .w60 .w50 {width: 100%; display: inline-block;}

.mbxxs {margin-bottom:0px}
.bc8 h3,.fzdetail .bgc3 h2 { display: inline-block; padding: 0 0 10px 0; text-transform: uppercase;}
.bc8 h3 {left: 26px;}
.fzdetail .pic{ width: 100%; max-width:210px;}
.fzdetail .formbody {margin: 0 -1.4%;}
.fzdetail .formbody a{color: #000!important;}
.fzdetail .carwrapper.box100 {margin: 0; width: 100%; max-width: 100%}
.jprint.c0:hover .fa,.jprint.c0:hover span {color: #465155;}
.fzdetail .bx-wrapper .bx-controls-direction a {z-index:100}
#main .col1 li {margin-left: 0px!important; list-style: none;}
/*.fzdetail .kopfdaten {list-style:none;color:#0F003D; position: relative;}
.fzdetail .kopfdaten li{display:inline-block}
.fzdetail .kopfdaten li.br0 {border-right:0px}
.fzdetail .kopfdaten li.dn {display:none}*/
.fzdetail .imgcontainer { max-height:238px; margin:10px 0 10px 0}
.fzdetail  textarea {height:216px; padding: 10px 15px 0;}
.fzdetail #ctrl_26,.fzdetail label, .home .view {display:none}
.fzdetail .tel {border:0}
#ctrl_182 legend,#ctrl_183 legend,#ctrl_184 legend,#lbl_115_0,#lbl_116_0,#lbl_195_0,#lbl_196_0,#lbl_197_0,#lbl_118_0,#lbl_201_0{text-indent: -9999em;}

#main ul.ulcheck,#main  ul, #main ol {padding: 0; margin:0px; line-height: 1.4;}
#main li {margin-left: 20px;}
/*#main ul.ulcheck, .aktiondetail .ulstyle ul {margin-left: 18px; list-style: none;}
.aktiondetail .ulstyle ul {margin-left: 8px!important; list-style: none;}
#main ul.ulcheck li, #Gallery li {margin-left: 0;}
#main ul.ulcheck li:before, .aktiondetail .ulstyle ul li:before {font-family: 'FontAwesome_sol'; margin:0 10px 0 -20px; font-weight: 400;content: '\f00c'; color: #D90024;}
.aktiondetail .ulstyle ul li:before {font-family: 'FontAwesome_sol';  margin:0 10px 0 -22px; font-weight: 400;content: '\f00c'; color: #D90024;}*/
.olstyle ol li {margin:0 20px 10px; position: relative;}
.ulstyle ul li {margin:0 20px 10px; position: relative; list-style: none}
.ulstyledot ul li {margin:0 20px 10px; position: relative; list-style: disc inside;}
.ulstyle ul li:before {content:'';position: absolute; width: 5px; height: 5px; margin: 5px 20px 0 -20px}
.ulstyleo ul li:before {content: '';margin-left:0px;}.ulstyleo ul li {margin:0!important; list-style: none}
.ulstyle2 ul li:before {background: url(/files/img/site/icon_check.svg) no-repeat center center/cover;}
.ulstyle3 ul li:before {background: url(/files/img/site/ico/icon_check2.svg) no-repeat center center/cover;width: 18px; height:18px; margin: 0px 24px 0 -20px}
.ulstyle4 ul li:before {background: url(/files/img/site/icon_check_grey_white.svg) no-repeat center center/cover;}

/*#main ul.ulcheck2 li:before,.aktiondetail .ulstyle2 ul li:before  {content: '\f105';color: #D90024;}*/
#main ul.ulchecko {content: '';margin-left:0px!important;}
#main ul.ulchecko li {content: '';margin-left:0px!important;}
#main ul.ulchecko li:before  {content: ''!important;margin:0 0px 0 0px;}
/*.fzdetail #main .kopfdaten li:before,.fzdetail #main .fa-check */.fzdetail #main .bcrumb li:before{display: none;}

.aktiondetail h3 {font-family: FontN!important; font-size: 30px;}
.aktiondetail h4 {font-family: FontN!important; font-size: 20px;}
.aktiondetail h4 strong {font-family: FontB!important;font-size: 24px;}

.aktiondetail table strong { border-bottom: 0px solid red; color: #4d9fda!important;}

.fzdetail #fzgdesc h3 {margin: 0;}

#slider ul,#carousel ul, .mod_breadcrumb ul,.kopfdaten ul {margin: 0!important;}
.fzgdesc li,.firmen .content li,#karriere .accordion-content li { padding-left:1.3em; line-height:1.4}
.fzgdesc li:before,.firmen .content li:before,#karriere .accordion-content li:before{ content:"\f00c"; font-family:'FontAwesome_reg'; display:inline-block; color:#c90934;margin-left:-1.3em; width:1.3em}
.aktion #main li {list-style: none;}
.aktion #main li:before { font-family: 'FontAwesome_reg';content: '\f067';margin:0 8px 0 -20px;}

.aktion .box100{margin-top: 0; margin-bottom: 0;}




/* .ui-state-default {width:50%;float:right;margin:10px 0;text-align:center;cursor:pointer} */

.stxl {height: auto;}
b.fa{display:block;width:80px;height:80px;line-height:80px;color:#fff; border-radius:3px;text-align:center;font-size:60px;margin:-40px auto 0px;position:relative;}
.fa.icons {border-radius:80px; border:0px solid #465155
; height:80px; width:80px; line-height:80px;  color:#333;margin:0px auto}
.image_container, img{margin:0;padding:0;font-size:0;line-height:0}.h,.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
.custom{display:block;text-align:left}
.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.pf{position:fixed!important}.pa{position:absolute!important}.pr{position:relative!important}.navinclude,.fr,.widget-submit.fr{float:right}.fl{float:left}.fn{float: none!important;}
.w20{ width: 20%;}.w23{ width: 24.25%;height:auto}.w24{width:24%;height:auto}.w25{width:25%!important;height:auto}.w30{width:30%;height:auto}.w31{width:100%;max-width:31%}.w33{width:33.33333333332%!important;}.w40{width:100%;max-width:40%;}.w45{width:100%;max-width:45%;height:auto}.w47{width:100%;max-width:47%;height:auto}.w475{width:100%;max-width:47.5%;height:auto}.w48{width:48%;height:auto}.w48i{width:48%!important}.w49{width:49%;height:auto}.w50{width:50%}.w50plus5{width:calc(50% + 5px)}.w50i{width:50%!important}.w60{width:60%}.w66{width:66.666666%;}.w70{width:70%}.w75{width:75%}.w80{width:80%;}.w100{width:100%;}
.w5{width:5%;}.w90{width:90%;height:auto}.w95{width:95%;height:auto}.w98{width:98%;height:auto}.w10{width:10%;height:auto}.w15{width:15%;height:auto}.w100-1{width: calc(100% - 2px);height:auto}.w50-b{width:calc(50% - 4px);height:auto}
.w50 > .w50 {width: 100%; max-width: 100%;}.w25 > .w25 {width: 100%; max-width: 100%;}.w33 > .w33{width: 100%; max-width: 100%;}
.h100 {height: 100%;max-height: 100%;}
.ls{left:5px}.rs{right:5px}.l0{left:0px}.r0{right:0px}.lm{left:1px}.rm{right:10px}.ll{left:20px}.rl{right:20px}
img{border:0px;outline:none}

a:hover, a:focus{text-decoration:underline;outline:none}
.i{font-style:italic}.fsn{font-style:normal}
.f0{font-size:0px }.f1{font-size:1px }.f7{font-size:7px}.f8{font-size:8px}.f9{font-size:9px}.f10{font-size:12px}.f11{font-size:12px}.f12{font-size:12px!important}.f13{font-size:14px!important}.f14{font-size:14px!important}.f15{font-size:15px!important}.f16{font-size:16px!important}.f17{font-size:17px}.f18{font-size:18px!important}.f20{font-size:20px!important}.f21{font-size:21px!important}.f22{font-size:22px!important}.f26{font-size:26px!important}.f28{font-size:28px!important}.f30{font-size:30px!important}.f32{font-size:32px!important}.f34{font-size:34px!important}.f35{font-size:35px!important}.f36{font-size:36px!important}.f24, .mf24{font-size:24px!important}.f40{font-size:40px!important}.f42{font-size:42px!important}.f46{font-size:46px!important}.f48{font-size:48px!important}.f50{font-size:50px!important; margin-top: 0;} .f54{font-size:54px}.f60{font-size:60px}.f80{font-size:80px}.f100{font-size:100px}
.lh0 {line-height:0;font-size:0}.lh1,.lhxs{line-height:1}.lhs{line-height:1.2}.lhm{line-height:1.4}.lhl{line-height:1.7}.lhx{line-height:2}
.bgnr{background:no-repeat}.bgrx{background:repeat-x}.bgry{background:repeat-y}.bgnone{background:none}
.ttuc{text-transform:uppercase} .ttn{text-transform:none; }
.bt0{border-top:0}.br0{border-right:0}.bb0{border-bottom:0px}.bl0{border-left:0}
.vat{vertical-align:top}.vab{vertical-align:bottom}.vam{vertical-align:middle}.vas{vertical-align:sub}
.dtb{display:table-cell}
.tac{text-align:center}.tar{text-align:right!important}.tal{text-align:left!important}.taj{text-align:justify!important}
.tdu{text-decoration:underline!important}.tdn{text-decoration:none!important}
.c {height:0.1%;clear:both;display:block;line-height: 0;}
.cr{clear:right}.cl{clear:left}.db{display:block}
.di{display:inline}.dn, .btn.ddn, .ddn{display:none}
.sales.ddn {display: block;}
.mrxs{margin-right:2px}
.oh {overflow:hidden}.ov, .box.ov{overflow:visible}
.ha {height:auto}.wa {width:auto}
.w62 {width: 62.4%;}
.shad {-webkit-box-shadow:0 3px 6px 0 rgba(50,50,50,.1);-moz-box-shadow:0 3px 6px 0 rgba(50,50,50,.1);box-shadow:0 3px 6px 0 rgba(50,50,50,.1); background: #fff;}
.vshad {-webkit-box-shadow: 20px 20px 53px -12px rgba(0,0,0,.5); -moz-box-shadow: 20px 20px 53px -12px rgba(0,0,0,.5); box-shadow: 20px 20px 53px -12px rgba(0,0,0,.5);}

.mt0{margin-top:0px!important}.mr0{margin-right:0px!important}.m0{margin:0px!important}.p0{padding:0px!important}.m0a{margin:0 auto}
.mt-1{margin-top:-1px!important}.pl1p {padding-left:1%!important}
.pmxl{padding:20px!important}
.pxxxl{padding:40px 0}
.h2.pxxxl{padding:40px 20px!important}
.pb0{padding-bottom:0px!important}.pt0{padding-top:0px!important}.pr0{padding-right:0px!important}.pl0{padding-left:0px!important}
.cp{cursor:pointer}.cd{cursor:default}
.dbni{display:block !important}
.dib {display:inline-block}
.mlp {margin:4% 2.5%}
.mdt{ font-size:0}
#fsort .sel {margin-top: 0!important;}
/* select{text-indent:0px;width:200px;font-weight:bold;height:auto;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 0px rgba(0,0,0,0); }
#fsort {position:relative; margin-top:-5px}*/
.sort:after{  content:"\f0dc"; font-family:'FontAwesome'; padding:0px; position:absolute; right:0px; z-index:20; color:#0F003D; margin-top:2px}
.ftab {height:40px;border-bottom:3px solid transparent;text-transform:uppercase}
.ftab.c0, .ftab:hover {height:40px;border-bottom:3px solid #c70701}
#fzgkontakt h3.c0,#fzgdesc h3.c0,#fzgfeat h3.c0,#verbrauch h3.c0 { text-transform:uppercase;font-size:20px}
#verbrauch .odd { background:#fafafa}
#verbrauch .odd,#verbrauch .even{ padding:6px 5px; border:1px solid #eee; border-left:0; border-right:0 ; margin-top:-1px; }

.sohead {height:26px;overflow:hidden;font-weight:bold;font-size:24px;display:block}
.sohead.f30 {font-size:20px}


.submit_container.fw50{ margin:2.5% 2.5% 0.7% 2.5% }
.submit_container.fw50.mreq {margin:2.3% 2.5% 2.3%; width: 49%;}
div.submit_container.fw50.mreq {max-width: 48%; margin-right: 9px;}
.dropzone {min-height:130px;border: 1px solid #dbdbdb;border-radius:0px;margin-bottom:10px;background:#fafafa}
.dropzone .dz-preview .dz-image {border-radius:0px}
fieldset {border:0;margin:5px 0;padding:0 5px 0 0;position:relative}
fieldset legend {margin:0px 0 0 20px;position:absolute;top:0px}
fieldset input {margin:0 ;padding:0}.dz-remove { font-size:14px;color:#c70701}
.fw100.f12 {margin-top:10px}

#sfix { z-index:2000}
.home .pf2{position:fixed}
.mittop .startheadline {text-align:left}
.mittop a, .news #main a {color:#000}
.news  #main a:hover {color:#0d7800}
.news  #main ul{margin:0; padding:0}
.news  #main ul li { display:inline}
.home #freddy,.news #main label {display:none}
.fzdetail a.btn[href^="tel"]:link,.fzdetail a.btn[href^="tel"]:visited,.fzdetail  a.btn[href^="tel"]:hover { text-decoration:none;color:#fff!important;cursor:text}
a[href^="tel"]:link,a[href^="tel"]:visited, a[href^="tel"]:hover {text-decoration: none; cursor:text}
img{ margin:0px;border:0;padding:0;line-height:0;font-size:0}
tabel { border:0px}
figure { margin:0;padding:0;line-height:1}
.w120 { width:120px}
a:hover { text-decoration:none}


.bt1 {border-top:1px solid #bbb}
.emi.bt1 {margin:0;padding:5px 7%; background:#fafafa;  /*background:rgba(255,255,255,1.0);*/width:92%;  border-bottom:1px solid #eee; line-height:14px; }
.column p { padding:0 2.5% 2.5%;margin:0;text-align:justify}
.box .b0:hover{background:#fff}/*.box33 a.but, .box25 a.but{padding:0px;display:block;text-align:center; }*/
.karierread {overflow-y:hidden; line-height:0; height:370px ; display: inline-block;}
.mapmit .position {height:22px;font-size:80%}
.mapmit .name {font-size:120%}
.tel,.fax,.email,.ansp,.loc{ font-style:normal}
.ankauftxt .tel,.ankauftxt .fax,.ankauftxt .email,.ankauftxt .ansp,.ankauftxt .loc{ border:0;margin-top:0px}
.email a, .ansp a , .loc a {color:#000;text-decoration:none}
.ankauftxt p {margin-bottom:0;min-height:100px; padding:4%; display:none}
.ankauftxt h3,.startbox h3 {padding:4%; display:block}
/*.tel:before,.fax:before,.email:before,.ansp:before,.loc:before {font-family:'FontAwesome_reg'; float:left;margin-right:12px}
.tel:before {content:"\f095"; margin-right:14px}
.fax:before {content:"\f1ac"}
.email:before {content:"\f0e0"}
.ansp:before {content:"\f0c0"}
.loc:before {content:"\f041"}*/
.mobtel,.mobloc {margin:0 0 0 0;top:100px}
.mobloc a { text-decoration:none}
.mobloc i {font-style:normal;margin:4px -6px 0 10px }
.mobtel a {padding:0 0 2px 0}
.mobtel,.mobloc {-webkit-box-shadow:0px 4px 5px -2px rgba(0,0,0,0.6);-moz-box-shadow:0px 4px 5px -2px rgba(0,0,0,0.6);box-shadow:0px 4px 5px -2px rgba(0,0,0,0.6)}
.lul {width:100%;max-width:3.0%;margin:0 1.0% 0 0;padding:0.1% 0; float:left;font-size:24px;text-align:center;background:#f70;color:#fff}
.lul.last {width:100%;max-width:5.5%}
#main .uelist a  {text-decoration:none;color:#000}
#main .uelist a:hover  {text-decoration:none;color:#dd0012}
#main .uelist li {display:inline}
#main .uelist a span{font-size:20px}
#main .uelist ul {margin-left:2.5%;padding:0}.as24 {margin:1.25%}


.ddn { display:none}
.listinfo { width:196px;height:124px;position:absolute;z-index:200;padding:5px;font-size:11px;border:1px solid #666;color:#FFF}
.strike {text-decoration:line-through}

.selectak option {background:#fff;color:#000}
.days {display:inline-block; width:55px}
#main .bgc0 h1,#main .bgc0 h1 span{color:#fff;font-size:32px}
#main .bgc0 h1 span{ font-style:italic;font-size:18px;color:#fff;margin-top:6px}
#main .bgc0 > span{color:#fff}
#main .bgc0 .f30{ font-weight:bold}
.c_small {width:66px;height:20px;background:url("../../files/files/img/site/cars.png") -36px -84px no-repeat}.c_limo {width:66px;height:22px;background:url("../../files/files/img/site/cars.png") -20px -52px no-repeat}
.c_pickup {width:66px;height:24px;background:url("../../files/files/img/site/cars.png") -20px -170px no-repeat}.c_road {width:66px;height:20px;background:url("../../files/files/img/site/cars.png") -20px -200px no-repeat}
.c_kombi {width:66px;height:21px;background:url("../../files/files/img/site/cars.png") -20px -113px no-repeat}.c_nutz {width:66px;height:34px;background:url("../../files/files/img/site/cars.png") -20px -16px no-repeat}
.c_sport {width:66px;height:19px;background:url("../../files/files/img/site/cars.png") -20px -232px no-repeat}.c_van {width:66px;height:23px;background:url("../../files/files/img/site/cars.png") -20px -141px no-repeat}
#main .ek1aaa {width:38px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px 0px no-repeat; margin:7px 0% 0 0}
#main .ek1aa {width:38px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -15px no-repeat;margin:7px 0% 0 0}
#main .ek1 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -30px no-repeat; margin:7px 0% 0 0}
#main .ek2 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -45px no-repeat; margin:7px 0% 0 0}
#main .ek3 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -60px no-repeat; margin:7px 0% 0 0}
#main .ek4 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -75px no-repeat; margin:7px 0% 0 0}
#main .ek5 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 04px -90px no-repeat; margin:7px 0% 0 0}
#main .ek6 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -105px no-repeat; margin:7px 0% 0 0}
#main .ek7 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 04px -120px no-repeat; margin:7px 0% 0 0}
#main .ek8 {width:38px;height:15px;background:url("/files/img/site/ek_neu.png") 0px -135px no-repeat; margin:7px 0% 0 0}
#main img[class*='ek']{ margin:0}

.c0{color:#000!important}.c1{color:#fff!important}

.bgc0{ background:#000}.bgc1{background:#fff}
#header .tsn {text-shadow:none}
.team .emissionen,.aktion .emissionen,.standort .emissionen,.about .emissionen,.ankauf .emissionen, .service .emissionen, .datenschutz .emissionen,.mapmit .emissionen, .impress .emissionen,.karriere .emissionen,.en .emissionen{display:none}.ankauftxt {}
.team .fax{ display:block}
#gmap_canvas {height:290px; width:100%; position:relative}#gmap_canvas img{max-width:none!important;background:none!important}
#standorte .position {height:40px; position:relative; overflow:hidden}
.emissionen {line-height:1.5;}
.social {float:right}
#footer .ansp { display:none}
.fzsearch .ts {display:none}
.imagewrapper {width:100%;height:130px;overflow:hidden}
.partner {margin:20px 0 0 0 }
.map {border:0;width:50%;height:290px}
.home .map {border:0;width:100%;height:290px}

.home .ce_text a.btn {color:#fff}
.animated.t6s {-webkit-animation-duration:1.2s;animation-duration:1.2s; -webkit-animation-delay:1.10s;animation-delay:1.10s}

.startwelcome {padding: 25px 0 25px; position: relative; }
.startwelcome img {position: absolute;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}
.startwelcome:nth-child(odd) {text-align: left;background-color: #f2f2f2;}
.startwelcome:nth-child(even) {text-align: right;}

.machine_information .content{padding: 0 30px;}
.startwelcome:nth-child(odd) .padding {padding:0 190px;}
.startwelcome:nth-child(even) .padding {padding-right: 190px;}
.startwelcome:nth-child(odd) img {right: 100%;margin:-0px -150px 0 0; z-index: 500;}
.startwelcome:nth-child(odd) img.start4 {right: 0%;margin:0 -250px -0px 0;z-index: 500;}
.startwelcome:nth-child(even) img {left: 100%;margin-left: -150px;}
.startwelcome h3 {margin-bottom: 25px; text-align: center;}
.startwelcome p {color: #0F003D;text-align: justify; }
.ankaufbox a:hover {color: #fff!important;}
.fzdetail .pxxxl {padding-top:2%!important; padding-bottom: 0;}
/*.fzdetail .ankaufbox .box33 { width: 100%!important; max-width: 100%;}
.fzdetail .ankaufbox .w25 {width: 100%!important; max-width: 100%;}
.fzdetail .ankaufbox h3.f30 {margin-bottom: 30px!important;}*/

#standorte .box33 .pxxl {min-height: 150px;}

.smap{background-color:#01023b;padding-top:67px}
.smap h2{padding-left:25px; color:white;font-size:52px;position:relative;margin:0 auto 38px!important}
.smap h2:before{content:"";display:block;width:2px;height:80%;background-color:#fff;position:absolute;left:0;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.smap h2:after{content:"";display:block;width:4px;height:80%;background-color:#D90024;position:absolute;left:2px;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}

#map{background:#E9E9E9;height:510px}
.map_contacts_wrapper{position:relative}
.map_contacts_block{width:285px;height:320px;background-color:white;border-radius:3px;position:absolute;left:1%;top:110px;z-index:1;padding:8px}
.map_contacts_block_content{width:100%;height:100%;border:1px solid rgba(232,232,232,0.6);border-radius:4px;position:relative}
.map_info{position:absolute;left:50%;top:50%;-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);padding:0 20px;width:100%;display:none}
.map_info.active{display:block}
.map_info h4{color:#333;font-family:'FontN';font-size:20px;line-height:22px;margin:0 0 15px}
.map_info h3{color:#D90024;font-family:'FontB';font-size:22px;margin:0 0 17px}
.map_info h3 a{color:#D90024}
.map_info p{color:#afafaf;font-family:'FontN';font-size:14px;line-height:18px}
.map_info .main_btn{width:100%;height:44px;line-height:42px;margin-top:25px;padding-right:40px;padding-left:0;border-radius:5px}
.map_info .main_btn .arrow_svg{left:auto;right:20px}
.map_info .main_btn:before{left:auto;top:85%;right:-145px}
.map_info .main_btn:hover:before{right:-45px}
.map_links ul{padding:0;font-size:0;margin: 0;}
.map_links ul li{list-style:none;display:inline-block;margin: 0!important;vertical-align:top; width: 20%}
.map_links ul li:last-child{margin-right:0}
.map_links ul li a{display:block;width:100%;min-height:100px;border-radius:3px 3px 0px 0px;padding:20px 30px;color:#87889d;font-family:'FontN';font-size:18px;line-height:22px;position:relative;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out}
.map_links ul li a:after{content:"";display:block;width:1px;height:55px;opacity:0.2;background-color:white;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:0}
.map_links ul li a:hover{color:white;text-decoration:underline}
.map_links ul li.active a{background-color:white;color:#333}
.map_links ul li.active a:after{display:none}
.map_links ul li.active a:hover{color:#333;text-decoration:none}
.map_links ul li:last-child a:after{display:none}
.feuer .btn {height: 50px;}
.fsb_side_block {border: 1px dotted; border-top: 0; border-left: 0; border-right: 0; border-color: #ccc;margin-bottom: 10px;}
.side h3, .side p {background: #fff; line-height: 1.5em; margin: 0 0 -10px 0;}
.side h3 {display: inline-block; padding-right: 10px;}

.seo h3 {font-size: 17px; font-weight: bold;}
.seo ul {line-height: 1.5;}
.widget .bc1 {border-color: #D90024!important;}


@media screen and (max-width:1600px) {
.content,.home .carwrapper {max-width:1460px ;}
body {font-size: 16px;}
.logorund {-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px; line-height: 40px; width: 58px; height: 58px; text-align: center;}
.logorund img {width: 60%;}
.headinner .content.pf,.headinner:after {top: 138px!important;}.f30{font-size: 24px!important;}
}

@media screen and (max-width:1460px) {
.content,.home .carwrapper {max-width:1380px ;}
body {font-size: 14px;}
.pxxl {padding: 10px!important;}.pxxl.pl0{padding: 10px 0!important;}
.f80 {font-size:80px;}
.mtxxxl {margin-top: 20px!important;}
.logorund {-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px; line-height: 40px; width: 54px; height: 54px; text-align: center;}
.logorund img {width: 50%;}
/*.fzdetail #Gallery { height: 440px;}*/
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong {font-size:17px;}
.infobox .f26 {font-size:22px!important;}
ul.daten {min-height:70px ;}
.headinner .content.pf,.headinner:after {top: 134px!important;}
.headtel {height: 44px; bottom: -45px}
span[class*="slidehlt"]{font-size: 60px}
span[class*="slidehls"]{font-size: 24px}

}
@media screen and (max-width:1290px)
{
 .headinner .content.pf,.headinner:after {top: 133px!important;}
 .mainmenu > ul > li {position:relative;float:left; text-align:center; text-transform: none; margin: 0;/*width: 20%;*/ padding: 0 0 0 16px;}
}

@media screen and (max-width:1260px)
{
 .headinner .content.pf,.headinner:after {top: 132px!important;}   
 .home .qsearch {max-width: 100%;} 
 
}
@media screen and (max-width:1160px)
{
.picshadl.w100 img, .picshadl.w50 img {height:  auto /*height: 28vh!important*/}
 .headinner .content.pf,.headinner:after {top: 132px!important;}
 h1, .h1, .fwb.f50, h2, .h2 {font-size: 30px!important;}
 .fzdetail .box40 {width: calc(48% - 32px)!important;}
}
@media screen and (max-width:1120px)
{
#footer li {padding: 4px 0}
.home .hlwrap{position:relative;}
.logo { cursor:pointer; margin:66px 0 0px 0; height: 30px; width: auto;}
.mainmenu > ul > li {padding: 0 0 0 13px;}
.marken {margin-top: 10px;}
.headinner .content.pf,.headinner:after {top: 114px!important;}
.f26{font-size: 21px!important;}
.f30{font-size: 22px!important;}
.f50{font-size: 30px!important;}
#kontakt .box25 {width: 48%;}
#fzgausstattung li.w33,.widget-submit.w33 {width: 50%!important;}
.standort .box25,.aktionen .box33,#kontakt .box33 {width: 48.6%!important;}
.flexcontainer .box25 {width:48%;}
.sorting {display: none;}

.angeb .inner {height: 50px;}
/*
#kontakt .box25 {width: 23.6%!important;}
.fzdetail #Gallery {height: auto!important;}*/

.pmpt0pb0 {padding: 0;}
.pad90x120 {padding: 20px 10px;}
.bgcar1:after {background: none!important;}
.seod, .seom {display: none;}
.seot {display: block;}
.home .hlwrap .box100 {margin: 0; width: 100%;}

.fzsearch .qform .in.feuer {width:98%;}

.mainmenu .level_1 .ddn{display: block;}
.mobile_menu .inner {background: #333;}
.home .slick-dots {display: none!important;}
.feuer .btn {margin: 0; max-width: 100%;}
.qform {padding: 0;}
.detbut {position: relative; bottom: 0; height: 30px; line-height: 30px;}
.dsearch.w25,.ankaufbox .w20 {width: 100%; max-width: 100%;}

.home .sel { background:#fff;max-width:100%;margin:0; border: 1px!important}

.menubut {padding: 2% 15px;}
.menubut a {color: #fff!important;}
.orttab.first {max-width:98%; margin:1%;}
.orttab {max-width:48%; margin:1%;}
.mdn,.header_left,.header_right {display: none!important;}

.f24 {font-size: 22px!important;}
.f20 {font-size: 18px!important;}
.f14 {font-size: 12px!important;}
.mdn.d1024 {display: block!important;}
.pad90x120 .w80 {width: 100%;}
.mbgc3 {background: #f6f6f6!important;background: rgba(246,246,246,1)!important;}
.fzsearch .boxw {width: 48.6%; margin: 0 0.7% 2%}
.widget-submit {background: transparent!important;}
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong {font-size: 16px;}

}

@media screen and (max-width:995px) {
.submenu>span:after {
    content: "";
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
    position: absolute;
    right: 10px;
    top: 38%;
}
.mw25 {width: 25%!important}
.mw100 {width: 100%!important}
/**/.box40 .w50 {width: 98%;}
.fzdetail .box40 { width: 100%!important;margin: 0!important}
.mm0 {margin: 0!important}
.mtal{text-align: left!important}
.widget-submit.w33 {width: 100%!important;}
.mdn,.mdn.d1024,.home .emissionen,.mainmenu .level_1 > li > .first i.fa-home,.bc8 h3, .fzdetail .box50 .jprint,.mdn.ddn,.claim2,.home .slick-next,.home .slick-prev{display:none!important}
#header {position: fixed!important; height: 60px; background: #fff;}
.slidertext {font-size: 2.5vw; top:8%;}
span[class*="slidehls"]{display: none}
span[class*="slidehlt"]{color: #fff!important; font-size: 36px}
.sliderzusatz {color: #fff!important}
.mainmenu > ul > li {padding: 0 0 0 0px!important;}
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong {padding:14px 0;}
.mainmenu > ul > li > ul {	position: absolute;top: 100%;left:0px;}
.marken {margin-top: 10px;}
.headinner .content.pf,.headinner:after {top: 114px!important;}
.f30{font-size:22px!important;}
.flexcontainer article { padding-bottom: 10px!important; margin-bottom: 10px!important;}
.toggleMenu,.togglePhone,.toggleRoute {background: #D90024; display:none;position:absolute; margin:0;text-decoration:none;border-radius:0px;z-index:2040;padding:14px 6px;line-height:1;text-align:center;width:60px}
.toggleMenu {right:0px; }
.mdn768{display: none;}
.marken,.headtel,.ce_image.first,.headinner:after{display: none;}
.mbot0 {bottom: 0!important;}
.togglePhone {right:70px; display: none!important;}
.toggleRoute {right:125px; display: none!important;}

#header .marken {float: left!important; margin: 6px 0 0 10px; position: absolute; right: 70px;}
.angeb .inner {height:auto;}
.box25,.standort .box25{width:98.6%!important;float:left;position:relative}
#kontakt .box33 {width: 98.6%!important;}
#kontakt .w50 {width: 48%!important;}
.oeffiz .fr {float: left;}
.verbrauch {font-size: 13px;}
.efflabel .pxxl{ padding: 0!important;}.efflabel .bc20{border-color: #ccc!important;}
.home .pad90x120 {padding:20px 0;}
.aktionen .f36 {font-size: 24px!important;}
.aktionen .f22 {font-size: 18px!important;}.aktionen .f22 .f17 {font-size: 15px!important; display: none!important;}
.aktionen .pa.pxxl.l0.bot0 {top: 36px!important;}
.aktionen .emission br {display: none!important;}
.aktionen .box33 {width: 96.6%!important;}
.pa.sorting,.nostart .f17,.ezbis,.prvon {display: none!important;}
.bgctrans {position: relative; padding-bottom: 60px;}
/*.pa.sorting {display: block!important;bottom: 0px; left:0; top: auto!important; margin-top: 50px; width: 98%!important;}*/
.sorting .sel {width: 100%!important;}

.home .pa.sorting {display: none!important;}
.mw33{width:33.33333333332%!important;}
.mbox100{width:calc(100% - 32px)!important; margin:16px!important;}
.mbox50 {width:calc(50% - 32px)!important; margin:16px!important;}
.f30{font-size: 24px!important;}
.mw20 {width: 20%}
.fzsearch .ezvon , .fzsearch .prvon .sel, .fzsearch .psvon .sel {margin: 0; }
.fzsearch .ezbis .sel,.fzsearch .prbis .sel,.fzsearch .psbis .sel {width: 100%; max-width: 100%!important; margin:0!important; border-left: 1px solid #bababa!important;}
.fzsearch .ezvon, .fzsearch .ezbis, .fzsearch .prvon, .fzsearch .prbis, .fzsearch .psbis, .fzsearch .psvon {width: 48%!important;}
.h80 {height:auto}
.mh340 {min-height:0px;}
.ulcheck2.pa.b0 {position: relative!important; margin-bottom: 20px!important;}


.formbody .box66 { width: 100%;}
#footer .box25 {width: 48%!important;}
#footer ul {margin-bottom: 10px;}
#footer ul li {line-height: 1.2!important;}
#footer .box25.br1px br{display: none;}
#footer .box25.br1px b{display: block; clear: both; margin-top: 10px;}
.widget-submit {margin-bottom: 20px!important;}
.widget-submit button {}

ul.daten {min-height: auto}

/*.auwidget {display: none!important}*/
li.w25 {width: 100%!important; margin: 10px 0!important;}
.active .toggleMenu,.active .togglePhone ,.active .toggleRoute  {background: #D90024;}
.mod_mobile_menu .active {background: #D90024;}
.mod_mobile_menu .fa {color: #fff; font-size: 32px;}
.mod_mobile_menu .active .fa {color: #fff;}
.content {width: 96%; margin: 0 2%;}
.home #container,.aktiondetail #container{margin-top:60px!important;}
#container {margin-top:60px!important;position:relative;background:#fff;}
.headinner {height: 60px;}
.mobile_menu{z-index: 400; margin-top: 60px; }

.mod_mobile_menu {position: absolute; top: 0; right: 0;}
.menuwrapper {display:block;background: transparent; margin: 0; bottom: auto; top: 0;}

#header .menuwrapper,.menuwrapper:before,.menuwrapper:after,.box100.mdn,.smap {display: none;}
.s1bgimg.pxl {padding: 0;}
.s1bgimg .w60 {width: 100%;}
.smap h2, .chl .h1 b {font-size: 24px!important;}
.chl .h1:before, .ctitle:before {left: 4px;}
.chl .h1:after, .ctitle:after {left: 6px;}
.box60, .box40, .box50 {width: 98%;}

.fzdetail ul.ulcheck li.w25 {width: 50%!important;}


.special .w48, .mw100 {width: 100%!important; max-width: 100%!important; margin:0 0 10px!important;}
.mw50 {width: 50%; max-width: 50%!important;}
.mw98 {width: 98%!important; }
.ctitle.f36 {font-size: 20px!important; top: -10px;}

.standort .w33,.standort .w25  {width: 100%!important;}
.standort .w66 {margin-bottom: 10px; text-align: center!important;}
.standort .w33.fr.tar {text-align: center;}
.standort .oeffi ul {list-style: none; margin-bottom: 10px!important; padding: 0;}
.standort .p-strong {font-size: 20px; font-weight: bold; padding: 0; margin: 0;}

#verbrauch .w49.fr {width: 100%;}

.flexcontainer .box20{width: 98%;}
.btn.w75{width: 75%!important;}
.btn.w25,.btn.w33  {width: 100%!important;}
#header .fa {margin: 0;}
.boxw {width: 100%; max-width: 98%;}
h1.f30{font-size:18px!important;}
h1,.h1,.f50 {font-size: 22px!important;}
h1 span { font-size:16px;padding: 10px 0!important; display: block;}
h2 { font-size:18px!important;}

.home .tal.col2.ddn {text-align: justify!important;}

.f24 {font-size: 16px!important;}
 .mf24{font-size:24px!important; text-align: left!important;}
.mainmenu li {width:100%; border: 0; padding: 0}
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong {font-size:20px; color: #ddd;border-bottom: 1px solid #555; padding: 20px 0}
.mainmenu > ul > li > strong {color: #fff;border-bottom: 1px solid #fff;}
/*.mainmenu li a,.mainmenu li.active,.mainmenu .submenu_show strong {width:94%; border: 0; padding: 0 3%;}*/
.mainmenu > ul > li {height: auto; left: 0; padding: 0;}
.mainmenu li.mdn { display:none}
.mainmenu .level_1 > li > span:before, .mainmenu .level_1 > li > .trail:before {background: none; height: 0;}

.mainmenu .submenu_show > ul {position: relative;opacity: 1;max-height: 100%;}
.mainmenu .submenu_show > ul > .active .active {padding: 0;}
.logo {margin:10px 0 0 0% ; height: 36px;}
/**/.ddn,.btn.ddn {display:block}
.ankauf .box60.fl {float: left;}
.ankauf .box40.fr {float: right;}
#kontakt .box33{width: 100%; max-width: 97%;}
#kontakt .w50.fr.tar.nobr {text-align: right;}
#kontakt .w50.fr.tar {float: left; text-align: left;}
.popup #container {margin-top: 20px!important;} 
.f21 {font-size: 16px!important;}

article:hover .btn:after,.btn:hover:after,.submit:hover:after {-webkit-transform: none;  transform:none;}
.btn.bgc3:after {content: ""; background:#f5f5f5; color:#465155 ;}
article:hover .bgc1 .c4 {color:#465155 ;}


.box .inner {overflow: hidden; font-size:13px}
.box .price { height: auto;}
.home .qform .in {margin:1%;width:98.0%}
.qform .in.feuer,.home .qform .in.feuer {margin:1%;width:98%}
#fzr,.home #fzr {right: 2px; bottom: 2px;}
.inp, .sel, .txa {margin-bottom:1%}
.sel { max-width:100%!important;margin:0%!important;}
div.fw50 {width:100%}
div.fw25 {max-width: 48%;}
.mapmit .w50.fr,.fzsearch .qform .in.seat,.fzdetail .line.mdn{display: none;}
.mapmit .w50.fl{ width:100%}

.box66,.fzsearch .boxw, .fzdetail .boxw {max-width:98%;width:100%}

.bx-controls-direction {display:none}
.gebrauchtwagendetail .bx-wrapper .bx-viewport  {max-height:100%}
.box33 {max-width:47.5%}
.qform, a.allefz {width:100%;margin:0;display:block}

.title.db{font-size:14px;padding:0% 2%;margin:1% 0}
.mdn,.bx-controls-direction,.kmbis, a.btn.mdn,.psvon ,.psbis,.feats,.ftxt,.mainslidenav,.content.pam { display:none}
#footer {margin-top: 3%;}
#footer .box25{max-width:98%}
#footer .box33.copyright, #footer .w75,.fzsearch .carwrapper .box.box25{max-width:97.5%} .gebrauchtwagendetail .formbody .w50{width:100%}
#footer .copyright strong {white-space:nowrap}
#footer .mainmenu.fr {float: left!important; width: 100%;}
.mainmenu li:after{display: none;}
#footer .face_book_icon {margin:10px 0; float: left!important;}
#footer a.rotz {width: 100%; position: relative!important;}

.map {height:160px}
.box50{width:100%;max-width:98%;float:left;margin:1.25%;position:relative;overflow:hidden}

.box .min {height:auto}
.katie {top:30px;right:34px}
.ftab.c0,.ftab,.ftab:hover  {font-size:13px;line-height:16px;height:20px}
.submit_container .fw50 {margin:0}

.widget-text.fw50,.widget-select.fw50{width: 100%; max-width: 98%;}
.mrm1 {margin-top:0}

.carpixdiv {width:100%;max-width:100%;height:auto;overflow-y:hidden}
.pmxl.field {width:38%;float:left}

.w31 {width:100%;border:0}
.pl1p {padding-left:0%}
.box50 p {padding:0;margin:0}
#fahrzeuge .box33, #gws .box33 {background:#fff;margin-bottom:5%}
#team .box33,.fzsearch .carwrapper .boxw {max-width: 98%;}

.toptel { font-size:24px; position:absolute; top:10px; right:50px; width:auto}
.startsearch .f36.mbm {font-size:18px;margin-bottom:0}ul li.w50 {width:50%}
.audicw,.audicb { padding:2%;margin:0 1% 1% 0}
.flex-caption .f24,.flex-caption .f20,.flex-caption .f16{font-size:50%}
.fz.f24,.fz span.f24,.fz span.f18{font-size:14px}
.ce_text.box50 img {width:100%;max-width:100%;margin:0}
.w66 {max-width:64%}
.fz.f24 {margin-top:20px}
#footer .tel {height:auto;line-height:1.5}
#footer .box33{ max-width:47.5%}

#footer .w25 {width:100%}
.taj {text-align:left}
.w33.fl.mrxl {width: 100%; margin: 0;}
#footer .box40, #footer .box20, .fzgdesc .w45,.but.w47,.w48,.w48 .w50{max-width:97%; width:100%; }

/*img.pa,*/ .service .w33{display:none}
.freset { right:auto; bottom:-20px; z-index:300; display:none}
.fzlist #freddy {display: none;}

 .w33.fr.tar {float:left; text-align:left}
 .fl.plxl {padding: 0;}
.fa.f20{font-size:20px}

.w50, .aktionen .box33{width: 100%; max-width: 100%;}
#main .pxxl {padding:10px}

#footer,#footer a, #footer .fa{ font-size:12px}
#footer .box25.mt0 {max-width: 100%;}
.col4,.col3,.col2 {width: 100%; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
#footer .w70.fr {float: left; margin-bottom: 10px;}
.foot2{padding-top: 10px; text-align: center; float: none; margin: 0 auto; width: 100%;}
.foot2 .box25,.foot2 .w25,.foot2 .box50 {width: 100%; max-width: 100%; text-align: center;}
.foot2 .fl {float: none; text-align: center;}
.foot2 .box25 {padding-bottom: 10px; border-bottom: 1px solid #666; margin-bottom: 10px; width: 96%;}

.qform .in,.fzsearch .qform .in {margin:1%;width:48.0%}
.fzsearch .qform .in.ezvon,.fzsearch .qform .in.ezbis,.fzsearch .qform .in.prbis,.fzsearch .qform .in.prvon,.fzsearch .qform .in.kmbis,.fzsearch .qform .in.kmvon,.fzsearch .qform .in.psvon,.fzsearch .qform .in.psbis{margin:1%;width:48.0%}
.fzsearch .qform .in.abgas,.fzsearch .qform .in.condition{margin:1%;width:98%}
.home .ankaufbox .box50,.home .ankaufbox .w50 {width: 100%; max-width: 100%; margin: 0;}
.home .ankaufbox figure {width: 100%; max-width: 100%; margin: 0; text-align: center;}
.home .ankaufbox .box50.first .fr {float: left;}
.home .ankaufbox .pxxl {padding: 0!important;}
.home .ankaufbox h4 {text-align: center!important;}
.home .ankaufbox .figure .fl {float: right;}
.home .ankaufbox .box50.first .c {float: right; clear: none; margin-left: 10px;}
.home .ankaufbox ul {padding: 0; margin-top:20px;}
.home .ankaufbox ul li.fl {float: none; display: block!important; margin-right: 10px;}
.home .ankaufbox ul li.di {display: block;list-style: none;}
.home .qsearch {margin: 0 0px!important; border-left:0px}
.f30 {font-size: 18px!important;}
article .w50 {width: 50%!important;}
.fzsearch .flexcontainer article {padding-bottom: 0!important;}

.aktiondetail td {display:block; box-sizing:border-box; clear:both; width: 100%!important; text-align: left!important; font-size: 22px!important}
h1, .h1, .fwb.f50, h2, .h2 {padding: 20px 0 10px 16px!important; font-size: 26px!important; text-align: left!important}
.karriere  .pic {margin: 0!important}
.box .emission{ min-height:0}

.mainmenu > ul > li > a:hover, .mainmenu > ul > li > span, .mainmenu > ul > li > a.trail {color: #fff!important;}
.mkachel .pad90x120,.mkachel.box60 .pad90x120 {max-width: 200px}
.bl5px, .br5px {border: 0}
.mpm{padding: 16px!important}
.h1.f17, p.h2{padding-left: 0px!important}
}
@media only screen and (max-width:740px){
    #fzgausstattung li.w33 {width: 100%;}
.styledhl.mdn {display: none!important;}
.seod, .seot {display: none;}
.seom {display: block;}
.home .dsearch {display: none;}

div[id^="dd-"], div[class*="auws-engagement-widget"]{display: none!important}
}

@media only screen and (max-width:340px){
.boxw {max-width:98%}
.widget-submit.w33 {width: 100%!important;}
.view .w50, .fzdetail .w50 {width:100%; max-width: 98%; margin: 0 1%;}
.jtelcar .f18 {font-size: 16px;}
.c5w50 { float: none; width: 100%; text-align: center;}
.saleinfo .w50 {width:100%}.saleinfo .w50 .w50 {width:50%}
.mw100 {width: 100%!important; max-width: 100%;}
.h2 .f14{font-size:18px}
#team .pic { margin-bottom: 16px;}
#standorte .position {height:60px}
#main h1.f30 {font-size:20px}
.round .f30 {font-size:18px}
.round .f14 {font-size:9px}
.jtelcar .fa {display: none;}
/*ul li.w50 {width:100%}*/
#team .even,#team .odd{padding:1.25%;width:100%;max-width:94%}
.w50pm{width:97%;margin:1.25%}
.f20{font-size:16px!important}
.f24{font-size:18px!important}
.f30{font-size:26px!important}
.home .qform .f18 {font-size:20px;margin-top:10px}


}
