@media only screen and (max-width: 720px) {
.Denkmalliste-Tabelle {
border: 1px solid #a2a9b1 !important;
width: 100%;
}
.Denkmalliste-Tabelle table,
.Denkmalliste-Tabelle tbody,
.Denkmalliste-Tabelle td,
.Denkmalliste-Tabelle tr {
display: block;
}
.Denkmalliste-Tabelle tbody {
margin-top: -1px !important;
}
.Denkmalliste-Tabelle th {
display: none;
}
.Denkmalliste-Tabelle tr {
border-top: 1px solid #ccc;
}
.Denkmalliste-Tabelle tr:first-child {
border: none;
}
.Denkmalliste-Tabelle td {
border: none;
position: relative;
text-align: center;
padding-left: 2px;
padding-right: 2px;
width: unset !important;
}
.Denkmalliste-Tabelle br {
display: none;
}
.Denkmalliste-Tabelle br + * {
padding-left: 1em;
}
}
/* Denkmalliste Österreich Tabellenkopf */
/* Denkmalliste Österreich Tabellenzeile */
.Denkmalliste-Tabelle-AT .col-Foto {
border-right: none;
text-align: center;
}
.Denkmalliste-Tabelle-AT .col-Icons {
width: 16px;
border-left: none;
text-align: center;
vertical-align: top;
}
.Denkmalliste-Tabelle-AT .col-Beschreibung {
text-align: left;
}
.Denkmalliste-Tabelle-AT th.col-Metadaten {
background: #999999;
}
.Denkmalliste-Tabelle-AT td.col-Metadaten {
background: #dddddd;
text-align: left;
}
.Denkmalliste-Tabelle-AT .metadata {
font-size: 100%;
padding-left: 1ex;
}
.Denkmalliste-Tabelle-AT .metadata.success,
.Denkmalliste-Tabelle-AT .metadata.error {
font-weight: bold;
}
.Denkmalliste-Tabelle-AT dt,
.Denkmalliste-Tabelle-AT dd {
display: inline;
}
.Denkmalliste-Tabelle-AT dd {
margin-left: 0;
padding-left: 1ex;
}
.Denkmalliste-Tabelle-AT dd::after {
/* <br> */
content: '\A';
white-space: pre;
}