﻿.cookies {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dcecf9;
    z-index: 10;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    transition: padding .3s ease-in-out;
    padding: 30px 10px;
}

.cookies__text {
    color: #4d4d4d;
    margin-right: 30px;
    text-align: center;
}

.cookies .cookies__button {
    overflow: visible;
    display: inline-block;
}

.span_editionen_modul3 {
    font-size: x-small;
    background: #0645d2;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.span_editionen_modul2 {
    font-size: x-small;
    background: #3472fc;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.span_editionen_modul1 {
    background: #82a8fc;
    font-size: x-small;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.td_aktuelle_Version {
    padding-left: 10px;
    font-size: small;
    vertical-align: text-top;
    color: rgb(126, 126, 126);
}

.span_keywords_index {
    padding: 5px;
    margin: 5px;
    font-size: small;
    color: white;
}

.div_tab_Software_Docu_subTitle {
    width: 180px;
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.div_tab_Software_Docu_Title {
    width: 180px;
}

.iframe_online_help {
    border-width: 0px;
    width: 100%;
    height: 800px;
    margin: 10px
}

.link-container {
    display: inline-block;
    width: 120px; /* Feste Breite des Containers */
    height: 50px; /* Feste Höhe des Containers */
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden; /* Versteckt Überlauf */
    position: relative;
}

    .link-container img {
        max-width: 120px;
        max-height: 50px;
        width: 120px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        padding: 0.25rem;
    }

.carousel-control-prev-icon {
    filter: invert(100%);
}

.carousel-control-next-icon {
    filter: invert(100%);
}

.geometrie-fixed-255 {
    width: 255px;
    height: 240px;
    margin: 3px;
    background: white;
    border: 1px solid #429464; /* Schwarzer Rahmen */
    object-fit: contain; /* Oder 'contain', je nach gewünschtem Verhalten */
}

.geometrie-fixed-500 {
    max-width: 500px;
    width: 90%;
    aspect-ratio: 1 / 1;
    margin: 3px;
    background: white;
    border: 1px solid #429464; /* Schwarzer Rahmen */
    object-fit: contain; /* Oder 'contain', je nach gewünschtem Verhalten */
}

.geometrie-fixed-250 {
    width: 250px;
    height: 250px;
    margin: 3px;
    background: white;
    border: 1px solid #429464; /* Schwarzer Rahmen */
    object-fit: contain; /* Oder 'contain', je nach gewünschtem Verhalten */
}

#auswahlkriterienTree {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 15px;
    max-height: 600px;
    overflow-y: auto;
}

    #auswahlkriterienTree .jstree-anchor {
        font-size: 14px;
        line-height: 1.6;
    }

    #auswahlkriterienTree .jstree-node {
        margin-left: 20px;
    }

    /* Blattknoten (letzte Ebene) des jsTree kursiv anzeigen */
    #auswahlkriterienTree .jstree-leaf > .jstree-anchor {
        font-style: italic;
    }

/* Responsive Verbesserungen für PolSelec-Seite */

/* Mobile Navigation Tabs */
@media (max-width: 576px) {
    .nav-tabs .nav-link {
        font-size: 0.85rem;
        padding: 0.5rem 0.25rem;
    }
}

/* jsTree responsive */
@media (max-width: 768px) {
    #auswahlkriterienTree {
        max-height: 400px !important;
        font-size: 13px;
    }

        #auswahlkriterienTree .jstree-anchor {
            font-size: 13px;
        }
}

/* Buttons responsive */
@media (max-width: 576px) {
    #btnExpandAll, #btnCollapseAll {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}

/* Video Container */
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.book-section {
    background-color: #f8f9fa;
}

.book-link img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

    .book-link img:hover {
        transform: scale(1.05);
    }

.book-content {
    padding: 1rem;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.book-details {
    padding: 1rem;
    background-color: white;
    border-left: 4px solid #0d6efd;
    border-radius: 0.25rem;
}

@@media (max-width: 767.98px) {
    .book-content,
    .book-details {
        padding: 0.75rem;
    }
}
