.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/* 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;margin-right:1em;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;-webkit-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!important}.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!important}.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!important}.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!important}.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!important}.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}}

/*
//
// Tip: to integrate this plugin seamlessly into your application, use these styles as a starting
// point to build your own stylish alerts and confirmations!
//
*/

/* Modal */
.alertable {
  position: fixed;
  z-index: 9999;
  top: 38vh;
  left: calc(50% - 150px);
  width: 300px;
  background: white;
  border-radius: 4px;
  padding: 20px;
  margin: 0 auto;
}

/* Overlay */
.alertable-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

/* Message */
.alertable-message {
  margin-bottom: 20px;
}

/* Prompt */
.alertable-prompt {
  margin-bottom: 20px;
}

.alertable-input {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  border: solid 1px #ccc;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Button group */
.alertable-buttons {
  text-align: right;
}

/* OK button */
.alertable-ok {
  background: #09d;
  border: solid 1px #09d;
  font-family: inherit;
  font-size: inherit;
  color: white;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 4px;
  cursor: pointer;
}

.alertable-ok:hover,
.alertable-ok:focus,
.alertable-ok:active {
  background-color: #08c;
}

/* Cancel button */
.alertable-cancel {
  border: solid 1px #ddd;
  background: white;
  font-family: inherit;
  font-size: inherit;
  color: #888;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 4px;
  cursor: pointer;
}

.alertable-cancel:hover,
.alertable-cancel:focus,
.alertable-cancel:active {
  background-color: #f2f2f2;
}
.qsearch,.home .carwrapper,.content,#header .image_container,#footer .inner,#mainmenu,.mod_breadcrumb,.claimwrapper,.maxwidth { max-width: 1280px; margin: 0 auto;}

.boxw  {width:calc(25% - 20px); margin:10px;}
.box10 {width:calc(10% - 20px); margin:10px;}
.box15 {width:calc(15% - 20px); margin:10px;}
.box16 {width:calc(16.66666666% - 20px); margin:10px;}
.box20 {width:calc(20% - 20px); margin:10px;}
.box25 {width:calc(25% - 20px); margin:10px;}
.box30 {width:calc(30% - 20px); margin:10px;}
.box33, .slickbox33 {width:calc(33.33333333% - 20px); margin:10px;}
.box40 {width:calc(40% - 20px); margin:10px;}
.box50 {width:calc(50% - 20px); margin:10px;}
.box60 {width:calc(60% - 20px); margin:10px;}
.box66 {width:calc(66.66666666% - 20px); margin:10px;}
.box70 {width:calc(70% - 20px); margin:10px;}
.box75 {width:calc(75% - 20px); margin:10px;}
.box80 {width:calc(80% - 20px); margin:10px;}
.box85 {width:calc(85% - 20px); margin:10px;}
.box90 {width:calc(90% - 20px); margin:10px;}
.box100{width:calc(100% - 20px); margin:0 10px;}
.carslickmain .slick-slide {margin:0 10px;}

.marx2{width:calc(100% - 40px); margin:0 20px;}

.pl-p {margin:0 -20px;}
.mmp {margin:10px;}
.pmp {padding:10px;}
.pmpt0pb0 {padding:0 10px}
.plpt0pb0 {padding:0 20px}

/*.out{ padding: 1.5% 10%}*/
.emissionen {margin: 10px; display: block;}

.mtxs{margin-top:2.5px!important}.mbxs{margin-bottom:2.5px!important}.pxs{padding:2.5px}.prxs{padding-right:2.5px}.plxs{padding-left:2.5px}
.prl{padding-right:15px!important}.pll{padding-left:15px!important}.prxl{padding-right:20px!important}.plxl{padding-left:20px!important}
.mrs{margin-right:5px!important}.mts{margin-top:5px!important}.ps{padding:5px}.ms{margin:5px 0}.mbs{margin-bottom:5px}.mt-s{margin-top:-5px}.mb-s{margin-bottom:-5px}.prs{padding-right:5px}.pls{padding-left:5px}.mls{margin-left:5px!important}
.mlm{margin-left:10px!important}.mrm{margin-right:10px!important}.mtm{margin-top:10px!important}.mt-m{margin-top:-10px!important}.mlr-raster{margin-left:-10px!important;margin-right:-10px}.ml-m{margin-left:-10px!important}.mr-m{margin-right:-10px!important}.mbm{margin-bottom:10px!important}.pm{padding:10px!important}.mb-m{margin-bottom:-10px!important}.mm{margin:10px!important}.prm{padding-right:10px}.plm{padding-left:10px}
.mtl{margin-top:15px!important}.mt-l{margin-top:-15px!important}.mbl{margin-bottom:15px!important}.mrl{margin-right:15px!important}.mll{margin-left:15px!important}.pl{padding:15px!important}
.pxl{padding:20px!important}.mtxl{margin-top:20px!important}.mbxl{margin-bottom:20px!important}.mlxl{margin-left:20px!important}.mrxl{margin-right:20px!important}
.pxxl{padding:25px!important}.mtxxl{margin-top:25px!important}.mbxxl{margin-bottom:25px!important}.mlxxl{margin-left:25px!important}.mrxxl{margin-right:25px!important}
.pts{padding-top:5px!important} .pbs{padding-bottom:5px!important}
.ptm{padding-top:10px!important} .pbm{padding-bottom:10px!important}
.ptl{padding-top:15px!important} .pbl{padding-bottom:15px!important}
.claimwrapper { margin-left:15px}

.bc0 {border-color:#000!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.bc1 {border-color:#fff!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c2,a.c2 { color: #2a79bd!important;color: rgba(42,121,189,1)!important;}
.bgc2 {background:#2a79bd!important; background: rgba(42,121,189,1)!important;}
.bc2 {border-color:#2a79bd!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c3,a.c3 { color: #f6f6f6!important;color: rgba(246,246,246,1)!important;}
.bgc3 {background:#f6f6f6!important; background: rgba(246,246,246,1)!important;}
.bc3 {border-color:#f6f6f6!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c4,a.c4 { color: #FBBA00!important;color: rgba(251,186,0,1)!important;}
.bgc4 {background:#FBBA00!important; background: rgba(251,186,0,1)!important;}
.bc4 {border-color:#FBBA00!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c5,a.c5 { color: #AF0000!important;color: rgba(175,0,0,1)!important;}
.bgc5 {background:#AF0000!important; background: rgba(175,0,0,1)!important;}
.bc5 {border-color:#AF0000!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c6,a.c6 { color: #757575!important;color: rgba(117,117,117,1)!important;}
.bgc6 {background:#757575!important; background: rgba(117,117,117,1)!important;}
.bc6 {border-color:#757575!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c10,a.c10 { color: #ffffff!important;color: rgba(255,255,255,0.6)!important;}
.bgc10 {background:#ffffff!important; background: rgba(255,255,255,0.6)!important;}
.bc10 {border-color:#ffffff!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c11,a.c11 { color: #e2e3e3!important;color: rgba(226,227,227,1)!important;}
.bgc11 {background:#e2e3e3!important; background: rgba(226,227,227,1)!important;}
.bc11 {border-color:#e2e3e3!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.c12,a.c12 { color: #0f1c26!important;color: rgba(15,28,38,0.85)!important;}
.bgc12 {background:#0f1c26!important; background: rgba(15,28,38,0.85)!important;}
.bc12 {border-color:#0f1c26!important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 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; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

ins.adsbygoogle[data-ad-status="unfilled"] {display: none !important;}
.w85 {width: 85%}
#getgeo {background:#505050; color: #fff;line-height: 46px; height: 46px;}
#getgeo i {line-height:48px ;font-size: 26px ;width: 50px; display: inline-block; color: #fff!important; float: left;}
/*#getgeo i:after {content: "";right:0px;  position: absolute; height: 80%;top: 10%; background: #ccc; width: 1px;}*/
.geosearch {background: #fafafa;border: 1px solid #ccc;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;height: 48px;}
.searchbox {/*width:-webkit-calc(100% - 50px);width:calc(100% - 50px)*/ max-width: 100%; display: inline-block}

.sortcontainer {width:1220px;max-width: 100%; background: #fff;z-index: 500}
.so-geotext {padding: 0 10px 0 0;} 

h1 em {font-style:normal;}

.cm-btn-lern-more,.cm-btn {width: 33.3%}
.klaro .cn-buttons {width: 69%}

.klaro .cn-buttons .cm-btn {width:48%; height: 40px; line-height: 28px; float: left}
.cm-header .hide {display: none;}
.klaro .cookie-modal-notice {max-width: 640px!important;}
.klaro h2 {font-size: 20px;}
.cm-footer-buttons .cm-btn {width:33%!important;}

/*altes css klaro*/
.cm-btn {height: 40px; line-height: 28px; background: #333!important;}
.cm-header .hide {display: none;}
.klaro .cookie-modal-notice {max-width: 640px!important;}
.klaro .cm-btn.cm-btn-danger {color: #fff!important;  display: inline; font-size: 12px; font-weight:300;}
.klaro h2 {font-size: 20px;}
/*ende altes css klaro*/

.klaro .cookie-modal .cm-modal.cm-klaro,.klaro .cookie-modal-notice {background-color: #333;background-color: var(--dark1, #f1f1f1)!important;color: #333333!important;color: var(--light1, #333333)!important;}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {color: #666;  color: var(--green1,#666)!important;}
.cm-powered-by {display: none!important}
.klaro .cookie-modal .cm-list-description, .klaro .context-notice .cm-list-description, .klaro .cookie-notice .cm-list-description, p.purposes {color: #000!important;color: var(--light3, #000)!important;}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    color: #333!important;color: var(--light1,#333)!important;font-size: 14px!important;font-family: inherit!important;}
.klaro .cookie-modal .cm-list-label .slider {background-color: #bbb!important;background-color: var(--white2, #bbb)!important;}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {background-color: #333!important;background-color: var(--green1, #333)!important;}
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {background-color: #1a936f!important;background-color: var(--green1, #1a936f)!important;}
.klaro  h1, .klaro h2 {font-family: FontB!important;font-family: var(--title-font-family, FontB)!important;font-size: 14px!important}
.klaro  h1:after, .klaro h2:after {display: none}

.klaro .cookie-modal .cm-list-label, .klaro .context-notice .cm-list-label, .klaro .cookie-notice .cm-list-label {
display: block!important}

.klaro .cm-buttons {width: 100%!important; margin: 0 -10px!important}
.klaro  .n-buttons {width: 60%}

.cn-buttons  .n-buttons{width: 50%}


.station {height:46px;background: #fff;  /*-webkit-filter: grayscale(0.9);   filter: grayscale(0.9);*/ border: 1px solid #eee; border-radius: 3px; padding: 4px;}
#stationlist .stations:hover .station {-webkit-filter: grayscale(0);   filter: grayscale(0);}
#stationlist .stations:hover {background: #fff} 
/*#ahp-fuel-station .odd{background: #fafafa;}
#ahp-fuel-station .even{background: #ebebeb;}
#ahp-fuel-station .even .statdata{background:rgba(0,0,0,0.4);}*/
.statdata {position: relative;background: #2f3d49;font-size: 26px!important;color: #fff; border-radius: 3px}
.statdata.best {background: #2a79bd!important}
.statdata.active{background:rgba(0,0,0,1)!important;}
.statdata.best.active {background: #50d450!important}
.statdata.last:after {content: ""; background:none;}
.sortbut {background: #000!important; color: #fff!important; border-radius: 3px; padding: 6px 0  }
.sortbut:hover, .sortbut.active {background: #a00!important; color: #fff!important; border-radius: 3px; padding: 6px 0; border: 1px solid #f00!important; }
.routelink {padding: 5px 10px; border-radius: 6px; border: 1px solid #eee; background: #fff; text-decoration: none;}
.up{color: #c00;}.bgcup{background: #c00;}
.down{color: #0c0;}.bgcdown{background: #0c0;}
.blt0 {border-top: 0!important; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.blr0 {border-right: 0!important; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.blb0 {border-bottom: 0!important; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bll0 {border-left: 0!important; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-family: sans-serif; margin: 0; padding: 0;background: #fff;}
body{overflow-y:scroll;color:#091314;font-family:'Roboto Condensed',sans-serif; font-size:20px; 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%;}
@font-face {font-display: fallback; font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;src: url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.eot');src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.woff2') format('woff2'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.woff') format('woff'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.ttf') format('truetype'), url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');}
@font-face {font-display: fallback; font-family: 'Roboto Condensed b';font-style: normal;font-weight: 700;src: url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.eot');src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.woff2') format('woff2'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.woff') format('woff'),url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.ttf') format('truetype'), url('/files/css/fonts/RobotoC/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');}
@font-face {font-display: fallback; 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: fallback; 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")}
@font-face {font-display:fallback;font-family: 'digit'; src: url('/files/css/fonts/digit/digital-7-webfont.woff2') format('woff2'),url('/files/css/fonts/digit/digital-7-webfont.woff') format('woff');font-weight: normal;font-style: normal;}
.digit { font-family: 'digit'}

.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;}
.w160 {width: 180px!important;}
span {display: inline-block;}
.bgc1h {background: #fff;}
.bgc1h:hover {background: #f1f1f1;}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.fwn {font-family:'Roboto Condensed'!important;}
.fwb {font-family:'Roboto Condensed b'!important;}
#main {width:100%;margin:0 auto;float:none;background:none;}

#wrapper, .headinner,.home .hlwrap.startsearchfixed {overflow: hidden;  margin: 0 auto; width: 100%; max-width:100%!important; position: relative;}
#header { margin: 0 auto; z-index: 600;position: fixed;width: 100%;left: 0;}

.logo { cursor:pointer; margin: 24px 0 0 0; }
.logowrapper {display: inline-block; text-align: left; position: relative; float: left; }

h1,.h1{font-family:'Roboto Condensed';line-height: 1; font-size: 30px; margin:0;}
h1 span,.h1 span {font-size:15px;margin:0;padding:0;}
h2 {margin:0;padding:0;font-family:'Roboto Condensed'}
h3 { font-size:100%;margin:0 0 14px 0;padding:0; font-weight:300;}
h1.c2 {color: #0F003D;}
a {color: #757575;}
.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;}

.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: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.br2 { -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.br4 { -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.back-to-top { background: #FBBA00; background:rgba(251,168,0,0.6); position: fixed; bottom:20px;  right:20px; padding:10px 16px; -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px; z-index: 500}
.back-to-top:hover { background: #FBBA00; background:rgba(251,168,0,1); }

.headinner{z-index:601; 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:84px;}
#container {margin-top:100px;position:relative;background:#fff;}

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

.fzdetail .chl .h1 b {font-size:36px!important;}

.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,.sortbox {-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition: 0.3s}
/*
.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 .logo {height:20px;}
*/
.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);}
.smaller2 .headinner {}

.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 'Roboto Condensed', 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%;}

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


.mainmenu{overflow:visible;z-index:900;margin:0 auto;padding:0px;background: transparent; bottom: 0; display: inline-block; width:100%}
.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:#666;font-size:20px; font-weight: bold; padding:12px 12px;display: block;text-decoration:none;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0); text-transform: none; position1z: 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 > li.trail a {color: #aa0000}

.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%;}*/

.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;}
.flexwrap {display: flex;  justify-content: space-between;  flex-direction: column;}


.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%;}


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

.mt0{margin-top: 0!important;} .ml0{margin-left: 0!important;}  .mr0{margin-right: 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}
/*input[type="radio"],input[type="checkbox"]{margin:0 3px 0 0}
input[type="radio"],input[type="checkbox"],label{vertical-align:middle}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background:#eee;background: rgba(250,250,250,0.5)}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background:transparent}*/
.widget.widget-dropzone,.widget.widget-checkbox{background: none;}
.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 .state label {text-indent: -999em!important;}
.pretty .state label:before {background: #fff!important;}


.orttab {max-width: 13.28%; margin:.5%; float: left;}
select,input[type="text"],input[type="email"],textarea,input[type="button"] {font-family:'Roboto Condensed',sans-serif;color:#333; display: inline-block;  font-size:18px; height:46px;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:10px; }
input[type="button"] {background: #c00!important; color: #fff;} 
.ce_form label {display: none;}
.sel,.ftxt .inp, .widget select,.widget input[type="text"],.widget input[type="email"],.widget textarea { border:1px solid #bababa; position: relative;
-webkit-border-radius: 0px; border-radius: 0px;-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;}
.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:#FBBA00; font-size:17px!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:1px solid #bababa;}
.home select { color:#000;font-family:'Roboto Condensed b',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{max-width: 1200px;  position:absolute;left: 0; right: 0; bottom:40%; 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;}
.home .qform .in {width:19.7%;margin:0 0px 0 -1px ;}
.home .qform .in.feuer {width:20%;margin:0;float:right}



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

.fzsearch .dsearch {display: none;}

.startsearch .nostart,.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 { display:none} /*,.startsearch .ezvon .startsearch .fuel, */
.fzsearch .door,.fzsearch .kmvon ,.fzsearch .qform .seat{display:none}/*,.fzsearch .prvon ,.fzsearch .ezbis, .fzsearch .category,.fzsearch  .ftxt.fzsearch .psvon,.fzsearch .psbis,.fzsearch .color, */
.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 { border:1px solid #ccc!important;}
.fzsearch .qsearch.bgc11 {background:#f1f1f1; color: #333!important; border: 1px solid #ddd!important;}
.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;}

.mlogo {height: 100%; margin-left: 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%); }
.vw {margin-left: 14px;}

.content{ margin: 0 auto; padding:0; z-index:400; width: 100%; max-width:1220px ;}
#header .content { /*margin: 0 13.70%; */padding:0; position:relative; z-index:400; height: 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 #ccc; border-left: 0; border-right: 0;}
.standort .box50 p {margin:0 0 0px}


.home .dsearch {display: block; width: 16%!important; position: absolute; bottom: -10px; right: 0; text-align: center;}
.home .dsearch .fas {display: none;}
.home .dsearch a {color: #fff!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.8)}
.ts2 { text-shadow:1px 1px 1px rgba(0,0,0,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:'Roboto Condensed';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 14px 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;}
.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;}*/

.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 {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;}

.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(200, 200, 200, 0.6);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(251, 186, 0, 0.6)}
.slick-dots li.slick-active button {-webkit-transform: scale(0.7);transform: scale(0.7); background-color: rgba(251, 186, 0, 0.6)!important;}
.slick-dots li.slick-active,.slick-dots li:hover {box-shadow: 0 0 0 2px rgba(251, 186, 0, 0.9)}

.carslickmain .slick-slide {margin: 0 10px;}
.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 30px; }
.slick-dotted {margin: 0 auto; text-align: center;}
.slick-dots{bottom: 80px;display: block; padding: 0; margin: 0 auto;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 120px;}
.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: 110px; 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:2px solid #eee;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:2px solid #fff;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%);} 

.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-crosshairs:before {content:"\f05b"}.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%}

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


#ProvenExpert_widgetbar_container div {position:relative !important; border-top: 0!important;}
#ProvenExpert_widgetbar_container div div {background: none!important;}
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 {overflow:hidden;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 {font-size: 14px;}
.box .titlema h2 strong  { height: auto;}
.box .titlema .modesc {display:block; height:18px; line-height: 1.1; text-transform:none; overflow:hidden; font-weight: normal;}
.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;}
.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.6!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;}


.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;}
.w20 {width:100%; max-width:20%}
.phone {float:left; color:#000; line-height:.8; display:inline-block}

#fzr{ background:#abaaa9; border:1px solid #abaaa9; color:#fff; padding:10px; z-index:500; width:50px; 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}
.pxxxl {padding:3%}

.p10 {padding:10px}
.pxxl.inner .box60 {margin: 0;max-width:59.5%; padding-right: 25px; }
.pxxl.inner .box40 {margin: 0;max-width:37%}
.mbxxl {margin-bottom:24px!important}
.mtxxl {margin-top:24px!important}
.mtxxxl {margin-top:36px!important}
.mrxxl {margin-right:40px!important}


.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:'Roboto Condensed'; 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:hover,.cta1:hover:after,/* article:hover .cta1,*/.btn:after {background: #000001!important; color:#fff!important; border-color: #000001!important;}
.cta2:hover,.cta2:hover:after/*, article:hover .cta2*/ {background: #FBBA00!important; color:#fff!important; border-color: #FBBA00!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:'Roboto Condensed';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}
*/

.blur {-webkit-filter: blur(5px);  -moz-filter: blur(5px);  -o-filter: blur(5px);  -ms-filter: blur(5px);  filter: blur(5px);}
.noblur {-webkit-filter: blur(0px);  -moz-filter: blur(0px);  -o-filter: blur(0px);  -ms-filter: blur(5px);  filter: blur(0px);}
.debut.c4 {position: relative;}
.debut.c4:after {content: ""; background:#FBBA00; 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 }

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

.wbox {width: 12.5%;}


label {color:#000;font-size:14px;font-weight:400}
.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;}
.ui-state-active {background: #fff; color:#FBBA00!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: #FBBA00; 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}
.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}

.footlogo {width: 30%;height: auto; /*-webkit-filter: grayscale(100%) invert(100%); filter: grayscale(100%) invert(100%);*/}

#footer .menuwrapper {position: relative; background: none; line-height: 16px;}
#footer .menuwrapper:before, #footer .menuwrapper:after {display: none}

#footer {color:#eee;text-decoration:none; line-height:1.2; font-size:12px; background: #091314; 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 #FBBA00;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 .c6 {color:#aaa}
#footer strong.c6 {color:#eee}
#footer .line { border-bottom:1px solid #111; border-top:1px solid #232B2D}
#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;}
#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 #aaa; padding: 10px;}
#cookiebar button {background: #465155; width:120px;}
#cookiebar, #cookiebar a{background: #fff; color: #0F003D; line-height: 1;}
.bgv1,.submit,#cookiebar button {}
a.bgv1:hover,.btn.bgv1:hover,.pagenav .but:hover, .pagenav .but.active {}
.pagenav .but.active { background: #38414a; color: #fff}
.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 {margin:0 2px 0 0;padding:6px 10px;color:#a3a3a3;background:#fff;text-decoration:none;font-weight:bold; border:1px solid #e8e8e8}
#freddy {padding:1.25% 0}
#cookiebar {z-index:500}
.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 -2%;}
.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  select {padding: 0px 7px 0;}
.fzdetail #ctrl_26, .fzdetail label, .home .view {display:none}
.fzdetail .tel {border:0}


#main ul.ulcheck,#main  ul, #main ol {padding: 0; margin:0px}
#main li {margin-left: 20px;}
#main ul.ulcheck {margin-left: 20px;}
#main ul.ulcheck li, #Gallery li {list-style: none; margin-left: 0;}
#main ul.ulcheck li:before {font-family: 'FontAwesome_sol'; font-weight: normal;  font-weight: 400;content: '\f00c';margin:0 10px 0 -20px; color: #FBBA00;}
#main ul.ulcheck2 li:before  {content: '\f105';color: #FBBA00;}
#main ul.ulchecko {content: '';margin-left:0px;}
#main ul.ulchecko li:before  {content: ''!important;margin:0 0px 0 0px;}
/*.fzdetail #main .kopfdaten li:before,*/.fzdetail #main .bcrumb li:before,.fzdetail #main .fa-check {display: none;}


.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: 100%; max-width: 20%;height:auto}.w23{ width: 100%; max-width: 24.25%;height:auto}.w24{width:100%;max-width:24%;height:auto}.w25{width:25%!important;height:auto}.w30{width:30%;height:auto}.w31{width:100%;max-width:31%;height:auto}.w33{width:33.33333333332%;height:auto}.w40{width:100%;max-width:40%; height:auto}.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}.w49{width:49%;height:auto}.w50{width:50%}.w60{width:60%}.w66{width:66.666666%;}.w70{width:70%}.w75{width:75%}.w80{width:80%;}.w100{width:100%!important;}
.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}
.wtab { width: 35px; margin-bottom: 5px}

a:hover, a:focus{text-decoration:underline;outline:none}
.fwb,.b{font-weight:bold!important}.fwn,.n{font-weight:normal!important}.i{font-style:italic}.fsn{font-style:normal}.fwl{font-weight:300}.fwsb{font-weight:600 }
.f0{font-size:0rem }.f1{font-size:0.063rem}.f7{font-size:0.438rem}.f8{font-size:0.5rem}.f9{font-size:0.563rem}.f10{font-size:0.625rem}.f11{font-size:0.688rem}.f12{font-size:0.75rem!important}.f13{font-size:0.813rem!important}.f14{font-size:0.875rem!important}.f15{font-size:0.938rem!important}.f16{font-size:1rem!important}.f17{font-size:1.063rem!important}.f18{font-size:1.125rem!important}.f20{font-size:1.25rem!important}.f21{font-size:1.313rem!important}.f22{font-size:1.375rem!important}.f24{font-size:1.5rem!important}.f26{font-size:1.625rem!important}.f28{font-size:1.75rem!important}.f30{font-size:1.875rem!important}.f32{font-size:2rem!important}.f34{font-size:2.125rem!important}.f35{font-size:2.188rem!important}.f36{font-size:2.25rem!important}.f40{font-size:2.5rem!important}.f42{font-size:2.625rem!important}.f46{font-size:2.875rem!important}

.f48{font-size:3rem!important}.f50{font-size:3.125rem!important; margin-top: 0;} .f54{font-size:3.375rem}.f60{font-size:3.75rem}.f80{font-size:5rem}
.lh0 {line-height:0;font-size:0}.lh1,.lhxs{line-height:1}.lhs{line-height:1.2}.lhm{line-height:1.5}.lhl{line-height:1.8}.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!important}.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 {clear:both;display:block;}
.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 0px 0 rgba(50,50,50,.1);-moz-box-shadow:0 3px 0px 0 rgba(50,50,50,.1);box-shadow:0 3px 0px 0 rgba(50,50,50,.1); background: #fff; border-radius: 3px;}
.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);}

.mlm {margin-left: 10px}

.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}.ptxl{padding-top:5%!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}
.fwb{font-weight:bold}
.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:10px 0;padding: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;color:#0F003D;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%; color:#0F003D; 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 .ek1 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px 0px no-repeat; margin:7px 0% 0 0}#main .ek2 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -15px no-repeat;margin:7px 0% 0 0}
#main .ek3 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -30px no-repeat; margin:7px 0% 0 0}#main .ek4 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -45px no-repeat; margin:7px 0% 0 0}
#main .ek5 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -60px no-repeat; margin:7px 0% 0 0}#main .ek6 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -75px no-repeat; margin:7px 0% 0 0}
#main .ek7 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 04px -90px no-repeat; margin:7px 0% 0 0}#main .ek8 {width:29px;height:15px;background:url("/files/img/site/ek_neu.gif") 0px -105px no-repeat; margin:7px 0% 0 0}

#main img[class*='ek']{ margin:0}

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


.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 {color:#0F003D}
.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;}*/
.icon {width: 50px;}
#standorte .box33 .pxxl {min-height: 150px;}
@-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;}

.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:#FBBA00;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:'Roboto Condensed';font-size:20px;line-height:22px;margin:0 0 15px}  
.map_info h3{color:#FBBA00;font-family:'Roboto Condensed b';font-size:22px;margin:0 0 17px}  
.map_info h3 a{color:#FBBA00}  
.map_info p{color:#afafaf;font-family:'Roboto Condensed';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:'Roboto Condensed';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;}


@media screen and (max-width:1780px)
{
#header:after {display:none}
}

@media screen and (max-width:1460px) 
{
.content {width: 100%; max-width:1380px ;}
.mainmenu > ul > li > a, .mainmenu > ul > li > span, .mainmenu > ul > li > strong {font-size:14px;}
.infobox .f26 {font-size:22px!important;}
}
@media screen and (max-width:1020px)
{
.home .hlwrap{position:relative;}
#fzgausstattung li.w33 {width: 50%;}
/*.fzdetail #Gallery {height: auto!important;}*/
.pmpt0pb0 {padding: 0;}
.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: #AF0000;} 
.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;}
.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;}
.box40 .w50 {max-width: 98%;}
.f24 {font-size: 22px!important;}
.f20 {font-size: 18px!important;}
.f14 {font-size: 12px!important;}
}

@media screen and (max-width:995px) 
{
.mw100 {width: 100%!important}
.mtal {text-align: left!important}.mfl {float: left!important}
#container {margin-top:60px;position:relative;background:#fff;} 
.mw20{width: 20%!important}.mw25{width: 25%!important}.mw30{width: 30%!important}.mw70{width: 70%!important}.mw75{width: 75%!important}
#ahp-fuel-station {position: relative; top: 30px}
.sortcontainer {top: 60px!important}
.mm0{margin: 0!important}
.mbox100 {width: 96%!important; max-width: 96%!important; margin: 10px 2%!important}
.sortbox{left: 0; width: 98%; margin: 0 1%}
/*.sortbox .w60 {display: none}*/
.home .emissionen,#header .marken,.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}

.mainmenu > ul > li > a:hover, .mainmenu > ul > li > span, .mainmenu > li.trail a {color: #ffffff}
.toggleMenu,.togglePhone,.toggleRoute {background: none; top:0px;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 }
.togglePhone {right:70px}
.toggleRoute {right:125px}
.pmxl.field {width:38%;float:left}.box33,.box25, .mod_newslist .layout_latest {width:100%;max-width:97.5%;float:left;margin:1.25%;position:relative}
.mbox25 {max-width:22.5%;float:left;margin:1.25%;position:relative}

.active .toggleMenu,.active .togglePhone ,.active .toggleRoute  {background: #0F003D;}
.mod_mobile_menu .active {background: #0F003D;}
.mod_mobile_menu .fa {color: #0F003D; font-size: 32px;}
.mod_mobile_menu .active .fa {color: #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 {max-width: 98%;}
.fzdetail ul.ulcheck li.w25 {width: 50%!important;}
.mw50{width: 50%!important; margin: 0!important }
.mbox50{width: 48%!important; margin:1%!important }
.special .w48, .mw100 {width: 100%!important; margin: 0!important}
.ctitle.f36 {font-size: 20px!important; top: -10px;}
.standort .w33,.standort .w30 ,.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,.h1{font-size: 20px!important;}
h1 span { font-size:16px;}
h2 { font-size:18px;}
.f24 {font-size: 16px!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 #ddd;}
.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 { cursor:pointer; margin:10px 0 0 0% ; height: 40px;float: left; text-align: left;}
.ddn,.btn.ddn {display:block}
#kontakt .box33{width: 100%; max-width: 97%;}
#kontakt .w50.fr.tar.nobr {text-align: right;}
#kontakt .w50.fr.tar {float: left; text-align: left;}
.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 .bgc3 .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%;margin:0%;}
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}
.flexcontainer .box33 {max-width:100%}
.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;}
#footer .line { height: 30px; margin: 20px 0; }
.map {height:160px}
.box50{width:100%;max-width:98%;float:left;margin:1%;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}

.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,.w66, .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 {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.standorte{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 {background: #F5F5F4!important; margin: 10px 0;}
.statdata {line-height:inherit; min-height: auto; margin-bottom: 10px; font-size: 20px!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;}
.mf14 {font-size: .875em!important;}.mf16 {font-size: 1em!important;}
}
@media only screen and (max-width:340px)
{
.boxw {max-width:98%}
.view .w50, .fzdetail .w50 {width:100%; max-width: 98%; margin: 0 1%;}
.jtelcar .f18 {font-size: 16px;}
.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;}
#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}
}
