main .navigation {
    isplay: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
}

main .navigation .info {
    width: 100%;
}

main .navigation .info .head {
    font-size: 17px;
    font-weight: 700;
    color: var(--clr-ff-header);
    margin-top: 20px;
    text-transform: uppercase;
	font-family: Verdana, sans-serif;
}

main .navigation .info .text {
    font-size: 12px;
    margin-top: 10px;
	isplay: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

main .navigation .info .text div:nth-child(2) {
	padding-top: 16px;
}

main .navigation .info .text span {
	font-size: 14px;
}

main .navigation .info .artikelname {
    font-weight: 700;
    margin-top: 5px;
}

main .navigation .filter {
    width: 50%;
}
