:root {
    --color-blue: #5380d0;
    --color-magenta: #d81d66;
}

.broschentry {
    background-color: white;
    padding: 20px;
    border: 2px solid #d81d66;
    margin-bottom: 20px;
}

._leftCol {
    width: 68%;
}

._rightCol {
    width: 30%;
    padding-left: 10px;
}

.broschentry ._unternehmen {
    color: white;
    border: 2px solid var(--color-magenta);
    background-color: var(--color-magenta);
    font-size: 1.1em;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    flex-grow: 1;
}

._blueinverted {
    display: flex;
    padding: 2px 10px;
    margin: 0 !important;
    border: 2px solid var(--color-magenta);
    align-items: center;
}

._bold {
    font-weight: bold;
}

._flexsidebyside {
    display: flex;
}

._standnummer {
    font-weight: bold;
    font-size: 2em;
}

._kasten {
    padding: 10px;
}

._logo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.fe_minidisc {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

._ausbildungsberufe, ._dualestudiengaenge, ._vollzeitstudiengaenge {
    font-size: 1em;
    min-width: 33%;
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
    word-wrap: break-word;
    scrollbar-color: var(--color-magenta) white;

    scrollbar-width: auto;
}

._ausbildungsberufe ul, ._dualestudiengaenge ul, ._vollzeitstudiengaenge ul {
    padding-left: 20px;
}

._ausbildungsberufe li, ._dualestudiengaenge li, ._vollzeitstudiengaenge li {
    line-height: 1.2;
    margin-bottom: 10px;
}


._ausbildungsberufe, ._dualestudiengaenge {
    border-right: 1px solid #fff;
}


._title {
    font-weight: bold;
    color: var(--color-magenta);
}

._gapright {
    margin-right: 20px;
    white-space: nowrap;
}

._trmarginbottom {
    height: 40px;
}

._textellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

._sonstigeangebote p {
    margin-bottom: 0.5rem;
}

._HIGHLIGHT {
    background-color: rgb(255 210 0 / 76%);
}

#printCaption {
    display: none;
}

#broschentries ._stern svg:hover {
    stroke: gold;
    stroke-width: 4px;
}

.ttrev_filterbox_add {
    font-size: 1em;
}

#notfoundbox {
    background-color: white;
    padding: 40px;
    max-width: 78%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 766px) {
    #notfoundbox {
        max-width: 100%;
    }
}

@media print {
    header, footer, form, div.skyline, .background {
        display: none !important;
    }

    ._unternehmentextbox {
        color: black !important;
        font-weight: bold !important;
    }

    main, #page {
        padding-top: 0 !important;
    }

    #printCaption {
        display: block;
    }

    .DONTPRINT{
        display: none;
    }
}
