:root {
    --ff-primary: 'Source Sans Pro', sans-serif;

    --ff-body: var(--ff-primary);
    --ff-heading: 'Source Sans Pro', sans-serif;

    --fw-regular: 400;
    --fw-bold: 700;

    --fs-300: 0.8125em;
    --fs-400: 0.875em;
    --fs-500: 0.9375em;
    --fs-600: .95em;
    --fs-650: 1.4em;
    --fs-700: 1.5em;
    --fs-800: 1.6em;
    --fs-850: 1.9em;
    --fs-900: 2.6em;

    --br_full: 999px;
    --br: 8px;

    --lesezeichen-height: 35px;

    --clr-mandant-2: var(--clr-mandant);


    /* --mandant_bg: url(/userdata/images/bc_mandant_bg.jpg); */

}

html[data-theme='light'] {


    --error: red;

    --clr-dark: #222222;
    --clr-white: #fff;
    --clr-light: #F5F5F5;
    --clr-grey: #C4C4C4;

    --bg-white: #fff;
    --bg-dark: #000000;

    --if_bg_meeting: #f1f1f1;

    --svg_bg: var(--bg-light);

    --border: #e5e5e5;
    --border-light: #ececec54;


    --dark_none_white_block: block;
    --dark_p_30_light_p_zero: 0;

    --dark_mode_cursor: auto;

    --show_only_dark: none;

    --dark_bright: unset;

    --fc-white-8: #fff;
    --fc-primary: #272727;
    --fc-dark: #000;
    --fc-dark-8: #000;

    --blue-accent: #0177a9;

    --weather: light;

    --fbi: unset;
    --ibf: invert(1);

    --blur: var(--bg-light);
    --blur_into_white: var(--bg-white);
    --blur_elevated_into_light: var(--bg-light);
    --blur_bg: white;
    --blur_settings: blur(0);
    --blur_elevated: var(--bg-white);
    --blur_nav: var(--bg-white);
    --blur_nav_active: #0000004d;
}

html[data-theme='dark'] {


    --error: red;

    --clr-dark: #222222;
    --clr-white: #fff;
    --clr-light: #F5F5F5;
    --clr-grey: #C4C4C4;

    --bg-white: #fff;
    --bg-dark: #000000;

    --if_bg_meeting: #f1f1f1;

    --svg_bg: var(--bg-light);

    --border: #ececec;
    --border-light: #ececec54;


    --dark_none_white_block: block;
    --dark_p_30_light_p_zero: 0;

    --dark_mode_cursor: auto;

    --show_only_dark: none;

    --dark_bright: unset;

    --fc-white-8: #fff;
    --fc-primary: #272727;
    --fc-dark: #000;
    --fc-dark-8: #000;

    --blue-accent: #1b66b3;

    --weather: light;

    --fbi: unset;
    --ibf: invert(1);

    --blur: var(--bg-light);
    --blur_into_white: var(--bg-white);
    --blur_elevated_into_light: var(--bg-light);
    --blur_bg: radial-gradient(at 17% 2%, hsla(220, 60%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 82% 95%, hsla(147, 93%, 67%, 1) 0px, transparent 50%),
        radial-gradient(at 36% 45%, hsla(192, 72%, 77%, 1) 0px, transparent 50%),
        radial-gradient(at 95% 21%, hsla(292, 82%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 83% 85%, hsla(313, 95%, 79%, 1) 0px, transparent 50%),
        radial-gradient(at 83% 79%, hsla(252, 80%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 60% 41%, hsla(175, 63%, 64%, 1) 0px, transparent 50%);
    --blur_settings: blur(0);
    --blur_elevated: var(--bg-white);
    --blur_nav: var(--bg-white);
    --blur_nav_active: #0000004d;

}

/* body,
main,
nav {
    cursor: var(--dark_mode_cursor);
} */

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    text-rendering: optimizeSpeed;
}
.collection_list.news.ankuendigungen .collection_content.beitragsgruppe {
  display: none;
}



/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/*BESTELLCENTER MW BC 2024-04-25*/

.bestellcenter.full_preview .form-group.artikel-name {
    display: none;
}

.collection_list.oci .collection_container {
    flex: 1 1 25%;
    background: var(--blur_elevated);
    border: 1px solid var(--border);
    border-radius: 15px;
    overflow: hidden;
}

.item-img {
    border-bottom: 1px solid var(--border);
    margin-bottom: 1rem;
    height: 230px;
}

.item-name {
    padding: 0 1rem 0.5rem 1rem;
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
}

.item-desc {
    padding: 0 1rem 1rem 1rem;
}

.modal_escalation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0009;
}

.modal_escalation_details {
    display: flex;
    width: 100%;
    gap: 3rem;
    padding-block: 1rem;
    border-block: 1px solid var(--border);
    margin-block: 1rem;
}

.oktoplus {
    position: relative;
    left: -120px;
    bottom: -20px;
}

.warning_icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
}

p.modal_escalation_p {
    max-width: 820px;
}

.detail {
    font-weight: bold;
}

.modal_escalation_details p {
    font-size: 13px;
}

.modal_escalation_content h2 {
    margin-bottom: 10px;
}

.modal_escalation_content:after {
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    background: var(--bg-white);
    width: 190px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 70px;
    z-index: -1;
}

.modal_escalation_container {
    max-width: 900px;
    width: 100%;
    position: relative;
}

.modal_escalation_content {
    background: var(--bg-white);
    padding: 50px 50px;
    position: relative;
    border-radius: 40px;
}

.login_new_buttons {
    display: none;
}


.modal_escalation.second_phase .modal_escalation_container {
    max-width: 100%;
    height: 100vh;
    width: 100%5;
}

.modal_escalation.second_phase .modal_escalation_content {
    height: 100vh;
    border-radius: 0;
    width: 100%;
}

.modal_escalation.second_phase .oktoplus {
    left: 50px;
    bottom: 50px;
    position: absolute;
}

.oci-wrap {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    flex-wrap: wrap;
}

.collection_list.oci {
    width: 25%;
}

.collection_full .item-img {
    border-bottom: 1px solid var(--border);
    margin-bottom: 1rem;
    height: 230px;
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    overflow: hidden;
}

.collection_list.oci .collection_container {
    height: 100%;
}

.collection_full .item-img {
    width: calc(40% - 3rem);
    height: 400px;
    margin-right: 3rem;
}

.item-details {
    width: 60%;
    max-width: 800px;
}

.collection_full.oci .collection_container {
    display: flex;
    flex-wrap: wrap;
}

.collection_full .item-name,
.collection_full .item-desc {
    padding: 0rem 0rem 1rem 0rem;
}

.collection_full .item-name {
    font-size: calc(var(--fs-900) * 1.5);
}

.collection_full .collection_content.item-img {
    position: sticky;
    top: 3rem;
}

.item-desc {
    padding: 0 1rem 0rem 1rem;
}

.collection_list .item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 125px;
    margin-bottom: 1rem;
}

.form-group.order-count {
    width: calc(50% - 1rem);
}

.form-group.order-from {
    width: calc(50% - 0.5rem);
}

.form-group.order-size {
    width: calc(50% - 0.5rem);
}



form#contactformular_13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#contactformular_13 h2 {
    width: 100%;
}

form#contactformular_12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#contactformular_12 h2 {
    width: 100%;
}

.bestellcenter .filter_display {
    flex-wrap: wrap;
}

@media only screen and (max-width: 1500px) {
    .collection_list.oci {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 1024px) {
    .collection_list.oci {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .collection_content.item-img {
        width: 100%;
        margin-right: 0;
    }

    .item-details {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .collection_list.oci {
        width: 100%;
    }
}

/*END BESTELLCENTER MW BC 2024-04-25*/

.anruferfassung_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #0000004d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benachrichtung {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--br);
    width: 100%;
    max-width: 400px;
    position: relative;
}

.benachrichtung_field span {
    font-size: 11px;
    opacity: .7;
    display: block;
}

.benachrichtung_field {
    border-bottom: 1px solid var(--border);
    padding-block: 5px;
}

.benachrichtung_content {
    padding-block-end: 1rem;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Reset */

@font-face {
    font-family: 'WorkSans';
    font-weight: 500;
    src: url('/layout/frontend/b2c/dist/fonts/WorkSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Plak';
    src: url('/layout/frontend/b2c/dist/fonts/Plak.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir';
    font-weight: 500;
    src: url('/layout/frontend/b2c/dist/fonts/Avenir_Light.otf') format('opentype');
}

@font-face {
    font-family: 'Avenir';
    font-weight: 600;
    src: url('/layout/frontend/b2c/dist/fonts/Avenir_Book.otf') format('opentype');
}

@font-face {
    font-family: 'Avenir';
    font-weight: 700;
    src: url('/layout/frontend/b2c/dist/fonts/Avenir_Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Avenir';
    font-weight: 800;
    src: url('/layout/frontend/b2c/dist/fonts/Avenir_Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('/layout/admin/css/fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* @font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/admin/css/fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/admin/css/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/admin/css/fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Source Sans Pro';
    src: url('/layout/admin/css/fonts/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
} */

@font-face {
    font-family: 'FiraSansCondensed';
    src: url('/layout/frontend/b2c/dist/fonts/FiraSansCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed';
    src: url('/layout/admin/css/fonts/FiraSansCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed';
    src: url('/layout/frontend/b2c/dist/fonts/FiraSansCondensed-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed';
    src: url('/layout/frontend/b2c/dist/fonts/FiraSansCondensed-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSansCondensed';
    src: url('/layout/frontend/b2c/dist/fonts/FiraSansCondensed-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

body {
    background-image: var(--blur_bg);
    background-color: var(--clr-light);
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

strong {
    color: var(--fc-dark);
}
a strong {
    color: #36c !important;
}

.wetter {
    width: 100%;
    float: left;
    margin-block-end: 2rem;
}



.form-group.main_contact_id {
    display: none;
}

.hero_bg img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.downloadcenter iframe {
    height: 100vh;
    border-radius: 0;
}

.downloadcenter div#area-2,
.downloadcenter div#area-2 .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.full_preview .year_filter {
    display: none;
}

.no_results_message {
    padding: 15px;
    width: 100%;
    float: left;
}

.no_results_message .textcontent {
    background: var(--blur_elevated);
    border-radius: var(--br);
    padding: 15px;
    text-align: center;
}

.remove_filters {
    padding: 10px 13px;
    background: var(--bg-white);
    color: var(--fc-dark);
    border-radius: var(--br);
    line-height: 1.5;
    cursor: pointer;
    display: none;
}

.year_filter_button.active {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    border-color: var(--clr-mandant);
}

span.hint {
    font-size: calc(var(--fs-300) - 3px);
    background: red;
    color: var(--fc-white-8);
    width: 15px;
    height: 15px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    left: -10px;
    flex-shrink: 0;
}

nav span.hint {
    left: -0;

}

div#hero_content h1 {
    color: var(--fc-white-8);
    margin: 0;
    margin-bottom: 0.5rem;
}

.reminder_mobile {
    margin-top: 25px;
    color: white;
    background: #d90000;
    padding: 5px 10px;
    width: auto;
    text-align: center;
    border-radius: var(--br);
    display: block;
}


.mandant_link a {
    position: relative;
    padding: 10px;
    border-radius: var(--br);
    display: block;
    /* max-width: 333px; */
    height: 70px;
}

.kc_category_line_list a.kc_category_link {
    width: unset;
    float: unset;
    padding: unset;
}

.collection_content.kc_author:before {
    content: '- ';
}

.collection_content.kc_author {
    font-size: var(--fs-300);
    font-style: italic;
    opacity: .7;
    width: 100%;
    float: left;
}

.collection_full.knowledgecenter-post {
    max-width: 1270px;
}

.full_preview .collection_content.kc_teaser {
    border-bottom: 1px solid var(--border);
    margin-bottom: 1rem;
}

.content_left_content {
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
    padding: 2rem;
    width: 100%;
    float: left;
}

.error {
    background: #ffe1e1;
    border-radius: var(--br);
    padding: 5px;
    color: var(--error);
    text-align: center;
    border: 1px solid var(--error);
    margin-block: 1rem;
}


.back_to_overview {
    display: none;
}

nav #header_2 .placeholder:hover svg {
    fill: var(--clr-dark);
}

.error:empty {
    display: none;
}

.owl-carousel.owl-loaded {
    float: left;
}

input:disabled,
select:disabled {
    cursor: not-allowed;
}

.input_change_list_card_form {
    background: var(--clr-mandant);
    padding: 10px 20px;
    border-radius: var(--br);
    color: var(--fc-white-8);
    cursor: pointer;
}

input#input_login,
input#input_password {
    border: 1px solid lightgray;
    border-radius: 7px;
}

input#login-button {
    border-radius: 0px;
}

.logo_1 img {
    height: 108px !important;
    object-fit: contain;
}

.lesezeichen_leiste {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    height: var(--lesezeichen-height);
    background: transparent;
    display: flex;
    align-items: center;
    transition: 300ms;
}

/* .lesezeichen_leiste:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, black, transparent);
    opacity: .5;
} */

.lesezeichen_leiste:hover:before {
    opacity: 1;
}

.lesezeichen_leiste .collection_content.plattform_text_group h3 {
    font-size: 13px !important;
    font-weight: var(--fw-regular) !important;
    color: var(--fc-white-8);
    font-family: var(--ff-body);
}

.lesezeichen_leiste .filter_display {
    display: none;
}

.lesezeichen_leiste .collection_list.plattformen .collection_container {
    padding: 2px 8px;
    gap: 0px;
    border-radius: 7px;
}

.component.lesezeichen_baustein {
    display: flex;
    align-items: center;
    gap: 0;
}

.lesezeichen_leiste .collection_list.plattformen {
    width: auto !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.dashboard .lesezeichen_leiste .collection_content.plattform_img img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    background: transparent;
    padding: 4px;
    padding-left: 0;
    border-radius: 0;
}

.lesezeichen_leiste .collection_list.plattformen:hover .collection_container {
    background: #0000000f;
}

.lesezeichen_leiste .collection_content.plattform_img img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    background: transparent;
    padding: 4px;
    padding-left: 0;
    border-radius: 0;
}

.lesezeichen_leiste .collection_content.plattform_teaser {
    display: none;
}

.sidebuttons {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
}

.sternentor img {
    max-width: 15px;
}

.input_protected_group {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
}

.protected_wrapper h2 {
    font-family: 'Bilbo';
    font-size: 40px;
}


.sternentor {
    float: right;
}

.protected_overlay p.error {
    margin: 1rem 0;
}

.input_protected_group .label {
    display: none;
}

.highlight_knowledgecenter .collection_list.knowledgecenter-post .collection_content.kc_img {
    display: block;
}

.highlight_knowledgecenter .collection_list.knowledgecenter-post .collection_container {
    display: flex;
    flex-direction: row-reverse;
    height: 150px;
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    justify-content: flex-end;
    gap: 2rem;
    border: 2px solid red;
}



.highlight_knowledgecenter .collection_list.knowledgecenter-post .collection_container:hover {
    background: var(--blur_elevated);
}

.highlight_knowledgecenter .collection_list.knowledgecenter-post .collection_content.kc_img img {
    width: 230px !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0;
}

.highlight_knowledgecenter .collection_list.knowledgecenter-post {
    width: 100%;
    padding: 0;
}

.dashboard .filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
    background: var(--clr-mandant);
    padding: 1rem;
    border-radius: var(--br_full);
    color: var(--fc-white-8);
}

.filegallery_content {
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.collection_content.kc_files .filegallery_content {
    padding: 1rem;
}

.warm .filegallery_content {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding-top: 0;
}

.warm .future_appointments {
    border: none;
    border-radius: 0;
}

/* Holidays */


.form_holiday {
    display: none;
}

.urlaub {
    border-collapse: collapse;
    padding: auto;
    font-size: 1.1em;
    border-radius: 10px;
    width: 100%;
}

.urlaub thead tr {
    text-align: center;
    background-color: var(--clr-mandant);
    color: #000;
}

.urlaub tr,
.urlaub td {
    border: none;
    padding: 10px 15px;
    text-align: center;
}

.urlaub tr:hover,
.urlaub td:hover {
    background-color: var(--clr-mandant);
    color: #000;
}

.urlaub button {
    padding: 0;
    background: none;
    border: none;
    font-size: 15px;
}

#input_antragnummer,
#input_kw,
#input_status,
#input_anzahl {
    display: none;
}

/* Holidays */



.highlight_knowledgecenter {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
}

.highlight_knowledgecenter .collection_list h3.collection_content.knowledgecenter-post__title.title.custom {
    font-size: var(--fs-700);
    font-weight: bold;
}

.highlight_knowledgecenter .collection_link,
.highlight_knowledgecenter .collection_link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.highlight_knowledgecenter .collection_list.knowledgecenter-post .collection_container:after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.protected_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.protected_wrapper {
    padding: 2rem;
    background: var(--blur_elevated);
    max-width: 440px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.schuller-of-the-day div#hero_content {
    display: none !Important;
}

.component.login_hintergrund img {
    object-fit: cover;
    height: 100% !Important;
    position: absolute;
}

.schuller-of-the-day .container,
.schuller-of-the-day .main-screen {
    padding: 0;
    max-width: unset;
}

.certificate_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--clr-mandant);
    padding: 2rem;
    border-radius: var(--br);
    margin-bottom: 1rem;
}



.certificate_button {
    background: var(--fc-white-8);
    color: black;
    padding: 10px 20px;
    border-radius: var(--br);
}

.schuller-of-the-day main {
    padding-top: 0;
}

body.schuller-of-the-day {
    overflow: hidden;
}

.schuller-of-the-day iframe {
    min-height: 100vh;
    border-radius: 0;
}

.schuller-of-the-day div#horizontal_nav_bar {
    display: none;
}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #e0e0e0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--bg-light);
    border-radius: 10px;
    border: none;
}

div#mandant_switch {
    z-index: 1;
}

main {
    width: calc(100% - 250px);
    float: right;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    background: transparent;
    /* padding-top: var(--lesezeichen-height); */
}

.collection_list.news.ankuendigungen.not_read .collection_container {
    outline: none;
}

r .filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

chabutton#backButton {
    background: none;
    padding: 0;
    opacity: .5;
    position: relative;
    margin: 1rem;
    color: var(--fc-white-8);
    opacity: 1;
}

button.back_button {
    background: none;
    color: #006fa8;
    padding: 0 0 10px;
    position: relative;
}

button.back_button:before {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(315deg);
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-white-8);
    border-left: 1px solid var(--fc-white-8);
    content: '';
    float: left;
    top: 8px;
    margin-right: 4px;
}

.collection_content:empty {
    display: none;
}



button#backButton:before {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(315deg);
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-white-8);
    border-left: 1px solid var(--fc-white-8);
    content: '';
    float: left;
    top: 8px;
    margin-right: 4px;
}



button#backButton:hover {
    opacity: 1;
}

::placeholder {
    color: var(--fc-primary);
}

nav ::placeholder {
    color: var(--fc-white-8);
}


div#hero_content input {
    border-color: var(--fc-white-8);
    background: var(--fc-white-8);
    color: var(--fc-dark-8);
    padding: 10px;
}

input,
select,
textarea {
    /* width: 100%; */
    /* border: 1px solid var(--border); */
    /* font-family: inherit; */
    /* border-radius: var(--br); */
    /* background: transparent; */
    /* color: var(--fc-dark); */
    /* accent-color: #000; */
    /* padding-left: 1rem; */
    padding: 10px;
    width: 100%;
    border: 1px solid var(--border);
    /* font-family: var(); */
    color: var(--bg-dark);
    accent-color: var(--clr-mandant);
}

div#mandant_switch {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000073;
    z-index: 99999;
    display: none;
}

.show_mandant_switch {
    display: flex !important;
}

li input#theme-toggle {
    position: relative;
    top: unset;
    left: unset;
    height: unset;
    width: unset;
    opacity: 1;
    top: 1px;
}

.infoboard_boxes .svg_content {
    width: 30px;
    height: 30px;
    padding: 9px;
}

.openModal svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: var(--clr-mandant);
}

/* .infoboard_modal .outhouse {
    min-height: 200px;
} */

.infoboard_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #00000070;
    z-index: 99999;
    display: none;
}

.plattformen .lesezeichen_leiste {
    display: none;
}

.plattformen main {
    padding-top: 0;
}

.infoboard_modal_container {
    max-width: 90%;
    background: var(--bg-white);
    padding: 3rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    height: 90vh;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
}

.infoboard_modal .inhouse_and_outhouse {
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

.infoboard_modal button.infoboard_day_button {
    background: none;
    color: inherit;
    font-weight: bold;
    padding: 0;
    top: unset;
    cursor: unset;
    padding-block-end: 1rem;
    padding-inline: 1rem;

}

.infoboard_modal .content_day:first-child button.infoboard_day_button,
.infoboard_modal .content_day:first-child .contact_info,
.infoboard_modal .content_day:first-child .inhouse_and_outhouse {
    padding-left: 0;
}


.infoboard_modal .content_day:last-child {
    border-right: none;
}

.infoboard_modal .content_day {
    padding-inline: 0;
}

.infoboard_modal .contact_info {
    padding-inline: 1rem;
}

.infoboard_modal .infoboard_boxes {
    background: none;
    border-radius: var(--br);
    border: none;
    padding: 0;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    flex-direction: row;
    margin-bottom: 1rem;
}

.openModal {
    position: absolute;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
}

/* .infoboard_modal .inhouse,
.infoboard_modal .outhouse {
    padding-block-end: 2rem ;
} */

.infoboard_modal .inhouse_and_outhouse {
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

.inhouse_and_outhouse {
    width: 100%;
    padding-block-end: 1rem;
}

/* .kundentermin_außer_haus .infoboard_meeting:before {
    background-image: url(/userdata/images/car.svg);
}

.kundentermin_im_haus .infoboard_meeting:before {
    background-image: url(/userdata/images/house-line.svg);
}

.veranstaltung .infoboard_meeting:before {
    background-image: url(/userdata/images/event.svg);
}

.jourfixe .infoboard_meeting:before {
    background-image: url(/userdata/images/j.svg);
}

.meeting .infoboard_meeting:before {
    background-image: url(/userdata/images/commenting-o.svg);
} */

.day_button__and_inhouse_and_outhouse.urlaub+.contact_info {
    filter: grayscale(1);
    opacity: .2;
}

.day_button__and_inhouse_and_outhouse.urlaub {
    opacity: .2;
    filter: grayscale();
}

.day_button__and_inhouse_and_outhouse {
    width: 100%;
}



table.cardform td {
    display: grid;
    grid-template-columns: 150px 1fr 1fr 1fr;
    grid-template-rows: auto;
    width: unset;
    float: unset;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border: unset;
}

table.cardform label {
    font-size: unset;
}

table.cardform .all_day {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

table.cardform .all_day .input.input_all_day {
    display: flex;
    margin-left: 5px;
}

table.cardform select {
    border-radius: 5px;
}


table.cardform .contact,
.mandant {
    width: 100%;
}

table.cardform td {
    width: unset;
    float: unset;
}

.all_mandants {
    border: 1px solid var(--border);
    border-radius: 5px;
    text-align: center;
    width: 50%;
    padding: 7px;
    cursor: pointer;
    background-color: var(--bg-light);
}

table.cardform input {
    border-radius: 5px;
}

input#saveButton {
    background: #68c567;
    border: unset;
    padding: 9px;
    color: #fff;
    max-width: 150px;
    cursor: pointer;
}

button.save-button {
    background: #68c567;
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    border-radius: 10px;
    border: unset;
    padding: 9px;
    color: #fff;
}

.serial-content .date-inputs {
    flex: 0 0 100%;
    text-align: start;
}

table.cardform div.members {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
}

table.cardform div.organizer_id {
    display: flex;
    align-items: center;
}

table.cardform div.organizer_id {
    grid-column: 3 / 5;
}

table.cardform div.members div.label {
    min-width: 150px;
    margin-right: 5px;
}

table.cardform div.organizer_id div.label {
    min-width: 245px;
    text-align: end;
    padding-right: 2rem;
}

table.cardform a#openModal {
    color: #4183c4;
}

table.cardform div#default_location {
    grid-column: 1 / 5;
}

table.cardform div#current_location {
    grid-column: 1 / 5;
    width: 100%;
}

table.cardform div#default_location div.label {
    display: flex;
    align-items: center;
}

table.cardform div#default_location div.input {
    width: 100%;
}

table.cardform div#current_location .input.input_location {
    width: 100%;
}

table.cardform div#current_location .input {
    width: 100%;
}

table.cardform .serialevents {
    display: flex;
    padding-left: 1rem;
}

table.cardform .input.input_description {
    grid-column: 2 / 5;
}

table.cardform .label.input_all_day {
    min-width: unset;
}

table.cardform .input.input_title {
    grid-column: 2 / 5;
}

table.cardform div.label.input_location {
    min-width: 155px;
}

table.cardform div.label {
    min-width: 155px;
}

table.cardform textarea {
    min-height: unset;
}

table.cardform td.type div.input {
    grid-column: 2 / 5;
}

div.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    top: 25%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

table.cardform span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.serial_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.weekly.repeating_type {
    text-align: left;
}

.daily.repeating_type {
    text-align: left;
}

.monthly.repeating_type {
    width: auto;
    text-align: left;
}

.week-wrapper {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    max-width: 340px;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.serial_date label {
    cursor: pointer;
}

.serial_date input {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    width: auto;
}

.serial_date select {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    width: auto;
}

.radio-buttons {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgb(179, 179, 179);
    padding-right: 2rem;
    gap: 15px;
}

.serial-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 1rem;
}

.serial-content input {
    width: auto;
}

.serial-content input#modal_date_from {
    max-width: 120px;
}

.yearly.repeating_type {
    text-align: start;
}

div#myModalDelete .modal-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

div#myModalDelete .modal-content span.close {
    position: absolute;
    top: 0px;
    right: 1rem;
}

div#myModalDelete .modal-content .modal-block-infoboard-verwaltung__header {
    flex: 0 0 100%;
    text-align: center;
    padding: 1rem;
}

div#myModalDelete .modal-content>div {
    flex: 1 1 30%;
    gap: 1rem;
}

div#myModalDelete .modal-content .deleteButton {
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

div#myModalDelete .modal-content .termin {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg-light);
    padding: 10px;
    border-radius: 7px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

div#myModalDelete .modal-content .termin {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

div#myModalDelete .modal-content .termin__cat {
    font-weight: var(--fw-bold);
    font-size: 1.2rem;
    border-bottom: 5px solid var(--border);
}

table.cardform div.label.start_at,
div.label.end_at {
    display: none !important;
}

.modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 7px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.serial_date {
    background: var(--toggle-bg-color);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #c8c8c8;
    position: fixed;
    z-index: 2005;
    left: 50%;
    display: none;
    height: auto;
    width: 100%;
    max-width: 760px;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

.monthly-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 1rem;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 2003;
    display: none;
}

.yearly-options {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 1rem;
    font-size: 12px;
}


.serial_date input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-tap-highlight-color: unset !important;
    cursor: pointer;
    scale: 1;
}

button#serienterminclose {
    cursor: pointer;
    font-size: 30px;
    color: #666;
    width: 25px;
    height: 30px;
    background-image: url(../img/icons/delete_small.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    background-color: unset;
}

.serial_date.modal-open {
    display: block;
}

/* .präsenzschulung .infoboard_meeting:before {
    background-image: url(/userdata/images/academic-cap-outline.svg);
}
.kundentermin_online .infoboard_meeting:before {
    background-image: url(/userdata/images/microsoftteams.svg);
}

.präsenzschulung .infoboard_meeting::before {
    background-image: url(/userdata/images/academic-cap-outline.svg);
}

.infoboard_meeting:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    aspect-ratio: 2/1;
    width: 27px;
    filter: var(--fbi);
} */

/* .infoboard_modal .content_day {
    border-right: 1px solid var(--border);
} */

.infoboard_modal .infoboard_category_meeting {
    padding-left: 10px;
}


/* .toggle_mandant_switch {
    background: var(--blur_elevated);
    padding: 10px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    cursor: pointer;
    font-size: var(--fs-300);
    position: fixed;
    right: 1rem;
    z-index: 1;
    border-left: none;
    bottom: 1rem;
    border: 1px solid var(--border);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    opacity: .5;
} */

.toggle_mandant_switch:hover {
    opacity: 1;
}


.toggle_mandant_switch svg {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: var(--clr-mandant);
}

.mandant_switch {
    display: none;
    flex-direction: column;
}

.mandant_switch.show_mandants {
    display: flex;
    width: 350px;
    background: var(--blur_elevated);
    padding: 2rem;
    border-radius: var(--br);
    gap: 10px;
}

.mandant_link a {
    position: relative;
    padding: 1px!important;
    border-radius: var(--br);
    display: block;
}

.mandant_link.active a {
background: var(--bg-light);
border: 1px solid var(--clr-mandant);
}

.mandant_link a:hover {
    background: var(--bg-light);
}

.mandant_link a:after {
    width: 7px;
    height: 7px;
    transition: 0.5s;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-dark);
    border-left: 1px solid var(--fc-dark);
    content: '';
    top: 50%;
}

#header_2 input#searchbar::placeholder {
    color: #000000;
}

.mandant_link.active img {
    outline: 1px solid var(--clr-mandant);
}

.mandant_link:hover img {
    outline: 1px solid var(--border);
}

.infoboard_modal_container .no_unterstrich_meetings {
    padding: 10px;
}

.mandant_link img {
    background: white;
    padding: 10px 20px;
    border-radius: var(--br);
    margin-bottom: 10px;
    height: 46px !Important;
    object-fit: contain;
}

.mandant_link:last-child img {
    margin: 0;
}

.widget {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
}

textarea {
    resize: vertical;
    min-height: 130px;
}

a:hover {
    filter: brightness(1);
}

input.button {
    cursor: pointer;
    border: none;
}

input.button:hover {
    opacity: .95;
}

.owl-item a {
    width: 100% !Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--clr-mandant);
    color: var(--clr-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

.textcontent li {
    list-style: inherit;
}

a.button_filter.a-filter {
    background: var(--clr-mandant);
    color: var(--clr-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}



a.button_filter.o-filter {
    background: var(--blur_elevated);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}

.collection_content.cg_teaser {
    padding-block-end: 1rem;
}

.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}



#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var(--clr-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}


#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}





ol li,
ul li {
    list-style: none;
}

.main-screen {
    padding: 1rem 0;
    position: relative;
    float: left;
    width: 100%;
}

/* .main-screen.grey {
    background-color: var(--clr-light);
} */


.container {
    margin-inline: auto;
    padding-left: 15px;
    padding-right: 15px;
}



.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
    display: flex;
    justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
    display: block;
}

.pop-up-button {
    cursor: pointer;
    border: 1px solid #000;
    background: unset;
    padding: 10px 20px;
    border-radius: var(--br);
    text-align: center;
}

.pop-up-button.current {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    border: 1px solid var(--clr-mandant);
}

.faq_nearest_search {
    display: none;
}


div#footer-header {
    float: left;
    width: 100%;
}




.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}

.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img:not(.fslightboxs) {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2 !important;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-dark);
    margin: 0 0 10px;
    font-family: var(--ff-heading);
}

h1 {
    font-size: var(--fs-900);
}

/* h2::after {
    content: "——";
    float: left;
    width: 100%;
    color: var(--clr-mandant);
    letter-spacing: -2px;
} */

h3.collection_content.projektverlauf__title.title.custom:after {
    content: "——";
    float: left;
    width: 100%;
    color: #6ac2c4;
    letter-spacing: -2px;
}

.profil_sidebar .row {
    background: var(--blur_elevated);
    padding: 1.5rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.profil_sidebar .contactformular {
    padding: 0;
}

.profil .fa_svg_content {
    display: none;
}

.profil .fa_list {
    padding-block: 10px;
    border-bottom: 1px solid var(--border);
}


.profil .workspace_group,
.profil .future_appointments {
    padding: 1.3rem;
}

.remaining_days {
    white-space: nowrap;
}


h2 {
    font-size: var(--fs-800);
    margin: 0;
    line-height: 1;
}

h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
    font-size: 30px;
}

h6 {
    font-size: var(--fs-500);
}

a {
    text-decoration: none;
}



.owl-nav {
    display: flex;
    justify-content: center;
    gap: 10rem;
    align-items: center;
}


.collection_link a:hover {
    opacity: 0;
}



/* .collection_list, .collection_container {
    position: relative;
    z-index: 0;
    background: white;
    border: 1px solid var(--border);
    padding: 15px;
    min-height: 350px;
    transition: 300ms;
} */

.collection_list.mini-ticket .collection_container {
    background: white;
    position: relative;
    z-index: 0;
    background: white;
    border: 1px solid var(--border);
    padding: 15px;
    min-height: 350px;
    transition: 300ms;
}

.collection_content.formular_verlinkung {
    padding: 20px 30px 20px 20px;
    /* top, right, bottom, left */
    position: relative;
    background-color: #f5f5f5;
    /* light background */
    cursor: pointer;
    /* pointer cursor */
    z-index: 9999;
    color: #000;
    /* default text color */
}

/* make <a> cover entire block */
.collection_content.formular_verlinkung a {
    position: absolute;
    inset: 0;
    /* stretch to fill parent */
    z-index: 2;
    color: #000;
    /* text color */
    text-decoration: none;
    /* remove underline */
    display: flex;
    align-items: center;
    padding-left: 20px;
    /* align text nicely */
}

/* arrow on the right */
.collection_content.formular_verlinkung::after {
    content: '→';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
    z-index: 1;
}


.collection_content.formular_art {
    padding-inline: 1rem;
    border-bottom: 1px solid var(--border);
    padding-block-end: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-block-start: 10px;
}



.collection_list.mini-ticket .collection_container .collection_content.formularbilder img {
    height: 180px !important;
    border-bottom: 4px solid var(--clr-mandant);
}

.collection_list.mini-ticket {
    width: 25%;
    justify-content: space-between;
}


.collection_full.mini-ticket {
    max-width: 500px;
    margin-top: 10px;
    background: white;
    position: relative;
    z-index: 0;
    background: white;
    border: 1px solid var(--border);
    padding: 15px;
    min-height: 350px;
    transition: 300ms;
}




/* Kollektion */

.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
    z-index: 0;
}

.fade {
    opacity: 1;
}

.modal {
    display: block;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-white);
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 550px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    /* background: var(--bg-light); */
    text-align: center;
    padding: 2rem;
    /* border-radius: var(--br); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translate(-50%, -50%);
    /* border: 1px solid var(--clr-mandant); */
}

.modal-header .close {
    background: var(--clr-mandant);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
    transition: color 0.2s ease;
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



button.close {
    margin: 0 0 1rem;
}

div#cookiewarnung {
    position: fixed;
    bottom: 40px;
    background: #f2f6ff;
    color: #000;
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 1px solid #d7e0ff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: var(--clr-mandant);
    color: var(--fc-dark);
    margin: 1rem 0 0;
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

.owl-item img {
    height: 660px !important;
    overflow: hidden !important;
    object-fit: contain;
    max-width: 100% !Important;
    max-height: 100% !Important;
    border-radius: var(--br);
    /* background: var(--blur_elevated_into_light); */
}

.owl-nav span {
    font-size: 40px;
}

figure.mz-figure.mz-hover-zoom.mz-ready.mz-no-zoom {
    display: flex;
    justify-content: center;
    align-items: center;
}

figure.mz-figure.mz-hover-zoom.mz-ready.mz-no-zoom img {
    overflow: hidden;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--clr-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var(--clr-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var(--clr-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f07474;
    margin: 2rem 0;
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    background: var(--blur_nav);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    float: left;
    width: 100%;
}


.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}


.tabcontent,
.tabcontentSection {
    display: none;
}

div#submit_button {
    display: flex;
    width: 100%;
    float: left;
}

.input_collection_link_checkbox {
    cursor: pointer !important;
}

.profil_sidebar a {
    color: #007BFF !important; 
}

.profil_sidebar a:hover {
    color: #0056b3 !important;
    text-decoration: underline;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.tab {
    display: none;
}

input#button {
    background: var(--clr-mandant);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
    width: auto;
}

#header_2 .current_mandant {
    color: var(--fc-white-8);
    padding: 10px;
    padding-left: 0;
    padding-bottom: 50px;
    font-size: var(--fs-500);
    opacity: .5;
}

.meal_delivery_group input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 0;
}

.meal_delivery_group input[type=checkbox]:focus {
    outline: 0;
}

.meal_delivery_group .checkbox {
    height: 23px;
    width: 43px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid var(--border);
    background: var(--blur_elevated);
    transition: all 0.2s ease;
}

.meal_delivery_group .checkbox:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--clr-grey);
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.no_results_message {
    display: none;
}

.filter_group .row {
    padding: 15px;
}

.full_preview .full_preview_full_width {
    width: 100%;
}

.search_bar_schulungen {
    padding: 5px;
    position: relative;
}

.full_preview .col-xs-12.col-sm-6.col-md-3.col-lg-3.filter_group {
    display: none;
}

.collection_list.zielgruppen .collection_container {
    cursor: pointer;
}

.pop_up_button_schulung .collection_list.zielgruppen.active .collection_content.zielgruppe_title {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_content.zielgruppe_title:hover {
    outline: 1px solid var(--border);
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_content.zielgruppe_title {
    padding: 6px 10px;
    border-radius: var(--br);
    background: var(--blur_elevated);
    font-size: var(--fs-400);
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pop_up_button_schulung .collection_list.zielgruppen {
    width: auto;
    padding: 0;
    flex: 1;
}

.pop_up_button_schulung {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    padding: 5px;
    gap: 10px;
    white-space: nowrap;
}

.collection_list.schulung {
    width: 33.33%;
}

.schulungsangebote .collection_list.news .collection_container .collection_content.vorschaubild img {
    height: 180px !important;
    border-bottom: 4px solid var(--clr-mandant);
}

.schulungsangebote .collection_list.news .collection_container {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    min-height: 370px;
}

.collection_list.news.schulung>.collection_container {
    padding-bottom: 5rem;
    height: 470px;
}

.collection_list.news.schulung>.collection_container:after {
    content: 'Mehr erfahren';
    position: absolute;
    bottom: 1rem;
    text-align: center;
    padding: 10px;
    border-radius: var(--br);
    right: 1rem;
    font-weight: bold;
    font-size: var(--fs-400);
    text-decoration: underline;
}

.schulungsangebote .collection_list.news .collection_container .collection_content.teaser {
    padding-inline: 1rem;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-block-start: 0.5rem;
}

.collection_list.news.schulung .collection_content.termin_pro_schulung {
    padding: 0.5rem 1rem;
    height: auto;
    max-height: 90px;
    overflow: hidden;
    border-block: 1px solid var(--border);
    color: var(--clr-mandant);
    margin-block: 0.5rem;
}

.collection_list.news.schulung .collection_content.zielgruppen_pro_schulung {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.schulungsangebote .collection_list.news h3.collection_content.news.schulung__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 1.5rem;
}


.collection_full.news.schulung>.collection_container {
    display: block;
    max-width: 1000px;
}

.collection_full.news.schulung .collection_container .collection_content.vorschaubild {
    display: none;
}

.collection_full.news.schulung>.collection_container {
    display: block;
    padding: unset;
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
    float: left;
}

.meal_delivery_group .checkbox:checked {
    border-color: var(--clr-mandant);
}

.meal_delivery_group .checkbox:checked:after {
    transform: translatex(20px);
}

button,
a.button,
a.button_save {
    background: #0177a9;
    color: var(--fc-white-8);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;

}

button:hover {
    opacity: .9;
}

.step.active {
    opacity: 1;
}






a {
    color: inherit;
    cursor: pointer;
}








/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    padding-block-end: 1rem;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}





/* Slideshow */

#slider-wrapper {
    position: relative;
}

div#slider {
    height: 100%;
    position: relative;
}

div#slider-title .container {
    width: 100%;
}

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 15px 0;
    clear: both;
    text-align: right;
}




#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}





/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: var(--clr-grey);
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
    opacity: .5;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: var(--clr-grey);
    border-radius: 500px;
    opacity: 1;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 23px;
    z-index: -1;
}

.youtubecontent {
    width: 100%;
    float: left;
}

iframe {
    width: 100%;
    height: 450px;
    border-radius: var(--br);
}

.content_guide_collections {
    width: 100%;
    flex: 1;
}


.content-guide .filter_display {
    width: 20%;
    float: left;
    gap: 0.5rem;
    flex-direction: column;
    align-items: end;
    position: sticky;
    top: 90px;
    display: flex;
    padding-right: 1rem;
}

.content_guide_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact_card_list.observer {
    display: none;
}

.collection_list.stellen>.collection_container {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    min-height: 420px;
}

.collection_list.stellen .title {
    padding-inline: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-block-end: 10px;
    border-bottom: 1px solid var(--border);
}

.collection_content.stellen_verlinkung_1 a,
.collection_content.stellen_verlinkung_2 a,
.collection_content.stellen_verlinkung_3 a,
.collection_content.stellen_verlinkung_4 a {
    padding: 0.5rem 1rem;
    height: auto;
    max-height: 90px;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
    display: block;
}

.news a.button.create_collection {
    display: flex !important;
}

.collection_list.stellen {
    width: 25%;
}

.collection_content.stellen_verlinkung_4 a:empty {
    display: none;
}

.stellen a:hover {
    text-decoration: underline;
}

.collection_content.stellen_verlinkung_1 a:after,
.collection_content.stellen_verlinkung_2 a:after,
.collection_content.stellen_verlinkung_3 a:after,
.collection_content.stellen_verlinkung_4 a:after {
    content: '';
    /* background-image: url(/userdata/images/chevron-right.svg); */
    display: block;
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    filter: var(--fbi);
    margin-top: 5px;
    opacity: .5;
}

.collection_content.stellen_verfuegbarkeit {
    margin: 1rem;
    background: var(--bg-light);
    display: inline-block;
    border-radius: var(--br);
    padding: 2px 10px;
    font-size: var(--fs-300);
    opacity: .8;
    float: right;
}

.collection_list.stellen .collection_container .collection_content.stellenbilder img {
    height: 180px !important;
    border-bottom: 4px solid var(--clr-mandant);
}

.collection_list.stellen .breadcrumb .collection_content.stellenbilder img {
    border-bottom: 4px solid #5a9c9d;
}

.collection_list.stellen .ic .collection_content.stellenbilder img {
    border-bottom: 4px solid #e89620;
}

.collection_list.stellen .Ihnen .collection_content.stellenbilder img {
    border-bottom: 4px solid #ba9745;
}

.collection_list.stellen .van .collection_content.stellenbilder img {
    border-bottom: 4px solid #b4cc00;
}

.collection_list.stellen .Consulting .collection_content.stellenbilder img {
    border-bottom: 4px solid #022f63;
}

.collection_list.stellen .ict .collection_content.stellenbilder img {
    border-bottom: 4px solid #67c8ef;
}

.collection_content.stellen_art {
    padding-inline: 1rem;
    margin-top: 1.5rem;
    font-size: var(--fs-300);
    opacity: .7;
}

h3.collection_content.content_guide__title.title.custom {
    font-size: var(--fs-800);
}

.collection_list.content_guide.not_read .collection_container {
    outline: none;
}

.collection_list.content_guide {
    width: 80%;
    max-width: 700px;
    padding: 0;
    padding-block-end: 2rem;
}

.dashboard div#hero_content {
    padding-block-start: 2rem;
}




div#hero_content {
    height: 280px;
    overflow: hidden;
    position: relative;
    color: var(--fc-white-8);
    background-image: var(--mandant_bg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #2a2a2a; */
    background-blend-mode: soft-light;
    background-position: center;
}

.schulungsangebote #hero_content {
    height: 157px;
    overflow: hidden;
    position: relative;
    color: var(--fc-white-8);
    background-image: var(--mandant_bg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #2a2a2a; */
    background-blend-mode: soft-light;
    background-position: center;
}

.schulungsangebote div#hero_content h1 {
    margin-bottom: 10px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 1px dashed var(--clr-mandant);
    outline-offset: 2px;
}


.dashboard div#hero_content>.container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-inline: 20px;
}

div#hero_content>.container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding-inline: 50px;
}

.breadcrumb span {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.chevron_right {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(135deg);
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-white-8);
    border-left: 1px solid var(--fc-white-8);
    content: '';
    position: relative;
}

.dashboard .breadcrumb {
    display: none;
}

.stellenauschreibung .filter_display {
    padding: 0 15px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: scroll;
}

.lesezeichen_baustein .filter_display {
    display: none;
}

.stellenauschreibung .button_filter_wrapper_2.alle {
    display: none;
}

.stellenauschreibung .contactformular {
    padding: 15px;
}

.stellenauschreibung .contactformular form {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    padding: 30px 25px;
    max-width: 600px;
}

.stellenauschreibung .contactformular form .name {
    width: 100%;
}

.collection_content.ank_text iframe {
    width: 100%;
    height: 100vh;
}

div#hero_content .breadcrumb {
    padding-inline: 10px;
    font-size: var(--fs-300);
    margin-bottom: 5px;
}

select {
    background: var(--blur_elevated);
}
.hero_bg video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: brightness(0.8);
    object-fit: cover;
}

.forwarding-wrapper {
    display: flex;
    gap: 1rem;
    white-space: nowrap;
    overflow-x: scroll;
    padding-inline: 0.5rem;
}

.forwarding-wrapper {
    /* margin-top: -32px; */
    margin-top: -47px;

}

.neue-kollegen .widget_news img {
    max-width: 55px;
    aspect-ratio: 1;
    height: 55px !important;
    border-radius: 999px;
    flex-shrink: 0;
}

.new_coworker_container {
    display: flex;
    gap: 10px;
    padding: 1rem;
    cursor: pointer;
}

.no_content_coworker {
    padding: 1rem;
}

.no_content_coworker a {
    color: blue;
    text-decoration: underline;
}

div#overlayNewCoWorkers {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: anchor-center;
    justify-content: center;
    background: #00000085;
    z-index: 9999;
    display: none;
}

div#closeOverlayNewCoWorkers svg {
    display: flex;
    width: 20px;
    height: 20px;
}

div#closeOverlayNewCoWorkers {
    position: fixed;
    cursor: pointer;
    right: 10px;
    top: 10px;
    background: white;
    padding: 1rem;
    border-radius: var(--br);
}

div#overlayNewCoWorkers h3 {
    font-size: 37px;
}

.logo_mobile {
    display: none;
}


#certificate_contact_list {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#certificate_contact_list thead th {
    background-color: #f8f9fa;
    color: #333;
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
}

#certificate_contact_list tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#certificate_contact_list tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#certificate_contact_list tbody td {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.checkbox_square {
    transform: scale(1.2);
    margin: 0 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
    margin: 2px;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #218838;
}

.dataTables_filter input {
    width: 200px;
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

#certificate_contact_list td input.checkbox_square {
    width: unset;
}

.certificate_title_group {
    margin: 10px 0px;
}

.certificate_container #saveButton {
    float: right;
}

.sticky-helper {
    height: 0px !important;
}

.new_worker_content_overlay img {
    max-width: 150px;
    object-fit: cover;
    border-radius: 999px;
    aspect-ratio: 1;
    height: 150px ! Important;
    margin: 1rem;
    border: 1px solid var(--border);
}

.kontaktdaten_list {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
}

.contact_group {
    padding: 1.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 100%;
}

.contact_group.list_form .contact_card_list {
    width: 100%;
    padding: 0;
}

.contact_group.list_form .contact_card:hover {
    transform: translateY(0px);
}

.contact_group.list_form .contact_card {
    flex-direction: row;
    gap: 5px;
    min-height: unset;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 1rem 0;
    display: flex;
    transition: 300ms;
    overflow: hidden;
    position: relative;
}

.contact_group.list_form .contact_head {
    padding-block-end: 0;
    min-width: 300px;
    max-width: 300px;
}

.contact_phone {
    min-width: 250px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact_mail {
    text-align: left;
    min-width: 314px;
}

.new_worker_content_overlay {
    background: white;
    border-radius: var(--br);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    max-width: 460px;
    max-height: 97vh;
    overflow-y: scroll;
}

div#overlayNewCoWorkers .new_coworker_content {
    padding: 1rem;
}

div#overlayNewCoWorkers p.steckbrief {
    display: block;
}

.neue-kollegen .widget_news .collection_container {
    padding-right: 80px;
}

div#mandant_switch_responsiv {
    width: 100%;
    float: left;
    padding-inline: 10px;
    padding-block-end: 1rem;
}

div#mandant_switch_responsiv .mandant_switch {
    position: relative;
    top: unset;
    right: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

div#mandant_switch_responsiv .mandant_link img,
div#mandant_switch_responsiv .mandant_link.active img {
    width: 100% !important;
    padding: 1rem;
    border-radius: var(--br) !important;
    border-right: 1px solid var(--border);
    height: 80px !important;
    object-fit: contain;
}

div#mandant_switch_responsiv .mandant_link.active img {
    border-color: var(--clr-mandant) !Important;
    border-right: 1px solid var(--clr-mandant);

}

body.ankuendigungen.full_preview h3.collection_content.news.ankuendigungen__title.title.custom, body.ankuendigungen.full_preview .collection_content.date {
    /* color: #be2b2b !important; */
    color: var(--fc-primary) !important;
}


div#mandant_switch_responsiv .mandant_link {
    width: 100%;
}

.forwarding_content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
}

.forwarding_content_container {
    background: var(--clr-mandant);
    padding: 7px 12px;
    border-radius: var(--br);
    scale: 1;
    border: 1px solid var(--clr-mandant);
    color: var(--fc-white-8);
}

.forwarding_text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.svg_content {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--svg_bg);
    border-radius: var(--br);
}

.svg_content svg {
    fill: var(--bg-dark);
}

.contact_card_list.test_user {
    display: none;
}

.forwarding_image svg {
    width: 16px;
    fill: var(--bg-white);
    height: 16px;
}

.forwarding_text:after {
    content: '';
    /* background-image: url(/userdata/images/chevron-right.svg); */
    display: block;
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    filter: invert(1);

}

.profil_sidebar .row:empty {
    display: none;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.forwarding-wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.forwarding-wrapper {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.group {
    padding: 30px 20px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    background: var(--blur_elevated);
}

.major_group .row {
    padding: 30px 25px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    background: var(--blur_elevated);
}





/* .collection_list.not_read .collection_container:after {
    content: '1';
    width: 20px;
    height: 20px;
    background: red;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 999px;
    color: var(--fc-white-8);
    font-size: var(--fs-300);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.collection_list.not_read .collection_container {
    outline: 1px solid red;
    outline-offset: 2px;
    outline-style: dashed;
    border-radius: var(--br);
}

.new_content_feed_content {
    height: 272px;
    scrollbar-gutter: stable;
    overflow-y: scroll;
}



h3.title.custom {
    margin: 0;
}

.icon {
    margin-bottom: 1.5rem;
}



.icon img {
    max-width: 40px;
    float: right;
}

.dashboard .kc_card_list {
    display: none;
}

.dashboard .kc_category_list.col-sm-12.col-md-12.col-lg-8 {
    width: 100%;
    padding-inline: 0;
}

.dashboard .kc_group_container {
    background: var(--blur_elevated);
    width: 100%;
    float: left;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    margin-bottom: 2rem;
}

.firmenwiki_link_dashboard a {
    color: var(--clr-mandant);
    text-decoration: underline;
}

.dashboard .owl-nav {
    display: flex;
    justify-content: start;
    gap: 1rem;
    align-items: center;
}

.dashboard .owl_kc .owl-nav span {
    font-size: 20px;
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.hide {
    display: none;
}

a.no_favorites_found {
    padding: 5px;
    font-size: 13px !important;
}

/* Anruferfassung */

.firmeninformationen .group_container {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--border);
}

.firmeninformationen .group_container:last-child {
    border-bottom: none;
}

.firmeninformationen .img_container {
    max-width: 110px;
    background: var(--fc-white-8);
    height: 100%;
    position: relative;
    display: flex;
    padding: 1rem 5px;
    border-radius: var(--br);
}

.firmeninformationen .stats_container {
    width: 70%;
    padding: 10px 0px;
    font-size: var(--fs-300);
}

.stats_container {
    font-size: var(--fs-300);

}

.firmeninformationen .stats_container h5 {
    margin: 0;
}

.firmeninformationen {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Anruferfassung Ende*/
/* Changelog */

.collection_list.changelog {
    width: 100%;
    padding-block-start: 0;
    padding-left: 2rem;
    border-left: 2px solid var(--border);
    padding-block-end: 5rem;
}

.collection_list.changelog:before {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--border);
    border-radius: 999px;
    position: absolute;
    left: -9px;
    top: 0;
    border: 1px solid var(--clr-grey);
}

.collection_list.changelog.not_read .collection_container {
    outline: none;
    display: flex;
    gap: 2rem;
}

.textcontent_white {
    background: white;
    padding: 1rem;
    border-radius: var(--br);
}

.textcontent_white a {
    background: var(--clr-mandant);
    padding: 10px 15px;
    border-radius: var(--br);
    display: inline-block;
}

.warm .inhouse_and_outhouse {
    display: none;
}

.warm button.infoboard_day_button {
    top: unset;
    background: transparent;
    padding: 0;
    color: var(--fc-dark);
    margin-bottom: 5px;
}



.warm .infoboard_boxes {
    margin-block-end: 1rem;
    padding-top: 6rem;
    border: none;
    gap: 1rem;
}

.warm .infoboard_boxes h2 {
    position: absolute;
    top: 2rem;
    left: 3rem
}

.warm button.infoboard_day_button {
    font-size: var(--fs-300);
}

.anpassung_melden .row {
    background: var(--blur_elevated);
    padding: 2rem 2rem 1rem 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.collection_list.changelog.not_read .collection_container .collection_content.changelog_info {
    flex: 1 1 40%;
}

.collection_list.changelog.not_read .collection_container .collection_content.changelog_text {
    flex: 1 1 60%;
    border-bottom: 1px solid var(--border);
    padding-block-end: 1rem;
}

.collection_content.changelog_date {
    font-size: var(--fs-300);
    opacity: .7;
    margin-bottom: 0.5rem;
}

.collection_content.changelog_category {
    display: inline-block;
    font-size: var(--fs-300);
    padding: 3px 10px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    background: var(--border);
}

.fa_content { position: relative; }
.fa_title {
  cursor: pointer;
  color: var(--clr-mandant, #0080B5);
  transition: color .15s ease-in-out;
  display: inline-block;
}
.fa_title:hover {
  color: #006b94;
}

.fa_content .participants {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  min-width: 260px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #d0d7de;
  padding: 10px 12px;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.fa_title:hover ~ .participants {
  display: none;
}

.participants strong { display:block; margin-bottom: 6px; }
.participants ul { margin: 0; padding-left: 18px; }
.participants em { color: #666; }

/* ===== Tone Popup ===== */
#tone_popup.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
}

#tone_popup.hidden {
    display: none;
}

#tone_popup .popup_content {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    animation: popupFadeIn 0.3s ease-out;
    position: relative;
}

#tone_popup h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

#tone_popup .popup_close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
    transition: color 0.2s ease-in-out;
}

#tone_popup .popup_close:hover {
    color: #e74c3c;
}

#global_tone_selector {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

#global_tone_selector:hover {
    border-color: #999;
}

#global_tone_selector:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52,152,219,0.2);
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


h3.collection_content.changelog__title.title.custom {
    font-size: var(--fs-700);
    margin-block-end: .5rem;
}

.anpassung_melden .row img {
    max-width: 40px;
    margin-bottom: 1rem;
    filter: var(--fbi);
}

.collection_content.changelog_category.design {
    background: #8a5eb3;
    color: var(--fc-white-8);
    border-color: #8a5eb3;
}

.collection_content.changelog_category.funktion {
    background: cornflowerblue;
    color: var(--fc-white-8);
    border-color: cornflowerblue;
}

.changelog_collection {
    background: var(--blur_elevated);
    width: 100%;
    float: left;
    padding: 2rem 3rem 0 3rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    color: var(--fc-dark);
    overflow-y: scroll;
    max-height: 615px;
}

.changelog_collection:before {
    content: 'Updates';
    font-size: var(--fs-800);
    font-weight: bold;
    margin-bottom: 1.5rem;
    float: left;
    margin-left: -10px;
}

.collection_content.changelog_text ul {
    padding-left: 20px;
    margin-block-end: 0;
}

.sitepart_3 h2 {
    font-size: 13px;
    font-weight: inherit;
}

.sitepart_3 h2:before {
    display: none;
}

.collection_content.changelog_text a {
    color: cornflowerblue;
}

/* Changelog Ende*/

/* Learning Ende*/

.profile_certificate_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}



.el_category {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
}

.certificate_frame video {
    width: 100%;
    border-radius: var(--br);
}

.e-learning .profile_certificate_wrapper a {
    flex: 1 1 60%;
}

::placeholder {
    opacity: .5;
}

input.submit_answers,
.next,
.prev {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
    width: auto;
    flex-shrink: 0;
}

.profil_certificate {
    background: var(--bg-white);
}

.prev {
    background-color: var(--blur);
    color: var(--fc-primary);
}

.el_post_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.profile_certificate_wrapper a {
    flex: 1 1 40%;
}

p.finished {
    background: #48c148;
    display: inline;
    color: var(--fc-white-8);
    border-radius: var(--br);
    padding: 3px 8px;
}

p.unfinished {
    background: #d61212;
    display: inline;
    color: var(--fc-white-8);
    border-radius: var(--br);
    padding: 3px 8px;
}

.el_post_new table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.el_post_new td {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    white-space: normal;
}

h4.el_post_title_new {
    margin: 0;
}

.el_post_new:hover {
    background: #0000000a;
}

.el_post_new p {
    font-size: var(--fs-300);
}

.el_category_new {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
    margin-bottom: 1rem;
    background: var(--blur_elevated);
    padding: 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    position: relative;
}

.el_category_line_list_new {
    width: 100%;
    float: left;
}

.notification_item {
    padding-block-end: 5px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 5px;
}

.notification_item .label {
    font-size: 11px;
}

.notification {
    background: var(--bg-white);
    padding: 15px;
    border-radius: var(--br);
    margin-bottom: 15px;
}

.collection_content.artikeltext ul {
    padding-left: 1rem;
}

.notification .notification_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.notification_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.svg_title {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.answer_input.checked {
    outline: 2px solid var(--bgColor--night);
}



img.el_img {
    height: 150px !Important;
    max-width: 150px !important;
}

loadDiv {
    display: flex;
    padding: 10px;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: var(--br);
}



.dashboard .profil_banner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body iframe.fslightboxs {
    width: 600px !important;
    height: 90vh !important;
    max-width: 1000px !important;
}

.dashboard_news_right .collection_content.vorschaubild img {
    position: absolute;
    max-width: 73px;
    right: 0;
    border-radius: var(--br);
    top: 0;
}

.form_group.input_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.input.input_share_with_all {
    display: flex;
}


.dashboard_news_left .collection_list.news,
.dashboard_news_left .collection_container {
    padding: 0;
    height: 396px;
}

.dashboard_news_left .collection_content.vorschaubild img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.7);
}

.dashboard_news_right h3.collection_content.news__title.title.custom {
    font-size: var(--fs-600);
    max-width: calc(100% - 83px);
    margin-top: 5px;
    font-family: var(--ff-body);
    font-weight: var(--fw-bold);
}

.collection_content.date {
    font-size: var(--fs-300);
}

.dashboard_news_right .collection_list.news {
    border-bottom: 1px solid var(--border);
    padding: 10px 15px;
}

.dashboard_news_right .collection_list.news .collection_container {
    min-height: 55px;
}

.dashboard_news_right .collection_list.not_read .collection_container {
    outline: 0;
}

embed#pdf-viewer {
    height: 82vh;
}

span.hint.green {
    background: green;
}

.dashboard_news_left {
    width: 37%;
    float: left;
}

.dashboard .collection_list.news {
    width: 100%;
}

.dashboard_news_right {
    width: 100%;
    float: left;
    height: 396px;
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

.collection_list.news.first_news img {
    height: 134px ! Important;
    max-width: 200px;
}

.collection_list.news.first_news .collection_container {
    min-height: 133px;
}

span.hint.yellow {
    background: var(--clr-mandant);
    color: black;
}

.dashboard_news_right .collection_list.news.first_news h3.collection_content.news__title.title.custom {
    max-width: calc(100% - 225px);
    margin-bottom: 5px;
}

.dashboard .first_news .collection_content.teaser {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 225px);
    font-size: 13px;
}

.dashboard_news_left .collection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px 25px;
    color: var(--fc-white-8);
}

.widget_light {
    background: var(--bg-white);
    padding: 1rem;
    border-radius: var(--br);
}

.dashboard_news_left h3.collection_content.news__title.title.custom {
    color: var(--fc-white-8);
    font-size: 26px;
    line-height: 1.1 !important;
    word-wrap: break-word;
    max-width: 100%;
}

p.el_tags {
    opacity: .7;
    font-size: var(--fs-300);
}

.certificate_question {
    background: var(--blur_elevated);
    padding: 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    display: none;
}

.certificate_question.active {
    display: block;
}

input.submit_answers {
    display: none;
}

.question_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0;
}

.answer_input label,
.answer_input .label {
    width: 100%;
    display: block;
    cursor: pointer;
}

.answer_input label {
    padding: 1rem;
}

.answer_input input {
    padding: 1rem;
}

.answer_input input[type="checkbox"] {
    display: none;
}

.answer_input_group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

h3.certificate_question_headline {
    margin-bottom: 1rem;
}

.answer_input:hover {
    background: var(--border);
}

.answer_input {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 50%;
    float: left;
    gap: 0.5rem;
    background: var(--blur);
    border-radius: var(--br);
    justify-content: flex-end;
    flex: 1 1 40%;
    position: relative;
}

.el_category_line_list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

a.el_category_link {
    flex: 1 1 100%;
}



.el_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-inline: 2rem;
    height: 100px;
}

.card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    scale: .4;
    width: 90px;
}

.card .percent {
    position: relative;
}

.card svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
}

.card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.card svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: var(--clr-mandant);
}

.card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card .number h3 {
    font-size: 3.5rem;
    font-weight: var(--fw-medium);
}

.card .number h3 span {
    font-size: 2rem;
}

.card .title h2 {
    margin: 25px 0 0;
}

a.el_post_link {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--border);
}

h3.el_current_category {
    margin-bottom: 10px;
}

a.el_post_link:last-child {
    border: none;
}

.el_category_list .row {
    padding: 30px 25px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    background: var(--blur_elevated);
}

.el_post {
    overflow: hidden;
    padding: 1rem 0;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--blur_elevated);
    border-radius: var(--br);
}

h4.el_post_title {
    margin: 0;
}


.el_category_list {
    float: left;
    width: 100%;
}


.certificate_container {
    padding: 2rem;
    background: var(--blur_elevated);
    border-radius: var(--br);
    border: 1px solid var(--border);
}

h2.certificate_title {
    margin-bottom: 5px;
}

p.certificate_paragraph {
    padding-block-end: 1rem;
}

.certificate_frame {
    padding-block: 1rem;
}




.success-animation {
    margin: 0 auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--clr-mandant);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--clr-mandant);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px !important;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--clr-mandant);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.learning_success_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.315);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.learning_success,
.learning_error {
    background: var(--blur_elevated);
    padding: 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    z-index: 2001;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 500px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.component_logo img {
    max-width: 130px;
    max-height: 105px;
}


.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: var(--clr-mandant-2);
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.demo1 {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ui-success,
.ui-error {
    width: 100px;
    height: 100px;
}

.ui-success-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    transform: rotate(220deg);
    transform-origin: center center;
    stroke-linecap: round;
    animation: ani-success-circle 1s ease-in both;
}

.ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: ani-success-path 0.4s 1s ease-in both;
}

@keyframes ani-success-circle {
    to {
        stroke-dashoffset: 782.25657074px;
    }
}

@keyframes ani-success-path {
    0% {
        stroke-dashoffset: 62px;
    }

    65% {
        stroke-dashoffset: -5px;
    }

    84% {
        stroke-dashoffset: 4px;
    }

    100% {
        stroke-dashoffset: -2px;
    }
}

.ui-error-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    animation: ani-error-circle 1.2s linear;
}

.ui-error-line1 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.15s 1.2s linear both;
}

.ui-error-line2 {
    stroke-dasharray: 54px 55px;
    stroke-dashoffset: 55px;
    stroke-linecap: round;
    animation: ani-error-line 0.2s 0.9s linear both;
}

@keyframes ani-error-line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes ani-error-circle {
    0% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: 0;
    }

    35% {
        stroke-dasharray: 120px, 120px;
        stroke-dashoffset: -120px;
    }

    70% {
        stroke-dasharray: 0, 260.75219025px;
        stroke-dashoffset: -260.75219025px;
    }

    100% {
        stroke-dasharray: 260.75219025px, 0;
        stroke-dashoffset: -260.75219025px;
    }
}


/* Learning Ende*/


/* Essensbestellung */

.meal_delivery_group {
    padding: 40px 30px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    position: relative;
    margin-top: 80px;
    background: var(--blur_elevated);
    margin-bottom: 2rem;
}

div#food {
    scroll-margin: 200px;
}

.meal_delivery_group:before {
    content: '';
    background-image: url(/userdata/images/meal_delivery_asset.svg);
    width: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 70px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

tr.food_list_row td {
    padding: 7px;
}

.food_list table th {
    padding: 7px;
    position: sticky;
    top: 0;
    background: var(--blur_elevated);
}



.food_list {
    background: var(--blur_elevated);
    border-radius: var(--br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 300px;
    overflow-y: scroll;
    text-align: left;
    margin: 0 0 1rem;
    border-bottom: 1px solid var(--border);

}

tr.food_list_row:nth-child(even) td {
    background: var(--blur);
}

div#food .title_with_icon {
    cursor: pointer;
}

.food_list table {
    width: 100%;
    font-size: var(--fs-300);
    color: var(--fc-dark);
    border-collapse: collapse;

}

.menu_with_reload {
    display: none;
}

tr.food_list_row.current_day td {
    background: var(--fc-primary);
    color: var(--fc-white-8);
}

input.button:disabled {
    filter: grayscale(1);
    cursor: not-allowed;
}

.payment_type {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
}

.lieferungs_rezept a.button {
    background: #f5f5f5;
    color: var(--fc-dark);
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--border);
}

p.response {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blur_into_white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br);
    z-index: 1;
}

.lieferungs_content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lieferungs_rezept {
    padding: 0 1rem;
    margin-bottom: 1rem;
}

#food form {
    padding: 0rem 1rem 1rem 1rem;
}

#food input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 0;
}

#food .checkbox {
    height: 23px;
    width: 43px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid var(--border);
    background: var(--blur_elevated);
    transition: all 0.2s ease;
}

p.strong {
    color: var(--fc-dark);
    font-weight: bold;
}

#food textarea {
    background: #f5f5f5;
    min-height: 70px;
}

.neue-kollegen .collection_list.news {
    padding: 0;
}

.widget_news .owl-item img {
    height: auto !important;
    border-radius: 0;
}

.neue-kollegen .collection_content.date {
    padding: 1rem 1rem 5px 1rem;
}

.neue-kollegen h3.collection_content.news__title.title.custom {
    padding: 0rem 1rem 1rem 1rem;
    font-size: var(--fs-600);
    font-family: var(--ff-body);
    font-weight: var(--fw-bold);
}

.neue-kollegen .collection_list.news {
    padding: 0;
    border-bottom: 1px solid var(--border);
}

.neue-kollegen .widget_news {
    overflow-y: scroll;
    height: 90px;
    padding-block-end: 1rem;
}

.switch_icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.neue-kollegen .collection_list.news:last-child {
    border-bottom: 0;
}

#food .checkbox:checked:after {
    transform: translatex(20px);
}

#food .checkbox:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--border);
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

img.icon_from_file {
    max-width: 40px;
}

.title_with_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-end: 1rem;
}

.location_today {
    padding-block-end: 1rem;
}

.lieferandude {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 1rem;
    justify-content: space-between;
}

.receipt {
    font-family: 'VT323';
}

.payment {
    padding-block: 1rem;
}

.payment {
    position: relative;
}

#bezahlung {
    display: flex;
    align-items: center;
    gap: .5rem;
}



#toggle_switch {
    position: relative;
    width: 37px;
    height: 18px;
    background-color: #ccc;
    border-radius: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

label.active_label {
    font-weight: bold;
    color: var(--clr-mandant);
}

#toggle_switch.active {
    background: var(--clr-mandant);
}

#toggle_switch:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
}

#toggle_switch.active:before {
    left: 20px;
}

.toggle-container {
    display: flex;
    align-items: center;
}

#bezahlung label {
    display: inline-block;
    cursor: default;
}

#bezahlung input[type="radio"] {
    display: none;
}

#bezahlung input[type="radio"]:checked+.toggle-container #toggle:before {
    left: calc(100% - 27px);
}

#bezahlung input[type="radio"]:checked+.toggle-container #toggle {
    background-color: #3498db;
}

.receipt {
    max-width: 300px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 5px 5px 19px #ccc;
    padding: 2rem 2rem;
    color: var(--fc-dark-8);
}

.receipt_headline {
    text-align: center;
}

.receipt_location {
    text-align: center;
}

.liefer_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.stars {
    overflow: hidden;
}

.receipt h2 {
    color: var(--fc-dark-8);
}

.list_item {
    padding-block: 1rem;
}

p.liefer_name {
    font-weight: bold;
}

.barcode {
    font-family: "LibreBarcode128";
    font-size: 43px;
    text-align: center;
    line-height: 1;
    padding-top: 1rem;
}

.id_number {
    text-align: center;
}

.receipt_print {
    display: flex;
    justify-content: center;
    padding-block-start: 1rem;
}

@media print {
    body {
        background-color: white !important;
        background-image: none !important;
        color: black !important;
    }

    .receipt_print {
        display: none !Important;
    }
}

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

div#login_form {
    width: 100%;
}

.background-stuff {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #98c5e8;
    border-radius: var(--br);
    /* animation: wrapperIn 2s; */
}

.background-stuff .bg {
    position: absolute;
    top: 0%;
    left: -100%;
    width: 50%;
    height: 100%;
    background: #636ed1;
    -webkit-animation: bgIn 4s 0s linear infinite;
    -moz-animation: bgIn 4s 0s linear infinite;
    -ms-animation: bgIn 4s 0s linear infinite;
    -o-animation: bgIn 4s 0s linear infinite;
    animation: bgIn 4s 0s linear infinite;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    z-index: 1;
}

.background-stuff .bg-2 {
    background: #8faaff;
    -webkit-animation: bgIn 4s 1s linear infinite;
    -moz-animation: bgIn 4s 1s linear infinite;
    -ms-animation: bgIn 4s 1s linear infinite;
    -o-animation: bgIn 4s 1s linear infinite;
    animation: bgIn 4s 1s linear infinite;
}

.background-stuff .bg-3 {
    background: #5a73da;
    -webkit-animation: bgIn 4s 2s linear infinite;
    -moz-animation: bgIn 4s 2s linear infinite;
    -ms-animation: bgIn 4s 2s linear infinite;
    -o-animation: bgIn 4s 2s linear infinite;
    animation: bgIn 4s 2s linear infinite;
}

.background-stuff .ground {
    position: absolute;
    bottom: 0;
    margin-bottom: -1.875em;
    height: 77%;
    width: 100%;
    background: var(--bg-white);
    z-index: 2;
}

.container_card {
    height: 100%;
    width: 100%;
    display: table;
    overflow: hidden;
}

.container_car .car-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    scale: .5;
    z-index: 2;
    position: relative;
}

span.delete_message {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 10px;
}

span.delete_message svg {
    fill: red;
    width: 10px;
    height: 10px;
}

.car {
    width: 20em;
    height: 12.5em;
    position: relative;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    -webkit-animation: carMove 0.3s infinite;
    -moz-animation: carMove 0.3s infinite;
    -ms-animation: carMove 0.3s infinite;
    -o-animation: carMove 0.3s infinite;
    animation: carMove 0.3s infinite;
}

.car .body {
    position: absolute;
    top: 0;
    left: 0.875em;
    width: 14.375em;
    height: 10em;
    background: #fff;
}

.car .body:before {
    content: "";
    position: absolute;
    left: -0.875em;
    border-radius: 10px 10px 0 0;
    width: 15.875em;
    z-index: 2;
    height: 0.75em;
    background: #3190dd;
}

.car .body div {
    position: absolute;
    background: #fff;
    width: 18.125em;
    height: 3.75em;
    bottom: -0.625em;
    border-radius: 0 0 10px 10px;
}

.car .body div:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -1.8125em;
    right: 0px;
    width: 5em;
    height: 2.5em;
    z-index: 1;
    border-radius: 0 14px 0 0;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

.car .body div:after {
    content: "";
    background: #fff;
    position: absolute;
    top: -5.125em;
    right: 1.0625em;
    width: 5.625em;
    height: 2.5em;
    z-index: 1;
    border-radius: 10px 0 0 0;
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
}

div#overlayContentPDF iframe {
    height: 100vh;
    border-radius: 0;
}

.car .wheel {
    position: absolute;
    width: 3.75em;
    height: 3.75em;
    background: #3c464c;
    border-radius: 50%;
    bottom: 0;
    left: 3em;
    z-index: 14;
    -webkit-animation: carMove 0.3s 0.2s;
    -moz-animation: carMove 0.3s 0.2s;
    -ms-animation: carMove 0.3s 0.2s;
    -o-animation: carMove 0.3s 0.2s;
    animation: carMove 0.3s 0.2s;
}

.car .wheel:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.car .wheel:nth-of-type(2) {
    left: 13.125em;
}

.car .decos {
    width: 18.125em;
    height: 10.5em;
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0.875em;
}

.car .line-bot {
    position: absolute;
    bottom: 0.5625em;
    height: 3px;
    width: 100%;
    background: #e1e8ef;
}

.car .door {
    position: absolute;
    left: 7.5em;
    bottom: 0;
    width: 3.75em;
    height: 8.8125em;
    border-radius: 10px 10px 0 0;
    border: 3px solid #e1e8ef;
    border-bottom: 0;
    background: #fff;
}

.car .door:after {
    content: "";
    position: absolute;
    top: 0.375em;
    left: 0.4375em;
    width: 2.875em;
    height: 2.5em;
    border-radius: 4px;
    background: #5bc2ef;
}

.car .door .handle {
    position: absolute;
    right: 0.625em;
    top: 4.375em;
    width: 0.625em;
    height: 0.625em;
    background: #e1e8ef;
    border-radius: 50%;
}

.car .door .handle:after {
    content: "";
    width: 1.25em;
    height: 0.25em;
    border-radius: 10px;
    background: #e1e8ef;
    position: absolute;
    top: 50%;
    left: -0.3125em;
    margin-top: -0.125em;
}

.car .door .bottom {
    position: absolute;
    bottom: 0.375em;
    left: 0.6875em;
    width: 2.375em;
    height: 0.75em;
}

.car .door .bottom:before,
.car .door .bottom:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1875em;
    background: #e1e8ef;
    height: 0.25em;
    border-radius: 10px;
    margin-bottom: 0.25em;
}

.car .window {
    position: absolute;
    top: 1.125em;
    left: 12.5em;
    width: 2em;
    background: #5bc2ef;
    height: 4.5em;
    border-radius: 10px 10px 0 10px;
}

.car .window:before {
    content: "";
    width: 100%;
    height: 1.25em;
    background: #5bc2ef;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.9375em;
    border-radius: 0 10px 10px 10px;
}

.car .window:after {
    content: "";
    height: 1.25em;
    background: #5bc2ef;
    position: absolute;
    top: 1.0625em;
    left: -0.8125em;
    width: 4.1875em;
    transform-origin: bottom;
    -webkit-transform: rotate(74deg);
    -moz-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    -o-transform: rotate(74deg);
    transform: rotate(74deg);
    border-radius: 10px 10px 10px 10px;
}

.car .light {
    position: absolute;
    width: 0.625em;
    height: 0.625em;
    background: #ff8c40;
    right: 3.75em;
    bottom: 3.125em;
    border-radius: 3px;
}

.car .light-front {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: #ff8c40;
    right: -0.1875em;
    bottom: 3.5625em;
    border-radius: 3px;
}

.car .light-front:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff8c40;
    top: 100%;
    height: 0.9375em;
    border-radius: 3px;
    margin-top: 2px;
}

.car .antenna {
    position: absolute;
    width: 1.625em;
    height: 0.625em;
    background: #fff;
    bottom: 100%;
    left: 1.0625em;
    border-radius: 4px 4px 0 0;
}

.car .antenna:before {
    content: "";
    position: absolute;
    width: 2.375em;
    height: 0.25em;
    background: #fff;
    bottom: 0;
    left: -1.375em;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    border-radius: 4px;
}

.kw-button {
    background: white;
    color: black;
    padding: 3px 6px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.kw-button.active {
    background: var(--clr-mandant);
}

div#kw-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.certificate_dashboard_wrapper {
    padding: 0 15px;
    margin-bottom: 1.5rem;
}

div#overlayPDF {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car .ice-cream {
    position: absolute;
    left: 1.875em;
    top: 1.875em;
    width: 4.375em;
    height: 4.375em;
    border: 3px solid rgba(246, 200, 102, 0.31);
    border-radius: 50%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.car .ice-cream .cone {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    border-right: 1.125em solid transparent;
    border-left: 1.125em solid transparent;
    border-top: 2.5em solid #f4b224;
    opacity: 0;
}

.car .ice-cream .cone:after {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #00c0a8;
    border-radius: 50%;
    top: -3.4375em;
    left: 0px;
    z-index: -1;
    opacity: 0;
}

.days {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.content_day.board_day {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.content_day.this_day {
    border-right: 1px solid var(--border);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.days::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.days {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}



.ice-cream:after {
    content: '';
    background-image: url(/userdata/images/stiften.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: 12px;
    rotate: -66deg;
}

.car .ice-cream .cone:before {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #ffd132;
    border-radius: 50%;
    top: -3.4375em;
    left: -1.25em;
    z-index: -1;
    box-shadow: 10px -5px 0px 0px #ff9a9a;
    opacity: 0;
}

.wind {
    position: absolute;
    z-index: -1;
    right: 100%;
    height: 100%;
    margin-right: -1.25em;
}

.wind .p {
    position: absolute;
    background: #fff;
    border-radius: 0.625em;
    height: 0.625em;
}

.wind .p1 {
    width: 4.375em;
    position: absolute;
    right: 0;
    top: 1.5625em;
    animation: wind 1s -1s linear infinite;
}

.wind .p2 {
    width: 6.25em;
    right: 2.5em;
    top: 3.75em;
    animation: wind 1s -2s linear infinite;
}

.wind .p3 {
    width: 3.125em;
    right: 0em;
    top: 6.5625em;
    animation: wind 1s -1s linear infinite;
}

.wind .p4 {
    width: 3.75em;
    right: 6.25em;
    top: 8.4375em;
    animation: wind 1s 1s linear infinite;
}

.wind .p5 {
    width: 4.375em;
    right: 1.875em;
    top: 9.0625em;
    animation: wind 1s -1.5s linear infinite;
}

.car-wrapper_inner {
    position: relative;
    z-index: 4;
}

@keyframes carMove {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes wind {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        transform: translateX(-400%);
        opacity: 0;
    }
}

.car_outter {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: relative;
    animation: carDrive 5s 1s cubic-bezier(0.88, 0.08, 0.16, 1.1) infinite;
}

.response.container_car {
    width: calc(100% + 4rem);
    display: block;
    margin-left: -2rem;
    overflow: hidden;
}

div#countdown {
    border: 2px solid var(--clr-mandant);
    border-radius: 999px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-stuff h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 1rem;
}

@keyframes carDrive {
    0% {
        transform: translateX(-150%);
    }

    25% {
        transform: translateX(0%);
    }

    70% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(300%);
    }
}

@keyframes bgIn {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@keyframes wrapperIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Essensbestellung Ende */

/* History */

.historie div#hero_content {
    display: none !important;
}

.collection_list.history {
    width: 100%;
    padding: 0;
}

.collection_list.history.not_read .collection_container {
    outline: none;
}

.historie .filter_display {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 2;
}


.historie .owl-item img {
    height: 100% !important;
}



.historie .owl-nav {
    gap: 14rem;
}

.owl-navigation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    rotate: 90deg;
}

body.historie {
    overflow: hidden;
}

.historie .main-screen,
.historie .container {
    padding: 0;
    max-width: 100%;
}

.historie .owl-nav span {
    font-size: 40px;
    color: var(--fc-white-8);
}

.collection_list.history .collection_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100vh;
    padding-right: 14rem;
    overflow: hidden;
}

.collection_content.history_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.4);
}

.collection_content.history_img img {
    animation: scale 40s linear infinite;
    overflow: hidden;
    object-fit: cover;
}

.personal .collection_list.news {
    width: 100%;
}

.personal .news_content .dashboard_news {
    height: 410px;
}

.personal .dashboard_news_right {
    height: 410px;
}

.form_title {
    padding: 1rem 1rem 0;
}

.personal .dashboard_news_left .collection_list.news,
.personal .dashboard_news_left .collection_container {

    height: 410px;
}

.visitenkarte .component_logo {
    padding: 0;
}

.banner {
    background-image: var(--mandant_bg);
    background-size: cover;
    /* background-position: 0 380px; */
    border-radius: var(--br);
    overflow: hidden;
    margin-block: 1rem;
    width: 100%;
    float: left;
    background-color: #434343;
    background-blend-mode: soft-light;
}

.banner .textcontent {
    padding: 2rem;
    color: var(--fc-white-8);
}


.certificate_category_label {
    background: var(--clr-mandant-2);
    color: var(--fc-white-8);
    font-size: 12px;
    padding: 2px 6px;
    display: inline-block;
}

main.embedded_1 {
    width: 100%;
}


.banner a {
    display: inline-block;
    padding: 7px 15px;
    background: var(--clr-mandant-2);
    border-radius: var(--br);
    cursor: pointer;
    color: var(--fc-white-8);
    font-size: 20px;
}

.banner .textcontent h2 {
    color: var(--fc-white-8);
    margin-bottom: 8px;
}

.visitenkarte_text h3 {
    /* background: var(--clr-mandant); */
    display: inline-block;
    color:#000;
    padding: 10px 0px;
    border-radius: var(--br);
    font-size: 20px;
}

.visitenkarten_links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.visitenkarte img.profil_img_nav_bar {
    width: 62px !important;
    height: 62px !important;
}


@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.collection_content.history_teaser,
h3.collection_content.history__title.title.custom {
    max-width: 600px;
    text-align: right;
    margin-left: auto;
    color: var(--fc-white-8);
}

h3.collection_content.history__title.title.custom {
    font-size: calc(var(--fs-900) * 2);
    color: var(--fc-white-8);
}

h3.collection_content.history__title.title.custom:before {
    content: 'Historie';
    font-size: 19px;
    float: left;
    width: 100%;
    color: var(--clr-mandant);
}



/* History Ende */

/* Infoboard */

.infoboard_boxes {
    background: var(--blur_elevated);
    border-radius: var(--br);
    border: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-direction: column;
}

.warm .infoboard_boxes {
    padding-inline: 2rem;
}



.content_day {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-inline: 1rem;
}

.bg_white .row {
    background: var(--blur_elevated);
    border: 1px solid var(--border);
    border-radius: var(--br);
}

.warm .content_day {
    justify-content: flex-start;
}

.infoboard_contact {
    display: inline-block;
    padding: 4px 7px;
    border-radius: 7px;
    position: relative;
    background: var(--border);
    color: var(--fc-dark);
}


.infoboard_category_meeting {
    display: inline-block;
    padding: 1px;
    position: relative;
    margin-right: 7px;
    width: 100%;
    border-bottom: 1px solid var(--if_bg_meeting);
    padding-left: 0;
}

.infoboard_meeting i {
    margin-right: 5px
}

.infoboard_category_meeting .infoboard_contact {
    border-radius: 0;
    padding: 0;
    background: none;
    font-size: 15px;
    color: var(--clr-grey);
}

.collection_list.news {
    width: unset;
    float: unset;
    padding: 0;
    box-shadow:0px 2px 9px 0px rgba(0,0,0,.1);
}

.dash-news .news {
    padding: 0;
}

.dash-news .news .date,
.dash-news .news .title {
    color: var(--fc-white-8);
}

.dash-news .news .collection_container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.dash-news .collection_content.vorschaubild {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dash-news .collection_content.vorschaubild img {
    object-fit: cover;
    object-position: center;
}

.dash-news .news .title {
    padding: 0rem 1rem 0rem 1rem;
    font-size: 1.3rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1.0rem !important;
}

.dash-news .news:first-child .title {
    margin-bottom: 0 !important;
}

/* .dash-news .date {
    padding: 1rem 1rem 0rem 1rem!important;
} */

.dash-news .teaser {
    display: block !important;
    color: var(--fc-white-8);
    padding: 0rem 1rem 0rem 1rem!important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.dash-news .news:nth-child(1) .teaser {
    display: -webkit-box !important;
}

.dash-news .news .collection_container {
    height: 100%;
}

.dash-news .news:first-child .collection_container {
    height: 100%;
}

.dash-news {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 200px);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: hidden;
    /* padding-right: 1.5rem; */
}

.dash-news .news:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.dash-news .news:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.dash-news .news:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

/* .dash-news .news .collection_container:after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    opacity: .5;
} */

.dash-news .news:first-child .collection_container {
    position: relative;
}

.news-btn {
    position: absolute;
    z-index: 3;
    display: block;
    color: #fff;
    width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 1rem;
    margin-right: 1rem;
    padding: 0;
}

.news-title-dash h2 {
    color: var(--clr-white);
}

.news-title-dash {
    position: absolute;
    z-index: 3;
    display: block;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 0;
}

.collection_list.schulung {
    width: 33%;
}

.infoboard_category_meeting .infoboard_contact:after {
    content: ',';
    padding-inline: 2px;
}

.infoboard_category_meeting .infoboard_contact:last-child:after {
    display: none;
}

.no_unterstrich_meetings {
    display: inline-block;
    padding: 4px 7px;
    border-radius: var(--br);
    position: relative;
    border: none;
    opacity: .4;
    background: var(--bg-light);
}

.infoboard_meeting:hover span.infoboard_contact_tooltip {
    display: block;
}

span.infoboard_contact_tooltip {
    display: none;
    position: absolute;
    width: 200px;
    background: var(--bg-white);
    color: var(--fc-dark);
    padding: 1rem;
    text-align: center;
    border-radius: var(--br);
    border: 1px solid var(--border);
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inhouse {
    padding-block-end: 1rem;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.outhouse {
    padding-block-end: 1rem;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: baseline;

}

.anpassung_melden label {
    font-size: var(--fs-300);
}

.anpassung_melden .contactformular {
    padding-block-start: 0;
}

.infoboard_category_4 {
    background-color: green;
    color: var(--fc-white-8);
}

.inhouse span.infoboard_contact_tooltip,
.outhouse span.infoboard_contact_tooltip {
    top: -65px;

}

.outhouse p {
    font-size: var(--fs-300);
    margin-bottom: 5px;
}

.inhouse p {
    font-size: var(--fs-300);
    margin-bottom: 5px;

}

.infoboard_meeting {
    display: inline-block;
    border-radius: 6px;
    position: relative;
    color: var(--fc-dark);
    padding: 7px;
    flex-direction: column;
    font-weight: var(--fw-bold);
}

button#openContextMenu {
    background: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_content,
.community_board_container {
    float: left;
}

.news_content {
    width: 100%;
}

.widget_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 1rem;
    position: relative;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

p.steckbrief {
    display: none;
}

.plattformen .collection_list.plattformen .collection_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex-direction: row-reverse;
    background: var(--bg-white);
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.form_group input[type=checkbox] {
    width: auto;
    margin: 0;
}



.dashboard_news_right .widget_header,
.posts .widget_header {
    border-top-left-radius: 0;
}

.dashboard_news_right .widget_header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.plattformen .collection_list.plattformen {
    width: 25%;
    padding-block-end: 5px;
}





/* .blue_bg .row {
    background: #9ec4e8;
    padding: 1rem;
    border-radius: var(--br);
} */

.widget_menu a {
    width: 100%;
    display: block;
    padding: 9px 10px;
    font-size: var(--fs-400);
}

.widget_menu {
    display: none;
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
    position: absolute;
    top: 50px;
    padding-block-start: 5px;
    right: 0px;
    width: 170px;
    z-index: 999;
    box-shadow: 0 0 13px 1px #00000030;
}


.chat_toolbar {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid var(--border);
}

.chat_toolbar input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.chat_toolbar input[type="search"]:focus {
    border-color: #007bff;
}

.chat_filter {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
}

.chat_filter a {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    background: var(--clr-light);
    border-radius: var(--br);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s;
}

.widget .contact_list .chat_back_button {
    background: none;
    border: none;
    color: var(--clr-mandant);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
}

.chat_filter a.active {
    background: var(--clr-mandant);
    color: white;
}

.chat_filter a:hover {
    background: var(--clr-mandant-2);
    color: white;
}


.chat_container>div>div {
    display: flex;
    justify-content: space-between;
}

.chat_container>div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.new_chat_button {
    width: 36px;
    height: 36px;
    background: var(--clr-mandant);
    color: white;
    font-size: 28px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.tone_selector_wrapper {
    display: none;
    margin-left: 10px;
    width: -webkit-fill-available;
}






.new_chat_button:hover {
    transform: scale(1.1);
}

/* .chat_contact_name {
    font-weight: bold;
} */


.chat_container {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    padding-block: 10px;
    border-bottom: 1px solid var(--border);
    width: 100%;
    position: relative;
    gap: 1rem;
}

.widget_title svg {
    width: 20px;
    height: 17px;
    margin-right: 3px;
}



.mobile_navigation_container a {
    position: relative;
}

.mobile_navigation_container .hint {
    position: absolute;
    right: 15px;
    top: -5px;
    left: unset;
}

.profile_steckbrief {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
}

.chat_filter {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chat_filter::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat_filter {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.widget_menu h4 {
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
    font-size: var(--fs-500);
    font-weight: var(--fw-bold);
    font-family: var(--ff-body);
}

.message {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 70%;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.widget .chat_dialog {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}

#chat_search {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

#chat_search:focus {
    border-color: #007bff;
}

#contact_list {
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    padding: 10px;
    border: unset;
    margin: unset;
}

#contact_list h2 {
    margin-bottom: 10px;
}

#contacts_table {
    width: 100%;
    border-collapse: collapse;
}

#contacts_table thead {
    background: #f2f2f2;
    font-weight: bold;
}

#contacts_table th,
#contacts_table tr {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: unset;
    text-align: left;
}

#contacts_table tbody tr,
#contacts_table tbody td {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#contacts_table tbody tr:hover {
    background: #e6f0ff;
}

#contacts span {
    display: inline-block;
    vertical-align: middle;
}

#contacts .chat_avatar {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    object-fit: cover;
}

#contacts_table td:focus {
    outline: none;
}

.widget .chat_dialog .chat_messages {
    flex-grow: 1;
    overflow-y: auto;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.edited_indicator {
    font-size: 12px;
    margin-right: 4px;
}


.chat_input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
}

.chat_input textarea {
    flex-grow: 1;
    min-height: 36px;
    max-height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    resize: none;
    overflow-y: auto;
    font-size: 14px;
}

.chat_input textarea:focus {
    border-color: #007bff;
}

.chat_list {
    height: 405px;
    overflow-y: auto;
}

.message_date_separator {
    text-align: center;
    font-size: 12px;
    color: #555;
    background: #f1f1f1;
    padding: 4px 5px;
    border-radius: 15px;
    display: inline-block;
    margin: 15px auto;
    max-width: fit-content;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.no_chats {
    text-align: center;
    margin-top: 14px;
}

.chat_input .file_button {
    width: 36px;
    height: 36px;
    background: #007bff;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.chat_input .file_button:hover {
    background: #0056b3;
    transform: scale(1.1);
}

.chat_input button:last-child {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.chat_input button:last-child:hover {
    background: #0056b3;
}

#file_preview {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: calc(100% - 20px);
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#file_preview span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

#file_preview .remove_file_button {
    background: none;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s;
}

#file_preview .remove_file_button:hover {
    color: darkred;
}

.bubbles-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.my_message {
    align-self: flex-end;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.widget .chat_list .chat_avatar {
    margin-right: 5px;
}

.read_status {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.read_status_sent {
    color: #999;
}
/* hide context menu button only inside plattformen widget */
.plattformen_container_wrapper #openContextMenu {
    display: none !important;
}

.read_status_read {
    color: #34c759;
}

.chat_title_button {
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: unset;
    padding: 0px 10px 2px 10px;
}

.popup.hidden {
    display: none;
}

#chat_popup {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 320px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
}

#group_members h3 {
    text-align: center;
    border-bottom: 1px solid var(--border);
    margin: unset;
}

#group_members ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#group_members li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

#group_members li:hover {
    background: #f5f5f5;
}

.participant_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.participant_name {
    font-weight: bold;
}

.admin_label {
    font-size: 0.9em;
    color: #888;
    margin-top: 2px;
}

.widget .participant_avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}


.popup_close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
    transition: color 0.2s ease-in-out;
}

.popup_close:hover {
    color: #555;
}

.my_message .message_body {
    background-color: #007bff;
    color: white;
}

.my_message .message_body_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.my_message .message_body {
    background: #007bff;
    color: white;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.my_message .message_body:last-child {
    border-bottom-right-radius: 1px;
}

.my_message .message_time {
    color: #f1f1f1;
}

.other_message {
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    margin: 5px;
    gap: 8px;
}

.other_message .message_body {
    background: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 5px
}

.other_message .message_body:last-child {
    border-bottom-left-radius: 1px;
}

.chat_messages .file_container a,
.chat_messages a[data-fslightbox="chat-gallery"] {
    display: inline-block;
    max-width: 100%;
    color: inherit;
}

.chat_image {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.file_container {
    max-width: 300px;
    overflow: hidden;
}


.file_link {
    display: block;
    text-decoration: underline;
    color: #007aff;
    padding: 5px;
    margin-top: 4px;
    border-radius: 5px;
}

.widget .chat_dialog .chat_avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-bottom: 5px;
}

.message_body_container {
    display: flex;
    flex-direction: column;
}

.message_body {
    border-radius: 8px;
    max-width: 300px;
    width: fit-content;
    word-wrap: break-word;
}

.avatar_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.sender_name {
    font-size: 12px;
    font-weight: bold;
}

.message_content_time {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-end;
}

.chat_open_toolbar {
    padding: 10px;
    margin-right: 10px;
    display: none !important;
}

.chat_item {
    padding: 10px;
    cursor: pointer;
}

.chat_item h3 {
    margin: 0;
}

.chat_item p {
    margin: 5px 0 0;
}

.chat_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background 0.3s;
    justify-content: space-between;
}

.chat_item:hover {
    background: #f5f5f5;
}

.chat_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.chat_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.chat_name {
    color: #000;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_time {
    color: #888;
    font-size: 12px;
    margin-left: 10px;
    flex-shrink: 0;
}

.chat_message_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message_time {
    font-size: 12px;
    color: #888;
    align-self: flex-end;
    text-align: right;
}

.chat_message {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.chat_sender {
    font-weight: bold;
    margin-right: 5px;
}

.unread_count {
    background: red;
    color: white;
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 10px;
}

.widget .chat_dialog .chat_header {
    position: relative;
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
    z-index: 10;
}

.widget .chat_dialog .chat_header .chat_back_button {
    background: none;
    border: none;
    color: var(--clr-mandant);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
}

.widget .contact_list .chat_back_button {
    background: none;
    border: none;
    color: var(--clr-mandant);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
}

.widget .chat_dialog .chat_header .chat_back_button:hover {
    color: #007aff;
}

.widget .contact_list .chat_back_button:hover {
    filter: brightness(1.07)
}

.widget .chat_dialog .chat_header .chat_contact {
    display: flex;
    flex-grow: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.widget .chat_dialog .chat_header .chat_contact h2 {
    margin: 0;
}

.widget .chat_dialog .chat_header .chat_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.widget .chat_dialog .chat_header .chat_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.chat_open_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-light);
    padding: 5px 0;
    gap: 5px;
}

.chat_context_menu {
    position: absolute;
    background: #ffffff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    min-width: 160px;
    max-width: 90vw;
    word-wrap: break-word;
}

.message_content.editing {
    outline: 1px solid #fff;
    outline-offset: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.chat_context_menu button {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-bottom: 1px solid var(--border);
    color: unset !important;
}

.chat_context_menu button:nth-last-of-type(1) {
    border-bottom: none;
}

.chat_context_menu button:hover {
    background: #f0f0f0;
}

.seen_list {
    position: absolute;
    background: #ffffff;
    color: #333;
    border-radius: 8px;
    top: 101%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 8px;
    white-space: nowrap;
    font-size: 13px;
    z-index: 10000;
    display: none;
    width: 180px;
    max-width: 90vw;
    word-wrap: break-word;
}

.seen_list--left {
    right: 100%;
    left: auto;
}

.seen_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.seen_item:last-child {
    border-bottom: none;
}

.seen_item .seen_avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
}

.seen_text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.seen_username {
    color: #000;
}

.seen_date {
    font-size: 12px;
    color: #777;
}

.widget_menu:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    position: absolute;
    right: 22px;
    rotate: 45deg;
    border-right: none;
    border-bottom: none;
    top: -2px;
    transform: translateX(-50%);
}

.widget_menu #closeContextMenu {
    border-top: 1px solid var(--border);
    color: var(--error);
    background: none;
    border: none;
    display: block;
    border-radius: none !important;
    padding: 9px 10px;
    text-align: left;
    font-size: var(--fs-400);
    width: 100%;
}

span.infoboard_contact_tooltip {
    font-size: var(--fs-300);
    font-weight: var(--fw-regular);

}

.contact_info .infoboard_contact span.infoboard_contact_tooltip {
    top: -100px;
}


/* span.infoboard_contact_tooltip {
    display: none;
    position: absolute;
    width: 200px;
    background: var(--bg-white);
    color: var(--fc-dark);
    padding: 1rem;
    text-align: center;
    border-radius: var(--br);
    border: 1px solid var(--border);
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.infoboard_category_0 span.category {
    background: var(--clr-mandant);
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.warm .infoboard_category_0 span.category {
    background: var(--clr-mandant);
}

.infoboard_category_1 span.category {
    background-color: #707070;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.infoboard_category_2 span.category {
    background-color: #EDCC2B;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.infoboard_category_3 span.category {
    background-color: #4DC1C1;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.infoboard_category_birthday span.category {
    background-color: green;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}



.infoboard_category_0 {
    background: #6c4675;
    color: var(--fc-white-8);
}

.infoboard_category_1 {
    background-color: #707070;
    color: var(--fc-white-8);
}

.infoboard_category_2 {
    background-color: #EDCC2B;
    color: var(--fc-white-8);
}

.infoboard_category_3 {
    background-color: #4DC1C1;
    color: var(--fc-white-8);
}

.infoboard_contact.infoboard_category_birthday {
    background-color: green;
    color: var(--fc-white-8);
}



.contact_info {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

button.infoboard_day_button {
    background: none;
    padding: 0;
    color: var(--fc-dark);
    opacity: .5;
    font-size: var(--fs-300);
}

.infoboard_contact:hover span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Infoboard Ende*/

/* Knowledgecenter */



a.kc_post_link {
    width: 100%;
    float: left;
    flex: 1 1 100%;
}

.kc_category_line_list_post,
.kc_category_line_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 1rem;
    width: 100%;
}

.kc_post svg {
    fill: var(--fc-dark);
}

.dashboard #hero_content .col-xs-12 {
    padding-block-end: 0;
    padding-left: 10px;
}

#hero_content .col-xs-12 {
    padding-block-end: 0;
    padding-left: 10px;
}



.close svg {
    fill: var(--fc-dark);
}

.kc_category {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    padding-block-end: 1rem;
    transition: 300ms;
    border: 1px solid var(--border);
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.forwarding_links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

p.kc_hint {
    padding-inline: 8px;
    padding-block: 4px;
    font-size: 9px;
    text-decoration: none;
    background-color: #006fa8;
    color: #ffffff;
    /* border-radius: 8px; */
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    margin-left: 1rem;
}

p.kc_hint:hover {
    background-color: #4b4b4b;
    color: #e0e0e0;
}




.collection_list.knowledgecenter-post a.button.bookmark {
    display: none;
}

.collection_list.knowledgecenter-post .collection_content.kc_teaser {
    display: none;
}

.collection_list.knowledgecenter-post .collection_content.kc_img {
    display: none;
}

.kc_article table {
    width: 100% !important;
    border: none;
    padding-block: 1rem;
}

.kc_article h2 {
    font-size: var(--fs-700);
    margin-block: 1rem;
}

.kc_article td {
    border: none;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.mobile_search {
    display: none;
}

a.button.bookmark {
    padding: 10px;
    border-radius: var(--br);
    color: var(--fc-white-8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}

h1#getDynamicTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

a.button.bookmark svg {
    fill: var(--fc-white-8);
    width: 20px;
    height: 20px;
}

.kc_post {
    overflow: hidden;
    padding: 1rem 0;
    transition: 300ms;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kc_back_button {
    padding: 10px 0px 10px 10px;
}

div#weather-widget .weather_container {
    width: 100%;
    float: left;
    background: var(--blur_elevated);
    border-radius: var(--br);
    position: relative;
    height: 147px;
    overflow: hidden;
    margin-bottom: 15px;
}

img#weather-icon {
    height: auto !important;
    width: auto !Important;
    max-width: 100%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.message_file video {
    width: 100%;
    max-height: 440px;
}

.clouds img#weather-icon {
    bottom: 0px;
}

.location {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: var(--fs-900);
    font-family: var(--ff-heading);
}

span#timeCurrent {
    position: absolute;
    top: 53px;
    left: 1rem;
}

.clear {
    background: #2980B9 !important;
    /* fallback for old browsers */
    background: linear-gradient(to top, #e0f2fd, #8cc8dd, #2980B9) !important;
    color: white;
}

.clear img#weather-icon {
    bottom: 6px;
    right: 2px;
}

div#weather-widget {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
}

.clouds {
    background: #bdc3c7 !important;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2c3e50, #bdc3c7) !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2c3e50, #bdc3c7) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(/userdata/images/clouds.jpg) !important;
    background-size: cover !important;
    color: white;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.snow {
    background: white !important;
    /* fallback for old browsers */
    color: black;
}

.rain {
    background: #bdc3c7 !important;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2c3e50, #bdc3c7) !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2c3e50, #bdc3c7) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(/userdata/images/rain.jpg) !important;
    background-size: cover !important;
    color: white;
}

div#weather-widget {
    /* display: flex; */
    gap: 15px;
}

.maintenance .textcontent {
    background: var(--blur_elevated);
    border-radius: var(--br);
    border: 1px solid var(--border);
    padding: 1rem;
    text-align: center;
    padding-block-end: 6px;
}

.weather-status {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.temperature {
    font-size: 60px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    line-height: 1;
}

/* .weather_container .weather_info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 1rem;
} */

.knowledgecenter-post.full_preview button#backButton {
    display: block;
    margin: 5px 7px
}

.collection_full h3.collection_content.knowledgecenter-post__title.title.custom {
    font-size: var(--fs-900);
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border: none;
}

.kc_post_list_wrapper {
    width: 100%;
    float: left;
}

.kc_post_list_wrapper .collection_list.knowledgecenter-post .collection_container {
    background: white;
    padding: 1rem;
    border-left: 4px solid transparent;

}

.collection_list.knowledgecenter-post .collection_container {
    overflow: hidden;
    padding: 1rem 0;
    transition: 300ms;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.full_preview .kc_post_list_wrapper {
    padding: 0;
    border: none;
    background: none;
}

.collection_list.knowledgecenter-post .collection_container:after {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(135deg);
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-dark);
    border-left: 1px solid var(--fc-dark);
    content: '';
    float: left;
    margin-right: 4px;
}

.kc_content_link svg {
    fill: var(--fc-dark);
}

.collection_list.knowledgecenter-post {
    width: 100%;
    padding: 0px 15px;
}

.kc_post:hover {
    background: var(--blur_nav_active);
}

.kc_post h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

.firmenwiki_suche input {
    background: var(--bg-white);
}

.forwarding_link {
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    display: block;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    background: var(--bg-white);
}

.forwarding_link:after {
    width: 7px;
    height: 7px;
    cursor: pointer;
    background: transparent !important;
    border-top: 1.5px solid var(--bg-dark);
    border-left: 1.5px solid var(--bg-dark);
    content: '';
    position: absolute;
    right: 10px;
    top: 42%;
    z-index: 99999;
    rotate: 135deg;
}


p.kc_tags {
    padding-inline: 1rem;
    margin-top: 1rem;
    font-size: var(--fs-300);
    margin-bottom: 10px;
    opacity: .7;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

p.kc_tags span.finished {
    background: green;
    color: white;
    border-radius: 5px;
    padding: 3px 6px;
}


a.kc_category_link.to_be_finished .kc_category {
    border: 1px solid red;
    background: #ffdddd;
}

a.kc_category_link.finished .kc_category {
    border: 1px solid green;
    background: #deffde;
}

p.kc_tags span.to_be_finished {
    background: red;
    color: white;
    border-radius: 5px;
    padding: 3px 6px;
}


.firmenwiki_header_content {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    padding-inline: 0;
}


h3.kc_title {
    padding-inline: 1rem;
    margin-block-end: 1rem;
    font-size: 18px;
}

img.kc_img {
    height: 150px !Important;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.microsoft_login {
    border-top: 1px solid var(--border);
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    gap: 1rem;
    padding-block-end: 1rem;
}

input#searchbar {
    padding: 10px;
}

.pct_read {
    margin-top: auto;
    width: 100%;
    padding-inline: 1rem;
    flex-direction: column;
    position: relative;
    gap: 5px;
}

.pct_textcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: var(--fs-400);
}



.pct_status {
    height: 10px;
    background: var(--clr-mandant);
    border-radius: 999px;
    z-index: 1;
    position: relative;
}

.pct_textcontent:after {
    content: '';
    width: 100%;
    height: 10px;
    background: var(--blur);
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    max-width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
}

.kc_content_card {
    border-radius: var(--br);
    background: var(--blur_elevated);
    padding-block-start: 1rem;
    border: 1px solid var(--border);
}

.collection_list h3.collection_content.knowledgecenter-post__title.title.custom {
    font-weight: var(--fw-regular);
    font-family: var(--ff-body);
    font-size: var(--fs-500);
}

.kc_content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

.contact_card {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 214px;
    align-items: flex-start;
    transition: 300ms;
    overflow: hidden;
    position: relative;
}

.kc_content_link {
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: space-between;
}

.kc_content_text h5 {
    margin: 0;
}

.kc_content_card .svg_content {
    width: 45px;
    height: 45px;
}

.kc_card_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.collection_full.knowledgecenter-post .collection_content.kc_teaser,
.collection_full.knowledgecenter-post .collection_content.kc_article {
    padding-bottom: 1.5rem;
    float: left;
    width: 100%;
    position: relative;
    float: left;
    width: 100%;
}



h3.collection_content.knowledgecenter-post__title.title.custom:after {
    display: none;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-close,
button.mz-button.mz-button-next {
    background: grey !important;
}

.form-group.form-check input {
    width: auto;
    position: relative;
    top: 2px;
}

.collection_content.contactform {
    width: 100%;
    float: left;
    padding-block: 2rem;
}

.collection_content.contactform .contactformular {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.collection_content.kc_files {
    background: var(--bg-white);
    border-radius: var(--br);
    padding: 0;
    margin-bottom: 1rem;
    border: 4px solid var(--clr-mandant);
}

.collection_full.knowledgecenter-post .collection_content:last-child:after {
    display: none;
}

.collection_full.knowledgecenter-post .owl-item img {
    height: 550px !important;
    object-fit: contain;
}

.collection_content.kc_img img {
    border-radius: var(--br);
    margin-block-end: 1rem;
}

h3.kc_current_category {
    margin-bottom: 1rem;
}

.collection_list.knowledgecenter-post .collection_container:hover {
    border-left: 4px solid var(--clr-mandant);
    background: var(--bg-light);
}

.collection_content.kc_files:before {
    content: 'Downloads';
    font-size: var(--fs-800);
    padding: 1rem;
    display: block;
    border-bottom: 1px solid var(--border);
    line-height: 1;
    font-family: var(--ff-heading);
}

.collection_full.knowledgecenter-post .collection_container {
    width: 100%;
    float: left;
}

.content_right {
    position: sticky;
    top: 60px;
}

.filegallery_content_file a {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.filegallery_content svg {
    width: 25px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}



.filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-block-end: 0.5rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.5rem;
}

div#pdf-preview a {
    color: blue;
    text-decoration: underline;
}

.filegallery_content_file:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filegallery_content_file a:hover {
    text-decoration: underline;
}

.collection_content.kc_image img {
    border-radius: var(--br);
    overflow: hidden;
}

.collection_content.kc_video iframe {
    height: 520px;
}

.collection_content.kc_video {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
}

.collection_content.kc_image {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
}

.my_bookmarks {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    background: var(--bg-white);
    padding: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    max-width: 350px;
    display: none;
    width: 100%;
}



.year-button {
    background: white;
    border-right: 1px solid var(--border);
    padding: 3px 10px;
    border-bottom: 1px solid var(--border);
    display: inline-block;
}

.year-button.active {
    background: var(--clr-mandant);
    border-color: var(--clr-mandant);
}

.close {
    padding-block-end: 1rem;
    cursor: pointer;
}

div#show_bookmarks {
    cursor: pointer;
}

a.remove_bookmark {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

a.remove_bookmark {
    content: '';
    background-image: url(/userdata/images/delete.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.bookmark_container {
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 10px;
    padding-left: 55px;
    border-radius: var(--br);
    margin-bottom: 10px;
    position: relative;
}


a.bookmark_content {
    font-weight: bold;
    max-width: 90%;
}

.my_bookmarks .headline {
    padding-bottom: 2rem;
}

button.show_all_posts {
    width: 100%;
    margin-top: 1rem;
}


.bookmark_content_svg {
    position: absolute;
    top: 0;
    background: var(--blue-accent);
    height: 100%;
    width: 45px;
    left: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid var(--blue-accent);
}

.bookmark_content_svg svg {
    fill: white;
    width: 17px;
    height: 17px;
}

.collection_full.news .contactformular {
    background: var(--bg-white);
    border: 0;
    padding: 0;
}

.collection_full.news .collection_content.contactform {
    padding: 0;
}

a.group_btn.active {
    background: var(--clr-mandant);
    color: white; /* brighter text for contrast */
    border: 1px solid var(--clr-mandant);
    box-shadow: 0 2px 5px rgba(0,0,0,0.25); /* subtle depth */
    font-weight: 600; /* slightly bolder text */
    transition: all 0.2s ease;
}

a.group_btn {
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: var(--br);
    background: var(--clr-grey);
    color: #222;
    transition: all 0.2s ease;
}

a.group_btn:hover {
    background: #eaeaea; /* light hover for inactive buttons */
}


.all_mandant {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 2rem;
    white-space: nowrap;
    overflow-y: scroll;
}

a.button_text {
    text-decoration: underline;
    color: var(--clr-mandant);
}

.contact_group.list_form .contact_card_list {
    width: 100%;
    padding: 0;
}

/* .contact_card {
    padding: 10px;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    align-items: center;
    justify-content: center;
} */

.list_form .contact_img.img_container {
    width: 45px;
}

select.department_dropdown {
    width: auto;
}

.contact_group.list_form .contact_head {
    padding-block-end: 0;
}

.contact_phone {
    text-align: left;

}

.contact_mail {
    text-align: left;
}

.basic_info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact_img.img_container img {
    object-position: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--border) !important;
    border-radius: var(--br) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.all_mandant::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.all_mandant {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.departments.row::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.departments.row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.adress.row {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background: var(--blur);
    padding: 1rem;
    margin-block-end: 1rem;
    padding-inline: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.departments_content.row {
    padding-block-end: 2rem;
}

.kontaktdaten_list .headline {
    padding-inline: 2rem;
    padding-block-start: 2rem;
}

.departments.row {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-wrap: wrap;
}


.departments.row .pop-up-button {
    padding: 5px 10px;
    border-bottom: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.contact_link {
    background: var(--bg-light);
    display: inline-block;
    text-align: center;
    border-radius: var(--br);
    font-size: var(--fs-300);
    margin-top: 5px;
    border: 1px solid var(--border);
}
body.dashboard .posts_grid {
  display: flex !important;
  gap: 1rem !important;
  width: 100% !important;
  padding: 0 8px 1rem !important;
}

body.dashboard .posts_grid .post_News {
  background-color: #fff !important;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1) !important;
  overflow: hidden !important;
  transition: box-shadow .3s ease !important;
}

body.dashboard .posts_grid .post_News .card_title {
  padding: 0 !important;
}

body.dashboard .posts_grid .post_News .card_date {
  padding: 0 !important;
  border-top: 0 !important;
}




body.dashboard .posts_grid  .block_left .post_News .card_date {
  padding: 0 !important;
  border-top: 0 !important;
  padding-left: 15px !important;
  padding-top: 10px !important;

}

body.dashboard .posts_grid .block_left a .post_News .card_title {
  padding-left: 15px !important;
  padding-top: 2px !important;

}


body.dashboard .posts_grid .block_left {
  width: 50% !important;
  height: 330px !important;
  background: #fff !important;
}

body.dashboard .posts_grid .block_left a {
  display: block !important;
}

body.dashboard .posts_grid .block_left a .post_News {
  padding-bottom: 8px !important;
  min-height: 345px !important;
}

body.dashboard .posts_grid .block_left a .post_News .card_title {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.dashboard .posts_grid .block_left a .post_News img {
  max-height: 240px !important;
  object-fit: cover !important;
  width: 100% !important;
  display: block !important;
}

body.dashboard .posts_grid .block_right {
  width: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.4rem !important;
  height: 345px !important;
}

body.dashboard .posts_grid .block_right a {
  display: block !important;
  flex: 1 1 30% !important;
}

body.dashboard .posts_grid .block_right .post_News {
  height: 100% !important;
  display: flex !important;
}


/* Search form container */
.search-form-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 280px;
  width: 100%;
  margin: 0 auto 20px; /* bottom margin */
}

/* Search input field */
.search-form-nav input[type="search"] {
  width: 100%;
  padding: 10px 40px 10px 12px; /* space for button */
  border: 1px solid #ccc;
  border-radius: 0; /* sharp corners */
  background-color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

/* Input focus */
.search-form-nav input[type="search"]:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 4px rgba(0, 115, 170, 0.3);
}

/* Search button */
.search-form-nav button {
  position: absolute;
  right: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #666;
  transition: color 0.2s ease-in-out;
}

/* Hover/focus state */
.search-form-nav button:hover,
.search-form-nav button:focus {
  color: #0073aa;
}

/* SVG icon */
.search-form-nav svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}



body.dashboard .posts_grid .block_right .post_News .img_content {
  width: 30% !important;
}

body.dashboard .posts_grid .block_right .post_News .img_content img {
  width: 100% !important;
  height: 100% !important;
  max-height: 100px !important;
  object-fit: cover !important;
  display: block !important;
}

body.dashboard .posts_grid .block_right .post_News .card_content {
  width: 70% !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 10px !important;
  background-color: #fff !important;
}

body.dashboard .posts_grid .block_right .post_News .card_content .card_title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding: 0 !important;
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}


@media (min-width: 1880px) {
    .chat-dashboard .widget {
        /* height: 54vh !important; */
    }
}

@media (max-width: 1650px) {
  body.dashboard .posts_grid .block_right .post_News .img_content img {
    max-height: 200px !important;
  }
  body.dashboard .posts_grid {
    flex-wrap: wrap !important;
  }
  body.dashboard .posts_grid .block_left,
  body.dashboard .posts_grid .block_right {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  body.dashboard .posts_grid {
    flex-direction: column !important;
  }
  body.dashboard .posts_grid .block_left,
  body.dashboard .posts_grid .block_right {
    width: 100% !important;
    height: auto !important;
  }
  body.dashboard .posts_grid .block_right .post_News {
    min-height: 100px !important;
  }
}

.kontaktdaten_suche {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.department_container:last-child {
  border-bottom: 0;
}




.contact_teams a {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/userdata/intranet/contact/teams_icon.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
}

.contact_group.list_form .contact_teams a {
    position: relative;
    bottom: unset;
    right: unset;
    display: block;
}



.contact_img.img_container {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
}

.contact_head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-block-end: 1rem;
}

.contact_city {
    display: none;
}

.contact_name {
    color: var(--fc-dark);
    font-weight: bold;
}



.contact_tag {
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    text-overflow: ellipsis;
}

.contact_card_list {
    width: 25%;
    float: left;
    padding: .5rem;
}

/* Kontaktdaten Ende */

/* Krankmeldung */

.krankmeldung .form-group.form-check input {
    width: auto;
}

.krankmeldung input#button {
    width: auto;
}

.contactformular {
    width: 100%;
    float: left;
    padding: 1rem 0;
}

hr {
    border-color: var(--border);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: var(--fbi);
}

.krankmeldung .group_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border);
    padding-block-end: 1rem;
}

.krankmeldung .group_container:last-child {
    border-bottom: none;
}

.krankmeldung p.role {
    font-size: var(--fs-300);
}

.krankmeldung .group_container img {
    max-width: 70px;
    border-radius: 999px;
    /* background-color: var(--bg-light); */
    border: 1px solid var(--border);
}
.fehler-melden .group_container img {
    max-width: 70px;
    border-radius: 999px;
    background-color: var(--bg-light);
    border: 1px solid var(--border);
}
.krankmeldung .firmen-informationen {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block-start: 1rem;
}

.krankmeldung .group_container h5 {
    margin: 0;
    font-size: var(--fs-800);
}

.form-group.form-check input {
    width: auto;
}

/* Krankmeldung Ende */


.arbeitsunfall .form-group.form-check input {
    width: auto;
}

.arbeitsunfall input#button {
    width: auto;
}

.arbeitsunfall .group_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border);
    padding-block-end: 1rem;
}

.arbeitsunfall .group_container:last-child {
    border-bottom: none;
}

.arbeitsunfall p.role {
    font-size: var(--fs-300);
}

.arbeitsunfall .group_container img {
    max-width: 70px;
    border-radius: 999px;
    /* background-color: var(--bg-light); */
    border: 1px solid var(--border);
}

.arbeitsunfall .firmen-informationen {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block-start: 1rem;
}

.arbeitsunfall .group_container h5 {
    margin: 0;
    font-size: var(--fs-800);
}


.vorschlagswesen .form-group.form-check input {
    width: auto;
}

.vorschlagswesen input#button {
    width: auto;
}

.vorschlagswesen .group_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border);
    padding-block-end: 1rem;
}

.vorschlagswesen .group_container:last-child {
    border-bottom: none;
}

.vorschlagswesen p.role {
    font-size: var(--fs-300);
}

.vorschlagswesen .group_container img {
    max-width: 70px;
    border-radius: 999px;
    /* background-color: var(--bg-light); */
    border: 1px solid var(--border);
}

.vorschlagswesen .firmen-informationen {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block-start: 1rem;
}

.vorschlagswesen .group_container h5 {
    margin: 0;
    font-size: var(--fs-800);
}




/* Login */



.login_content {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: space-between;
}

div#logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
    flex-direction: column;
    padding: 5rem;
    position: relative;
}

a.forgot_password {
    opacity: .7;
    font-size: var(--fs-300);
}

a.forgot_password:hover {
    opacity: 1;
}




.component.login_hintergrund {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.8);
}

div#login-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 430px;
    border-radius: 20px;
    padding: 60px 40px;
}

.component.login_hintergrund .owl-item a {
    padding: 0 !important;
}

.component.login_hintergrund .owl-carousel.owl-loaded {
    height: 100% !Important;
}

.component.login_hintergrund .owl-stage-outer {
    height: 100% !important;
}

.component.login_hintergrund .owl-carousel .owl-stage {
    height: 100% !Important;
}

.component.login_hintergrund .owl-item img {
    height: 100vh !important;
    max-height: 100% !important;
    filter: brightness(0.5)
}

.component.login_hintergrund .owl-dots {
    bottom: 30px;
}

div#logo-area .component.logo img {
    max-width: 260px;
    height: auto !Important;
}

.quote-box {
    text-align: center;
    color: var(--fc-white-8);
    padding-block: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

button#refresh {
    display: none;
}

.component.icon_logo_login img {
    width: 55px !important;
    height: auto !important;
    filter: var(--fbi);
    object-fit: contain;
}

div#overlayLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000069;
    background-image: url(/userdata/01_Basis/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 2%;
    z-index: 9999;
    display: none;
    left: 0;
}

.plan-container-nothing-found {
    background: white;
    padding: 1rem;
}

.component.icon_logo_login {
    margin-block-end: 2rem;
}

.workspace_table td {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.workspace_table th {
    font-weight: normal;
    font-size: var(--fs-300);
    opacity: .8;
}

.workspace_table a {
    text-decoration: underline;
}

.workspace_table td:first-child {
    text-align: left;
}


/* Align the segmented control to the right */
.filter_selector {
  display: flex;
  justify-content: flex-end; /* right align */
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

/* Visually hide select but keep it in DOM for JS & AT */
.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;
}

/* Segmented control (rectangle style, clean corners) */
.segmented {
  display: inline-flex;
  border: 1px solid var(--border, rgba(0,0,0,.12));
  background: var(--blur_elevated, rgba(255,255,255,.6));
  border-radius: 0;           /* square corners */
  padding: 2px;
  gap: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06) inset;
  margin-right: 10px;
border-radius: 5px;

}

.segmented__btn {
  border: 0;
  background: #fff;          
  color: #000;           
  cursor: pointer;
  font: inherit;
  padding: 10px 16px;
  border-radius: 5px;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
  white-space: nowrap;
  user-select: none;
}

.segmented__btn:hover {
  background: var(--clr-mandant); 
  color: #fff;                
}

.segmented__btn.is-active {
  background: #f5f5f5;   
  color: #000;     
  box-shadow:
    0 1px 2px rgba(0,0,0,.08),
    0 0 0 1px var(--border, rgba(0,0,0,.08)) inset;
}



.segmented__btn:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--clr-mandant, #2e7), #000 15%);
  outline-offset: 2px;
}

/* Scrollable button strips if there are many items */
.kontaktdaten_content .departments[data-mode] {
  max-height: 240px;
  overflow-y: auto;
  gap: 8px;
}

/* Optional: make content area scrollable on small screens */
@media (max-width: 992px) {
  .kontaktdaten_content .departments_content[data-mode] {
    max-height: 60vh;
    overflow-y: auto;
  }
}

@media (max-width: 500px) {
  #contacts-content .contact-image img {
    display: none;
  }
}


table {
    width: 100%;
}

.dropdown_menu ul li,
.dropdown_menu ul li label {
    font-size: inherit;
    cursor: pointer;
}

.dropdown {
    display: flex;
    position: relative;
}

.dropdown_menu ul {
    padding: 0;
    margin: 0;
}

.dropdown_menu li:last-child {
    border-top: 1px solid var(--border);
    color: var(--error);
}

.dropdown_menu li a {
    width: 100%;
    display: block;
}

.dropdown_open_active:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    position: absolute;
    left: 50%;
    rotate: 45deg;
    border-right: none;
    border-bottom: none;
    bottom: -20px;
    transform: translateX(-50%);
}

.dropdown_menu li {
    padding: 11px 15px;
}

.dropdown_menu h3 {
    padding: 8px 12px 12px 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
}

button#dropdown_open {
    background: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.profil_img_nav_bar {
    width: 42px !important;
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #fff;
}

.dropdown_menu.scroll {
    max-height: 420px;
    overflow-y: scroll;
}

.dropdown_menu {
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
    position: absolute;
    top: 50px;
    padding-block: 10px;
    right: 0;
    width: 370px;
    display: none;
    box-shadow: 0 0 13px 1px #00000030;
}

.visitenkarten_betriebsrat .owl-item img {
    height: auto !important;
    background: transparent;
}

.visitenkarten_betriebsrat .owl-nav {
    gap: 5rem;
}

.dropdown_menu li a {
    width: 100%;
    display: block;
}

.dropdown_menu li:hover,
.widget_menu a:hover,
#closeContextMenu:hover,
button#openContextMenu:hover,
.intranet_log_content:hover {
    background-color: #00000010;
}

.workspace_table {
    width: 100%;
    float: left;
    padding-block: 1rem;
    padding-block-end: 0.5rem;
    padding-inline: 1rem;
}

.community_board {
    width: 100%;
    float: left;
}

.workspace_table tr:last-child td {
    border-bottom: none;
}

.workspace_table th:first-child {
    text-align: left;
}

.workspace_group {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
}



div#quote {
    font-weight: bold;
    font-size: var(--fs-700);
}

p.author {
    font-size: var(--fs-500);
}

.login_button input.button {
    width: auto;
    padding: 10px 20px;
}

form#form_admin_login {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-block: 1rem;
}

.login_button_new_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_button_new {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.login_button_new_group label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
}

input.button {
    cursor: pointer;
    background: #006fa8;
    color: #fff;
    font-weight: var(--fw-bold);
}

.meal_delivery input.button {
    background: var(--clr-mandant);
}

.wrapper-login .mail {
    margin-bottom: 15px;
}

.login_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#button-area .component.externe_login_links {
    position: absolute;
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

div#button-area .component.externe_login_links a {
    opacity: .5;
    font-size: var(--fs-300);
}

div#button-area .component.externe_login_links a:hover {
    opacity: 1;
}

/* Login Ende */


/* Navigation */

.verlinkungen .collection_list.plattformen .collection_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex-direction: row-reverse;
    background: var(--bg-white);
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.verlinkungen .collection_list.plattformen {
    width: 25%;
    padding-block-end: 5px;
}


nav {
    float: left;
    width: 250px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    /* margin-top: var(--lesezeichen-height); */
    background: var(--blur_nav);
    border-right: 1px solid var(--border);
    transition: 300ms;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
nav::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
nav {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}



#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

div#log_out {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    opacity: .5;
}

div#log_out:hover {
    opacity: 1;
}

.toolbar {
    padding: 1rem 0;
}

.toolbar .container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.right_toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.left_toolbar {
    display: flex;
    align-items: center;
    gap: 5px;
}

a[role=button] {
    padding: 10px;
    border-radius: var(--br);
    color: white;
    background: var(--clr-mandant);
    display: inline-block;
    white-space: nowrap;
}

a.button_delete {
    background: #e4e4e4;
    padding: 10px;
    border-radius: var(--br);
    color: white;
    background: var(--clr-mandant);
    display: inline-block;
    white-space: nowrap;
}

div#log_out svg {
    width: 15px;
    height: 15px;
}

div#log_out_mobile svg {
    width: 15px;
    height: 15px;
    fill: var(--fc-white-8)
}

div#log_out_mobile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px 10px 0px;
}

.mobile_submenu {
    padding: 10px 0px 10px 0px;
    color: var(--fc-white-8);
    border-block: 1px solid var(--border);
    margin-block: 10px;
}

div#log_out_mobile a {
    color: red !important;
    text-decoration: underline;
}

div#log_out_mobile svg {
    fill: red !important;
}

.mobile_submenu .component.mein-konto {
    flex-wrap: wrap;
    padding-inline: 11px;
}

.mobile_submenu .component.mein-konto .textcontent {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    padding: 13px;
    background-color: var(--bg-light);
    border-radius: var(--br);
}


div#log_out_mobile svg {
    width: 15px;
    height: 15px;
}

.component_logo {
    padding: 20px;
    padding-block-end: 5px;
}



.logo_1 img,
.logo_4 img {
    background: none !important;
    filter: var(--fbi);
    /* margin-left: 26px; */
    margin-bottom: 15px;
    margin-top: 15px;
}

.logo_3 img {
    background: none !important;
    filter: var(--fbi);
}



.logo_3,
.logo_5,
.logo_6,
.logo_7 {
    padding: 20px;
}



.logo_5 a {
    background-image: url(/userdata/intranet/mandant/van_rohe_white.svg);
    background-position: center;
    padding: var(--dark_p_30_light_p_zero);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}

.logo_6 a {
    background-image: url(/userdata/intranet/mandant/si_consulting_white.png);
    background-position: center;
    padding: var(--dark_p_30_light_p_zero);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}

.logo_7 a {
    background-image: url(/userdata/intranet/mandant/ict-infratec-gmbh-logo_white.png);
    background-position: center;
    padding: var(--dark_p_30_light_p_zero);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}



div#header_2 {
    padding: 5px 1rem 1rem 1rem;
}

div#horizontal_nav_bar {
    position: absolute;
    /* top: var(--lesezeichen-height); */
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-inline: 1rem;
    width: calc(100% - 250px);
    z-index: 1;
    gap: 20px;
    z-index: 999;
}

.dashboard .profile_certificate_wrapper {
    gap: 1.5rem;
}

div#log_out svg {
    fill: var(--fc-primary);
}

.component.mein-konto {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    font-size: var(--fs-400);
    padding-inline: 1rem;
}

li.level_1 a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    padding: 8px 3px;
    border-radius: calc(var(--br) / 2);
    color: var(--fc-dark);
    font-size: var(--fs-400);
}

li.level_1 a.active_tree {
    color: var(--fc-dark);
    background: #eeeeee85;
}


li.level_1 a.active_tree svg {
    fill: var(--fc-white-8);
}

li.level_1 a.placeholder {
    padding: 8px 4px !important;
    font-size: 13px !important;
    color: #fff !important;
    cursor: unset;
    margin-top: 10px;
    letter-spacing: .1px;
    position: relative;
    cursor: pointer;
    background: var(--clr-mandant);
}
.hamburger-menu  li.level_1 a.placeholder  svg {
    fill: #fff !important;
}

nav #header_2 .placeholder svg {
    fill: #fff;
}

.contains_placeholder.active_placeholder a.placeholder:after {
    transform: rotate(225deg);
}

.contains_placeholder a.placeholder:after {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(45deg);
    position: absolute;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: '';
    top: 8px;
    right: 10px;
    opacity: .5;

}

.contains_placeholder:hover a.placeholder:after {
    opacity: 1;
}

.level_group {
    display: none;
}

li.level_1 a.placeholder:hover {
    background: #eeeeee85;
    color: var(--fc-dark) !important;
}

li.level_1:hover .contains_placeholder a.placeholder:after {
    border-top: 1px solid #0080b5;
    border-left: 1px solid #0080b5;
}

a.placeholder {
    position: relative;
    display: inline-block;
}



a.placeholder:hover {
    background: #eeeeee85;
    color: var(--fc-dark);
}

a.placeholder:hover:after {
    border-top: 1px solid #0080b5;
    border-left: 1px solid #0080b5;
}



li.level_1 a:hover {
    background-color: #eeeeee85;
    opacity: 1;
    color: var(--fc-dark);
}

li.level_1 svg {
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    fill: var(--fc-white-8);
}

li.level_1 .placeholder svg {
    width: 15px;
    height: 15px;
}

nav #header_2 svg {
    fill: #000;
}

body.overflow-hidden {
    overflow: hidden !important;
}

.hamburger-menu {
    background: var(--bg-white);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    padding: 10px;
    height: 94vh;
    overflow-y: scroll;
    padding-block-end: 100px;
}

.hamburger-menu li.level_1 a.placeholder {
    margin-top: 20px;
    font-size: 9px;
}

.hamburger-menu li.level_1 a.active_tree {
    background: #f4f4f4;
}

.hamburger-menu a {
    color: var(--fc-dark) !important;
}

.hamburger-menu li.level_1 a {
    padding: 10px 0px;
}

.hamburger-menu svg {
    fill: var(--fc-dark) !important;
}

nav.hamburger_active {
    overflow: visible;
}





#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var(--clr-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: black;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


nav.nav_collapsed {
    width: 60px;
    white-space: nowrap;
}

nav.nav_collapsed li.level_1 a {
    padding: 13px 19px;
}

nav.nav_collapsed li.level_1 a,
nav.nav_collapsed div#log_out {

    gap: 2rem;

}

nav.nav_collapsed .component_logo {
    padding: 20px 5px;
}

nav.nav_collapsed div#header_2 {
    padding: 2rem 0;
}

nav.nav_collapsed div#header_1 img {
    padding: 0px;
}

nav.nav_collapsed div#log_out {
    left: 23px;
}

main.main_collapsed,
.horizontal_nav_bar.bar_collapsed {
    width: calc(100% - 60px) !important;
}

.hidden_toggle {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: var(--fs-300);
    opacity: .5;
}

.hidden_toggle.toggle_collapsed {
    transform: rotate(180deg);
}

@media (min-width: 1500px) {
    main.main_collapsed .container {
        max-width: 1720px;
    }
}

/* Navigation Ende */


.collection_list .collection_container .news_link {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

a.button.create_collection {
    background: var(--clr-mandant);
    padding: 9px 16px;
    border-radius: var(--br);
    color: var(--fc-dark);
}

/* nav:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .4;
    transition: 300ms;
} */

nav:hover:before {
    opacity: 1;
    transition: 300ms;
}

.create_collection_wrapper {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    display: none;
}

span.hint.hide {
    display: none;
}

.news_title h2 {
    position: absolute;
    top: 1.5rem;
    color: var(--fc-white-8);
}

.profil_container {
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
    overflow: hidden;
    margin-bottom: 1rem;
}

.infoboard_category_5 span.category {
    background-color: #4d55c1;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.news .collection_list.news .collection_container {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    min-height: 360px;
}

button#closeCollection {
    position: fixed;
    right: 1rem;
    top: 10px;
    opacity: 1;
}

.news .collection_list.news .collection_content.vorschaubild:after {
    content: '';
    display: block;
    width: 100%;
    width: 100%;
    height: 1px;
    background: #000000;
}

.news .collection_list.news .collection_container:hover .collection_content.teaser {
    color: var(--fc-dark);
    ;
}

.component.icon_logo_login+span {
    padding-block-end: 5px;
    display: block;
}

.news .collection_list.news .collection_content.date {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    font-size: var(--fs-300);
    padding-block-end: 5px;
    opacity: .7;
}

.news .collection_list.news .collection_container h3.collection_content.news__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #006fa8;
    font-size: 18px;
}

.news .collection_list.news .collection_container .collection_content.teaser {
    padding-inline: 1rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-block-start: 1rem;
}

.news .collection_list.news .collection_container .collection_content.vorschaubild img {
    aspect-ratio: 4 / 3 !important;
}


.collection_full.news .collection_content.vorschaubild img {
    height: auto !important;
    border-radius: var(--br);
}

.not_read .kc_category:after {
    content: 'Ungelesen';
    font-size: 10px;
    display: inline-block;
    background: red;
    color: white;
    border-radius: 5px;
    padding: 3px 9px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.collection_list.not_read:after {
    content: 'Ungelesen';
    font-size: 10px;
    display: inline-block;
    background: red;
    color: white;
    border-radius: 5px;
    padding: 3px 9px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.not_read .kc_category {
    outline: 1px solid red;
    border-radius: var(--br);
    position: relative;
}



/* .news.full_preview div#hero_content {
    display: none!important;
} */

.collection_full.news .collection_container {
    gap: 4rem;
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 20px 0px;
    align-items: start;
}



.collection_list.zielgruppen .collection_container {
    padding: 0;
}

.collection_full.news .collection_content.teaser {
    padding-block: 1rem;
}

.collection_full.news .collection_content.author {
    display: inline-block;
    font-size: var(--fs-300);
}

.collection_full.news .collection_content.youtube_video,
.collection_full.news .collection_content.video-code,
.collection_full.news .collection_content.news_link,
.collection_full.news .collection_content.contactform {
    padding-block-end: 2rem;
    float: left;
    width: 100%;
}

.collection_full.news .collection_content.vorschaubild {
    padding-block-end: 1rem;
    width: 100%;
    float: left;
}

.collection_full.news .owl-item img {
    height: 170px !important;
    object-fit: cover !important;
}

.collection_full.news .collection_content.date:before {
    content: 'am ';
    margin-left: 5px;
}

.collection_full.news h3.collection_content.news__title.title.custom {
    font-size: var(--fs-900);
}

.collection_full.news .collection_content.artikeltext {
    padding-block-end: 2rem;
    float: left;
    width: 100%;
}

.collection_full.news .collection_content.date {
    display: inline-block;
    font-size: var(--fs-300);

}

.collection_full h3.collection_content.news__title.title.custom:after {
    content: '—';
    display: block;
    color: var(--clr-mandant);
}

.collection_full.news .collection_content.teaser {
    padding-block: 1rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1rem;
}

.collection_full.news .collection_container {
  display: flex !important;
  gap: 20px !important; /* Abstand zwischen den Spalten */
}

.collection_full.news .news_content_right {
  flex: 2 !important; /* 1/3 */
}

.collection_full.news .news_content_left {
  flex: 1 !important; /* 2/3 */
}


.collection_content.news_content_right {
    grid-area: left;
    padding: 15px;
    background: var(--bg-white);
    border-radius: var(--br);
    padding: 2rem;
}

.collection_content.news_content_left {
    grid-area: right;
    position: sticky;
    top: 40px;
}

.collection_content_full {
    padding: 5rem;
    padding-top: 1rem;
}

.collection_content_full .collection_content {
    background: none !important;
    padding: 0 !important;
}

.highlight_news {
    position: relative;
    width: 100%;
    float: left;
    margin-block-end: 2rem;
}

.full_preview .search {
    display: none;
}


.chat_message {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* limit to 1 line */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

/* Desktop (шире 1024px) */
@media (min-width: 1024px) {
    .chat_message {
        max-width: 405px;
    }
}

/* Tablet (до 1024px) */
@media (max-width: 1023px) {
    .chat_message {
        max-width: 80%;
    }
}

/* Mobile (до 600px) */
@media (max-width: 600px) {
    .chat_message {
        max-width: 100%;
        font-size: 14px; 
    }
}

/* .col-xs-12.chat-dashboard.widget {
    height: 550px;
        overflow-y: auto;
} */

/* fariz */





.community_board a.contact_link {
    background: none !important;
    border: none !important;
}


@media (max-width: 992px){
  .dash-news::-webkit-scrollbar,
  .dash-news-right::-webkit-scrollbar { height: 0; }
}


/* Smaller title for Arbeitsunfall anzeigen */
h3.collection_content.mini-ticket__title.title.custom {
    font-size: 16px; /* reduce text size */
    line-height: 1.3; /* adjust line spacing */
    font-weight: 600; /* optional: slightly bolder */
}

.pw-modal-backdrop{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:none;
    z-index:9998;
}
.pw-modal{
    position:fixed;
    inset:0;
    display:none;
    z-index:9999;
    align-items:center;
    justify-content:center;
    padding:24px;
}
.pw-modal.open{
    display:flex;
}
.pw-modal-backdrop.open{
    display:block;
}
.pw-card{
    width:100%;
    max-width:520px;
    background:#fff;
    color:#111;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    overflow:hidden;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    position:relative;
}
.pw-header{
    padding:18px 20px;
    font-size:18px;
    font-weight:700;
    background:#f6f7f9;
}
.pw-body{
    padding:18px 20px;
    line-height:1.45;
}
.pw-actions{
    padding:16px 20px;
    display:flex;
    gap:10px;
    justify-content:flex-end;
    background:#f6f7f9;
}
.pw-btn{
    border:0;
    border-radius:8px;
    padding:10px 14px;
    cursor:pointer;
    font-weight:600;
}
.pw-btn-primary{
    background:var(--clr-mandant);
    color:#fff;
}
.pw-btn-ghost{
    background:transparent;
    color:#333;
}
.pw-close-x{
    position:absolute;
    top:10px;
    right:12px;
    background:transparent;
    border:0;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    color:#666;
}
@media (prefers-color-scheme: dark){
    .pw-card{background:#1f1f1f;color:#eaeaea}
    .pw-header,.pw-actions{background:#191919}
    .pw-btn-ghost{color:#ddd}
}
.collection_full.news .collection_content.beitragsgruppe {
    display: inline-block;
    font-size: var(--fs-300);
    margin-left: 5px;
}
/* English: Hide "beitragsgruppe" only inside news__wrapper */
.news__wrapper .collection_content.beitragsgruppe {
  display: none !important;
}

/* fariz */

.major_group .textcontent a {
  color: #007BFF; 
  text-decoration: underline;
}

.major_group .textcontent a:hover {
  color: #009EFF; 
}

.new_post{
  display: none;
}

.new_post[style*="display: block"]{
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.new_post .entry-wrapper{
  margin: 0 !important;
}


.collection_full.news .collection_content.bilduntertitel {
    font-size: var(--fs-300);
    padding-block: 5px ! Important;
    background: white;
    display: inline-block;
    padding: 10px 10px;
    border-radius: var(--br);
    position: relative;
    top: -55px;
    left: 10px;
}



.collection_full.news .title.custom {
    font-size: calc(var(--fs-900) * 1.5);
    padding-top: .2rem;
    line-height: 1.2;
}

.collection_full.news .title.custom:after {
    content: '—';
    display: block;
    color: var(--clr-mandant);
}


.collection_full.news .articel_details .collection_content {
    margin: unset !Important;
}



.collection_full.news .articel_details {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0rem;
    flex-direction: column;
    padding: 0;
}

.collection_full.news .date_time {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: .5;
    flex-direction: row-reverse;
}

.collection_content.author:before {
    content: 'von ';
}

li.not_promoted {
    background: var(--bg-light);
    padding: 5px 10px;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.input_note {
    font-size: var(--fs-300);
    color: var(--clr-mandant);
    padding: 5px 0;
}

.collection_content.youtube_video:empty {
    display: none;
}

.youtube_input {
    width: 100%;
}

.infobox {
    padding: 6px 15px;
    background: var(--bg-light);
    display: inline-block;
    border-radius: var(--br);
    border: 1px solid orange;
    background: orange;
    color: var(--fc-white-8);
}

ul.toolbar_menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
}

.collection_field table {
    width: 100%;
}

.youtube_input .label,
.youtube_input .input {
    width: 100%;
}

.collectionform {
    float: left;
    max-width: 800px;
    width: 100%;

}

form#form_collection_cardform {
    max-width: 800px;
    float: left;
    width: 100%;
}

.input_note {
    font-size: var(--fs-300);
    color: var(--clr-mandant);
}

table.cardform {
    width: 100%;
}

.collection_field.current {
    width: 100%;
    float: left;
}

div#overlaycrumb {
    max-width: 800px;
}

div#overlaycrumb:before {
    content: 'Beitrag erstellen';
    font-size: var(--fs-700);
    font-weight: bold;
}

.collection_field.current.gallery,
.collection_field.current.youtube_video {
    display: none;
}

.collection_field.current {
    width: 100%;
    float: left;
    padding: 0.5rem 0;
}

div#overlayContent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
}

div.overlayPDF {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.white_bg .contactformular {
    padding: 1rem;
}

.personal .filter_display {
    display: none;
}

.toolbar_pdf {
    width: 100%;
    background: white;
    display: flex;
    justify-content: flex-end;
}

div#overlayContentPDF {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

embed {
    height: 100%;
    width: 100% !important;
}

.download_pdf {
    height: 100%;
    width: 100% !important;
    background: #000000c4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_pdf a {
    display: inline-block;
    background: var(--clr-mandant);
    color: var(--fc-dark);
    padding: 10px 15px;
    border-radius: var(--br);
    z-index: 999;
}

.contact_list,
.department_list {
    float: left;
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
    width: 100%;
    margin-bottom: 1rem;
}

p.department_details.active {
    display: block;
    padding-block-start: 10px;
}

p.department_details {
    display: none;
}

.department_container {
    padding: 1rem;
    border-bottom: 1px solid var(--border);
}

a.department_title {
    font-weight: var(--fw-bold);
    position: relative;
    width: 100%;
    display: block;
}

.contact_group.list_form .contact_card_list:last-child .contact_card {
    border: 0;
}

.department_container.active a.department_title {
    text-decoration: underline;
}

.department_container.active {
    background: var(--clr-mandant);
}

.department_container.active a.department_title:after {
    rotate: -90deg;
}

.contact_head_content a {
    color: var(--blue-accent);
    text-decoration: underline;
}

a.department_title:after {
    width: 7px;
    height: 7px;
    transition: 0.5s;
    transform: rotate(225deg);
    position: absolute;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid black;
    border-left: 1px solid black;
    content: '';
    top: 5px;
    right: 0;
}

.contact_list .firmenwiki_header {
    border: 0;
}

div#closeOverlay {
    background: white;
    padding: 8px 17px;
    border-radius: var(--br);
    cursor: pointer;
}

.closeOverlay {
    background: white;
    padding: 8px 17px;
    border-radius: var(--br);
    cursor: pointer;
}

.message div#closeOverlay {
    position: fixed;
    right: 5rem;
    top: 5rem;
    background: white;
    padding: 8px 17px;
    border-radius: var(--br);
    cursor: pointer;
    z-index: 999999999;
    color: black;
}

div#content-collection {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    border-radius: var(--br);
}

.collection-main-wrapper {
    background: var(--bg-white);
    width: 100%;
    float: left;
    padding: 2rem;
    max-width: 420px;
}

.firmenwiki_suche {
    width: 100%;
}

input#searchbar_contacts {
    padding: 10px;
}

.collection_field.current.news_link,
.input_note,
.collection_field.current.kc_gallery,
.collection_field.current.kc_video,
.collection_field.current.kc_files,
.collection_field.current.kc_image,
.collection_field.current.contactform {
    display: none;
}

.historie .create_collection_wrapper,
.schulungsangebote .create_collection_wrapper,
.plattformen .create_collection_wrapper {
    display: none;
}

.collections .kc_article table {
    padding-block: 0;
}

li.promoted {
    list-style: none;
    float: right;
}

.date_filter_builder {
    display: none;
}

input#input_description {
    font-size: var(--fs-900);
}

.news .collection_content a {
    color: blue;
    text-decoration: underline;
}

.certificate_wrapper a {
    color: white !important;
    background-color: var(--blue-accent);
}



.link_url_group {
    width: 50%;
    float: left;
    padding-right: 1rem;
}

.link_text_group {
    width: 50%;
    float: left;
}

.profile_crop {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.label.input_image {
    display: none;
}

#input_image {
    display: none;
}

#activeCropButton {
    background: var(--clr-mandant);
    width: auto;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    width: fit-content;
    border-radius: 4px;
    color: #fff;
}

.news.full_preview #backButton {
    display: none;
}

.collection_full.news .collection_content.teaser {
    padding: 1rem 0rem;
    color: var(--fc-dark);
}

.collection_full.news .collection_content.gallery {
    padding-block-end: 2rem !important;
    width: 100%;
    display: flex;
}

.collection_content.youtube_video {
    display: flex;
    padding-block-end: 2rem !important;
}

.playground {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

a.game_card {
    flex: 1 1 14%;
    height: 530px;
    max-width: 20%;
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: all 300ms;
    overflow: hidden;
}

a.game_card:hover {
    transform: perspective(222px) translate3d(0px, 0px, 8px) rotateX(3deg);
}

a.game_card::before {
    width: 100%;
    height: 172%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(35deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 51.5%, rgba(255, 255, 255, 0.15) 54%, rgba(255, 255, 255, 0.15) 100%);
    transform: translateY(-36%);
    opacity: 0.3;
    transition: all ease 0.28s 0.01s;
}

a.game_card:hover::before,
a.game_card:focus::before {
    opacity: .7;
    transform: translateY(-20%);
}

.playground main {
    left: 250px;

}

.wordle_wrapper {
    position: relative;
    width: 100%;
    float: left;
}

#overlayContenting .collection-wrapper {
    width: 100%;
    float: left;
}

#overlayContenting .label.input_tags,
#overlayContenting .label.input_validity_from,
#overlayContenting .input.input_validity_from,
#overlayContenting form#form_line_gallery_list_8,
#overlayContenting form#form_field_youtube_list11,
#overlayContenting .collection_field.currentgallery,
#overlayContenting .collection_field.currentyoutube_video,
#overlayContenting .label.input_validity_to,
#overlayContenting .input.input_validity_to,
#overlayContenting .input.input_tags {
    display: none;
}

#overlayContenting .input.input_collection_link_target_14 {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

/* .widget_header a {
    color: white;
} */

/* News Ende */

/* Ankündigungen */

div#content .container {
    position: relative;
}

.collection_content.kc_article a {
    color: blue;
    text-decoration: underline;
}

.full_preview .filter_display {
    display: none;
}

.qr-code-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile_navigation {
    display: none;
}

.mobile_navigation a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    gap: 2px;
    flex: 1;
}

.mobile_navigation svg {
    width: 19px;
    height: 19px;
    fill: var(--fc-dark);
}

.add_to_intranet_menu a {
    width: 100%;
    border-bottom: 1px solid var(--border);
    font-size: 17px;
    padding-block: 10px;
    text-align: center;
}

.add_to_intranet_menu a:last-child {
    border-bottom: none;
}

.mobile_navigation_container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    padding: 5px;
}

.add_to_intranet_menu {
    position: fixed;
    bottom: 85px;
    background-color: var(--bg-white);
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 2rem 0rem;
    z-index: 999;
    display: none;
    border-bottom: 1px solid var(--border);
    box-shadow: rgba(50, 50, 93, 0.25) 0px -50px 30px 0px;
}


/* QR-Code-Container auf 100% der Breite setzen */
#qrcode {
    width: 100%;
    height: auto;
    /* Damit die Höhe proportional zur Breite skaliert */
    display: flex;
    justify-content: center;
    /* Zentriert den QR-Code innerhalb des Containers */
}

#qrcode canvas {
    width: 100% !important;
    /* Erzwingt die Breite von 100% für das QR-Code-Bild */
    height: auto !important;
    /* Beibehaltung des Seitenverhältnisses */
}


/* .ankuendigungen_dashboard {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
} */

.collection_list.news.ankuendigungen:nth-child(1) .collection_container:before {
    content: 'mehr lesen';
    display: none;
}

.collection_list.news.ankuendigungen .collection_container:after {
    content: '';
    display: none;
}

.collection_list.news.ankuendigungen {
    height: auto;
    padding-bottom: 0rem;
    padding-top: 0 !important;
}


@media (min-width: 1500px) {
    .ankuendigungen.full_preview .container {
        max-width: 100%;
    }

    .ankuendigungen.full_preview .main-screen {
        padding-top: 0;
    }
}


.collection_list.news.ankuendigungen .collection_container {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 10px;
    height: auto;
    position: relative;
    border-radius: var(--br);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.feed .collection_list,
.feed .collection_list.news,
.feed .collection_list.changelog {
    width: 100%;
    padding-inline: 0;
    padding-top: 0;
    padding-block-end: 30px;
    border: none;
}

.feed .collection_list.changelog:before {
    display: none;
}

.feed .collection_content.vorschaubild img {
    height: 420px !important;
}


.feed .collection_container {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
}

.feed .collection_content.date {
    font-size: 15px;
    padding-block-start: 2rem;
    padding-block-end: 5px;
    opacity: .7;
}

.feed .collection_content.teaser {
    padding-bottom: 2rem;
}

.feed .collection_content.changelog_category {
    margin-bottom: 1rem;
}

.feed h3.collection_content.news__title.title.custom {
    padding-block-end: 5px;
}

.full_preview .news_filter_hero {
    display: none;
}

body.intranet.news:not(.full_preview) .news__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

body.intranet.news:not(.full_preview) .news__wrapper .collection_list.news .collection_container {
    height: 100%;
}

/* .form-group.vorname, .form-group.name, .form-group.Ort, .form-group.private_email, .form-group.private_nummer {
    width: calc(50% - 0.5rem);
} */

div#pdf-preview {
    float: left;
    width: 100%;
    padding-bottom: 1rem;
}

embed#previewPDF {
    height: 70vh;
    border-radius: var(--br);
    overflow: hidden;
}

form#contactformular_21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group.adresse {
    width: 100%;
}

.form-group.PLZ {
    width: calc(30% - 0.5rem);
}

.form-group.Ort {
    width: calc(70% - 0.5rem);
}

form#contactformular_21 div#submit_button {
    margin-top: 1rem;
}

.sticky {
    position: sticky;
    top: 40px;
}

.feed .collection_list.news .collection_container .collection_content:not(.vorschaubild) {
    padding-inline: 1.3rem;
}

.feed_headline span {
    font-size: 13px;
    font-weight: var(--fw-regular);
    float: left;
    width: 100%;
}

.feed_headline {
    width: 100%;
    float: left;
    background: var(--blur_elevated);
    padding: 1.3rem !important;
    border-radius: var(--br);
    margin-bottom: 2rem;
}

.feed .collection_content.banner img {
    height: 258px !Important;
}

.feed .collection_content.banner_link a {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 10px 20px;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    border-radius: var(--br);
    box-shadow: 0 0 7px 6px #00000030;
}

.feed .collection_list.changelog .collection_container {
    padding: 2rem;
}

/* .dashboard .ankuendingungen_collection {
    padding-inline: 8px 8px;
} */

h3.collection_content.news.ankuendigungen__title.title.custom,
.ankuendigungen .collection_content.date {
    color: #fff !important;
}


.collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
    font-family: 'WorkSans';
    font-weight: var(--fw-bold);
    font-size: var(--fs-500);
}

/* .collection_list.news.ankuendigungen:after {
    content: '';
    width: 25px;
    height: 25px;
    background: var(--clr-mandant);
    position: absolute;
    bottom: 20px;
    right: 90px;
    transform: rotate(45deg);
    z-index: 0;
    border: 1px solid var(--clr-mandant);
    border-top: none;
    border-left: none;
} */

.collection_list.news.ankuendigungen .collection_content.date:before {
    content: '+++ ';
}

.collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom:after {
    content: ' +++';
}


.collection_list.news.ankuendigungen .collection_content.date {
    font-size: var(--fs-500);
    display: block;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
    color: var(--fc-dark);
    opacity: 1;
    font-weight: bold;
    padding-right: 5px;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* Ankündigungen Ende*/

/* Plattform */

.collection_content.plattform_text {
    display: none;
}

.filter_display {
    width: 100%;
    float: left;
    display: flex;
    gap: 0.5rem;
    padding: 0 15px;
    overflow-x: scroll;
}

.dashboard .filter_display {
    padding: 0 5px;
}


/* fariz css */
.form-group-radio-vertical {
    display: flex;
    gap: 24px;
}

.form-group-radio-vertical {
    border-bottom: 1px solid var(--border);
}


.forwarding_text::after {
    margin-top: -8px;
    content: "›";
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
    transition: transform 0.3s ease;
}

.forwarding_text:hover::after {
    transform: translateX(4px);
}

.radio-label {
    min-width: 240px;
    margin-top: 6px;
    font-weight: 500;
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}


body.login_area {
    background-image: url('/userdata/images/bannerbild_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



iframe#instagram-embed-0 {
    background: white;
    max-width: 540px;
    width: calc(100% - 2px);
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
    height: 1240px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);

}

.dashboard .contactformular .form-group {
    padding: 0;
    padding-inline: 1rem;
    padding-block-end: 1rem;

}

.dashboard .contactformular {
    transform: scale(0.8);
    transform-origin: top left;

}

.personalrat .contactformular h2 {
    display: none;
}


.dashboard .contactformular h2 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 1rem !important;
    position: relative !important;
    border-top-left-radius: var(--br) !important;
    border-top-right-radius: var(--br) !important;
    margin-bottom: 1rem !important;
}

.dashboard .contactformular div#submit_button {
    padding-inline: 1rem;
    padding-block-end: 1rem;
}

.dashboard .contactformular label {
    /* margin-top: 1.5rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-left: 1rem;
    position: relative;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}


.dashboard .contactformular {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
    padding: 0;
    height: 100%;
}

.contactformular {
    width: 100%;
    float: left;
    padding: 1rem 0;
    position: relative;
}


.new_content_feed {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
    height: 186px;
    margin-bottom: 1rem;
}

.ankuendingungen_collection {
    padding-inline: 8px;
}

.feed_item {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_list.news.ankuendigungen {
    width: 100%;
    padding-inline: 0px;
    max-width: 1423px;
    margin-bottom: 0px;
}

/* body.personalamt_menue .collection_content.vorschaubild {
    display: none !important;
}
body.personalrat .collection_content.vorschaubild {
    display: none !important;
} */


/* --- News Feed: clean card layout (scoped) --- */
body.personalamt_menue .dashboard_news_right .collection_list.news {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6; /* divider between items */
}

/* Turn each news item content into a two-column grid */
body.personalamt_menue .dashboard_news_right .collection_list.news .collection_container {
  /* 1fr text column + fixed image column */
  display: grid;
  grid-template-columns: 1fr 180px; /* image width on desktop */
  column-gap: 16px;
  align-items: start;
}

/* Place image on the right across multiple text rows */
body.personalamt_menue .dashboard_news_right .collection_content.vorschaubild {
  grid-column: 2;
  grid-row: 1 / span 4; /* spans date, title, teaser, button */
  align-self: start;
}
body.personalamt_menue .dashboard_news_right .collection_content.vorschaubild img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;          /* subtle rounding */
  object-fit: cover;           /* keep crop nice */
  box-shadow: 0 2px 10px rgba(0,0,0,.06); /* soft depth */
}

/* Text blocks stay in the left column */
body.personalamt_menue .dashboard_news_right .collection_content.date,
body.personalamt_menue .dashboard_news_right .collection_content.news__title,
body.personalamt_menue .dashboard_news_right .collection_content.teaser,
body.personalamt_menue .dashboard_news_right .collection_link {
  grid-column: 1;
}

/* Typographic polish */
body.personalamt_menue .dashboard_news_right .collection_content.date {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
body.personalamt_menue .dashboard_news_right .collection_content.news__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}
body.personalamt_menue .dashboard_news_right .collection_content.teaser {
  color: #333;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Optional: trim very long teasers to keep rows even */
body.personalamt_menue .dashboard_news_right .collection_content.teaser {
  display: -webkit-box;        /* enable line clamp */
  -webkit-line-clamp: 4;       /* show up to 4 lines on desktop */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link/button alignment */
body.personalamt_menue .dashboard_news_right .collection_link a.button {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
}

/* Hover feedback for the whole row */
body.personalamt_menue .dashboard_news_right .collection_list.news:hover {
  background: #fafafa;
}

/* --- Responsive: stack on small screens --- */
@media (max-width: 992px) {
  /* one column: image full-width on top */
  body.personalamt_menue .dashboard_news_right .collection_list.news .collection_container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  body.personalamt_menue .dashboard_news_right .collection_content.vorschaubild {
    grid-column: 1;
    grid-row: 1;
  }
  /* relax clamp for small screens */
  body.personalamt_menue .dashboard_news_right .collection_content.teaser {
    -webkit-line-clamp: 6;
  }
}

/* --- Fine-tune: small images for items with tiny thumbs --- */
body.personalamt_menue .dashboard_news_right .collection_list.news:not(.first_news)
  .collection_container {
  grid-template-columns: 1fr 120px; /* smaller right column for non-first items */
}


/* === Dashboard News Title Styling === */
.dashboard .dash-news h3.collection_content.news__title.title.custom {
  /* base typography */
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;

  /* multi-line clamp */
  display: -webkit-box !important;          /* required for line clamp */
  -webkit-box-orient: vertical !important;  /* vertical stacking */
  -webkit-line-clamp: 2 !important;         /* show only 2 lines */
  overflow: hidden !important;              /* hide overflowed text */
  text-overflow: ellipsis !important;       /* add "..." */
  white-space: normal !important;           /* allow wrapping */
  max-height: calc(2 * 1.35em) !important;  /* fallback for 2 lines */
}

/* Wrappers fix (ensure no clipping) */
.dashboard .dash-news .news-textblock-wrapper-first,
.dashboard .dash-news .news-textblock-wrapper {
  overflow: visible !important;
  max-height: none !important;
}

/* === Responsive (mobile) === */
@media (max-width: 992px) {
  .dashboard .dash-news h3.collection_content.news__title.title.custom {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;

    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    max-height: calc(2 * 1.4em) !important;
  }
}
/* === Add inner padding for News Feed cards === */
body.personalamt_menue .dashboard_news_right .collection_list.news .collection_container {
  padding: 10px 16px; /* top-bottom 10px, left-right 16px */
  box-sizing: border-box; /* ensure padding doesn't break grid */
}

/* Optional: add same padding on hover background area */
body.personalamt_menue .dashboard_news_right .collection_list.news {
  padding-left: 8px;
  padding-right: 8px;
}

body.personalamt_menue .dashboard_news_right .collection_list.news {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  margin-bottom: 12px;
}


/* === News Feed Layout for personalrat (no hover shift) === */
body.personalrat .dashboard_news_right .collection_list.news {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  margin-bottom: 12px;
  transition: background 0.25s ease; /* smooth hover */
}

/* Grid layout */
body.personalrat .dashboard_news_right .collection_list.news .collection_container {
  display: grid;
  grid-template-columns: 1fr 180px;
  column-gap: 16px;
  align-items: start;
  padding: 10px 16px;
  box-sizing: border-box;
}

/* Image right side */
body.personalrat .dashboard_news_right .collection_content.vorschaubild {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: start;
}
body.personalrat .dashboard_news_right .collection_content.vorschaubild img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

body.personalrat .dashboard_news_right .collection_content.date,
body.personalrat .dashboard_news_right .collection_content.news__title,
body.personalrat .dashboard_news_right .collection_content.teaser,
body.personalrat .dashboard_news_right .collection_link {
  grid-column: 1;
}

body.personalrat .dashboard_news_right .collection_content.date {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
body.personalrat .dashboard_news_right .collection_content.news__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}
body.personalrat .dashboard_news_right .collection_content.teaser {
  color: #333;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.personalrat .dashboard_news_right .collection_link a.button {
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
}

body.personalrat .dashboard_news_right .collection_list.news:hover {
  background: #fafafa;
}

@media (max-width: 992px) {
  body.personalrat .dashboard_news_right .collection_list.news .collection_container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  body.personalrat .dashboard_news_right .collection_content.vorschaubild {
    grid-column: 1;
    grid-row: 1;
  }
  body.personalrat .dashboard_news_right .collection_content.teaser {
    -webkit-line-clamp: 6;
  }
}


body.personalrat .collection_content.beitragsgruppe,
body.personalamt_menue .collection_content.beitragsgruppe {
  display: none !important;
}

.dash-news .collection_content.beitragsgruppe {
  display: none !important;
}


/* Unified segmented look */
.segmented {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
}

.segmented__btn {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
}

.segmented__btn:hover {
  background: #e9e9e9;
}

.segmented__btn.is-active {
  background: var(--clr-mandant, #0077b6);
  color: #fff;
  font-weight: 500;
}


/* fariz */
.bookmarks_header {
  text-align: center;
  margin: 10px 0 16px;
}
.bookmarks_header h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 4px;
}
.bookmarks_header p {
  color: #777;
  font-size: 14px;
  margin: 0;
}

.bookmarks_wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 85vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 65px;
}

.bookmarks_grid {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 8px;
  scroll-behavior: smooth;
  max-height: calc(85vh - 80px);
}

.bookmarks_grid:has(.bookmark_card:only-child) {
  max-height: none;
  overflow: visible;
}

.bookmarks_grid::-webkit-scrollbar {
  width: 6px;
}
.bookmarks_grid::-webkit-scrollbar-thumb {
  background-color: rgba(0, 118, 194, 0.4);
  border-radius: 6px;
}
.bookmarks_grid::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 118, 194, 0.7);
}
.bookmarks_grid::-webkit-scrollbar-track {
  background: transparent;
}

.bookmark_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bookmark_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 118, 194, 0.15);
}

.bookmark_thumb {
  background-size: cover;
  background-position: center;
  height: 130px;
}

.bookmark_info {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
}
.bookmark_icon {
  flex-shrink: 0;
  opacity: 0.85;
}
.bookmark_title {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no_favorites_found {
  text-align: center;
  color: #666;
  margin: 30px 0;
  font-style: italic;
  font-size: 15px;
}

.show_all_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0076c2;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 600;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  text-decoration: none;
  border-radius: 0 0 14px 14px;
  transition: background 0.3s ease;
}
.show_all_btn:hover {
  background: #005e99;
}




.visitenkarten_betriebsrat {
       display: grid;
    gap: 1rem;
}

.visitenkarte_fuß {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.visitenkarte {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 210px;
    margin-bottom: 15px;
}

.visitenkarte_kopf {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.visitenkarte_kopf .mandant_logo {
    max-width: 174px;
}

.news_content .dashboard_news {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
    height: 396px;
}

.plattformen_container {
    height: 258px;
    overflow-y: scroll;
}

#header_2 input#searchbar {
    padding: 9px 10px;
    line-height: 1;
    margin-bottom: 10px;

}

.search input {
    background: var(--bg-white);
    padding: 10px;
    background-image: url("/userdata/01_Basis/search.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
    padding-right: 35px;
}

.search {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.news .search {
    padding-inline: 15px;
    padding-block-end: 15px;
}

h3.kc_current_category.search_result {
    color: var(--fc-white-8);
}

span.highlight {
    background: var(--clr-mandant);
    color: black;
    padding: 1px 8px;
    border-radius: var(--br);
}


.white_bg .row {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
}

.plattformen_container_wrapper {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
}

/* .infoboard_boxes .widget_header {
    background: var(--clr-mandant);
    border-color: var(--clr-mandant);
}

.infoboard_boxes {
    border-color: var(--clr-mandant);
    border-width: 3px;
} */


.dashboard .collection_content.teaser {
    display: none;
}


.dashboard .collection_content.plattform_text_group h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--fs-500);
    font-family: var(--ff-body);
}

.collection_content.plattform_teaser {
    font-size: var(--fs-300);
    line-height: 1;
}

.dashboard .collection_list.plattformen {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid var(--border);

}

.dashboard .filter_display {
    display: none;
}

.dashboard .collection_content.plattform_img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    background: #f5f5f5;
    padding: 8px;
    border-radius: var(--br);
}


/* Hide scrollbar for Chrome, Safari and Opera */
.filter_display::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.filter_display {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

a.button_filter.a-filter {
    color: var(--fc-white-8);
}

.collection_content.plattform_img {
    flex-shrink: 0;
}

.collection_list.plattformen .collection_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex-direction: row-reverse;
    padding-inline: 15px;
}

.collection_content.plattform_img img {
    width: 50px !important;
    height: 50px !important;
}


.collection_content.plattform_start,
.collection_content.plattform_start a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}



/* Plattform Ende */

/* Profil */

.profil_banner {
    overflow: hidden;
    position: relative;
}

.profil_header {
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.profil div#hero_content {
    display: none !important;
}

.gift_list {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

.gift_container {
    flex: 1 1 25%;
}

.gift_container input {
    float: left;
    width: auto;
    margin-left: 0;
    margin-top: 4px;
    margin-right: 5px;
}

.profil .gift_container label {
    font-size: var(--fs-500);
}

.form_group .gift_container img {
    margin: 0;
    margin-bottom: 5px;
}

img.restaurant_img {
    display: none;
}

p.restaurant_name {
    font-weight: bold;
}

.dashboard .profil_banner.certificate {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

p.amount:after {
    content: 'x';
}

.profil .profil_banner {
    padding-block-start: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard a.button.create_collection {
    display: none;
}

.restaurant_list {
    padding-block-start: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

img.restaurant_img {
    width: 44px !important;
    aspect-ratio: 1;
    border-radius: 999px;
}

.restaurant_place_img p {
    flex-shrink: 0;
}

.restaurant_place_img {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.restaurant_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.learning_profil_header {
    width: 100%;
    float: left;
    margin-block-end: 1rem;
}

h3.profil_certificate_title {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
}

img.profil_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px !important;
    object-position: center;
    z-index: 0;
}


/* fa */
/* Backdrop */
.cb_notify_backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 9998;
}
.cb_notify_backdrop.open {
    opacity: 1;
    visibility: visible;
}

/* Modal */
.cb_notify_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 9999;
}
.cb_notify_modal.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

/* Card */
.cb_card {
    background: #ffffff;
    padding: 32px;
    width: 450px;
    max-width: 92vw;
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.28);
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-left: 6px solid #0177a9; /* premium line accent */
}

/* Header */
.cb_header {
    font-size: 21px;
    font-weight: 700;
    color: #222;
    margin-bottom: -6px;
}

/* Body */
.cb_body {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
}

/* Close X */
.cb_notify_close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #5e5e5e;
    transition: 0.15s ease;
}
.cb_notify_close:hover {
    color: #000;
}

/* Action Buttons */
.cb_actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.cb_btn {
    padding: 11px 26px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: .2s ease;
    /* NO border radius */
    border-radius: 0;
}

/* Primary */
.cb_btn_primary {
    background: #0177a9;
    color: #fff;
    border: 2px solid #0177a9;
}
.cb_btn_primary:hover {
    background: #fff;
    color: #0177a9;
    border-color: #0177a9;
}
.cb_highlight {
    outline: 3px solid #0177a9;
    background: rgba(1, 119, 169, 0.10);
    transition: background 1s ease, outline 0.4s ease;
}

/* fa end */

img.profil_img {
    position: relative;
    width: 140px !important;
    height: 140px ! Important;
    border-radius: 999px;
    z-index: 0;
    border: 3px solid var(--bg-white);
    margin-block-end: 1rem;
    background-color: var(--bg-light);
    margin-top: 80px;
}

p.profil_birthday:empty {
    display: none;
}

.profil_header {
    width: 100%;
    float: left;
}

.pct_status_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--fs-300);
    opacity: .7;
    padding-block-start: 5px;
}

.pct_status_wrapper:after {
    content: '';
    width: 100%;
    height: 8px;
    background: var(--blur);
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
}

.pct_status_wrapper {
    position: relative;
}

.profil_certificate_pct_status {
    height: 8px;
    background: var(--clr-mandant);
    border-radius: 999px;
    z-index: 1;
    position: relative;
}

.profil_certificate {
    padding: 1rem;
    border: 1px solid #000;
    border-radius: var(--br);
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;    
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);

}

.not_finished_yet {
    color: red;
    text-decoration: underline;
    opacity: 1;
}

.profil_certificate.not_finished p {
    border-top: 5px solid red;
    padding-top: 10px;
    border-top-style: inset;
}

.svg_title svg {
    width: 20px;
    height: 25px;
    flex-shrink: 0;
}

.edit_profil_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    background: #00000052;
    width: 100%;
    height: 100%;
}

.profil_bg_group:hover button.edit_profil_bg {
    display: block;
}

button.edit_profil_bg {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: none;
}

.profil_modal_content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg-light);
    border-radius: var(--br);
    width: 100%;
    max-width: 1340px;
    z-index: 2001;
    /* overflow: hidden; */
}

.profil_modal_container {
    background: #f5f5f5;
    display: flex;
    height: calc(100vh - 4rem);
}

.modal_sidebar {
    max-width: 330px;
    flex: 1;
    padding: 2rem;
    background: var(--blur_nav);
    overflow-y: scroll;
    height: calc(100vh - 4rem);
}

.profil_modal_container {
    display: flex;
    height: calc(100vh - 4rem);
}

.form_toolbar {
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    border-top: 1px solid var(--border);
    width: 100%;
    background: var(--bg-white);
    padding: 1rem 2rem;
    display: flex;
    justify-content: end;
    z-index: 1;
}

input.submit_button {
    background: var(--clr-mandant);
    width: auto;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
}

.modal_section {
    width: 100%;
    padding-inline: 1rem;
    padding-block: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.overlay_sidebar_steps ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.overlay_sidebar_steps li:last-child:after {
    display: none;
}

div#closeoverlay {
    background-color: var(--bg-white);
    border-radius: var(--br);
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
}

div#closeoverlay:after {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
    color: var(--fc-dark);
    font-size: var(--fs-900);
    text-align: center;
    line-height: 1;
}

.year_filter .textcontent {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.year_filter_button {
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: var(--br);
    background: var(--blur_elevated);
    cursor: pointer;
}

.contact_department_wrapper {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    margin-bottom: 1rem;
}

.form_section {
    margin-bottom: 1rem;
    border: 1px solid var(--border);
    padding: 2rem;
    border-radius: var(--br);
    background: var(--blur_nav);
}

.form_group input {
    background: var(--blur_elevated);
}

.form_group img {
    border-radius: var(--br);
    max-width: 370px;
    object-fit: cover;
    height: 200px !important;
    margin: 1rem 0;
}

.birthday_group_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.birthday_group_inputs .form_group {
    flex: 1 1 40%;
}

.image_group_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.image_group_inputs .form_group {
    flex: 1 1 40%;
}

.form_section h3 {
    scroll-margin: 230px;
    margin-block-end: 1rem;
}

html {
    scroll-behavior: smooth;
}

.basic_info_inputs .form_group {
    flex: 1 1 40%;
}

.profil label {
    font-size: var(--fs-300);
}

.basic_info_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.posts {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.dashboard .posts {
    display: block;
}

.dashboard .community_container_wrapper .community_board .post_header img,
.dashboard .community_container_wrapper .community_board p.post_content_desc,
.dashboard .community_container_wrapper .community_board p.post_header_category {
    display: none;
}

.post.left_post .post_header img {
    height: 30px !Important;
    width: 30px !important;
}

.dashboard .community_board_header {
    display: none;
}

.dashboard .community_board {
    width: 50%;
    float: left;
}

.post.left_post p.post_content_desc {
    display: none;
}

.dashboard .post.left_post .post_image_slider img {
    height: 173px ! Important;
}

.dashboard .post.left_post .post_header {
    position: absolute;
    width: 100%;
    background: no-repeat;
    border: navajowhite;
    color: var(--fc-white-8);
}

.dashboard .post.left_post {
    width: 50%;
    position: relative;
    float: left;
    border-radius: 0;
    border: none;
}

.dashboard .community_board .post {
    width: 100%;
    position: relative;
}

.dashboard .community_board .post_toolbar,
.dashboard .community_board span#read_more {
    display: none;
}

.dashboard .community_board .post_content {
    padding: 0;
    max-width: 80%;
}

.dashboard .community_board p.post_header_name {
    font-weight: revert;
    font-size: var(--fs-300);
}

.dashboard .community_board p.post_header_name:before {
    content: 'von ';
}

.dashboard .community_board .post_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    background: var(--blur_elevated);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
    margin-bottom: 3px;
}

.dashboard div#area-2 {
    padding-top: 0;
    margin-top: -30px;
}

.dashboard .community_board .post {
    width: 100%;
    position: relative;
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    padding: 15px;
}

.dashboard .posts {
    display: block;
    height: 390px;
    border-left: 1px solid var(--border);
}

.post_container {
    height: 223px;
    overflow-y: scroll;
}

.plattformen_container.link {
    height: 223px;
}

.dashboard .community_board h3 {
    margin: 0;
    line-height: 1.2;
    font-size: var(--fs-500);
}

.dashboard .delete_post {
    display: none;
}

.dashboard .community_board .post_image_slider img {
    height: 55px !Important;
    width: 55px !important;
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: var(--br);
    transform: translateY(-50%);
}

.community_container_wrapper {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border);
    height: 282px;
}

.post_header>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_toolbar {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-block-end: 10px;
}

.post {
    background: var(--blur_elevated);
    border: 1px solid var(--border);
    border-radius: var(--br);
}

.post_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    background: var(--blur_elevated);
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
    border-bottom: 1px solid var(--border);
}

.like.is_liked svg {
    fill: #dd1f1f;
    stroke: #dd1f1f;
}

.like svg,
.comment svg {
    fill: var(--blur_elevated);
    stroke: var(--fc-dark);
    height: 23px;
    cursor: pointer;
}

.post_toolbar>* {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post_content {
    padding: 1rem;
}

.post_comments {
    display: none;
}

p.post_header_name {
    font-weight: bold;
    line-height: 1;
}

p.post_header_category {
    font-size: var(--fs-300);
}

.post_header img {
    height: 50px !Important;
    width: 50px !important;
    border-radius: 999px;
}

.new_comment form {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}

textarea#title {
    min-height: 80px;
}

.post_image_slider img {
    aspect-ratio: 4/3;
}

.close_entry_button {
    font-size: var(--fs-300);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: red;
}

textarea#description {
    margin-top: 1rem;
}

.form-floating {
    width: 100%;
    float: left;
    padding-block: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

select#year-select {
    width: auto;
    padding: 11px 13px;
    background: var(--bg-white);
    display: none;
}

select#category {
    margin-block: 1rem;
}

input#absenden {
    background: var(--clr-mandant);
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}

a.category_item.active {
    background: var(--clr-mandant);
    border-color: var(--clr-mandant);
    color: #fff;
}

.post_c_header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.entry-wrapper {
    max-width: 360px;
    background: var(--bg-white);
    padding: 1.5rem;
    border-radius: var(--br);
}

.new_post {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #00000066;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_comment_item>div {
    /* background: var(--bg-light); */
    width: 100%;
    padding: 10px;
    border-radius: calc(var(--br) - 5px);
    /* border: 1px solid var(--border); */
    border: 1px solid var(--bg-light);
}

.post_comment_item:nth-child(even) {
    flex-direction: row-reverse;
}

.new_comment {
    width: 100%;
    margin-top: 1rem;
}

.post_comment_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block: 10px;
}

p.comment_item_author {
    font-size: var(--fs-300);
    line-height: 1;
}

.post_comment_item img {
    height: 30px !important;
    width: 30px !Important;
    border-radius: 999px;
}

.new_comment input[type="submit"] {
    background: var(--clr-mandant);
    color: var(--fc-dark);
    cursor: pointer;
    border: none;
}

.delete_post {
    cursor: pointer;
}

.community_board_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 1rem;
}

.category_filter {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

a.category_item {
    background: var(--blur_elevated);
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--br);
}

span#read_more {
    font-size: var(--fs-300);
    font-weight: bold;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

p.post_content_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.overlay_sidebar_steps li {
    counter-increment: item;
    margin-bottom: 1rem;
    position: relative;
    padding: 10px 20px;
    border-radius: var(--br);
    display: inline-block;
    border: 1px solid var(--border);
}

.overlay_sidebar_steps li a:hover {
    filter: brightness(1.25);
}

.profil_modal_titel {
    padding-block-start: 4rem;
}

.overlay_sidebar_steps {
    padding-block-start: 2rem;
}

.modal_section_wrapper {
    width: 70%;
    flex: 1;
    padding-block: 4rem;
    padding-block-end: 4rem;
    position: relative;
    height: calc(100vh - 4rem);
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal_sidebar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal_sidebar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

p.profil_desc svg {
    fill: var(--fc-dark);
    width: 17px;
    height: 17px;
}

p.profil_birthday svg {
    fill: var(--fc-dark);
    width: 17px;
    height: 17px;
}

p.profil_loc svg {
    width: 17px;
    height: 17px;
}

.profil_content_left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

p.profil_desc {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin: 5px 0;
    width: 80%;
    color: var(--fc-dark);
}

img.profil_img+h2 {
    margin: 0 0 5px;
}

p.profil_loc {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin: 5px 0;
    float: left;
    width: 80%;
    font-size: var(--fs-400);
}

p.profil_birthday {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin: 5px 0;
    float: left;
    width: 80%;
    font-size: var(--fs-400);
}

.headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-end: 1rem;
}

button.profil_settings {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.profil_skills {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    border: 1px solid var(--border);
}

.skill {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    color: var(--fc-dark);
}

.skill_group {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 0 0;
}

.profil_meal_statistics {
    padding: 40px 30px;
    border-radius: var(--br);
    border: 3px solid var(--clr-mandant);
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
    background: var(--blur_elevated);
}

.profil_meal_statistics:before {
    content: '';
    background-image: url(/userdata/images/meal_delivery_asset.svg);
    width: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.skill_box_group {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 1rem;
}

.skill_box {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    color: var(--fc-dark);
    cursor: pointer;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
}


.skills_group_inputs .form_group .input {
    width: 100%;
}

.skill_box:before {
    content: 'x';
    position: absolute;
    top: -4px;
    right: -4px;
    background: red;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 999px;
    letter-spacing: 0;
    line-height: 1.2;
    display: block;
    text-align: center;
    opacity: 0;
}

.skill_box:hover:before {
    opacity: 1;
}


.skills_group_inputs .form_group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


/* Profil Ende*/

/* Process */


.scroll_container {
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    justify-content: center;
    position: fixed;
    bottom: 3rem;
    right: -12px;
    animation: fadeIn 5s;
    display: none;
    scale: .8;
}

.collection_content.reading_time {
    opacity: .7;
    font-size: var(--fs-300);
    display: inline-block;
    margin-left: 5px;
}

span.certificate_info {
    position: absolute;
    top: 0;
    left: 50%;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: var(--br);
    padding: 1rem;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0;
}

.profil_certificate.not_finished:hover span.certificate_info {
    opacity: 1;
    top: 50%;
}

.news.full_preview .scroll_container {
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.scroll_container:before {
    content: "";
    opacity: 0;

}



.scroll_container svg {
    position: sticky;
    transform: rotate(-90deg);
}

.scroll_container svg circle {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 5px;
    stroke-linecap: round;
    fill: transparent;
}

.scroll_container svg .progress-bar {
    stroke: url(#grad);
    transition: stroke-dashoffset 0 ease-in-out;
}

.scroll_container .pct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -62%);
    font-size: var(--fs-300);
}


/* Process Ende */

/* Sun Moon Toggle */

:root {

    --toggleHeight: 21px;
    --toggleWidth: 46px;
    --toggleBtnRadius: 10em;

    --bgColor--night: #423966;
    --toggleBtn-bgColor--night: var(--bgColor--night);
    --mooncolor: #D9FBFF;
    --bgColor--day: #9ee3fb;
    --toggleBtn-bgColor--day: var(--bgColor--day);
}


input#theme-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

input#theme-toggle-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.tdnn.mobile:after {
    content: 'Ansicht wechseln';
    position: absolute;
    top: 50%;
    right: -120px;
    font-size: 14px;
    transform: translateY(-50%);
}

.tdnn.mobile {
    margin: 20px 11px;
    font-size: 10%;
}

.tdnn {
    /*change size of toggle with font-size*/
    font-size: 8%;
    position: relative;
    height: var(--toggleHeight);
    width: var(--toggleWidth);
    border-radius: var(--toggleHeight);
    transition: all 500ms ease-in-out;
    background: var(--bgColor--night);
    cursor: pointer;
}

.day {
    background: #FFBF71;
}

.moon {
    position: absolute;
    display: block;
    border-radius: 50%;
    transition: all 400ms ease-in-out;

    top: 3em;
    left: 3em;
    transform: rotate(-75deg);
    width: var(--toggleBtnRadius);
    height: var(--toggleBtnRadius);
    background: var(--bgColor--night);
    box-shadow:
        3em 2.5em 0 0em var(--mooncolor) inset,
        rgba(255, 255, 255, 0.1) 0em -7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 3em 7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 2em 13em 0 -4em,
        rgba(255, 255, 255, 0.1) 6em 2em 0 -4.1em,
        rgba(255, 255, 255, 0.1) 8em 8em 0 -4.5em,
        rgba(255, 255, 255, 0.1) 6em 13em 0 -4.5em,
        rgba(255, 255, 255, 0.1) -4em 7em 0 -4.5em,
        rgba(255, 255, 255, 0.1) -1em 10em 0 -4.5em;
}

.sun {
    top: 4.5em;
    left: 22em;
    transform: rotate(0deg);
    width: 7em;
    height: 7em;
    background: #fff;
    box-shadow: 3em 3em 0 5em #fff inset,
        0 -5em 0 -2.7em #fff,
        3.5em -3.5em 0 -3em #fff,
        5em 0 0 -2.7em #fff,
        3.5em 3.5em 0 -3em #fff,
        0 5em 0 -2.7em #fff,
        -3.5em 3.5em 0 -3em #fff,
        -5em 0 0 -2.7em #fff,
        -3.5em -3.5em 0 -3em #fff;
}

/* Sun Moon Toggle */

/* Tasks */


.tasks .container,
.tasks .main-screen {
    padding: 0;
    max-width: 100%;
}

.tasks div#hero_content {
    display: none !important;
}


.tasks_container {
    display: flex;
    width: 100%;
    gap: 3rem;
    min-height: 100vh;
}

.tasks {
    width: 100%;
    float: left;
}

.task_item_list.done .task_item {
    display: none;
    text-decoration: line-through;

}

span.number:before {
    content: '(';
}

span.number:after {
    content: ')';
}

span.number {
    font-size: var(--fs-300);
    opacity: .5;
}

.tasks_list_overflow {
    overflow-y: scroll;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-right: 1rem;
}

label {
    font-size: var(--fs-300);
}

p.task_done_title {
    background: var(--bg-light);
    padding: 5px 10px;
    border-radius: var(--br);
    cursor: pointer;
}

p.new_list {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    cursor: pointer;
    font-size: var(--fs-400);
}

form.create_list,
form.create_task_dashboard {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}



.done .task_item span.complete_task:before {
    content: '\2713';
    color: var(--fc-white-8);
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 1.5;
}

.done .complete_task {
    background: var(--clr-mandant);
    border: 1px solid var(--clr-mandant);
}

.tasks_groups_wrapper {
    flex: 1 1 15%;
    background: var(--blur_elevated);
    padding: 3rem 1rem;
    border-right: 1px solid var(--border);
}

.tasks_wrapper {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block: 3rem;
    position: relative;
}

.task_item_list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.tasks_groups_wrapper li.active {
    background: var(--bg-light);
    color: var(--fc-dark);
    border-radius: var(--br);
}

.tasks_groups_wrapper li {
    padding: 10px 17px;
}

.tasks_groups_wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tasks_content_wrapper {
    flex: 1 1 25%;
    background: var(--blur_elevated);
    padding: 3rem 2rem;
    border-left: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
}

.change_opacity {
    opacity: 1;
}

.task_item {
    padding: 10px 40px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    position: relative;
    cursor: pointer;
    background-color: var(--blur_elevated);
    color: var(--fc-dark);
}

.task_item_card_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--fs-300);
    padding-block-start: 1rem;
}

.complete_task {
    width: 17px;
    height: 17px;
    border-radius: 999px;
    border: 1px solid var(--border);
    position: absolute;
    left: 12px;
    top: 10px;
}

p.task_item_card_text {
    font-size: var(--fs-300);
    padding-left: 1.5rem;
}

.due_date {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--border);
    font-family: inherit;
    border-radius: var(--br);
    background: transparent;
    color: var(--fc-dark);
    accent-color: var(--clr-mandant);
}

.task_item_card {
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.tasks_groups_wrapper li svg {
    fill: var(--fc-primary);
    width: 15px;
    height: 15px;
}

.active_item {
    filter: var(--dark_bright);
    border: 1px solid var(--clr-mandant);
}

.tasks_groups_wrapper li:hover {
    background: var(--bg-light);
    color: var(--fc-dark)
}

.tasks_groups_wrapper li {
    border-radius: var(--br);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.delete_task svg {
    fill: var(--fc-primary);
    width: 15px;
}

.delete_task {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
}

.tasks_groups_wrapper li:hover span.delete_group {
    opacity: 1;
}

span.delete_group {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    display: flex;
}

h4.task_item_card_title {
    position: relative;
    padding-left: 1.5rem;
}

h4.task_item_card_title span.complete_task {
    left: 0;
    top: 1px;
}

.tasks a.ui.label.hidden.transition {
    visibility: hidden;
    display: none;
}

form.edit_task {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

form.create_task {
    display: flex;
    gap: 1rem;
    position: absolute;
    bottom: 4rem;
    width: 100%;
}

input.send_task {
    flex: 1;
    background: var(--clr-mandant);
    border: 0;
    cursor: pointer;
    color: var(--fc-white-8);
}

input.add_task {
    background: var(--blur_elevated);
    padding: 1rem 1rem;
}

input.add_task::placeholder {
    color: var(--clr-mandant) !important;
    opacity: 1;
}

input.button_main {
    cursor: pointer;
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    border: 1px solid var(--clr-mandant);

}

select.change_task_group {
    max-width: 347px;
}

li.active_list {
    background: var(--bg-light);
    border-radius: var(--br);
    color: var(--fc-dark);
}

/* .dashboard .tasks {
    display: none;
} */

.tasks_wrapper_dashboard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tasks_container_dashboard {
    padding: 40px 30px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    position: relative;
    background: var(--blur_elevated);
    margin-bottom: 2rem;
}

.warm .tasks_container_dashboard {
    border-left: none;
    border-right: none;
    border-radius: 0;
}


.tasks_wrapper_dashboard .tasks_list_overflow {
    max-height: 400px;
    padding-right: 0;
}

.tasks_container_dashboard .task_item {
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
}

.tasks_container_dashboard .task_item:last-child {
    border: none;
    border-bottom: none;
    border-radius: 0;
}

.tasks_container_dashboard .task_item.asap {
    border: 1.5px solid #bc2929;
    border-radius: var(--br);
    background: #ff00000a;
    color: #bc2929;
}

h3.certificate_headline {
    margin: 0 0 5px;
}

.collection_content.accept_certificate {
    width: 100%;
    float: left;
    padding: 0;
}

p.certificate_desc {
    font-size: 13px;
}

.tasks_container_dashboard .task_item.asap .complete_task {
    border: 1.5px solid #bc2929;

}

.task_item.asap span.complete_task:hover:before {
    background: #ff00000a;
    color: #bc2929;

}

.mobile_menu_toggle {
    display: none;
    cursor: pointer;
}

.mobile_menu_toggle svg {
    fill: var(--fc-primary);
    width: 15px;
    height: 15px;
}

button#back {
    background: none;
    text-align: left;
    padding: 0;
    font-size: var(--fs-300);
    display: none;
}

.task_item span.complete_task:hover:before {
    content: '\2713';
    color: var(--fc-white-8);
    font-size: 9px;
    background: var(--bg-light);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 1.7;
    border-radius: 999px;
}

form.create_task_dashboard {
    display: none;
}

.add_svg_content {
    display: flex;
    cursor: pointer;
}

.tasks_container_dashboard input.add_task {
    margin-bottom: 0.5rem;
}

.add_svg_content svg {
    fill: var(--fc-dark);
    width: 15px;
    height: 15px;
}

.select_group_and_toggle_creation_form {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tasks_wrapper_dashboard .tasks_list_overflow::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tasks_wrapper_dashboard .tasks_list_overflow {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.animated_check {
    animation: appear 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background: var(--clr-mandant);

}

.animated_check:before {
    content: '\2713';
    color: var(--fc-white-8);
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 1.7;
    border-radius: 999px;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.onboarding div#mandant_switch,
.onboarding div#horizontal_nav_bar,
.onboarding nav,
.onboarding .sidebuttons,
.onboarding div#hero_content,
.onboarding button#backButton,
.onboarding div#footer-header,
.onboarding div#mandant_switch_responsiv,
.onboarding .create_collection_wrapper {
    display: none !important;
}

.onboarding h2:before {
    display: none;
}

.onboarding main,
.onboarding .main-screen {
    width: 100%;
    padding: 0;
    margin: 0;
}

.title_with_img img {
    width: 40px !important;
    height: 40px !important;
}

.collection_content.ob_documents .filegallery_content_file:before {
    filter: invert(1);
}

.collection_list.projektverlauf {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
}

.title_with_img span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.onboarding main {
    background: #EEFBFB;
}

.onboarding h2 {
    font-size: 23px;
}

.collection_list.projektverlauf:last-child:after {
    display: none;
}

.collection_list.projektverlauf:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 70px;
    background: #6bc1c3;
    border-radius: 999px;
}

.collection_list.projektverlauf:after {
    content: '';
    width: 2px;
    height: 468px;
    position: absolute;
    left: 7px;
    top: 86px;
    background: #6bc1c3;
}

.collection_content.ob_documents .filegallery_content {
    border: none;
    padding: 0;
    background: none;
}

.collection_container.Bereits.abgeschlossen h3.collection_content.projektverlauf__title.title.custom:before {
    content: '';
    width: 27px;
    height: 20px;
    display: inline-block;
    background-image: url(/userdata/images/check-circle-fill.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}



.collection_container.Bereits.abgeschlossen:before {
    content: 'Bereits abgeschlossen';
    position: absolute;
    top: 28px;
    left: 3rem;
    font-size: 11px;
    opacity: .5;
}

.collection_content.ob_documents {
    padding: 1.5rem;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    margin-bottom: 2rem;
}

.title_with_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_content.ob_img {
    flex-shrink: 0;
}

.collection_content.ob_ansprechpartner_vertrieb {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
}

.collection_content.ob_title {
    font-size: var(--fs-900);
    font-weight: var(--fw-bold);
}

.collection_content.ob_img img {
    width: 80px !Important;
    height: 80px !Important;
    border: 1px solid var(--border);
    border-radius: var(--br);
    padding: 10px;
    object-fit: contain;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
}

.onboarding .container {
    max-width: 100%;
    padding: 0;
}

.collection_full.onboarding {
    min-height: 100vh;
    background: #eefbfb;
}

.collection_content.av_img img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 999px;
    border: 1px solid var(--border);
}



.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_list.vertrieb {
    padding: 0;
    width: 100%;
}

.collection_content.ob_title_img {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block-end: 2rem;
}

.onboarding_container_header {
    padding: 0.5rem 2.5rem;
    background: #6cbcbd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.link_login a {
    text-decoration: underline;
    color: #6cbcbd;
}

.onboarding_overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.onboarding_content_title img {
    max-width: 50px;
}

.collection_content.ob_user,
.collection_content.ob_pw {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    position: relative;
    margin-bottom: 2.5rem;
}

.collection_content.ob_user:before {
    content: 'Benutzername:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}

.collection_content.ob_pw:before {
    content: 'Passwort:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}

.onboarding_content_title h2 {
    margin: 0;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.collection_content.ob_user:after,
.collection_content.ob_pw:after {
    content: '';
    background-image: url(/userdata/images/copy.png);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    pointer-events: none;
}

.onboarding_container {
    background: #fff;
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
    max-width: 430px;
}

button#close_overlay {
    background: transparent;
}

.onboarding_content {
    padding: 2.5rem;
}

.collection_content.ob_termin {
    background: linear-gradient(275deg, rgba(105, 201, 203, 1) 0%, rgba(108, 187, 188, 1) 100%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.collection_content.ob_zeitraum {
    background: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    border: 1px solid #d3f3f3;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.collection_content.news_link a {
    text-decoration: underline;
    color: #4c4cd1;
}

/* span.field_description_title {
    font-size: 23px;
    font-weight: 700;
} */

img.bc_logo {
    max-width: 200px;
}

.ob_footer>div {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: .5;
}

.ob_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 3rem;
}

.collection_content.ob_ansprache {
    line-height: 1.7;
}

.tooltip_button {
    display: block;
    padding-block: 1rem;
    opacity: .5;
    font-size: 14px;
}

button#open_ob_overlay {
    background: #6ac2c4;
}

h3.collection_content.projektverlauf__title.title.custom {
    font-size: 21px;
}

.collection_list.projektverlauf .collection_container {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
}

.collection_content.pv_img {
    height: 100% !important;
    position: absolute;
    right: 0;
    width: 20%;
}

.collection_content.ob_text {
    width: 100%;
    padding: 3rem;
}

.collection_content.pv_img {
    flex: 1 1 30%;
}

.collection_content.onboarding_right {
    background: #EEFBFB;
    width: 57%;
    float: right;
}


.collection_content.onboarding_left,
.collection_content.onboarding_right {
    min-height: 100vh;
}

.onboarding_right {
    padding: 5rem 10rem;

}

.collection_content.onboarding_left {
    background: #F9FFFF;
    padding: 6rem;
}

.collection_content.onboarding_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 43%;
    z-index: 1;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.collection_container.Bereits.abgeschlossen {
    border: 2px solid #6eee6e;
}

.search_bar_schulungen {
    padding: 5px;
    position: relative;

}

.pop_up_button_schulung .collection_list.zielgruppen .collection_content.zielgruppe_title {
    padding: 6px 10px;
    border-radius: var(--br);
    background: var(--blur_elevated);
    font-size: var(--fs-400);
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_content.zielgruppe_title:hover {
    outline: 1px solid var(--border);
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_container input[type="checkbox"] {
    width: auto;
}

.pop_up_button_schulung .collection_list.zielgruppen .collection_container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.full_preview .col-xs-12.col-sm-6.col-md-3.col-lg-3.filter_group {
    display: none;
}

.full_preview .full_preview_full_width {
    width: 100%;
}

.collection_list.news.schulung .collection_content.zielgruppen_pro_schulung {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.collection_full.collection_full.news.schulung .collection_content.termin_pro_schulung .termin_list {
    padding: 1rem 0;
}

.collection_full.collection_full.news.schulung .collection_content.zielgruppen_pro_schulung:before {
    content: 'Zielgruppe';
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
}

.collection_full.news.schulung .collection_content.zielgruppen_pro_schulung {
    padding-block: 3rem;
}

.collection_full.news.schulung .collection_list.zielgruppen {
    float: unset;
    width: auto;
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
}

.collection_list.news.schulung .collection_content.termin_pro_schulung>p {
    display: none;
}

.collection_content.learnings {
    padding: 1.5rem;
    border: 1px solid var(--border);
    background: var(--blur_elevated);
    border-radius: var(--br);
}

.collection_full.news.schulung .collection_content.select_multi_contact:before {
    content: 'Referenten';
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--fc-dark);
}

.collection_full.news.schulung .collection_content.select_multi_contact {
    padding-block-start: 2rem;
    margin-top: 2rem;
    position: relative;
    column-count: 2;
}

.collection_full.news.schulung .contact {
    border-bottom: 1px solid var(--border);
    padding: 5px 0;
}

.collection_content.artikel.zielgruppe {
    padding-block: 3rem;
}

.collection_content.artikel.zielgruppe ul {
    padding: 0;
    margin: 0;
    margin-top: 3px;
    column-count: 2;
}

.collection_list.news.schulung .collection_content.termin_pro_schulung {
    padding: 0.5rem 1rem;
    height: auto;
    max-height: 90px;
    overflow: hidden;
    border-block: 1px solid var(--border);
    color: var(--clr-mandant);
    margin-block: 0.5rem;
}

.collection_full.news.schulung .collection_content_full {
    padding: 3rem;
}

.collection_full.news.schulung .collection_content.termin_pro_schulung>p {
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
}

.collection_full.news.schulung .collection_content.termin_pro_schulung {
    background: var(--clr-mandant);
    padding: 2rem;
    border-radius: var(--br);
    margin-top: 2rem;
}

.collection_content.termin_pro_schulung>p {
    font-weight: bold;
}

.collection_content.termin_pro_schulung .termin_list {
    border-bottom: 1px solid var(--fc-dark);
    padding: 2px 0;
}

.collection_full.news.schulung .collection_content.artikeltext {
    padding-block-start: 2rem;
}

.collection_content.artikel.zielgruppe li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
}

.collection_content.learnings ul li {
    list-style-type: disclosure-closed;
    padding: 5px 0;
}

.collection_content.learnings ul {
    margin: 0;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    column-count: 2;
}

.collection_full.news.schulung .collection_content.artikeltext span.field_description_title {
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    display: block;
    margin-block-end: 5px;
}


.collection_content.termine_pro_schulung .collection_list.termine {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
    opacity: .7;
}

.schulungsangebote .collection_list.news .collection_content.termine_pro_schulung .collection_container {
    background: none;
    min-height: unset;
}

.collection_content.termine_pro_schulung h3.collection_content.termine__title.title.custom {
    display: none;
}

.collection_content.termine_pro_schulung:before {
    content: 'Kommende Veranstaltungen:';
    font-weight: var(--fw-bold);
}

.collection_content.termine_pro_schulung .collection_content.termin_date:before {
    content: 'am ';
}

.collection_content.termine_pro_schulung .collection_content.termin_bis,
.collection_content.termine_pro_schulung .collection_content.termin_date,
.collection_content.termine_pro_schulung .collection_content.termin_von {
    display: inline-block;
}

.collection_content.termin_date {
    padding-right: 5px;
}

.collection_content.termin_von:before {
    content: 'von ';
}

.collection_content.termin_bis {
    padding-inline-start: 5px;
}

.collection_content.termin_bis:before {
    content: 'bis ';
}

.collection_content.termin_bis:after {
    content: ' Uhr';
}

.dashboard .kc_category_list.major_group {
    display: none;
}



h3.collection_content.termine__title.title.custom {
    width: 70%;
    float: right;
    border-left: 3px solid var(--clr-mandant);
    padding-left: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.collection_content.time {
    font-weight: bold;
    font-size: var(--fs-700);
    width: 30%;
    float: left;
    padding-inline-end: 10px;
    white-space: nowrap;
    color: var(--fc-dark);
}

.collection_content.ort {
    width: 30%;
    float: left;
    padding-inline-end: 10px;
    font-size: 14px;
    clear: both;
    white-space: nowrap;
}

.fa_time:empty,
.fa_date:empty {
    display: none;
}

.fa_textconten {
    color: var(--fc-dark);
    max-width: 93%;
}

.fa_wrapper {
    position: relative;
}



.fa_wrapper:last-child .fa_list:before {
    display: none;
}


.fa_svg_content svg {
    width: 17px;
    height: 17px;
    fill: var(--fc-primary);
}

.fa_container:hover .fa_tooltip {
    display: block;
}

.fa_list {
    padding-block: 1rem;
    border-bottom: 1px solid var(--border);
}

p.fa_title {
    font-weight: bold;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 16px;
}

p.fa_date {
    font-size: 12px;
    text-align: left;
}

.fa_container {
    padding: 0rem;
    border-radius: var(--br);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa_tooltip {
    display: none;
    position: absolute;
    width: 100%;
    background: var(--bg-white);
    color: var(--fc-dark);
    padding: 1rem;
    text-align: center;
    border-radius: var(--br);
    border: 1px solid var(--border);
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.future_appointments {
    padding: 2rem !important;
    border-radius: var(--br);
    border: 1px solid var(--border);
    background: var(--blur_elevated);
    width: 100%;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
    float: left;
}

.future_appointments .svg_content svg {
    fill: #ffffff!important;
} 

span.infoboard_contact_tooltip:empty {
    display: none !important;
}

span.infoboard_contact_tooltip a {
    color: blue;
    text-decoration: underline;
}

.fa_container:hover .fa_tooltip {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fa_shortcut {
    display: inline-block;
    padding: 4px 7px;
    border-radius: var(--br);
    position: relative;
    background: var(--border);
}

.img-fluid.portrait {
    border-radius: 999px;
    aspect-ratio: 1;
    width: 200px ! Important;
    border: 1px solid var(--border);
}

p.post_content_desc.show_all {
    -webkit-line-clamp: unset;
}

.collection_full.news .collection_content.files {
    background: white;
    float: left;
    width: 100%;
    border-radius: var(--br);
}

.collection_full.news .collection_content.files .filegallery_content {
    padding: 1rem;
}

/* .login_button {
    padding: 12px 24px 12px 48px;
    border: 1px solid #979797;
    border-radius: var(--br);
    background-image: url(/userdata/images/microsoft.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 57px center;
    color: var(--fc-dark);
    display: block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
} */

.fa_facts {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-block-end: 5px;
}

.fa_shortcuts {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.fa_svg_content {
    display: flex;
    align-items: center;
}

.fa_shortcut:empty {
    display: none;
}

.fa_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 30px;
    width: 100%;
}

.termine_headline .textcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.collection_list.termine {
    width: 50%;
    padding: 10px;
}


.collection_list.termine .collection_container {
    width: 100%;
    float: left;
}

.kc_post_link.not_read {
    outline: 1px dashed red;
    outline-offset: 4px;
}

li.level_1 a.placeholder {
    padding: 13px !important;
    font-size: 15px !important;
    margin-top: 10px;
    letter-spacing: 0.1px;
    position: relative;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

li.level_1 a {
    display: flex;
    align-items: center;
    gap: 1rem !important;
    line-height: 1;
    padding: 8px 3px;
    border-radius: calc(var(--br) / 2);
    font-size: 15px;
}

a.reminder_mobile {
    display: none;
}



#mandant_switch_menu {
    padding: 20px;
}

.mandant_link {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px; 
}

.mandant_link img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.news .collection_list.news .collection_container {
    position: relative;
    padding-bottom: 4rem; 
}

.news .collection_list.news .collection_container::after {
    content: "Mehr erfahren";
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    max-width: fit-content;
    z-index: 1;
}

.news .collection_list.news .collection_container::before {
    content: "";
    position: absolute;
    bottom: 1.5rem;
    left: calc(0.5rem + 130px); 
    width: 25px;
    height: 25px;
    background-image: url("/userdata/02_Beiträge/09_Geschenke/trending_flat_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.news .collection_list.news .collection_container:hover::after {
    background-color: #006fa8;
    padding-right: 48px; 
}

.news .collection_list.news .collection_container:hover::before {
    opacity: 1;
}


.kontaktdaten .svg_content svg {
    fill: #ffffff;
}

.kontaktdaten a.contact_link {
    color: #ffffff;
}

.kontaktdaten a.group_btn {
    color: #fff;
}
.kontaktdaten .adress.row {
    color: #fff;
}

.kontaktdaten strong {
    color: #ffffff;
}

.mini-ticket h3.collection_content.mini-ticket__title.title.custom {
    color: #006494;
    margin-bottom: 10px;
}
.mini-ticket .collection_content.formular_verlinkung:hover {
    background-color: #006494;
    color: #fff;
}

.mini-ticket .collection_content.formular_verlinkung:hover a {
    color: #fff;
}

.mini-ticket .collection_content.formular_verlinkung:hover a::after {
    opacity: 1;
    color: #fff;
}
.mini-ticket .collection_content.formular_verlinkung:hover {
    background-color: #006494;
    color: #fff;
}

.mini-ticket .collection_content.formular_verlinkung:hover::after {
    color: #fff;
}


.kc_hint {
    display: inline-block !important;
    padding: 12px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #000 !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.kc_hint::after {
    content: "→" !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    color: #fff !important;
}

.kc_hint:hover {
    background-color: #006fa8 !important;
    padding-right: 48px !important;
}

.kc_hint:hover::after {
    opacity: 1 !important;
}


.contactformular {
    position: relative;
}

/* .contactformular::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -24px;
    height: 400px;
    width: 1px;
    background-color: black;
} */


.neue-kollegen .widget {
    max-height: 156px;

}

.widget {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
}
.plattformen_container_wrapper {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
}
.workspace_group {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
}

.news_content_right {
    position: relative;
}

/* .news_content_right::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -40px;
    height: 400px;
    width: 1px;
    background-color: black;
} */


body.ankuendigungen.full_preview .news_content_right::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -82px;
    height: 400px;
    width: 1px;
    background-color: black;
}

.personalamt .collection_list.news {
    box-shadow: unset!important;
}


.personalrat .collection_list.news {
    box-shadow: unset!important;
}


a.kc_category_link {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
}

.personalrat  strong {
    color: #fff;
}
form#categories_posts_listform .promoted a {
    color: #fff;
}
svg.bi.bi-grid {
    fill: #fff;
}
.categories_grid a {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .1);
}

.post-item:hover {
    background: unset!important;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff!important;
    padding: 1rem;
    border: 1px solid #000!important;
}
.post-meta-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff!important;
    padding: 1rem;
    border: 1px solid #000!important;
}
div#contactCards {
    grid-template-columns: repeat(auto-fill, minmax(334px, 1fr))!important;
}

.pop-up-button:first-child {
    margin-left: 5px;
}

.dashboard  iframe {
    width: 100%!important;
}

.list-group li:hover {
    color: #fff;
}

.list-group li:hover .subcat-list {
    color: #000000;
}

ul#languageTabs button.active {
    border-bottom: 2px solid #ffffff!important;
    font-weight: bold;
    color: #ffffff!important;
}

body.wiki  .tabbar_with_button a  {
    color: #fff;
}

button.unlinkSubcategory {
    color: #fff!important;
}

#qrcode {
    width: 215px;
    height: auto;
    display: flex;
    justify-content: center;

}

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

 
iframe.snapwidget-widget {
    padding-right: 7px;
    padding-left: 7px;
}
    
.instagram_frame {
        display: block!important;
    }

    .instagram_frame_responsive {
        display: none!important;
    }

#cookie-bar {
display : none !important;
}

.dash-news {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 200px 200px;
    grid-gap: 1rem;
}

.dash-news .news:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.dash-news .news .collection_container {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

/* Image block */
.dash-news .collection_content.vorschaubild {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    height: 75%;
    flex-shrink: 0;
}

.dash-news .collection_content.vorschaubild img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dash-news .news:first-child .collection_content.vorschaubild img {
    object-position: center  !important;
}


/* Colored line under image */
.dash-news .news .collection_content.vorschaubild::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f6a828;
}

/* Wrapper for text (card 1) */
.news-textblock-wrapper-first {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Wrapper for text (cards 2 and 3) */
.news-textblock-wrapper {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

.news-textblock-wrapper-first .date,
.news-textblock-wrapper .date {
    padding: 0.5rem 1rem 0rem 1rem !important;
    font-size: var(--fs-300);
    opacity: .7;
    background: #fff !important;
    color: #000 !important;
}

/* TITLE */
.news-textblock-wrapper-first .title,
.news-textblock-wrapper .title {
    padding-inline: 1rem;
    display: block;
    line-height: 1.3;
    max-height: 1.3em;      
    overflow: hidden;
    font-size: 18px !important;
    color: #000 !important;
}

/* TEASER */
.news-textblock-wrapper-first .teaser,
.news-textblock-wrapper .teaser {
    padding: 0.3rem 1rem 1rem 1rem !important;
    font-size: 0.85rem !important;
    line-height: 1.5;
    max-height: 3.5em;      
    overflow: hidden;
    display: block;
    background: #fff !important;
    color: #000 !important;
}


/* Title and button on first card */
.dash-news .news:nth-child(1) .news-title-dash,
.dash-news .news:nth-child(1) .news-btn {
    position: absolute !important;
    z-index: 6 !important;
    top: 0.8rem !important;
}

.dash-news .news:nth-child(1) .news-title-dash {
    left: 1rem;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.dash-news .news:nth-child(1) .news-btn {
    right: 1rem;
    font-size: 0.85rem !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.dash-news .news:nth-child(1) .news-btn a {
    color: #fff !important;
    text-decoration: underline;
    font-size: 0.85rem !important;
}

.dash-news .news .news-textblock-wrapper {
    border-top: 1px solid #000;
}

.dash-news .news .news-textblock-wrapper-first {
    border-top: 1px solid #000;
}


body.intranet.profil .sticky_profil {
  width: 25% !important;
  min-width: 300px !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

body.intranet.profil .qr-code-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 20px !important;
  background-color: #fff !important;
  padding: 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #ddd !important;
}

body.intranet.profil .qr-code-container .block_left {
  flex: 1 1 auto !important;
}

body.intranet.profil .qr-code__title {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  color: #000 !important;
}

body.intranet.profil .qr-code__text {
  font-size: 0.95rem !important;
  color: #333 !important;
  line-height: 1.4 !important;
}

body.intranet.profil #qrcode {
  width: 150px !important;
  height: 150px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.intranet.profil div#area-2 {
    margin-top: 2rem;
}

body.intranet.profil .profil_header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 2rem !important;
    gap: 0.3rem !important;
    font-family: Arial, sans-serif !important;
    color: #222 !important;
}

body.intranet.profil .profil_header h2 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    margin: 1rem 0 0.5rem 0 !important;
}

body.intranet.profil .profil_header p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #444 !important;
}

body.intranet.profil .profil_header p.profil_birthday span {
    font-style: italic !important;
    color: #666 !important;
}

body.intranet.profil .profil_header a {
    color: #007baf !important;
    text-decoration: none !important;
}

body.intranet.profil .profil_header a:hover {
    text-decoration: underline !important;
}

body.intranet.profil .profile_certificate_wrapper {
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 20px !important;
  margin: 20px auto !important;
  width: 100% !important;
  max-width: 1000px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 20px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

body.intranet.profil .profile_certificate_wrapper::before {
  content: "Meine Zertifikate";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 0 !important;
  display: block;
  width: 100% !important;
}

body.intranet.profil .profile_certificate_wrapper > a {
  width: calc(50% - 10px) !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.intranet.profil .profil_certificate {
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 15px !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  box-shadow: none !important;
}

body.intranet.profil .profil_certificate_svg_group {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

body.intranet.profil .profil_certificate_title {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #111 !important;
  word-break: break-word !important;
  white-space: normal !important;
  overflow: hidden !important;
}

body.intranet.profil .certificate_desc {
  font-size: 14px !important;
  color: #555 !important;
  margin: 0 !important;
  word-break: break-word !important;
}

body.intranet.profil .pct_status_label {
  font-size: 13px !important;
  color: #555 !important;
  border-top: 1px solid #eee !important;
  padding-top: 10px !important;
  word-break: break-word !important;
}

body.intranet.profil .pct_status_label.not_finished_yet {
  color: #bc2929 !important;
}


.personalamt_menue .collection_list.news {
    box-shadow: unset!important; 
}

.widget_news .new_coworker_container h3 {
    font-size: 16px;
}


.quill-better-table {
  table-layout: fixed;
  width: 100%;
}

.quill-better-table td {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: anywhere;
  padding: 8px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

.quill-better-table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.post-teaser, .post-content {
    max-width: 100%!important;
}


.ankuendingungen_collection.ankuendigungen_dashboard.owl_ank.owl-theme.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 15px;
}

.card_title {
    padding: 1rem;
    font-weight: bold;
    border-top: 1px solid #000;
}


.block_left .card_title {
    padding: 1rem !important;
    font-weight: bold !important;
    border-top: 1px solid transparent !important;
    position: relative !important;
}

.block_left .card_title::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 15px !important;
    right: 15px !important;
    height: 1px !important;
    background-color: #000 !important;
}





h3.certificate_headline {
    color: #fff;
}
.certificate_text {
    color: #fff!important;
}


.widget_context_menu {
    display: flex;
    gap: 8px;
    align-items: center;
}

.new_chat_button {
    width: 36px;
    height: 36px;
    background: var(--clr-mandant);
    color: white;
    font-size: 28px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 0;
    padding: 0;
}

#broadcast_button {
    width: 36px;
    height: 36px;
    background: var(--clr-mandant);
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 0;
    padding: 0;
}

#broadcast_button i {
    margin: 0;
    line-height: 1;
    font-size: 17px;
    position: relative;
    top: 1px;
}



#toggle_navigation {
  position: relative;
  z-index: 99999;
}


.intranet.wiki   .post-title #displayTitle {
    font-size: 25px !important;
}


.major_group .row {
    padding: 30px 25px;
    border-radius: var(--br);
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    background: var(--blur_elevated);
}

.major_group .group_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--border);
    padding-block-end: 1rem;
}

.major_group .group_container img {
    max-width: 70px;
    border-radius: 999px;
    /* background-color: var(--bg-light); */
    border: 1px solid var(--border);
}


.major_group p.role {
    font-size: var(--fs-300);
}

.major_group .group_container h5 {
    margin: 0;
    font-size: var(--fs-800);
}

.major_group div#responsible-list {
    margin-top: 10px;
}


#tone_settings_button {
    width: 36px;
    height: 36px;
    background: var(--clr-mandant);
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 0;
    padding: 0;
}

#tone_settings_button i {
    margin: 0;
    line-height: 1;
    font-size: 17px;
    position: relative;
}


.collection_content.mini-ticket__title.title.custom {
    display: -webkit-box;              /* English: Enables multiline ellipsis */
    -webkit-box-orient: vertical;      /* English: Set vertical flow */
    -webkit-line-clamp: 2;             /* English: Show only 2 lines */
    overflow: hidden;                  /* English: Hide the rest */
    text-overflow: ellipsis;           /* English: Add "..." */
    word-break: break-word;            /* English: Break long words nicely */
    line-height: 1.4em;                /* English: Improve readability */
    max-height: calc(1.4em * 2);       /* English: Match 2 lines height */
}



.intranet.mini-ticket #area-2 .container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.intranet.mini-ticket .collection_list.mini-ticket { 
  width: auto !important;
}

.intranet.mini-ticket .collection_list.mini-ticket .collection_container {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  position: relative !important;
  z-index: 0 !important;
  border: 1px solid var(--border) !important;
  padding: 15px !important;
  min-height: 350px !important;
  transition: 300ms !important;
  box-sizing: border-box !important;
}

.intranet.mini-ticket .collection_list.mini-ticket .collection_container .collection_content.formularbilder {
  margin: 0 0 10px 0 !important;
}

.intranet.mini-ticket .collection_list.mini-ticket .collection_container .collection_content.formularbilder .svg_container {
  height: 180px !important;
  overflow: hidden !important;
}

.intranet.mini-ticket .collection_list.mini-ticket .collection_container .collection_content.formularbilder img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-bottom: 4px solid var(--clr-mandant) !important;
}

.intranet.mini-ticket .collection_list.mini-ticket .mini-ticket__title {
  margin: 6px 0 8px 0 !important;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: calc(1em * 1.25 * 2) !important;
}

.intranet.mini-ticket .collection_content.formular_art {
  padding-inline: 1rem !important;
  padding-block: 10px !important;
  border-bottom: 1px solid var(--border) !important;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: calc(1em * 1.25 * 2) !important;
}

.intranet.mini-ticket .collection_link {
  margin-top: auto !important;
  padding-top: 12px !important;
}

.intranet.mini-ticket .collection_link .button {
  display: inline-block !important;
}

.intranet.mini-ticket .collection_full.mini-ticket {
  max-width: 500px !important;
  margin-top: 10px !important;
  background: #fff !important;
  position: relative !important;
  z-index: 0 !important;
  border: 1px solid var(--border) !important;
  padding: 15px !important;
  min-height: 350px !important;
  transition: 300ms !important;
  box-sizing: border-box !important;
}




.level_1.contains_placeholder.active_placeholder > a.placeholder > svg {
    display: none !important;
}

.level_1.contains_placeholder.active_placeholder svg {
    display: none !important;
}

.hamburger-menu .level_1 > a.placeholder > svg {
    display: none !important;
}

.hamburger-menu .level_1 > a.placeholder svg {
    display: none !important;
}


#header_1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100px;
}

.component_logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

li.level_1 a.placeholder {
    padding-left: 30px !important;
}

.chat_fullview  div#chat_dialog {
    min-height: 430px;
}





div#hero_content h1 {
    transform: translateY(-100px) !important;
}

.dashboard  div#hero_content h1 {
    transform: unset !important;
}

.collection_list.news {
    min-width: 102% !important;
}
.dash-news-right {
    min-width: 102% !important;
}



.answer_input label {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.answer_input input[type="checkbox"]:checked + label {
  color: #0080B5;
  border-radius: var(--br);
}

.answer_input:hover label {
  color: #0080B5;
}



.dash-news-right {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 419px !important;
    max-height: 419px !important;
}


.news_teaser {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.login_area  .component.logo {
    display: none;
}







.chat_input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
    bottom: 0px;
    width: 100%;
}

/* DD PROFILE 05.12  */
.col-xs-12.col-sm-12.col-md-12.col-lg-6 .workspace_group .widget_context_menu{
    display:none;
}

body.profil .modal_section {
    .basic_info_group.form_section {
        .change_pass{
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
            width: 100%;
        }
        .basic_info_inputs .form_group {
            flex: 1 1 55%;
            position: relative;
            
            .toggle_eye {
                position: absolute;
                right: 12px;
                top: 70%;
                transform: translateY(-50%);
                cursor: pointer;
                font-size: 18px;
                opacity: 0.6;
                transition: opacity .2s;
                user-select: none;
            }

            .toggle_eye:hover {
                opacity: 1;
            }

            .input.input_password_repeat input{
                border: 1px solid lightgray;
                border-radius: 7px;
            }
        }
    }
}


/* DD PROFILE 05.12  END*/

@media (max-width: 500px) {
    .toggle_eye {
        right: 8px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    iframe.snapwidget-widget {
        height: 491px !important;
    }
}


@media (max-width: 530px) {
    .widget .chat_dialog .chat_header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 75px; 
        padding-right: 45px; 
        box-sizing: border-box;
    }

    .widget .chat_dialog .chat_header .chat_back_button {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .widget .chat_dialog .chat_header .chat_avatar {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        z-index: 2;
    }

    .widget .chat_dialog .chat_header .chat_contact {
        position: static !important;
        transform: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    #contact_name {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
        text-align: center;
    }

    .chat_title_button {
        flex-shrink: 0;
        padding: 0 6px;
    }



}





@media (max-width: 1450px), (max-device-width: 1450px) {
body.intranet.profil .qr-code-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    gap: 20px !important;
    background-color: #fff !important;
    padding: 20px !important;
    width: 165% !important;
    box-sizing: border-box !important;
    border: 1px solid #ddd !important;
}



}




@media (max-width: 1200px), (max-device-width: 1200px) {
    #header_1 {
        justify-content: flex-start !important;
    }

    .component_logo {
        justify-content: flex-start !important;
    }

    #header_1 img {
        margin-left: 0 !important;
    }

body.intranet.profil .qr-code-container {
display: none !important;
}




}

/* --------------------------------------------------------- */

/* Termine */

@media (max-width: 1125px) {
 .chat_fullview .major_group .row {
display: none;
}

}


@media (max-width: 992px) {
  .intranet.mini-ticket #area-2 .container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .intranet.mini-ticket #area-2 .container {
    grid-template-columns: 1fr !important;
  }
}



@media (max-width: 1500px) {

 .dashboard div#area-2 {
    padding-top: 0;
    margin-top: -15px;
}
}


@media (max-width: 1450px) {

    :root {
        --fs-600: .9em;
    }



    .tasks_content_wrapper {
        position: absolute;
        right: 0;
        background: var(--blur);
        top: 0;
        height: 100%;
    }



    nav {
        width: 220px;
    }

    .playground main {
        left: 220px;

    }

    div#horizontal_nav_bar {
        width: calc(100% - 220px);
    }

    main {
        width: calc(100% - 220px);
    }
}

@media (max-width: 1400px) {
    .ankuendigungen_dashboard {
        position: relative;
        top: unset;
        right: unset;
        /* max-width: 500px; */
        /* padding-inline: 10px; */
        width: 100%;
        float: left;
    }


    .contact_card_list {
        width: 33.33%;
    }



}







@media (max-width: 1249px) {

    :root {
        --toggleHeight: 23px;
        --toggleWidth: 49px;
    }



    .ankuendigungen_dashboard {
        max-width: unset;
    }


    .component_logo {
        padding: 5px;
        /* display: none; */
    }

    .logo_mobile {
        /* display: block; */
        display: none;
        padding-left: 7px;
    }

    nav {
        background: white;
        /* margin-bottom: 10px; */
    }

    nav:before {
        display: none;
    }

    div#logo-area {
        display: none;
    }

    .mandant_link.active img {
        width: 100px !important;
    }

    .mandant_link img {
        width: 90px !important;
        padding: 0.5rem;
    }

    div#button-area .component.externe_login_links {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    div#toggle_navigation {
        display: block !important;
    }

    .menu_with_reload {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    nav {
        width: 100%;
        height: 60px;
        z-index: 1;
    }

    div#log_out {
        display: none;
    }

    div#horizontal_nav_bar {
        display: none;
    }

    div#header_1 img {
        height: 50px !important;
        padding: 10px;
        object-fit: contain;
        max-width: 160px;
    }

    main {
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    .dashboard div#hero_content {
        padding-block-start: 0rem;
    }

    .playground main {
        left: 0;

    }

    div#header {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    div#header_2 {
        display: none;
    }

    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }


    #cookie-bar>p {
        line-height: 20px;
    }

    .lesezeichen_leiste {
        display: none;
    }

    nav {
        padding-top: 0;
        position: relative;
        margin-top: 0;
    }

    .component_logo {
        padding: 0;
    }

.logo_1 img, .logo_4 img {
    background: none !important;
    filter: var(--fbi);
    margin-left: 4px!important;
    margin-bottom: 15px;
    margin-top: 15px;
}



}

@media (max-width: 1200px) {

iframe.snapwidget-widget {
    height: 616px !important;
}
}




@media (max-width: 1024px) {

    .collection_list.mini-ticket {
        width: 50%!important;
    }

    .posts {
        grid-template-columns: repeat(2, 1fr);
    }

    .collection_list.schulung {
        width: 50%;
    }

    .el_post_new tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left !important;
    }

    .el_post_new tr td {
        text-align: left !important;
        border: none;
        padding: 5px 0;
    }

    .el_post_new tr td:last-child {
        border-bottom: 1px solid var(--border);
        padding-bottom: 10px;
    }

    .el_post_new {
        white-space: unset;
    }

    .el_category_new {
        padding: 1rem;
    }

    .verlinkungen .collection_list.plattformen {
        width: 50%;
        padding-block-end: 5px;
    }



    .sidebuttons {
        display: none;
    }

    .mandant_link img:hover {
        width: 60px !important;
    }

    .mandant_link img {
        padding: 5px;
        width: 55px !important;
        height: 40px;
    }

    .mandant_link.active img {
        border: 1.5px solid var(--clr-mandant);
        width: 55px !important;
        border-right: none;
        opacity: 1;
    }

    a.game_card {
        height: auto;
        max-width: 50%;

    }



iframe.snapwidget-widget {
    height: 561px !important;
}


}

@media (max-width: 992px) {

    .news.full_preview .scroll_container {
        display: none;
    }

    .collection_full h3.collection_content.news__title.title.custom {
        padding-top: 2.5rem;
    }

    .collection_full.news .collection_content.bilduntertitel {
        top: unset;
        left: unset;
        padding: 10px !important;
    }

    .collection_full.news .collection_content.vorschaubild {
        margin-bottom: 1rem;
    }

    .collection_full.news .collection_container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 15px;
    }



    .firmenwiki_header_content {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    input#searchbar_contacts {
        width: 100%;
    }

    .firmenwiki_suche {
        max-width: 100%;
        width: 100%;
    }

    select.department_dropdown {
        width: 100%;
    }

    .dashboard_news_left {
        width: 100%;
        float: left;
    }

    .dashboard_news_right {
        width: 100%;
        float: left;
        height: auto;
    }

    .community_container_wrapper {
        height: auto;
    }

    .dashboard .posts {
        height: auto;
        border-left: none;
    }

    .dashboard .post.left_post {
        width: 100%;
        border-bottom: 1px solid var(--border);
    }

    .dashboard .community_board {
        width: 100%;
    }

    .news_content .dashboard_news {
        height: auto;
    }

    .visitenkarte img.profil_img_nav_bar {
        width: 42px !important;
        height: 42px !important;
        flex-shrink: 0;
    }

    .visitenkarten_betriebsrat img {
        max-width: 100px;
    }

    .personal .news_content .dashboard_news {
        height: auto;
    }

    .personal .dashboard_news_left .collection_list.news,
    .personal .dashboard_news_left .collection_container {
        height: 190px;
    }

    .contact_card_list {
        width: 50%;
    }

    .personal .dashboard_news_right {
        height: auto;
        overflow: unset;
    }


    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    .collection_full.news .title.custom {
        padding-right: 0 !important;
    }

    .collection_content_full {
        padding: 3rem;
    }

    .collection_full.news .collection_content.teaser {
        padding: 3rem;
    }

    .collection_full.news .collection_content {
        padding: 0 3rem;
    }

    .collection_full.news .collection_content.news_content_left .collection_content,
    .collection_full.news .collection_content.news_content_left {
        padding: 0;
    }
    .ankuendingungen_collection.ankuendigungen_dashboard.owl_ank.owl-theme.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 15px;
    margin-top: 15px;
}

.ankuendingungen_collection {
    padding-inline: 0px !important;
}

.col-xs-12.chat-dashboard {
    padding-top: 8px;
}

}


@media (max-width: 820px) {
    .post-left-container {
        max-width: 100%;
        overflow-x: hidden;
        padding-right: 0;
        border-right: 0;
        padding-block-start: 1rem;
        min-height: unset;
    }

    .post-teaser {
        margin-bottom: 1rem;
        padding-right: 6px; 
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .post-content {
        margin-bottom: 1rem;
        padding-right: 6px; 
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .post-content p {
        margin-bottom: 10px;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}







@media (max-width: 768px) {

    :root {
        --fs-700: 1.8em;
    }

    .chat_fullview nav {
        margin: 0;
    }

    /* .mobile_search {
        display: block;
    } */

    .profile_steckbrief {
        padding: 1rem;
    }

    .mobile_search input {
        background: white;
    }

    .collection_list.knowledgecenter-post {
        padding: 0px 5px;
    }

    #cookie-bar {
        text-align: center;
    }

    .kc_back_button {
        padding: 2px;
    }

    .news .search {
        padding-inline: 5px;
    }

    #hero_content .col-xs-12 {
        padding-left: 10px;
    }

    .infoboard_boxes {
        height: auto;
    }

    .blue_bg {
        padding-right: 5px;
    }

    .certificate_dashboard_wrapper {
        float: left;
        padding-inline: 5px;
    }



    h3.profil_certificate_title {
        white-space: unset;
    }

    .posts {
        grid-template-columns: repeat(1, 1fr);
    }

    nav:before {
        display: none;
    }

    .dashboard_news_left .collection_list.news,
    .dashboard_news_left .collection_container {
        height: 256px;
    }



    .collection_list.news.ankuendigungen {
        padding-inline: 0;
        margin-bottom: 0px;
    }

    .verlinkungen .collection_list.plattformen {
        width: 100%;
    }


    .collection_list.stellen {
        width: 50%;
    }

    .task_item,
    input.add_task,
    input.send_task {
        font-size: calc(var(--fs-700) * 1);
    }

    .collection_list.history .collection_container {
        min-height: 100vh;
        padding-right: 0;
        overflow: hidden;
        justify-content: flex-start;
        padding-top: 9rem;
    }

    .mobile_menu_toggle {
        display: block;
    }



    .tasks_groups_wrapper {
        position: absolute;
        z-index: 1;
        background: var(--bg-white);
        height: 100%;
        width: 100%;
    }

    .tasks_container {
        gap: 1rem;
    }

    .historie main {
        width: 100%;
        padding: unset;
        padding-top: 60px;
    }

    h3.collection_content.history__title.title.custom {
        font-size: calc(var(--fs-900) * 1.5);
    }

    h3.collection_content.history__title.title.custom:before {
        font-size: 16px;
    }

    .owl-navigation {
        position: absolute;
        left: 50%;
        top: unset;
        rotate: unset;
        transform: translate(-50%, -50%);
        right: unset;
        bottom: 3rem;
    }

    .collection_content.history_teaser,
    h3.collection_content.history__title.title.custom {
        text-align: center;
        padding-inline: 1rem;
        margin: unset;
        max-width: unset;
        width: 100%;
    }

    .el_category_list {
        float: left;
        width: 100%;
        padding-block-end: 2rem;
    }

    .collection_list.changelog:last-child {
        padding-block-end: 0;
    }

    .anpassung_melden .row {
        padding: 1rem;
        border-radius: var(--br);
    }

    .inhouse {
        padding-block-end: 0;
    }

    div#hero_content .col-xs-12 {
        padding-block-end: 0;
    }

    .tasks_groups_wrapper {
        display: none;
    }

    .tasks_wrapper {
        max-width: 95%;
        margin: 0 auto;
    }

    .tasks_container {
        min-height: calc(100vh - 60px);
    }

    .tasks_list_overflow {
        padding-right: 0rem;
        max-height: unset;
        overflow: visible;
    }

    div#content-collection {
        width: 100%;
    }



    button#back {
        display: block;
    }

    .complete_task {
        top: 13px;
    }

    .collection_list.plattformen {
        padding: 5px 15px;
    }

    .plattformen .filter_display {
        padding-block-end: 10px;
    }



    .collection_content.plattform_img img {
        width: 30px !important;
        height: 30px !important;
    }


    .tasks_content_wrapper {
        width: 100%;
        background: var(--bg-white);
        display: none;
    }

    form.create_task {
        bottom: 3rem;
    }

    .tasks_content_wrapper {

        padding: 1rem 1rem;

    }

    .tasks_container textarea {
        min-height: 100px;
    }

    .tasks_wrapper {
        padding-block: 1rem;
    }

    .change_opacity {
        opacity: 1;
        z-index: 1;
        display: flex;
    }

    h4.task_item_card_title {

        font-size: 16px;
    }


    form.create_task {
        gap: 0.5rem;
        flex-direction: column;
        position: relative;
        bottom: unset;
        left: unset;
        top: unset;
        right: unset;
    }

    .changelog_collection {
        background: none;
        padding: 0 10px;
        border: none;
        overflow-y: visible;
        max-height: unset;
    }

    a.el_post_link {
        flex: 1 1 100%;
    }

    .el_post svg {
        fill: var(--fc-dark);
    }

    .gift_container {
        flex: 1 1 60%;
    }

    .basic_info {
        gap: 0.5rem;
    }

    div#closeoverlay:after {
        line-height: 1.3;
    }

    .modal_section {
        padding-block: 1rem;
    }

    .collection_list.changelog.not_read .collection_container {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .collection_list.changelog {
        padding-block-end: 3rem;
    }



    .basic_info_inputs .form_group {
        flex: 1 1 50%;
    }

    .form_section {
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .modal_sidebar {
        display: none;
    }

    .image_group_inputs .form_group {
        flex: 1 1 50%;
    }

    .forwarding_text {
        gap: 1rem;
    }



    .infoboard_meeting:after {
        display: none;
    }



    .collection_list.news.ankuendigungen:after {
        right: 48px;
    }


    .contact_card_list {
        width: 100%;
        padding-inline: 0;
    }

    .content_left_content {
        padding: 1rem;
    }

    .content_left.col-sm-12.col-md-12.col-lg-8 {
        width: 100%;
        float: left;
    }

    .contact_head {
        gap: 0.5rem;
        padding-block-end: 0.5rem;
    }

    .certificate_container {
        padding: 1rem;
    }

    .contact_img.img_container {
        width: 40px;
    }

    .contact_tag {
        font-size: var(--fs-300);
    }

    .departments_content.row {
        padding-block-end: 1rem;
    }

    p.certificate_paragraph {
        padding-block-end: 5px;
    }

    .departments.row .pop-up-button {
        border-bottom: 1px solid var(--border);
        border-bottom-left-radius: var(--br);
        border-bottom-right-radius: var(--br);
    }

    .pop-up-button.current {
        border-bottom: 1px solid var(--clr-mandant);
    }

    .pop-up-button {
        margin-top: 0rem;
    }



    .contact_group {
        padding: 0;
        border: none;
    }

    .kontaktdaten_content {
        padding-inline: 0rem;
    }

    .adress.row {
        padding: 0rem;
        background: none;
        padding-right: 20px;
    }

    .kontaktdaten_list .headline {
        padding-inline: 1rem;
        padding-block-start: 1rem;
    }
    .contact_group.list_form .contact_card {
    padding-left: 10px;
    padding-right: 10px;
}

    .all_mandant {
        padding: 1rem 1rem;
        padding-block-start: 0;
    }

    .departments.row {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .certificate_question {
        padding: 1rem;
    }

    .answer_input {
        flex: 1 1 60%;
    }

    .el_category {
        flex-direction: column;
    }

    img.el_img {
        height: 200px !Important;
        max-width: 100% !important;
    }

    .el_content {
        padding-inline: 1rem;
        height: 80px;
    }

    .card {
        scale: .2;
        width: 50px;
    }

    :root {
        --fs-600: .9em;
        --fs-900: 2.3em;
    }

    .major_group .row {
        padding: 1rem;
        margin-block-end: 1rem;
    }

    /* .neue-kollegen .widget_news {
        overflow-y: visible;
        height: auto;
        padding-block-end: 1rem;
    } */

    .adress.row {
        gap: 0.5rem;
    }

    h3.kc_current_category {
        padding-block-start: 0.5rem;
    }

    .knowledgecenter .kc_category_line_list {
        margin-block-end: 1rem;
    }

    .knowledgecenter .kc_category_line_list_post {
        margin-block-end: 1rem;
    }

    .kc_category {
        min-height: auto;
        height: 100%;
    }

    .collection_full.knowledgecenter-post .owl-item img {
        height: auto !important;
    }


    .content_blade {
        display: none;
    }

    .collection_full.knowledgecenter-post .collection_content.kc_teaser,
    .collection_full.knowledgecenter-post .collection_content.kc_article {
        padding: 0;
        margin-block: 0.5rem;
        border: none;
        background: transparent;
        word-wrap: break-word;
    }

    .collection_full.knowledgecenter-post .collection_content.kc_teaser:after {
        display: none;
    }

    .collection_content.kc_video iframe {
        height: 190px;
    }

    .my_bookmarks .headline {
        padding-bottom: 1rem;
    }

    .my_bookmarks {
        padding: 1.5rem;
    }

    .kc_category_list.col-xs-12 {
        padding-bottom: 0;
    }

    .firmenwiki_header_content {
        padding: 0rem;

    }


    .profil_banner {
        padding: 0;
    }

    .profile_certificate_wrapper a {
        flex: 1 1 100%;
    }

    button#backButton {
        margin: 10px;
    }

    .dashboard .owl-nav {
        justify-content: center;
    }

    .collection_full.knowledgecenter-post {
        padding-inline: 5px;
    }

    .collection_content.accept_certificate {
        padding: 0 5px;
    }

    .certificate_wrapper {
        align-items: flex-start;
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .future_appointments {
        padding: 1.5rem;
        /* margin-block: 1rem; */
    }

@media (max-width: 991px) {
  .dash-news-right {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 416px !important; /* optional limit */
  }
}




    .dashboard .kc_group_container {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 0;
        background: none;
        border: none;
        margin-bottom: 1rem;
    }

    .meal_delivery_group {
        padding: 1.5rem 1.5rem;
        margin-top: 4rem;
    }

    .collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom {
        -webkit-line-clamp: 3;
    }

    .openModal {
        right: 1rem;
        top: 1rem;
    }

    .infoboard_modal button.infoboard_day_button {
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 3px;
    }

    .infoboard_modal .contact_info {
        padding-inline: 0;
    }

    .infoboard_modal .content_day {
        border-right: none;
    }

    .infoboard_modal_container {
        padding: 1rem;
    }







    .infoboard_boxes {
        gap: 1.5rem;
        flex-direction: column;
    }

    .news .collection_list.news .collection_container .collection_content.vorschaubild img {
        height: 200px !important;
    }

    .collection_list.termine {
        width: 100%;
        padding: 10px 0;
    }

    h3.collection_content.termine__title.title.custom {
        width: 100%;
        float: right;
        padding-left: 0.5rem;
        margin-bottom: 0.5rem;
    }



    h3.collection_content.title.custom {
        -webkit-line-clamp: 1;
    }

    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .bg_svg_container {
        display: none;
    }

    #cookie-bar>p {
        float: none;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pop-up-button {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }

    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .component.privacy_policy {
        padding: 20px 0 0 0;
    }

    div#cookiewarnung {
        font-size: 13px !important;
    }

    .owl-item img {
        height: auto !important;
    }

    .owl-item img.kc_img {
        height: 200px !Important;
        object-fit: cover;
    }

    div#login-area {
        border-radius: 0;
        padding: 20px;
        height: 100vh;
    }

    .collection_list.plattformen.show {
        width: 100%;
        padding-inline: 1px;
    }

    div#header_1 img {
        padding: 5px;
        padding-left: 0;
        display: flex;
        width: 100% !important;
    }

    p.fa_title {
        font-size: 14px;
    }

    .fa_content {
        margin-right: 10px;
    }



    .profil_certificate {
        background: var(--blur_elevated);
    }

    .dashboard .profil_banner.certificate {
        padding-block-start: 0;
        padding-inline: 0;
        background: none;
        border: none;
        width: 100%;
        float: left;
        padding-block-end: 0rem;
    }

    /* button.profil_settings {
        right: 1rem;
        bottom: 1rem;
    } */

    .chat_fullview .chat {
        height: auto;
    }

    .new_coworker_content h3 {
        font-size: 21px;
    }


    iframe.snapwidget-widget {
        height: 445px !important;
    }




}


@media (max-width: 768px) {

    .col-xs-12.col-sm-12.col-md-12.col-lg-6:not(.neue-kollegen) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-xs-12.col-sm-12.col-md-12.col-lg-6.neue-kollegen {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-xs-12.col-sm-12.col-md-12.col-lg-4.blue_bg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    iframe.snapwidget-widget {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

}





@media (max-width: 644px) {
  a.button_text.helpdesk {
    padding-right: 10px;
    padding-left: 10px;
  }
}


@media (max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .message:has(img) a {
        display: flex;
        height: 230px;
    }

    .message:has(img) img {
        object-fit: contain;
    }

    .message:has(img) {
        max-height: 230px;
        background: white;
    }

    div#overlayLoader {
        background-size: 20%;
    }

    .chat_fullview .chat_open_message_list {
        height: calc(100vh - 349px);
    }

    .chat_fullview .chat_open {
        height: calc(100vh - 207px);
    }

    .chat_fullview main {
        background: white;
    }

    .collection_full.news .collection_container {
        padding: 5px;
    }

    .collection_full h3.collection_content.news__title.title.custom {
        padding-top: 0.5rem;
    }

    .post {
        flex: 1 1 100%;
    }

    .post_header img {
        height: 40px !Important;
        width: 40px !important;
    }

    .collection_list.stellen {
        width: 100%;
    }

    .post h3 {
        margin: 0;
    }




    .ob_footer {
        display: none;
    }



    .collection_content.ob_text {
        padding: 1rem;
    }

    a.contact_link {
        padding-left: 0;
    }

    .collection_list.projektverlauf:before,
    .collection_list.projektverlauf:after {
        display: none;
    }

    .collection_list.projektverlauf {
        padding-left: 0;
        padding-right: 0;
    }

    h3.collection_content.projektverlauf__title.title.custom {
        font-size: 16px;
    }

    .el_post_new tr td {
        padding: 1px 0;
    }

    .el_post_new tr td:first-child {
        padding-top: 10px;
    }

    .filegallery_content_file {
        flex-direction: column;
        align-items: baseline;
    }

    .onboarding h2 {
        font-size: 19px;
    }

    .collection_content.ob_zeitraum {
        flex-direction: column;
        align-items: baseline;
    }


    .collection_content.onboarding_right {
        padding: 1rem;
    }

    .collection_content.onboarding_left {
        padding: 1rem;
    }

    .collection_content.ob_title_img {
        flex-direction: column;
        align-items: baseline;
    }

    .collection_content.ob_img img {
        width: 60px !Important;
        height: 60px !Important;
        padding: 5px;

    }

    .collection_content.news_content_right {
        padding: 1rem !important;
    }

    .collection_full.news .collection_content.bilduntertitel {
        top: unset;
        left: unset;
    }


  .intranet.profil.profil h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .intranet.profil.profil .form_group {
    display: block;
  }
  .intranet.profil.profil .form_group .label,
  .intranet.profil.profil .form_group .input {
    width: 100%;
  }
  .intranet.profil.profil .form_group .label label {
    display: block;
    margin-bottom: 6px;
  }

  .intranet.profil.profil .profile_crop {
    flex-direction: column;
    align-items: center;
  }

  .intranet.profil.profil #cropContainer {
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto;
  }

  .intranet.profil.profil .cr-boundary { 
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }
  .intranet.profil.profil .cr-viewport {
    width: 90% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    margin: 0 auto;
  }
  .intranet.profil.profil .cr-slider-wrap {
    padding: 0 8px;
  }

  .intranet.profil.profil #resultContainer {
    margin-top: 60px !important;
    text-align: center;
  }
  .intranet.profil.profil #resultContainer img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .intranet.profil.profil .textcontent,
  .intranet.profil.profil .welcome-post,
  .intranet.profil.profil .basic_info_group,
  .intranet.profil.profil .image_group,
  .intranet.profil.profil .birthday_group {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .intranet.profil.profil .submit_button,
  .intranet.profil.profil #activeCropButton {
    width: 100%;
    max-width: 100%;
  }

  .intranet.profil.profil img,
  .intranet.profil.profil .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
  }

    
}

@media (max-width: 500px) {

    .kontaktdaten_header .widget_header {
        display: none;
    }

    .dashboard_news_right .collection_list.news.first_news img {
        height: 94px ! Important;
        max-width: 130px;
    }

    .dashboard_news_right .collection_list.news.first_news h3.collection_content.news__title.title.custom {
        max-width: calc(100% - 140px);
    }

    .collection_list.news.first_news .collection_container {
        height: auto;
    }

    .dashboard .first_news .collection_content.teaser {
        -webkit-line-clamp: 2;
        max-width: calc(100% - 140px);
    }

    .form_toolbar {
        bottom: 52px;
    }

    .modal_section {
        padding-block-end: 100px;
    }

    .contact_phone {
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: right;
    }

    .list_form .contact_img.img_container {
        width: 30px;
    }

    .contact_mail {
        position: absolute;
        right: 10px;
        bottom: 10px;
        text-align: right;
    }

.mobile_navigation {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 25px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
}

    body {
        background-image: none;
        /* background: #141212; */
    }


    img.profil_bg {
        height: 110px !important;
    }



    div#keyboard {
        scale: .7;
        left: 0;
        position: relative;
        right: 0;
        transform: unset;
        bottom: -430px !important;
        padding-block-end: 2rem;
    }




    a.game_card {
        max-width: 100%;

    }

    a.wordle_info {
        display: none;
    }

    .news .collection_list.news .collection_container {
        min-height: 299px;
    }

    .filter_display {
        white-space: nowrap;
        padding: 0 0 10px;
    }


.profil_img_no_click {
    pointer-events: none; /* disable click only on avatar wrapper */
}



    .profil_header {
        padding-block-end: 6rem;
        padding-inline: 1rem;
        padding-block-start: 40px;
    }

    .profil_skills {
        padding: 1rem;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }



    .main-screen {
        padding: 1rem 0;
    }

    main {
        padding-top: 0px;
        padding-bottom: 200px;
    }

    .dashboard div#hero_content {
        height: auto;
        padding-inline: 0;
        padding-block-end: 1rem;
        padding-top: 5px;
    }

    div#hero_content {
        height: auto;
    }

    .dashboard div#hero_content>.container {
        padding-inline: 15px;
        height: auto;
    }

    .chat_container {
        gap: 10px;
    }

    .dashboard #hero_content .col-xs-12 {
        padding-block-end: 0;
        padding-left: 0px;
    }

    .workspace_group {
        margin-bottom: 0rem;
    }

    .chat_contact_name {
        font-size: var(--fs-500);
    }

    img.chat_contact_image {
        width: 45px !important;
        height: 45px !important;
    }

    .breadcrumb {
        padding-inline: 5px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .search {
        padding-inline: 0px;
        padding-block-end: 5px;
        width: 100%;
    }

    .forwarding_link {
        padding: 5px 8px;
        padding-right: 20px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    div#hero_content .breadcrumb {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        padding-left: 10px;
    }

    div#hero_content>.container {
        gap: 0.5rem;
        padding: 0;
    }

    .community_board_header {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 5px;
    }

    button.new_post_button {
        width: 100%;
    }

    .full_preview div#hero_content>.container {
        padding-inline: 5px;
    }

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen:nth-child(1) .collection_container {
        padding-bottom: 1rem;
        display: block;
        text-align: center;
        padding: 1rem;
    }


    .collection_full.news .title.custom {
        font-size: var(--fs-900);
    }

    iframe {
        height: 740px!important;
    }

    iframe#pdf-viewer {
        height: 500px;
    }

    .collection_content_full {
        padding: 1rem 1rem 0rem 1rem;
    }

    .collection_full.news .collection_content.teaser {
        padding: 1rem 1rem 1rem 0;
        margin-top: 0rem !important;
    }

    .collection_full.news .collection_content.artikeltext {
        padding-block: 1rem;
    }

    .collection_full.news .collection_content.vorschaubild img {
        height: auto !important;
    }

    .collection_full.news .collection_content {
        padding: unset;
    }

    .container {
        min-width: 250px;
    }

    .forwarding-wrapper {
        margin-right: -20px;
        padding-right: 20px;
        padding-left: 5px;
        /* flex-wrap: wrap; */
        gap: 10px;
        margin-top: -30px;
    }

  .component.icon_logo_login {
    display: block;
  }
  
  .forwarding_content_container {
    padding: 5px;
  }

  .forwarding_text {
    font-size: 12px;
  }

  .forwarding_image svg {
    width: 12px !important;
    height: 12px !important;
  }

    .component.login_hintergrund {
        display: none;
    }

    div#login_form {
        box-shadow: none;
        padding: 1rem;
    }

    .component.icon_logo_login {
        display: block;
    }

 
    .instagram_frame {
        display: none!important;
    }

    .instagram_frame_responsive {
        display: block!important;
    }

.collection_full.news h3.collection_content.news__title.title.custom {
    font-size: 20px!important;
}

.dash-news .collection_content.vorschaubild img {

    padding-top: 56px !important;
}


}



@media (max-width: 390px) {
    .collection_content_full {
        padding: 0;
        background: none;
    }

    .collection_full.news .collection_content.teaser {
        padding: 1rem 0;
        margin-top: 0rem !important;
    }

    .dashboard_news_right .collection_content.vorschaubild img {
        height: 73px !Important;
    }

    .dashboard_news_right h3.collection_content.news__title.title.custom {
        max-width: calc(100% - 83px);
    }

    .collection_full.news .collection_content {
        padding: unset;
    }
    
    div.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    top: 25%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

    iframe.snapwidget-widget {
        height: 430px !important;
    }


  .intranet.profil.profil h3 {
    font-size: 18px;
  }

  .intranet.profil.profil #cropContainer {
    max-width: 260px;
  }
  .intranet.profil.profil .cr-viewport {
    width: 85% !important;
  }

  .intranet.profil.profil #resultContainer img {
    max-width: 90%;
  }
  body.dashboard .posts_grid .block_left a .post_News {
    padding-bottom: 8px !important;
    min-height: 314px !important;
}

}

@media (min-width: 768px) {

    .responsiv_mandants {
        display: none;
    }

    .dashboard .chat_filter {
        flex-wrap: wrap;
    }

    .chat {
        height: 520px;
    }


    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .blue_bg>.row>div {
        padding-left: 0;
    }

    .blue_bg {
        padding-left: 0;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    /* .blue_bg .row {
        max-width: 390px;
    } */

    /* .blue_bg .row > div {
        padding-right: 0;
    } */

    .dashboard_news_right .collection_list.news.first_news h3.collection_content.news__title.title.custom {
        font-size: 17px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    /* .blue_bg {
        padding-left: 0px;
    } */

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }




}

@media (min-width: 1500px) {
    .container {
        max-width: 97%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 20px;
    }

    .news.full_preview .container {
        max-width: 100%;
    }

    .news.full_preview .main-screen {
        padding-top: 0;
    }
}







@media (max-width: 1200px) {
  body.dashboard .col-xs-12.dash-certificate {
    display: none !important;
  }

  .dashboard .blue_bg {
    transform: translateY(-50px) !important;
  }
}

@media (max-width: 1249px) {
  /* display: none; */
  /* margin-bottom: 10px; */

  div#header_1 img {
    height: 70px !important;
    padding: 10px;
    object-fit: contain;
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  div#header_1 img {
    padding: 10px !important;
    object-fit: contain;
  }

  div#header_1 img {
    height: 76px !important;
    padding: 10px;
    object-fit: contain;
    max-width: unset;
  }
}

@media (max-width: 992px) {
  .betriebsrat .collection_list.news .collection_container {
    padding-right: 150px;
  }

  .betriebsrat .dashboard_news_right .collection_content.vorschaubild img {
    max-width: 100px !important;
    height: 100px !important;
  }
  body.dashboard .posts_grid {
    display: flex !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: 0 0px 1rem !important;
}
}

@media (max-width: 885px) {
  body.kontaktdaten .contact_mail,
  body.kontaktdaten .contact_phone {
    display: none !important;
  }
}


@media (max-width: 600px) {
  .profil_header {
    padding-inline: 1rem;
    padding-block-start: 40px;
  }
body.dashboard .posts_grid .block_right {

    gap: 1rem !important;
}
}

@media (max-width: 500px) {
  main {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  /* .dashboard div#hero_content {
    height: auto;
    padding-inline: 0;
    padding-block-end: 1rem;
    padding-top: 5px;
  } */

  /* div#hero_content {
    height: auto;
  } */

  /* .dashboard div#hero_content>.container {
    padding-inline: 15px;
    height: auto;
  } */

  .banderole {
    display: none!important;
  }

  .dash-news {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 3px;
    margin-bottom: 15px;
  }

  .dash-news .news:first-child .title {
    margin-bottom: 1.0rem !important;
}

  .dash-news .news {
    flex: 0 0 100%;
    scroll-snap-align: start;
    position: relative;
    height: auto !important;
    min-height: 300px;
    max-height: 350px;
  }

  .dash-news .news .collection_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .dash-news .collection_content.vorschaubild {
    height: 100%;
  }

  .dash-news .collection_content.vorschaubild img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .dash-news .news:nth-child(1) .teaser {
    display: none !important;
}

  .dash-news .news .collection_container:after {
    height: 100px;
  }

  div#hero_content {
    height: 220px!important;
  }

  div#hero_content h1 {
        font-size: 30px !important;
        margin-top: 50px;
        margin-left: 20px;
  
    }


     .dashboard  div#hero_content h1 {
        font-size: 30px !important;
        margin-top: 50px;
        margin-left: 0px !important;
  
    } 

  .forwarding-wrapper {
    /* flex-wrap: wrap; */
  }


contacts-content .contact-image {
    display: none;
}


}
@media (max-width: 422px) {
  body.kontaktdaten .contact_link {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0 !important; 
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.kontaktdaten .contact_teams {
    display: none !important;
  }

  body.kontaktdaten .contact_card {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .collection_card.teaser_card.with_filter {
    height: 100%;
  }

  .knowledgecenter.full_preview .collection_card.teaser_card.with_filter {
    margin-bottom: 30px;
    height: unset;
  }

  .collection_content_full {
    padding: 0 4%;
  }

  /* .collection_content {
    padding: 3rem 0;
  } */
/* 
  .collection_full.news .collection_content.teaser {
    padding: 3rem 0;
  }

  .collection_full.news .collection_content {
    padding: unset;
  } */

  /* .collection_list .collection_content.teaser {
    padding: 2rem 0;
  } */

 
  /* .collection_content.vorschaubild {
    padding: 1rem 0;
  } */

  /* .collection_content.vorschaubild img {
    height: 118px !important;
  } */

  /* .collection_content.news__title.title.custom {
    max-width: calc(100% - 128px);
  } */

  .knowledgecenter.full_preview .collection_list.teaser {
    padding: 0;
  }

  .knowledgecenter.full_preview .collection_list.teaser h3 {
    font-size: 22px;
  }

  .knowledgecenter.full_preview .collection_list.teaser h3 br {
    display: none;
  }

  .collection_full.news .collection_list.teaser {
    padding: 0;
  }

  .collection_full.news .collection_list.teaser h3 {
    font-size: 22px;
  }

  .collection_full.news .collection_list.teaser h3 br {
    display: none;
  }
}





.pop-up-element.current_element .contact_group {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-right: 10px !important;
}

.pop-up-element.current_element .contact_group .contact_card_list {
  flex: 1 1 33% !important;
  width: unset !important;
}

@media (max-width: 1400px) {
  .pop-up-element.current_element .contact_group .contact_card_list {
    flex: 1 1 50% !important;
  }
}

@media (max-width: 769px) {
  .pop-up-element.current_element .contact_group .contact_card_list {
    flex: 1 1 100% !important;
  }
  .pop-up-element.current_element .contact_group .contact_card_list .contact_card {
    min-height: unset !important;
  }
}

.pop-up-element.current_element .contact_card {
  height: 100% !important;
}

.pop-up-element.current_element .contact_card .chat_icon {
  display: inline-flex !important;
  align-items: center !important;
  margin: 6px 12px 0 12px !important;
}

.pop-up-element.current_element .contact_card .contact_link {
  display: inline-block !important;
  margin: 8px 12px 12px 12px !important;
  padding: 6px 12px !important;
  text-decoration: none !important;
}

.bookmarks_header {
  position: relative !important;
}

.bookmarks_close_btn {
  position: absolute !important;
  top: -35px !important;
  right: -32px !important;
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  color: #333 !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
  line-height: 1 !important;
}

.bookmarks_close_btn:hover {
  color: #0076c2 !important;
  transform: scale(1.1) !important;
}

.list-view .contact-image img,
.chat-user .contact-image img {
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  object-fit: cover !important;
}

.kontaktdaten .contact-card .contact-image img {
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.mandant_and_search {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 15px !important;
}

.mandant_and_search .all_mandant {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.mandant_and_search .search_container {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
}

.mandant_and_search .search_container input {
  max-width: 280px !important;
  min-width: 220px !important;
}

.mandant_and_search .search_container button {
  border: 1px solid #ccc !important;
  height: 38px !important;
}

@media (max-width: 768px) {
  .mandant_and_search {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .mandant_and_search .search_container {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
}

.search_container {
  margin-right: 5px !important;
}

body.zertifikate .profile_certificate_wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
  gap: 20px !important;
}

@media (max-width: 500px) {
    .titlebar {
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 5px;
        scrollbar-width: thin;
    }

    .titlebar > div,
    .titlebar li {
        flex: 0 0 auto;
        display: inline-block;
    }

    .titlebar::-webkit-scrollbar {
        height: 6px;
    }

    .titlebar::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
}

.titlebar .searchbar {
    min-width: 100px;
}