.tabsMassStandard, .tabsMassStandardAlsFilter {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.tabsMassStandard a, .tabMassStandardAlsFilter {
	background: url("/bilder/layout/haken_inaktiv.svg") no-repeat 95% 50%;
	background-size: 25px auto;
	color: #0E0E0F;
	font-weight: 400;
	padding: 10px 0 10px 20px;
	border: 2px solid #F2F2F4;
	border-radius: 2px;
}
.tabsMassStandard .tabActive, .tabsMassStandardAlsFilter input:checked + div {
	background: #F2F2F4 url("/bilder/layout/haken_aktiv.svg") no-repeat 95% 50%;
	background-size: 25px auto;
	font-weight: 500;
}
.tabsMassStandard a.optBtn {
	background-image: url(/bilder/pfeil-rechts.svg);
	background-size: auto 50%;
	background-position: 93% 50%;
}

@media (max-width: 1260px) {
	.tabsMassStandard {
		/*font-size: 1.2em;*/
	}
}
@media (max-width: 1024px) {
	#feste_breite .auswahl_eingrenzen {
		border-right: none;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	.tabsMassStandard {
		width: 100%;
		margin-bottom: 0em;
		font-size: 1.3em;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#feste_breite .tabsMassStandard a {
		width: calc(50% - .5em);
	}
	.tabsMassStandard.dreitabs a {
		width: 31%;
		padding-left: 40px;
	}
	#feste_breite .auswahl_eingrenzen #suchleiste input#search_input {
		/*width: 26%;
		position: absolute;
		right: 0px;
		top: 0px;*/
		display: none;
	}
}
@media (max-width: 768px) {
	.tabsMassStandard {
		width: 100%;
		margin-top: 1em;
		font-size: 1em;
	}
	#feste_breite .tabsMassStandard.dreitabs a:first-child {
		width: 100%;
	}
	.tabsMassStandard.dreitabs a {
		padding-left: 20px;
	}
}