.tx_dbaystyleguide .content .content-main .contentnavigation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--borderColor, #DEDEDE);
}

.tx_dbaystyleguide .content .content-main .contentnavigation .tabnavigation-item {
	margin-right: 15px;
	padding-bottom: 10px;
}

.tx_dbaystyleguide .content .content-main .contentnavigation .tabnavigation-item:last-of-type {
	margin-right: 0;
}

.tx_dbaystyleguide .content .content-main .contentnavigation .tabnavigation-item a {
	text-decoration: none;
	color: var(--fontColor, #212121);
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.tx_dbaystyleguide .content .content-main .contentnavigation .tabnavigation-item:hover a,
.tx_dbaystyleguide .content .content-main .contentnavigation .tabnavigation-item.active a {
	border-bottom: 2px solid var(--accentColor, #C40005);
	font-weight: bold;
	text-decoration: none;
	transition: border-bottom-color;
	transition-duration: .5s;
}
