        :root {     --FarbeTitel1: rgb(0, 126, 204);
                    --FarbeTitel2: rgb(255, 185, 0);
                    --Farbe1: #007DCC;
                    --Farbe2: #FFB900;
                    --Farbe3: #D10056;
                    --Farbe4: #B2054C;
                    --Farbe5: #08F;
                    --Farbe6: #0DF;
                    --hellgrau: #CCC;
                    --gruen1:rgb(21, 102, 36);
                    --gruen2:rgb(74, 162, 90);
                    --gruen3:rgb(106, 221, 127);
                    --weiß: #FFFFFF;
                }       
        
        body {
            font-family: Arial, sans-serif;
            font-size: 1em;
            background: var(--weiß);
        }

        a {
            text-decoration: none;
            font-weight: bold;
        }

/* Titel*/

.header {
    display: flex;
    align-items: center;        /* alles vertikal mittig */

    background: var(--weiß);
    border-radius:10px;
    border:3px solid var(--Farbe1);
    padding:10px;
    margin:0;
    gap:15px;
}


/* Logo links */
.Logo {
     height: 7rem;
     width: auto;
     margin-right: 1em;
}


/* Block mit beiden Überschriften */
.TitelBlock {
    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* Hauptüberschrift */
.Title1 {
    color:var(--FarbeTitel1);
    font-weight:700;
    font-size:5em;
    line-height:1;
    margin:0;
    padding:0;
}


/* Unterüberschrift */
.Title2 {
    color:var(--Farbe2);
    font-weight:700;
    font-family:Consolas, "Courier New", monospace;
    font-size:2em;
    line-height:1.1;
    margin:0;
    padding:0;
}
  

button {
    background: white;
    color: var(--Farbe2);
    border: 2px solid var(--Farbe2);
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    color: var(--Farbe3);
    border: 2px solid var(--Farbe3);
}



        
/* rechts die Ordner Breadcrump */
        .Breadcrump{  /* Einzeltitel */
            color:var(--Farbe2);
            font-weight: bold;
            margin: 0;
            margin-left: 1em;
            margin-bottom: 0.5em;
            margin-top:0.5em;
            padding: 0;
            font-size:1.3em; 
        }

.breadcrumbs {
    margin:0;
} /* gibts theoretisch, sind auskommentiert*/




.titelZeile { 
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

    
/* Themen gibt es nicht */
        .Themen{color:var(--Farbe3);
            font-weight: bold;}

        .ordnerSuche {
            display: flex;
            gap: 5px;
        }

        .ordnerSuche input {
            width: 120px;
            padding: 5px;
        }

        .ordnerSuche button {
            padding: 5px 10px;
        }

/* Ordnertitle rechts und Suchfeld  */ 

        .trenner {
            width: 6px;
            cursor: col-resize;
            background: #ddd;
            user-select: none;

            touch-action: none;
               
            align-self: stretch;
            }


        .dateien {
            flex: 1;
            min-width: 0;
            background: white;
            align-items: stretch;
        }

        .bereich {  /*Bereich geht komplett um alle herum */
            display: flex;
            width: 100%;
           min-height:100vh;
           
        }

        .homeAnzeige { /* Der Home-Link*/  
            margin:0;
            padding:0;
            
        }

        .TitleHome {
            margin:0;
            padding: 0;
            margin-top:0.5em;
        }

        .baum {
            width: 25%;
            border-right: 1px solid #999;
            padding-right: 15px;
            white-space: nowrap;
            overflow: hidden;
            background-color: white;
            color: var(--Farbe1);
            line-height: 1.5;
            font-size: 1.2em;
        }

        .baum a {
            text-decoration: none;
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background-color: white;
            color: var(--Farbe1);
            line-height: 1.1;
            font-size: 1em;
            margin-left:0.2em;
        }

        .baum a:hover {
             color: var(--Farbe5);
        }

        .baum a:active {
            color: var(--Farbe6);
        }

        .ProgrammeUndApps {
            margin-top: 1em;
            color: var(--Farbe3);
            font-weight: bold;
        }

       /* .breadcrumbs {
            margin-bottom: 15px;
            color: var(--Farbe3);
        }*/

        .dateiliste {
            line-height: 8;
            
        }

        .pdfViewer {
            margin-top: 25px;
            margin-bottom: 40px;
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .pdfCanvasContainer {
            width: 100%;
        }

        .pdfToolbar {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .pdfToolbar button {
            padding: 4px 12px;
        }

        .pageInfo {
            width: 70px;
            text-align: center;
        }

        .pdfCanvasContainer {
            width: 100%;
        }

        .pdfViewer canvas {
            display: block;
            /*border:1px solid #999;*/
            max-width: none;
            height: auto;
        }

        .pdfViewer canvas.geladen {
            border: 1px solid #999;
        }

        .pdfAnzeige {
            width: 100%;
            overflow: hidden;
        }

        /* Überschrift der angezeigten Kategorien*/
        .dateiTitel {
            margin-top: 1em;
            margin-bottom: 0;
            margin-left: 1em;
            color: var(--Farbe4);
            line-height: 1em;
            font-size: 1.3em;
        }
        
        /*angezeigte Dateilinks*/
        .dateiZeile {
            margin-top: 0.3em;
            margin-bottom: 0em;
            margin-left: 1em;
            color: var(--Farbe2);
            line-height: 1em;
            font-size: 1.1em;
            font-weight: bold;
        }

        .dateiZeile a {
            margin-top: 0.3em;
            margin-bottom: 0em;
            margin-left: 1em;
            color: var(--Farbe2);
            line-height: 1em;
            font-size: 1.1em;
            font-weight: bold;
        }

        .dateiZeile a:hover {
            color: var(--Farbe3);
        }

    /* Lösungen*/
        .dateiTitelLoesungen {
            margin-top: 1em;
            margin-bottom: 0;
            margin-left: 1em;
            color: var(--gruen1);
            line-height: 1em;
            font-size: 1.3em;
        }
        
        /*angezeigte Dateilinks*/
        .dateiZeileLoesungen {
            margin-top: 0.3em;
            margin-bottom: 0em;
            margin-left: 1em;
            color: var(--gruen2);
            line-height: 1em;
            font-size: 1.1em;
            font-weight: bold;
        }

        .dateiZeileLoesungen a {
            margin-top: 0.3em;
            margin-bottom: 0em;
            margin-left: 1em;
            color: var(--gruen2);
            line-height: 1em;
            font-size: 1.1em;
            font-weight: bold;
        }

        .dateiZeileLoesungen a:hover {
            color: var(--gruen3);
        }

        .bildAnzeige {
            width: 100%;
            text-align: center;
        }

        .bildAnzeige img {
            width: 80%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .memoBild {
            width: 80%;
            height: auto;
            display: inline-block;
        }

/* PROGRAMME UND APPS */

    .APPKategorie {  /* Kategorien Titel*/
        margin-top:2em;
        margin-bottom:1em;
        border:none;
        margin-left: 1em;   

        font-size:1.3em; 
        font-weight:bold;
        color: var(--Farbe4);
        margin-bottom:0.2em;
    }

    /* Achtung, mit "n" - Bereich um alle  Kacheln einer Kategorie*/

    .APPKacheln{
        width:100%;
        display:grid;
        grid-template-columns:1fr;
        gap:0.5em;
    }

    /* einzelne Kachel */

    .APPKachel{
        background:white;
        /*border-radius:15px;*/
        overflow:hidden;
        /*border: 1px solid black;*/

            position: relative;
         overflow: visible;
    }

    .APPKachel a{
        text-decoration:none;
        color:black;
        display:flex;
        align-items:center;
        justify-content:space-between;
        border:1px dashed transparent;
        margin-left: 2em;
        margin-right: 1em;
    }

    .APPKachel:hover{
         z-index: 1000;
    }

    .APPKachel a:hover{
        background:white;
        border: 1px dashed black; 
        margin-left: 2em;
        margin-right: 1em;
    }

    /* Screenshot */

    .APPKachel img{
        height:4em;
        width:auto;
        border:1px solid #FFF;
        background:white;
        /*border-radius:8px;*/
        order:2;
          transition: transform 0.3s ease;
    }

    .APPKachel img:hover {
        transform: scale(5);
        border: 1px var(--Farbe4) solid;
        transform-origin: right center;
    }


    /* Text in der Kachel - Inhalt - Titel - Beschreibung*/
    .APPRahmen{
        padding:0.1em;
        order:1;
    }

    .APPTitel{
        font-size:1.1em; 
        font-weight:bold;
        background: var(--weiß);
        color: var(--Farbe2);
        margin-bottom:0.2em;
    }

    .APPBeschreibung{
        font-size: 1em;
        line-height:1;
        font-weight:normal;
        background: var(--weiß);
        color: var(--Farbe4);
    }

    .textDatei {
        margin-top:2em;
        margin-bottom:2em;
        border:none;
        margin-left: 1em;   
        font-size:1.1em; 
        color: var(--Farbe4);
        margin-bottom:2em;
    }

    .Uebersicht {       
        margin-top:10em;
        margin-bottom:1em;
        border:none;
        margin-left: 1em;   
        font-size:1em; 
        color: var(--hellgrau);}

        
        .videoAnzeige {
            display: none;
            margin: 1em 0;
            text-align: center;
        }

        .videoAnzeige video {
            width: 80%;
            max-height: 600px;
            border: 1px solid black;
            display: inline-block;
        }

        .videoKopf {
            width: 80%;
            margin: 0 auto 10px auto;
            text-align: right;
        }

        #videoSchliessen {
            padding: 6px 12px;
            cursor: pointer;
        }

        .impressum {
            color: var(--Farbe2);
            text-decoration: none;
            font-weight: normal;
        }

        .impressum:hover {
            color: var(--Farbe2);
        }

        footer {
            border-top: 1px solid var(--Farbe1);
            padding: 8px 0;
            text-align: center;
        }

    /* Tablet */

    @media(max-width:900px){

        /*.kacheln{
            grid-template-columns:
                repeat(2,1fr);
        }*/

    }

    /* Smartphone */
    @media screen and (max-width:600px)
    {
        /*.kacheln
        {
            grid-template-columns:1fr;
        }
        .kachel
        {
            width:100%;
        }
    body{
            margin:15px;
        }*/
    }
