h3.headline.headline--6{
	font-size:120%;
}
.tab-bar, .tab-bar__select {
    font-size: 20px !important;
	margin-top:0;
}
.tab-bar__inner {
	background:var(--bw-gelb);
	border-radius:3px;
	padding:30px 15px;
}
a.tab-bar__item {
	display:inline !important;
}
/*
.tab-bar--list .tab-bar__list-item:not(:last-child)::after {
	content:"|";
	margin:0 0 0 20px;
	display:inline !important;
	font-weight:300;
	display:inline !important;
}
*/
.multibox__content {
    margin-top: var(--bw-space-600) !important;
}
.multibox .tab-bar__list {
    justify-content: space-evenly;
}
.teaser__text {
	max-width:100% !important;
}

.table__body {
	border-bottom:1px solid var(--bw-black) !important;
	font-weight:normal !important;
}
.bewertung-subtitle {
	font-weight:600;
	padding-bottom:10px;
	border-bottom:2px solid var(--bw-black);
	margin-top:0 !important;
}
.akkordeonInnerHeadline {
	background:#e5e5e5 !important;
    padding: 20px !important;
	margin-bottom:0 !important;
}
.akkordeonInnerContent {
	padding:20px !important;
	margin-top:10px !important;
}
.link--inverted {
	font-weight:normal !important;
}


@media only screen and (max-width:1160px) {
	.tab-bar__inner {
		padding:0 !important;
	}
}