.checkbox-form {
	top:2px;
}

.productfinder__item-header {
	hyphens: auto;
}

.list-arrow-img__header {
    text-decoration: none;
}

@media (max-width: 610px) {
    .center-header::after {
        margin-left: -40%;
        width: 80%;
    }
}

@media (max-width: 940px) {
    .haendlerportal-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .haendlerportal-form > input + input {
        margin-top: 10px;
    }

    .login {
        margin: 0;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .login__link {
        display: inline-block;
        color: #128b51;
        margin-top: 25px;
        margin-left: 25px;
    }

}

.home__img--container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 20px -5px;
}

.home__img--control {
    margin: 0;
    margin-top: 5px;
    margin-left: 5px;
    align-self: start;
}

.form__textarea {
    height: 270px;
}

@media (max-width: 610px) {
    .product-overview__block {
        padding-left: 0;
    }
}

@media (max-width: 610px) {
    .product-overview__show-btn--desktop {
        display: none;
    }

    .product-overview__show-btn--mobile {
        position: relative;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        margin-top: 8px;
    }
}

@media (min-width: 610px) {
    .product-overview__show-btn--mobile {
        display: none;
    }
}

.erhardt-btn--bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

.form__checkbox {
    left: 5px;
    top: 13px;
}

.configurator__sort-form {
    margin-top: 150px;
}

.configurator__contact-btn {
    margin-bottom: 8px;
}

@media (max-width: 610px) {
    .slider__nav {
        display: none;
    }
}

.img--responsive {
    width: 100%;
    height: auto;
    max-width: 300px;
}

@media (max-width: 500px) {
	.erhardt-btn {
    font-size: 13px;
    height: auto;
    line-height: 25px;
	}
}

@media (max-width: 720px) {
    .productfinder__size-range-block {
        margin-top: 25px;
    }
}

@media (max-width: 500px) {
    .productfinder__size-item + .productfinder__size-item {
        margin-top: 75px;
    }
}

.nav-main--active:before {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:4px;
    background: #128b51;
}

.nav-top--active > a {
    color: #128b51;
}

.header__nav-top__item:hover > a {
    color: #128b51;
}

@media (max-width: 610px) {
    .configurator__label-info {
        width: 15px;
    }
}

.ep-autosuggest-container{
	display:inline-block;
}
.ep-autosuggest-container .ep-autosuggest{
	width:auto;
	border:0;
	box-shadow:none;
}
.ep-autosuggest-container .ep-autosuggest > ul > li{
	display:block;
	border-bottom:1px solid #ccc;
}
.ep-autosuggest-container .ep-autosuggest > ul > li > span{
	position:relative;
	color:#484a48;
	background:#eee;
	padding:8px 10px 8px 24px;
}
.ep-autosuggest-container .ep-autosuggest > ul > li > span:before{
	content:"";
	position:absolute;
	top:14px;
	left:7px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #128b51;
	border-bottom: 2px solid #128b51;
	transform: rotate(-45deg);
	pointer-events: none;
}