/*!
 * File: im-truck-main.css
 * Version: 1.2.1
 */

/*
 * Author: Torsten Reinecke
 * Last Updated: 2026-02-19
 * latest Version: https://design.local/interim/imtruck/im-truck-main.css
 * Change Log:
 * 2.2.1 added gap to -im-main-menu in the header, please delet "&ensp;&ensp;" in <li>
 * 
 */

/* #region root */

:root {
    /* design colors */
    --im-color-1: #342F79;
    --im-color-1-darker: #29265e;
    --im-color-1-lighter: #393e8f;
    --im-color-1-lighter-2: #5357a5;
    --im-color-1-inactive: #4a4e88;
    --im-color-1-gradient: linear-gradient(0deg, var(--im-color-1-darker) 0%, var(--im-color-1) 100%);
    --im-color-1-gradient-2: linear-gradient(0deg, var(--im-color-1-lighter) 0%, var(--im-color-1-lighter-2) 100%);
    --im-color-1-gradient-to-white: linear-gradient(0deg, var(--im-color-1-lighter) 0%, #ffffff 100%);
    --im-color-2: #ec4646;
    --im-color-2-lighter: #f56868;
    --im-color-2-darker: #ca3636;
    --im-color-2-light: #ffd6d6;
    --im-color-2-gradient: linear-gradient(180deg, rgba(255, 214, 214, 1) 0%, rgba(236, 70, 70, 1) 100%);
    --im-color-2-gradient-to-white: linear-gradient(180deg, rgba(236, 70, 70, 0) 0%, rgba(236, 70, 70, .35) 100%);
    --im-color-3: #EBAD07;
    --im-color-3-lighter: #e6b737;
    --im-color-3-darker: #cc9600;
    --im-color-3-light: #F8E3AB;
    --im-color-3-gradient: linear-gradient(180deg, var(--im-color-3-light) 0%, var(--im-color-3) 100%);
    --im-color-green-lighter: #68c48b;
    --im-color-green-light: #42b36d;
    --im-color-green: #34a15e;
    --im-color-green-dark: #288d4f;
    --im-color-green-gradient: linear-gradient(0deg, var(--im-color-green) 0%, var(--im-color-green-dark) 100%);
    --im-color-green-gradient-lighter: linear-gradient(0deg, var(--im-color-green-lighter) 0%, var(--im-color-green) 100%);
    --im-color-yellow-lighter: #f0c758;
    --im-color-yellow-light: #f3c137;
    --im-color-yellow: #ebad07;
    --im-color-yellow-dark: #d69302;
    --im-color-yellow-gradient: linear-gradient(0deg, var(--im-color-yellow) 0%, var(--im-color-yellow-dark) 100%);
    --im-color-yellow-gradient-lighter: linear-gradient(0deg, var(--im-color-yellow-lighter) 0%, var(--im-color-yellow) 100%);
    --im-color-red-lighter: #ff7979;
    --im-color-red-light: #f75353;
    --im-color-red: #ec4646;
    --im-color-red-dark: #ce3838;
    --im-color-red-darker: #ce3838;
    --im-color-red-gradient: linear-gradient(0deg, var(--im-color-red) 0%, var(--im-color-red-dark) 100%);
    --im-color-red-gradient-ligther: linear-gradient(0deg, var(--im-color-red-lighter) 0%, var(--im-color-red) 100%);
    --im-color-highlight-lighter: #419aff;
    --im-color-highlight-light: #2088ff;
    --im-color-highlight: #0078ff;
    --im-color-highlight-dark: #056add;
    --im-color-highlight-gradient: linear-gradient(0deg, var(--im-color-highlight) 0%, var(--im-color-highlight-dark) 100%);
    --im-color-highlight-gradient-lighter: linear-gradient(0deg, var(--im-color-highlight-lighter) 0%, var(--im-color-highlight) 100%);
    /* status */

    --im-color-status-early: #0a883b;
    --im-color-notice-success-lighter: #34a15e;
    --im-color-notice-success-darker: #06702f;
    --im-color-notice-success-light: #c5ddcd;
    --im-color-status-late: #ec4646;
    --im-color-notice-alert-lighter: #f76b6b;
    --im-color-notice-alert-darker: #c43333;
    --im-color-notice-alert-light: #ffd0d0;
    --im-color-notice-warning: #eb6e07;
    --im-color-notice-warning-lighter: #ec833e;
    --im-color-notice-warning-darker: #c9630a;
    --im-color-notice-warning-light: #ffdec3;
    --im-color-notice-rating: #EBAD07;
    --im-color-notice-rating-lighter: #f7b72c;
    --im-color-notice-rating-darker: #d89700;
    --im-color-notice-rating-light: #f5eacc;
    --im-color-status-intime: #4b75ff;
    --im-color-notice-info-lighter: #688bff;
    --im-color-notice-info-darker: #3662f1;
    --im-color-notice-info-light: #d9e2ff;
    --im-color-status-hastime: #646464;
    --im-color-notice-info-lighter: #688bff;
    --im-color-notice-info-darker: #3662f1;
    --im-color-notice-info-light: #d9e2ff;
    /* notice */

    --im-color-notice-success: #0a883b;
    --im-color-notice-success-lighter: #34a15e;
    --im-color-notice-success-darker: #06702f;
    --im-color-notice-success-light: #c5ddcd;
    --im-color-notice-alert: #ec4646;
    --im-color-notice-alert-lighter: #f76b6b;
    --im-color-notice-alert-darker: #c43333;
    --im-color-notice-alert-light: #ffd0d0;
    --im-color-notice-warning: #eb6e07;
    --im-color-notice-warning-lighter: #ec833e;
    --im-color-notice-warning-darker: #c9630a;
    --im-color-notice-warning-light: #ffdec3;
    --im-color-notice-rating: #EBAD07;
    --im-color-notice-rating-lighter: #f7b72c;
    --im-color-notice-rating-darker: #d89700;
    --im-color-notice-rating-light: #f5eacc;
    --im-color-notice-info: #4b75ff;
    --im-color-notice-info-lighter: #688bff;
    --im-color-notice-info-darker: #3662f1;
    --im-color-notice-info-light: #d9e2ff;
    /* vessel */

    --im-color-rail: #ff9189;
    --im-color-rail-light: #f8c0bc;
    --im-color-rail-passive: #c2acab;
    --im-color-rail-light-passive: #f0dbd9;
    --im-color-rail-white: #ffeae8;
    --im-color-rail-white-odd: #f7dfdd;
    --im-color-street: #78a7ff;
    --im-color-street-light: #abcfff;
    --im-color-street-passive: #a2b0ca;
    --im-color-street-light-passive: #abb4be;
    --im-color-street-white: #e7edfa;
    --im-color-street-white-odd: #d2daeb;
    --im-color-street-gradient-to-white: linear-gradient(0deg, rgba(120, 167, 255, .5) 0%, #ffffff 100%);
    --im-color-sea: #86e0e0;
    --im-color-sea-light: #beffff;
    --im-color-sea-passive: #b3d3d3;
    --im-color-sea-light-passive: #dbeeee;
    /* alert steps */

    --im-alert-10: #008000;
    --im-alert-10-light: #d5eed5;
    --im-alert-9: #379b02;
    --im-alert-9-light: #dbeed5;
    --im-alert-8: #81c700;
    --im-alert-8-light: #e1eccc;
    --im-alert-7: #acc700;
    --im-alert-7-light: #eaeccc;
    --im-alert-6: #cad800;
    --im-alert-6-light: #edf0c7;
    --im-alert-5: #d8d800;
    --im-alert-5-light: #e9f0c7;
    --im-alert-4: #ebd400;
    --im-alert-4-light: #eeeaca;
    --im-alert-3: #eb9100;
    --im-alert-3-light: #eee0ca;
    --im-alert-2: #ff7b00;
    --im-alert-2-light: #f8cfa8;
    --im-alert-1: #ff2600;
    --im-alert-1-light: #f8bba8;
    --im-alert-0: #ec0303;
    --im-alert-0-light: #fce2e2;
    /* element */

    --im-color-bg-nav: #b6b6b6;
    --im-color-bg-nav-darker: #a3a3a3;
    --im-color-bg-nav-lighter: #c4c4c4;
    --im-color-bg-nav-gradient: linear-gradient(180deg, rgba(196, 196, 196, 1) 0%, rgba(163, 163, 163, 1) 100%);
    --im-color-bg-nav-gradient-light: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgb(209, 209, 209) 100%);
    --im-color-bg-nav-gradient-lighter: linear-gradient(175deg, rgba(240, 240, 240, 1) 0%, rgb(218, 218, 218) 60%), radial-gradient(circle at 30% -100%, rgba(255, 255, 255, 0.9), transparent);
    --im-color-table-odd: #f0f0f0;
    --im-color-table-hover: #b8f4ff;
    --im-color-table-odd-hover: #a8e9f5;
    --im-nav-text-color: #fff;
    --im-subnav-text-color: #242424;
    --im-content-width: 950px;
    --im-font: 'Manrope', 'Arial', Serif;
    --im-text-color: #252525;
    --im-text-color-grey: #838383;
    --im-menu-font-size:;
    --im-padding: 5px;
    --im-padding-medium: 10px;
    --im-padding-large: 20px;
    --im-radius: 5px;
    --im-brake-pad: 1100px;
    --im-brake-mobile: 640px;
    --im-laterally-mobile: 20px;
    --im-link-color: #3d28fc;
    --im-link-color-invert: #d3dfff;
}

/* #endregion */

/* IMSLOT Global alt*/

:root {
    /* Colors */

    --im-color-white-grey: #f0f0f0;
    --im-color-grey-lighter: #d6d6d6;
    --im-color-grey-light: #808080;
    --im-color-grey: #616161;
    --im-color-grey-dark: #3d3d3d;
    --im-color-grey-darker: #2c2c2c;
}


/* IMSLOT reset */
body {
    margin: 0;
    font-family: var(--im-font);
    font-optical-sizing: auto;
    font-style: normal;
    /* overflow-wrap: break-word;
    word-break: break-word; */
}

div {
    /* overflow:hidden; */
    /* display:block; */
}

/* IMSLOT Basics */

body {
    font-size: 16px;
    line-height: 1.1;
    color: var(--im-text-color);
}

.im-site-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh;
}

.im-main {
    flex-grow: 1;
}

    .im-main.im-containered {
        background-color: var(--im-color-table-odd);
    }

    .im-main .im-center-wrap {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }


.im-main-wrap {
    display: flex;
    justify-content: space-between;
}

.im-header .im-left-wrap,
.im-header .im-right-wrap {
    min-width: 240px;
}

.im-center-wrap {
    flex-grow: 1;
}

/* main content with left menu */

.im-has-left-menu {
    display: flex;
}

    .im-has-left-menu .im-menu li {
        padding: 1rem;
    }

    .im-has-left-menu .im-content {
        flex-grow: 1;
        flex-shrink: 1;
    }

/* main content with max-width */
.im-content-max-width main > .im-main-wrap > .im-center-wrap {
    max-width: 1920px;
}

/* main content with med-width */
.im-content-med-width main > .im-main-wrap > .im-center-wrap {
    max-width: 960px;
}

/* main content with min-width */
.im-content-min-width main > .im-main-wrap > .im-center-wrap {
    max-width: 690px;
}

/* main containered */

.im-containered .im-content {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
}

.im-containered .im-has-left-menu .im-menu li.active {
    background-color: white;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* basic Link */

a:any-link {
    color: var(--im-link-color)
}

a:hover {
    color: var(--im-link-color)
}

.im-invert-color a:any-link {
    color: var(--im-link-color-invert)
}

/* Basic CSS Überarbeitet Start */

/* input */

input[readonly] {
    background-color: var(--im-color-white-marked);
    border: 1px var(--im-color-grey-light) solid;
    color: var(--im-color-grey-dark);
}

/* select */

select {
    max-width: 100%;
}

/* list */
ul {
    line-height: 1.4;
}

/* table */

table.im-abstand {
    margin-bottom: 1rem;
}

tr.im-abstand td {
    padding-bottom: 0.5rem;
}

/* table.im-table-list */

table.im-table-list {
    background: white;
    border-spacing: 0;
}

    table.im-table-list td {
        border-right: 1px solid rgba(0, 0, 0, .2);
        border-top: 1px solid rgba(0, 0, 0, .2);
    }

    table.im-table-list tr:nth-of-type(2n) td {
        border-right: 1px solid rgba(0, 0, 0, .16);
        border-top: 1px solid rgba(0, 0, 0, 0.16);
    }

    table.im-table-list td:first-of-type {
        border-left: 1px solid rgba(0, 0, 0, .2);
    }

    table.im-table-list tr:nth-of-type(2n) td:first-of-type {
        border-left: 1px solid rgba(0, 0, 0, .16);
    }

    table.im-table-list tr:last-of-type td {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    table.im-table-list tr:nth-of-type(2n):last-of-type td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    }

    table.im-table-list tr:hover, table.im-table-list tr.im-parent-focused {
        background-color: var(--im-color-table-hover);
    }

    table.im-table-list tr:nth-child(odd), table.im-table-list tr:nth-child.im-parent-focused {
        background-color: var(--im-color-table-odd);
    }

        table.im-table-list tr:nth-child(odd):hover, table.im-table-list tr:nth-child(odd).im-parent-focused {
            background-color: var(--im-color-table-odd-hover);
        }

.im-table-list th,
.im-table-list td {
    padding: 0.01rem 0.4rem;
}

.im-table-list tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.04);
}

/* table.im-table-card-on-mobile*/

table.im-table-card-on-mobile {
}

table.im-dotted {
    table-layout: fixed;
    /* wichtig, damit Spaltenbreiten greifen */
}

    table.im-dotted tr > td:not(:nth-child(1)) > div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/* button */

button {
    border: 0;
    font: inherit;
    padding: 5px;
    border-radius: 5px;
}

.im-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

    .im-button-container.im-center {
        justify-content: center;
    }

    .im-button-container.im-right {
        justify-content: flex-end;
    }

.im-button-wrap {
    display: flex;
}

.im-button {
    text-decoration: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: var(--im-color-1-gradient);
    padding: 5px;
    border-radius: 5px;
    min-width: 70px;
}

    .im-button.im-big {
        padding: 10px;
    }

a.im-button:link,
a.im-button:visited {
    color: #fff;
    text-decoration: 0;
    text-align: center;
}

a.im-button[class^="icon-"]:link,
a.im-button[class^="icon-"]:link,
a[class^="icon-"].im-button:link {
    min-width: inherit;
}

button:hover {
    cursor: pointer;
}

.im-button:hover, .im-button.active {
    background: var(--im-color-1-gradient-2);
}

.im-button.im-green {
    background: var(--im-color-green-gradient);
}

    .im-button.im-green:hover, .im-button.im-green.active {
        background: var(--im-color-green-gradient-lighter);
    }

.im-button.im-yellow {
    background: var(--im-color-yellow-gradient);
}

    .im-button.im-yellow:hover, .im-button.im-yellow.active {
        background: var(--im-color-yellow-gradient-lighter);
    }

.im-button.im-red {
    background: var(--im-color-red-gradient);
}

    .im-button.im-red:hover, .im-button.im-red.active {
        background: var(--im-color-red-gradient-ligther);
    }

.im-button.im-highlight {
    background: var(--im-color-highlight-gradient);
}

    .im-button.im-highlight:hover, .im-button.im-highlight.active {
        background: var(--im-color-highlight-gradient-lighter);
    }

/* filled icon */

.im-filled-icon {
    position: relative;
}

    .im-filled-icon > span:last-child {
        position: absolute;
        left: 0;
        right: 100%;
        top: 0.1rem;
        bottom: 100%;
    }

    .im-filled-icon > span:last-child {
    }

/* im-container */

.im-container {
    padding: var(--im-basic-padding);
    background-color: #fff;
}

/* flex basics */

.im-flex {
    display: flex;
}

    .im-flex.im-nowrap {
        flex-wrap: nowrap;
    }


/* Basic hr Divider */


/* Basic Grid */

.im-grid.im-3-row {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    column-gap: 10px;
    row-gap: 15px;
}


.im-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

    .im-grid.im-2row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .im-grid.im-6row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .im-grid.im-8row {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }

    .im-grid .im-whole {
        grid-column: auto / span 4;
    }

    .im-grid .im-half {
        grid-column: auto / span 2;
    }

    .im-grid.im-6row .im-third {
        grid-column: auto / span 2;
    }

    .im-grid.im-6row .im-half {
        grid-column: auto / span 3;
    }

    .im-grid.im-6row .im-whole {
        grid-column: auto / span 6;
    }

    .im-grid.im-8row .im-half {
        grid-column: auto / span 4;
    }

    .im-grid.im-8row .im-quater {
        grid-column: auto / span 2;
    }

/* Basic Flex */

/* Flex Fix Width */

.im-flex-fixed-width {
    display: flex;
    flex-wrap: wrap;
}

    .im-flex-fixed-width > div {
        flex: none;
    }

    .im-flex-fixed-width.im-width-100 > div {
        width: 100px;
    }

    .im-flex-fixed-width.im-width-150 > div {
        width: 150px;
    }

    .im-flex-fixed-width.im-width-200 > div {
        width: 200px;
    }

    .im-flex-fixed-width.im-width-250 > div {
        width: 250px;
    }

    .im-flex-fixed-width.im-width-300 > div {
        width: 300px;
    }

    .im-flex-fixed-width.im-width-350 > div {
        width: 350px;
    }

    .im-flex-fixed-width.im-width-400 > div {
        width: 400px;
    }

    .im-flex-fixed-width.im-width-450 > div {
        width: 450px;
    }

    .im-flex-fixed-width.im-width-500 > div {
        width: 500px;
    }

    .im-flex-fixed-width.im-width-550 > div {
        width: 550px;
    }

    .im-flex-fixed-width.im-width-600 > div {
        width: 600px;
    }


/* sticky CSS element */

.im-stuck {
    position: sticky;
    top: 0;
    /* width: 100%; */
}

/* hover effekt */

tr.im-hover:not(.visible):hover,
ul.im-hover > li:not(.visible):hover {
    background-color: var(--im-color-grey-lighter) !important;
}


/* Basic CSS Überarbeitet Ende */

/* IMSLOT Headings */

.im-main h1,
.im-main h2,
.im-main h3,
.im-main h4,
.im-main h5,
.im-main h6 {
    color: var(--im-color-1);
    font-weight: 900;
}


/* IMSLOT Header */

.im-header .im-main-wrap {
    background-color: var(--im-color-1);
    overflow: visible;
    color: #fff;
}

.im-header .im.left-wrap,
.im-header .im-center-wrap,
.im-header .im-right-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
}

.im-header .im-center-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.im-header .im-right-wrap {
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
}

    .im-header .im-right-wrap > nav,
    .im-header .im-right-wrap > nav > ul,
    .im-header .im-right-wrap > nav > ul > li,
    .im-header .im-right-wrap > nav,
    .im-header .im-right-wrap > nav > ul {
        display: flex;
        align-items: stretch;
    }

        .im-header .im-right-wrap > nav > ul > li > a {
            display: flex;
            align-items: center;
        }

.im-header .im-center-wrap {
    min-height: 30px;
}

/* IMSLOT im-menu functionality */

.im-menu > li {
    position: relative;
}

.im-header .im-right-wrap .im-menu > li {
    position: inherit;
}

.im-submenu {
    position: absolute;
    display: none;
    min-width: 100%;
}

.im-menu > li > .im-submenu {
    top: 100%;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.31), 0px 6000px 0px 6000px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.31), 0px 6000px 0px 6000px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.51), 0px 6000px 0px 6000px rgba(0, 0, 0, 0.11);
}

.im-right-wrap .im-menu > li > .im-submenu {
    right: 0;
    left: auto;
}

.im-menu > li:hover > .im-submenu {
    display: block;
}

.im-menu > li > .im-submenu > li:hover > .im-submenu {
    display: block;
}

/* header basic navigation */

.im-header ul,
.im-header li {
    list-style: none;
    margin: 0;
    padding: 0
}

.im-header a {
    text-decoration: none;
    color: var(--im-nav-text-color);
}

.im-header .im-menu-main a {
    display: inline-block;
    white-space: nowrap;
}

.im-header .im-menu-main > li > a {
    padding: 5px 5px 10px 5px;
}

/* header right wrap navigation */

/* header submenu styling */

.im-header .im-submenu a {
    padding: var(--im-padding-medium);
    min-width: 150px;
    display: flex;
    background: var(--im-color-bg-nav);
    background: var(--im-color-bg-nav-gradient-lighter);
    background-blend-mode: screen;
    color: var(--im-subnav-text-color);
}

.im-submenu a:hover {
    background: var(--im-color1);
    background: var(--im-color-1-gradient);
    color: var(--im-nav-text-color);
}

/* header submenu Notification styling */

.im-header .im-submenu .im-notification-element {
    padding: 10px;
    display: block;
    background: var(--im-color-bg-nav);
    background: var(--im-color-bg-nav-gradient);
    color: var(--im-subnav-text-color);
    min-width: 400px;
    position: relative;
    transform-origin: right center
}

    .im-header .im-submenu .im-notification-element.im-new {
        background: var(--im-color-3-lighter);
        background: var(--im-color-3-gradient);
        color: var(--im-subnav-text-color);
    }

        .im-header .im-submenu .im-notification-element.im-new.im-alert {
            background: var(--im-color-2-lighter);
            background: var(--im-color-2-gradient);
            color: var(--im-subnav-text-color);
        }

    .im-header .im-submenu .im-notification-element h4 {
        margin: 0;
    }

    .im-header .im-submenu .im-notification-element p {
        margin: 0.2em 0;
    }

    .im-header .im-submenu .im-notification-element button {
        position: absolute;
        top: 10px;
        right: 10px;
        display: none;
    }

    .im-header .im-submenu .im-notification-element:hover {
        transform: scaleX(1.005) scaleY(1.1);
        z-index: 10;
        cursor: pointer;
    }

        .im-header .im-submenu .im-notification-element:hover button {
            display: inline-block;
        }

/* IMSLOT Header Center Menu */

.im-header .im-center-wrap-inner {
    display: flex;
    align-items: flex-end;
}

.im-header .im-center-wrap .im-menu-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;				
    font-size: 18px;
}

/* IMSLOT LEft Side Nav */

.im-left-side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* IMSLOT APP Icons */

.im-app-menu-wrap .im-app-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--im-color-1);
    width: 50px;
    height: 50px;
    font-weight: 900;
    font-size: 26px;
    border-radius: 7px;
    background: var(--im-color-3-gradient);
}

.im-submenu .im-app-menu-wrap .im-app-icon {
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 7px;
    background: var(--im-color-1-gradient);
}

.im-submenu li:hover .im-app-menu-wrap .im-app-icon {
    color: var(--im-color-1-darker);
    background: var(--im-color-3-gradient);
    font-weight: 900;
}

/* IMSLOT APP MENU */

.im-app-menu-wrap {
    display: flex;
    padding: 13px;
}

    .im-app-menu-wrap .im-app-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: 900;
        font-size: 20px;
        margin-left: 8px
    }

.im-submenu .im-app-menu-wrap .im-app-title {
    font-weight: 600;
    font-size: 20px;
}

.im-app-menu-wrap .im-app-title > span {
    display: block;
}

    .im-app-menu-wrap .im-app-title > span.im-app-addition {
        font-weight: normal;
        font-size: 0.8em;
    }

span.im-hochgestellt {
    vertical-align: top;
    font-size: 0.7em;
    margin-left: 0.1em;
}

/* IMSLOT USER MENU */

.im-header .im-user-menu-wrap {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    padding: 10px;
}

.im-user-short {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--im-color-1);
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: var(--im-color-3-gradient);
}

.im-user-menu:hover .im-user-short {
    -webkit-box-shadow: 0px 0px 19px 3px rgba(255, 255, 255, 0.55);
    -moz-box-shadow: 0px 0px 19px 3px rgba(255, 255, 255, 0.55);
    box-shadow: 0px 0px 19px 3px rgba(255, 255, 255, 0.55);
}

.im-notification-menu:hover .im-notification-icon {
    text-shadow: 0px 0px 19px #FFFFFF;
}

/* Icon Font */

/* Icon Font BEhind */



[class^="icon-"].im-icon-behind:after,
[class*=" icon-"].im-icon-behind:after {
    font-family: "im-font";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="icon-"].im-icon-behind:before,
[class*=" icon-"].im-icon-behind:before {
    display: none;
}

/* Main */

/* Container */

/* GRID App Info Container */

.im-grid-info-container {
    display: grid;
    grid-template: auto 3fr auto / 1fr 1fr 30px 1fr 1fr;
    background: var(--im-color-3-gradient);
    border-radius: 5px;
}

    .im-grid-info-container .im-bg-container {
        grid-row: 1 / span 3;
        grid-column: 3 / span 3;
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: -200px;
        width: 100%;
        justify-self: end;
        max-width: 450px;
    }

    .im-grid-info-container .im-headline {
        grid-row-start: 1;
        grid-column: 1 / span 5;
        padding: var(--im-padding);
    }

    .im-grid-info-container .im-headline {
        margin: 0;
        padding: var(--im-padding-large);
    }

    .im-grid-info-container .im-text-container {
        grid-row-start: 2;
        grid-column: 1 / span 3;
        padding-left: var(--im-padding-large);
    }

    .im-grid-info-container .im-button-wrap {
        grid-row: 3;
        grid-column: 1 / span 5;
        gap: var(--im-padding-large);
        padding: var(--im-padding-large);
    }

    .im-grid-info-container.im-main-info {
        min-height: 350px;
        grid-column: 1 / span 3;
        background: var(--im-color-1-gradient);
        color: #fff;
    }

        .im-grid-info-container.im-main-info .im-bg-container {
            max-width: 550px;
        }

        .im-grid-info-container.im-main-info h2 {
            color: #fff;
            font-size: 3rem;
        }

        .im-grid-info-container.im-main-info a:link,
        .im-grid-info-container.im-main-info a:visited {
            color: #fff;
        }

/* modal */

.im-modal-container {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.im-modal {
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    overflow: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.31);
}

    .im-modal .im-header {
        display: flex;
        justify-content: space-between;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        align-items: center;
        margin: -20px -20px 0 -20px;
        background-color: lightgrey;
        padding: 20px;
        cursor: grab;
    }

    .im-modal .im-footer {
        margin: 0 -20px -20px;
    }

    .im-modal .im-header h2 {
        margin: 0;
    }

    .im-modal .im-tab-buttons {
        display: flex;
        margin-top: 10px;
        overflow: hidden;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

        .im-modal .im-tab-buttons button {
            font-weight: bold;
            flex: 1 1 0%;
            padding: 10px;
            border: 1px solid grey;
            border-radius: 0;
            color: #616161;
        }

            .im-modal .im-tab-buttons button[status="active"] {
                font-weight: bold;
                background: linear-gradient(to bottom, #e4e4e4, #fcfcfc);
                color: black;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
                z-index: 1;
            }

            .im-modal .im-tab-buttons button:first-child {
                border-top-left-radius: 8px;
                border-right: none;
            }

            .im-modal .im-tab-buttons button:last-child {
                border-top-right-radius: 8px;
                border-left: none;
            }

/* th-sort, context-menu  */

.im-th-sort {
    position: relative;
    white-space: nowrap;
    padding-right: 2rem;
    vertical-align: bottom;
}

    .im-th-sort details {
        display: inline-block;
        position: relative;
    }
	th.im-th-sort details {
    width: 100%;	  
}

.im-th-sort summary {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .25rem .5rem;
	font-weight: 600;
	user-select: none;
}

        .im-th-sort summary::-webkit-details-marker {
            display: none;
        }

.im-th-sort .caret {
	font-size: .8em;
	opacity: .7;
}


.im-context-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    padding: .25rem;
    z-index: 10;
}

.im-sort-menu {
    position: absolute;
    top: 100%;
    left: 50%; /* Move to horizontal center */
    transform: translateX(-50%); /* Shift back by half its width */
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    padding: .25rem;
    z-index: 10;
}

th.im-th-sort:last-child .im-sort-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    transform: none;
}

td.im-th-sort .im-sort-menu, th.im-th-sort:first-child .im-sort-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    transform: none;
}
.im-context-menu {
    z-index: 2000;
}

    .im-sort-menu ul,
    .im-context-menu ul {
        list-style: none;
        margin: 0;
        padding: .25rem;
    }

    .im-sort-menu li + li,
    .im-context-menu li + li {
        margin-top: .25rem;
    }

    .im-sort-menu button:not(.im-button),
    .im-context-menu button {
        width: 100%;
        text-align: left;
        background: transparent;
        border: 0;
        padding: .5rem .6rem;
        border-radius: .35rem;
        cursor: pointer;
    }

        .im-sort-menu button:not(.im-button):hover,
        .im-context-menu button:hover,
        .im-has-context-submenu:hover > button,
        .im-has-context-submenu:hover .im-context-submenu:not(:hover) > button:first-child {
            background: var(--im-color-table-hover);
        }

.im-context-submenu {
    position: absolute;
    left: calc(100% - 0.5rem);
    top: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    padding: 0.5rem;
    display: none;
    z-index: 2100; /* über dem blocker + menu */
}

    .im-context-submenu > button {
        white-space: nowrap;
    }

.im-has-context-submenu:hover .im-context-submenu,
.im-has-context-submenu:focus-within .im-context-submenu {
    display: block;
}

.badge {
    display: inline-block;
    font-size: .75em;
    padding: .1rem .4rem;
    border: 1px solid #e0e0e0;
    border-radius: .35rem;
    margin-left: .35rem;
    color: #666;
}

.im-sort-menu button.is-active {
    background: #eef4ff;
    border: 1px solid #c9dcff;
}

/* Context Menu Layers*/

#imBlockerContextMenu {
    position: fixed;
    inset: 0;
    display: none;
    background: transparent;
    z-index: 1900; /* unter .im-context-menu */
}

    #imBlockerContextMenu.is-open {
        display: block;
    }

/* Focus Parent Context */

#imFocusParentContext {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    pointer-events: none;
    z-index: 1500;
    box-shadow: 0 0 0 6000px rgb(0 0 0 / 10%), 0 0 5px 0 #25a9e080;
}

    #imFocusParentContext.is-hover,
    #imFocusParentContext.is-open {
        display: block;
    }

    #imFocusParentContext.is-hover {
        box-shadow: 0 0 5px 0 #25a9e080;
    }

    #imFocusParentContext.is-open {
        box-shadow: 0 0 0 6000px rgb(0 0 0 / 10%), 0 0 5px 0 #25a9e080;
    }

/* IMSLOT Footer */
.im-footer .im-main-wrap {
    background-color: var(--im-color-1);
    display: flex;
    justify-content: space-between;
    overflow: visible;
    color: #fff;
}

    .im-footer .im-main-wrap > div {
        padding: 10px;
    }

    .im-footer .im-main-wrap p {
        margin: 0;
    }

.im-footer a {
    color: #fff;
}

/* FORMS */

input,
select {
    font-family: var(--im-font);
    font-size: 1rem;
}

    input[readonly] {
        background-color: transparent;
        border: 1px solid lightgrey;
        cursor: pointer;
    }

.im-form-table td:first-child {
    white-space: nowrap;
    width: 1%;
}

.im-input-wrapper {
    display: flex;
    overflow: visible;
}

.im-form-table input {
    width: 100%;
    box-sizing: border-box;
}

.im-form-table .im-input-wrapper div:last-child {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: lightgrey;
    border: 1px solid grey;
    border-left: none;
}

/* reset fielset and forms */

fieldset:not(.im-without-demo) {
    border: none;
    margin: 0;
    padding: 0;
}

legend:not(.im-without-demo) {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
    border: 0;
    top: auto;
    left: auto;
    display: block;
}

/* IM Pagination */

.im-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

tfoot .im-pagination {
    padding: 0.2rem 0.2rem;
}

.im-pagination.im-centered {
    justify-content: center;
}

.im-pagination.im-right {
    justify-content: flex-end;
}

tfoot .im-pagination .im-button {
    background: var(--im-color-bg-nav-gradient-light);
    color: var(--im-color-1-darker);
}

tfoot .im-pagination .im-page-item.active .im-button {
    background: var(--im-color-3-gradient);
}

tfoot .im-pagination .im-button:hover {
    background: var(--im-color-bg-nav-gradient);
}

.im-pagination .im-button {
    border-radius: 0;
}

.im-pagination li:first-child .im-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.im-pagination li.disabled:first-child + li .im-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.im-pagination li:last-child .im-button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.im-pagination .im-page-item .im-button {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.im-pagination li.disabled {
    display: none;
}

/* Im Show */

.im-show-more-container > .im-unit-container {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: 1px solid var(--im-color-grey-lighter);
    display: flex;
    justify-content: center;
}

.im-unit-container > h5 {
    position: absolute;
    top: 5px;
    left: 5px;
}

.im-unit-container > .im-tc-element {
    flex-grow: 1;
}

/* .im-show-more-container > div + div:before {
    content:"";
    display:block;
    width: 100%;
border-top:1px solid var(--im-color-grey-lighter);
margin:20px 0;
} */

/* .im-show-more-container > div > h5 {
    position: absolute;
    top: -35px;
    left: 0;
} */

/* .im-show-more-container > div + div > h5 {
    top: 25px;
} */

/* code */

code {
    background-color: var(--im-color-grey-lighter);
    border-radius: .25rem;
    font-size: .875em;
    padding: .15rem .3rem;
}

/* Media Brakes */

@media screen and (max-width: 1650px) {

    .im-3-row {
        grid-template-columns: 1fr 1fr;
    }

    .im-grid-info-container.im-main-info {
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 1400px) {

    .im-left-wrap,
    .im-right-wrap {
        min-width: 100px;
    }

    .im-header .im-app-title {
        display: none;
    }
}

@media screen and (max-width: 950px) {

    .im-main .im-left-wrap,
    .im-main .im-right-wrap,
    .im-footer .im-left-wrap,
    .im-footer .im-right-wrap {
        min-width: var(--im-laterally-mobile);
    }

    .im-header .im-left-wrap,
    .im-header .im-center-wrap,
    .im-header .im-right-wrap {
        min-width: auto;
    }

    .im-header .im-left-wrap,
    .im-header .im-right-wrap {
        flex-shrink: 0;
    }

    .im-3-row {
        grid-template-columns: 1fr;
    }

    .im-grid-info-container.im-main-info {
        grid-column: 1;
    }
}

@media screen and (max-width: 640px) {

    table.im-table-card-on-mobile {
        table-layout: auto;
        color: black;
    }

        table.im-table-card-on-mobile col {
            width: auto !important;
        }

        table.im-table-card-on-mobile th {
            display: none;
        }

        table.im-table-card-on-mobile tbody {
            padding: 10px;
            display: grid;
            gap: 15px;
        }

        table.im-table-card-on-mobile tr {
            display: grid;
            background-color: white !important;
            -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.31);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.31);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.51);
            border-radius: 5px;
        }

        table.im-table-card-on-mobile td {
            display: grid;
            grid-template-columns: 8ch auto;
        }

            table.im-table-card-on-mobile td:not([data-label="Options"])::before {
                content: attr(data-label) ": ";
            }

            table.im-table-card-on-mobile td[data-label="Options"] {
                order: 5;
                grid-template-columns: auto;
                padding: 0;
            }

                table.im-table-card-on-mobile td[data-label="Options"] > button {
                }
}

/* Nur Temporär */

@media screen and (max-width: 950px) {

    .im-main .im-main-wrap .im-left-wrap, .im-main .im-main-wrap .im-right-wrap {
        display: none;
    }

    main .im-main-wrap {
        box-sizing: content-box;
        padding: 15px;
    }
}
