table.paragraphtable td {text-align: left !important;}

th.header {font-weight: 500 !important;}

td strong {font-weight: 600;}

/*Responsive Tabelle*/

/* Grundlayout: normale Tabelle */
.tablecontainer table {
  width: 100%;
  border-collapse: collapse;}

.tablecontainer th,
.tablecontainer td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: left;}

#content table tbody > tr > td:last-child p > br {
    display: none;}

/*Buttons*/
#content table tbody > tr > td:last-child p > a {
    display: inline-block;
    margin: 6px;
    padding: 17px 35px 17px 35px;
    background: #eb1e32;
    font: 17px 'Noto Sans', Tahoma, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0px;
    border-radius: 32px;
    width: calc(100% - 10px);
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    font-size: clamp(16px, 2vw, 17px);
}

#content table tbody > tr > td:last-child p > a:hover {
    background: #d41a2c;
}


/* Responsive ab 1024px */
@media (max-width: 1023px) {
.tablecontainer table,
.tablecontainer thead,
.tablecontainer tbody,
.tablecontainer th,
.tablecontainer td,
.tablecontainer tr {
    display: block;}

#content table tbody > tr > td:last-child p > a {
    width: 100% !important;}

/* Header ausblenden */
.tablecontainer thead {display: none;}

/* Jede Tabellenzeile wie Karte */
.tablecontainer tr {border-bottom: 20px solid #ffffff;}

/* Zellen vollbreit und untereinander */
.tablecontainer td {
    width: 100% !important;
    border: none !important;
    padding: 10px 0 !important;}

table tr > td:first-child{
    padding-top: 20px !important;}

table tr > td:last-child{
    padding-bottom: 20px !important;}

/* Spaltenname über dem Wert */
.tablecontainer td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--vernetzt-blau);
    display: block;
    margin-bottom: 4px;}

#content table td {
    padding: 10px 20px !important;
    box-sizing: border-box;}

#content table tr > td:first-child{
    padding-top: 20px !important;
    background: var(--vernetzt-blau);
    color: white !important;
    border-radius: 0 !important;
    border-bottom: 10px solid #f5f5f5 !important;
    padding-bottom: 15px !important;}

#content table tr > td:first-child *,
.tablecontainer td:first-child::before{
    color: white !important;}

#content table tr > td:last-child{
    padding-bottom: 20px !important;}

#content table tbody > tr > td:last-child p > a {
    margin: 5px 0 !important;}
}