.md-filters {
	background: /*#d4d4d4;#e8e8e8;*/#54565a;
	margin-bottom: 30px;
	border: 0;
	padding: 12px .5em 12px;
	color: #5a5a5a;
	border-bottom: 1px solid #fff;
}

.md-filter-select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.md-filters a {
	color: #fff;
	font-size: .9em;
	margin: 10px 0;
	display: block;
	text-align: center;
}

.md-filters button,
.md-filters select,
.md-filters input {
	background: #f9f9f9;
	border: 0;
	color: #7B7B7B;
	cursor: pointer;
}

.md-filters select {
	min-width: 180px;
    width: 100%;
    max-width: 180px;
    padding: 0 0 0 30px;
}

.md-select.sorting {
	min-width: 178px;
    width: 100%;
    max-width: 178px;
    padding: 0 0 0 24px;
    margin: 10px 0;
}

/* ### STARTSEITE / VERKAUF FILTER AUSBLENDEN ### */

.md-filter-select .type,
.home .md-filter-attr {
	display: none;
}

.md-filters .select-container {
	float: left;
	margin-top: 10px;
	padding: 6px;
	box-sizing: border-box;
	line-height: 1;
}

.md-filters .select-container:before {
    content: "";
    position: absolute;
    background: #78b82a;
    height: 31px;
    margin-left: -5px;
    margin-top: 18px;
    width: 10px;
    display: block;
    transform: skew(-16deg);
}

@media (max-width: 420px) {
	.md-filter-select {
		display: block;
	}
	
	.md-filters select {
		max-width: none;
	}
	
	.md-filters .select-container {
		float: none;
	}
	
	.md-filter-sort {
		float: none !important;
		margin-left: 8px;
	}
}

.md-filter-sort:before {
    content: "";
    position: absolute;
    background: #78b82a;
    height: 31px;
    margin-left: -5px;
    margin-top: 10px;
    width: 10px;
    display: block;
    transform: skew(-16deg);
}

.md-filters .select-container label,
.md-filters .checkbox-group > label,
.md-filters .range-slider label {
	width: 100%;
	display: block;
	color: #fff;
}

.md-filters .checkbox-group > label {
    width: 7.5%;
    margin-left: -2px;
}

.md-filters .checkbox-group {
    clear: both;
    padding: 5px;
    margin-top: 10px;
    width: auto;
    line-height: 1;
}

.md-filters .checkbox-group ul {
    clear: left;
    padding: 5px;
    background: #f9f9f9;
    height: auto;
    border-left: 10px solid #78b82a;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
}

.md-filters .checkbox-group li {
    float: left;
    margin: .25em 1em .02em 0;
    list-style-type: none;
    line-height: 1.15em;
    width: 84px;
    padding: 0 0 0 10px;
}

.md-filters .checkbox-group input {
	margin-right: .25em;
}

.searchCar {
	background: #78b82a;
    width: 180px;
    height: 33px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 30px auto 5px;
    transition: all .2s linear;
}

.searchCar:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 33px;
    margin-left: -5px;
    width: 10px;
    display: block;
    transform: skew(-16deg);
    transition: all .2s linear;
}

.searchCar:hover {
    background: #dab501;
    transition: all .2s linear;
}

.searchCar a {
	color: #fff;
    text-decoration: none;
    font-size: inherit;
    display: block;
    padding-top: .3em;
    margin: 0;
}

.md-filters-header {
	max-width: 1200px;
	margin: 0 auto;
}

#showFilters {
	margin: 10px 0 10px 10px;
    width: 176px;
    height: 31px;
    padding: 0;
    background: #76bc21;
    color: #fff;
    transition: all .2s linear;
}

#showFilters:hover {
    background: #dab501;
    transition: all .2s linear;
}

#showFilters:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 31px;
    margin-left: -5px;
    margin-top: -1px;
    width: 10px;
    display: block;
    transform: skew(-16deg);
}

/* ### AUTO DETAILS ### */
.md-detail-description p {
	padding: 0 .5em;
}

.additional-form {
	display: none;
}
