* {
    color: #555B6E !important;
    border-color: #555B6E !important;
    -moz-hyphens: auto;
    hyphens: auto;
}

a:hover, a:focus {
    outline: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    line-height: 24px;
    color: black;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
    color: black;
}

#accordion .panel-title a:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 20px;
    transition: all 0.3s ease 0s;
    color: black;

}


#accordion .panel-title a.collapsed:before {
    content: "\f078";
    color: black;
    /*content: "\107";*/
}

#accordion .panel-body {
    font-size: 16px;
    color: black;
    line-height: 25px;
    padding: 14px 20px;
}

#accordion .panel-default {
    border: none
}
#accordion .professor {
    line-height: 1;
}

#accordion .professor span {
    font-size: 10px;
}
#accordion .professor .spacer  {
    font-size: 1px;
}

#accordion .auswahl_menue {
    margin-left: 5%;
}

.auswahl-hover tbody tr:hover {
    filter: brightness(0.93) !important;
}


.th-table-left{
    max-width: 30% !important;
}

.th-table-right{
    width: 70% !important;
}


.th-table-auswahl-right{
    width: 10% !important;
}

.th-table-auswahl-right-two{
    width: 15% !important;
}

.lightBackground {
    background: #f5f5f5;
}

.topBorderLess {
    border-top: none !important;
}

.bottomBorderLess {
    border-bottom: none !important;
}

.jumbotron {
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f5f5f5;
    border: 0px solid black;
    color: black;
    padding: 20px;
}


.subTopicHeader {
    font-size: 18px !important;
    font-weight: bold;
}

th, td {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    /*overflow-wrap: break-word;*/
    -moz-hyphens: auto;
    hyphens: auto;
}

table {
    table-layout: fixed;
    width: 100%;

}

.spezLernziele {
    background: #FFFFFF !important;
}

.sepaPruefung {
    background: #FFFFFF !important;
}

.innerPanelTitle {
    padding: 15px 20px 15px 20px;
}

.innerPanel {
    background: #FFFFFF !important;
}

.tableWrapperPadding {
    padding-left: 4em;
    padding-right: 4em;
}

.logo {
    margin-left: 10px;
    margin-top: 20px
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    background: #ff0;
    padding: 10px;
}

#body {
    padding: 10px;
    /*padding-bottom:60px;*/
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: black;
}

@media print {
    .page-break {
    }

    .no-print {
        display: none;
    }

    .no-Screen {
    }

    .panel-collapse {
        display: block !important;
        height: auto !important;
    }

    #accordion .panel-title a:before {
        content: "\f077";
    }

    #accordion .panel-title a.collapsed:before {
        content: "\f077";
    }
}

@media screen {
    .no-print {
    }

    .no-screen {
        display: none;
    }
}

@media (max-width: 768px) {
    .col {
        width: 100% !important;
    }

    #accordion .panel-title a:before {
        font-weight: 600;
        font-size: 14px !important;;
    }

    .headL {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.2;
    }

    .subTopicHeader {
        font-size: 14px !important;
        font-weight: bold;
    }

    #accordion .panel-body {
        font-size: 13px !important;
        color: black;
        line-height: 25px;
    }
}