/* Begin Additional CSS Styles */

/* End Additional CSS Styles */
/* --- Anpassungen fuer Joomla 5 (Markup-Aenderungen gegenueber Joomla 3) --- */

/* Joomla 5 kennzeichnet Tabellenueberschriften als visually-hidden; das alte
   Template kannte diese Klasse nicht, dadurch wurde "Beitraege" sichtbar. */
.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* Joomla 5 rendert die Titelspalte als <th scope="row"> statt <td>;
   ohne das waeren alle Eintraege fett. */
.art-content table th[scope="row"],
.art-content th.list-title {
    font-weight: normal;
    text-align: left;
}

/* Zaehler "Seite 1 von 37" wieder linksbuendig wie im Original */
.art-content .com-content-category__counter,
.art-content p.counter {
    float: none;
    padding: 0;
}

/* Joomla 5 benennt Beitragsueberschriften anders als Joomla 3.
   Diese Zuordnung gibt ihnen wieder das Aussehen von .art-postheader. */
.art-content h2.item-title,
.art-content h1.article-title,
.art-content .page-header h1,
.art-content .page-header h2,
.art-content .com-content-category__title {
    color: #4E6883;
    margin: 5px 10px;
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    border: 0;
    padding: 0;
}

.art-content h2.item-title a,
.art-content h2.item-title a:link,
.art-content h2.item-title a:visited,
.art-content h1.article-title a,
.art-content .page-header h1 a,
.art-content .page-header h2 a {
    color: #FB7F41;
    text-decoration: none;
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
}

.art-content h2.item-title a:hover,
.art-content h1.article-title a:hover,
.art-content .page-header h1 a:hover,
.art-content .page-header h2 a:hover {
    color: #4E6883;
    text-decoration: none;
}
