#studienverlaufsplan_container {
    font-size: smaller;
}

#studienverlaufsplantabelle tbody tr {
    vertical-align: top;
}

.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td, .ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default, th.ms-rteTable-default, .ms-rtetablecells{

padding: 0px;


}

table.ms-rteTable-default {
    margin-top: -27px !important;
    margin-bottom: -25px !important;
}

 #legendDescription {
            font-family: arial;
            font-weight: bold;
            font-size: 12px;
        }

        .legendeTabelle td {
            font-weight: 550;
            font-size: 11px;
            width: 100px;
        }

        table.legendeTabelle {
            margin: 5px;
        }

/* Modullayouts
*/

.modulelement  {
    cursor: pointer;
}

.modulkopf {
    padding-left: 5px;
}

table.ms-rteTable-default {
    margin-top: -27px !important;
}

div p:first-of-type {
    display: block !important;
}

/* Grundlegendes Layout der Titel aller Module */
.modulkopf h4 {
    font-weight: bold;
    padding-top: 5px;
}

.modulkopf p.creditpoints {
    padding-bottom: 2px;
    font-size: smaller;
}


/* Individuelle Layouts der Modultypen, inkl. des Modultitels */
.modul_Grundlagen_MNT, .modul_Grundlagen_MNT .modulkopf h4 {
    background-color: #DD0000;
    color: white;
}

.modul_Berufsfeldvertiefung, .modul_Berufsfeldvertiefung .modulkopf h4 {
    background-color: #CC4444;
    color: white;
}

.modul_Projekte, .modul_Projekte .modulkopf h4 {
    background-color: #888888;
    color: white;
}

.modul_Sonstige, .modul_Sonstige .modulkopf h4  {
    background-color: #550000;
    color: white;
}

/* Spezielle Layouts für Berufsfelder BMT */
.modul_Berufsfeld_Audio, .modul_Berufsfeld_Audio .modulkopf h4 {
    background-color: #9CDEFF;
    color: black;
}

.modul_Berufsfeld_Video, .modul_Berufsfeld_Video .modulkopf h4 {
    background-color: #FF5DA6;
    color: black;
}

.modul_Berufsfeld_VR, .modul_Berufsfeld_VR .modulkopf h4 {
    background-color: #FF90B0;
    color: black;
}

.modul_Berufsfeld_AV, .modul_Berufsfeld_AV .modulkopf h4 {
    background-color: #D889FF;
    color: black;
}

.modul_Berufsfeld_Web_und_Multimedia, .modul_Berufsfeld_Web_und_Multimedia .modulkopf h4 {
    background-color: #9CC507;
    color: black;
}

/* Spezielle Layouts für Berufsfelder BMI */
.modul_Informatik, .modul_Informatik .modulkopf h4 {
    background-color: #f9d24d;
    color: black;
}

.modul_Digitale_Medien, .modul_Digitale_Medien .modulkopf h4 {
    background-color: #ff9900;
    color: black;
}

/* Layouts für Modullegende
*/
#tabellenlegende_td {
    padding-top: 1%;
}

#tabellenlegende_td fieldset {
    padding-right: 10%;
}

#kategorieliste li {
    list-style-type: square;
    color: black;
}

#kategorieliste li p {
    padding: 2%;
}




/* Layouts für die Popups bei Auswahl eines Moduls
*/

/* Hintergrund für Lightbox */
#moduldetailsbereich {
    
    position: fixed;
    z-index: 19;
    
    display: none;

    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);   
}


.modulkurscontainer {
    background-color: white;
    color: black;
    position: absolute;    
    display: none;

    top: 1%;
    left: 25%;
    
    width: 50%;
    
    overflow-y: scroll;
    max-height: 720px;
    

    padding: .5%;
    border: 1px solid black;
    
    z-index: 20;
    text-align: left;
}


.modulkurscontainer .schliessen_btn {
    float: right;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

.kursdetails {
    padding-top: 10px;
}



.modulkurscontainer div img {
    display: block;
    width: 55%;
    margin-left: auto !important; 
    margin-right: auto !important;
}




/* Layout für Einstellung von Kursdetails bei Modulen mit Kursauswahl
*/

.kurs_vertiefungsschwerpunkt {
    font-size: 18px;
    
}

.modulkursselektion {
    display: none;
    font-size: 18px;
}


/* MINT Fächer in Blau*/

#MINT {
    background-color: #00AFD7;
    color: white;
}



.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td, .ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default, th.ms-rteTable-default, .ms-rtetablecells {
    border: 0px;
}


div p:first-of-type{
    display: none;
}



p.mystyleElement-P {
    display:block !important; 
}