/*temp hidden*/
.profil_modal_container .image_group.form_section {
    display: none;
}

.collection_toolbar_table .label.input_active,
.collection_toolbar_table .input.input_active {
    display: none;
}

/* .button_filter_wrapper_2:nth-child(5),  */
.button_filter_wrapper_2:nth-child(9), 
.button_filter_wrapper_2:nth-child(10) {
    display: none;
}

/* Bild-Container */
.fslightboxs {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}



/* END temp hidden*/

:root {
    --ff-primary: 'Montserrat', Helvetica, Roboto, Arial, sans-serif;
news-list-infopoint .collection_list.sab-info.news .collection_container.no-left .collection_right { width: 100%; }
    --ff-body: var(--ff-primary);
    --ff-heading: 'TitilliumWeb';

    --fw-regular: 400;
    --fw-bold: 600;

    --fs-300: 0.8125em;
    --fs-400: 0.875em;
    --fs-500: 0.9375em;
    --fs-600: .95em;
    --fs-700: 1.1em;
    --fs-800: 1.2em;
    --fs-900: 1.7em;

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

    --lesezeichen-height: 35px;

    --clr-icon: #fff;
    --clr-lightgrey: #ededed;
    --main: #44545e;
    /* --clr-mandant: #00284b;
    --clr-mandant-2: #C4B014; */


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

}

html[data-theme='light'] {


    --error: red;

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

    --bg-white: #fff;

    --if_bg_meeting: #f1f1f1;

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



    --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: #44545e;
    --fc-dark: #000;
    --fc-dark-8: var(--fc-dark);

    --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: none;
    --blur_settings: blur(0);
    --blur_elevated: var(--bg-white);
    --blur_nav: var(--bg-white);
    --blur_nav_active: var(--bg-light);
    /* --clr-mandant: #00284b; */
}

html[data-theme='dark'] {


    --error: red;

    --clr-dark: #222222;
    --clr-white: #2B2B2B;
    --clr-light: #202020;
    --clr-grey: #C4C4C4;

    --bg-white: #2b2b2b;
    --bg-light: #383838;

    --if_bg_meeting: #3a3a3a;

    --svg_bg: #ffffff0d;

    --dark_none_white_block: none;
    --dark_p_30_light_p_zero: 30px;


    --border: #c5c5c5;

    --dark_mode_cursor: url(/userdata/images/ls.png), auto !important;

    --dark_bright: brightness(1.5);

    --show_only_dark: flex;

    --fc-white-8: #fff;
    --fc-primary: #C4C4C4;
    --fc-dark: #FFFFFF;
    --fc-dark-8: #000;

    --weather: dark;

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

    --blur: rgb(0 0 0 / 76%);
    --blur_into_white: rgb(0 0 0 / 76%);
    --blur_elevated_into_light: rgb(32 32 32 / 50%);
    --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(12.9px);
    --blur_elevated: rgb(32 32 32 / 50%);
    --blur_nav: rgb(32 32 32 / 94%);
    --blur_nav_active: var(--blur_elevated);
    --clr-mandant: #00284b;
}

/*COMMONCLASSES*/
.form-group.nachricht textarea {
    max-width: 100%;
    min-height: 100px;
}

.space {
    margin-top: 5rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb1-5 {
    margin-bottom: 1.5rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb0-5 {
    margin-bottom: 0.5rem;
}

.button.mt0 a {
    margin: 0;
}

.mt-5 h2,
.mt-5 {
    margin-top: -5px;
}

.mt0 {
    margin-top: 0rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt1-5 {
    margin-top: 1.5rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt5 {
    margin-top: 5rem;
}

.mt0-5 {
    margin-top: 0.5rem;
}

.pt3 {
    padding-top: 3rem;
}

.pt2 {
    padding-top: 2rem;
}

.pt1 {
    padding-top: 1rem;
}

.flr {
    float: right !important;
}

.fll {
    float: left !important;
}

.exp {
    padding-left: calc(60px + 2.5rem) !important;
}

.clear {
    clear: both;
}

/*END COMMONCLASSES*/

/* 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;
}

/* 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;
}

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

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

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

.item-name {
    padding: 0 1rem 0.5rem 1rem;
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 43px;
    margin-bottom: 0.5rem;
}

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

span.unread {
    background: red;
    color: white;
    width: 20px;
    display: flex;
    height: 20px;
    border-radius: 999px;
    text-align: center;
    font-size: 9px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-block-start: 2px;
}

.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: var(--br);
    overflow: hidden;
}

.collection_list.oci .item-img {
    margin-bottom: 0;
}

.collection_list.oci .item-name {
    margin-top: 1rem;
}

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

.collection_full .item-img {
    width: 100%;
    height: 400px;
    margin-right: 3rem;
}

.oci-img-wrap {
    width: calc(40% - 2rem);
    margin-right: 2rem;
    position: sticky;
    top: 3rem;
}

.oci-gallery .owl-item img {
    height: 130px !important;
    object-fit: cover;
}

.collection_full.oci {
    width: 100%;
}

.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);
}

.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% - 0.5rem);
}

.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: 'TitilliumWeb';
    font-weight: 400;
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Regular.ttf') format('truetype');
}

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

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

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

@font-face {
    font-family: 'Montserrat';
    src: url('/layout/frontend/b2c/dist/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    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-dark);
    overflow-x: hidden;
    margin: 0;
}

strong {
    color: var(--fc-dark);
}

.news-list-infopoint .collection_right strong {
    color: #fff;
}

.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;
}

.profil .qr-code-container {
    background-color: white;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 2rem;
    width: 100%;
    border: none;
    overflow: hidden;
    position: relative;
}

.profil .qr-code-container label {
    font-size: var(--fs-800);
    margin: 0;
    font-weight: bold;
}

.profil #qrcode {
    background-color: white;
    border-radius: 7px;
    align-self: 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;
}

div#hero_content h1 {
    color: var(--fc-white-8);
}

.calendar-container {
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    margin: 0px;
    float: left;
}

.calendar-container h2 {
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}

.calendar-container table {
    text-align: left;
    border-collapse: collapse;
}

.calendar-container th, td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.calendar-container th {
    color: #555;
    font-weight: 600;
}

.calendar-container td {
    color: #333;
}

.calendar-container tr:hover {
    cursor: pointer;
}

a.kc_category_link {
    width: 20%;
    float: left;
    padding: 8px;
}

.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;
}



.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: 7px;
}

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

.lesezeichen_leiste {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    height: var(--lesezeichen-height);
    background: var(--bg-white);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
}

.lesezeichen_leiste .collection_content.plattform_text_group h3 {
    font-size: 13px !important;
    font-weight: var(--fw-regular) !important;
}

.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);
}

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

.filegallery_content {
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: var(--br);
}

.filegallery_content a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 1rem;
    background: var(--fc-primary);
    border-radius: var(--br);
    width: 100%;
    padding-left: calc(1rem + 22px);
    float: left;
}

.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);
    border: 1px solid var(--border);
    color: var(--fc-white-8);
}

.certificate_button {
    background: #44545e;
    color: #fff;
    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: var(--fc-primary); */
    /* padding-top: var(--lesezeichen-height); */
}

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

.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;
}

button#backButton {
    background: none;
    color: var(--fc-dark);
    padding: 0 0 10px;
    opacity: .5;
    position: relative;
    margin: 1rem;
}

button.back_button {
    background: none;
    color: var(--fc-dark);
    padding: 0 0 10px;
    opacity: .5;
    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-dark);
    border-left: 1px solid var(--fc-dark);
    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-dark);
    border-left: 1px solid var(--fc-dark);
    content: '';
    float: left;
    top: 8px;
    margin-right: 4px;
}

button#backButton:hover {
    opacity: 1;
}

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

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 {
    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);
    min-height: 46px;
}

div#mandant_switch {
    position: fixed;
    top: 0;
    right: 0;
}

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;
}

.modal-content button.close {
    position: fixed;
    right: 8px;
    top: 8px;
    padding: 0 6px;
}

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

.sitepart_28 form .form-group.lastname, .sitepart_28 form .form-group.firstname {
    flex: 1 1 49%;
}

input#input_privacy {
    min-height: unset;
}

/* .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;
}

.content_day.board_day.this_day {
    border-right: 1px solid var(--border);
}

.content_day.board_day {
    margin-bottom: 1rem;
}

.infoboard_category_meeting:last-child {
    border-bottom: 0;
}

.infoboard_category_meeting {
    border-radius: 6px;
    color: var(--fc-dark);
    background: #F1F4F8;
    border-left: 5px solid #453891;
    font-weight: var(--fw-bold);
}

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;
}

.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%;
}


/* .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: 300px;
    background: var(--blur_elevated);
    height: 100vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 2rem;
    padding-top: 5rem;
}

.mandant_link a {
    position: relative;
    padding: 1rem 0;
    display: block;
}

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

.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%;
    right: 1rem;
}



.mandant_link.active img {
    border: 1.5px solid var(--clr-mandant);
    width: 140px !important;
    border-right: none;
    opacity: 1;

}

.mandant_link img {
    background: var(--fc-white-8);
    padding: .8rem;
    border-top-left-radius: var(--br);
    border-bottom-left-radius: var(--br);
    width: 120px !important;
    border-right: none;
    transition: 300ms;

}

.mandant_link img:hover {
    width: 140px !important;

}

.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);
    border: 1px solid var(--border);
}

.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 var(--border);
    background: var(--blur_nav_active);
    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 {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}


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

h1, h2 {
    text-transform: uppercase;
}

.widget_header h2,
.widget_header h3,
.widget_header h4 {
    color: var(--fc-primary);
}

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);
}

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;
}

/* 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: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--bg-light);
    text-align: center;
    padding: 2rem;
    color: var(--clr-mandant);
    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);
}

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;
    margin-top: 1rem;
}

.input_collection_link_checkbox {
    cursor: pointer !important;
}

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

.form-group.color {
    width: auto;
}

.tab {
    display: none;
}

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

.button a {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    width: auto;
    position: relative;
    float: left;
    margin-top: 1rem;
}

.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;
}

.collection_full .zielgruppen .collection_container {
    cursor: unset;
}

.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;
    margin: 0 auto;
}

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

.collection_full.news.schulung .collection_container {
    display: block;
    padding: unset;
}

.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: var(--clr-mandant);
    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: 8px;
    padding-right: 8px;
    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;
}

.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: calc(360px - 1rem);
    border-bottom: 4px solid var(--clr-mandant);
    height: 230px !important;
}

.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;
}

div#hero_content {
    height: 240px;
    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-position: center;
}

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

div#hero_content>.container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    z-index: 1;
    position: relative;
}

div#hero_content:after {
    z-index: 0;
    content: '';
    background: linear-gradient(90deg, #44545e, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.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: 0px 25px 30px 25px;
    max-width: 600px;
}

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

.stellenauschreibung .contactformular {
    padding: 0 15px;
}

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

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

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;
    margin-top: -20px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-inline: 9px;

}
.owl_widget_kollegen {
    
}



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



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



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;
}
.owl_widget_kollegen {
    
}



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

}
.owl_widget_kollegen {
    
}



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(--bg-white);
    padding: 10px;
    border-radius: var(--br);
    scale: 1;
    border: 1px solid var(--border);
}





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



.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(--clr-mandant);
}

.forwarding_image svg {
    width: 16px;
    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;

}





/* 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;
    border-radius: var(--br);
    position: relative;
}

.widget_kollegen.owl_widget_kollegen.owl-theme.owl-carousel.owl-loaded.owl-drag .collection_list.news.kollegen.not_read .collection_container {
    border: 1px solid red;
    outline: unset !important;
    margin-bottom: 0.5rem;
}

.collection_list.not_read {
    outline: 0;
}

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

.collection_content.item-img img {
    object-fit: contain;
}

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;
}

.collection_list.news.hide {
    display: none !important;
}

.dash-news div#filter-element {
    display: none;
}

/* 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;
}

.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);
}

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: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

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

.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;
}

.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;
}

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

.dashboard_news_right .collection_content.vorschaubild img {
    position: absolute;
    max-width: 55px;
    aspect-ratio: 1;
    right: 0;
    border-radius: var(--br);
    top: 0;
    height: 55px !important;
}

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

.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-500);
    max-width: 80%;
    margin-top: 5px;
}

.collection_content.date {
    opacity: .7;
    font-size: 1rem;
}

.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_left {
    width: 50%;
    float: left;
}

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

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

.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);
}

.dashboard_news_left h3.collection_content.news__title.title.custom {
    color: var(--fc-white-8);
    font-size: 20px;
}

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;
}



.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: green;
    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;

}

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: var(--bg-light);
    color: var(--fc-dark);
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--border);
}
.owl_widget_kollegen {
    
}



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: var(--bg-light);
    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;
}

#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%;
}

.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;
}

.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);
}

.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;
}

.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;
    flex-wrap: wrap;
}

/* 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;
}
.owl_widget_kollegen {
    
}



.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;
}

.not_read .kc_category {
    outline: 1px solid red;
    border-radius: var(--br);
    position: relative;
}

.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.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;
}

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

.betriebsrat .news_content .dashboard_news {
    height: 410px;
}

.betriebsrat .dashboard_news_right {
    height: 410px;
}

.form_title {
    padding: 1rem 1rem 0;
}

.betriebsrat .dashboard_news_left .collection_list.news,
.betriebsrat .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;
}

.banner .textcontent {
    padding: 2rem;
    color: var(--fc-white-8);
}

.banner a {
    display: inline-block;
    padding: 7px 15px;
    background: var(--clr-mandant-2);
    border-radius: var(--br);
    cursor: pointer;
}

.banner .textcontent h2 {
    color: var(--fc-white-8);
    margin-bottom: 8px;
}

.visitenkarte_text h3 {
    background: var(--clr-mandant);
    display: inline-block;
    color: white;
    padding: 5px 10px;
}

.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;
    height: auto;
}

.warm .infoboard_boxes {
    padding-inline: 2rem;
}

.content_day {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    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;
    position: relative;
    background: var(--border);
    color: #fff;
}



.infoboard_category_4 span.category {
    background-color: green;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.infoboard_category_meeting {
    display: inline-block;
    padding: 7px;
    position: relative;
    margin-right: 7px;
    width: 100%;
    border-bottom: 1px solid var(--if_bg_meeting);
    padding-left: 0;
}

.infoboard_category_meeting .infoboard_contact {
    border-radius: 0;
    padding: 0;
    background: none;
    font-size: 15px;
    color: var(--clr-grey);
}

.collection_list.news {
    width: 20%;
}

.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);
    font-size: 1.1rem;
}

/* .infoboard_meeting:hover span.infoboard_contact_tooltip {
    display: block;
} */

.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: 3px;
    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;
}

.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);
    /* background: var(--clr-mandant); */
}

.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);
}



.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 div:last-child {
    margin-bottom: 0 !Important;
}



/* .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;
}



.widget_menu h4 {
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
    font-size: var(--fs-500);
}

.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;
}

.contact_info {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}


/* 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: 0px 0px;
    color: var(--fc-dark);
    opacity: .5;
    font-size: 1rem;
}

.infoboard_contact:hover span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.infoboard_meeting:hover span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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;
}

/* Infoboard Ende*/

/* Knowledgecenter */



a.kc_post_link {
    width: 100%;
    float: left;
    flex: 1 1 100%;
}

.kc_category_line_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 1rem;
}

.kc_post svg {
    fill: var(--fc-dark);
}

#hero_content .col-xs-12 {
    padding-block-end: 0;
}

.close svg {
    fill: var(--fc-dark);
}

.kc_category {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    padding-block-end: 1.5rem;
    height: 265px;
    transition: 300ms;
    border: 1px solid var(--border);
    position: relative;
}

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

p.kc_hint {
    padding-inline: 1rem;
    font-size: var(--fs-300);
    text-decoration: underline;
    color: var(--clr-mandant);
    position: absolute;
    bottom: 1rem;
    display: none;
}

.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;
}

a.button.bookmark {
    background: var(--clr-mandant);
    padding: 13px;
    float: left;
    border-radius: var(--br);
    color: var(--fc-white-8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}

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;
}

.clouds img#weather-icon {
    bottom: 0px;
}

.location {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: var(--fs-900);
    font-weight: var(--fw-bold);
}

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;
}

.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;
    background: var(--blur_elevated);
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.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 {
    max-width: 39%;
    width: 100%;
}

.forwarding_link {
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--br);
    display: flex;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    gap: 6px;
    align-items: center;
}

.forwarding_link:after {
    width: 7px;
    height: 7px;
    cursor: pointer;
    background: transparent !important;
    border-top: 1.5px solid var(--border);
    border-left: 1.5px solid var(--border);
    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: 5px;
    opacity: .7;
}

.firmenwiki_header {
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.firmenwiki_header_content {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

h3.kc_title {
    padding-inline: 1rem;
    margin-block-end: 1rem;
    min-height: 41px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

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 {
    display: flex;
    width: 100%;
    padding-inline: 1rem;
    flex-direction: column;
    position: relative;
    gap: 5px;
    margin-top: 0.5rem;
}

.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(--regular);
    font-size: var(--fs-500);
}

.kc_content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

.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);
    border: 1px solid var(--border);
    padding: 0;
}

.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 {
    background: var(--blur_nav_active);
}

.collection_content.kc_files:before {
    content: 'Downloads';
    font-size: var(--fs-800);
    font-weight: bold;
    padding: 1rem;
    display: block;
    border-bottom: 1px solid var(--border);
    line-height: 1;
}

.collection_full.knowledgecenter-post .collection_container {
    width: 100%;
    float: left;
}

.content_right {
    position: sticky;
    top: 60px;
}

.filegallery_content_file:before {
    content: '';
    background-image: url(/userdata/images/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 11px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 1;
}

.filegallery_content_file {
    display: block;
    align-items: center;
    gap: 7px;
    padding-block-end: 0.5rem;
    /* border-bottom: 1px solid var(--border); */
    margin-bottom: 0.5rem;
    position: relative;
    float: left;
    width: 100%;
}

.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%;
}

.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: 1rem;
    padding-left: 5rem;
    border-radius: var(--br);
    margin-bottom: 1rem;
    position: relative;
}

.bookmark_content_svg svg {
    fill: var(--fc-white-8);
}

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(--clr-mandant);
    height: 100%;
    width: 55px;
    left: 0;
    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(--clr-mandant);
}



/* Knowledgecenter */

/* Kontaktdaten */





a.group_btn {
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: var(--br);
    background: var(--blur_nav_active);
}

.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_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: 7px 1rem;
    flex-wrap: wrap;
}

.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 {
    min-width: 250px;
    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: top;
} */

/* 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_nav_active);
    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-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.contact_link {
    padding: 6px 10px;
    display: inline-block;
    text-align: center;
    border-radius: var(--br);
    font-size: var(--fs-300);
    text-decoration: underline;
}


.contact_head_content {
    min-width: 150px;
}

.department_container:last-child {
    border-bottom: 0;
}

.contact_card {
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 212px;
    align-items: flex-start;
    transition: 300ms;
    overflow: hidden;
    position: relative;
}

.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;
    background: var(--bg-light);
}

.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;
}

a.group_btn.active {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    border: 1px solid var(--clr-mandant);
}

.contact_tag {
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    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);
}

.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 */

/* 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: var(--blur_elevated);
    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: 201px !important;
    height: auto !important;
    filter: var(--fbi);
    object-fit: contain;
}

.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;
}

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;
}

.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);
    margin-bottom: 1rem;
}



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: var(--clr-mandant);
    color: #ffffff;
    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;
    background: var(--main);
    /* border-right: 1px solid var(--border); */
    padding-top: var(--lesezeichen-height);
}

#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;
}

div#log_out svg {
    width: 15px;
    height: 15px;
}

.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;
}

.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: 65px;
    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;
}

#add_to_intranet svg {
    width: 30px !important;
    height: 30px !Important;
}

div#log_out_mobile svg {
    width: 15px;
    height: 15px;
    fill: var(--fc-primary)
}

div#log_out_mobile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 13px;
}

.mobile_submenu {
    padding: 10px 0 0;
}

.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: 0;
}



.logo_1 img,
.logo_4 img {
    background: none !important;
    filter: var(--fbi);
}

.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: 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;
}

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.2;
    padding: 6px 6px;
    border-radius: var(--br);
    color: var(--fc-dark);
    font-size: var(--fs-600);
    color: var(--clr-white);
}

li.level_1 a.active_tree {
    color: var(--fc-dark);
    background: var(--blur_nav_active);
}

li.level_1 a.active_tree svg {
    fill: var(--clr-mandant);
}

li.level_1 a.placeholder {
    padding-block-end: 5px !important;
    font-size: 10px;
    color: rgb(88, 88, 88);
    cursor: unset;
    margin-top: 15px;
    letter-spacing: .1px;
    text-transform: uppercase;
    position: relative;
    cursor: default;
}

.contains_placeholder.active_placeholder a.placeholder:after {
    transform: rotate(225deg);
}

.widget_context_menu {
    display: none;
}

.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 rgb(88, 88, 88);
    border-left: 1px solid rgb(88, 88, 88);
    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 {
    color: grey;
}

li.level_1 a:hover {
    opacity: 1;
    color: var(--fc-dark);
}

.level_1.contains_placeholder a:hover{
    background: var(--main);
    opacity: 1;
    color: var(--fc-dark);
}

li.level_1 svg {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    fill: var(--clr-icon);
}

li.level_1 .placeholder svg {
    width: 10px;
    height: 10px;
    fill: var(--clr-icon);
}

.hamburger-menu {
    background: var(--bg-white);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    padding: 10px;
    height: 100vh;

}






#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: var(--clr-white);
    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-white-8);
}

.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;
}

.infoboard_category_5 span.category {
    background-color: #4d55c1;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.event-registry .collection_list.news .collection_container,
.news .collection_list.news .collection_container {
    background: var(--fc-primary);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    height: calc(360px - 1rem);
    color: var(--clr-white);
    padding-bottom: 1rem;
}

.event-registry .collection_list.news .collection_content.vorschaubild {
    height: 240px;
}

button#closeCollection {
    position: fixed;
    right: 1rem;
    top: 60px;
    opacity: 1;
}

.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;
}

.event-registry .collection_list.news .collection_container h3.collection_content.news__title.title.custom,
.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: var(--clr-white);
    height: 40px;
}

.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);
}





/* .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: 30px 15px;
    align-items: start;
}

.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_content.news_content_right {
    grid-area: right;
    padding: 15px;
}

.collection_content.news_content_left {
    grid-area: left;
    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 main {
    background: var(--blur_into_white);
}

.knowledgecenter-post.full_preview main {
    background: var(--bg-light);
}

.collection_full.news .collection_content.bilduntertitel {
    font-size: var(--fs-300);
    padding-block: 5px !Important;
}

.collection_full.news .title.custom {
    font-size: calc(var(--fs-900) * 1.5);
    padding-top: 2rem;
    padding-right: 0px !Important;
    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.youtube_video {
    display: none;
}

.collection_field.current {
    width: 100%;
    float: left;
    padding: 0.5rem 0;
}

div#overlayContent {
    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%;
}

div#overlayPDF {
    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%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white_bg .contactformular {
    padding: 1rem;
}

.betriebsrat .filter_display {
    display: none;
}

div#overlayContentPDF {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

embed {
    height: 90vh;
    width: 100% !important;
    max-width: 1400px !important;
}

.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-size: var(--fs-700);
    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:after {
    rotate: 180deg;
}

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;
}

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;
    clear: both;
    display: block;
    margin-top: 1rem !important;
}

.input.input_show_event_to_participants {
    float: left;
    line-height: 1;
    height: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    clear: right;
}
 
.label.input_show_event_to_participants {
    float: left;
    margin-bottom: 2rem;
}

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#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;
}

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

.knowledgecenter-post a.button.create_collection {
 display: none;
}

div#content-collection {
    width: 890px;
    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);
    background: #fff;
    padding: 2rem;
}

.collection-main-wrapper {
    background: var(--bg-white);
    width: 100%;
    float: left;
    padding: 2rem;
    max-width: 890px;
}

input#searchbar_contacts {
    padding: 10px;
    width: auto;
}

.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;
    padding-block-end: 1rem;
}

input#input_description {
    font-size: var(--fs-900);
}

.news .collection_content a {
    color: var(--clr-mandant);
    /* text-decoration: underline; */
}

.collection_content.news_link a {
    background: var(--clr-mandant);
    color: #fff !important;
    padding: 1rem;
    text-decoration: none !important;
    border-radius: var(--br);
    float: left;
}

.link_url_group {
    width: 50%;
    float: left;
    padding-right: 1rem;
}

.link_text_group {
    width: 50%;
    float: left;
}

.news.full_preview #backButton {
    display: none;
}

.collection_full.news .collection_content.teaser {
    padding: 2rem 0rem;
    font-size: var(--fs-700);
    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;
}

.plattformen_dashboard {
    margin-bottom: 1rem;
}

/* .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: 1rem;
    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);
    height: auto;
    position: relative;
    border-radius: var(--br);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
}

.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: flex;
    width: 100%;
    flex-wrap: wrap;
}

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);
}

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;
}


.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;
    color: var(--fc-white-8);
}

/* .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-700);
    display: block;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
    color: var(--fc-white-8);
    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;
}

.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: 0;
}



.visitenkarten_betriebsrat {
    padding: 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;
}

.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: 300px;
}

.plattformen_container {
    height: 215px;
    overflow-y: scroll;
}

#header_2 input#searchbar {
    padding: 9px 10px;
    line-height: 1;
    background: var(--clr-white);
}

h3.kc_current_category.search_result {
    padding-inline: 10px;
}

.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);
}

.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: 1.2rem;
}

.collection_content.plattform_teaser {
    font-size: var(--fs-300);
    line-height: 1;
}

.dashboard .collection_list.plattformen {
    width: 50%;
    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: var(--bg-light);
    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;
}

.collection_content.plattform_start a {
    opacity: 0;
}



/* 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%;
    /* background: var(--bg-white); */
    /* padding: 1rem 1rem; */
    /* border: 1px solid var(--border); */
}

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;
}

img.profil_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px !important;
    object-position: center;
    z-index: 0;
}

img.profil_img {
    position: relative;
    width: 120px !important;
    height: 120px ! 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;
}

i.fa-solid {
    margin-right: 5px;
}

.profil_certificate {
    padding: 1.3rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.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;
}

.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;
}

input.submit_button {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    width: auto;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}



.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: 1rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
    border: 1px solid var(--clr-dark);
    line-height: 1;
    padding: 10px;
}

div#closeoverlay:after {
    position: absolute;
    top: 0;
    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: 0.5rem;
    flex-wrap: wrap;
}

.year_filter_button {
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: var(--br);
    background: var(--blur_elevated);
    cursor: pointer;
}

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

.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: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.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;
}

.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 {
    flex: 1 1 19%;
    background: var(--blur_elevated);
    border: 1px solid var(--border);
    border-radius: var(--br);
    max-width: 300px;
}

.post_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    background: var(--blur_elevated);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    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: center;
    gap: 15px;
}

textarea#title {
    min-height: 80px;
}



.post_image_slider img {
    height: 200px ! Important;
}

.close_entry_button {
    font-size: var(--fs-300);
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

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;
}

.post_c_header h1 {
    font-size: 19px;
}

input#absenden {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}

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

.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);
}

.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-white-8);
    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.show_all {
    display: block;
}

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;
    background: var(--blur_nav_active);
    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;
    float: left;
    width: 80%;
    color: var(--fc-dark);
    font-size: var(--fs-400);
}

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;
    bottom: 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;
}

.profil_header p.email {
    width: 50%;
}

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 {
    color: var(--fc-white);
    margin: 0 0 5px;
}

.collection_content.accept_certificate {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.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,
.owl_widget_kollegen {
    
}


.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);
    color: var(--fc-white-8);
}

.collection_full.news.schulung .collection_content.termin_pro_schulung {
    background: var(--clr-mandant);
    padding: 2rem;
    border-radius: var(--br);
    color: var(--fc-white-8);
    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-white-8);
    padding: 2px 0;
}

.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;
    border-radius: var(--br);
    border: 1px solid var(--border);
    background: var(--blur_elevated);
    width: 100%;
    float: left;
}

.dashboard .future_appointments {
    margin-bottom: 2rem;
}



span.infoboard_contact_tooltip:empty {
    display: none !important;
}

.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);
}

.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;
}

/* Termine */


.mwm .row {
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    margin: 15px;
    float: left;
    width: calc(100% - 30px);
}

.forwarding-wrapper {
    z-index: 3;
    position: relative;
}

form#contactformular_21 h2 {
    width: 100%;
}

/* label[for="input_ansprechpartner"] {
    display: none;
} */

.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: 15px !important;
}


.dash-news .date {
    padding: 1rem 1rem 0rem 1rem;
}

.dash-news .teaser {
    display: block !important;
    color: var(--fc-white-8);
    padding: 0rem 1rem 0rem 1rem;
    -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(4, 1fr);
    grid-template-rows: repeat(4, 100px);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: hidden;
    padding-right: 1.5rem;
}

.dash-news .news:nth-child(3) {
    grid-area: 1 / 1 / 5 / 3;
}

.dash-news .news:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4;
}

.dash-news .news:nth-child(5) {
    grid-area: 1 / 4 / 3 / 5;
}

.dash-news .news:nth-child(6) {
    grid-area: 3 / 3 / 5 / 4;
}

.dash-news .news:nth-child(7) {
    grid-area: 3 / 4 / 5 / 5;
}

.dash-news .news .collection_container:after {
    content: '';
    width: 100%;
    height: 100px;
    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;
}

.post_content {
    padding: 1rem;
    width: 100%;
    float: left;
}

.form-group textarea#input_text {
    background: #fff;
}

input#login-button {
    background: #e10000 !important;
}

li[data-list="bullet"] {
    list-style: disc;
}

.mwm form#contactformular_23 {
    padding: 0;
}

.kontaktdaten_content {
    position: relative;
    float: left;
    padding-inline: 0rem;
    width: 100%;
}

.departments_content.row {
    background: #fff;
    padding-top: 0.5rem;
    border: 1px solid var(--border);
}

.pop-up-button {
    background: #fff;
}

.sitepart_28 .form-group.time_input {
    flex: 1 1 30%;
    width: 30%;
}

.sitepart_28 form .form-group.date_input {
    flex: 1 1 30%;
    width: 30%;
}

.sitepart_28 form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.sitepart_28 .form-group.datei, .form-group.hurry {
    width: 50%;
    flex: 1 1 49%;
}

.form-group.form-check input {
    min-height: unset;
}

.contactformular .sitepart_19 form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.sitepart_19 form h2 {
    width: 100%;
}

.profil_sidebar .forwarding-wrapper {
    margin-top: unset;
    flex-direction: column;
    padding: 0;
}

.infoboard_category_meeting {
    margin-bottom: 0.5rem;
}

button,
a.button,
a.button_save {
    background: var(--clr-mandant);
}

div#requestbox .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    margin: 0;
    background: none;
    padding: 0;
    width: 100%;
}

.modal-header .close {
    margin: 0;
    line-height: 1;
}

.collection_list.news.ankuendigungen>.collection_container h3,
.collection_list.news.ankuendigungen>.collection_container .date {
    font-size: var(--fs-800);
}

.intranet.news.news .collection_list.news .collection_link a {
    opacity: 1;
    position: relative;
    margin-left: 1rem;
    float: left;
    width: auto;
    margin-top: 1rem;
}

.collection_list.news .collection_link a:hover {
    background: red;
}

nav a.placeholder {
    color: var(--clr-white) !important;
    font-size: 13px !important;
}

li.level_1 a:hover svg#person-lines-fill {
    fill: var(--clr-mandant);
}

li.level_1 a:hover svg {
    fill: var(--clr-mandant);
}

.pct_read {
    display: none;
}

.knowledgecenter.full_preview .sidebuttons {
    top: 18rem;
}

.my_bookmarks {
    overflow-y: auto;
}
.year_filter_label{
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-primary);
    margin: 0 0 10px;
    font-family: var(--ff-heading);
    font-size: var(--fs-800);
    margin-left: 3px;
    line-height: 1;
}
.category_filter_label{
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-bold);
    color: var(--fc-primary);
    margin: 0 0 10px;
    font-family: var(--ff-heading);
    font-size: var(--fs-800);
    margin-left: 15px;
    line-height: 1;
}

body.intranet.news.full_preview .category_filter_label {
    display: none;
}

li.level_1 a.placeholder:hover {
    /* color: var(--fc-primary) !important; */
}

.news .year_filter {
    margin-bottom: 0.5rem;
}

a:hover {
    color: unset;
}

a.button_filter.o-filter:hover {
    color: var(--fc-primary);
}

.intranet.event-registry .filter_display {
    display: none;
}

.event-registry .collection_list.news {
    width: 33.3333%;
    padding: 0.5rem;
}

.event-registry .collection_list.news .collection_content.date {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}

form#form_field_textcontent_list_58 table.cardform td
{
    display: block;
}

.login-warning-message {
    margin: 20px !important;
    padding: 10px !important;
    background-color: #ff3232 !important;
    color: #ffffff !important;
    border: 1px solid #ffeeba !important;
    border-radius: 4px !important;
    height: 50px !important;
    line-height: 30px;
    overflow: hidden;
}


.event-registry .collection_list.news .collection_content.title {
    padding: 0rem 0.5rem 0rem 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 0.5rem;
}



.kontaktdaten_header .widget_header {
    background: var(--clr-mandant);
}

.kontaktdaten_header .widget_header h2,
.kontaktdaten_header .widget_header h3,
.kontaktdaten_header .widget_header h4 {
    color: #fff;
}

.kontaktdaten_suche {
    padding: 1rem;
}

input#searchbar_contacts {
    width: 100%;
}

.newbies .widget_news .owl-item img {
    height: 250px !important;
    border: 1px solid var(--border);
    object-fit: cover;
    object-position: center;
}

.collection_full.news .collection_content.artikeltext {
    margin-top: 2rem;
}

.collection_list.montageplan {
    width: 20%;
}

.collection_content.montageplan__title.title {
    font-size: var(--fs-900);
}

.stellenauschreibung .forwarding_content_container {
    background: var(--clr-mandant);
    border: 1px solid var(--clr-mandant);
    color: #fff;
}

.stellenauschreibung .forwarding_text:after {
    filter: invert(1);
}

.stellenauschreibung svg path {
    fill: #fff;
}

.dashboard-gewerblich .collection_list.news.show {
    width: 100%;
}

.dashboard-gewerblich .dash-news {
    display: flex;
}

.dashboard-gewerblich .dash-news .filter-box {
    display: none;
}

.dashboard-gewerblich .dash-news .collection_list.news.show {
    height: 220px;
}

.dashboard-gewerblich .filter-box {
    display: none;
}

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

h3.collection_content.news.kollegen__title.title.custom {
    padding: 0rem 1rem 1rem 1rem;
}

.dashboard-gewerblich .dash-news {
    display: flex;
    padding: 1px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.montage-wrap {
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.montage-element {
    background: var(--blur_elevated);
    margin-bottom: 1rem;
}

#montage-dash .kw-wrap {
    transform: scale(0.65);
    transform-origin: top left;
    width: calc(100% / 0.65);
    height: calc(100% / 0.65);
}

.montage-body {
    padding: 1rem;
}

.neue-kollegen.newbies {
    margin-bottom: 1rem;
}

.organigramm-element .filegallery_content {
    background-color: var(--clr-mandant);
}

.owl_widget_kollegen img {
    height: 300px !important;
    object-fit: cover !important;
}

.widget_kollegen.owl_widget_kollegen.owl-theme.owl-carousel.owl-loaded.owl-drag .owl-nav {
    justify-content: space-between;
    padding: 0 1rem;
    height: 23px;
    margin-bottom: 1rem;
}

.widget_kollegen.owl_widget_kollegen.owl-theme.owl-carousel.owl-loaded.owl-drag .owl-dots {
    position: relative;
    z-index: 1;
    bottom: unset;
    margin-bottom: 1rem !important;
}

.menue, .menue .filegallery_content {
    width: 100%;
}

.modal-header button.close span {
    color: #fff;
}

.mb3.fll.menue a {
    background: var(--clr-mandant);
}

.login_area .microsoft_login {
    display: none;
}

.food .forwarding_content_container {
    background: var(--clr-mandant);
    color: #fff;
    fill: #fff;
    border-color: var(--clr-mandant);
}

.food .forwarding_text:after {
    display: none;
}

.food .contactformular input,
.food .contactformular select {
    padding: 0.5rem !important;
    min-height: unset;
}

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

.food .contactformular h2 {
    margin-top: 10px;
    float: left;
}

.week-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 5px;
}
  
.day-wrap {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border);
    padding: 1rem;
    border-radius: var(--br);
    background: #f9f9f9;
}

.week-wrap input {
    background: #fff;
}

.fe-order-list {
    float: right;
    cursor: pointer;
}

button.fe-order-list:hover {
    opacity: 1;
}

/* Tabelle Essensbestellung */
.food-table thead {
    background: #e10000;
    color: #fff;
}

.food-table th, .food-table td {
    padding: 5px 10px;
}

.food-table td:nth-child(odd) {
    background: #ececec;
}

.food-table td:nth-child(even) {
    background: #f1f1f1;
}

.food-table td:nth-child(1) {
    background: #44545e;
    color: #fff;
}

.food-table td {
    max-width: 18vw;
}

div#content_3 > .toolbar_menu .promoted a.alert:hover {
    background: #e10000 !important;
}

.fe-food-order ul.toolbar_menu {
    top: -36px;
    z-index: 1;
    margin-bottom: calc(-36px + 1rem);
    float: left;
    position: relative;
    clear: both;
    width: 100%;
}

.fe-food-order ul.toolbar_menu li.promoted a {
    background: var(--clr-mandant);
    padding: 10px 15px;
    color: #fff;
    border-radius: var(--br);
}
/*END Tabelle Essensbestellung */


.q-btn.active,
.kw-btn.active {
    background: var(--clr-mandant);
}

.q-btn, .kw-btn {
    background: var(--clr-grey);
    margin: 0.1rem;
    width: auto;
}

.hide-quarter-buttons .kw-title.quart,
.hide-quarter-buttons .quarter-buttons,
.hide-quarter-buttons .kw-title:nth-of-type(3) {
  display: none;
}

.hide-kw-buttons .week-buttons,
.hide-kw-buttons .kw-title.weeks,
.hide-quarter-buttons .quarter-buttons,
.hide-quarter-buttons .kw-title.quart {
    display: none;
}

.kw-wrap {
    width: 100%;
}

div#quarter-message,
.kw-wrap {
    background: var(--bg-light);
    min-height: 55vh;
    margin-top: 1rem;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: var(--br);
}

.kw-header {
    margin-bottom: 1rem;
}

.kw-title {
    margin-bottom: 2px;
    margin-top: 1rem;
}

.search-container.plan {
    margin-bottom: 1rem;
    max-width: 300px;
}

.search-container.plan input {
    border-color: var(--clr-grey);
}

.department-buttons a {
    float: left;
    margin: 0 0.2rem 0.4rem 0rem;
    background: var(--clr-grey);
}

.department-buttons a.active {
    background-color: var(--clr-mandant);
    color: white;
}

.department-buttons {
    margin-bottom: 1rem;
    float: left;
}

.hamburger-menu svg {
    fill: var(--clr-mandant) !important;
}

.hamburger-menu {
    border-bottom: 2px solid var(--fc-primary);
}

.hamburger-menu a.toggle_mandant_switch {
    display: none;
}

.hamburger-menu {
    font-size: 1.2rem;
}

.kw-wrap {
    overflow-x: scroll;
}

button#closeCollection {
    z-index: 99999;
}

div#overlaycrumb form#form_collection_cardform input#input_description {
    font-size: var(--fs-800);
}

form#form_field_textcontent_list_117 td {
    display: block;
}

.collection_full.news .collection_content.news_link {
    display: none;
}

.infopint-mainnavigation {
    margin-top: 1rem;
}

.infopint-mainnavigation a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    padding: 6px 6px;
    border-radius: var(--br);
    font-size: var(--fs-600);
    color: var(--clr-white);
}

.component.infopoint_nav a:hover {
    background-color: var(--blur_nav_active);
    opacity: 1;
    color: var(--fc-dark);
}

.component.infopoint_nav br {
    display: none;
}

.infopoint .breadcrumb {
    display: none;
}

.bigger-txt {
    font-size: 1.2rem;
}

.red-head h2 {
    background: var(--clr-mandant);
    color: #fff;
    padding: 0.5rem 1rem;
}

.pdf-preview {
    float: left;
    padding-bottom: 1rem;
    background: #fff;
}

.pdf-preview embed, .pdf-preview iframe {
  display: block;
  width: 100%;
  height: 600px;
}

.pdf-preview > p {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem 0rem 1rem;
}

.pdf-preview > img {
    height: 500px !important;
}

.pdf-preview > a {
    padding: 0.5rem 1rem;
    width: auto;
    background: var(--clr-mandant);
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.collection_list.notfallplan .filegallery_content,
.collection_list.foerderungen .filegallery_content {
    width: 100%;
}

.bigger-txt ul {
    padding-left: 17px;
}

.collection_list.foerderungen .pdf-preview {
    width: 100%;
}

.collection_list.foerderungen .pdf-preview embed {
    border-bottom: 1px solid #f5f5f5;
}

.mitarbeiterinfo .filter_display {
    display: none;
}

.collection_list.foerderungen .filegallery_content_file:before {
    top: 23px;
    left: 1rem;
}

.infopoint div#hero_content {
    height: 100px;
}

.collection_full.news.ankuendigungen .collection_content.news_link {
    display: block;
    margin-top: 1rem;
}

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

.collection_list.news.ankuendigungen .collection_link a {
    opacity: 0 !important;
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.infopoint-news-list,
.news-list-infopoint {
    margin: 0 -1rem;
}

.news.full_preview .collection_full.news .collection_content.news_link {
    display: block;
}

.banner-sab-content-wrap {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sab-content-wrap button.close-button {
    position: absolute;
    right: 2rem;
    top: 1rem;
    background: red;

}

@keyframes heartbeat-pulse {
  0%, 100% {
    opacity: 1;
  }

  0.01% {
    opacity: 0.2;
  }

  0.1% {
    opacity: 1;
  }

  0.2% {
    opacity: 0.2;
  }

  0.3% {
    opacity: 1;
  }

  0.4% {
    opacity: 0.2;
  }

  0.5% {
    opacity: 1;
  }

  0.6% {
    opacity: 1;
  }

}

.banner-sab-content-wrap {
  animation: heartbeat-pulse 400s;
}


.collection_list.news.ankuendigungen .collection_content.date {
    margin: 0;
    padding: 2px 10px 0px 0px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
}

/*Bestellcenter hide*/
.collection_content.item-price,
.kontostand_ws,
.profil_sidebar .workersshop {
    display: none !important;
}

div#header_2 ul.level_1 {
    height: 77vh;
    overflow-y: scroll;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  div#header_2 ul.level_1 {
    scrollbar-width: thin;
    scrollbar-color: transparent #00000000;
  }

  /* Chrome, Edge, and Safari */
  div#header_2 ul.level_1::-webkit-scrollbar {
    width: 0px;
    display: none
  }

  div#header_2 ul.level_1::-webkit-scrollbar-track {
    background: #00000000;
  }

  div#header_2 ul.level_1::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 14px;
    border: 0px solid #00000000;
  }

    div#header_2 ul.level_1.element {
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
}

  div#header_2 ul.level_1.element::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari */
}

.firmenstruktur a {
    padding: 10px 20px;
    position: relative;
    float: left;
    background: var(--clr-mandant);
}

p.profil_birthday {
    display: none;
}

.banner-sab-content-wrap {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.component.banner-sab img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    z-index: -1;
}

/* .contact_phone:before {
    content: 'Tel: ';
}

.contact_mobile:before {
    content: 'Mobil: ';
} */


.hamburger-menu {
    z-index: 99999999;
}

.filegallery_content_file {
    margin-bottom: 1rem !important;
}

.collection_full.news.show .collection_content.artikeltext {
    width: 100% !important;
}

.department_list .widget_header {
    cursor: pointer;
}

.kw-wrap.wrap-sab_projekte embed {
    height: 90vh;
    width: 100% !important;
    max-width: 2400px !important;
}

.contact_card_list .contact_card > div {
    width: 100%;
}

.contact_card_list .contact_head > a {
    pointer-events: none;
}

.full_preview .profil_sidebar.event-list {
    width: 100%;
}

.full_preview .event-description {
    display: none;
}

.contact_phone:before {
    content: 'tel.:';
    font-size: 10px;
    padding-right: 5px;
}

.contact_mobile:before {
    content: 'mobile:';
    font-size: 10px;
    padding-right: 5px;
}

.contact_mail:before {
    content: 'mail:';
    font-size: 10px;
    padding-right: 5px;
}

#header_2 input#searchbar::placeholder {
    opacity: 1;
    font-weight: bold;
}

.red-head {
    padding-inline: 0;
}

.infopoint .collection_list.foerderungen,
.infopoint .collection_list.notfallplan {
    width: 20%;
}

.infopoint .collection_list.foerderungen .pdf-preview > img,
.infopoint .collection_list.notfallplan .pdf-preview > img {
    height: 200px !important;
}

.collection_list .filegallery_content_file {
    margin-bottom: 0 !important;
}

.back-light {
    background: #ececec;
    padding: 0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
}

a.certificate_button {
    color: #fff !important;
}

.news-list-infopoint .collection_list .vorschaubild {
    width: 100%;
    position: relative;
}

.news-list-infopoint .collection_list .collection_container{
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}

.news-list-infopoint .collection_list {
    width: 100%;
}

.news-list-infopoint .collection_content.date {
    padding: 0px !important;
    margin-top: 1rem;
}

.news-list-infopoint .title {
    font-size: 2rem;
    padding: 0px !important;
    padding-right: calc(135px + 3rem) !important;
    height: auto !important;
}

.news-list-infopoint .collection_content.author {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.news-list-infopoint .collection_content.artikeltext {
    max-width: 960px;
}

.news-list-infopoint .collection_list .collection_container {
    border-radius: 5px;
    height: 50vh !important;
    position: relative;
    padding-top: 1rem;
}

.news-list-infopoint .collection_content.artikeltext .textcontent {
    margin-bottom: 1.5rem;
}

.news-list-infopoint .collection_content.youtube_video {
    max-width: 600px;
    width: 100%;
}

.news-list-infopoint .collection_list.news .collection_container .collection_content.vorschaubild img {
    aspect-ratio: 16 / 11 !important;
}

.news-list-infopoint .collection_right {
    scrollbar-width: thin;
    scrollbar-color: #ffffff var(--fc-primary);
}


.news-list-infopoint .collection_right::-webkit-scrollbar {
    width: 16px;
}

.news-list-infopoint .collection_right::-webkit-scrollbar-track {
    background: var(--fc-primary);
}

.news-list-infopoint .collection_right::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 0px none #ffffff;
}

.news-list-infopoint .filegallery_content {
    max-height: calc(133px - 1rem);
    overflow-y: scroll;
    border: 1px solid #fff;
    margin-top: 1rem;
    width: 100%;
}

.news-list-infopoint .collection_content.bilduntertitel {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #00000070;
    font-size: 0.9rem;
}

.news-list-infopoint .collection_wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    height: 100%;
}

.news-list-infopoint .collection_left {
    width: 33.333%;    
    padding: 0 1rem;
}

.news-list-infopoint .collection_right {
    width: 66.666%;
    padding: 0 1rem;
    overflow-y: scroll;
    height: 100%;
}

/* For mitarbeiterinfo pages: visually reverse left/right columns instead of hiding
body.mitarbeiterinfo .news-list-infopoint .collection_wrapper {
    flex-direction: row-reverse;
} */
body.mitarbeiterinfo .news-list-infopoint .collection_left {
    width: 33.333%;
    padding: 0 1rem;
}
body.mitarbeiterinfo .news-list-infopoint .collection_right {
    width: 66.666%;
    padding: 0 1rem;
}

/* Constrain contact form width on mitarbeiterinfo pages */
body.mitarbeiterinfo .contactformular {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Specific layout for collection containers that use the 'Mitarbeiterinfo' class */
.collection_container.Mitarbeiterinfo .collection_wrapper {
    flex-direction: column-reverse;
}
.collection_container.Mitarbeiterinfo .collection_wrapper > div {
    width: 100%;
}

/* Expand right column to full width if left column gets removed - only for sab-info */
 


.news-list-infopoint .collection_bottom {
    width: 100%;
    padding: 10px;
}

.news-list-infopoint .upload {
    position: relative;
    margin-top: 1rem;
}

.news-list-infopoint .upload:after {
    content: 'Dateien zum Download';
    position: absolute;
    left: 0;
    top: -5px;
}

.news-list-infopoint .owl-item img,
.img-slide .owl-item img {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}

.news-list-infopoint .collection_content.youtube_video iframe {
    margin-top: 2rem;
}

.news-infopoint .learning_success_modal {
    display: none;
}

.infopoint div#horizontal_nav_bar button#dropdown_open {
    display: none;
}

.profil_modal_container .form_section{
    input#input_password {
        border-radius: 0px;
        border: 1px solid var(--border);
    }
    display: flex;
    .form_group {
        /* margin-right: 20px; */
    }



    .basic_info_inputs.left,
    .basic_info_inputs.right{
        width: 50%;
        flex-direction: column;
        .form_group{
            flex: none;
        }
    }
    .basic_info_inputs.right{
        .form_group{
            /* margin-right: 10px; */
            .toggle_eye {
                position: absolute;
                right: 282px;
                top: 30%;
                transform: translateY(-50%);
                cursor: pointer;
                user-select: none;
                font-size: 20px;
            }
            
        }
    }
    .basic_info_inputs.left{
        border-right:  1px solid var(--border);
        margin-right: 40px;
        .form_group{
            display: flex;
            align-items: center;
            gap: 10px;
            .toggle_eye {
                position: absolute;
                right: 300px;
                top: 30%;
                transform: translateY(-50%);
                cursor: pointer;
                user-select: none;
                font-size: 18px;
            }
        }
        .input input {
            border: none;
        }
    }
}



/* .intranet .news strong {
    color: #fff;
} */

/*RESPONSIVE CODING*/



@media (max-width: 1600px) {


     div.modal-content {
        top: 10vh;
        width: 95vw;
        padding-bottom: 8rem;
    }


}


@media (max-width: 1450px) {

    :root {
        --fs-600: .9em;
    }

    .contact_mail {
        min-width: 240px;
    }

    .tasks_content_wrapper {
        position: absolute;
        right: 0;
        background: var(--blur);
        top: 0;
        height: 100%;
    }

    .contact_group.list_form .contact_head {
        min-width: 250px;
    }

    .contact_phone {
        min-width: 160px;
    }

    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;
        margin-top: 1rem;
        width: 100%;
        float: left;
    }

    .collection_list.news {
        width: 33.33%;
    }

    .contact_card_list {
        width: 33.33%;
    }

    .collection_content.onboarding_left {
        padding: 2rem;
    }


}


@media (max-width: 1249px) {

    div#toggle_navigation {
        position: absolute;
        right: 0;
        top: 5px;
    }

    div#horizontal_nav_bar .dropdown_menu {
        position: fixed;
        width: 100%;
    }

    div#horizontal_nav_bar {
        right: 50px;
        position: fixed;
        width: auto;
    }

    .department_list .widget_header a {
        pointer-events: none;
    }

    .mwm div#area-2 .container {
        display: flex;
        flex-direction: column-reverse;
    }

    :root {
        --toggleHeight: 23px;
        --toggleWidth: 49px;
    }

    .collection_list.stellen {
        width: 33.33%;
    }

    .collection_content.onboarding_left {
        position: relative;
        width: 100%;
        border-radius: 0;
    }

    .collection_content.onboarding_right {
        width: 100%;
        padding: 2rem;
    }

    .collection_content.onboarding_left,
    .collection_content.onboarding_right {
        min-height: auto;
    }

    .ankuendigungen_dashboard {
        max-width: unset;
    }




    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;
    }

    nav {
        width: 100%;
        height: 60px;
        z-index: 1;
    }

    div#log_out {
        display: none;
    }

    div#header_1 img {
        height: 50px !important;
        padding: 10px;
        object-fit: contain;
        max-width: 160px;
    }

    main {
        width: 100%;
        padding-top: 60px;
        position: relative;
        overflow-x: hidden;
    }

    .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;
    }

    .component_logo {
        padding: 0;
    }
}

.profil.community .profil_sidebar {
    min-width: 300px;
}

@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }

    .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;
    }

    .collection_list.news {
        width: 50%;
    }

    .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%;

    }

    li.level_1 a.placeholder,
    .hamburger-menu a {
        color: var(--clr-dark) !important;
    }

    .hamburger-menu {
        max-height: 80vh;
        overflow-y: scroll;
    }
}

@media (max-width: 992px) {

    .news.full_preview .scroll_container {
        display: none;
    }



    .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;
    }

    .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;
    }

    .betriebsrat .news_content .dashboard_news {
        height: auto;
    }

    .betriebsrat .dashboard_news_left .collection_list.news, .betriebsrat .dashboard_news_left .collection_container {
        height: 190px;
    }

    .contact_card_list {
        width: 50%;
    }

    .betriebsrat .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;
    }


}

@media (max-width: 768px) {

/*Copy Demo - App extensions*/
form#form_meal_order_list {
    width: 100%;
    overflow-x: scroll;
}
.fe-food-order ul.toolbar_menu li a, 
.fe-food-order ul.toolbar_menu li {
    width: 100%;
    float: left;
    padding: 0;
}
.food-table td {
    max-width: 80VW;
    min-width: 240px;
}
.fe-food-order ul.toolbar_menu {
    flex-direction: column;
    gap: 9px;
}
.mwm div#area-2 .container .row {
    margin: 0;
    width: 100%;
}
.profil_sidebar.event-list .row {
    padding: 0;
}
.event-registry .collection_list.news.show {
    width: 100%;
}
.oci-img-wrap {
    width: 100%;
}
.oci-img-wrap {
    margin: 0;
}
.food div#area-2 .container,
.event-registry div#area-2 .container,
.unfall div#area-2 .container {
    display: flex;
    flex-direction: column-reverse;
}
.item-details .collection_content.form {
    margin-top: 1rem;
}
.main_content {
    padding-bottom: 5rem;
    float: left;
    width: 100%;
}
.profile_certificate_wrapper a {
    flex: 1 1 100%;
}
form#form_events_list table.cardform td {
    display: block;
}
.input.start_at, .input.end_at {
    margin-top: 5px;
}
form#form_events_list .members, form#form_events_list .organizer_id {
    display: block;
}
.collection_full.news .collection_container {
    padding: 0;
}
table.cardform div.organizer_id div.label {
    text-align: left;
    margin-top: 5px;
}
.kw-wrap table {
    transform: scale(0.55);
    transform-origin: top left;
}
.kw-wrap {
    overflow-x: scroll;
}
.infoboard_modal .infoboard_boxes {
    flex-direction: column;
}
.collection_full.news .collection_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}
.collection_full.news .collection_content.news_content_right {
    padding: 0;
}
.collection_full.news .collection_content.vorschaubild {
    padding: 0;
}
.intranet.news.news .collection_list.news .collection_link a {
    margin-bottom: 1rem;
}
.kontaktdaten_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.dash-news .news .collection_container:after {
    height: 100%;
}
.dash-news {
    display: flex;
    flex-direction: column;
}
.dash-news .collection_list.news.show {
    height: 150px;
}
.content_day.board_day.this_day {
    border-right: unset;
    border-bottom: 1px solid var(--border);
}
.days {
    flex-direction: column;
}
.form_toolbar {
    padding-bottom: 5rem;
}

.modal_section {
    padding-bottom: 5rem;
}
main {
    position: relative;
    padding-bottom: 5rem;
}
/*END Copy Demo*/
    #cookie-bar {
        text-align: center;
        display: none;
    }

    .verlinkungen .collection_list.plattformen {
        width: 100%;
    }

    .collection_list.news {
        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-top: 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;
    }

    .kontaktdaten_list .headline {
        padding-inline: 0rem;
        padding-block-start: 1rem;
    }

    .all_mandant {
        padding: 1rem 0rem;
        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: .8em;
        --fs-900: 1.5em;
    }

    .major_group .row {
        padding: 1rem;
        margin-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;
    }

    .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;
    }

    .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;
    }

    .knowledgecenter div#hero_content {
        height: 160px;
    }

    .knowledgecenter-post div#hero_content {
        height: 160px;
    }

    a.kc_category_link {
        width: 100%;
        padding-inline: 5px;
    }

    .kc_category_list.col-xs-12 {
        padding-bottom: 0;
    }


    .profil_banner {
        padding: 1.5rem;
    }

    .dashboard .owl-nav {
        justify-content: center;
    }

    .future_appointments {
        padding: 1.5rem;
        margin-block: 1rem;
    }

    .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: 2;
    }

    #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;
    }



    .collection_list.plattformen.show {
        width: 100%;
        padding-inline: 1px;
    }

    div#header_1 img {
        padding: 5px;
    }

    p.fa_title {
        font-size: 14px;
    }

    .fa_content {
        margin-right: 10px;
    }

    .component_logo {
        padding: 5px;
    }

    .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;
    }




}

/* Popup_birthday */
.overlay_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.birthday-popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 506px;
    height: 288px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 0;
}

.birthday-popup h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.birthday-popup p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.birthday-popup button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--clr-mandant);
    color: white;
    border: none;
    cursor: pointer;
}


@media(max-width:705px) {
    /* .forwarding_container::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 0%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        z-index: 100;
    } */

    /* .forwarding-wrapper::after {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 148px;
        height: 109%;
        pointer-events: none;
        background: linear-gradient(to left, rgb(237 237 237) 0%, rgba(255, 255, 255, 0) 100%);
    } */
}

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

    .mobile_navigation {
        display: flex !important;
        justify-content: center;
        align-items: flex-start;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        z-index: 2000;
        background-color: var(--bg-white);
        box-shadow: rgb(0 0 0 / 33%) 0px 5px 35px;
        padding-block-start: 15px;
    }

    .post {
        flex: 1 1 100%;
    }

    .post_header img {
        height: 40px !Important;
        width: 40px !important;
    }

    .collection_list.stellen {
        width: 100%;
    }

    .post h3 {
        margin: 0;
    }

    .post_content,
    .post_header {
        padding: 0.5rem;
    }

    .post_image_slider img {
        height: 210px !Important;
    }

    .ob_footer {
        display: none;
    }

    .contact_group.list_form .contact_card {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .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;

    }

}

@media (max-width: 768px) {


    .calendar-container {
        margin-bottom: 15px;
        width: 100%;
    }

}

@media (max-width: 500px) {

    .calendar-container {
        max-width: 100%;
        overflow-x: scroll;
    }


    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_header {
        padding-block-end: 6rem;
        padding-inline: 1rem;
        padding-block-start: 40px;
    }

    .profil_skills {
        padding: 1rem;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .collection_list.news {
        padding: 5px 0;
    }

    .main-screen {
        padding: 1rem 0;
    }

    .news.full_preview .collection_full {
        padding-block: 1rem;
    }

    .dashboard div#hero_content {
        height: 170px;
    }

    div#hero_content {
        height: 130px;
    }

    .breadcrumb {
        padding-inline: 5px;
        white-space: nowrap;
        overflow-x: scroll;
    }

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

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

    div#hero_content>.container {
        gap: 0.5rem;
    }

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen .collection_container {
        padding: 1rem;
        min-height: auto;
    }

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen:nth-child(1) .collection_container {
        padding-bottom: 1rem;
        flex-wrap: wrap;
        justify-content: left;
    }


    .collection_full.news .title.custom {
        font-size: var(--fs-900);
    }

    iframe {
        height: 210px;
    }

    .collection_content_full {
        padding: 1rem 1rem 0rem 1rem;
    }

    .collection_full.news .collection_content.teaser {
        padding: 0 1rem 1rem 1rem;
        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: 0 1rem;
    }

    .container {
        min-width: 250px;
    }

    .forwarding-wrapper {
        gap: 1rem;
        margin-right: -20px;
        padding-right: 20px;
    }



    .component.login_hintergrund {
        display: none;
    }

    div#login_form {
        box-shadow: none;
        padding: 1rem;
    }

    .component.icon_logo_login {
        display: block;
    }

}



@media (max-width: 390px) {
    .collection_content_full {
        padding: 0;
        background: none;
    }

    .collection_full.news .collection_content.teaser {
        padding: 1rem 0;
        margin-top: 0rem !important;
    }

    .collection_full.news .collection_content {
        background: none;
    }
}

@media (max-width:480px) {
    .collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom:after {
        content: none;
    }

    .collection_list.news.ankuendigungen .collection_content.date:before {
        content: none;
    }

    .collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom {
        flex-shrink: 1;
    }

}

@media (min-width: 768px) {
    
    .owl_widget_kollegen {
        
    }

    .responsiv_mandants {
        display: none;
    }

    .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) {





    .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%;
        padding-block-end: 1rem;
    }

    .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) {

    .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%;
    }

    .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;
    }

    .news.full_preview .container {
        max-width: 100%;
    }

    .news.full_preview .main-screen {
        padding-top: 0;
    }
}

.quill_editor, .quill_container {
    min-height: 450px;
}

/* ws jan 13.11.2024 */
.item-price {
    font-size: 22px;
    margin-bottom: 10px;
}

.item-price::before {
    content: "Price: ";
    font-weight: 600;
}

.item-price::after {
    content: " €";
}

.kontostand_ws {
    display: block;
    width: 100%;
    float: left;
}

.kontostand_ws_after {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
}

.department_container.active {
    background: var(--clr-lightgrey);
}
/* ws jan 13.11.2024 end */



/* kein plan wo ich (VK) das einfüge, ich machs vorerst hier */

/* Responsive styles for infoboard */
@media (max-width: 1024px) {
    button.infoboard_day_button {
        font-size: 0.95rem;
    }
    
    .no_unterstrich_meetings {
        font-size: 1.05rem;
    }
    
    .collection_content.date {
        font-size: 0.95rem;
    }
    
    .dashboard .collection_content.plattform_text_group h3 {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    button.infoboard_day_button {
        font-size: 0.9rem;
    }
    
    .no_unterstrich_meetings {
        font-size: 1rem;
    }
    
    .collection_content.date {
        font-size: 0.9rem;
    }
    
    .dashboard .collection_content.plattform_text_group h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 600px) {
    button.infoboard_day_button {
        font-size: 0.85rem;
    }
    
    .no_unterstrich_meetings {
        font-size: 0.95rem;
    }
    
    .collection_content.date {
        font-size: 0.85rem;
    }
    
    .dashboard .collection_content.plattform_text_group h3 {
        font-size: 1.05rem;
    }
}
