a { 
    text-decoration:none;
    color: #000000;
    }

    .groß
        {
        font-size:70px;
        text-align: center;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        font-family: Georgia, Times, serif;
        }
    .groß a {
        font-family: Georgia, Times, serif;
        font-size: inherit;
        color: inherit;
    }
    .klein
        {
        font-size:35px;
        /* text-align: center; */
        /* display: flex;
        align-items: center;
        justify-content: center; */
        font-family: Georgia, Times, serif;
        }

        .ganzklein
        {
        font-size:15px;
        /* text-align: center; */
        /* display: flex;
        align-items: center;
        justify-content: center; */
        font-family: Georgia, Times, serif;
        }
        
    /* Stelle sicher, dass alle Kapitel-Links die gleiche Schriftart verwenden */
    .groß a,
    .groß a:link,
    .groß a:visited,
    .groß a:hover,
    .groß a:active {
        font-family: Georgia, Times, serif !important;
        font-size: 70px !important;
        text-decoration: none;
        color: #000000;
    }

        .zusammenfassung
        {
        font-size:15px;
        text-align: left; 
        font-family: Georgia , Times, serif;
        /* Schöner Rahmen für die KI-Zusammenfassung */
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        border: 2px solid #4a90e2;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
        padding: 20px;
        margin: 15px 0;
        max-width: 100%;
        line-height: 1.6;
        color: #333;
        position: relative;
        overflow: hidden;
        }
        
        /* Dekorativer Akzent oben am Rahmen */
        .zusammenfassung::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #4a90e2, #357abd, #4a90e2);
        }
        
        /* Stil für Absätze innerhalb der Zusammenfassung */
        .zusammenfassung p {
            margin: 10px 0;
            text-align: justify;
        }
        
        /* Stil für erste Zeile (Einrückung) */
        .zusammenfassung p:first-child {
            text-indent: 1.5em;
        }
        
        /* Hover-Effekt für bessere Interaktivität */
        .zusammenfassung:hover {
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
            transition: all 0.3s ease;
        }
        
        /* Animation beim Einblenden */
        .zusammenfassung {
            animation: fadeInUp 0.5s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Stil für Links innerhalb der Zusammenfassung */
        .zusammenfassung a {
            color: #4a90e2;
            text-decoration: none;
            border-bottom: 1px solid #4a90e2;
            transition: all 0.2s ease;
        }
        
        .zusammenfassung a:hover {
            color: #357abd;
            border-bottom-color: #357abd;
        }

    .center {
        margin-left: auto;
        margin-right: auto;
    }
    td {
        text-align:center; 
        vertical-align:middle'
    }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
