.makes { width: 100%; float: left; margin-left: 0px; }
.makes .col { float: left; text-align: left; }
.makes .col.six { width: 16.66%; }
.makes .col.five { width: 20%; }

.makes a.make { 
	display:block; text-transform: uppercase; 
	color: #1C1F33; font-size: 22px; line-height: 1.3em; font-weight: 300; 
	background-repeat: no-repeat; background-position: 10px center; background-size: auto; 
	padding: 10px 0px 10px 60px;
	border: 1px solid #aaa;
	margin: 8px 5px 10px 5px;
	transition: color 1s ease-out, border-color 1s ease-out;
}
.makes .col.first a.make { margin-left: 0px; }
.makes .col.last a.make { margin-right: 0px; }
.makes a.make.highlight { font-weight: 600; line-height: 1.3em;  }
.makes a.make:hover { transition: color 0.2s ease-out, border-color 0.2s ease-out; border-color: #e99; }

#header { height: auto; }
#header .head .title { width: 50%; min-height: 60px; margin: 0px; }

#header .head .menu {
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    background: url(https://secure.delta-car.ch/img/websites/int/icons/ico_menu_1759E8.svg) center center no-repeat;
}
#header .head .search {
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    background: url(https://secure.delta-car.ch/img/websites/int/icons/ico_search_1759E8.svg) center center no-repeat;
    background-size: 20px;
}
.hometop { 
    width: 100%; float: left; position: relative; height: 200px; 
    

    background-color: #1759E8;
}
.hometop .square { display: none; }
.hometop > .overlay { display: none; }
.hometop .slogan { 
    position: absolute; top: 30px; left: 24px; width: 48%; max-width: 400px; font-family: 'SuisseIntl'; font-weight: 600;
    color: #fff; font-size: 1.6rem;
}
.fr-FR .hometop .slogan {  }
.hometop .slogan.second { display: none; }

.hometop .illustration { width: 100%; height: 200px; background: url(https://secure.delta-car.ch/img/websites/int/ills/auto-dealer_banner_guy_mirrored.png) right 8% top 15px no-repeat; background-size: auto 200px; }


#main .shadow-line { width: 100%; height: 0px; float: left; position: relative; z-index: 1; box-shadow: 0px 1px 6px 1px #666; }

#main .info-blocks { width: 100%; float: left; }
#main .info-blocks > div { padding: 40px 24px 40px 24px; float: left; width: 100%; }
#main .info-blocks .subtitle { font-size: 1.5rem; font-weight: bold; padding: 0px 0px 0px 0px; }
#main .info-blocks .comment { font-size: 1rem; font-weight: normal; padding: 0px 0px 30px 0px; }

#main .info-blocks .buying-steps { 
    width: 100%; float: left; 
    background-color: #1759E8;
    padding: 8px 0px 24px 0px; color: #fff;
    position: relative;
}

#main .info-blocks .buying-steps .bg { 
    width: 100%; float: left; position: absolute; left: 0px; top: 0px; z-index: 0; height: 240px;
    background: url(https://secure.delta-car.ch/img/websites/int/bgs/home_how_it_works.jpg?v=1) 23% top; background-size: 100% auto;    
}

@media (min-width: 400px) {
    #main .info-blocks .buying-steps { background-repeat: repeat-x; }
}
#main .info-blocks .buying-steps .subtitle { padding: 24px; }
#main .info-blocks .buying-steps .steps { float: left; width: 100%; background: none; padding: 0px 0px 0px 0px; margin: 0px; overflow-x: scroll; }
#main .info-blocks .buying-steps .steps .container { display: flex; float: left; }
#main .info-blocks .buying-steps .step { 
    font-size: 1rem; font-weight: normal; padding: 0px 0px 40px 0px; margin-right: 24px; background-repeat: no-repeat; 
    color: #1C1F33; background-position: 0px 4px; transition: color ease-out 0.5s;  background-color: #fff;
    float: left; width: 90vw; max-width: 300px; position: relative;
}
#main .info-blocks .buying-steps .step .ill { height: 170px; background-repeat: no-repeat; background-position: center center; }
#main .info-blocks .buying-steps .step .text { padding: 24px; }
#main .info-blocks .buying-steps .step.step-1 .ill { background-image: url(https://secure.delta-car.ch/img/websites/int/ills/auto-dealer_reading_guy.jpg); background-size: 100%; background-position: center 0px; }
#main .info-blocks .buying-steps .step.step-2 .ill { background-image: url(https://secure.delta-car.ch/img/websites/int/ills/auto-dealer_calling_guy.jpg); background-size: 100%; }
#main .info-blocks .buying-steps .step.step-3 .ill { background-image: url(https://secure.delta-car.ch/img/websites/int/ills/auto-dealer_garage_wheeling.jpg); background-size: 100%;  }
#main .info-blocks .buying-steps .step.step-1 { margin-left: 24px; }
#main .info-blocks .buying-steps .step.step-3 {  }
#main .info-blocks .buying-steps .more-details { position: absolute; left: 24px; bottom: 16px; }

#main .info-blocks .reviews { width: 100%; float: left; padding: 40px 24px 0px 24px; background: #f2f2f2; }
#main .info-blocks .reviews .reviews-list { width: 100%; float: left; position: relative; transition: height ease-out 0.8s; margin: 30px 0px 0px 0px; }
#main .info-blocks .reviews .review { display: none; position: absolute; width: 100%; transition: opacity ease-out 0.5s, left ease-out 0.3s; opacity: 0; float: left; }
#main .info-blocks .reviews .review.current { display: block; opacity: 1; left: 0px !important; }
#main .info-blocks .reviews .review .title { font-weight: 600; width: 100%; float: left; font-size: 1rem; }
#main .info-blocks .reviews .review .description { font-weight: normal; width: 100%; float: left; font-size: 1rem; margin: 6px 0px; }
#main .info-blocks .reviews .review .description .date { float: left; }
#main .info-blocks .reviews .review .description .car { float: left; margin-left: 0.1rem; }
#main .info-blocks .reviews .review .description .car a { color: #1C1F33; text-decoration: underline; font-weight: normal; font-size: inherit; }
#main .info-blocks .reviews .review .description .territory { float: left; margin-left: 0.3rem; }
#main .info-blocks .reviews .review .mark { float: left; width: 100%; padding: 10px 0px 8px 0px; }
#main .info-blocks .reviews .review .mark .star {  width: 16px; height: 16px; margin: 0px 3px 0px 0px; float: left; } 
#main .info-blocks .reviews .review .mark .star.on { background: url(https://secure.delta-car.ch/img/websites/int/icons/ico_star_1759E8_fill.svg) no-repeat center center; } 
#main .info-blocks .reviews .review .mark .star.off { background: url(https://secure.delta-car.ch/img/websites/int/icons/ico_star_1759E8_outline.svg) no-repeat center center;  }
#main .info-blocks .reviews .review .text { float: left; width: 100%; font-weight: normal; margin: 10px 0px 0px 0px; }
#main .info-blocks .reviews .controls-container { float: left; width: 100%; text-align: center; }
#main .info-blocks .reviews .controls { float: none; display: inline-block; margin: 20px auto 10px auto; }
#main .info-blocks .reviews .controls .points { float: left; padding: 18px 20px; max-width: calc(100% - 80px); }
#main .info-blocks .reviews .controls .prev { background: url(https://secure.delta-car.ch/img/websites/int/arrows/slide_left_1759E8.svg) no-repeat center center; background-size: 10px auto; width: 40px; height: 40px; float: left; }
#main .info-blocks .reviews .controls .next { background: url(https://secure.delta-car.ch/img/websites/int/arrows/slide_right_1759E8.svg) no-repeat center center; background-size: 10px auto; width: 40px; height: 40px; float: left; }
#main .info-blocks .reviews .controls .point { background: url(https://secure.delta-car.ch/img/websites/int/icons/ico_dot.svg) no-repeat center center; width: 5px; height: 5px; float: left; margin: 0px 4px; float: left; transition: background ease-out 0.5s; }
#main .info-blocks .reviews .controls .point.current { background-image: url(https://secure.delta-car.ch/img/websites/int/icons/ico_dot_1759E8.svg); }

#main .info-blocks .map { background: #fff; font-weight: 300;  }
#main .info-blocks .map .subtitle {  }
#main .info-blocks .map .text {  margin: 30px 0px 0px 0px; font-weight: normal; }
#main .info-blocks .garages { width: 100%; height: 300px; background: #ccc; padding: 0px; position: relative; }
#main .info-blocks .garages .image { width: 100%; height: 300px; margin: 0 auto; display: inline-block; background: url(https://secure.delta-car.ch/img/websites/int/maps/map_ad-dealers_10-07-2021.jpg) no-repeat center center; background-size: auto 110%; }
.de-DE #main .info-blocks .garages .image, .de-AT #main .info-blocks .garages .image, .de-CH #main .info-blocks .garages .image { background-image: url(https://secure.delta-car.ch/img/websites/int/maps/map_ad-dealers_10-07-2021_de.jpg); background-position: -170px center;  }
#main .info-blocks .search-input { position: static; width: 100%; padding: 24px 0px; }
#main .info-blocks .search-input input#Address { 
    width: 100%; font-size: 1rem; font-family: inherit; 
    float: left;
    background: white;    
    font-weight: 300;
    height: 44px;
    padding: 10px 10px 10px 16px;
    outline: 1px solid #1759E8;
    border: none; box-sizing: border-box;
    box-shadow: none; opacity: 0.95;
}
#main .info-blocks .search-input input#Address::-webkit-input-placeholder { /* WebKit browsers */
    color: #1C1F33;
    font-weight: 300;
}
#main .info-blocks .search-input .submit { position: absolute; z-index: 1; right: 22px; width: 44px; height: 44px; background: url(https://secure.delta-car.ch/img/websites/int/arrows/arrow_right_1759E8.svg) no-repeat center center; }
input#Address:focus { outline-color: #1759E8; }

.pac-container { font-family: inherit; font-size: 1rem; font-weight: 300; }
.pac-container.pac-logo:after { display: none; }
.pac-container .pac-item { font-size: 1rem; font-family: inherit; font-weight: 300; padding: 4px 0px 4px 16px; }
.pac-container .pac-item .pac-icon { display: none; }
.pac-container .pac-item .pac-matched { font-size: inherit; font-weight: 400; }
.pac-container .pac-item .pac-item-query { font-size: inherit; font-weight: 300; }

#main .info-blocks .warranty { 
    background-color: #1C1F33;
    background-image: url(https://secure.delta-car.ch/img/websites/int/ills/auto-dealer_garage_woman.jpg); 
    background-repeat: no-repeat; background-size: auto 270px; background-position: center 0px;      
    color: #fff; font-weight: 300;
    padding-top: 294px;
}
@media (min-width: 400px) and  (orientation: portrait) {
    #main .info-blocks .warranty { background-size: auto 270px; background-repeat: repeat-x; }
}
@media (orientation: landscape) {
    #main .info-blocks .warranty { background-size: auto 270px; background-repeat: repeat-x; }
    #main .info-blocks .garages .image { background-size: 100% auto; }
}
#main .info-blocks .warranty .subtitle {  }
#main .info-blocks .warranty .text { margin: 20px 0px 20px 0px; font-weight: normal; }
#main .info-blocks .warranty .label { font-weight: normal; }
#main .info-blocks .warranty .field { float: left; width: 100%; padding: 20px 0px 30px 0px; }
#main .info-blocks .warranty .field select {
    background: no-repeat calc(100% - 16px) 16px;
    background-image: url(https://secure.delta-car.ch/img/websites/int/arrows/slide_dropdown_closed_white.svg); background-size: 12px;
    background-color: #1759E8; 
    width: 100%; outline: none; border: none; color: white; font-size: inherit; font-weight: 600; font-family: inherit; padding: 10px 10px 10px 16px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    cursor: pointer;
}
#main .info-blocks .warranty .field select option { background: #fff; color: #1C1F33; }

#main .info-blocks .warranty .field .answers { float: left; width: 100%; }
#main .info-blocks .warranty .field .answers .answer { display: none; padding: 8px 0px 0px 16px; font-weight: 600; transition: opacity ease-out 0.5s, padding ease-out 0.3s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }

#main .info-blocks .about {  }
#main .info-blocks .about > div { width: 100%; float: left; }
#main .info-blocks .about .logo { background: url(https://secure.delta-car.ch/img/websites/int/logos/dct_auto-dealer-com_logo_1759E8.svg) no-repeat left center; background-size: auto 20px; width: 100%; height: 20px; }
#main .info-blocks .about .slogan { float: left; width: 100%; font-size: 1.1rem; font-family: 'GroteskSSB'; margin: 5px 0px 0px 0px; color: #1C1F33; }
#main .info-blocks .about .text { margin-top: 30px; font-weight: 300; }

a.more-details { float: right; clear: both; padding: 0px 30px 0px 0px; margin-right: 0px; color: #00B453; background: url(https://secure.delta-car.ch/img/websites/int/arrows/arrow_right_00B453.svg) no-repeat right 2px; font-weight: 600; font-size: 1rem; }

.hometop .square .square-content { position: absolute; left: 0; top: 0; width: 100%; padding-top: 49%; text-align: center; }
.hometop .square.steps .square-content { padding-top: 0px; }
.hometop .square .square-content ul { list-style: decimal; float: left; width: 100%; margin: 0px 0px 0px 0px; padding: 20px 20px 0px 30px; font-size: 1rem; text-align: left; font-weight: 300; }
.hometop .square .square-content li { float: left; width: 100%; margin: 4px 0px 4px 0px; padding: 0px; line-height: 1.1rem; }

#main .info-blocks > .usps { float: left; width: 100%; padding: 0px 24px 10px 24px; font-size: 1rem; font-weight: 300; color: #444; }

@media (max-width: 370px) { 
    #main .info-blocks > .usps { font-size: 0.85rem; }
}
.usps .usp { 
    width: 50%; float: left; padding: 0px 0px 0px 26px; background-repeat: no-repeat; background-size: 14px auto; background-position: 0px 0.8em; min-height: 3.4em; 
    background-image: url(https://secure.delta-car.ch/img/websites/int/icons/ico_checkmark_1759E8.svg);
}
.usps .usp a, .usps .usp a:hover, .usps .usp a:visited { color: inherit; text-decoration: inherit; font-size: inherit; font-weight: inherit; }


#main .cars-search { 
    width: 100%; float: left; padding: 24px; font-size: 16px; font-weight: 300; 
    background: #fff; position: relative; z-index: 2;
}
#main .cars-search .field { 
    width: 100%; height: 45px; float: left; background: #f2f2f2; padding: 12px 24px 12px 24px; margin: 10px 0px 0px 0px; cursor: pointer; 
    background-image: url(https://secure.delta-car.ch/img/websites/int/arrows/slide_dropdown_closed_1C1F33.svg);
    background-repeat: no-repeat; background-position: calc(100% - 24px) 19px;
    background-size: 12px auto;
    transition: all 0.5s ease-out; overflow: visible;
    border: 1px solid #ddd;
    font-weight: normal;
}
#main .cars-search .field.opened {
    background-image: url(https://secure.delta-car.ch/img/websites/int/arrows/slide_dropdown_opened_1C1F33.svg);
    height: auto; outline: none;
    background-color: #ffffff;
}
#main .cars-search .field.make { margin-top: 0px; }
#main .cars-search .field.selected, #main .cars-search .field.selected > .title { 
    text-transform: uppercase; font-weight: 600;                 
    padding-left: 50px; position: relative;
}
#main .cars-search .field.selected > .title { padding-left: 40px; text-transform: initial; }
#main .cars-search .field.budget.selected { 
    padding-left: 20px; font-weight: 300; text-transform: initial;
}
#main .cars-search .field.budget .section.budget { display: none; }
#main .cars-search .field.selected > .make,
#main .cars-search .field.selected > .model { 
    width: 90%; float: left; margin-left: 3px; 
    background-blend-mode: multiply; background-color: #f2f2f2; 
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    /*background: none; padding-left: 0px; margin-left: 0px;*/ 
}
#main .cars-search .field.selected.make {  }
#main .cars-search .field.selected > .make { padding-top: 2px; padding-bottom: 2px; position: relative; top: -1px; }
#main .cars-search .field.model > .model { 
    background-size: 30px auto;
    background-position: 6px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
#main .cars-search .field.selected .clear-btn {
    background-image: url(https://secure.delta-car.ch/img/websites/int/icons/ico_cancel.svg); 
    background-repeat: no-repeat; background-position: center center;
    position: absolute; top: 0px; left: 0px; width: 44px; height: 44px; background-size: 100% auto; z-index: 1; cursor: pointer;
}
#main .cars-search .field.make.selected .bmw, #main .cars-search .field.make.selected .ds { text-transform: uppercase; }
#main .cars-search .field.disabled { opacity: 0.4; cursor: initial; color: #999; transition: all 0.5s ease-out; border: 1px solid #f2f2f2; }            
#main .cars-search .field.budget { position: relative; }
@media (max-height:  600px) {
    #main .cars-search .field.budget { display: none; }
}
#main .cars-search .field.budget .hline { display: none; }            
#main .cars-search .field.budget input.price { 
    width: 100%; text-align: right; font-size: 18px; padding: 6px 8px 6px 8px; border-color: #ccc; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#main .cars-search .field.budget .priceinput,
#main .cars-search .field.budget .monthlyinput { position: relative; max-width: 200px; width: 30%; min-width: 100px; float: left; display: none; }
#main .cars-search .field.budget .priceinput.min:before,
#main .cars-search .field.budget .monthlyinput.min:before { 
    content: "MIN"; 
    position: absolute; top: -16px;
    left: 1px; font-size: 10px;
    color: #1C1F33; font-weight: 600;
    z-index: 1;
}
#main .cars-search .field.budget .priceinput.max:before,
#main .cars-search .field.budget .monthlyinput.max:before { 
    content: "MAX"; 
    position: absolute; top: -16px;
    right: 1px; font-size: 10px;
    color: #1C1F33; font-weight: 600;
    z-index: 1;
}
#main .cars-search .field.budget .priceinput:after,
#main .cars-search .field.budget .monthlyinput:after { 
    content: "€"; 
    position: absolute; top: 7px;
    left: 8px; font-size: 18px;
    color: #ccc; font-weight: 300;
    z-index: 1;
}
#main .cars-search .field.budget .priceinput.min,
#main .cars-search .field.budget .monthlyinput.min { float: left; }
#main .cars-search .field.budget .priceinput.max,
#main .cars-search .field.budget .monthlyinput.max { float: right; }
#main .cars-search .field.budget .price,
#main .cars-search .field.budget .monthly { 
    display: none; float: left;
    padding: 40px 0px 20px 0px;
    width: 100%;
}
#main .cars-search .field.budget .price .rangeslider,
#main .cars-search .field.budget .monthly .rangeslider {
    float: left; width: 100%; 
    padding: 20px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
}

#main .cars-search .field.budget .budgettabs { width: 100%; display: none; margin: 50px 0px 0px 0px; }
.budgettabs .tabbtns { float: left; width: calc(100% + 40px); display: flex; padding: 0px 0px; margin-left: -20px;  }
.budgettabs .tabbtns .tab { padding: 0px 0px 10px 20px; }

#main .cars-search .field.budget.opened .title span.range { display: none !important; }
#main .cars-search .field.budget.opened .title span.main { display: block !important; }
#main .cars-search .field.budget.selected .title span.range { display: block; }
#main .cars-search .field.budget.selected .title span.main { display: none; }
#main .cars-search .field.budget.opened .budgettabs,
#main .cars-search .field.budget.opened .price,
#main .cars-search .field.budget.opened .monthly { display: block; } 
#main .cars-search .field.budget.opened .hline { 
    display: block; position: absolute; left: 0px; top: 44px; border-top: 1px solid #e0e0e0; z-index: 1; 
    width: 100%; height: 1px;
}
#main .cars-search .field.budget .title span.range { display: inline-block; margin: 0px 0px 0px 5px; }            
#main .cars-search .field.submit-btn { 
    width: 100%; color: white; text-align: center; background: #00B453; float: left;
    background-image: url(https://secure.delta-car.ch/img/websites/int/arrows/ico_arrow_white.svg);
    background-repeat: no-repeat; background-position: calc(100% - 24px) center;
    height: 49px; padding-top: 13px;
    font-weight: 600; border: none;
}
#main .cars-search .field.submit-btn.animation {  }
#main .cars-search .field.submit-btn.loading { opacity: 1; color: #666; background-image: url(https://secure.delta-car.ch/img/websites/int/icons/ico_loading_white.svg); background-size: 22px; background-position: 90%; }

.filter-popup .header .title span.make {
    width: 40px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    margin-left: 5px;
}
.filter-popup .popup-content .makeitem { margin: 2px 0px 2px 0px; width: 100%; padding: 0px 24px; }
.filter-popup .popup-content .makeitem a.make { border: none; font-size: 1rem; text-transform: uppercase; padding: 17px 0px 16px 60px; margin: 0px 0px 0px 0px;  }
.filter-popup .popup-content .makeitem a.bmw,
.filter-popup .popup-content .makeitem a.ds { text-transform: uppercase; }            
.filter-popup .popup-content .makeitem.selected a.make { font-weight: 600; }
.filter-popup .popup-content .makeitem a.make.highlight { font-weight: 600 !important; border-bottom: 1px solid #ddd !important; }
.filter-popup .popup-content .makes .delimiter { float: left; width: 100%; clear: both; border-bottom: 1px solid #f0f0f0; margin: 4px 0px 4px 0px; }

.filter-popup .popup-content .models { padding: 12px 24px 24px 24px; width: 100%; float: left; }
.filter-popup .popup-content .models .model { width: 100%; float: left; position: relative; z-index: 0; padding: 16px 0px 16px 0px; border-bottom: 1px solid #ddd; }
.filter-popup .popup-content .models .model .title { 
    font-size: 1rem; font-weight: 600; text-transform: uppercase; 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  
    width: calc(100% - 70px); float: left; padding: 2px 0px 0px 15px;
}

.filter-popup .popup-content .models .model .discount { 
    font-size: 0.9rem; font-weight: 300;  
    width: calc(100% - 70px); float: left; padding: 2px 0px 0px 15px;
}
.filter-popup .popup-content .models .model .discount .value { font-weight: normal; margin-left: 2px; color: #00B453; }
.filter-popup .popup-content .models .model .dispo { display: none; }

.filter-popup .popup-content .models .model .photo { float: left; width: 65px; overflow: hidden; float: left; }
.filter-popup .popup-content .models .model .photo img { width: 100%; height: auto; padding-top: 4px; }