:root {
    --ff-primary: 'Figtree', sans-serif;

    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);

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

    --fs-300: 0.8125em;
    --fs-400: 0.875em;
    --fs-500: 0.9375em;
    --fs-600: 1em;
    --fs-700: 1.1em;
    --fs-800: 1.2em;
    --fs-900: 1.8em;

    --br: 7px;


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

}

html[data-theme='light'] {


    --error: red;

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

    --bg-white: #fff;
    --bg-light: #F5F5F5;

    --if_bg_meeting: #f1f1f1;

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

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


    --border: #E5E5E5;

    --dark_mode_cursor: auto;

    --show_only_dark: none;

    --dark_bright: unset;

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

    --weather: light;

    --fbi: unset;

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

    --bg-blend-mode: unset;

}

html[data-theme='dark'] {


    --error: red;

    --br: 5px;
    --clr-dark: #222222;
    --clr-white: #000000;
    --clr-light: #000000;
    --clr-grey: #C4C4C4;

    --bg-white: #000;
    --bg-light: #000000;

    --if_bg_meeting: #ffffff12;

    --svg_bg: #ffffff0d;

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


    --border: #ffffff2e;

    --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: #ffffffe0;
    --fc-dark-8: #000;

    --weather: dark;

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

    --blur: rgb(0 0 0 / 86%);
    --blur_into_white: rgb(0 0 0 / 86%);
    --blur_elevated_into_light: #19191e;
    --blur_bg: radial-gradient(at 40% 20%, hsla(28, 100%, 74%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(355, 100%, 93%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 50%, hsla(340, 100%, 76%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(242, 100%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 1) 0px, transparent 50%);
    --blur_settings: blur(12.9px);
    --blur_elevated: #ffffff0d;
    --blur_nav: #000000cc;
    --blur_nav_active: #ffffff0a;

    --bg-blend-mode: overlay;

}

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

/* Reset */

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

::selection {
    background-color: var(--clr-mandant);
    /* Change this to your desired background color */
    color: var(--bg-white);
    /* Change this to your desired text color */
}

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

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

.collection_full.schulung .collection_container {
    max-width: 1000px;
    margin: 0 auto;
}

select#year-select {
    width: auto;
    padding: 11px 13px;
    background: var(--bg-white);
    display: none;
}

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

body input#searchbar_news {
    background: var(--bg-white) !important;
    border-color: var(--bg-white) !important;
    color: var(--fc-dark) !important;
}

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

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

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

.full_preview .year_filter {
    display: none;
}

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

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

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

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

.collection_full.schulung h3.collection_content.schulung__title.title.custom {
    font-size: var(--fs-900);
}

.collection_full.schulung h3.collection_content.schulung__title.title.custom:after {
    content: '—';
    display: block;
    color: var(--clr-mandant);
}

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




.collection_full.schulung .collection_content.artikeltext {
    padding-block: 2rem;
}

.collection_full.schulung .collection_content.vorschaubild img {
    border-radius: var(--br);
    height: auto !important;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


html {
    scroll-behavior: smooth;
}

body {

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

.contactformular input[type="checkbox"] {
    top: 2px;
    position: relative;
}

.ic_form .contactformular {
    padding: 0;
}

.ic_form {
    padding: 2rem;
    border-radius: var(--br);
    background: var(--blur_elevated);
    width: 100%;
    float: left;
}

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

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

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

.mandant_link.mandant_logo_1 img {
    padding-inline: 64px;
}

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

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

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

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


.back_to_overview {
    display: none;
}

.game_preview img {
    border-radius: 20px;
    border: 2px solid var(--border);
    box-shadow: 0 0 30px #00000042;
    margin-bottom: 2rem;
}



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

.sidebuttons {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

a.game_card {
    max-width: 280px;
    float: left;
    padding: 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;
}

.toggle_mandant_switch.pour_ihnen svg {
    fill: var(--clr-mandant);
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    left: 11px;
    cursor: pointer;
}

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

.workspace_table table {
    border-collapse: collapse;
    width: 100%;
}

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

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

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

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

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

.detail {
    font-weight: bold;
}

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

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

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

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

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

.login_new_buttons {
    display: none;
}


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

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

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

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

.meine-zertifikate .profil_banner.certificate {
    padding: 2rem;
}

.meine-zertifikate .profil_banner.certificate h2 {
    margin-bottom: 1rem;
}



.workspace_table a {
    text-decoration: underline;
}

.workspace_table td:first-child {
    text-align: left;
}

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

.workspace_table tr:last-child td {
    border-bottom: none;
}

.workspace_table th:first-child {
    text-align: left;
}

.dropdown_menu li:hover,
.widget_menu a:hover,
.widget_menu p:hover,
#closeContextMenu:hover,
button#openContextMenu:hover,
.intranet_log_content:hover {
    background-color: #00000010;
}

/* div#food > .widget_header {
    padding-block-start: 0;
    padding-inline: 0;
    border: none;
} */

.workspace_group {
    background: var(--blur_elevated);
    border-radius: var(--br);
    position: relative;
    border: 1px solid var(--border);
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.collection_list.news {
    width: 25%;
}

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

.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: var(--fc-white-8);
    color: black;
    padding: 10px 20px;
    border-radius: var(--br);
}

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

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

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

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



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

option {
    color: #000;
}

/* 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(--blur);
    backdrop-filter: var(--blur_settings);
    -webkit-backdrop-filter: var(--blur_settings);
}

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

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

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

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




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



/* .toggle_mandant_switch {
    cursor: pointer;
    background: var(--clr-mandant);
    padding: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--br);
} */



div#mandant_switch {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    width: 100%;
    height: 100%;
    background: #00000069;
    position: fixed;
    top: 0;
    left: 0;
    display: none;

}


.mandant_switch {
    background: var(--bg-white);
    padding: 3rem 1.5rem;
    display: none;
    border: 1px solid var(--border);
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    box-shadow: #0000002b 0 0 75px 20px;
    width: 300px;
    transform: translate(-50%, -50%);
    border-radius: var(--br);
}

.mandant_switch>h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span#closeMandantOverlay {
    font-weight: var(--fw-regular);
    background: var(--bg-light);
    padding: 5px;
    font-size: 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 27px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -29px;
}

.mandant_switch.show_mandants {
    display: flex;
}


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

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

.infoboard_modal_container .no_unterstrich_meetings {
    padding: 10px;
}

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

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


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

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

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

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

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

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

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

.full_preview .filter_display {
    display: none;
}

.textcontent li {
    list-style: inherit;
}

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



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

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

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

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

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

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

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

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


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

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





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

.main-screen {
    padding: 3rem 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-dark);
    margin: 0 0 5px;
}

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


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

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: 3rem;
    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;
    border-radius: var(--br);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


.tabcontent,
.tabcontentSection {
    display: none;
}

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

.input_collection_link_checkbox {
    cursor: pointer !important;
}

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

.tab {
    display: none;
}

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

.meal_delivery .payment_type {
    width: 100%;
}

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

.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: 15px;
    padding-right: 15px;
    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);
}

.official_em_tip {
    background: #bb2424;
    color: black;
    padding: 1rem;
    border-radius: var(--br);
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: white;
    cursor: pointer;
}

.official_em_tip:after {
    transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    transition: 0.5s;
    position: absolute;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid white;
    border-left: 1px solid white;
    content: '';
    top: 51%;
    right: 20px;
}

.em_iframe {
    display: none;
}

.clicked.official_em_tip:after {
    transform: translateY(-50%) rotate(225deg);
    top: 50%;


}



.tippspiel div#area-2,
.tippspiel div#area-2 .container {
    padding: 0 !important;
}

.tippspiel .mobile_navigation,
.tippspiel div#horizontal_nav_bar,
.tippspiel div#hero_content {
    display: none !important;
}



.tippspiel iframe#myIframe {
    height: 100vh;
    border-radius: 0;
}

.tippspiel {
    overflow: hidden;
}

.clicked.official_em_tip {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

iframe#myIframe {
    height: 700px;
    border: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

.row.resize {
    max-width: 390px;
}

iframe#guess_the_flag_frame {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    border: none;
    position: absolute;
}

.wordle_wrapper {
    margin-top: 6rem;
}

.playground div#area-2 {
    padding-top: 0;
}

.playground .col-xs-12,
.playground .container {
    padding-inline: 0 !important;
}

.playground div#hero_content,
.playground div#horizontal_nav_bar {
    display: none !important;
}

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


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

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

.contact_card_list.observer {
    display: none;
}

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

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

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

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

.collection_list.stellen {
    width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#hero_content {
    height: 200px;
    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;
    background-blend-mode: var(--bg-blend-mode);
}

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

.dashboard div#hero_content {
    height: 230px;
    background-image: var(--mandant_bg);
    background-color: unset;
}

@media (width >=1000px) {
    .dashboard div#hero_content {
        background-image: none;
    }
}

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

div#hero_content .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;
}

.collection_content.ank_text_img img {
    border-radius: var(--br);
    margin-bottom: 2rem;
}

.dashboard .breadcrumb {
    display: none;
}

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

.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.5);
    object-fit: cover;
}

.forwarding-wrapper {
    display: flex;
    gap: 1rem;
    margin-top: -20px;
    white-space: nowrap;
    overflow-x: scroll;
}

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

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

div#mandant_switch_responsiv .mandant_link img,
div#mandant_switch_responsiv .mandant_link.active img {
    width: 100% !important;
    padding: 1rem 2rem;
    border-radius: var(--br) !important;
    border-right: 1px solid var(--border);
    height: 70px !important;
    object-fit: contain;
    max-width: 200px;
    border: none !important;
    margin: 0 auto;
}

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

}

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

.forwarding_container:hover .forwarding_content_container {
    scale: 1;
}

.forwarding_text {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: var(--fc-dark);
}

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

button#dropdown_open svg {
    fill: var(--fc-white-8);
    width: 20px;
    height: 20px;
    display: block;
}

.svg_content svg {
    fill: var(--clr-mandant);
}

.forwarding_image svg {
    fill: var(--fc-dark);
    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;
    filter: var(--fbi);
}



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

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


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

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


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

.collection_list.not_read .collection_container {
    outline: 1px solid red;
    outline-offset: 4px;
}

.kc_post_link.not_read {
    outline: 1px dashed red;
    outline-offset: 4px;
}

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

.bierfest-dashboard {
    background-image: url(/userdata/images/Bierfest_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--bg-white);
}

.icon_state svg {
    width: 8px;
    height: 8px;
}

.bierfest-dashboard .tdnn {
    display: none;
}

.bierfest-dashboard nav,
.bierfest-dashboard div#horizontal_nav_bar,
.bierfest-dashboard main {
    background: transparent;
    border: none;
}

.bierfest-dashboard li.level_1 a:hover {
    background-color: #ffffff3b;
}

.bierfest-dashboard .forwarding_content_container {
    background: #f2d9ac;
}

.bierfest-dashboard div#hero_content>.container {
    width: 100%;
    position: relative;
    border-radius: 20px;
}

.bierfest-dashboard .hero_bg video {
    filter: brightness(0.9);
    border-radius: 20px;
}

.bierfest-dashboard div#hero_content>.container:after {
    content: '';
    background-image: url(/userdata/images/bierfest_einladung.webp);
    background-size: 90%;
    position: absolute;
    right: -20px;
    top: -40px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-color: #e0c89e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    aspect-ratio: 1;
    rotate: 10deg;
    background-position: center;
    border: 2px solid saddlebrown;
    animation: slowRotate 20s infinite linear;

}

button#playPauseButton {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: white;
    padding: 1rem;
    display: none;
    z-index: 999;
}

@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button#playPauseButton svg {
    display: block;
}

.bierfest-dashboard button#playPauseButton {
    display: block;
}

div#certificateTable_filter {
    float: left;
    width: 100%;
    text-align: left;
}

.certificate_container .dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--border);
    border-radius: var(--br);
    padding: 10px;
    margin-left: 0;
}

.certificate_container td,
.certificate_container .sorting_1 {
    box-shadow: unset !important;
    border-bottom: 1px solid var(--border);
}

.center {
    text-align: center !important;
}

tr.inactive td {
    text-decoration: line-through;
    font-style: italic;
    opacity: .5;
    filter: grayscale();
}

.certificate_container table.dataTable.no-footer {
    border-bottom: none;
}

.dtfh-floatingparent.dtfh-floatingparenthead {
    background: var(--bg-white) !important;
}

.certificate_container table.dataTable>thead>tr>th {
    border-bottom: 1px solid var(--border);
}

.certificate_title_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

select#certificateSelect {
    width: auto;
}

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

.post_c_header {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
}

.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;
    text-align: right;
    display: block;
    cursor: pointer;
}

input#absenden {
    background: var(--clr-mandant);
    cursor: pointer;
    color: var(--fc-white-8);
    margin-top: 10px;
}



.post_price_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.post_price {
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    margin-bottom: 3px;
}

/* span.post_price:after {
    content: ' €';
} */

p.post_content_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    font-size: var(--fs-300);
    min-height: 37px;
}

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

.post_content h3 {
    margin: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_header>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_toolbar {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-block-end: 10px;
}

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

.post_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 40%) 100%);
    height: 77px;
    align-items: flex-start;
    color: var(--fc-white-8);
    backdrop-filter: blur(1px);
    z-index: 3;
}

li.level_1:nth-child(1):before {
    content: 'Aktuelles';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    letter-spacing: .5px;
    opacity: .5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

li.level_1:nth-child(3):before {
    content: 'Community';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    letter-spacing: .5px;
    opacity: .5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

li.level_1:nth-child(6):before {
    content: 'Academy';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    letter-spacing: .5px;
    opacity: .5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

li.level_1:nth-child(8):before {
    content: 'Formulare';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    letter-spacing: .5px;
    opacity: .5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.empty {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--border);
    opacity: .5;
}

.new_item>a:after {
    content: 'Neu';
    font-size: 10px;
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 3px 6px;
    border-radius: var(--br);
}

/* .preview_item > a:after {
    content: 'Beta';
    font-size: 10px;
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 3px 6px;
    border-radius: var(--br);
} */

p.post_content_desc.show_all {
    -webkit-line-clamp: unset;
    min-height: unset;
}


.like.is_liked svg {
    fill: #dd1f1f;
    stroke: #dd1f1f;
}

.delete_post svg {
    width: 20px;
    height: 20px;
    fill: red;
    margin-top: 5px;
}

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

span#read_more {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.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: 40px !Important;
    width: 40px !important;
    border-radius: 999px;
}

.new_comment form {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.dropdown_menu a.toggle_mandant_switch {
    padding: 0;
}

.post_image_slider img,
.post_image_slider {
    height: 300px !Important;
    background-color: #f9f9f9;
    border-radius: 0 !important;
    overflow: hidden;
    transition: 900ms;
}

.post_image_slider:hover img {
    scale: 2;
}

.post_image_slider:hover .owl-item:not(.active) {
    opacity: 0;
}

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

a.post_request {
    background: var(--clr-mandant);
    color: var(--fc-white-8);
    padding: 6px 10px;
    display: inline-block;
    border-radius: var(--br);
    font-size: 13px;
}

textarea#description {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-floating {
    width: 100%;
    float: left;
    padding-block: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

select#category {
    margin-block: 1rem;
}

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

h3.show_all {
    -webkit-line-clamp: unset;
}

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

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

.profil .component.mein-konto a {
    color: var(--fc-dark);
}

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:hover {
    transform: translateY(0px);
}

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

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

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

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

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

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

/* Hide scrollbar for Chrome, Safari and Opera */
.departments.row::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.departments.row {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* 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;
}

span.italic {
    font-style: italic;
    opacity: .5;
    font-size: 11px;
}

table.table tr:hover td {
    background: var(--bg-light);
}

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

.kontaktdaten_content {
    padding-inline: 2rem;
}


.departments.row .pop-up-button {
    padding: 5px 10px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.contact_link {
    background: var(--bg-light);
    padding: 6px 10px;
    display: inline-block;
    text-align: center;
    border-radius: var(--br);
    font-size: var(--fs-300);
    margin-top: 5px;
    border: 1px solid var(--border);
}

.contact_group {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 100%;
}

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

.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_card:hover {
    transform: translateY(-3px);
}

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

.dashboard .collection_list.news .collection_container {
    color: var(--fc-white-8);
    padding: 2rem;
    border-radius: var(--br);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}



.dashboard .collection_list.news .collection_content.vorschaubild img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.8);
    z-index: -1;
}

.collection_list .news_link {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
}



a.button.create_collection {
    background: var(--clr-mandant);
    padding: 10px 20px;
    border-radius: var(--br);
    color: var(--clr-white);
    border-radius: 9999px;
}

h3#input_collection_link_28 {
    font-size: 15px;
    font-weight: 500;
}

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




.contactformular input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.create_collection_wrapper a {
    cursor: pointer;
    background: var(--clr-mandant);
    padding: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--br);
    display: none;
    font-size: 26px;
}



.news_title h2 {
    position: absolute;
    top: 1.5rem;
    color: var(--fc-white-8);
}

/* .news_link {
    position: absolute;
    top: 30px;
    right: 1.5rem;
    z-index: 5;
} */

.dashboard .collection_list.news {
    width: 100%;
    padding: 0;
    height: 100%;
}

.dashboard .news_dashboard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    height: 430px;
    margin: 15px 0;
    float: left;
}

.dashboard h3.collection_content.news__title.title.custom {
    font-size: calc(var(--fs-700) + 4px);
    margin-bottom: 5px;
}

.dashboard .collection_list.news .collection_container:after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    opacity: .5;
}



.dashboard .collection_list.news:nth-child(1) .collection_container:before {
    content: 'mehr lesen';
    background: var(--clr-mandant);
    border-radius: calc(var(--br) - 4px);
    padding: 2px 6px;
    position: absolute;
    bottom: 2rem;
    left: 2rem;

}

.dashboard .collection_list.news .collection_container:hover .collection_content.vorschaubild img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.dashboard .collection_list.news .collection_container .collection_content.vorschaubild img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 300ms;

}

.dashboard .collection_list.news:nth-child(1) .collection_container .collection_content.teaser {
    display: -webkit-box !important;
}

.dashboard .collection_content.teaser {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: none;
}

.dashboard h3.collection_content.news__title.title.custom {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--fc-white-8);
}

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

.dashboard .collection_list.news:nth-child(1) .collection_container {
    padding-bottom: 5rem;
}

.dashboard .collection_list.news:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.dashboard .collection_list.news:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.dashboard .collection_list.news:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}



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

.news .collection_list.news .collection_container:hover {
    transform: translateY(-3px);
}

.news .collection_list.news .collection_container:hover .collection_content.teaser {
    color: var(--fc-dark);
    ;
}



.news .collection_list.news .collection_content.date {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    font-size: var(--fs-300);
    padding-block-end: 5px;
    opacity: .7;
}

.news .collection_list.news .collection_container h3.collection_content.news__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.schulungsangebote .collection_list.schulung h3.collection_content.schulung__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 15px;
    min-height: 47px;
}

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

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


.collection_full.news .collection_content.vorschaubild img {
    height: auto !important;
    border-radius: var(--br);
}


a.highlight {
    background: darkred;
    color: white;
}


/* .news.full_preview div#hero_content {
    display: none!important;
} */

.official_em_tip span {
    font-size: 12px;
    display: block;
    font-weight: 500;
    opacity: .9;
}


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

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

.collection_content_full .collection_content {
    background: none !important;
    padding: 0 !important;
}



.full_preview main {
    background: var(--blur_into_white);
}

.collection_full.news .collection_content.bilduntertitel {
    font-size: var(--fs-300);
    padding-block: 5px !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 {
    margin-block-end: 1px;
    width: 100%;
    float: left;
}

div#overlaycrumb {
    max-width: 800px;
}

.collection_field {
    padding: 5px 0;
}

.collection_field.current.youtube_video,
.collection_field.current.video-code,
.collection_field.current.bilduntertitel,
.collection_field.current.news_link,
.collection_field.current.contactform {
    display: none;
}

div#overlayContent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
    overflow-y: scroll;
}

div#content-collection {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    height: calc(100vh - 100px);
    border-radius: var(--br);
}

.collection_field textarea {
    resize: vertical;
    min-height: 140px;
}

div#loadingIndicator {
    background-image: url(/userdata/images/loader.gif);
    background-size: 6%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-white);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    border-radius: var(--br);
}

.title_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.mobile_submenu li {
    list-style: none;
    padding: 4px 0;
    background: var(--bg-light);
    border-radius: var(--br);
    display: inline-block;
    margin-top: 10px;
    margin-left: 7px;
}

.input_note {
    display: none;
}

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

button#closeCollection {
    color: var(--fc-dark);
    line-height: 1;
    position: absolute;
    top: -40px;
    right: -40px;
    background: var(--bg-light);
    border-radius: 999px;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

li.promoted {
    list-style: none;
    float: right;
    padding-block-end: 0rem;
}

.title_flex>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news .collection_content a {
    color: var(--clr-mandant);
}



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

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







.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_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 .gallery .gallery_form {
    display: none;
}

#overlayContenting .input.input_collection_link_target_14 {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}



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

.schulungsangebote .collection_list.schulung .collection_container:hover {
    transform: translateY(-3px);
}

.schulungsangebote .collection_list.schulung .collection_container:hover .collection_content.teaser {
    color: var(--fc-dark);
    ;
}



.schulungsangebote .collection_list.schulung .collection_content.date {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    font-size: var(--fs-300);
    padding-block-end: 5px;
    opacity: .7;
}

.schulungsangebote .collection_list.schulung .collection_container h3.collection_content.news__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.schulungsangebote .collection_list.schulung .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_content.termine_pro_schulung {
    padding: 0 1rem 2rem 1rem;
    width: 100%;
    float: left;
}

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

.collection_list.schulung>.collection_container {
    padding-bottom: 3rem;
    min-height: unset;
    height: auto;
}

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


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


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

.filter_group .row {
    padding: 15px;
}

input#searchbar_schulungen {
    background: var(--blur_elevated);
}



.search_bar_schulungen:before {
    content: '';
    background-image: url(/userdata/images/search.svg);
    position: absolute;
    top: 50%;
    right: 16px;
    width: 17px;
    transform: translateY(-50%);
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}

.collection_list.schulung {
    width: 25%;
}

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

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

.schulungsangebote .no_results_message {
    padding: 15px;
    background: var(--blur_elevated);
    border-radius: var(--br);
}

.collection_content.termin_pro_schulung .termin_list:last-child {
    border-bottom: none;
}

.filter_group h3 {
    padding-left: 5px;
}

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

.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.schulung .collection_content.zielgruppen_pro_schulung {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

.collection_full.collection_full.schulung .collection_content.termin_pro_schulung .termin_list {
    padding: 1rem 0;
}

.collection_full.collection_full.schulung .collection_content.zielgruppen_pro_schulung:before {
    content: 'Zielgruppe';
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
}

.collection_full.schulung .collection_content.zielgruppen_pro_schulung {
    padding-block: 3rem;
}

.collection_full.schulung .collection_list.zielgruppen {
    float: unset;
    width: auto;
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
}

.collection_list.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.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.schulung .collection_content.select_multi_contact {
    padding-block-start: 2rem;
    margin-top: 2rem;
    position: relative;
    column-count: 2;
}

.collection_full.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.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.schulung .collection_content_full {
    padding: 3rem;
}

.collection_full.schulung .collection_content.termin_pro_schulung>p {
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    color: var(--fc-white-8);
}

.collection_full.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.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.schulung .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';
}

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_list:before {
    content: '';
    width: 1px;
    height: 1rem;
    background: var(--border);
    position: absolute;
    left: 1rem;
    bottom: -1rem;
} */

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

.fa_wrapper:last-child .fa_list {
    border: none;
}

.fa_container {
    padding: 0rem;
    border-radius: var(--br);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
}

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

.infoboard_boxes>.widget_header {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
}

.va_container {
    height: 218px;
    overflow: hidden;
}

.va_container.show_all_events {
    overflow: visible;
    height: auto;
}


.bell_mal_nicht_so_rum:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--error);
    top: 9px;
    right: 9px;
    border-radius: 999px;
}

.mobile_submenu a.toggle_mandant_switch {
    padding: 10px;
}

.dropdown_menu h3 {
    padding: 8px 12px 12px 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
}

.intranet_log_content {
    padding: 11px 15px;
}

.intranet_log_content {
    padding: 11px 15px;
    font-size: var(--fs-400);
    font-weight: var(--fw-bold);
}

.intranet_log_content_date {
    font-weight: var(--fw-regular);
    font-size: var(--fs-300);
}

.future_appointments.full_event_list {
    max-height: unset;
}

.svg_content {
    cursor: pointer;
}



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

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

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







.remaining_days {
    white-space: nowrap;
}

p.fa_date {
    font-size: 12px;
    text-align: left;
}

.fa_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 30px;
}



.profil .fa_content {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-right: 0px;
}

.skill:empty {
    display: none;
}

.profil .fa_tooltip {
    top: -130px;
}

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

div#content .container {
    position: relative;
}



.ankuendigungen_dashboard {
    position: absolute;
    top: -90px;
    right: 32px;
    max-width: 513px;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
    width: 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: 2rem;

}


@media (min-width: 1500px) {
    .ankuendigungen.full_preview .container {
        max-width: 100%;
    }

    .dashboard .col-sm-12.col-md-12.col-lg-8 {
        padding-right: 0px;
    }

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


.collection_list.news.ankuendigungen .collection_container {
    background: var(--clr-mandant);
    padding: 2rem;
    height: auto;
    background-image: url(/userdata/images/ank_img.png);
    background-repeat: no-repeat;
    background-position: 100% 27px;
    background-size: 30%;
    padding-right: 144px;
    position: relative;
    min-height: 130px;
    border-radius: var(--br);
    width: 100%;
}



.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;
    color: var(--fc-white-8);
    flex-shrink: 0;
    width: 96%;
    text-align: left;
}

.collection_list.news.ankuendigungen:after {
    content: '';
    width: 25px;
    height: 25px;
    background: var(--clr-mandant);
    position: absolute;
    bottom: 20px;
    right: 150px;
    transform: rotate(45deg);
    z-index: -1;
}

.collection_list.news.ankuendigungen:nth-child(1) .collection_container {
    padding-bottom: 2rem;
}

.collection_list.news.ankuendigungen .collection_content.date {
    font-size: var(--fs-400);
    opacity: .7;
    display: block;
    color: var(--fc-white-8);
}

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

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

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

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

.collection_content.changelog_text a {
    color: cornflowerblue;
}

.profile_certificate_wrapper {
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

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

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

}

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

.dashboard .profile_certificate_wrapper a {
    flex: 1 1 60%;
}

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

h2.el_title {
    padding-block-end: 5px;
}

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

.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.not_finished {
    border-color: #bc2929;
    background: #ff00000a;
}

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





.answer_input.checked {
    outline: 2px solid var(--clr-mandant);
}

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

.dashboard .profil_banner {
    padding-block-start: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

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_category:hover {
    transform: translateY(-3px);
}

.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;
    flex: 0 1 100%;
}

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

.el_post {
    overflow: hidden;
    padding: 1rem 0;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
    width: 100%;
}

h4.el_post_title {
    margin: 0;
}


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


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


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

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



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

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

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

.payment_type {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.8rem 0;
    width: 50%;
    float: left;
    margin-bottom: 1rem;
}

.payment-button {
    display: flex;
    gap: 10px;
}

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

.container-qr-code {
    /* background-color: #fff; */
}

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 {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

div#food form {
    padding-inline: 1rem;
    padding-block-end: 1rem;
}

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

.meal_delivery_group textarea {
    background: var(--bg-light);
    min-height: 80px;
}

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

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

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

.lieferandude {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 1rem;
    position: relative;
}

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

.ice-cream:after {
    content: '';
    background-image: url(/userdata/images/stiften.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: 12px;
    rotate: -66deg;
}

.car .ice-cream .cone:before {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    background: #ffd132;
    border-radius: 50%;
    top: -3.4375em;
    left: -1.25em;
    z-index: -1;
    box-shadow: 10px -5px 0px 0px #ff9a9a;
    opacity: 0;
}

.wind {
    position: absolute;
    z-index: -1;
    right: 100%;
    height: 100%;
    margin-right: -1.25em;
}

.wind .p {
    position: absolute;
    background: #fff;
    border-radius: 0.625em;
    height: 0.625em;
}

.wind .p1 {
    width: 4.375em;
    position: absolute;
    right: 0;
    top: 1.5625em;
    animation: wind 1s -1s linear infinite;
}

.wind .p2 {
    width: 6.25em;
    right: 2.5em;
    top: 3.75em;
    animation: wind 1s -2s linear infinite;
}

.wind .p3 {
    width: 3.125em;
    right: 0em;
    top: 6.5625em;
    animation: wind 1s -1s linear infinite;
}

.wind .p4 {
    width: 3.75em;
    right: 6.25em;
    top: 8.4375em;
    animation: wind 1s 1s linear infinite;
}

.wind .p5 {
    width: 4.375em;
    right: 1.875em;
    top: 9.0625em;
    animation: wind 1s -1.5s linear infinite;
}

.car-wrapper_inner {
    position: relative;
    z-index: 4;
}

@keyframes carMove {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-1px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes wind {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        transform: translateX(-400%);
        opacity: 0;
    }
}

.car_outter {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: relative;
    animation: carDrive 5s 1s cubic-bezier(0.88, 0.08, 0.16, 1.1) infinite;
}

.response.container_car {
    width: calc(100% + 4rem);
    display: block;
    margin-left: -2rem;
    overflow: hidden;
}

div#countdown {
    border: 2px solid var(--clr-mandant);
    border-radius: 999px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-stuff h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 1rem;
}

@keyframes carDrive {
    0% {
        transform: translateX(-150%);
    }

    25% {
        transform: translateX(0%);
    }

    70% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(300%);
    }
}

@keyframes bgIn {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@keyframes wrapperIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.infoboard_boxes {
    background: var(--blur_elevated);
    border-radius: var(--br);
    border: 1px solid var(--border);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 2rem;
    min-height: 150px;
}

.content_day {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

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

.openModal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 999;
}

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

.infoboard_modal_container .svg_content {
    cursor: pointer;
}

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

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

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

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

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

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

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

.widget form textarea {
    min-height: unset;
}

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

.widget:has(form) {
    padding: 1.5rem;
    max-width: 480px;
    margin: 0 auto;
    min-height: 100vh;
    border-radius: 0;
    margin-top: 2rem;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

.widget-header>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoboard-update-mon .container,
.infoboard-update-mon .main-screen {
    padding: 0;
}


.infoboard-update-mon div#hero_content {
    display: none !Important;
}

.termin .container,
.termin .main-screen {
    padding: 0;
}



.termin div#horizontal_nav_bar,
.termin div#hero_content {
    display: none !Important;
}

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

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

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

.day_button__and_inhouse_and_outhouse {
    width: 100%;
}

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



.infoboard_contact.infoboard_category_5 {
    background: #029CE3;
    color: var(--fc-white-8);
}

.infoboard_contact.infoboard_category_4 span.infoboard_contact_tooltip {
    width: 228px;
}

.infoboard_category_meeting:last-child:before {
    display: none;
}

p.gallery_item_subtitles {
    padding: 0px 20px 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

figcaption.mz-caption.mz-show {
    white-space: normal;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.infoboard_contact {
    display: inline-block;
    padding: 4px 7px;
    border-radius: var(--br);
    position: relative;
    background: var(--border);
    color: var(--fc-dark);
}

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

.infoboard_category_5 span.category {
    background: #029CE3;
    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);
}

/* .infoboard_contact:nth-child(2):before {
    content: 'mit';
    padding-right: 3px;
} */

.contact_info .infoboard_contact:nth-child(2):before {
    display: none;
}

/* .infoboard_meeting:after {
    content: '|';
    padding-left: 7px;
} */

.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;
    position: relative;
    border-bottom: 1px solid var(--border);
    width: 100%;
    padding-left: 0;
    opacity: .5;
}

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

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

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

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

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

.inhouse {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.outhouse {
    display: flex;
    flex-direction: column;
    align-items: baseline;

}

.collection_field.current.Video {
    display: none;
}

.collection_field.current.author {
    display: none;
}

.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;
    padding-right: 7px;
    border-radius: var(--br);
    position: relative;
    color: var(--fc-dark);
}


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_category_0 span.category {
    background-color: #AB24AF;
    padding: 5px;
    display: inline-block;
    border-radius: var(--br);
    color: var(--fc-white-8);
}

.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-color: #AB24AF;
    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);
}

button.infoboard_day_button {
    top: -35px;
    position: relative;
}

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

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

.infoboard_modal .day_button__and_inhouse_and_outhouse {
    width: 100%;
}

/* a.kc_category_link {
    width: 33.33%;
    float: left;
    flex: 1 1 30%;
} */

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

.kc_category_line_list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
}

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



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

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

.kc_post.learning {
    text-align: left;
    justify-content: flex-start;
}

p.kc_description {
    margin-bottom: 1rem;
    font-size: 13px;
}

.kc_post.learning h3 {
    margin-bottom: 0;
}

.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);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

a.button.bookmark svg {
    display: block;
    fill: var(--fc-white-8);
    width: 20px;
    height: 20px;
}

.kc_post {
    overflow: hidden;
    padding: 1rem;
    transition: 300ms;
    border-bottom: 1px solid var(--border);
    display: flex;
    position: relative;
    min-height: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: var(--br);
    overflow: hidden;
}

.kc_post h3 {
    color: white;
}


img.kc_img_post {
    position: absolute;
    z-index: -1;
    filter: brightness(0.5) blur(1px);
    left: 0;
    top: 0;
}

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

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;
    padding-left: 1rem;
}

.collection_full h3.collection_content.knowledgecenter-post__title.title.custom {
    font-size: var(--fs-900);
    margin-bottom: 0;
    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;
}

.jourshot_skills_container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(10, 1fr);
    padding-block: 1rem;
}

.skill_box_jourshot {
    text-align: center;
}

img.skill-image {
    object-fit: contain;
    height: 157px !important;
}

.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 h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

.kc_category:hover {
    transform: translateY(-3px);
}

p.kc_tags {
    padding-inline: 1rem;
    margin-top: 1rem;
    font-size: var(--fs-300);
}

h3.kc_title {
    padding-inline: 1rem;
    margin-block-end: 1rem;
    min-height: 48px;
}

img.kc_img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
}

.pct_read {
    display: flex;
    width: 100%;
    padding-inline: 1rem;
    flex-direction: column;
    position: relative;
    gap: 5px;
}

.pct_textcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: var(--fs-400);
}



.pct_status {
    height: 10px;
    background: var(--clr-mandant);
    border-radius: 999px;
    z-index: 1;
    position: relative;
}

.pct_textcontent:after {
    content: '';
    width: 100%;
    height: 10px;
    background: var(--blur);
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    max-width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
}

.kc_content_card {
    border-radius: var(--br);
    background: var(--blur_elevated);
    padding-block-start: 1rem;
    border: 1px solid var(--border);
}

.collection_list h3.collection_content.knowledgecenter-post__title.title.custom {
    font-weight: var(--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 {
    float: left;
    width: 100%;
    position: relative;
    margin-block: 1rem;
    float: left;
    width: 100%;
}




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

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



h3.collection_content.knowledgecenter-post__title.title.custom:after {
    display: none;
}

.collection_full.knowledgecenter-post .full_preview .collection_content.kc_files {
    background: var(--clr-mandant);
    border-radius: var(--br);
    padding: 1rem;
    color: var(--fc-white-8);
    display: none;
}

.collection_full.knowledgecenter-post .full_preview .collection_content.kc_files {
    border-radius: var(--br);
    padding: 1rem;
    display: none;
}

.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_full.knowledgecenter-post .full_preview .collection_content.kc_files:before {
    content: 'Downloads';
    font-size: var(--fs-800);
    font-weight: bold;
    display: none;
}

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

.filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
}

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

.krankmeldung .form-group.form-check input {
    width: auto;
}

.krankmeldung input#button {
    width: auto;
}

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

hr {
    background: var(--border);
    height: 1px;
    border: 0;
}

.widget form label {
    margin-bottom: 1rem;
    display: block;
}


.widget form input[type="checkbox"] {
    width: auto;
}

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

.two_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

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

.krankmeldung .fallback_message {
    padding-block-start: 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);
    aspect-ratio: 1;
}

.krankmeldung .firmen-informationen {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block-start: 1rem;
}

.krankmeldung .group_container h5 {
    margin: 0;
}



.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 35%;
    flex-direction: column;
    padding: 5rem;
    position: relative;
    max-width: 750px;
}

a.forgot_password {
    opacity: .7;
}

a.forgot_password:hover {
    opacity: 1;
}

input#login-button:hover {
    transform: translateY(-1px);
}


.component.login_hintergrund {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

div#login-area {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 55%;
    background: var(--blur);
    backdrop-filter: var(--blur_settings);
    -webkit-backdrop-filter: var(--blur_settings);
}

.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);
    object-fit: cover;
}

.component.login_hintergrund .owl-dots {
    bottom: 30px;
}

div#logo-area .component.logo img {
    max-width: 230px;
    filter: brightness(19) invert(1);
}

.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: 40px !important;
    height: 40px !Important;
    filter: var(--fbi);
}

.component.icon_logo_login {
    margin-block-end: 2rem;
}



div#login_form {
    max-width: 360px;
}

div#quote {
    font-weight: bold;
    font-size: var(--fs-700);
}

div#login_form h1 {
    margin: 8px 0px 3px 0px;
}

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: 5rem;
    padding-block: 3rem;
}

.login_area_new form#form_admin_login {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    width: 100%;
    position: relative;
}

body.login_area_new:after {
    z-index: -1;
    content: '';
    height: 500px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .5;
}

.login_new_form input#confetti {
    width: auto;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    line-height: 0;
    background: #00000082;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: system-ui;
    padding-block-end: 19px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.login_area_new a.forgot_password {
    color: white;
    padding-block-start: 1rem;
}

input.button {
    cursor: pointer;
    background: #ba9745;
    color: var(--fc-white-8);
}

.meal_delivery input.button {
    background: var(--clr-mandant);
    width: auto;
    float: right;
    /* margin-bottom: 10px; */
    margin-left: auto;
}

.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;
    bottom: 20px;
    display: flex;
    gap: 1rem;
    right: 20px;
}

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

nav {
    float: left;
    width: 250px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--blur_nav);
    border-right: 1px solid var(--border);
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 1px;
    flex-direction: column;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

img.profil_img_nav_bar {
    width: 42px !important;
    aspect-ratio: 1;
    border-radius: 9999px;
}

button#dropdown_open {
    background: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.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_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 li a {
    width: 100%;
    display: block;
}

.dropdown_menu li:hover,
.intranet_log_content:hover {
    background-color: #00000010;
}

.intranet_log_content_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

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

/* .mobile_submenu {
    padding: 10px 0 0;
} */

a.toggle_mandant_switch {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    padding: 13px 10px;
    border-radius: var(--br);
}

a.toggle_mandant_switch svg {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    fill: var(--fc-primary) !important;
}

.theme_switch_mobile label {
    font-size: var(--fs-500);
    margin-left: 9px;
}

.mobile_submenu .component.mein-konto {
    flex-wrap: wrap;
    padding-inline: 11px;
}

.widget_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 1rem;
    position: relative;
}

.widget_menu p,
.widget_menu a {
    width: 100%;
    display: block;
    padding: 9px 10px;
    cursor: pointer;
    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: -10px;
    width: 170px;
    z-index: 999;
    box-shadow: 0 0 13px 1px #00000030;
}

.full_preview .news_filter_hero {
    display: none;
}



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

button#openContextMenu {
    background: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_menu:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    position: absolute;
    right: 33px;
    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%;
}

input#theme-toggle-mobile {
    margin-left: 9px;
    width: auto;
    margin-top: 10px;
}

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

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


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

.component_logo {
    padding: 20px;
}

div#header_1 img {
    background: var(--fc-white-8);
    /* padding: 20px; */
}

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

.logo_3 img,
.logo_5 img,
.logo_6 img,
.logo_7 img {
    display: var(--dark_none_white_block);
}

.logo_3,
.logo_5,
.logo_6,
.logo_7 {
    padding: 20px;
}

.logo_3 a {
    background-image: url(/userdata/intranet/mandant/ic_innovative_software_white.png);
    background-position: center;
    padding: var(--dark_p_30_light_p_zero);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
}

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

.component.mein-konto.text_black {
    color: var(--fc-dark);
}

li.level_1 a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    padding: 13px 10px;
    border-radius: var(--br);
    color: var(--fc-dark);
}

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

li.level_1 a.active_tree svg {
    fill: var(--fc-dark);
}

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

li.level_1 svg {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    fill: var(--fc-primary);
}

.hamburger-menu {
    background: var(--bg-white);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    padding: 10px;
    height: 100dvh;
    overflow-y: scroll;
    padding-block-end: 9rem;
}

.overflow-hidden {
    overflow: hidden;
}




#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: 15px;
    height: 3px;
    width: 30px;
    background: var(--clr-mandant);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 15px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 33px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-8px) 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;
    }
}

.collection_content.plattform_text {
    display: none;
}

.plattformen .filter_display {
    width: 100%;
    float: left;
    display: flex;
    gap: 0.5rem;
    padding: 0 15px;
    overflow-x: scroll;
}

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

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

a.button_filter.a-filter {
    color: var(--fc-white-8);
}

.collection_content.plattform_img {
    flex-shrink: 0;
}

.jourshot-elearning div#hero_content,
.jourshot-elearning div#horizontal_nav_bar,
.jourshot-elearning nav {
    display: none !important;
}

.jourshot_header h1 {
    font-size: 50px;
    color: black;
}

.jourshot_container {
    padding: 2rem;
}

.jourshot_container>h3 {
    font-size: 30px;
    color: black;
}

.jourshot_stats_box {
    aspect-ratio: 2 / 1;
    background: #F5F7FB;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    color: black;
}

h4.jourshot_stats_number {
    font-size: 31px;
    color: black;
}

.jourshot_stats_box.highlight {
    background: var(--clr-mandant);
    color: white;
}

.jourshot_stats_box.highlight h4 {
    color: white;
}

.jourshot_header {
    padding: 2rem;
    border-bottom: 5px solid var(--clr-mandant);
    background: #F5F7FB;
}

.jourshot-elearning main {
    width: 100%;
    background: white;
}

.jourshot_stats {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 1rem;
}

.jourshot-elearning .container,
.jourshot-elearning .col-xs-12,
.jourshot-elearning .main-screen {
    padding: 0;
}

.collection_list.plattformen.not_read .collection_container {
    outline: none;
    background: var(--blur_elevated);
    padding: 2rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex-direction: row-reverse;
}

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

.profil_banner {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    padding-block-start: 110px;
    border: 1px solid var(--border);
}

.profil_header {
    background: var(--blur_elevated);
    border-radius: var(--br);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    padding-block-start: 110px;
}

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

.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 {
    padding-block-start: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}



p.amount:after {
    content: 'x';
}

.profil .profil_banner {
    padding-block-start: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block-end: 2rem;
    float: left;
    width: 100%;
    border: none;
    padding: 1rem;
    border: 1px solid var(--border);
}

.profil_certificate.not_finished_certificate {
    background: #ff00000f;
    border: 1px solid #bc2929;
}


h3.certificate_headline {
    color: white;
}

a.certificate_button {
    white-space: nowrap;
}

textarea#input_nachricht {
    min-height: 129px;
}

.profil .workspace_table {
    padding-block-end: 6px;
}

.profil h3.profil_certificate_title {
    margin-block-end: 1px;
}

p.profil_certificate_title {
    font-size: var(--fs-300);
    opacity: .7;
    margin-bottom: 5px;
}

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

.dish_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

table.table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}

.table th,
.table td {
    border-bottom: 1px solid var(--border);
    padding: 10px 0px;
    padding-right: 10px;
}

.dish_container {
    padding: 1.3rem;
    background: var(--blur_elevated);
    border-radius: var(--br);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.person {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--bg-light);
    padding: 1px;
    border-radius: 999px;
    max-width: 55px;
}

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

.person_name {
    font-size: 12px;
}

img.person_image {
    max-width: 25px;
    border: 1px solid var(--border);
    border-radius: 999px;
    object-fit: cover;
    height: 25px !important;
}

.restaurant_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.delete-button:hover {
    background: red;
    color: white;
    line-height: 1;
}

.learning_profil_header {
    width: 100%;
    float: left;
    margin-block-end: 1rem;
}

h3.profil_certificate_title {
    margin-block-end: 1rem;
    margin-top: 5px;
}

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

.feed_headline {
    width: 100%;
    float: left;
    background: var(--blur_elevated);
    padding: 1.3rem !important;
    border-radius: var(--br);
    margin-bottom: 2rem;
}

.collection_list.feed_banner {
    padding: 0;
    overflow: hidden;
    margin-bottom: 1rem;
    border: none !Important;
}

.collection_list.feed_banner .collection_container {
    background: none;
}




.sticky {
    position: sticky;
    top: 40px;
}

.feed_headline span {
    font-size: 13px;
    font-weight: var(--fw-regular);
    float: left;
    width: 100%;
}

.dish_container form {
    display: flex;
    align-items: center;
}

.dish_container form .submit_dish {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid var(--clr-mandant);
}

button.delete-button {
    background: transparent;
    color: red;
    padding: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

input#dish_input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 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);
}

p.profil_birthday:empty {
    display: none;
}

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

.pct_status_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--fs-300);
    opacity: .7;
    padding-block-start: 5px;
}

.pct_status_wrapper:after {
    content: '';
    width: 100%;
    height: 8px;
    background: var(--blur);
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
}

.pct_status_wrapper {
    position: relative;
}

.profil_certificate_pct_status {
    height: 8px;
    background: var(--clr-mandant);
    border-radius: 999px;
    z-index: 1;
    position: relative;
}

.profil_certificate {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--br);
    background: var(--blur_elevated_into_white);
    width: 100%;
    float: left;
}

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

.qrcode {
    display: none;
}

.qrcodeat {
    display: block;
}

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


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

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



.profil .fa_svg_content {
    display: none;
}

.basic_info_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.profil .fa_textconten {
    max-width: 100%;
}

.profil .fa_list {
    padding-block: 10px;
}

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

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




p.profil_desc svg {
    fill: var(--fc-dark);
    width: 17px;
    height: 17px;
}

p.profil_birthday svg {
    fill: var(--fc-dark);
    width: 17px;
    height: 15px;
}

p.profil_loc svg {
    width: 17px;
    height: 17px;
}

.profil_content_left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-block-end: 1rem;
}

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

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

button.profil_settings {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

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

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

.feed .collection_list.news .collection_container .collection_content:not(.vorschaubild) {
    padding-inline: 1.3rem;
}

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

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


.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 div#area-2 {
    margin-top: 2rem;
}


.scroll_container {
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation: fadeIn 5s;
    display: none;
}

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

.weihnachtsempfang .breadcrumb {
    display: none;
}

.weihnachtsempfang div#hero_content {
    height: auto;
    background-image: unset;
    background-color: #8fcce1;
    background-size: contain;
    background-position: top;
    background: none;
}

.weihnachtsempfang div#hero_content>.container {
    padding: 0;
}

.weihnachtsempfang .christmas_intro .textcontent {
    font-size: 21px;
    font-style: italic;
    color: #153541;
    background: #bfe9f7;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid goldenrod;
}


.weihnachtsempfang #hero_content .textcontent {
    width: 100%;
}

.weihnachtsempfang main {
    background: #8fcce1;
    color: var(--fc-dark-8);
}

.weihnachtsempfang .form-group.radio.nach_kinder {
    padding-block-start: 10px;
}

.weihnachtsempfang .form-group.menu_title_2 {
    padding-block-end: 0;
}

.form-group.dropdown_rooms label {
    display: none;
}

.weihnachtsempfang div#area-2>.container,
.weihnachtsempfang div#area-3>.container {
    max-width: 1040px;
    margin: 0 auto;
}

.christmas_group p {
    border-left: 1px solid goldenrod;
    padding-left: 15px;
    padding-block-end: 10px;
    position: relative;
}

.christmas_group span {
    margin-bottom: 10px;
    display: block;
    font-size: var(--fs-300);
    font-style: italic;
    border-bottom: 1px solid goldenrod;
    padding-block-end: 10px;
}

.christmas_group p:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background: goldenrod;
    position: absolute;
    left: -4px;
    top: 6px;
}

p.last_c {
    padding-block-end: 0;
}

.weihnachtsempfang select,
.weihnachtsempfang input {
    background: #aee0f1;
    border: 1px solid #69a1b5;
    color: var(--fc-dark-8);

}

.weihnachtsempfang .christmas_group .row {
    background: #BFE9F7;
    border: 1px solid goldenrod;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    padding-block-start: 5rem;
    z-index: 99;
}

.weihnachtsempfang .christmas_group.agenda h3 {
    border-top: 1px solid goldenrod;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--fc-dark-8);
}

.weihnachtsempfang strong {
    color: var(--fc-dark-8);

}

.weihnachtsempfang .agenda:before {
    content: '';
    background-image: url(/userdata/images/Agenda.png);
    display: block;
    position: absolute;
    width: 330px;
    height: 100px;
    background-repeat: no-repeat;
    left: 50%;
    top: -47px;
    transform: translateX(-50%);
    z-index: 1000;
}

/* .anmeldung .row {
    min-height: 970px;
} */

.weihnachtsempfang main {
    background-image: url(/userdata/images/ch_bg.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}



.weihnachtsempfang .anmeldung h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    color: var(--fc-dark-8);

}

.weihnachtsempfang .form-group.radio {
    padding: 0;
    font-style: italic;
    font-size: var(--fs-300);
}

.weihnachtsempfang div#submit_button {
    padding-top: 15px;
}

.form-group.dropdown_rooms {
    padding-block: 0;
    padding-top: 5px;
}

.weihnachtsempfang input#button {
    width: 100%;
    background: #69a1b5;
}



.weihnachtsempfang .anmeldung:before {
    content: '';
    background-image: url(/userdata/images/Anmeldung.png);
    display: block;
    position: absolute;
    width: 330px;
    height: 100px;
    background-repeat: no-repeat;
    left: 50%;
    top: -47px;
    transform: translateX(-50%);
    z-index: 1000;
}

.weihnachtsempfang .sitepart_6 h2 {
    font-size: inherit;
    border-top: 1px solid goldenrod;
    padding-block-start: 10px;
    margin-top: 5px;
    float: left;
    width: 100%;
    color: var(--fc-dark-8);

}

.form-group.vorspeise_person_1,
.form-group.vorspeise_person_2 {
    width: 50%;
    padding-right: 10px;
}

.form-group.hauptspeise_person_1,
.form-group.hauptspeise_person_2 {
    width: 50%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 97vmax !important;
    z-index: 1;
    display: none;
}

.weihnachtsempfang div#particles-js {
    display: block !important;
}

.weihnachtsempfang canvas {
    display: block;
    vertical-align: bottom;
}

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

@font-face {
    font-family: 'Pixelated MS Sans Serif';
    src: url('/layout/frontend/b2c/dist/fonts/ms_sans_serif_bold.ttf') format('truetype');
    font-weight: bold;

}


.windows .infoboard_boxes,
.windows .meal_delivery_group,
.windows .infoboard_modal_container,
.windows .workspace_group,
.windows .future_appointments {
    border: none;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.windows button.infoboard_day_button {
    top: 0;
    background: no-repeat;
    padding: 5px 0;
    color: #222;
    font-weight: bold;
    width: 100%;
    text-align: left;
    border-bottom: 2px dotted grey;
}

.windows .right_content {
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
    padding: 2px 7px;
    margin-right: 3px;
}

.windows div#hero_content {
    display: none !important;
}

.windows .mandant_link img {
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
}

.windows .forwarding-wrapper {
    margin-top: 0px;
}

.windows .openModal {
    top: 5px;
    right: 5px;
}

.windows {
    font-family: "Pixelated MS Sans Serif";
    -webkit-font-smoothing: none;
    font-size: 11px;
}

.windows .collection_list.news .collection_container:after {
    display: none;
}

.windows .headline {
    cursor: move;
}

.left_content {
    display: flex;
    align-items: center;
}

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

.windows .workspace_table td {
    border-bottom: 1px dotted grey;
}

.windows div#header_1 img {
    background: none;
}

.minimized_tab img {
    height: 16px !Important;
    object-fit: contain;
    width: auto !Important;
}

.minimized_tab {
    background: var(--bg-white);
    padding: 2.5px 7px;
    border-radius: var(--br);
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1px;
    margin-left: 5px;
    min-height: 22px;
    line-height: 1;
}

button.minimize-button {
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border-radius: 0;
    padding: 5px;
    color: #222;
    aspect-ratio: 1;
    width: 21px;
    font-weight: bold;
    height: 21px;
    position: relative;
}

button.minimize-button:before {
    content: '--';
    text-align: left;
    position: absolute;
    left: 4px;
    bottom: 7px;
    font-weight: bold;
    font-size: 20px;
    line-height: 0;
}

.win_toolbar {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
}

.windows .collection_list.news:nth-child(1) .collection_content.vorschaubild img {
    height: 250px !important;
    width: 100% !important;
}

.windows .workspace_table th {
    font-size: 11px;
    opacity: 1;
}

.windows .future_appointments {
    max-height: 212px;
}

.windows .future_appointments.full_event_list {
    max-height: unset;
}

.windows .fa_list {
    padding-block: 14px;
}

.windows .collection_list.news .collection_content.vorschaubild img {
    height: 220px !important;
    width: 200px !important;
    padding: 3px;
    filter: unset;
}

.windows .collection_list.news .collection_container {
    color: #222;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    padding-left: 222px;
    background-color: silver;
}

.windows .news_title h2 {
    position: absolute;
    top: 1.5rem;
    color: var(--fc-white-8);
    width: calc(100% - 6px);
    top: 3px;
    left: 3px;
    padding: 8px;
    font-size: 14px;
    background: linear-gradient(90deg, navy, #1084d0);
}

.windows .mein-konto a {
    color: #222;
    background-color: silver;
    padding: 10px;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.windows .ankuendigungen_dashboard {
    display: none;
}

.windows main {
    background-image: url(/userdata/images/win98clouds.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    /* background: teal; */
}

.windows .sidebuttons {
    bottom: 42px;
}

.windows li.level_1 a:hover {
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.quick_content {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 1px;
}


.windows a.button:active,
.windows button.minimize-button:active,
.windows .svg_content:active,
.windows input.button:active,
.windows .forwarding_content_container:active,
.windows .start:active {
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
}

.windows .infoboard_boxes {
    padding-block-start: 33px;
}

.windows .infoboard_boxes:before {
    content: 'Infoboard';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 5px);
    font-size: 14px;
    background: linear-gradient(90deg, navy, #1084d0);
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 13px;
    color: #fff;
    font-weight: bold;
}

.windows .collection_content.teaser {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.windows .component.mein-konto {
    padding: 0;
    position: relative;
    left: 8px;
    display: none;
}

.icon_w img {
    aspect-ratio: 1;
    width: 18px !Important;
}



.windows_taskleiste {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 9999;
    align-items: center;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    background: silver;
    justify-content: space-between;
}

.windows .windows_taskleiste {
    display: flex;
}

.windows .start {
    float: left;
    cursor: pointer;
    margin-left: 2px;
    vertical-align: middle;
    background-color: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    min-width: 59px;
    margin-right: 6px;
    color: #000;
    padding: 3px 7px;
    display: flex;
    min-height: 22px;
    align-items: center;
}

.windows div#log_out {
    display: none;
}

.windows .collection_list.news:nth-child(1) .collection_container {
    padding-left: 2rem;
}

.windows .collection_list.news:nth-child(1) .collection_container:before {
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    background: silver;
}

.windows h3.collection_content.news__title.title.custom {
    color: #222;
}

.windows .collection_list.news .collection_container:hover .collection_content.vorschaubild img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.windows .collection_list .news_link {
    top: 14px;
    right: 1rem;
}

.windows .collection_list .news_link a {
    color: #fff;
}


.windows .infoboard_modal_container {
    padding: 3px;
    overflow: hidden;
}

.windows .infoboard_modal_container .infoboard_boxes {
    padding: 1rem;
}

.windows .tdnn {
    display: none;
}

.windows .meal_delivery_group:before {
    display: none;
}



.windows nav {
    border-right: none;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

.windows .meal_delivery_group,
.windows .workspace_group,
.windows .future_appointments {
    padding: 3px;
}

.windows .fa_wrapper {
    padding-inline: 2rem;
}

.windows .toggle_mandant_switch svg {
    fill: #222;
}

.windows .headline h2,
.windows .title_with_icon h2 {
    color: #fff;
    font-size: 14px;
}

.windows .lieferandude {
    padding: 1rem 1.5rem;
}

.windows a.button {
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: silver;
    color: #222;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border-radius: 0;
    min-width: 75px;
    padding: 8px 12px;
}

.windows .workspace_table {
    padding: 1rem;
}

.windows .headline,
.windows .title_with_icon {
    font-size: 11px;
    background: linear-gradient(90deg, navy, #1084d0);
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 13px;
}

.windows .svg_content {
    width: unset;
    height: unset;
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border-radius: 0;
    padding: 5px;
}

.windows .svg_content svg {
    fill: #222;
    width: 11px;
    height: 11px;
}

.windows .news_dashboard {
    height: 413px;
}

.windows .infoboard_modal_container .infoboard_boxes:before {
    display: none;
}

.windows a {
    color: #00f;
}

.windows .infoboard_modal_container .infoboard_boxes {
    box-shadow: unset;
}

.windows .infoboard_category_meeting {
    border-bottom: 1px dotted grey;
}

.windows .meal_delivery_group {
    margin-top: 0px;
}

.windows .mandant_switch {
    height: calc(100vh - 30px);
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

.windows input.button {
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: silver;
    color: #222;
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    border-radius: 0;
    min-width: 75px;
    padding: 8px 12px;
}

.windows ::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

.windows ::-webkit-scrollbar-corner {
    background: #dfdfdf;
}

.windows .lieferungs_rezept {
    padding-block-end: 1rem;
    margin: 0 1.5rem;
}

.windows .food_list table {
    font-size: 11px;
}

.windows .contact_info .infoboard_contact {
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.windows span.infoboard_contact_tooltip {
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.windows tr.food_list_row:nth-child(even) td {
    border-block: 1px dotted grey;
}

.windows .infoboard_category_meeting .infoboard_contact {
    color: #222;
    font-size: 11px;
}

.windows .fa_list {
    border-bottom: 1px dotted grey;
}

.windows .meal_delivery_group form {
    padding: 1.5rem;
}

.windows .forwarding_content_container {
    background: var(--bg-white);
    padding: 2.5px 5px;
    border-radius: var(--br);
    border: none;
    scale: 1;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
}

.windows .forwarding-wrapper {
    gap: 5px;
}

.windows nav {
    display: none;
    height: auto !important;
    bottom: 30px;
    top: unset;
    z-index: 9999;
}

.windows .forwarding_image svg {
    width: 12px;
    height: 15px;
}

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

.windows textarea {
    padding: 3px 4px;
    border: none;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.windows input[type=email],
.windows input[type=password],
.windows input[type=text] .windows select,
.windows textarea {
    box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
}

.windows ::-webkit-scrollbar {
    width: 16px;
}

.windows *::-webkit-scrollbar-thumb {
    border-radius: 0;
}

body.login_area_new {
    background-image: url(/userdata/images/Login_Bg.jpg);
    background-size: cover;
    background-color: #00000052;
    background-blend-mode: overlay;
}

.login_new_logo {
    position: fixed;
    top: 2rem;
    left: 2rem;
    filter: invert(1);
    max-width: 200px;
}

.login_new_form_container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;

}

.blur_bg {
    backdrop-filter: blur(20px);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #0000007d;
    padding: 15px;
    display: none;
    z-index: 100;
}

.login_new_form img {
    max-width: 160px;
    height: auto !important;
    margin: 0 auto;
    padding-block-end: 1rem;
}

/* .login_new_form .input2.name {
    display: none;
} */
.login_new_form .input2 {
    background: #00000087;
    color: white;
    border: 1px solid grey;
}

.ansprache_input {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: white;
    justify-content: center;
}

span#name_tag {
    text-transform: uppercase;
    cursor: pointer;
}

.login_new_form ::placeholder {
    color: white;
}

/* Hintergrund transparent machen */
.login_new_form input:-internal-autofill-selected {
    background-color: transparent !important;
}

/* Schriftfarbe weiß machen */
.login_new_form input:-internal-autofill-selected {
    color: white !important;
}


.login_new_form {
    max-width: 290px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    padding: 1rem;
    gap: 15rem;
}

.login_new_links .component {
    display: flex;
    align-items: center;
    color: white;
    gap: 15px;
}

.login_new_links {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.login_new_buttons button {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    line-height: 1;
}

.login_new_buttons button svg {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.login_new_buttons button:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    display: block;
    width: 18px;
    height: 12px;
    float: right;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2rem;
}

.currentDate {
    font-size: 25px;
    line-height: 1;
}

.login_new_time {
    text-align: center;
    color: white;
    font-weight: bold;
    padding-block-start: 5rem;
}

.currentTime {
    font-size: 110px;
    line-height: 1;
}

.instagram-embed {
    max-width: 300px;
    width: calc(100% - 2px);
    border-radius: 3px;
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
    height: 400px;

}

/* Responsiv */

@media (max-width: 1720px) {
    .lieferungs_rezept {
        position: relative;
        right: unset;
        top: unset;
    }
}

@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: 1600px) {
    .ankuendigungen_dashboard {
        position: relative;
        top: unset;
        right: unset;
        max-width: 500px;
        padding-inline: 10px;
        margin-top: 1rem;
        width: 100%;
        float: left;
    }



    .contact_card_list {
        width: 33.33%;
    }
}

@media (max-width: 1249px) {

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

    .kc_category_line_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .row.resize {
        max-width: 390px;
    }

    .ankuendigungen_dashboard {
        max-width: unset;
    }

    .collection_list.stellen {
        width: 33.33%;
    }

    .windows main {
        padding-top: 0;
    }

    .collection_list.news.ankuendigungen .collection_container {
        background-size: 12%;
    }


    div#logo-area {
        display: none;
    }

    .posts {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    }



    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#horizontal_nav_bar {
        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;
        padding-block-end: 65px;
    }

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

    .collection_list.schulung {
        width: 50%;
    }
}


@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }

    .tippspiel iframe#myIframe {
        height: 94vh;
    }

    .kc_category_line_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .collection_list.schulung {
        width: 50%;
    }

    .el_post_new tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left !important;
    }

    .el_post_new tr td {
        text-align: left !important;
        border: none;
        padding: 5px 0;
    }

    .el_post_new tr td:last-child {
        border-bottom: 1px solid var(--border);
        padding-bottom: 10px;
    }

    .el_post_new {
        white-space: unset;
    }

    .el_category_new {
        padding: 1rem;
    }


    .sidebuttons {
        bottom: 75px;
        right: 10px;
    }



    a.game_card {
        height: auto;
        max-width: 50%;

    }

    .collection_full.news.schulung .collection_content_full {
        padding: 1rem 3rem 3rem 0rem;
    }

}

@media (max-width: 992px) {

    .collection_list.news {
        width: 33.33%;
    }

    .kc_category_line_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .dish_grid {
        grid-template-columns: 1fr;

    }

    .collection_content.news_content_left {
        grid-area: left;
        position: relative;
        top: unset;
        float: left;
        width: 100%;
    }

    .collection_full.news .collection_container {
        display: block;
        padding: 0;
    }

    .weihnachtsempfang .christmas_intro .textcontent {
        font-size: var(--fs-650);
        padding: 1rem;
        border-radius: var(--br);
    }

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

    .weihnachtsempfang .christmas_group .row {
        border-radius: var(--br);
    }

    .infoboard_modal .content_day {
        border-right: none;
        padding-block-end: 1rem;
    }

    .infoboard_modal button.infoboard_day_button,
    .infoboard_modal .inhouse_and_outhouse,
    .infoboard_modal .contact_info {
        padding: 0;
        border: none;
    }

    .infoboard_modal_container {
        padding: 1.5rem;
        overflow-y: scroll;
    }

    .infoboard_modal .inhouse,
    .infoboard_modal .outhouse {
        padding-block-end: 0rem;
    }

    .contact_card_list {
        width: 50%;
    }

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }


    .collection_content_full {
        padding: 3rem;
    }



    .collection_content.learnings {
        border: none;
    }


}

@media (max-width: 768px) {
    #cookie-bar {
        text-align: center;
    }

    .payment_type {
        display: block;
    }

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen:nth-child(1) .collection_container {
        background-size: 26% !important;
    }

    .kc_category_line_list {
        grid-template-columns: repeat(1, 1fr);
    }

    div#weather-widget {
        flex-direction: column;
    }

    .collection_list.stellen {
        width: 50%;
    }

    .collection_list.schulung {
        width: 100%;
    }

    .posts {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .mandant_link img {
        width: 100%;
    }

    .collection_list.news {
        width: 50%;
    }

    .collection_content.artikel.zielgruppe ul {
        column-count: 1;
    }

    .collection_content.learnings ul {
        column-count: 1;
    }

    .collection_full.news.schulung .collection_content.select_multi_contact {
        column-count: 1;
    }

    .collection_full.news.schulung .collection_content_full {
        padding: 0 1rem;
    }

    .task_item,
    input.add_task,
    input.send_task {
        font-size: calc(var(--fs-700) * 1.2);
    }

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

    .historie nav {
        background: var(--blur_nav);
        border-right: 1px solid var(--border);
        opacity: 1;

    }

    .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_list.plattformen.not_read .collection_container {
        padding: 1rem;
    }

    .collection_content.plattform_img img {
        width: 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: 2px;
        flex-direction: column;
        align-items: baseline;
    }

    div#closeoverlay:after {
        line-height: 1.3;
    }

    .adress.row {
        margin-block-end: 0rem;
    }

    .modal_section {
        padding-block: 1rem;
    }

    .collection_list.changelog.not_read .collection_container {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .collection_list.changelog {
        padding-block-end: 3rem;
    }



    .basic_info_inputs .form_group {
        flex: 1 1 50%;
    }

    .form_section {
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .modal_sidebar {
        display: none;
    }

    .image_group_inputs .form_group {
        flex: 1 1 50%;
    }

    .forwarding_text {
        gap: 1rem;
    }

    .infoboard_meeting {
        padding-left: 0;
    }

    .infoboard_meeting:after {
        display: none;
    }



    .collection_list.news.ankuendigungen:after {
        right: 48px;
    }

    .kc_category_list .row {
        margin-block-end: 1rem;
    }

    .contact_card_list {
        width: 100%;
        padding-inline: 0;
    }

    .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);
        margin: 10px 3px 0px 0px;
    }

    .pop-up-button.current {
        border-bottom: 1px solid var(--clr-mandant);
    }

    .pop-up-button {
        margin-top: 0rem;
    }

    .contact_card {
        background: none;
        min-height: unset;
    }

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

    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,
    .kontaktdaten div#hero_content {
        height: 160px;
    }

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

    a.kc_category_link {
        flex: 1 1 50%;
    }

    .dashboard .news_dashboard {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .profil_banner {
        padding: 1.5rem;
    }

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



    .dashboard .kc_group_container {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 0;
        background: none;
        border: none;
        margin-bottom: 1rem;
    }



    .collection_list.news.ankuendigungen h3.collection_content.news.ankuendigungen__title.title.custom {
        min-height: unset;
        -webkit-line-clamp: unset;
    }

    .lieferungs_rezept {
        position: relative;
        right: unset;
        top: unset;
    }

    .meal_delivery input.button {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 1rem;
    }

    .payment_type {
        width: 100%;
        margin: 0;
    }

    button.infoboard_day_button {
        top: 0;
        position: relative;
        margin-bottom: 1rem;
    }

    .content_day.this_day {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding-block-end: 1rem;
        margin-top: -35px;
    }

    .windows .collection_list.news .collection_content.vorschaubild img,
    .windows .collection_list.news:nth-child(1) .collection_content.vorschaubild img {
        height: 180px !important;
        width: 100% !important;
    }

    .windows .mobile_navigation_container a {
        color: var(--fc-dark);
    }

    .windows .news_dashboard.news_dashboard .collection_list.news .collection_container {
        height: 330px !important;
    }

    .windows .content_day.this_day {
        margin-top: 10px;
    }

    .dashboard .collection_list.news:nth-child(1) .collection_container {
        padding-bottom: 4rem;
    }

    .dashboard .collection_list.news .collection_container {
        padding: 1.5rem;
        padding-bottom: 4rem;

    }

    .infoboard_boxes {
        gap: 1.5rem;
        flex-direction: column;
    }

    .news .collection_list.news .collection_container .collection_content.vorschaubild img {
        height: atuo !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;
    }

    .dashboard .collection_list.news .collection_container:before {
        content: 'mehr lesen';
        background: var(--clr-mandant);
        border-radius: calc(var(--br) - 4px);
        padding: 2px 6px;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .dashboard .collection_list.news:nth-child(1) .collection_container:before {
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .collection_list h3.collection_content.title.custom {
        -webkit-line-clamp: 2;
    }

    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .dashboard .news_dashboard.news_dashboard .collection_list.news .collection_container {
        height: 400px;
    }

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

    .owl-item img.kc_img {
        height: 210px !important;
    }

    div#header_1 img {
        padding: 5px;
    }

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

    button.profil_settings {
        right: 10px;
        top: 10px;
        font-size: var(--fs-300);
        padding: 7px 10px;
    }

    .collection_list.news.ankuendigungen .collection_container {
        background-size: 28%;
    }

    .kontaktdaten_list {
        background: none;
        border: none;
        padding: 0;
    }
}

@media (max-width:600px) {
    :root {
        --fs-800: 1.2em;
    }

    .certificate_wrapper {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .login_new_logo {
        left: 50%;
        max-width: 130px;
        transform: translateX(-50%);
    }

    .year_filter {
        padding: 0 0px;
        padding-bottom: 10px;
    }

    .year_filter .textcontent {
        gap: 5px;
    }



    body.login_area_new {
        background-position: center;
    }

    .login_new {
        background: #00000057;
    }

    .currentDate {
        font-size: 20px;
    }

    .currentTime {
        font-size: 100px;
    }

    .login_new_links {
        right: unset;
        transform: translateX(-50%);
        left: 50%;
    }

    .future_appointments {
        margin-bottom: 0rem;
    }

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

    .profil .profil_banner {
        margin-block: 0rem;
    }

    .collection_list.stellen {
        width: 100%;
    }

    .collection_list {
        width: 100%;
    }

    .post_image_slider img,
    .post_image_slider {
        height: auto !important;
        min-height: 60px;
        margin-bottom: 15px;
    }

    .marketplace div#area-2 .container {
        padding: 0;
    }

    p.post_content_desc {
        min-height: unset;
    }

    .posts {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 10px;
    }

    .community_board_header {
        padding-inline: 5px;
        flex-direction: column-reverse;
        gap: 5px;
        width: 100%;
        align-items: baseline;
    }

    a.category_item {
        padding: 6px 10px;
    }

    img.profil_img {
        width: 90px !important;
        height: 90px !Important;
    }

    button.new_post_button {
        width: 100%;
    }

    .post,
    .post_header {
        border-radius: 0;
        border: none;
    }

    .weihnachtsempfang .agenda:before,
    .weihnachtsempfang .anmeldung:before {
        background-size: 70%;
        background-position: center;
    }

    .weihnachtsempfang .christmas_group .row {
        padding: 1.5rem;
        padding-block-start: 3rem;
    }

    .el_post_new tr td {
        padding: 1px 0;
    }

    .el_post_new tr td:first-child {
        padding-top: 10px;
    }

    .weihnachtsempfang .christmas_group.anmeldung {
        margin-top: 3rem;
    }

    .contact_group.list_form .contact_card {
        flex-direction: column;
        align-items: baseline;
        background: var(--blur_elevated);
        border-radius: var(--br);
        padding: 1rem;
        margin-top: 1rem;
        border: 1px slid var(--border);
    }

    .protected_overlay {
        width: 100%;
    }

    .dashboard .collection_content.teaser {
        display: -webkit-box;
    }

    .openModal {
        top: 1rem;
        /* display: none; */
        right: 1rem;
    }

    .infoboard_modal .inhouse_and_outhouse {
        padding-block-end: 1rem;
    }

    button.infoboard_day_button {
        margin-bottom: 5px;
    }

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

    .workspace_group {
        margin-bottom: 1rem;
    }

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

}

@media (max-width: 500px) {

    .logo_3 {
        padding: 0px;
    }

    .logo_3 img {
        padding: 10px 5px !important;
    }

    .login_new_time {
        display: none;
    }

    .login_new_form>img {
        display: none;
    }

    .login_new_form input#confetti {
        width: auto;
        color: #000000;
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 24px;
        line-height: 0;
        background: #ffffff;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: system-ui;
        padding-block-end: 19px;
        margin-bottom: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }

    nav {
        height: 50px;
    }

    li.level_1:nth-child(1):before,
    li.level_1:nth-child(2):before,
    li.level_1:nth-child(3):before,
    li.level_1:nth-child(4):before,
    li.level_1:nth-child(5):before,
    li.level_1:nth-child(6):before,
    li.level_1:nth-child(7):before,
    li.level_1:nth-child(8):before,
    li.level_1:nth-child(9):before,
    li.level_1:nth-child(10):before {
        margin-top: 5px;
    }

    .collection_full.schulung .collection_content.termin_pro_schulung {
        padding: 1rem;
        margin-top: 1rem;
        max-width: 95%;
    }

    .collection_content.learnings {
        padding: 0px;
    }

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

    .collection_full.schulung .collection_content.select_multi_contact {
        column-count: 1;
    }

    button#closeCollection {
        position: relative;
        top: 0px;
        right: 0px;
        border-radius: var(--br);
        padding: 10px;
        width: 40px;
        height: 37px;
    }

    .modal_escalation_content {
        padding: 30px;
    }

    .warning_icon {
        top: 1rem;
        right: 1rem;
    }

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

    .modal_escalation .oktoplus {
        left: 5px;
        bottom: 5px;
    }

    .modal_escalation.second_phase .oktoplus {
        left: 5px;
        bottom: 5px;
    }

    .feed .collection_content.banner img {
        height: 100% !Important;
        border-radius: var(--br);
    }

    .feed .collection_content.banner_link a {
        position: relative;
        bottom: unset;
        right: unset;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        box-shadow: none;
    }

    main {
        padding-top: 50px;
    }

    div#header_1 img {
        padding: 16px 5px;
    }

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

    .form_toolbar {
        position: unset;
    }


    img.profil_bg {
        height: 100px !important;
    }

    .infoboard_category_meeting .infoboard_contact {
        font-size: 11px;
    }



    .collection_full.news.schulung .collection_content_full {
        padding: 0;
    }

    .full_preview .contactformular {
        padding: 2rem 0;
        border-radius: 0;
        border: none;
        border-top: 1px solid var(--border);
    }



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

    .news .collection_list.news .collection_container .collection_content.teaser {
        margin-bottom: 1.5rem;
        padding-top: 5px;
        -webkit-line-clamp: 2;
    }

    .news .collection_list.news .collection_container h3.collection_content.news__title.title.custom {
        -webkit-line-clamp: 2;
    }



    .profil_header {
        padding-block-end: 1rem;
        padding-inline: 1rem;
        padding-block-start: 40px;
    }

    .feed .collection_content.vorschaubild img {
        height: 200px !Important;
    }

    .profil_skills {
        padding: 1rem;
    }

    .outhouse .infoboard_meeting:before,
    .inhouse .infoboard_meeting:before {
        width: 20px;
    }

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

    .collection_list.news {
        padding: 5px 0;
        width: 100%;
    }

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

    .collection_full.news {
        width: 100%;
        float: left;
        padding: 5px;
    }

    .dashboard div#hero_content {
        height: 170px;
        background-image: var(--mandant_bg);
    }

    .halloween div#hero_content {
        height: auto;
        background-image: none;
        margin-top: 3rem;
    }

    .halloween .pumpkin02 {
        max-width: 63px;
        top: 130px;
        display: none;
    }

    body.halloween {
        background: url(/userdata/images/halloween.webp);
        background-attachment: fixed;
        background-size: contain;
    }

    div#hero_content {
        height: 100px;
    }

    .news div#hero_content {
        height: auto;
        padding-block: 1rem;
    }

    div#hero_content .breadcrumb {
        padding-inline: 5px;
    }

    .news_filter_hero {
        gap: 0.5rem;
    }

    .halloween .spider {
        left: 10px;
        display: none;
    }

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

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

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

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

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

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen:nth-child(1) .collection_container {
        padding-bottom: 1rem;
        background-position: bottom right;
        background-size: 35%;
    }




    iframe {
        height: 210px;
    }

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


    .container {
        min-width: 250px;
    }

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

    .collection_content.news_content_right {
        padding: 0;
    }

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

    .dashboard .ankuendigungen_dashboard .collection_list.news.ankuendigungen:nth-child(1) .collection_container {
        background-size: 25%;
    }

    .collection_full.news .collection_content.artikeltext {
        padding-block-end: 1rem;
    }

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

    .collection_full.news .owl-item img {
        height: 90px !important;
    }

    div#hero_content .breadcrumb {
        padding-inline: 5px;
    }


}

@media (min-width: 768px) {

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

    .windows .container {
        max-width: 100%;
    }

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

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

/* qr-code */
.intranet.profil .qr-code-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.intranet.profil .qr-code-container .block_left .qr-code__text {
    font-size: var(--fs-300);
    margin-top: 10px;
}

/* qr-code end */

.verlinkung_weihnachtsempfang {
    border-radius: var(--br);
    border: 1px solid var(--border);
    background: var(--blur_elevated);
    width: 100%;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}

/* Ankündigungen Unterseite */

.collection_full.news.ankuendigungen .collection_container .collection_content.reading_time {
    display: none;
}

.collection_full.news.ankuendigungen .collection_container .collection_content.ank_text_img {
    padding-left: 15px;
    width: 50%;
}

.collection_full.news.ankuendigungen .collection_container .collection_content.ank_text {
    padding-left: 15px;
}

.collection_full.news.ankuendigungen .collection_container {
    display: block;
}

/* .intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen {
    padding: 30px;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.ank_text_img {
    width: 50%;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.date {
    display: none;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.teaser {
    padding: 20px 0px;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.ankuendigungen__title.title.custom {
    font-size: x-large;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.ankuendigungen__title.title.custom:after {
    content: '—';
    display: block;
    color: var(--clr-mandant);
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.reading_time {
    padding-top: 40px;
    font-style: italic;
    font-weight: bold;
}
.intranet.ankuendigungen.ankuendigungen.full_preview .collection_full.ankuendigungen .collection_container .collection_content.reading_time:after {
    content: '';
    display: block;
    padding-top: 20px;
    border-bottom: 1px solid var(--lt-color-gray-300);
} */

/* image_pos_top */

.image_pos_top {
    .collection_content.vorschaubild {
        img {
            object-position: 0px -50px;
        }
    }
}

/* image_pos_top end */

#google_translate_element img {
    display: none;
}

.april {
    transform: scaleX(-1);
}

/* .april p, .april h1, .april h2, .april a, .april li, .april *{
    transform: scaleX(-1);
} */