/* Grundlayout-Formatierung */

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumnReverse, .Layout__narrow, .Layout__twoColumn2 {
    max-width: 90.8rem;
}

.Layout__twoColumn .Layout__layout1 {
    width: 72%;
}

.Layout__twoColumn .Layout__layout2 {
    width: 28%;
}

/* Layout-Container Startseite */

main[data-id="home"].Layout__twoColumn .Layout__layout1 {
    width: 100%;
}

main[data-id="home"].Layout__twoColumn .Layout__layout2 {
    display: none;
}

/* Button-Formatierung Sidebar */

.outline-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #30383A;
    border: 2px solid #30383A;
    border-radius: 5px;
    background-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.outline-button:hover {
    background-color: #30383A;
    color: #fff;
}

/* Header-Formatierung */

.Header__header {
    height: 300px;
}

.Header__brandFlexible .Header__brandName {
    max-width: 30rem;
}

.Header__headerRow, .Header__tabsList {
    max-width: 90.8rem;
}

.Header__tabsTab {
    text-align: center;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 2.4rem;
    border-bottom: 3px solid transparent;
    padding: 0;
    transition: border 0.15s ease, color 0.15s ease;
}

.Header__tabsLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.8rem 3.2rem 0.6rem;
    color: inherit;
    text-decoration: none;
}

.Header__tabsTab.Header__tabsTabActive, .Header__tabsTab.Header__tabsTabActive .Header__tabsLink {
    background-color: #2F373B;
    color: #FFD500;
}

.Header__tabsTab:hover .Header__tabsLink, .Header__tabsTab:focus .Header__tabsLink, .Header__tabsTab:active .Header__tabsLink {
    color: #FFF;
    border-bottom-color: #FFD500;
}

.Header__tabsCompactTillSmall .Header__tabsTab {
    padding-right: 3.0rem;
    padding-left: 3.0rem;
    font-size: 16px;
}

.Header__brandLogoImg {
    max-height: 4rem;
    max-width: 15rem;
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.Header__brandName {
    margin: 10px 0 0 0 !important;
    color: #FFF !important;
    font-family: "The Sans", Arial, sans-serif;
    font-weight: 500;
    font-size: 36px !important;
}

[data-id="signin_link"] {
    margin-top: 20px;
    font-size: 18px;
    color: white;
    display: inline-flex;
    align-items: center;
    line-height: 28px;
    padding: 4px 14px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

[data-id="signin_link"]::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-image: url("https://edupage-support.raabe.de/galleryDocuments/edbsn049b22a03be9081c06ea39f1bb72a6ed4cc5f7a962b2d941ad28b78013e3fbfa66d422642573bb0290be99112d4c98cf594da1e1f7c4932da6e90dc5916f20b3?inline=true");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: background-image 0.3s ease;
}

[data-id="signUpLink"] {
    margin-top: 20px;
    font-size: 18px;
    color: white;
    display: inline-flex;
    align-items: center;
    line-height: 28px;
    padding: 4px 14px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

[data-id="signUpLink"]::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://edupage-support.raabe.de/galleryDocuments/edbsncb8b941cbf10b2f1e23a9759aa2ba0b217def6b01c215067cbd528c0329f967c37dd13cce9e8929e793fa6d6d133727a1b399aa3931fb16fb547080048cb9763?inline=true");
    vertical-align: middle;
    transition: background-image 0.3s ease;
}

.Header__headerRow > *:last-child {
    margin-top: 5px;
}

[data-id="signin_link"]:hover {
    background-color: white;
    color: #30383a;
}

[data-id="signin_link"]:hover::before {
    background-image: url("https://edupage-support.raabe.de/galleryDocuments/edbsn049b22a03be9081c06ea39f1bb72a6edaf71aef017b097d31034d24f6086c753f8aa2ff91560428a94531bc85234bb51c218ff7a98358ad68ee36da56830930e?inline=true");
}

/* Suchleiste */

.searchPanelSearchBox {
    position: relative;
    width: 100%;
    height: 3.2rem;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 0.3s ease-in-out;
    border-radius: 0.2rem;
    border: 1px solid #d2d3d2;
}

.searchPanelActive .searchPanelSearchBox {
    background-color: #ffffff;
    border: 1px solid #FFD500;
}

.Input__searchPanelInput {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #30383a;
}

.Input__searchPanelInput::placeholder {
    color: #30383a;
    opacity: 1;
}

.Search__searchPanelIcon {
    top: 0;
    right: 0.8rem;
    z-index: 2;
    line-height: 3.2rem;
}

.Search__searchPanelIcon svg {
    fill: #30383a;
}

.Radio__radioButton [type=radio]:checked + .Radio__radioLabel {
    background-color: #FFD500;
    color: #30383a;
    box-shadow: 0 2px #e0b400;
    border-left-color: #e0b400;
}

.Radio__radio [type=radio]:checked + .Radio__radioLabel .Radio__radioFaux:after {
    background-color: #FFD500;
}

/* Accordion */

.accordion summary {
    cursor: pointer;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    list-style: none;
}

.accordion summary:hover {
    background-color: #FFD500;
    border: 1px solid #FFD500;
}

.accordion-content {
    padding: 10px;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary:before {
    content: "▶";
    color: #30383a;
    display: inline-block;
    margin-right: 10px;
}

.accordion details[open] summary:before {
    content: "▼";
    color: #30383a;
}

.accordion details[open] summary {
    background-color: #FFD500;
    border: 1px solid #FFD500;
}

#plusIcon {
    color: #FFF;
}

.AppContainer__backToTop {
    background-color: #FFD500 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.AppContainer__backToTop svg {
    fill: #2F373B !important;
}

.Pill__pill, .Pill__tag {
    border: 1px solid #FFD500;
    background-color: #FFD500;
    border-radius: .2rem;
    transition: all .15s ease;
    padding: 0 .5rem 0.2rem;
}

.KB_New_Editor_Highlights {
    background-color: #FFF !important;
    border: 2px solid #FFD500;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.Icon__icon {
    margin-left: 5px;
}

.KBArticleRightContainer__followDescription {
    display: none;
}

.Button__button:last-child {
    margin-bottom: 15px;
}

/* Schriftarten */

@font-face {
    font-family: "The Sans";
    src: local("The Sans Light"),
         url("https://www.raabe.de/raabe-fonts/woff/RAABETheSans-2_ExtraLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "The Sans";
    src: local("The Sans Plain"),
         url("https://www.raabe.de/raabe-fonts/woff/RAABETheSans-5_Plain.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

body, p {
    font-family: "The Sans", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "The Sans", Arial, sans-serif;
    font-weight: 500;
}

.portalContainer,.html {
    font-family: "The Sans", Arial, sans-serif;
    line-height: 1.6;
    color: #000;
}

.subtitle {
    font-weight: 300 !important;
}

.portalContainer .Headline {
    font-weight: 500;
    font-size: 30px;
    color: #2F373B;
    background-color: #FFD500;
    padding: 5px;
    display: inline-block;
    margin-top: -50px;
    margin-bottom: -50px;
}

.KBArticleDetailLeftContainer__description h2 {
    color: #30383a;
    padding: 7px;
    margin: 0px 0 0px 0;
    font-size: 16px;
    display: inline-block;
}

h3 {
    color: #30383a;
    padding: 0px;
    margin: 25px 0  20px 0px;
    font-size: 20px !important;
    display: inline-block;
}

h6 {
    color: #30383a;
    font-size: 12px;
}

.portal p {
    margin: 0 0 0.2rem;
    word-wrap: break-word;
}

.CategoriesContainer__solutionListHeading, .ArticleWidgets__menuTitle, .CommunityCategoriesContainer__forumsTitle, .CommunityCategoryRightContainer__title {
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    position: static;
    font-size: inherit;
}

.CommonStyle__zt1LinkActive, .Menu__menuTextBlockActive {
    font-weight: bold;
    color: #30383a;
    text-decoration: underline #ffD500;
    padding: 7px;
    display: inline-block;
    position: relative;
}

.BreadCrumbs__breadcrumbs {
    background-color: #FFD500;
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
    padding: 7px;
}

.ak-ol li {
    margin-bottom: 0.5em;
    padding-bottom: 0;
}

.ak-ol li p {
    margin-bottom: 0.75em;
}

h2 + h3 {
    display: block;
    clear: both;
}

.Article__articleContent a {
    color: #30383a;
    text-decoration: none;
    border-bottom: 2px solid #FFD500;
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.Article__articleContent a:hover {
    color: #30383a;
    background-color: #FFD500;
    padding: 2px 4px;
}

.Menu__menuItem a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}

/* Tabellen */

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #FFD500 !important;
}

td, th {
    border: 1px solid #FFD500 !important;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    min-width: 100px;
    max-width: 300px;
    word-wrap: break-word;
}

th {
    text-align: center;
    font-weight: bold;
}

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

.CustomWidgets__customDescription table {
    border: none !important;
    border-collapse: collapse !important;
}

.CustomWidgets__customDescription table th, .CustomWidgets__customDescription table td {
    border: none !important;
    vertical-align: top;
}

/* Medien */

.Header__brandLogo img {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.articleDetail img {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin: 10px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    width: 100%;
    height: 550px;
    aspect-ratio: 16 / 9;
    border-top-style: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin: 10px 0;
    display: block;
}

.KB_New_Editor_Highlights img {
    box-shadow: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

/* Listen */

ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 10px;
}

ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}

ol > li::before {
    content: counter(item);
    background-color: #FFD500;
    color: #30383a;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: -0.5px;
    top: 0;
    transform: translateY(0);
    z-index: 1;
}

ol ol {
    counter-reset: subitem;
    list-style-type: none;
    padding-left: 40px;
}

ol ol > li {
    counter-increment: subitem;
    position: relative;
    padding-left: 30px !important;
}

ol ol > li::before {
    content: "●";
    color: #30383a !important;
    background-color: #FFF;
    font-size: 10px !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    text-align: center !important;
    line-height: 24px !important;
    position: absolute !important;
    left: -4px !important;
    top: 0 !important;
    transform: translateY(0) !important;
    z-index: 1 !important;
}

::marker {
    content: "";
}

@supports (-webkit-touch-callout: none) {
    ol ol > li::before {
        content: "●";
    }
}

.KB_New_Editor_Highlights ol, .KB_New_Editor_Highlights ul {
    list-style: none;
    padding-left: 20px;
}

.KB_New_Editor_Highlights ol > li::before, .KB_New_Editor_Highlights ul > li::before {
    content: "●";
    color: #FFD300;
    background-color: #FFF;
    font-size: 16px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: -30px;
    top: 0;
    transform: translateY(0);
    z-index: 1;
}

.Article__articleContent li::marker, .KB_New_Editor_Highlights li::marker {
    content: none !important;
    color: transparent !important;
    display: none !important;
}

/* Footer */

.footer {
    width: 100%;
    background-color: #2F373B;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #d2d3d2;
}

.footer__content {
    max-width: 90.8rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin: auto;
}

.footer__column {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.footer__logo {
    max-height: 120px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.footer__app-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.footer__column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0;
    color: #FFF;
    text-align: left;
}

.footer__contact-table {
    width: 100%;
    font-size: 16px;
    color: #FFF;
    border: 2px solid #2F373B !important;
}

.footer__contact-table th, .footer__contact-table td {
    border: 1px solid #2F373B !important;
}

.footer__contact-table td {
    padding: 4px 8px;
    vertical-align: top;
    text-align: left;
}

.footer__menu-column {
    flex: 0.5;
    padding: 0 15px 0 0px;
}

.footer__menu a {
    display: block;
    color: #ffffff;
    padding: 6px 10px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    width: calc(100% - 30px);
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.footer__menu a:hover, .footer__menu a:active {
    background-color: #ffffff;
    color: #2f373b;
}

@media (max-width: 768px) {
    .footer__content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer__column {
        text-align: center;
        padding: 10px 0;
    }

    .footer__menu a {
        width: auto;
    }
}

/* Community */

.TopicDetailLeftContainer__postContent.TopicCommon__postContent {
    position: relative;
}

.TopicDetailLeftContainer__topicDetail h5 {
    background-color: #FFD500;
    color: #30383a;
    text-align: right;
    position: absolute;
    bottom: calc(100% - 2px);
    right: 0;
    z-index: 10;
    padding: 2px 5px;
    font-size: 1em;
    font-weight: normal;
}

.TopicDetailLeftContainer__topicDetail h5 .bold-text {
    font-weight: bold;
}

/* Startseite */

.Start-Usergrid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    width: 100%;
    max-width: 100vw;
    padding: 2rem;
    margin: 0 auto;
    background-color: var(--color-white);
    box-shadow: 0 2px 2px rgba(32, 35, 32, 0.15);
    border-radius: 10px;
    border: 1px solid #d2d3d2;
}

.Start-Usergrid-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #d2d3d2;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(32, 35, 32, 0.15);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: background 0.3s ease-in-out;
}

.Start-Usergrid-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFD500;
    z-index: 0;
    transition: bottom 0.3s ease-in-out;
}

.Start-Usergrid-item:hover::before {
    bottom: 0;
}

.Start-Usergrid-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 0.5rem;
}

.Start-Usergrid-header {
    justify-content: space-between;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 1;
    grid-column: span 3;
    padding: 0;
    text-align: left;
    margin: 0;
}

.Start-Usergrid-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
}

.Start-Usergrid-divider {
    grid-column: span 3;
    height: 1px;
    background-color: #d2d3d2;
    margin-bottom: 0rem;
}

.Start-Usergrid-item h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.Start-Usergrid-item p {
    color: #555;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.Start-Usergrid-cta {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.Feed__feed {
    background-color: #fff;
    border: 1px solid #d2d3d2;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(32, 35, 32, 0.15);
    box-sizing: border-box;
    padding: 10px;
}

.box-container {
    background-color: var(--color-white);
    box-shadow: 0 2px 2px rgba(32, 35, 32, 0.15);
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #FFD500;
    z-index: 0;
    transition: height 0.3s ease-in-out;
}

.box:hover::before {
    height: 100%;
}

.box h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #000;
}

.box p {
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
    color: #555;
}

.Button__hoverdanger:hover {
    background-color: #FFD500;
    box-shadow: 2px #30383a;
}

.Button__primary:hover {
    background-color: #3A4246;
}

.Layout__twoColumn {
    display: flex;
    flex-direction: row-reverse;
}

.container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.column {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

.box-title {
    color: #333;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.box-container-inner {
    width: 100%;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.box-icon {
    height: 45px;
    width: auto;
    object-fit: contain;
    margin-left: 1rem;
}

.box-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.box.box-webinar {
    margin-top: 1.8rem;
}

.box {
    flex: 1;
    min-width: 220px;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
    background-color: transparent;
    position: relative;
    padding-bottom: 3rem;
}

.cta-text {
    align-self: flex-end;
    margin-top: auto;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    bottom: 12px;
    right: 15px;
}

@media (max-width: 768px) {
    .box-grid {
        flex-direction: column;
    }

    .box {
        width: 100%;
        flex: unset;
        height: auto;
    }

    .cta-text {
        position: static;
        margin-top: 1rem;
        align-self: flex-start;
    }

    .box-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box-title {
        flex: 1;
    }

    .box-icon {
        margin-top: 0.5rem;
        height: 35px;
    }
}

/* Ticketformular: Feldbeschriftungen ersetzen */

label[for="layoutId"]::after {
    content: "Ihr Thema*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

.TicketFmLtCnter__sectionName.Ihre_Kontaktdaten_ {
    margin-top: 40px !important;
    position: relative;
}

label[for="layoutId"] {
    font-size: 0 !important;
    position: relative;
}

label[for="contactId"]::after {
    content: "Ihr Name*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="contactId"] {
    font-size: 0 !important;
    position: relative;
}

label[for="email"]::after {
    content: "Ihre E-Mail*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="email"] {
    font-size: 0 !important;
    position: relative;
}

label[for="category"]::after {
    content: "Funktionsbereich EduPage*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="cf_status_lizenz"] {
    font-size: 0 !important;
    display: block;
    margin-bottom: 8px;
    position: relative;
}

label[for="cf_status_lizenz"]::after {
    content: "Art der Nutzung* (Setzen Sie EduPage produktiv ein oder testen Sie die Software aktuell?)";
    color: #2F373B;
    font-size: 1rem;
    display: block;
    white-space: normal;
    line-height: 1.4;
    margin-left: 0;
    position: relative;
}

label[for="category"] {
    font-size: 0 !important;
    position: relative;
}

label[for="cf_edu_page_url"]::after {
    content: "EduPage URL der Schule*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="cf_edu_page_url"] {
    font-size: 0 !important;
    position: relative;
}

.TicketFmLtCnter__sectionName.Ihr_Anliegen_ {
    margin-top: 40px !important;
    position: relative;
}

label[for="subject"]::after {
    content: "Zusammenfassung*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="subject"] {
    font-size: 0 !important;
    position: relative;
}

label[for="description"]::after {
    content: "Beschreibung Ihrer Frage*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="description"] {
    font-size: 0 !important;
    position: relative;
}

label[for="cf_thema"]::after {
    content: "Thema*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="cf_thema"] {
    font-size: 0 !important;
    position: relative;
}

label[for="cf_name_der_schule"]::after {
    content: "Name der Schule*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="cf_name_der_schule"] {
    font-size: 0 !important;
    position: relative;
}

.FileUpload__labelAllow {
    display: inline-block;
    background-color: #2F373B;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.FileUpload__labelAllow:hover {
    background-color: #FFD500;
    color: #2F373B;
}

.FileUpload__labelAllow input[type="file"] {
    display: none;
}

#cf_ich_akzeptiere + label::after {
    content: " Ich habe die unten verlinkten Datenschutzbestimmungen zur Kenntnis genommen.";
    display: inline;
    color: #2F373B;
    font-size: 1rem;
}

label[for="cf_ich_akzeptiere"] {
    font-size: 0 !important;
    position: relative;
}

.TicketFmLtCnter__sectionName.Datenschutz_und_Anhänge_ {
    margin-top: 40px !important;
    position: relative;
}

label[for="captchaText"]::after {
    content: "Bitte geben Sie die Zeichenfolge in das Textfeld ein.*" !important;
    visibility: visible !important;
    position: absolute;
    color: #2F373B;
    font-size: 1rem;
    top: -7px;
    left: 0;
    white-space: nowrap;
}

label[for="captchaText"] {
    font-size: 0 !important;
    position: relative;
}

.TicketFmLtCnter__sectionName.Datenschutz_und_Anhänge_::before, .TicketFmLtCnter__sectionName.Ihre_Kontaktdaten_::before, .TicketFmLtCnter__sectionName.Ihr_Anliegen_::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFD500;
    position: absolute;
    top: -10px;
    left: 0;
}

/* Firefox-Korrektur für Label-Positionen */

label[for="layoutId"]::after, label[for="contactId"]::after, label[for="cf_user_1"]::after, label[for="email"]::after, label[for="category"]::after, label[for="cf_edu_page_url"]::after, label[for="subject"]::after, label[for="description"]::after, label[for="cf_thema"]::after, label[for="cf_name_der_schule"]::after, label[for="captchaText"]::after {
    top: -12px !important;
}

input, select, textarea {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    line-height: 1.5 !important;
}

.DropDown__listview {
    overflow: visible !important;
    max-height: none !important;
    z-index: 9999 !important;
    position: absolute !important;
    top: 100% !important;
}

.DropDown__searchInputBtm {
    position: relative !important;
    z-index: 10000 !important;
    background-color: white !important;
    padding-top: 2px !important;
}

.TicketFmLtCnter__formFooter::before {
    content: "Informationen zur Datenverarbeitung finden Sie in unseren Datenschutzhinweisen unter https://www.edupage-raabe.de/datenschutz oder unter dem Link unten auf dieser Seite.";
    display: block;
    margin-bottom: 16px;
    margin-top: -28px;
    font-size: 1rem;
    color: #2F373B;
    line-height: 1.4;
}

/* Registrierungsformular */

label[for="fullName"] {
    font-size: 0 !important;
    position: relative;
}

label[for="fullName"]::after {
    content: "Name*" !important;
    visibility: visible !important;
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 1rem;
    color: #2F373B;
    white-space: nowrap;
}

label[for="fullName"] abbr {
    display: none !important;
}

label[for="captchaText"]:not([style*="font-size: 0"])::before {
    content: "Bitte lösen sie die folgende Aufgabe:*" !important;
    display: inline-block;
    font-size: 1rem;
    color: #2F373B;
    white-space: normal;
}

label[for="captchaText"]:not([style*="font-size: 0"]) > abbr, label[for="captchaText"]:not([style*="font-size: 0"])::after {
    display: none !important;
}

label[for="captchaText"]:not([style*="font-size: 0"]) {
    position: static !important;
    color: #2F373B !important;
    line-height: 1.4 !important;
    margin-right: 12px !important;
    max-width: 240px;
    display: inline-block !important;
    vertical-align: top;
    text-align: left !important;
    font-size: 0 !important;
}

.UserSignup__title::after {
    content: "Registrieren Sie sich, um einfacher Tickets zu erstellen und eine Übersicht all Ihrer Tickets abzurufen.";
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    color: #2F373B;
    line-height: 1.4;
    text-align: left;
}

.Button__primary {
    background-color: #2F373B;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 1rem;
}

/* Elemente ausblenden */

.SocialShare__socialShareList {
    display: none !important;
}

.SocialShare__socialItem {
    display: none !important;
}

.Survey__surveyQuestion {
    visibility: hidden;
}

.Survey__surveyQuestion::before {
    content: "War der Artikel für Sie hilfreich?";
    visibility: visible;
    display: inline;
    position: static;
}

.de.articleDetail .WidgetsContainer__fadeInWidgetShow .WidgetsContainer__rightWd .ArticleWidgets__menuTitle[data-id="relatedArticle"] {
    font-size: 0 !important;
}

.de.articleDetail .WidgetsContainer__fadeInWidgetShow .WidgetsContainer__rightWd .ArticleWidgets__menuTitle[data-id="relatedArticle"]::before {
    font-size: 20px;
    content: "Verwandte ";
}

.de.articleDetail .WidgetsContainer__fadeInWidgetShow .WidgetsContainer__rightWd .ArticleWidgets__menuTitle[data-id="relatedArticle"] .modulesname {
    font-size: 20px;
}

/* Mobil/Tablet Anpassungen */

@media (max-width: 768px) {
    .Layout__twoColumn .Layout__layout2 {
        display: none !important;
    }

    .Layout__twoColumn .Layout__layout1 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .Start-Usergrid-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .Start-Usergrid-item {
        width: 100%;
    }

    .Start-Usergrid-item img {
        width: 100%;
        height: auto;
    }
}

/* Menü Desktop/Mobile */

.Header__signInOut {
    display: block;
}

.Header__headerNav {
    margin-top: 130px;
    display: block;
}

.Header__tabs {
    display: block;
}

.Header__burgerMenu {
    display: none;
}

@media (max-width: 768px) {
    .Header__signInOut {
        display: none;
    }

    .Header__headerNav {
        display: none;
    }

    .Header__tabs {
        display: none;
    }

    .Header__burgerMenu {
        display: block;
    }

    #burgerMenu {
        display: block;
    }
}

@media (max-width: 768px) {
    .Header__brandLogo {
        margin-top: 20px;
        height: 80%;
    }

    .Header__header {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .CustomWidgets__customDescription .Headline {
        font-size: 1.2rem !important;
    }

    .Header__brandName {
        font-size: 1.9rem !important;
    }

    .Header__brandName .subtitle {
        font-size: 1.9rem !important;
    }
}

#portal_tabSolutions > a.Header__tabsLink {
    color: inherit;
    text-decoration: none;
}

/* Wissensdatenbank-Sidebar */

.widgetItem.treeView > .Menu__menu > .Menu__menuItem {
    margin-bottom: 1rem;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menuLink {
    display: block;
    padding: 0.1rem 0;
    border: none !important;
    background: transparent !important;
    text-decoration: none;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menuLink .Menu__menuTextBlock {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 700;
    color: #30383a;
    padding-bottom: 1px;
    border-bottom: 2px solid #FFD500;
}

.widgetItem.treeView .Menu__menuItem > .Menu__menu {
    margin-top: 0.55rem;
    margin-left: 1rem !important;
    padding-left: 0.75rem !important;
    border-left: none !important;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menuLink {
    display: block;
    padding: 0.2rem 0;
    text-decoration: none;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menuLink .Menu__menuTextBlock {
    font-size: 1.02rem;
    font-weight: 500;
    color: #30383a;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menu {
    margin-left: 0.85rem !important;
    padding-left: 0.6rem !important;
    border-left: none !important;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menuLink {
    display: block;
    padding: 0.16rem 0;
    text-decoration: none;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menu > .Menu__menuItem > .Menu__menuLink .Menu__menuTextBlock {
    font-size: 0.92rem;
    font-weight: 400;
    color: #30383a;
}

.widgetItem.treeView .Menu__menuTextBlockActive, .widgetItem.treeView .CommonStyle__zt1LinkActive {
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    position: static !important;
    background: transparent !important;
    color: #30383a !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-color: #FFD500 !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.widgetItem.treeView > .Menu__menu > .Menu__menuItem:first-child {
    margin-top: 0.5rem;
}

@media print {
    .accordion details, .accordion details[open] {
        display: block !important;
    }

    .accordion details > summary {
        list-style: none;
    }

    .accordion details > * {
        display: block !important;
    }

    html, body, .portalContainer, .Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumnReverse, .Layout__narrow, .Layout__twoColumn2, .Layout__layout1, .Layout__layout2, .articleDetail, .KBArticleDetailLeftContainer, .KBArticleDetailLeftContainer__description, .CustomWidgets__customDescription, .Feed__feed {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .Header__header, .Header__headerNav, .footer, .AppContainer__backToTop, .KBArticleDetailLeftContainer__pdfView, .KBArticleDetailLeftContainer__printView, .SocialShare__socialShareList {
        display: none !important;
    }

    .accordion, .accordion details, .accordion-content {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .accordion details:not([open]) > :not(summary) {
        display: block !important;
    }

    .accordion summary {
        list-style: none !important;
        cursor: default !important;
    }

    .accordion summary::-webkit-details-marker {
        display: none !important;
    }

    .accordion summary:before {
        content: "" !important;
    }

    h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, th, .KB_New_Editor_Highlights, .accordion details, .accordion-content {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    img, table, .KB_New_Editor_Highlights {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumnReverse, .Layout__narrow, .Layout__twoColumn2 {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media print {
    * {
        overflow: visible !important;
        max-height: none !important;
    }

    .Feed__footerCol {
        display: none !important;
    }
}

.KBArticleDetailLeftContainer__pdfView {
    display: none !important;
}

/* Wissensdatenbank-Tab */

#portal_tabSolutions > a, #portal_tabSolutions > .Header__tabsLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    color: #30383a !important;
    -webkit-text-fill-color: #30383a !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#portal_tabSolutions.Header__tabsTabActive > a, #portal_tabSolutions.Header__tabsTabActive > .Header__tabsLink {
    color: #FFD500 !important;
    -webkit-text-fill-color: #FFD500 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#portal_tabSolutions:hover > a, #portal_tabSolutions:hover > .Header__tabsLink, #portal_tabSolutions:focus-within > a, #portal_tabSolutions:focus-within > .Header__tabsLink {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

#portal_tabSolutions.Header__tabsTabActive:hover > a, #portal_tabSolutions.Header__tabsTabActive:hover > .Header__tabsLink, #portal_tabSolutions.Header__tabsTabActive:focus-within > a, #portal_tabSolutions.Header__tabsTabActive:focus-within > .Header__tabsLink {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Footer mittlere Spalte */

.footer__left {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
}

.footer__left h3 {
    margin-left: 0;
    margin-bottom: 18px;
}

.footer__service-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.footer__service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

.footer__service-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer__service-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer__left .footer__service-link, .footer__left .footer__service-link:link, .footer__left .footer__service-link:visited {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    text-decoration-color: #FFFFFF !important;
    text-underline-offset: 2px;
    text-decoration-thickness: 0.2px;
}

.footer__left .footer__service-link:hover, .footer__left .footer__service-link:focus, .footer__left .footer__service-link:active {
    color: #FFD500 !important;
    text-decoration: underline !important;
    text-decoration-color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .footer__left {
        margin-left: 0;
        align-items: flex-start;
    }

    .footer__left h3 {
        text-align: left;
        margin-left: 0;
    }

    .footer__service-item {
        font-size: 16px;
    }

    .footer__service-icon, .footer__service-icon img {
        width: 22px;
        height: 22px;
    }
}

/* Accessibility: Fokus, Tastatur, Kontrast */

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, [role="button"]:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 3px solid #000000 !important;
    outline-offset: 3px !important;
    box-shadow: none !important;
}

.Search__serchFilter {
    font-size: 1.0rem;
    font-weight: bold;
    color: #30383a !important;
}

input:focus, select:focus, textarea:focus {
    border-color: #000000 !important;
    outline: 2px solid #000000 !important;
    outline-offset: 1px !important;
}

.FileUpload__labelAllow:focus-within, .FileUpload__labelAllow:focus {
    outline: 3px solid #000000 !important;
    outline-offset: 3px !important;
}

@media (max-width: 768px) {
    body, html {
        overflow-y: auto !important;
        height: auto !important;
    }
}

.CommentForm__threadComment .CommentForm__richtext, .CommentForm__threadComment [data-id^="comment_toggle_"], .CommentForm__threadComment [data-id*="comment_toggle"], .CommentForm__threadComment [aria-label="plaintext"] {
    pointer-events: none !important;
}

/* Wissensdatenbank-Sidebar: Pfeil/Text-Ausrichtung (aktueller Stand) */

.widgetItem.treeView .Menu__menuLink.Menu__arrow {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
}

.widgetItem.treeView .Menu__menuLink.Menu__arrow > span.Menu__menuTextBlock,
.widgetItem.treeView .Menu__menuLink.Menu__arrow > span.Menu__menuTextBlock.Menu__menuTextBlockActive,
.widgetItem.treeView .Menu__menuLink.Menu__arrow > span.Menu__menuTextBlock.CommonStyle__zt1LinkActive {
    display: inline-block !important;
    padding-left: 0.35rem !important;
    box-sizing: border-box !important;
    max-width: calc(100% - 1.2rem) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    vertical-align: middle !important;
}

.widgetItem.treeView .Menu__menuLink.Menu__arrow > span.Menu__menuTextBlockActive.CommonStyle__zt1LinkActive {
    padding-left: 0.35rem !important;
    margin-left: 0 !important;
}

/* Artikel-Tabellen: Darstellung breiter Tabellen */

.Article__articleContent table,
.KBArticleDetailLeftContainer__description table {
    table-layout: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
}

.Article__articleContent table td,
.Article__articleContent table th,
.KBArticleDetailLeftContainer__description table td,
.KBArticleDetailLeftContainer__description table th {
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto;
    vertical-align: middle !important;
}

.Article__articleContent table tr > :nth-child(1):nth-last-child(5),
.Article__articleContent table tr > :nth-child(1):nth-last-child(5) ~ *,
.KBArticleDetailLeftContainer__description table tr > :nth-child(1):nth-last-child(5),
.KBArticleDetailLeftContainer__description table tr > :nth-child(1):nth-last-child(5) ~ * {
    min-width: 0 !important;
}

.Article__articleContent table tr > :nth-child(1),
.KBArticleDetailLeftContainer__description table tr > :nth-child(1) { width: 22%; }

.Article__articleContent table tr > :nth-child(2),
.KBArticleDetailLeftContainer__description table tr > :nth-child(2) { width: 30%; }

.Article__articleContent table tr > :nth-child(3),
.KBArticleDetailLeftContainer__description table tr > :nth-child(3) { width: 18%; }

.Article__articleContent table tr > :nth-child(4),
.KBArticleDetailLeftContainer__description table tr > :nth-child(4) { width: 20%; }

.Article__articleContent table tr > :nth-child(5),
.KBArticleDetailLeftContainer__description table tr > :nth-child(5) { width: 10%; }

@media (max-width: 900px) {
    .Article__articleContent table,
    .KBArticleDetailLeftContainer__description table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        white-space: normal !important;
    }

    .Article__articleContent table tbody,
    .KBArticleDetailLeftContainer__description table tbody {
        display: table !important;
        width: 100% !important;
        min-width: 760px !important;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Suche: Textauszug */

.raabe-search-result-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 6px 0 10px;
    max-width: 850px;
    color: #595f61;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.raabe-search-result-summary mark {
    padding: 0 2px;
    color: inherit;
    background-color: #fff1a8;
}

@media screen and (max-width: 767px) {
    .raabe-search-result-summary {
        -webkit-line-clamp: 4;
        font-size: 14px;
    }
}

/* ============================================================= */
/* Webinare Widget */
@font-face{ font-family:'RAABETheSans'; font-weight:200; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-2_ExtraLight.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:200; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-2_ExtraLightItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:300; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-3_Light.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:300; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-3_LightItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:350; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-4_SemiLight.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:350; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-4_SemiLightItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:400; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-5_Plain.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:400; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-5_PlainItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:600; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-6_SemiBold.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:600; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-6_SemiBoldItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:700; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-7_Bold.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:700; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-7_BoldItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:800; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-8_ExtraBold.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:800; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-8_ExtraBoldItalic.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:900; font-style:normal; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-9_Black.woff2') format('woff2'); }
  @font-face{ font-family:'RAABETheSans'; font-weight:900; font-style:italic; font-display:swap;
    src:url('https://www.raabe.de/raabe-fonts/woff/RAABETheSans-9_BlackItalic.woff2') format('woff2'); }

  :root{
    --yellow:#FFD500;
    --dark:#2F373A;
    --dark-70: rgba(47,55,58,.72);
    --dark-55: rgba(47,55,58,.55);
    --dark-40: rgba(47,55,58,.4);
    --panel:#FFFFFF;
    --bg:#FFFFFF;
    --border:#E7E7E5;
    --radius:12px;
    --font: 'RAABETheSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  }
  *{box-sizing:border-box;}
  html,body{margin:0;padding:0;}
  body{
    font-family:var(--font);
    font-weight:400;
    color:var(--dark);
    background:transparent;
  }
  .rw-root{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    background:var(--bg);
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:18px 20px 20px;
  }

  .rw-heading{
    font-size:1.333rem;
    font-weight:600;
    color:var(--dark);
    line-height:1.32;
    margin:0 0 16px;
  }
  .rw-heading-divider{
    height:1px;
    background:var(--border);
    margin:0 0 16px;
  }

  /* ---------- Top bar ---------- */
  .rw-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
    flex-wrap:wrap;
  }
  .rw-tabs{
    display:inline-flex;
    background:#F1F0EC;
    border-radius:999px;
    padding:3px;
    gap:2px;
  }
  .rw-tab{
    border:none;
    background:transparent;
    font-family:var(--font);
    font-size:14px;
    font-weight:600;
    letter-spacing:.2px;
    color:var(--dark-55);
    padding:9px 16px;
    border-radius:999px;
    cursor:pointer;
    transition:background .15s ease, color .15s ease;
    white-space:nowrap;
  }
  .rw-tab.active{
    background:var(--dark);
    color:#fff;
  }
  .rw-tab:not(.active):hover{
    color:var(--dark);
  }
  .rw-card.rw-discover-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:12px;
    background:#fff;
    color:var(--dark);
    padding:16px 10px;
    cursor:pointer;
    font-family:var(--font);
  }
  .rw-card.rw-discover-card:hover{
    background:#F6F5F1;
    box-shadow:0 10px 22px rgba(47,55,58,.14);
    transform:translateY(-2px);
  }
  .rw-discover-arrow{
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--yellow);
    color:var(--dark);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:transform .15s ease;
  }
  .rw-discover-arrow .icon-arrow{
    width:19px;
    height:19px;
  }
  .rw-card.rw-discover-card:hover .rw-discover-arrow{
    transform:translateX(3px);
  }
  .rw-discover-label{
    font-size:13px;
    font-weight:700;
    line-height:1.35;
  }

  /* ---------- Grid ---------- */
  .rw-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
  }
  #rwGrid{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
  }
  #rwGrid .rw-card{
    flex:1 1 220px;
    min-width:0;
  }
  #rwGrid .rw-card.rw-discover-card{
    flex:0 0 170px;
    min-width:0;
  }
  .rw-grid.rw-grid-overlay{
    grid-template-columns:repeat(4,1fr);
    gap:20px;
  }

  .rw-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    box-shadow:0 1px 2px rgba(47,55,58,.04);
    transition:box-shadow .15s ease, transform .15s ease;
  }
  .rw-card:hover{
    box-shadow:0 10px 22px rgba(47,55,58,.14);
    transform:translateY(-2px);
  }
  .rw-card-img{
    width:100%;
    aspect-ratio:16/9;
    background:var(--dark);
    position:relative;
    flex-shrink:0;
    overflow:hidden;
  }
  .rw-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .rw-card-img .rw-img-fallback{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, var(--dark) 0%, #3d474b 100%);
    color:var(--yellow);
    font-size:26px;
    font-weight:800;
  }
  .rw-price-badge{
    position:absolute;
    top:10px;
    right:10px;
    background:var(--yellow);
    color:var(--dark);
    font-size:13.5px;
    font-weight:700;
    padding:5px 11px;
    border-radius:7px;
    box-shadow:0 2px 6px rgba(0,0,0,.18);
    line-height:1.3;
  }

  .rw-card-body{
    padding:14px 15px 15px;
    display:flex;
    flex-direction:column;
    flex:1;
    gap:8px;
  }
  .rw-card-title{
    font-size:15px;
    font-weight:700;
    line-height:1.32;
    color:var(--dark);
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:2.64em;
    max-height:2.64em;
  }
  .rw-grid-overlay .rw-card-title{
    font-size:16.5px;
    min-height:2.64em;
    max-height:2.64em;
  }
  .rw-card-desc{
    font-size:13px;
    font-weight:400;
    line-height:1.48;
    color:var(--dark-70);
    display:-webkit-box;
    -webkit-line-clamp:4;
    line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    max-height:calc(1.48em * 4);
    flex:1;
  }
  .rw-grid-overlay .rw-card-desc{
    -webkit-line-clamp:5;
    line-clamp:5;
    font-size:13.5px;
    max-height:calc(1.48em * 5);
  }

  .rw-card-meta{
    display:flex;
    flex-direction:column;
    background:#F6F5F1;
    border:1px solid var(--border);
    border-radius:9px;
    overflow:hidden;
    margin-top:2px;
  }
  .rw-meta-item{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
    font-size:12.5px;
    font-weight:600;
    color:var(--dark);
    white-space:nowrap;
    padding:8px 11px;
  }
  .rw-meta-item + .rw-meta-item{
    border-top:1px solid var(--border);
  }
  .rw-meta-item span{
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .icon-cal, .icon-clock, .icon-arrow, .icon-chalkboard, .icon-school{
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    flex-shrink:0;
  }
  .icon-cal{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzJGMzczQSI+PHBhdGggZD0iTTE2IDJhMSAxIDAgMCAxIC45OTMgLjg4M2wuMDA3IC4xMTd2MWgxYTMgMyAwIDAgMSAyLjk5NSAyLjgyNGwuMDA1IC4xNzZ2MTJhMyAzIDAgMCAxIC0yLjgyNCAyLjk5NWwtLjE3NiAuMDA1aC0xMmEzIDMgMCAwIDEgLTIuOTk1IC0yLjgyNGwtLjAwNSAtLjE3NnYtMTJhMyAzIDAgMCAxIDIuODI0IC0yLjk5NWwuMTc2IC0uMDA1aDF2LTFhMSAxIDAgMCAxIDEuOTkzIC0uMTE3bC4wMDcgLjExN3YxaDZ2LTFhMSAxIDAgMCAxIDEgLTFtMyA4aC0xNHY4LjYyNWMwIC43MDUgLjM4NiAxLjI4NiAuODgzIDEuMzY2bC4xMTcgLjAwOWgxMmMuNTEzIDAgLjkzNiAtLjUzIC45OTMgLTEuMjE1bC4wMDcgLS4xNnptLTkgNGExIDEgMCAwIDEgMSAxdjJhMSAxIDAgMCAxIC0xIDFoLTJhMSAxIDAgMCAxIC0xIC0xdi0yYTEgMSAwIDAgMSAxIC0xeiIvPjwvc3ZnPg=="); }
  .icon-clock{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkYzNzNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTMgMTJhOSA5IDAgMSAwIDE4IDBhOSA5IDAgMSAwIC0xOCAwIi8+PHBhdGggZD0iTTEyIDd2NSIvPjxwYXRoIGQ9Ik0xMiAxMmwyIC0zIi8+PC9zdmc+"); }
  .icon-arrow{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkYzNzNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTUgMTJsMTQgMCIvPjxwYXRoIGQ9Ik0xNSAxNmw0IC00Ii8+PHBhdGggZD0iTTE1IDhsNCA0Ii8+PC9zdmc+"); transition:transform .15s ease; }
  .icon-chalkboard{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkYzNzNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTggMTloLTNhMiAyIDAgMCAxIC0yIC0ydi0xMGEyIDIgMCAwIDEgMiAtMmgxNGEyIDIgMCAwIDEgMiAydjExYTEgMSAwIDAgMSAtMSAxIi8+PHBhdGggZD0iTTEyIDE0YTIgMiAwIDEgMCA0LjAwMSAtLjAwMWEyIDIgMCAwIDAgLTQuMDAxIC4wMDEiLz48cGF0aCBkPSJNMTcgMTlhMiAyIDAgMCAwIC0yIC0yaC0yYTIgMiAwIDAgMCAtMiAyIi8+PC9zdmc+"); }
  .icon-school{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkYzNzNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIyIDlsLTEwIC00bC0xMCA0bDEwIDRsMTAgLTR2NiIvPjxwYXRoIGQ9Ik02IDEwLjZ2NS40YTYgMyAwIDAgMCAxMiAwdi01LjQiLz48L3N2Zz4="); }

  .rw-meta-item .rw-icon{
    width:17px;
    height:17px;
    flex-shrink:0;
    color:var(--dark);
    opacity:.55;
  }
  .rw-grid-overlay .rw-meta-item{ font-size:13.5px; padding:9px 13px; }
  .rw-grid-overlay .rw-meta-item .rw-icon{ width:18px; height:18px; }

  .rw-year-divider{
    grid-column:1/-1;
    display:flex;
    align-items:center;
    gap:14px;
    margin:6px 0 0;
    color:var(--dark);
    font-weight:800;
    font-size:16px;
  }
  .rw-year-divider:first-child{ margin-top:0; }
  .rw-year-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:var(--border);
  }

  .rw-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    background:var(--yellow);
    color:var(--dark);
    font-family:var(--font);
    font-weight:700;
    font-size:14.5px;
    text-decoration:none;
    padding:13px 16px;
    border-radius:9px;
    border:none;
    cursor:pointer;
    margin-top:9px;
    transition:background .15s ease, transform .15s ease;
  }
  .rw-btn:hover{
    background:#e8c700;
    transform:translateY(-1px);
  }
  .rw-btn .icon-arrow{
    width:18px;
    height:18px;
    flex-shrink:0;
    transition:transform .15s ease;
  }
  .rw-btn:hover .icon-arrow{
    transform:translateX(3px);
  }

  .rw-btn-secondary{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    background:transparent;
    color:var(--dark);
    font-family:var(--font);
    font-weight:600;
    font-size:12.5px;
    padding:9px 14px;
    border-radius:8px;
    border:1px solid var(--border);
    cursor:pointer;
    margin-top:7px;
    transition:background .15s ease, border-color .15s ease;
  }
  .rw-btn-secondary:hover{
    background:#F6F5F1;
    border-color:#d9d6cd;
  }
  .rw-btn-secondary .icon-arrow{
    width:15px;
    height:15px;
    flex-shrink:0;
  }

  .rw-termin-list{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .rw-termin-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 16px;
    border:1px solid var(--border);
    border-radius:10px;
    flex-wrap:wrap;
  }
  .rw-termin-meta{
    display:flex;
    flex-direction:column;
    gap:5px;
  }
  .rw-termin-date-row,
  .rw-termin-time-row{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--dark);
  }
  .rw-termin-date-row{ font-size:14px; font-weight:700; }
  .rw-termin-time-row{ font-size:13px; font-weight:400; color:var(--dark-70); }
  .rw-termin-date-row .rw-icon,
  .rw-termin-time-row .rw-icon{
    width:17px;
    height:17px;
    flex-shrink:0;
    color:var(--dark);
    opacity:.55;
  }
  .rw-termin-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-shrink:0;
  }
  .rw-termin-price{
    font-size:14px;
    font-weight:700;
    color:var(--dark);
    white-space:nowrap;
  }
  .rw-btn-inline{
    width:auto;
    margin-top:0;
  }

  .rw-empty{
    grid-column:1/-1;
    text-align:center;
    padding:30px 10px;
    color:var(--dark-55);
    font-size:13px;
  }

  /* ---------- Overlay ---------- */
  .rw-overlay{
    position:fixed;
    inset:0;
    background:rgba(20,24,25,.55);
    display:none;
    align-items:flex-start;
    justify-content:center;
    z-index:99999;
    padding:4vh 16px;
    overflow-y:auto;
    font-family:var(--font);
  }
  .rw-overlay.open{ display:flex; }
  .rw-panel{
    background:var(--bg);
    width:100%;
    max-width:1120px;
    border-radius:14px;
    padding:22px 22px 26px;
    position:relative;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
  }
  .rw-panel-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:14px;
  }
  .rw-panel-title{
    font-size:22px;
    font-weight:800;
    color:var(--dark);
    margin:0 0 3px;
  }
  .rw-panel-sub{
    font-size:14px;
    font-weight:400;
    color:var(--dark-55);
    margin:0;
  }
  .rw-close{
    border:none;
    background:#F1F0EC;
    width:32px;height:32px;
    border-radius:50%;
    font-size:16px;
    line-height:1;
    color:var(--dark);
    cursor:pointer;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .15s ease;
  }
  .rw-close:hover{ background:var(--yellow); }

  .rw-filters{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:16px;
  }
  .rw-filters input[type="text"],
  .rw-filters select{
    font-family:var(--font);
    font-weight:400;
    font-size:14px;
    border:1px solid var(--border);
    background:#fff;
    color:var(--dark);
    padding:9px 13px;
    border-radius:8px;
    outline:none;
  }
  .rw-filters input[type="text"]{
    flex:1 1 200px;
    min-width:160px;
  }
  .rw-filters select{ cursor:pointer; }
  .rw-filters input:focus,
  .rw-filters select:focus{
    border-color:var(--dark);
  }
  .rw-count{
    font-size:13px;
    font-weight:400;
    color:var(--dark-55);
    margin:-6px 0 14px;
  }

  .rw-cta-section{
    margin-top:22px;
    padding-top:20px;
    border-top:1px solid var(--border);
  }
  .rw-cta-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }
  .rw-cta-card{
    background:none;
    border:1px solid var(--border);
    border-radius:10px;
    padding:20px 22px;
    position:relative;
    overflow:hidden;
    transition:box-shadow .15s ease, transform .15s ease, border-color .15s ease;
  }
  .rw-cta-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 26px rgba(47,55,58,.13);
    border-color:#d9d6cd;
  }
  .rw-cta-content{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    gap:10px;
    height:100%;
  }
  .rw-cta-decoration{
    position:absolute;
    left:-58px;
    bottom:-58px;
    width:190px;
    height:190px;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIiBmaWxsPSJub25lIiBzdHJva2U9IiNGMkYwRTkiIHN0cm9rZS13aWR0aD0iMyI+PHBvbHlnb24gcG9pbnRzPSIxMDAsOCAxNzgsNTQgMTc4LDE0NiAxMDAsMTkyIDIyLDE0NiAyMiw1NCIvPjwvc3ZnPg==");
    background-repeat:no-repeat;
    background-size:contain;
    pointer-events:none;
    z-index:0;
    transform:scaleX(1.1);
    transform-origin:center;
  }
  .rw-cta-title{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:16px;
    font-weight:700;
    color:var(--dark);
    margin:0;
    line-height:1.3;
  }
  .rw-cta-title .icon-chalkboard, .rw-cta-title .icon-school{
    width:22px;
    height:22px;
    flex-shrink:0;
    color:var(--dark);
  }
  .rw-cta-text{
    font-size:13.5px;
    font-weight:400;
    color:var(--dark-70);
    line-height:1.5;
    margin:0;
    flex:1;
  }
  .rw-cta-btn-row{
    text-align:right;
  }
  .rw-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:var(--yellow);
    color:var(--dark);
    font-family:var(--font);
    font-weight:700;
    font-size:13.5px;
    text-decoration:none;
    padding:10px 16px;
    border-radius:8px;
    transition:background .15s ease, transform .15s ease;
  }
  .rw-cta-btn:hover{
    background:#e8c700;
    transform:translateY(-1px);
  }
  .rw-cta-btn .icon-arrow{
    width:17px;
    height:17px;
    flex-shrink:0;
    transition:transform .15s ease;
  }
  .rw-cta-btn:hover .icon-arrow{
    transform:translateX(3px);
  }
  @media (max-width:700px){
    .rw-cta-grid{ grid-template-columns:1fr; }
  }
  @media (max-width:1100px){
    #rwGrid .rw-card{ flex-basis: 200px; }
  }
  @media (max-width:880px){
    .rw-grid.rw-grid-overlay{ grid-template-columns:repeat(2,1fr); }
    #rwGrid .rw-card{ flex-basis: 45%; }
  }
  @media (max-width:520px){
    .rw-grid.rw-grid-overlay{ grid-template-columns:1fr; }
    #rwGrid .rw-card,
    #rwGrid .rw-card.rw-discover-card{ flex-basis: 100%; min-width:0; }
  }
