.mw-table_01 {
	display: none;
}
.mw-table_01.mw-table-mobile {
	display: block;
}
.mw-table_01.mw-table-mobile .preloader {
	left: 0;
	margin: 25px 0 0 0;
	position: absolute;
	right: 0;
}
.mw-table_01.mw-table-mobile .row {
	border-bottom: 1px solid var(--mw-color-lightgray);
	font-weight: var(--mw-font-primary-weight-bold);
	display: flex;
	justify-content: space-between;
}
.mw-table_01.mw-table-mobile .mw-table-mobile-disabled {
	opacity: 0;
}
.mw-table_01.mw-table-mobile .row-first {
	border-bottom: 2px solid var(--mw-color-lightgray);
	font-weight: var(--mw-font-primary-weight-normal);
}
.mw-table_01.mw-table-mobile .row .column {
	padding: 15px 0;
}
.mw-table_01.mw-table-mobile .row .column.mw-table-mobile-hide {
	display: none;
}
.mw-table_01.mw-table-mobile .row-first .column {
	display: none !important;
}
.mw-table_01.mw-table-mobile .row-first .column:first-child {
	display: block !important;
}

.mw-table_01.mw-table-desktop {
	display: block;
}
.mw-table_01.mw-table-desktop .wrapper > h2 {
	margin-bottom: 34px;
}
.mw-table_01.mw-table-desktop .table .row {
	display: flex;
}
.mw-table_01.mw-table-desktop .table .row-first {
	background: var(--mw-color-lightgray);
	font-weight: var(--mw-font-primary-weight-medium);
}
.mw-table_01.mw-table-desktop .table .row > .column {
	border-bottom: 2px solid var(--mw-color-lightgray);
	flex: 1;
	padding: 11px 20px;
	border-right: 2px solid var(--mw-color-lightgray);
	font-size: 16px;
	font-weight: var(--mw-font-secondary-weight-medium);
}
.mw-table_01.mw-table-desktop .table .row-first > .column {
	font-weight: var(--mw-font-secondary-weight-normal);
	border-right: 2px solid #ffffff;
}
.mw-table_01.mw-table-desktop .table .row > .column:last-of-type {
	border-right: 0;
}
.mw-table_01.mw-table-desktop .table .row:hover > .column {
	background: var(--mw-color-primary-opacity-highest);
}

.mw-table-break_01 {
	min-height: 300px;
	overflow: auto;
}
.mw-table-break_01 * {
	white-space: nowrap;
}
.mw-table-break_01 table {
	width: 100%;
}
.mw-table-break_01 table tbody tr {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.mw-table-break_01 table tbody tr:nth-child(2n) {
	background: var(--mw-color-lightgray);
	border-bottom: 1px solid var(--mw-color-lightgray);
}
.mw-table-break_01 table tbody tr td {
	padding: 9px 10px;
}
.mw-table-break_01 table tbody tr td.filter {
	cursor: pointer;
	position: relative;
}
.mw-table-break_01 table tbody tr td.filter:after {
	content: "+";
	padding: 0 0 0 10px;
}
.mw-table-break_01 table tbody tr td.filter.open:before {
	background: #8a81bc;
	bottom: -12px;
	content: "";
	height: 15px;
	left: 20px;
	position: absolute;
	transform: rotate(45deg);
	width: 15px;
}
.mw-table-break_01 table tbody tr td.filter .options {
	background: #8a81bc;
	border-radius: 3px;
	color: #FFFFFF;
	margin: 11px 0 0;
	max-height: 250px;
	min-width: 100%;
	overflow: auto;
	padding: 15px 20px;	
	position: absolute;
	width: auto;
}
.mw-table-break_01 table tbody tr td.filter:last-child .options {
	right: 0;
}
.mw-table-break_01 table tbody tr td.filter:not(.open) .options {
	display: none;
}
.mw-table-break_01 table tbody tr td.filter .options .option {
	cursor: pointer;
	padding: 8px 60px 8px 0;
	position: relative;
}
.mw-table-break_01 table tbody tr td.filter .options .option:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.mw-table-break_01 table tbody tr td.filter .options .option:first-child {
	border-color: #FFFFFF;
	border-width: 2px;
}
.mw-table-break_01 table tbody tr td.filter .options .option:after {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 9px;
	width: 20px;
}
.mw-table-break_01 table tbody tr td.filter .options .option.selected:after {
	background: #FFFFFF;
}
.mw-table-break_01 table tbody tr td.filter .options .option.selected:after {
	background-image: url("/img/layout/check.svg");
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
.mw-table-break_01.filter table tbody tr.hide,
.mw-table-break_01.keywordsearch table tbody tr.hide {
	display: none;
}
.mw-table-break_01.keywordsearch .no-content {
	padding-top: 9px;
}
.mw-table-break_01.keywordsearch .no-content + table {
	display: none;
}

/* mobile */

.mw-table-break_01.responsive > table,
.mw-table-break_01.responsive tbody,
.mw-table-break_01.responsive tr,
.mw-table-break_01.responsive td { 
	display: block; 
}
.mw-table-break_01.responsive tr:first-child { 
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.mw-table-break_01.responsive tr { 
	border-bottom: 1px solid var(--mw-color-lightgray);
}
.mw-table-break_01.responsive td:before {
	content: attr(data-title);
	font-weight: bold;
	left: 10px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 9px;
	white-space: nowrap;
	width: 45%;
}
.mw-table-break_01.responsive td {
	border: medium none;
	padding-left: 50%;
	position: relative;
	text-align: left !important;
	width: auto !important;
}
.mw-table-break_01.responsive tr > td:first-child {
	border-left: 0;
}

/* Stichwortsuche */

.mw-table-break_01 form {
	display: flex;
	margin-bottom: 25px;
}
.mw-table-break_01 form input {
	height: 50px !important;
	padding-left: 12px !important;	
}