/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{border-width:0 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(180deg,#dfdfdf 0,#bebebe);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf",endColorstr="#ffbebebe",GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(180deg,#e5e5e5 0,#e9e9e9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5",endColorstr="#ffe9e9e9",GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap}.slider .hide{display:none}.slider-track{cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(180deg,#f5f5f5 0,#f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#fff9f9f9",GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.slider-selection,.slider-track{position:absolute;background-repeat:repeat-x;border-radius:4px}.slider-selection{background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(180deg,#f9f9f9 0,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9",endColorstr="#fff5f5f5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#89cdef,#81bfde);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(180deg,#89cdef 0,#81bfde);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef",endColorstr="#ff81bfde",GradientType=0)}.slider-track-high,.slider-track-low{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(180deg,#149bdf 0,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf",endColorstr="#ff0480be",GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.custom,.slider-handle.triangle{background:transparent none}.slider-handle.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(180deg,#f9f9f9 0,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9",endColorstr="#fff5f5f5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.custom,.slider-tick.triangle{background:transparent none}.slider-tick.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#89cdef,#81bfde);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(180deg,#89cdef 0,#81bfde);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef",endColorstr="#ff81bfde",GradientType=0);opacity:1}.autokachel-wrapper{display:inline-block;position:relative;width:100%}.autokachel-wrapper:before{content:"";width:100%;height:100%;background:#fff;display:block;z-index:1;position:absolute;top:0}.autokachel-wrapper.smaller{float:left}@media (min-width:768px){.autokachel-wrapper.smaller{width:50%}}@media (min-width:1360px){.autokachel-wrapper.smaller{width:33.33333%}}.background-grey .autokachel-wrapper:after,.background-grey .autokachel-wrapper:before{background:#f2f2f2}.auto-related{padding-top:30px;padding-bottom:60px}.auto-related #autoModellTypIndex{display:flex;flex-wrap:wrap}@media (max-width:991px){.auto-related #autoModellTypIndex{margin-left:-15px;margin-right:-15px}}.autokachel{background:#fff;display:flex;flex-wrap:wrap;position:relative;z-index:2;overflow:hidden;font-size:100%;border:1px solid #eee;box-shadow:0 0 60px -5px rgba(0,0,0,.05);margin:15px;border-radius:15px;transition:box-shadow .5s,border .5s}.autokachel:hover{box-shadow:0 10px 25px 0 rgba(0,0,0,.1);border:1px solid #97c03b}.autokachel .autokachel-image{display:flex;flex-direction:column}.autokachel.medium{margin:0;box-shadow:none;border-radius:0;border:none;padding:0;overflow:visible;height:100%}.autokachel.medium .image{padding-top:50%;margin:0}.autokachel.medium .image.showroom{margin:0}.autokachel.medium .image.showroom:before{width:50%;height:calc(100% + 2px);top:0;left:-36%;bottom:0;transform:skewX(-14deg);right:unset;z-index:0}.autokachel.medium .preise{right:15px;left:unset;bottom:15px;align-items:flex-end}@media (min-width:768px){.autokachel.medium .image.showroom{background-position-x:30%}}@media (max-width:1199px){.autokachel.medium .image.showroom{margin:0 -15px}}@media (max-width:767px){.autokachel.medium .image{padding-top:66.66%;min-height:0;position:relative;margin:0}.autokachel.medium .image.showroom{margin:0 -15px}.autokachel.medium .image.showroom:before{width:100%;height:20%;top:unset;left:0;bottom:-14%;transform:skewY(3deg);right:0}.autokachel.medium .preise{bottom:30px;right:0}.autokachel.medium .preise .abpreis{font-size:24px;padding:0 5px 3px}.autokachel.medium .preise .rabatt{padding:4px 5px 5px}.autokachel.medium .preise .rabatt .differenz{font-size:18px}.autokachel.medium .preise .rabatt .biszu{margin:0 5px 0 0}}@media (max-width:767px){.autokachel.medium{min-height:120px}}@media (max-width:479px){.autokachel.medium{min-height:140px}}.autokachel.detail{width:100%;justify-content:space-between;padding:15px 0;border:none;box-shadow:none;border-radius:0}.autokachel.small{height:calc(100% - 30px)}.autokachel.small:hover{box-shadow:0 10px 25px 0 rgba(0,0,0,.1)}.autokachel.small>div:last-of-type{display:block}.autokachel.small .caption{padding-left:0}.autokachel.small .autokachel-info{padding-bottom:60px}.autokachel.small .btn-newcars-container,.autokachel.small .btn-usedcars-container{width:calc(100% - 30px);bottom:15px;z-index:1;position:absolute}.autokachel.small .angebotrating{position:relative;margin-top:15px;margin-bottom:15px;display:none}.autokachel.small .teaser{position:relative;align-items:flex-start;margin-right:0;height:auto;min-height:150px}.autokachel.small .teaser .image:before{width:100%;height:20%;top:unset;right:unset;bottom:-14%;transform:skewY(3deg);left:0}.autokachel.small .preise{left:unset;right:0;bottom:20px}.autokachel.small .preise .abpreis{font-size:20px}.autokachel.small .preise .differenz{font-size:18px}.autokachel.small .preise .biszu{margin:0 7px 0 0;font-size:14px}@media (min-width:480px){.autokachel.small .preise .abpreis{font-size:20px}.autokachel.small .preise .differenz{font-size:18px}.autokachel.small .preise .biszu{font-size:14px}}.autokachel.small .compare{right:0}.autokachel.small .compare .btn-bookmark span{display:none}.autokachel .caption{font-size:16px;font-weight:lighter}.autokachel .teaser{display:flex;align-items:flex-end;height:100%;position:relative}.autokachel .title{font-size:20px;font-weight:900}.autokachel .image,.autokachel .title{font-family:Red Hat Display,Helvetica,Arial,sans-serif;line-height:1.2;margin:0}.autokachel .image{position:relative;background-position-x:center;background-position-y:center;background-size:contain;background-repeat:no-repeat;padding-top:66.66%;width:calc(100% + 30px);height:100%}.autokachel .image.showroom{background-size:120%;background-position-x:80%;background-position-y:80%;margin:0 -15px}.autokachel .image.showroom:before{content:"";background:#fff;z-index:0;width:100%;height:20%;position:absolute;bottom:-14%;transform:skewY(3deg);left:0}@media (min-width:768px){.autokachel .image.showroom{background-size:cover}.autokachel .image.showroom:before{width:50%;height:100%;top:0;right:-36%;bottom:0;transform:skewX(-14deg);left:unset}}@media (min-width:992px){.autokachel .image.showroom:before{width:100%;height:20%;top:unset;right:unset;bottom:-14%;transform:skewY(3deg);left:0}}@media (min-width:1200px){.autokachel .image.showroom{background-position-x:50%;background-position-y:50%}.autokachel .image.showroom:before{width:50%;height:calc(100% + 2px);top:0;right:-36%;bottom:0;transform:skewX(-14deg);left:unset;z-index:0}}.autokachel .image img{width:100%;height:auto}.autokachel .image img.bilder-folgen{opacity:.5;filter:grayscale(.5)}.autokachel .image span.bilder-folgen{font-weight:900;position:absolute;bottom:0;background:#fff;color:#222;padding:5px 10px;width:100%;left:0;text-align:center}.autokachel .image small{position:absolute;bottom:0;left:15px;background:hsla(0,0%,100%,.5)}.autokachel .preise{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap;position:absolute;right:0;bottom:30px}@media (min-width:768px){.autokachel .preise{left:0;right:unset;bottom:15px;align-items:flex-start}}@media (min-width:992px){.autokachel .preise{left:unset;right:0;bottom:30px;align-items:flex-start}}@media (min-width:1200px){.autokachel .preise{left:0;right:unset;bottom:15px;align-items:flex-start}}.autokachel .abpreis{font-size:28px;font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-weight:900;color:#fff;line-height:1.2;display:flex;margin-right:-2px;padding:0 8px;position:relative;background:#de3a4d;border-radius:10px;border:2px solid #fff}@media (max-width:479px){.autokachel .abpreis{font-size:28px}}.autokachel .abpreis .ab{float:left;font-family:Red Hat Display,Helvetica,Arial,sans-serif;margin:3px 5px 0 0;font-size:12px;font-weight:500;font-style:normal}.autokachel .abpreis .preis{float:right;display:inline-block}.autokachel .abpreis .info-badge{position:absolute;top:-8px;right:-8px;z-index:10}.autokachel .stattpreis{font-family:Red Hat Display,Helvetica,Arial,sans-serif;line-height:1.2;border-radius:2px;font-size:12px}@media (min-width:480px){.autokachel .stattpreis{font-size:14px}}.autokachel .stattpreis .preis{font-weight:900;font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-size:14px}@media (min-width:480px){.autokachel .stattpreis .preis{font-size:16px}}.autokachel .rabatt{display:flex;position:relative;margin-top:7px;color:#fff;padding:6px 8px 8px;font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-size:18px;line-height:.9;z-index:0;border-radius:4px;border:2px solid #fff;margin-right:-2px}.autokachel .rabatt:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:#de3a4d;border-radius:2px;z-index:-1}.autokachel .rabatt .triangle{position:absolute;left:9px;top:-8px;width:0;height:0;border-bottom:8px solid #de3a4d;border-right:8px solid transparent}.autokachel .rabatt .differenz{font-size:20px;line-height:.75;font-weight:900;display:inline-block}@media (max-width:479px){.autokachel .rabatt .differenz{font-size:24px}}.autokachel .rabatt .biszu{float:left;font-family:Red Hat Display,Helvetica,Arial,sans-serif;margin:4px 7px 0 0;font-size:18px;font-weight:lighter}@media (max-width:479px){.autokachel .rabatt .biszu{margin:0 7px 0 0;font-size:16px}}.autokachel .bottomtext{font-weight:900;font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.2}@media (min-width:768px){.autokachel .bottomtext{font-size:16px}}.autokachel .details{margin-top:15px}.autokachel .compare{text-align:right;display:block;position:absolute;right:0;top:5px}.autokachel .compare span{display:none}.autokachel .compare .btn-bookmark{z-index:10;position:relative;display:inline-block;min-width:50px;min-height:50px;padding-top:10px;padding-right:10px}.autokachel .compare .btn-bookmark i{width:1.125em;display:inline-block}@media (min-width:768px){.autokachel .compare{right:5px}.autokachel .compare span{display:inline-block}}.autokachel .stats{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;font-size:14px}.autokachel .stats>.col{display:flex;flex-direction:column;align-items:center;padding-bottom:10px;text-align:center;flex:1 0 40%;margin:5px 15px;border-bottom:1px solid #eee;max-width:calc(50% - 30px)}.autokachel .stats>.col>.icon,.autokachel .stats>.col>i,.autokachel .stats>.col>svg{margin-bottom:5px;margin-right:0;width:1.125em;height:1em}.autokachel .stats>.col>span{line-height:1;margin-bottom:5px}.autokachel .linkoverlay{position:absolute;width:100%;height:100%;background:transparent;top:0;left:0;z-index:1}.autokachel:not(.small):not(.medium):not(.detail) .preise .abpreis{font-size:24px;padding:3px 6px 4px}@media (min-width:480px){.autokachel:not(.small):not(.medium):not(.detail) .preise .abpreis{font-size:24px;padding:3px 8px 4px}}.autokachel:not(.small):not(.medium):not(.detail) .preise .rabatt{padding:4px 6px 6px}@media (min-width:480px){.autokachel:not(.small):not(.medium):not(.detail) .preise .rabatt{padding:6px 8px 8px}}.autokachel:not(.small):not(.medium):not(.detail) .preise .differenz{font-size:20px}@media (min-width:480px){.autokachel:not(.small):not(.medium):not(.detail) .preise .differenz{font-size:24px}}.autokachel:not(.small):not(.medium):not(.detail) .preise .differenz .biszu{margin-top:0;font-size:16px}.autokachel:not(.small):not(.medium):not(.detail) .autokachel-info{margin-top:15px;margin-bottom:15px}@media (min-width:1200px){.autokachel:not(.small):not(.medium):not(.detail) .autokachel-info{padding-bottom:42px}.autokachel:not(.small):not(.medium):not(.detail) .details{margin-top:15px}}@media (min-width:768px) and (max-width:991px){.autokachel:not(.small):not(.medium):not(.detail) .autokachel-info{padding-bottom:42px}.autokachel:not(.small):not(.medium):not(.detail) .details{margin-top:45px}}@media (min-width:1200px){.autokachel:not(.small):not(.medium):not(.detail) .btn-newcars-container .btn,.autokachel:not(.small):not(.medium):not(.detail) .btn-usedcars-container .btn{width:calc(100% - 30px);bottom:0;z-index:1;position:absolute}}@media (min-width:480px) and (max-width:991px){.autokachel:not(.small):not(.medium):not(.detail) .stats>.col{text-align:left;flex-direction:row}.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>.icon,.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>i,.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>svg{margin-bottom:0;margin-right:10px}.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>span{margin-bottom:0;margin-right:5px}}@media (min-width:1200px){.autokachel:not(.small):not(.medium):not(.detail) .stats>.col{text-align:left;flex-direction:row}.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>.icon,.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>i,.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>svg{margin-bottom:0;margin-right:10px}.autokachel:not(.small):not(.medium):not(.detail) .stats>.col>span{margin-bottom:0;margin-right:5px}}.autokachel.ads{display:block;border:none;box-shadow:none;border-radius:0;z-index:1;overflow:visible;width:calc(100% - 30px)}.autokachel.ads>a{color:#222;text-decoration:none}@media (min-width:1200px){.autokachel.ads>a{display:flex}}.autokachel.ads .image{width:100%!important;max-width:100%!important;margin-top:0}.autokachel.ads.small{border-radius:15px;text-align:center;padding:15px}@media (min-width:1200px){.autokachel.ads .btn{position:absolute;bottom:0;width:calc(100% - 30px)}}.autokachel.ads .sign{position:absolute;right:0;bottom:-1px;padding:4px 0 1px 8px;background:#fff;border-top-left-radius:4px}.autokachel.ads .ad-text{margin:15px 0}.autokachel.ads .logo{max-width:90px;display:inline-block;float:right;margin:0 0 15px 15px}.autokachel.small .btn-newcars-container .btn-usedcars,.autokachel.small .btn-usedcars-container .btn-usedcars{width:100%!important;position:relative!important}.autokachel.small .btn-newcars-container .btn-usedcars-popup,.autokachel.small .btn-usedcars-container .btn-usedcars-popup{display:none}.autokachel .btn-newcars-container,.autokachel .btn-usedcars-container{display:flex;justify-content:space-between;position:relative;z-index:10}.autokachel .btn-newcars-container .btn,.autokachel .btn-usedcars-container .btn{width:calc(50% - 7.5px)!important;position:relative!important;font-size:14px;line-height:1.7;z-index:2}.autokachel .btn-newcars-container .btn .icon,.autokachel .btn-newcars-container .btn i,.autokachel .btn-newcars-container .btn svg,.autokachel .btn-usedcars-container .btn .icon,.autokachel .btn-usedcars-container .btn i,.autokachel .btn-usedcars-container .btn svg{width:1em;margin-right:5px;transition:all .2s;font-size:14px;line-height:1.7}.autokachel .btn-newcars-container .btn.compare-bookmark.active,.autokachel .btn-usedcars-container .btn.compare-bookmark.active{background:#de3a4d}.autokachel .btn-newcars-container .btn.compare-bookmark.active:active,.autokachel .btn-newcars-container .btn.compare-bookmark.active:focus,.autokachel .btn-newcars-container .btn.compare-bookmark.active:hover,.autokachel .btn-usedcars-container .btn.compare-bookmark.active:active,.autokachel .btn-usedcars-container .btn.compare-bookmark.active:focus,.autokachel .btn-usedcars-container .btn.compare-bookmark.active:hover{background:#da253a}@media (min-width:768px) and (max-width:991px){.autokachel .btn-newcars-container,.autokachel .btn-usedcars-container{width:calc(100% - 30px);bottom:0;position:absolute}}@media (min-width:1200px){.autokachel .btn-newcars-container,.autokachel .btn-usedcars-container{width:calc(100% - 30px);bottom:0;position:absolute}}.autokachel .btn .information{position:absolute;width:30px;background:#28b4fa;height:100%;right:0;cursor:pointer}.autokachel .btn .information svg{max-width:4px;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.autokachel img.elektro-patch{padding:3px}.autokachel img.elektro-patch,.autokachel img.new-patch{position:absolute;top:0;width:40px;background:#fff;border-radius:30px;margin:13px 0 0 13px;left:0;z-index:1}.autokachel img.new-patch{padding:0}.autobildercontainer{flex:0 1 50%;margin-bottom:15px;overflow:hidden;position:relative}.autobildercontainer.owl-carousel{margin-bottom:15px}.autobildercontainer .image{position:relative;width:100%}.autobildercontainer .image img{width:100%}.autokachelgallery{display:flex;flex-wrap:wrap}.autokachelgallery img{width:calc(50% - 10px);margin:5px;flex:1 1 0;max-width:100%}@media (min-width:480px){.autokachelgallery img{width:calc(33% - 10px);max-width:50%}}@media (min-width:768px){.autokachelgallery img{width:calc(25% - 10px);max-width:33%}}.btn-compare-elektro{z-index:10;margin-top:5px;min-width:200px;position:relative;width:100%;color:#28b4fa;border-color:#28b4fa}.btn-compare-elektro i,.btn-compare-elektro svg{min-width:.625em;margin-left:5px}.btn-compare-elektro:active,.btn-compare-elektro:focus,.btn-compare-elektro:hover{color:#0fabf9;border-color:#0fabf9}.btn-newcars{width:100%;min-height:42px;line-height:1.5}.star-rating-container{height:20px;display:flex;align-items:center;margin:0 0 15px;position:relative}.star-rating-container .star-rating{font-size:0;white-space:nowrap;display:inline-block;position:relative;background-size:contain}.star-rating-container .star-rating.icon-star-green{margin-right:15px;background:#97c03b;width:100px;height:20px}.star-rating-container .star-rating.icon-star-green svg{height:20px;width:103.16px;fill:#97c03b}.star-rating-container .star-rating .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.star-rating-container .star-rating i{opacity:0;position:relative;font-size:20px;height:100%;z-index:1;background-repeat:repeat;background-size:20px 20px;background-position:0}@media (min-width:768px){.star-rating-container .star-rating i{background-size:40px 40px}}.star-rating-container .star-rating input{-moz-appearance:none;-webkit-appearance:none;opacity:0;display:inline-block;width:20%;height:100%;margin:0;padding:0;z-index:2;position:relative;cursor:pointer}.star-rating-container .star-rating input:checked+i,.star-rating-container .star-rating input:hover+i{opacity:1}.star-rating-container .star-rating i~i{width:40%}.star-rating-container .star-rating i~i~i{width:60%}.star-rating-container .star-rating i~i~i~i{width:80%}.star-rating-container .star-rating i~i~i~i~i{width:100%}.star-rating-container .star-rating.output i{opacity:1;width:0}.star-rating-container .rating-value{font-size:14px;font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-weight:lighter;position:absolute;left:110px;color:#222}.slider{width:auto;display:block}.slider .slider-track-high,.slider .slider-track-low{background:#222}.slider .slider-selection{background:#97c03b}.slider.slider-horizontal .slider-handle{margin-top:-4px}.slider .slider-selection{box-shadow:none}.slider.slider-disabled{opacity:.5}.slider.slider-disabled .slider-handle{background:#222}.slider .slider-handle{width:18px;height:18px;border-radius:11px;background:#222;margin-left:-9px!important}.slider .slider-handle:before{display:block;position:absolute;top:50%;left:50%;width:14px;height:14px;border:4px solid #fff;border-radius:7px;background:#97c03b;content:"";margin:-7px 0 0 -7px}.konfigurator-section .radio{width:100%}.konfigurator-section .radio .col{flex:auto;margin:15px;max-width:275px;min-width:140px;width:100%;display:flex}.konfigurator-section .radio #Filter_submit{display:none}.konfigurator-section .radio .form-group>div{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.konfigurator-section .radio label{border:1px solid #ccc;background:#fff;font-weight:900;color:#222;width:100%;min-height:90px;display:flex;justify-content:center;align-items:center;padding-left:12px;vertical-align:middle;position:relative}@media (min-width:768px){.konfigurator-section .radio label{flex-direction:column;min-height:130px}}.konfigurator-section .radio label svg{margin:0;width:auto}@media (max-width:991px){.konfigurator-section .radio label svg{height:90%}}.konfigurator-section .radio label .konfigurator-icon{background-repeat:no-repeat;background-size:contain;width:60px;height:60px}.konfigurator-section .radio label .icon-preis{font-weight:500;font-size:16px}.konfigurator-section .radio label+input:checked{background:#97c03b;color:#fff}.konfigurator-section .radio label:hover{color:#222;border:1px solid #97c03b;box-shadow:0 3px 10px 0 rgba(0,0,0,.05)}.konfigurator-section .radio label.active{background:#97c03b;color:#fff;border:1px solid #97c03b}.konfigurator-section .radio label:before{all:unset}.konfigurator-section .radio label.focus{outline:none}.konfigurator-section .radio input[type=radio]{position:absolute;left:calc(50% + 15px);bottom:25%;opacity:0;z-index:1}.konfigurator-section .radio input[type=radio]:focus,.konfigurator-section .radio input[type=radio]:focus+label:before{outline:none}.konfigurator-section .radio input[type=checkbox]:checked+label:before,.konfigurator-section .radio input[type=radio]:checked+label:before{background-color:#fa0}.konfigurator-section .radio.radio-primary label:before{border-color:#fff}.konfigurator-section .radio.radio-secondary label:before{border-color:#222}.konfigurator-section #Konfigurator>.form-group{display:none}.btn-filter-submit-sticky{z-index:100030}.form-zusatz-daten-anfrage .detailsuche-headline,.form_angebot .detailsuche-headline,.form_filter .detailsuche-headline{border-top:1px solid #eee;cursor:pointer;position:relative;z-index:1}.form-zusatz-daten-anfrage .detailsuche-headline .h4,.form_angebot .detailsuche-headline .h4,.form_filter .detailsuche-headline .h4{width:calc(100% - 45px)}.form-zusatz-daten-anfrage .detailsuche-headline svg,.form_angebot .detailsuche-headline svg,.form_filter .detailsuche-headline svg{position:absolute;right:0;top:15px;transition-duration:.2s;transition-property:transform}.form-zusatz-daten-anfrage .detailsuche-headline.closed svg,.form_angebot .detailsuche-headline.closed svg,.form_filter .detailsuche-headline.closed svg{transform:rotate(180deg)}.form-zusatz-daten-anfrage .detailsuche-content.closed,.form_angebot .detailsuche-content.closed,.form_filter .detailsuche-content.closed{padding-bottom:15px;opacity:0;max-height:0;display:none}.form-zusatz-daten-anfrage .checkbox label,.form_angebot .checkbox label,.form_filter .checkbox label{margin:7.5px 15px 7.5px 0;font-weight:lighter;min-width:90px}.form-zusatz-daten-anfrage .checkbox label.control-label,.form_angebot .checkbox label.control-label,.form_filter .checkbox label.control-label{font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-size:18px;font-weight:900}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]+label:after,.form_angebot .checkbox.farbe input[type=checkbox]+label:after,.form_angebot .checkbox.farbe input[type=radio]+label:after,.form_filter .checkbox.farbe input[type=checkbox]+label:after,.form_filter .checkbox.farbe input[type=radio]+label:after{background:none;content:"";width:20px;height:20px;position:absolute;left:-1px;border:3px solid #fff;top:-1px;margin:3px;border-radius:20px}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]+label:before,.form_angebot .checkbox.farbe input[type=checkbox]+label:before,.form_angebot .checkbox.farbe input[type=radio]+label:before,.form_filter .checkbox.farbe input[type=checkbox]+label:before,.form_filter .checkbox.farbe input[type=radio]+label:before{width:24px;height:24px;left:-3px;top:-3px;margin:3px}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]:checked+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]:checked+label:after,.form_angebot .checkbox.farbe input[type=checkbox]:checked+label:after,.form_angebot .checkbox.farbe input[type=radio]:checked+label:after,.form_filter .checkbox.farbe input[type=checkbox]:checked+label:after,.form_filter .checkbox.farbe input[type=radio]:checked+label:after{content:" ";position:absolute;left:-3px;top:-3px;width:24px;height:24px;border:2px solid #97c03b;background-image:url(/build/icon/icon-checked.svg);background-repeat:no-repeat;background-size:70%;background-position:50%}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]:checked.gelb+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]:checked.rosa+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox]:checked.weiß+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]:checked.gelb+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]:checked.rosa+label:after,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio]:checked.weiß+label:after,.form_angebot .checkbox.farbe input[type=checkbox]:checked.gelb+label:after,.form_angebot .checkbox.farbe input[type=checkbox]:checked.rosa+label:after,.form_angebot .checkbox.farbe input[type=checkbox]:checked.weiß+label:after,.form_angebot .checkbox.farbe input[type=radio]:checked.gelb+label:after,.form_angebot .checkbox.farbe input[type=radio]:checked.rosa+label:after,.form_angebot .checkbox.farbe input[type=radio]:checked.weiß+label:after,.form_filter .checkbox.farbe input[type=checkbox]:checked.gelb+label:after,.form_filter .checkbox.farbe input[type=checkbox]:checked.rosa+label:after,.form_filter .checkbox.farbe input[type=checkbox]:checked.weiß+label:after,.form_filter .checkbox.farbe input[type=radio]:checked.gelb+label:after,.form_filter .checkbox.farbe input[type=radio]:checked.rosa+label:after,.form_filter .checkbox.farbe input[type=radio]:checked.weiß+label:after{content:" ";position:absolute;left:-3px;top:-3px;width:24px;height:24px;border:2px solid #97c03b;background-image:url(/build/icon/icon-checked_green.svg);background-repeat:no-repeat;background-size:80%;background-position:50%}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].rot+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].rot+label:before,.form_angebot .checkbox.farbe input[type=checkbox].rot+label:before,.form_angebot .checkbox.farbe input[type=radio].rot+label:before,.form_filter .checkbox.farbe input[type=checkbox].rot+label:before,.form_filter .checkbox.farbe input[type=radio].rot+label:before{background:#e22a2a}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].blau+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].blau+label:before,.form_angebot .checkbox.farbe input[type=checkbox].blau+label:before,.form_angebot .checkbox.farbe input[type=radio].blau+label:before,.form_filter .checkbox.farbe input[type=checkbox].blau+label:before,.form_filter .checkbox.farbe input[type=radio].blau+label:before{background:#262de5}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].grün+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].grün+label:before,.form_angebot .checkbox.farbe input[type=checkbox].grün+label:before,.form_angebot .checkbox.farbe input[type=radio].grün+label:before,.form_filter .checkbox.farbe input[type=checkbox].grün+label:before,.form_filter .checkbox.farbe input[type=radio].grün+label:before{background:#27af15}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].rosa+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].rosa+label:before,.form_angebot .checkbox.farbe input[type=checkbox].rosa+label:before,.form_angebot .checkbox.farbe input[type=radio].rosa+label:before,.form_filter .checkbox.farbe input[type=checkbox].rosa+label:before,.form_filter .checkbox.farbe input[type=radio].rosa+label:before{background:#ffe4e1}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].orange+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].orange+label:before,.form_angebot .checkbox.farbe input[type=checkbox].orange+label:before,.form_angebot .checkbox.farbe input[type=radio].orange+label:before,.form_filter .checkbox.farbe input[type=checkbox].orange+label:before,.form_filter .checkbox.farbe input[type=radio].orange+label:before{background:#ed9b00}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].gelb+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].gelb+label:before,.form_angebot .checkbox.farbe input[type=checkbox].gelb+label:before,.form_angebot .checkbox.farbe input[type=radio].gelb+label:before,.form_filter .checkbox.farbe input[type=checkbox].gelb+label:before,.form_filter .checkbox.farbe input[type=radio].gelb+label:before{background:#ffe200}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].weiß+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].weiß+label:before,.form_angebot .checkbox.farbe input[type=checkbox].weiß+label:before,.form_angebot .checkbox.farbe input[type=radio].weiß+label:before,.form_filter .checkbox.farbe input[type=checkbox].weiß+label:before,.form_filter .checkbox.farbe input[type=radio].weiß+label:before{background:#fff}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].silber+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].silber+label:before,.form_angebot .checkbox.farbe input[type=checkbox].silber+label:before,.form_angebot .checkbox.farbe input[type=radio].silber+label:before,.form_filter .checkbox.farbe input[type=checkbox].silber+label:before,.form_filter .checkbox.farbe input[type=radio].silber+label:before{background:#d0d0d0}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].grau+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].grau+label:before,.form_angebot .checkbox.farbe input[type=checkbox].grau+label:before,.form_angebot .checkbox.farbe input[type=radio].grau+label:before,.form_filter .checkbox.farbe input[type=checkbox].grau+label:before,.form_filter .checkbox.farbe input[type=radio].grau+label:before{background:#999}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].schwarz+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].schwarz+label:before,.form_angebot .checkbox.farbe input[type=checkbox].schwarz+label:before,.form_angebot .checkbox.farbe input[type=radio].schwarz+label:before,.form_filter .checkbox.farbe input[type=checkbox].schwarz+label:before,.form_filter .checkbox.farbe input[type=radio].schwarz+label:before{background:#000}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].violett+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].violett+label:before,.form_angebot .checkbox.farbe input[type=checkbox].violett+label:before,.form_angebot .checkbox.farbe input[type=radio].violett+label:before,.form_filter .checkbox.farbe input[type=checkbox].violett+label:before,.form_filter .checkbox.farbe input[type=radio].violett+label:before{background:#7e349f}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].beige+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].beige+label:before,.form_angebot .checkbox.farbe input[type=checkbox].beige+label:before,.form_angebot .checkbox.farbe input[type=radio].beige+label:before,.form_filter .checkbox.farbe input[type=checkbox].beige+label:before,.form_filter .checkbox.farbe input[type=radio].beige+label:before{background:#ddd49e}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].gold+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].gold+label:before,.form_angebot .checkbox.farbe input[type=checkbox].gold+label:before,.form_angebot .checkbox.farbe input[type=radio].gold+label:before,.form_filter .checkbox.farbe input[type=checkbox].gold+label:before,.form_filter .checkbox.farbe input[type=radio].gold+label:before{background:#d5c400}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].bronze+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].bronze+label:before,.form_angebot .checkbox.farbe input[type=checkbox].bronze+label:before,.form_angebot .checkbox.farbe input[type=radio].bronze+label:before,.form_filter .checkbox.farbe input[type=checkbox].bronze+label:before,.form_filter .checkbox.farbe input[type=radio].bronze+label:before{background:#b28800}.form-zusatz-daten-anfrage .checkbox.farbe input[type=checkbox].braun+label:before,.form-zusatz-daten-anfrage .checkbox.farbe input[type=radio].braun+label:before,.form_angebot .checkbox.farbe input[type=checkbox].braun+label:before,.form_angebot .checkbox.farbe input[type=radio].braun+label:before,.form_filter .checkbox.farbe input[type=checkbox].braun+label:before,.form_filter .checkbox.farbe input[type=radio].braun+label:before{background:#6a5200}.loadinggif{display:none;left:0;right:0;z-index:100;margin:30px auto;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute}.loadinggif.active{display:block}.blog-teasers{display:flex;flex-wrap:wrap}@media (max-width:991px){.blog-teasers{margin-left:-15px;margin-right:-15px}}.blog-teasers .grid-item{padding-bottom:30px;width:100%;position:relative}@media (min-width:768px){.blog-teasers .grid-item{padding-bottom:30px;width:50%}}@media (min-width:1360px){.blog-teasers .grid-item{width:33.33333%}}@media (min-width:768px){.blog-teasers .grid-item:first-child{width:100%}}@media (min-width:768px) and (max-width:1360px){.blog-teasers .grid-item:first-child{width:50%}.blog-teasers .grid-item:first-child .blog-post-teaser-img{padding-bottom:66%!important}.blog-teasers .grid-item:first-child .blog-post-teaser-img img{margin-top:0}}@media (min-width:1360px){.blog-teasers .grid-item:first-child{width:33.33333%}.blog-teasers .grid-item:first-child .blog-post-teaser-img{padding-bottom:66.66%}.blog-teasers .grid-item:first-child .blog-post-teaser-img img{margin-top:0}}@media (max-width:767px){.blog-teasers .grid-item{padding:0}.blog-teasers .grid-item:not(.parallax):before{content:"";width:100%;height:100%;background:#fff;display:block;z-index:1;position:absolute;top:0}}.blog-teasers .grid-item .blog-post-teaser{margin:15px;border:1px solid #eee;box-shadow:0 0 60px -5px rgba(0,0,0,.05);background:#fff;line-height:1.2;position:relative;z-index:2;padding-bottom:15px;border-radius:7px;overflow:hidden}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-img{display:block;height:0;padding-bottom:66.66%;overflow:hidden}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-img img{width:100%;height:auto}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-content{padding:15px;border-top:none;position:relative}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-title{font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-weight:900;font-size:24px;margin-bottom:15px;text-align:left;word-wrap:break-word}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-title a{text-decoration:none}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-title h3{margin:0 0 15px}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-text{font-family:Red Hat Display,Helvetica,Arial,sans-serif;margin-bottom:15px;line-height:26px;font-size:16px}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-more{position:absolute;right:18px;bottom:9px}.blog-teasers .grid-item .blog-post-teaser .blog-post-teaser-more a{font-size:16px;font-weight:900;font-family:Red Hat Display,Helvetica,Arial,sans-serif}@media (min-width:768px){.blog-teasers .grid-item .blog-post-teaser{height:100%}}.blog-teasers .grid-item .autokachel-wrapper-ads .autokachel.ads{padding-top:0;padding-bottom:0}.blog-teasers .grid-item .autokachel-wrapper-ads .ads-fallback{flex-direction:column}.blog-teasers .parallax{padding-left:0!important;padding-right:0!important}@media (min-width:768px){.blog-teasers .parallax{display:none}}@media (max-width:991px){.background-grey .grid-item:not(.parallax):after,.background-grey .grid-item:not(.parallax):before{background:#f2f2f2}}.konfigurator .auswahlKopf{position:relative;display:flex}@media (max-width:767px){.konfigurator .auswahlKopf{display:flex;flex-direction:column-reverse}}.konfigurator .auswahlKopf>div:first-child{z-index:3;position:relative}.konfigurator .auswahlKopf .h1,.konfigurator .auswahlKopf h1{margin-top:15px;margin-bottom:0;display:flex;flex-direction:column}@media (min-width:768px){.konfigurator .auswahlKopf .h1,.konfigurator .auswahlKopf h1{margin-top:30px}}.konfigurator .auswahlKopf .details{overflow:hidden;margin-top:30px}.konfigurator .auswahlKopf .stats{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-bottom:-16px;font-size:14px}@media (min-width:992px){.konfigurator .auswahlKopf .stats{margin-bottom:-11px}}.konfigurator .auswahlKopf .stats>.col{display:flex;flex-direction:column;align-items:center;padding-bottom:10px;text-align:center;flex:1 0 40%;margin:5px 15px 10px;border-bottom:1px solid #eee;max-width:calc(50% - 30px)}@media (min-width:1200px){.konfigurator .auswahlKopf .stats>.col{flex-direction:row;text-align:left;flex:1 0 60%}}.konfigurator .auswahlKopf .stats>.col i,.konfigurator .auswahlKopf .stats>.col svg{margin-bottom:5px;margin-right:0}@media (min-width:992px){.konfigurator .auswahlKopf .stats>.col i,.konfigurator .auswahlKopf .stats>.col svg{margin-bottom:0;margin-right:15px;width:1.125em;display:inline-block}}.konfigurator .auswahlKopf .stats>.col>span{line-height:1;margin-bottom:5px}.konfigurator .auswahlKopf .stats>.col .more-technical-data{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:992px){.konfigurator .auswahlKopf .stats>.col .more-technical-data{flex-direction:row;text-align:left;max-width:100%}}.konfigurator .auswahlKopf .stats>.col .more-technical-data svg{transform:rotate(90deg);margin-bottom:5px;margin-right:0;width:1.25em}@media (min-width:992px){.konfigurator .auswahlKopf .stats>.col .more-technical-data svg{margin-bottom:0;margin-right:15px}}.konfigurator .auswahlKopf .autokachel-wrapper-medium{display:flex;flex-direction:column}@media (max-width:767px){.konfigurator .auswahlKopf .autokachel-wrapper-medium{flex-direction:column-reverse;overflow:visible}}@media (min-width:768px){.konfigurator .auswahlKopf .autokachel-wrapper-medium{margin-top:0}}@media (max-width:991px){.konfigurator .auswahlKopf{padding:0}.konfigurator .auswahlKopf.mobil h2{border-top:4px solid #de3a4d;padding-top:30px}}.konfigurator .auswahlKopf .compare{text-align:right;display:block;position:absolute;right:15px;top:15px}@media (min-width:768px){.konfigurator .auswahlKopf .compare{right:30px}}.konfigurator .auswahlKopf .compare .btn-bookmark{z-index:10;position:relative;display:inline-block;min-width:50px;min-height:42px;padding-top:9px;padding-right:10px;background:#fff}.konfigurator .auswahlKopf .compare .btn-bookmark i{width:1.125em;display:inline-block}.konfigurator .auswahlKopf img.elektro-patch{margin:15px 0 0}.konfigurator .auswahlKopfTop{opacity:0;transition:all .5s;pointer-events:none;position:fixed;z-index:10001;left:0;right:0;margin-left:0;top:0;margin-top:0;margin-right:0;background:#fff;display:block}@media (max-width:1199px){.konfigurator .auswahlKopfTop{top:0}}.konfigurator .auswahlKopfTop.fixed{opacity:1;pointer-events:auto}.konfigurator .auswahlKopfTop:after{content:none}@media (max-width:767px){.konfigurator .auswahlKopfTop .subtitle{display:none}}.konfigurator .auswahlKopfTop .container-left-bar,.konfigurator .auswahlKopfTop .container-right-bar{background:#fff;z-index:1}.konfigurator .auswahlKopfTop .container-middle{background-color:#fff;box-shadow:0 10px 50px -20px rgba(0,0,0,.1)}.konfigurator .auswahlKopfTop .container-middle .container-fluid>div{display:flex;justify-content:space-between;align-items:center;margin-top:7px;margin-bottom:7px}.konfigurator .auswahlKopfTop .h1{font-size:20px;margin:0}.konfigurator .auswahlKopfTop .h1 .p{font-size:16px}@media (max-width:991px){.konfigurator .auswahlKopfTop .h1 .p{font-size:14px}}.konfigurator .auswahlKopfTop .h5{font-size:16px;margin-top:5px;margin-bottom:0}.konfigurator .auswahlKopfTop .details,.konfigurator .auswahlKopfTop .star-rating-container{display:none}.konfigurator .auswahlKopfTop .autokachel{min-height:0;justify-content:flex-end;margin-top:0;padding:0}.konfigurator .auswahlKopfTop .autokachel .image{position:relative;bottom:0;margin-right:30px;width:auto;margin-top:0;min-height:auto}.konfigurator .auswahlKopfTop .autokachel .image:before{content:none}@media (max-width:991px){.konfigurator .auswahlKopfTop .autokachel .image{display:none}}.konfigurator .auswahlKopfTop .autokachel .image img{width:auto;height:63px}.konfigurator .auswahlKopfTop .autokachel .preise{position:relative;flex-direction:unset;align-items:center}.konfigurator .auswahlKopfTop .autokachel .preise .abpreis{font-size:24px;padding:0 5px 3px}.konfigurator .auswahlKopfTop .autokachel .preise .abpreis .ab{margin:3px 5px 0 0;font-size:16px}.konfigurator .auswahlKopfTop .autokachel .preise .ads,.konfigurator .auswahlKopfTop .autokachel .preise .stattpreis{display:none}.konfigurator .auswahlKopfTop .autokachel .preise .rabatt{padding:4px 5px 5px;margin-top:10px}.konfigurator .auswahlKopfTop .autokachel .preise .rabatt .differenz{font-size:18px}.konfigurator .auswahlKopfTop .autokachel .preise .rabatt .differenz .biszu{font-size:14px;margin:0 5px 0 0}.konfigurator .auswahlKopfTop .autokachel .preise .bottomtext,.konfigurator .auswahlKopfTop .autokachel img.elektro-patch{display:none}.konfigurator .auswahlKopfTop .compare{position:relative;top:auto}.konfigurator .auswahlKopfTop .compare span{display:inline-block}@media (max-width:767px){.konfigurator .auswahlKopfTop .preise{display:none}}.konfigurator .btn-compare-elektro{margin-top:15px}.konfigurator .konfigurator-menu{display:flex;flex-direction:row;margin-bottom:30px}.konfigurator .konfigurator-menu .btn-konfigurator{cursor:inherit;flex:1;padding:15px;white-space:nowrap}.konfigurator .konfigurator-menu .btn-konfigurator .substeps{width:100%;height:4px;display:flex;flex-direction:row}.konfigurator .konfigurator-menu .btn-konfigurator .substeps .substep{border-left:2px solid #fff;flex:1;background:#222}.konfigurator .konfigurator-menu .btn-konfigurator .substeps .substep.past{background:#de3a4d}.konfigurator .konfigurator-menu .btn-konfigurator .substeps .substep:first-child{border-left:none}.konfigurator .konfigurator-menu .btn-konfigurator .text{line-height:1.3;margin-bottom:7.5px;color:#222}.konfigurator .konfigurator-menu .btn-konfigurator.active .text{color:#de3a4d}.konfigurator .konfigurator-menu .btn-konfigurator.past:not(.active) .substeps .substep{background:#de3a4d}.konfigurator .konfigurator-menu .btn-konfigurator.past:not(.active) a{color:#222;display:block}.konfigurator .konfigurator-menu .btn-konfigurator.past:not(.active) a:hover{color:#de3a4d;text-decoration:none}@media (max-width:1199px){.konfigurator .konfigurator-menu .btn-konfigurator:not(.active){display:none}}.konfigurator .ausstattungslinie .col{flex:auto;margin:15px;max-width:100%!important;min-width:100%!important;width:100%!important}.konfigurator .ausstattungslinie .col label{height:auto;min-height:130px}.konfigurator .ausstattungslinie .col .icon-text{display:flex;flex-direction:row;position:relative;width:100%;padding-left:30px;white-space:normal;align-items:center;justify-content:space-between;text-align:left}.konfigurator .ausstattungslinie .col .icon-text div:first-child{width:100px;word-break:break-word}.konfigurator .ausstattungslinie .col .icon-text div:last-child{width:100px;word-break:keep-all;text-align:center}@media (max-width:767px){.konfigurator .ausstattungslinie .col .icon-text{flex-direction:column;width:100%;padding:15px}.konfigurator .ausstattungslinie .col .icon-text div:first-child,.konfigurator .ausstattungslinie .col .icon-text div:last-child{width:auto}}.konfigurator .ausstattungslinie .col .icon-text .icon-description{text-align:left;font-weight:lighter;text-transform:none;position:relative;width:calc(100% - 200px);font-family:Red Hat Display,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.4;max-height:300px;overflow-y:scroll;overflow-x:hidden;padding:15px}@media (max-width:767px){.konfigurator .ausstattungslinie .col .icon-text .icon-description{width:auto}}.konfigurator.loading .form_auswahl #Filter{opacity:.3}.konfigurator .separate{margin-right:5px;margin-left:5px}.konfigurator .blog-paragraph-module-teaser{display:inline-block;margin-bottom:30px;margin-top:30px}@media (min-width:768px) and (max-width:991px){.konfigurator .blog-paragraph-module-teaser{display:flex;justify-content:space-around}}@media (min-width:1200px){.konfigurator .blog-paragraph-module-teaser{display:flex;justify-content:space-around}}.konfigurator .blog-paragraph-module-teaser .item>a{width:100%;margin-bottom:15px}.konfigurator .blog-paragraph-module-teaser .item>a svg{height:75px}.konfigurator .autoinfo-sonderausstattung ul{display:flex;flex-wrap:wrap;margin:0}.konfigurator .autoinfo-sonderausstattung li{position:relative;padding:0 0 5px 1px;margin:0;list-style-type:none}.konfigurator .autoinfo-sonderausstattung li svg{color:#de3a4d;margin-right:3px}.konfigurator .autoinfo-ausstattungen{display:flex;flex-wrap:wrap}.konfigurator .autoinfo-ausstattungen ul{padding:0;margin:0}.konfigurator .autoinfo-ausstattungen .h4{margin:30px 0}.konfigurator .autoinfo-ausstattungen li{position:relative;padding:0 0 5px 1px;margin:0;list-style-type:none}.konfigurator .autoinfo-ausstattungen li svg{color:#de3a4d;margin-right:3px}#bestpreisform .btn-group,#konfigurator .btn-group{border:1px solid #ccc;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);margin:7.5px;cursor:pointer;pointer-events:all;border-radius:7px;transition:border .2s,background .2s,color .2s,box-shadow .2s}#bestpreisform .btn-group .btn-checkbox,#konfigurator .btn-group .btn-checkbox{width:calc(100% - 30px)}@media (max-width:1199px){#bestpreisform .btn-group,#konfigurator .btn-group{flex-basis:calc(50% - 15px)}}@media (max-width:767px){#bestpreisform .btn-group,#konfigurator .btn-group{flex:0 0 100%;margin:7.5px 0}}#bestpreisform .btn-group input.checked+label,#bestpreisform .btn-group input:checked+label,#konfigurator .btn-group input.checked+label,#konfigurator .btn-group input:checked+label{background:#97c03b;color:#fff}#bestpreisform .btn-group input[type=checkbox][disabled]+label,#konfigurator .btn-group input[type=checkbox][disabled]+label{pointer-events:none;cursor:default;opacity:.45}#bestpreisform .btn-group input[type=checkbox][disabled]:hover,#konfigurator .btn-group input[type=checkbox][disabled]:hover{all:unset;cursor:crosshair}#bestpreisform .btn-group input[type=checkbox][disabled][checked]+label,#konfigurator .btn-group input[type=checkbox][disabled][checked]+label{pointer-events:none;cursor:default;opacity:.8;background:#97c03b;color:#fff}#bestpreisform .btn-group input[type=checkbox][disabled][checked]:hover,#konfigurator .btn-group input[type=checkbox][disabled][checked]:hover{all:unset;cursor:crosshair}#bestpreisform .btn-group:hover,#konfigurator .btn-group:hover{color:#222;border:1px solid #97c03b;box-shadow:0 3px 10px 0 rgba(0,0,0,.05)}#bestpreisform .btn-group .information,#konfigurator .btn-group .information{position:absolute;width:30px;background:#28b4fa;height:100%;right:0;border-top-right-radius:6px;border-bottom-right-radius:6px}#bestpreisform .btn-group .information svg,#konfigurator .btn-group .information svg{max-width:4px;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}#bestpreisform .btn-group label,#konfigurator .btn-group label{pointer-events:all;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:7.5px 15px;height:100%;border-top-left-radius:5px;border-bottom-left-radius:5px}#bestpreisform .btn-group label .description,#konfigurator .btn-group label .description{font-weight:lighter;width:65%}#bestpreisform .btn-group label .preis,#konfigurator .btn-group label .preis{font-weight:900;min-width:60px;text-align:right}#bestpreisform .headline,#konfigurator .headline{margin:15px 0 45px;text-align:center}@media (min-width:992px){#bestpreisform .headline,#konfigurator .headline{margin:15px 0 45px}}#bestpreisform .tooltip,#konfigurator .tooltip{z-index:98}#konfigurator .btn-group label:before{content:none}#bestpreisform .btn-group{padding:0;flex-basis:100%;margin-top:0;margin-left:0;margin-right:0;display:block}#bestpreisform .btn-group .btn-checkbox{width:calc(100% - 60px)}#bestpreisform .btn-group input.checked+label,#bestpreisform .btn-group input:checked+label,#bestpreisform .btn-group input[type=checkbox][disabled][checked]+label{background:#fff;color:#222}#bestpreisform .btn-group input[type=checkbox][disabled][checked]:hover{all:unset;cursor:crosshair}@media (min-width:768px){#bestpreisform .btn-group:hover{background:#fff;color:#222}}#bestpreisform .btn-group label{margin-left:30px}#bestpreisform .btn-group label .description{width:100%}#bestpreisform .btn-group label:before{margin-left:-20px}#konfigurator .configuratorItem label{min-height:42px;height:auto;padding:7.5px 15px;display:flex;justify-content:space-between;align-items:center;flex-direction:row}#konfigurator .modal-footer{display:flex;flex-direction:row}#konfigurator .modal-footer button{flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 30px)}#konfigurator .form-group .control-label{height:56px;padding-top:15px;border-top:1px solid #eee;cursor:pointer;margin:0;display:flex;align-items:center;justify-content:space-between}#konfigurator .form-group .control-label svg{position:absolute;right:15px;top:15px;transition-duration:.2s;transition-property:transform}#konfigurator .form-group .control-label.closed svg{transform:rotate(180deg)}#konfigurator .form-group .control-label.label-lack,#konfigurator .form-group .control-label.label-lackierung-und-farbe,#konfigurator .form-group .control-label.label-polster,#konfigurator .form-group .control-label.label-sitzbezuege-und-polsterungen{display:none}#konfigurator .form-group>div{display:flex;flex-direction:row;flex-wrap:wrap}@media (min-width:768px){#konfigurator .form-group>div{margin:0 -7.5px}}#konfigurator .radio{margin:15px 0;padding-left:0}#konfigurator .radio input.checked+label{background:#97c03b;color:#fff}#bestpreisform .step{margin-bottom:15px}#bestpreisform .shaddowbox{margin:0 15px 15px;box-shadow:0 1px 5px 0 rgba(0,0,0,.1);width:calc(100% - 30px);padding-top:15px}@media (min-width:1200px){#bestpreisform .shaddowbox{width:calc(50% - 30px)}}@media (min-width:1200px){#bestpreisform .leftbox{border-right:1px solid #eee;padding-right:30px}}@media (min-width:1200px){#bestpreisform .rightbox{padding-left:30px}}#bestpreisform .umkreis #plz{display:block;width:100%}#bestpreisform .umkreis .slider{width:calc(100% - 24px);border:none;margin:0 12px}#bestpreisform .umkreis .slider .tooltip .tooltip-inner{min-width:38px}#bestpreisform .angebote_result_text{font-weight:900;padding:6px 12px;background:#f2f2f2;border-radius:7px;margin-top:15px}#bestpreisform .form-group-plz label,#bestpreisform .form-group-umkreis label{padding-right:15px;line-height:20px}@media (min-width:1200px){#BestPreisData_submit{max-width:50%}}.modal-content .modal-choices>h3.specialheading{margin:0 0 30px}.modal-content .modal-choices .seperator{display:inline-block;color:#de3a4d;margin:5px 0 5px 32px}.modal-content .modal-choices .configuratorItem label{font-weight:inherit}.modal-content .modal-choices .configuratorItem .price{font-weight:900;margin-left:10px;min-width:70px;text-align:right}#filterChoice{width:100%;display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}#filterChoice a{text-decoration:none}#filterChoice .filterChoiceItem{display:inline-block;padding:3px 9px;font-size:16px;border:1px solid #ccc;border-radius:20px;text-transform:none;font-weight:500;margin:0 10px 5px 0;cursor:auto;position:relative}#filterChoice .filterChoiceItem:hover{color:#222}#filterChoice .filterChoiceItem .choiceData{float:left}