/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ---------------------------------------- Akkordeon ------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BP_Vorwort-SBBZ_14 > h2,
.BP_Kapitel-SBBZ_54 > h2,
.BP_Kapitel-SBBZ_51 > h2,
.BP_Kapitel-SBBZ_52 > h2,
.BP_Kapitel-SBBZ_53 > h2 {
    background-image: url(images/aufklapp-minus.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #b70017;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.BP_Vorwort-SBBZ_14 > h2:hover,
.BP_Kapitel-SBBZ_54 > h2:hover,
.BP_Kapitel-SBBZ_51 > h2:hover,
.BP_Kapitel-SBBZ_52 > h2:hover,
.BP_Kapitel-SBBZ_53 > h2:hover {
    text-decoration: underline;
}

.BP_Vorwort-SBBZ_14.closed > h2,
.BP_Kapitel-SBBZ_54.closed > h2,
.BP_Kapitel-SBBZ_51.closed > h2,
.BP_Kapitel-SBBZ_52.closed > h2,
.BP_Kapitel-SBBZ_53.closed > h2 {
    background-image: url(images/aufklapp-plus.png);
}

.BP_Vorwort-SBBZ_14_Content,
.BP_Kapitel-SBBZ_54_Content,
.BP_Kapitel-SBBZ_51_Content,
.BP_Kapitel-SBBZ_52_Content,
.BP_Kapitel-SBBZ_53_Content {
    display: none;
}

.mod-article .well.article .wrap-content .BP_Vorwort-SBBZ_14 > h2,
.mod-article .well.article .wrap-content .BP_Kapitel-SBBZ_54 > h2,
.mod-article .well.article .wrap-content .BP_Kapitel-SBBZ_51 > h2,
.mod-article .well.article .wrap-content .BP_Kapitel-SBBZ_52 > h2,
.mod-article .well.article .wrap-content .BP_Kapitel-SBBZ_53 > h2 {
    margin: 10px 0;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline {
    cursor: pointer;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline th span {
    float: right;
    transition-duration: .2s;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline.open th span {
    transform: rotate(180deg);
    transition-duration: .2s;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row {
    display: none;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row.open {
    display: table-row;
    transition-duration: .2s;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ----------------------------------- Einfache Tabelle ----------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

table.BP_Einfache_Tabelle-SBBZ_6_TAB {
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Headline th {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 10px;
}
.BP_Einfache_Tabelle-SBBZ_6_TAB_Headline th[colspan] {
	text-align: center;
	color: #ffffff;
    background-color: #b70017;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Headline th:first-child {
    border-right: 1px solid black;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Headline th:last-child {
    border-left: 1px solid black;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Row td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid black;
    padding: 10px;
}
.BP_Einfache_Tabelle-SBBZ_6_TAB_Row td > p {
	margin-bottom: 0 !important;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Row td:first-child {
    border-right: 1px solid black;
}

.BP_Einfache_Tabelle-SBBZ_6_TAB_Row td:last-child {
    border-left: 1px solid black;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------- Kompetenzfelder Tabelle ------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

table.BP_KF_Tabelle-SBBZ_6_TAB {
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Headline th,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Headline th,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline th {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding: 10px;
    color: #ffffff;
    background-color: #b70017;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Headline th:first-child,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Headline th:first-child,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline th:first-child {
    border-right: 1px solid black;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Headline th:last-child,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Headline th:last-child,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Headline th:last-child {
    border-left: 1px solid black;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row td,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row td,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid black;
    padding: 10px;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row td:first-child,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row td:first-child,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row td:first-child {
    border-right: 1px solid black;
    width: 50%;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row td:last-child,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row td:last-child,
.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row td:last-child {
    border-left: 1px solid black;
    width: 50%;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row ul {
    list-style: none;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.BP_KF_Tabelle_Verweise_Zeile_3-SBBZ_TAB_Row ul li {
    margin-bottom: 0 !important;
}

.BP_KF_Tabelle-SBBZ_6_TAB div.LP, .BP_KF_Tabelle-SBBZ_6_TAB div.pTK, .BP_KF_Tabelle-SBBZ_6_TAB div.iTK,
.BP_KF_Tabelle-SBBZ_6_TAB div.bTK, .BP_KF_Tabelle-SBBZ_6_TAB div.cTK, .BP_KF_Tabelle-SBBZ_6_TAB div.dTK,
.BP_KF_Tabelle-SBBZ_6_TAB div.rgTK, .BP_KF_Tabelle-SBBZ_6_TAB div.allgTK,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.LP, .BP_Einfache_Tabelle-SBBZ_6_TAB div.pTK, .BP_Einfache_Tabelle-SBBZ_6_TAB div.iTK,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.bTK, .BP_Einfache_Tabelle-SBBZ_6_TAB div.cTK, .BP_Einfache_Tabelle-SBBZ_6_TAB div.dTK,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.rgTK, .BP_Einfache_Tabelle-SBBZ_6_TAB div.allgTK, 
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.LP, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.pTK, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.iTK,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.bTK, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.cTK, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.dTK,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.rgTK, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.allgTK {
    float: left;
    padding-right: 15px;
}

.BP_KF_Tabelle-SBBZ_6_TAB a span,
.BP_Einfache_Tabelle-SBBZ_6_TAB a span,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB a span {
    display: none;
}

.BP_KF_Tabelle-SBBZ_6_TAB a,
.BP_Einfache_Tabelle-SBBZ_6_TAB a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB a {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}

.BP_KF_Tabelle-SBBZ_6_TAB .pTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .pTK a, 
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .pTK a {
    background-image: url(images/P.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .iTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .iTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .iTK a {
    background-image: url(images/I.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .LP a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .LP a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .LP a {
    background-image: url(images/L.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .bTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .bTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .bTK a {
    background-image: url(images/B.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .cTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .cTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .cTK a {
    background-image: url(images/C.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .dTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .dTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .dTK a {
    background-image: url(images/D.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .rgTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .rgTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .rgTK a {
    background-image: url(images/RG.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .allgTK a,
.BP_Einfache_Tabelle-SBBZ_6_TAB .allgTK a,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB .allgTK a {
    background-image: url(images/Pfeil.png);
}

.BP_KF_Tabelle-SBBZ_6_TAB .bold {
    font-weight: bold;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row ul,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row ul {
    position: relative;
    list-style: none;
    margin-left: 0 !important;
    padding-left: 2.1em;
    margin-top: 0 !important;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row li,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row li {
    margin-left: 7px;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row li:before,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row li:before {
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #b70017;
}

.BP_KF_Tabellen_Zeile_1-SBBZ_TAB_Row li.list,
.BP_KF_Tabellen_Zeile_2-SBBZ_TAB_Row li.list {
    list-style: disc;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------- Kapitel Anhang ---------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BP_Tabelle_ABK-SBBZ_TAB{
    border: 1px solid black;
    width: 100%;
}

.BP_Tabelle_ABK-SBBZ_Head th{
    text-align: left;
    font-weight: bold;
    border: 1px solid black;
    padding-left: 10px;
}

.BP_Tabelle_ABK-SBBZ_Cell td{
    text-align: left;
    border: 1px solid black;
    padding-left: 10px;
}

table.BP_Tabelle_Verweistyp-SBBZ_5_TAB{
    border: 1px solid black;
    width: 100%;
}

.BP_Tabelle_Verweistyp_SBBZ_Head th{
    background-color: lightgrey;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
    padding: 15px;
}

.BP_Tabelle_Verweistyp_SBBZ_Cell td{
    border: 1px solid black;
    padding: 10px;
}

.BP_Tabelle_Verweistyp_SBBZ_Vicon {
    display: flex;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* -------------------------------- leftNavigation ---------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.leftNavigation ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
}
.leftNavigation ul li{
    display: flex;
}

.composedcontent-bp_sbbz_left-navigation {
    position: sticky;
    left: 0;
    top: 0;
    padding: 13px 0;
    overflow: auto;
    width: 100%;
    z-index: 9999;
    color: #b70017;
    max-height: calc(100% - 26px);
}

@media (max-width: 1559px) {
    .composedcontent-bp_sbbz_left-navigation.sticky {
        position: fixed;
        left: inherit;
        top: 0;
        padding: 13px 0;
        width: 200px;
        overflow: auto;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------- BP_SBBZ_Metadata --------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bildungsplan-download_files {
    display: flex;
    justify-content: flex-end;
}

.bildungsplan-download_files .button {
    background-color: #b70017;
    border: 1px solid white;
    color: white;
    padding: 8px 21px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 0.125rem;
}

.bildungsplan-download_files .button:hover {
    background-color: white;
    color: #b70017;
    border: 1px solid #b70017;
}


.leftNaviContainer {
    position: absolute;
    left: 0;
    top: 0;
}
.leftNavigationOpen {
    display: none;
}
@media (max-width: 1650px) {
    .leftContainerNav {
        display: none;
    }
    .leftNavigationOpen {
        display: block;
    }
    .leftContainerNav {
        width: 370px !important;
    }
    .composedcontent-bp_sbbz_left-navigation.span3 {
        max-width: 350px;
    }
}
.leftContainerNav {
    position: absolute;
    height: 100%;
    max-height: calc(100% - 49px);
    top: 37px;
    width: 20%;
    background-color: #fff;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
    z-index: 3;
}

.composedcontent-bp_sbbz_left-navigation li {
    padding: 10px 10px 10px 0 !important;
    font-size: 18px;
}

.composedcontent-bp_sbbz_left-navigation a {
    color: #b70017;
    font-size: 18px;
}

.composedcontent-bp_sbbz_left-navigation li:hover {
    background-color: #b70017;
    color: #fff;
}

.leftNavigation {
    color: #b70017;
}

.composedcontent-bp_sbbz_left-navigation li:hover a {
    color: #fff;
}

.leftNavigationOpen {
    background-color: #b70017;
    width: 20px;
    height: 20px;
    position: sticky;
    top: 0px;
    padding: 16px;
    color: #fff;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.leftNavigationOpenContainer {
    position: absolute;
    top: 37px;
    height: 100%;
    z-index: 100;
}

.leftNavigation .close {
    position: absolute;
    right: 20px;
    top: 11px;
}

@media screen and (max-width: 450px) {
    .leftNavigation .close  {
        right: unset;
        left: 20px;
    }
}

.leftNavigation li span {
    display: block;
    margin-right: 6px;
    padding-left: 10px;
}

.BP_KF_Tabelle-SBBZ_6_TAB div.LP img, .BP_KF_Tabelle-SBBZ_6_TAB div.pTK img, .BP_KF_Tabelle-SBBZ_6_TAB div.iTK img,
.BP_KF_Tabelle-SBBZ_6_TAB div.bTK img, .BP_KF_Tabelle-SBBZ_6_TAB div.cTK img, .BP_KF_Tabelle-SBBZ_6_TAB div.dTK img,
.BP_KF_Tabelle-SBBZ_6_TAB div.rgTK img, .BP_KF_Tabelle-SBBZ_6_TAB div.allgTK img,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.LP img, .BP_Einfache_Tabelle-SBBZ_6_TAB div.pTK img, .BP_Einfache_Tabelle-SBBZ_6_TAB div.iTK img,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.bTK img, .BP_Einfache_Tabelle-SBBZ_6_TAB div.cTK img, .BP_Einfache_Tabelle-SBBZ_6_TAB div.dTK img,
.BP_Einfache_Tabelle-SBBZ_6_TAB div.rgTK img, .BP_Einfache_Tabelle-SBBZ_6_TAB div.allgTK img,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.LP img, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.pTK img, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.iTK img,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.bTK img, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.cTK img, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.dTK img,
.BP_Tabelle_Verweistyp-SBBZ_5_TAB div.rgTK img, .BP_Tabelle_Verweistyp-SBBZ_5_TAB div.allgTK img {
    display: none;
}
