.el-tables.tableFixed .table-wrapper table {
	table-layout: fixed;
}
.el-tables .table-wrapper table {
    
}
.el-tables .table-wrapper table {
    table-layout:auto;
    width:100%;
    cellspacing:0;
}
.el-tables .table-wrapper tbody tr > td {
	position: relative;
    font-family: Arial, sans-serif;
	padding: 16px 20px;
	font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #808080;
    background-color: #F1F4F5;
}
.el-tables .table-wrapper tbody tr > td a {
    color: #FF8918;
    text-decoration: none !important;
}
/* .el-tables .table-wrapper tbody tr > td,
.el-tables .table-wrapper thead tr > td {
    border-right: 1px solid #DFD9D0;
} */
.el-tables .table-wrapper tbody tr > td:last-child,
.el-tables .table-wrapper thead tr > td:last-child {
    border-right: none !important;
}


.el-tables.look-default .table-wrapper tbody tr {
	border-top: 2px solid white;
}
.el-tables.look-default .table-wrapper tbody tr:first-child {
	border-top: none !important;
}

.el-columns .el-tables .nl-section-padding {
    padding-top: 0px !important;
}

/* FIXE BREITEN */

.el-tables.fixed-td-120 .table-wrapper table tr > td:first-child {
    width: 120px;
}
.el-tables.fixed-td-140 .table-wrapper table tr > td:first-child {
    width: 140px;
}
.el-tables.fixed-td-160 .table-wrapper table tr > td:first-child {
    width: 160px;
}
.el-tables.fixed-td-180 .table-wrapper table tr > td:first-child {
    width: 180px;
}
.el-tables.fixed-td-200 .table-wrapper table tr > td:first-child {
    width: 200px;
}

/* ÜBERSCHRIFT */

.el-tables-headline {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FF8918;
    padding: 15px 15px 15px 0px;
}
.el-tables-headline.headline-color-color-green {
    color: #73E01E;
}
.el-tables-headline-brezel {
    padding: 15px 20px 15px 0px;
}
.el-tables-headline-table-row {
    border-top: 2px solid #FF8918;
}
.el-tables-headline-table-row.color-green {
    border-top: 2px solid #73E01E;
}

/* HEADER */

/* .el-tables.look-article.tableHeader .table-wrapper thead td,
.el-tables.look-default.tableHeader .table-wrapper thead td {
	background-color: #F4F2EF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 135%;
    letter-spacing: 0.09em;
    text-align: left;
    text-transform: uppercase;
    color: #5F4313;
    padding: 12px;
}
.el-tables.look-default.tableHeader .table-wrapper thead td {
	background-color: #F0F2EF;
    color: #8BA820;
}
.el-tables.look-summary.tableHeader .table-wrapper thead td {
	background-color: #F0F2EF;
    color: #464646;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    padding: 12px;
} */

/* FOOTER */

/*         */