﻿/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../Content/fonts/ubuntu-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../Content/fonts/ubuntu-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/fonts/ubuntu-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Content/fonts/ubuntu-v12-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('../Content/fonts/ubuntu-v12-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('../Content/fonts/ubuntu-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/fonts/ubuntu-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Content/fonts/ubuntu-v12-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../Content/fonts/ubuntu-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../Content/fonts/ubuntu-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/fonts/ubuntu-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../Content/fonts/ubuntu-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Content/fonts/ubuntu-v12-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* Material Icon Font */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../Content/fonts/mat-icon.woff2') format('woff2'), url('../Content/fonts/mat-icon.woff') format('woff'), url('../Content/fonts/mat-icon.ttf') format('truetype'), url('../Content/fonts/mat-icon.svg') format('svg');
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes changeBg_vitateam {
    0% {
        background-image: url("./../Img/bg_vitateam_0.png");
        transition: linear 5s ease-in-out;
    }

    25% {
        background-image: url("./../Img/bg_vitateam_1.png");
        transition: linear 5s ease-in-out;
    }

    50% {
        background-image: url("./../Img/bg_vitateam_1.png");
        transition: linear 5s ease-in-out;
    }

    100% {
        background-image: url("./../Img/bg_vitateam_0.png");
        transition: linear 5s ease-in-out;
    }
}


.faIconColorActive {
    color: #10bb1d;
}

.faIconColorInActive {
    color: #000;
}

.faIconColorComing {
    color: #ffb04d;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
}


html, body {
    font-family: Ubuntu, sans-serif;
    background-color: rgba(241, 239, 243, 1);
    height: 100%;
}

/*
    Material Design
*/

.mat-primary {
    background-color: rgb(55, 83, 141);
}

.mat-accent {
    background-color: #eb6164;
}

.mat-primary-trans {
    background-color: rgba(55,83,141,.3);
}

.mat-accent-trans {
    background-color: rgba(235,97,100,.3);
}

.mat-primary-font {
    color: rgb(55, 83, 141);
}

.mat-accent-font {
    color: #eb6164;
}

.navbar {
    position: fixed;
    width: 100%;
    min-height: 48px;
    z-index: 1000;
    border: 1px solid transparent;
}

.mat-navbar {
    border-bottom: 0;
    height: 48px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.mat-logo {
    margin-left: 10px;
    margin-right: 15px;
    width: 125px;
    position: relative;
}

    .mat-logo > img {
        width: 110px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.mat-user {
    margin: 0 15px 15px 15px;
    font-size: 2em;
}
.mat-user-small {
    margin: -15px 15px 15px 15px;
    font-size: 20px;
}

.mat-user-icon > i {
    color: black;
    font-size: 40px;
}

.mat-user-info {
    margin-left: 10px;
}

.mat-user-name {
    font-weight: bold;
    font-size: 0.875em;
}

.mat-user-location {
    color: #000000;
    font-size: 0.875em;
}

.filter-bill-img {
    margin-right: 10px;
    filter: invert(28%) sepia(12%) saturate(4376%) hue-rotate(189deg) brightness(55%) contrast(170%);
    -webkit-filter: invert(28%) sepia(12%) saturate(4376%) hue-rotate(189deg) brightness(55%) contrast(170%);
}

.mat-elevation-nav {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.mat-elevation-counter {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.5);
}

.mat-elevation-nav-negativ {
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.1);
}

.mat-black {
    background-color: #35343a !important;
    color: white !important;
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    padding: 0 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    /* @alternate */
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}

    .mat-button > a {
        color: white;
        box-sizing: border-box;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        outline: 0;
        border: none;
        -webkit-tap-highlight-color: transparent;
        display: inline-block;
        white-space: nowrap;
        text-decoration: none;
        vertical-align: baseline;
        text-align: center;
        margin: 0;
        min-width: 88px;
        line-height: 36px;
        padding: 0 16px;
        border-radius: 4px;
        overflow: visible;
    }


.mat-action-button {
    width: 100%;
    text-decoration: none;
}

    .mat-action-button:focus, .mat-action-button:hover {
        text-decoration: none;
    }

.mat-stroked-button {
    border: 2px solid currentColor;
    padding: 0 15px;
    line-height: 34px;
    cursor: pointer;
}

    .mat-stroked-button:hover {
        background-color: #e0e0e0;
    }

.mat-flat-button {
    color: white;
}

.mat-fab {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    border-radius: 28px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 0;
    -webkit-transition: opacity 15ms linear 30ms, -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 15ms linear 30ms, -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
    border: none;
    fill: currentColor;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    outline: none;
}

    .mat-fab::before, .mat-fab::after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: "";
    }

    .mat-fab::before {
        -webkit-transition: opacity 15ms linear;
        -o-transition: opacity 15ms linear;
        transition: opacity 15ms linear;
        z-index: 1;
    }

.mat-day-mobile-selection {
    box-shadow: 0 0 0px rgb(0 0 0 / 25%), 0 2px 10px rgb(0 0 0 / 22%);
}

    .mat-day-mobile-selection:hover {
        box-shadow: inset 0 0 0px rgb(0 0 0 / 25%), inset 0 2px 10px rgb(0 0 0 / 22%) !important;
    }

.mat-mini-fab {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    min-width: 35px;
}

.mat-mini-fab {
    color: black;
    line-height: 0;
}

    .mat-mini-fab:hover {
        background: #ececec08 radial-gradient(circle, transparent 1%, #ececec12 1%) center/15000%;
    }

.mat-extended-fab {
    cursor: pointer;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    height: 48px;
}

.mat-extended-fab-mini {
    cursor: pointer;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: 0 0;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 100;
}

.mat-icon-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mat-section {
    padding: 0 5px;
    /*padding: 5px;*/
    background-color: #fafafa;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 999;
}

.mat-content {
    text-align: left;
    padding: 117px 16px 16px 16px;
}

.mat-content-direct {
    text-align: left;
    padding: 117px 16px 16px 16px;
}

.mat-content-small {
    text-align: left;
    padding: 64px 16px 16px 16px;
}

.mat-week-grid {
    display: grid;
    display: -ms-grid;
    width: 230px;
    /*grid-template-rows: 18px;*/
    grid-template-rows: 24.5px;
    /*height: 42px;*/
    height: 49px;
    grid-template-columns: 205px;
    -ms-grid-columns: 205px;
    -ms-grid-rows: 25px;
    cursor: pointer;
    color: #4a4a4a;
    /*text-align: center;*/
    font-size: 12px;
    align-items: center;
    user-select: none;
}

.mat-week-selection-container {
    display: flex;
    /*height: 39px;*/
    height: 49px;
    width: 100%;
    padding: 0;
}

.box-shadow {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    background-color: rgba(241, 239, 243, 1);
}

.mat-week-selection {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.mat-week-select {
    font-size: 19px;
    width: auto;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

    .mat-week-select:focus {
        border-color: transparent;
        box-shadow: none;
    }

.mat-fab.mat-accent, .mat-flat-button.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
    background-color: transparent;
    color: rgba(200,200,200,1);
}

.mat-day {
    display: inline-block;
    padding: 0 8px 32px 8px;
    vertical-align: text-top;
    text-align: left;
    width: 20%;
    min-width: 277px;
    max-width: 20%;
}

.mat-day-14 {
    display: inline-block;
    padding: 0 8px 32px 8px;
    vertical-align: text-top;
    text-align: left;
    width: 14%;
    min-width: 268px;
    max-width: 14%;
}

.mat-day-17 {
    display: inline-block;
    padding: 0 8px 32px 8px;
    vertical-align: text-top;
    text-align: left;
    width: 17%;
    min-width: 277px;
    max-width: 17%;
}

.mat-header {
    border: none;
    text-align: left;
    padding: 8px 8px 0 8px;
    min-height: 42px;
}

.mat-sel-day {
    font-size: 14px;
}

.mat-sel-day-info {
    font-size: 14px;
    min-height: 20px;
}

.mat-sel-day-container {
    padding: 8px;
}

.mat-row {
    padding-bottom: 26px;
}

.mat-row-info {
    padding-top: 18px !important;
}

.mat-row:last-child {
    padding-bottom: 8px;
}

.mat-row-order {
    padding-bottom: 13px;
}

.mat-not-active {
    color: #F44336;
    cursor: not-allowed;
}

.mat-card-disabled {
    background-color: #f1eff3 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.1)
}

.mat-red {
    color: #F44336;
}

.mat-active {
    cursor: pointer;
}

.mat-meal-ordered {
    background-color: rgba(55,83,141,.05);
}

.mat-meal-ordered-disabled {
    background-image: linear-gradient(to bottom right, #9b9b9b, #9b9b9b) !important;
}

.mat-meal-category-price {
    margin-left: auto;
    margin-right: 0;
    font-size: 10px;
}

.mat-grey-font {
    color: #999;
}

.mat-card, .mat-card-order-min, .mat-meal-card {
    padding: 16px;
    border-radius: 4px;
    color: #808080;
    font-size: 15px;
    background-color: #fff;
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

    .mat-meal-card.mat-new-boxshadow {
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%), 0px 0px 4px 0 rgb(0 0 0 / 1%), 0px 0px 4px 0 rgb(0 0 0 / 1%);
        min-height: unset;
    }

    .mat-card-order-min.mat-new-boxshadow {
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%), 0px 0px 4px 0 rgb(0 0 0 / 1%), 0px 0px 4px 0 rgb(0 0 0 / 1%);
        min-height: unset;
    }

    .mat-card.mat-new-boxshadow {
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%), 0px 0px 4px 0 rgb(0 0 0 / 1%), 0px 0px 4px 0 rgb(0 0 0 / 1%);
        min-height: unset;
    }

.mat-card-header {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.mat-card-order-min-disabled {
    background: #9b9b9b;
}

    .mat-card-order-min-disabled.newheader {
        background-color: rgb(38 72 144 / 70%);
        color: white;
    }

.mat-card-header-white {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mat-card-description {
    font-size: 11px;
    margin-right: 5px;
    max-height: 33px;
    min-height: 33px;
    line-height: 1.5em;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    word-break: break-word;
}

.mat-order-circle {
    margin-left: 2px;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    justify-content: center;
    color: white;
    border-radius: 50%;
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    min-width: 22px;
}

.mat-order-circle-disabled {
    background-color: transparent !important;
    box-shadow: none;
}

.mat-order-stroke-container {
    margin-left: 0;
    margin-right: auto;
    display: flex;
}

.mat-order-stroke-btn-left {
    width: 23px;
    min-width: 23px;
    padding: 0;
    height: 23px;
    border: none;
    background: transparent;
}

    .mat-order-stroke-btn-left:hover {
        background: rgba(0, 0, 0, .1);
        border-radius: 50%;
    }

.mat-order-stroke-input {
    border-radius: 0;
    width: 36px !important;
    height: 28px !important;
    padding: 0;
    text-align: center;
    border-right-width: 0;
    border-left-width: 0;
    box-shadow: none;
}

.mat-order-stroke-btn-right {
    width: 23px;
    min-width: 23px;
    padding: 0;
    height: 23px;
    border: none;
    background: transparent;
    margin-top: -3px;
}

    .mat-order-stroke-btn-right:hover {
        background: rgba(0, 0, 0, .1);
        border-radius: 50%;
    }

.mat-order-stroke-btn-round {
    width: 22px;
    min-width: 22px;
    padding: 0;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: transparent;
}

    .mat-order-stroke-btn-round:hover {
        background: rgba(0, 0, 0, .1);
        border-radius: 50%;
    }

        .mat-order-stroke-btn-round:hover:disabled {
            background: rgba(0, 0, 0, 0);
            border-radius: 50%;
        }

.mat-order-stroke-btn-round-content {
    height: 100%;
    align-items: center;
    display: flex;
    align-content: center;
    vertical-align: middle;
    width: 28px;
    text-align: center;
}

.mat-order-stroke-btn-left:disabled {
    cursor: not-allowed;
}

.mat-order-stroke-btn-right:disabled {
    cursor: not-allowed;
}

.mat-order-stroke-btn-round:disabled {
    cursor: not-allowed;
}

.mat-header-price {
    color: #808080;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 15px;
    min-width: min-content;
}

.mat-card-header-meal {
    color: black;
    height: calc(15px*1.4*1);
    line-height: 1.4em;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: unset;
    width: 100%;
}

.mat-card-content {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: calc(14px*1.5*2); /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.mat-price-bottom-left {
    text-align: right;
    font-size: 11px;
}

.mat-card-order {
    width: 100%;
    text-align: left;
    padding: 5px;
}

.mat-card-order-min {
    padding: 5px;
    display: flex;
    margin: auto;
    width: 100%;
    color: black;
}

.mat-meal-card {
    padding: 0;
    display: flex;
    margin: auto;
    width: 100%;
    min-height: 116px;
}

.mat-meal-count-container {
    margin-left: auto;
    margin-right: 0;
}

.mat-addidives {
    display: flex;
    font-size: 10px;
    margin-top: 0;
    margin-right: 5px;
}

.mat-card:hover {
    box-shadow: 0 0 28px rgba(0,0,0,.25), 0 5px 10px rgba(0,0,0,.22);
}

.mat-button:hover, .mat-mini-fab:hover {
    box-shadow: 0 0 0px rgba(0,0,0,.25), 0 2px 10px rgba(0,0,0,.22)
}

.mat-weekly-input {
    width: 28px !important;
    height: 28px !important;
    padding: 0;
    text-align: center;
}

.mat-week-price {
    margin-left: auto;
    white-space: nowrap;
    margin-right: 0;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.mat-week-price-bill {
    margin-left: auto;
    white-space: nowrap;
    margin-right: 0;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.mat-bold {
    font-weight: bold;
}

.mat-white {
    background-color: white;
    color: #cecece;
}

.mat-white-sub {
    background-color: #f7f9fa;
    color: #757575;
}

.mat-selected-border {
    background-color: transparent;
    border: 2px solid transparent;
    color: #fafafa !important;
    display: inline-block;
    font: 500 14px/44px Roboto,sans-serif;
    margin: 0;
    padding: 0 24px;
    text-decoration: none !important;
    transition: color .2s;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    text-transform: none;
    cursor: pointer;
}

    .mat-selected-border:focus {
        background-color: transparent;
    }

    .mat-selected-border:active {
        border-bottom-color: rgba(255,255,255,.5);
    }

    .mat-selected-border:hover {
        border-bottom-color: rgba(255,255,255,.5);
    }

.bill {
}

    .bill:hover {
        background-color: rgba(235, 97, 100, 0.5);
    }

.mat-info {
    color: #9b9b9b;
    height: 24px;
    width: 24px;
    margin-left: auto;
    white-space: nowrap;
    margin-right: 0;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.mat-menu-ordered {
    height: 24px;
    width: 24px;
    margin-left: auto;
    white-space: nowrap;
    margin-right: 0;
    align-items: center;
    margin-bottom: 5px;
}

.mat-menu-strip {
    display: flex;
    align-items: center;
}

.mat-menu-strip-logout {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.mat-menu-button {
    height: 30px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0;
    color: white;
    margin-right: 10px;
    font-size: 13px;
}

.mat-section-header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    font-size: 12px;
    vertical-align: middle;
    display: flex;
    font-weight: bold;
}

.mat-login-bg {
    height: 340px;
    border-radius: 8px;
    width: 85%;
    background-color: rgba(54,53,58,.69);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mat-curr-day {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mat-curr-week {
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.mat-box-shadow-login {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tag-container {
    margin-right: 8px;
}

.s-tag {
    background-color: #3288e6;
    padding: 2px 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2px;
    color: white;
}

.s-tag-pron {
    background-color: rgba(50, 136, 230, .4);
    padding: 2px 4px;
    border-radius: 4px;
}

/* Mat Chips */

.mat-chip {
    display: inline-block;
    background: #9b9b9b;
    color: white;
    padding: 0 12px;
    border-radius: 25px;
    font-size: 11px;
}

    .mat-chip.mat-chip-hover:hover {
        background: #ccc;
    }

.mat-chip-clickable {
    cursor: pointer;
}

.mat-chip,
.mat-chip-icon {
    height: 20px;
    line-height: 20px;
}

.mat-chip-icon {
    display: block;
    float: left;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: -2px -2px 0 -13px;
}

.mat-chip-icon-vitateam {
    display: block;
    float: left;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: -1px -2px 0 -10px;
}

.mat-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 0 -4px 0 4px;
    cursor: pointer;
    font: inherit;
    line-height: 20px;
}

    .mat-chip-remove:after {
        color: #e0e0e0;
        content: "x";
    }

    .mat-chip-remove:hover {
        background: #999;
    }

    .mat-chip-remove:active {
        background: #777;
    }

.mat-chips {
    padding: 5px 0 0 0;
}

    .mat-chips .mat-chip {
        margin: 0 5px 0 0;
    }

.mat-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.mat-chip-disabled {
    background-image: linear-gradient(to bottom right, #9b9b9b, #9b9b9b) !important;
}

.mat-navbar-desktop {
    display: flex;
}

.mat-navbar-mobile {
    display: none;
}

.mat-basket-buttons {
    display: flex;
}

.mat-basket-button-left {
    color: white;
    margin-left: 0;
    margin-right: auto;
}

.mat-basket-button-right {
    color: white;
    margin-left: auto;
    margin-right: 0;
}

.mat-feedback-button-left {
    color: white;
    margin-left: auto;
    margin-right: 25px;
}

.mat-textarea {
    border: none;
    border-bottom: 1px solid #264890;
    width: 100%;
    margin-top: 20px;
}

.mat-feedback-button-right {
    color: #264890;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #264890;
}

.mat-menu-active {
    width: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all .75s ease;
}

    .mat-menu-active.show {
        opacity: 1;
    }

.mat-remove-order {
    margin-left: 13px;
    margin-top: 3px;
    margin-right: 7px;
    font-size: 26px;
    height: 24px;
    width: 22px;
    cursor: pointer;
}

.mat-mealtype-container:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.mat-mealtype-container:first-child {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mat-mealtype-container {
    border-top: 1px solid #dfdfdf;
    background-color: whitesmoke;
    padding: 10px 5px 5px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 12px;
}

.mat-article-container {
    border-top: 1px solid #dfdfdf;
    background-color: whitesmoke;
    padding: 10px 5px 5px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 12px;
}

    .mat-article-container:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.mat-row-order.margin {
    margin: 0 5px
}

/**
    Floating Labels
*/

.mat-input {
    font-size: 15px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    background-color: #FAFAFA !important;
}

    .mat-input:focus {
        outline: none;
        border-bottom: 0px solid #999;
    }


.outline {
    color: #2e6da4;
    background-color: transparent;
    border-color: #2e6da4;
}

    .outline:hover {
        color: #2e6da4;
        background-color: #2e6da433;
        border-color: #2e6da4;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FAFAFA inset;
}

.mat-label {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.mat-input:focus ~ .mat-label, .mat-input:valid ~ .mat-label {
    top: -20px;
    font-size: 13px;
    color: #5264AE;
}

.mat-input:focus ~ .mat-label, .mat-input:valid ~ .mat-label, input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 13px;
    color: #5264AE;
}

/* BOTTOM BARS ================================= */
.mat-input-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .mat-input-bar:before, .mat-input-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .mat-input-bar:before {
        left: 50%;
    }

    .mat-input-bar:after {
        right: 50%;
    }

/* active state */
.mat-input:focus ~ .mat-input-bar:before, .mat-input:focus ~ .mat-input-bar:after {
    width: 50%;
}

.mat-select-day-highlight {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
/* HIGHLIGHTER ================================== */
.mat-input-highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.dashboard-item {
    display: contents;
    text-align: left;
}

@supports (-moz-appearance:none) {
    .dashboard-item {
        display: unset;
        text-align: left;
    }
}

.dashboard-inner-item {
    margin: 1px 3px 10px 1px;
    cursor: pointer;
    display: inline-grid;
    width: 590px;
    min-height: 182px;
    max-height: 450px;
    height: min-content;
}

.dashboard-grid {
    grid-auto-rows: auto;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    grid-gap: 0;
    justify-items: center;
}
/* active state */
.mat-input:focus ~ .mat-input-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.form input.ng-invalid:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,1) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,1) !important;
    border-color: red !important;
}

.select-invalid {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,1) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,1) !important;
    border-color: red !important;
    background-color: #ffcbc1 !important;
    outline-color: red !important;
}

.vitateamfeier-left {
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
    transition: transform .2s; /* Animation */
}

.vitateamfeier-right {
    border-radius: 10px;
    margin-left: 15px;
    cursor: pointer;
    transition: transform .2s; /* Animation */
}

/*    .vitateamfeier-left:hover, .vitateamfeier-right:hover {
        transform: scale(2.4);
    }*/

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}
/**

    MATERIAL SPINNER

*/
.mat-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow: show;
    margin: auto;
    top: 104px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.12);
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.mat-logout-container {
    display: block;
    text-align: center;
}

.mat-logout-text {
    margin-top: 15px;
    font-size: 23px;
    font-weight: bold;
}

.mat-dropdown {
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mat-dropdown-content {
    display: none;
    overflow: hidden;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: -4;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    transform-origin: left top 0px;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
}

    .mat-dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 4px;
        text-align: left;
        margin: 6px;
        overflow: hidden;
    }

        .mat-dropdown-content a:hover {
            background-color: #ddd;
        }

    .mat-dropdown-content .active {
        background-color: #ddd;
    }

.mat-card-order-content {
    width: 88%;
}

.mat-card-single-order-content {
    width: 100%;
}

.meal-section {
    font-weight: 500 !important;
    font-size: 11px;
    color: #b9b9b9;
}

.underscores {
    width: 100%;
    content: '';
    border-bottom: 1px solid #b9b9b9;
    margin: 0 5px 4px 5px;
}

.showDpD {
    z-index: 1;
    opacity: 1;
    display: block;
}
/* ----- DIALOG/MODAL ----- */
/* FADE/SCALE EFFECT */
/*.modal {
    pointer-events: none;
}*/
.modal-dialog {
    width: 50%;
    margin: auto auto;
}

.modal-info {
    width: 100%;
}

.modal-logout {
    padding: 5px;
    width: 45%;
}

.modal-logout-footer {
    display: flex;
}

.modal-center {
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 0 !important;
    padding: 75px 0;
}

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.in {
    padding-right: 0 !important;
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.ngDialog-position-theme {
    /*width: 100%;
    margin: auto;
    display: table;*/
    width: 100%;
    margin: auto;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    padding-top: 0px !important;
}

.mycbx {
    width: 25px;
    height: 25px;
    margin: 0 30px !important;
}

.myEmailWrong {
    background-color: #ffcbc1 !important;
    border-color: red !important;
    outline-color: red !important;
}

/* DIALOG CONTENT */
.modal-content {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}
/* DIALOG HEADER */
.modal-header {
    min-height: 16px;
    padding: 18px;
    border-bottom: none;
}

.modal-title {
    font-weight: 500;
    font-size: 21px;
}
/* DIALOG BODY */
.modal-body {
    padding: 0 24px;
}

    .modal-body p {
        font-weight: 400;
        font-size: 14px;
        color: #212121;
    }

    .modal-body .lead {
        font-weight: 300;
        font-size: 16px;
        color: #757575;
    }

        .modal-body p:last-child,
        .modal-body .lead:last-child {
            margin-bottom: 0;
        }
/* DIALOG FOOTER */
.modal-footer {
    margin-top: 24px;
    border-top: none;
    pointer-events: all;
}

    .modal-footer .btn {
        height: 36px;
        margin-right: 8px;
        padding: 8px 10px;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #fff;
    }

        .modal-footer .btn:focus {
            outline: none;
            box-shadow: none;
        }

        .modal-footer .btn:focus,
        .modal-footer .btn:hover {
        }

        .modal-footer .btn + .btn {
            margin-left: 0;
        }

            .modal-footer .btn + .btn:last-child {
                margin-left: -4px;
            }
/*
    Allgemeine Designs
*/
.do-date-header {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.do-item {
    display: flex;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
}

.do-item-gesamt {
    width: 700px;
    margin-left: 15px;
}

.do-item-left {
    width: 50%;
    border-right: solid 1px #ccc;
}

.do-item-right {
    width: 50%;
    border-left: solid 1px #ccc;
}

.do-item-border {
    border: solid 1px #ccc;
}

.hideMeals {
    height: 0;
    visibility: hidden;
    display: none;
}

.showMeals {
    height: auto;
    visibility: visible;
    display: block;
}

.eb-login-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.eb-login-left {
    width: 70%;
    height: auto !important;
    min-height: 100%;
    float: left;
    background-size: cover;
    color: white !important;
}

.machalla {
    background-position: right;
}

.eb-login-right {
    width: 30%;
    height: auto !important;
    min-height: 100%;
    float: right;
    background-color: #FAFAFA;
    display: flex;
}

    .eb-login-right > form {
        margin: 0 35px 0 35px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group-mobile { }

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 10px 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.center-block {
    text-align: center;
}

.welcome {
    font-size: 28px;
    font-weight: 500;
}

.register {
    color: #9e9e9e;
}

.f-navH {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    background-color: #fff;
}

.f-nav {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 12;
    background-color: #fff;
}
/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.3s;
}

    .ripple:active {
        background-color: rgba(0, 0, 0, .1);
        background-size: 100%;
        transition: background 0s;
    }

.fadein {
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 1;
    visibility: visible;
}

.fadeout {
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
}

.btn-visibility {
    visibility: visible;
}

.visible-desktop {
    visibility: visible;
}

.visible-mobile {
    visibility: hidden;
    display: none;
}

.view-title {
    margin-left: 48px;
}

.login-desktop {
    margin-top: -34%;
}

.register-desktop {
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    width: 55%;
}

.impressum-desktop {
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}

.datenschutz-desktop {
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}

.margin-top-header {
    margin-top: 35px;
}

.dummy-name {
    height: .875em;
    width: 150px;
    border-radius: 3px;
}

.dummy-del {
    height: .875em;
    width: 150px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .2);
}

.speiseplan-container {
    width: 60%;
    margin: auto;
}

.speiseplan-selection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speiseplan-iframe {
    margin-top: 25px;
    width: 100%;
    height: 68vh;
    border: 0;
}

.register-container {
    padding: 10px;
    min-height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container-ds {
    margin: calc(15px + 48px) 15px 15px 50px;
    width: 782px;
}

.container-im {
    margin: calc(15px + 48px) 15px 15px 50px;
}

.next-week {
    background-image: linear-gradient(-90deg, rgba(241, 239, 243, 1), rgba(241, 239, 243, 0));
    /*background-image: linear-gradient(-90deg, #a7a7a7, rgba(241, 239, 243, 0));*/
    height: 100%;
    top: 0;
    right: 0;
    width: 20px;
    z-index: 7;
    position: fixed;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-week {
    /*background-image: linear-gradient(-90deg, rgba(241, 239, 243, 0), #a7a7a7);*/
    background-image: linear-gradient(-90deg, rgba(241, 239, 243, 0), rgba(241, 239, 243, 1));
    height: 100%;
    top: 0;
    left: 0;
    width: 20px;
    z-index: 7;
    position: fixed;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-week:hover {
    opacity: 1;
    width: 250px;
}

.prev-week:hover {
    opacity: 1;
    width: 250px;
}

.mt-color-picker {
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    cursor: pointer;
    outline: 0;
    color: transparent;
}

.color-picker {
    z-index: 2000 !important;
}

.simply-white {
    color: white;
}

/*.dropdown-menu {
    max-height: calc(100% - 160px);
    overflow: auto;
}*/

.mwstTextField {
    text-align: right;
    font-size: 15px;
    display: grid;
    margin-left: auto;
}

.infoField {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 25px 0;
}

.feedback {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 25px;
    height: 55px;
    width: 55px;
    color: white;
    z-index: 50;
}

.smallGrid {
    grid-template-rows: 40% 40%;
}

.bigGrid {
    grid-template-rows: 26.7% 26.7% 26.7%;
}

.articleConfig-card {
    background-color: #fafafa;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.71);
    -moz-box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.71);
    box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.71);
}

.articleConfig-divider {
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.articleConfig-card-header {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 0;
}

    .articleConfig-card-header > h3 {
        margin-top: 0;
    }

.article-item {
    cursor: pointer;
}

    .article-item:hover {
        background-color: #eaeaea;
        border-radius: 8px;
    }

    .article-selected {
        background-color: #eaeaea;
        border-radius: 8px;
    }

.article-disabled {
    color: #cbcbcb !important;
}
    .article-disabled:hover {
        color: #939393 !important
    }

.articleConfig-card-collapsed {
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.articleConfig-card-expanded {
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.no-padding-right {
    padding-right: 0;
}

.padding-left20 {
    padding-left: 20px;
}

/*
    exDialog
*/


.padding-left30 {
    padding-right: unset;
    padding-bottom: 10px;
}


.ngdialog-sepa {
    z-index: 100000000 !important;
}

.custom {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.ngdialog-theme-default.ngdialog-theme-default.ngdialog-sepa {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ngdialog-theme-default.ngdialog-theme-default.ngdialog-condition {
    width: 750px;
}

.ngdialog.ngdialog-theme-default.ngdialog-sepa .ngdialog-content {
    display: block !important;
    height: auto !important;
    max-height: 100% !important;
    overflow: auto !important;
}

.ngdialog-theme-default.ngdialog-theme-default {
    padding-top: 160px !important;
}

    .ngdialog-theme-default.ngdialog-theme-default.custom {
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }

.ngdialog.ngdialog-theme-default.custom .ngdialog-content {
    width: 475px !important;
}

.ngdialog.ngdialog-theme-default.custom-account .ngdialog-content {
    width: 675px !important;
}

.custom {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.ngdialog-theme-default.ngdialog-padding {
    padding-top: 60px !important;
}

.ngdialog.ngdialog-theme-default.custom-width-40pr .ngdialog-content {
    width: 40% !important;
}

.ngdialog.ngdialog-theme-default.custom-width-70pr .ngdialog-content {
    width: 70% !important;
}

.ngdialog.ngdialog-theme-default.custom-width-height-100pr .ngdialog-content {
    width: calc(100% - 24px) !important;
    height: calc(100% - 72px) !important;
    z-index: 100006;
    position: absolute;
    top: 60px;
    left: 12px;
    right: 12px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ngdialog-padding {
    padding-top: 60px !important;
}

.ngdialog-theme-default.fixed-height {
    max-height: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    z-index: 100000;
}

.articleDialogContainer {
    display: grid;
}

.articleDialogCategorieLabel {
    margin-bottom: 0;
    margin-right: unset;
}

.articleDialogNoticeLabel {
    width: 50%;
}

.articleDialogNoticeField {
    width: 100%;
}

.articleDialogMwstContainer {
    display: flex;
    width: unset;
}

.articleDialogFixedPriceContainer {
    display: flex;
    min-height: 40px;
    margin: 0 auto 0 auto;
    min-width: 160px;
    align-items: center;
}

.articleDialogActiveLockContainer {
    margin: 0 auto 0 auto;
    align-items: center;
    min-height: 40px;
    min-width: 172px;
    display: flex;
}

.articleDialogCbx {
    margin-top: 0px;
}

.articleDialogCbxCol {
    padding-right: 15px;
    padding-left: 0;
}

#toast-container {
    z-index: 100000001;
}

.terminal-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 59px;
}

.terminal-scanner-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.terminal-scanner-text {
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
}

.terminal-category-box-left {
    width: 100%;
}

.terminal-category-box-right {
    width: 22%;
}

.terminal-category-box {
    margin: 25px;
}

.terminal-category-box-orientation-bottom {
    margin: 25px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    max-height: calc(100% - 377px);
    min-height: calc(100% - 377px);
}

.terminal-category-box-orientation-right {
    margin: 25px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    box-shadow: 0px 0px 20px 0px rgba(107,107,107,0.3);
    max-height: calc(100% - 50px);
    min-height: calc(100% - 50px);
}

.terminal-category-container {
    overflow-y: auto;
    display: flex;
}

.terminal-category-item {
    margin: 15px;
    padding: 10px 10px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .terminal-category-item:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        -moz-box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        cursor: pointer;
    }

.terminal-category-item-bon {
    height: 70px;
    min-width: 90%;
    max-width: 90%;
    margin: 15px;
    padding: 15px;
    align-items: center;
    display: flex;
}

.terminal-category-item-head {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Ubuntu";
    color: #565656;
    height: 90px;
}

.terminal-category-item-head-bon {
    height: 40px;
    width: 40px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
}

.terminal-category-item-head-abbr-bon {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #c0c0c0;
    background-color: #fafafa;
    font-size: 22px;
    font-family: "Ubuntu";
    color: #565656;
    margin-bottom: 20px;
}

.terminal-category-item-headImg {
    /*    margin: 15px;
    width: 150px;
    text-align: center;*/
}

.terminal-category-item-sub {
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: bold;
}

.terminal-category-item-sub-bon {
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

.terminal-category-maintitle {
    margin-left: 15px;
    font-weight: bold;
    font-size: 30px;
}

.terminal-btn {
    width: 100%;
    transition: 0.3s;
    margin-top: 20px;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(107,107,107,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(107,107,107,0.3);
    box-shadow: 0px 0px 10px 0px rgba(107,107,107,0.3);
}

    .terminal-btn:disabled {
        background-color: #616161 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .terminal-btn:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        -moz-box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        box-shadow: 0px 0px 15px 0px rgba(107,107,107,0.5);
        cursor: pointer;
    }

.terminal-btn-nav {
    margin: 0;
    width: auto;
    padding: 0 20px;
}

.terminal-navbar {
    height: 60px;
    display: flex;
    align-items: center;
}

.terminal-mat-checkout {
    background-color: #3bd883;
    color: white;
}

.mat-day-container-button-mobile {
    overflow-x: auto;
    width: 100%;
    display: flex;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    user-select: none;
}

.mat-day-container-button-mobile::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.mat-day-button-mobile {
    font-size: 16px;
    padding: 5px 16px;
    background-color: rgba(55,83,141,.2);
    color: rgba(55,83,141,1);
    border-radius: 8px;
    width: 165px;
    margin: 0 5px;
    cursor: pointer;
}

    .mat-day-button-mobile.active {
        font-weight: bold;
        background-color: rgba(55,83,141,.5);
    }


.mat-section-bg {
    background-color: rgb(204, 209, 226);
}

.basket-btn {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.mat-bill-btn {
    min-width: 110px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 40px !important;
    width: auto !important;
    padding: 0 15px !important;
    line-height: unset !important;
}

.kassen-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: white;
    width: 115px;
    border-radius: 12px;
    margin: 15px;
    cursor: pointer;
    transition: ease-in-out 0.3s
}

    .kassen-item:hover {
        -webkit-box-shadow: 0px 0px 5px 0px #8F8F8F;
        box-shadow: 0px 0px 5px 0px #8F8F8F;
    }

.kassen-icon {
    height: 45px;
}

.kassen-icon-container {
    background-color: #d9d9d9;
    border-radius: 85px;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kassen-name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.ka-container {
    background: white;
    border-radius: 16px;
}

.ka-head {
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    border-bottom: 1px solid #e0e0e0;
}

    .ka-head > div:nth-child(1) {
        width: 10%;
    }

    .ka-head > div:nth-child(2) {
        width: 15%;
    }

    .ka-head > div:nth-child(3) {
        width: 10%;
    }

    .ka-head > div:nth-child(4) {
        width: 10%;
    }

    .ka-head > div:nth-child(5) {
        width: 35%;
    }

    .ka-head > div:nth-child(6) {
        width: 5%;
    }

    .ka-head > div:nth-child(7) {
        width: 15%;
    }

.ka-items {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 55px;
    font-size: 15px;
    cursor: pointer;
}

    .ka-items > div:nth-child(1) {
        width: 10%;
        margin-left: 30px;
    }

    .ka-items > div:nth-child(2) {
        width: 15%;
    }

    .ka-items > div:nth-child(3) {
        width: 10%;
    }

    .ka-items > div:nth-child(4) {
        width: 10%;
    }

    .ka-items > div:nth-child(5) {
        width: 35%;
    }

    .ka-items > div:nth-child(6) {
        width: 5%;
    }

    .ka-items > div:nth-child(7) {
        width: 15%;
    }

.ka-items:first-child {
    margin-top: 5px;
}

.ka-items:last-child {
    margin-bottom: 20px;
}

.ka-items:hover {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.acc-icon-container {
    display: flex;
    justify-content: space-between;
    margin: 50px;
}

.acc-icon-item {
    cursor: pointer;
    padding: 10px;
    transition: ease-in-out 0.3s;
    border-radius: 8px;
}
    .acc-icon-item:hover {
        background-color: #d9d9d9;
    }

.acc-icon-selected {
    border-radius: 8px;
    background-color: #d9d9d9;
}

.autobook-header {
    background-color: white;
    padding: 10px;
    margin-top: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    font-weight: bold;
}

.autobook-container {
    background-color: white;
    margin: -1px 0;
    overflow-y: auto;
    max-height: calc(100vh - 395px - 15px);
    padding: 0 10px;
}

.autobook-items {
    display: flex;
    padding: 10px 5px;
    cursor: pointer;
    align-items: center;
    transition: all ease-in-out 0.2s;
    user-select: none;
}

    .autobook-items:hover {
        background-color: lightgrey;
    }

.autobook-items-selected {
    background-color: lightgrey;
}

.autobook-footer {
    background-color: white;
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
}

.mat-chip-icon.chip_selected > img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mat-chip-icon > img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.chip_selected {}

@media screen and (max-width: 1560px) {
    .padding-left30 {
        padding-right: 15px;
        padding-left: unset;
        padding-bottom: 10px;
    }

    .articleDialogContainer {
        display: grid;
    }

    .no-padding-right {
        padding-right: 15px;
        padding-left: 0;
    }

    .articleDialogCategorieLabel {
        margin-right: unset;
    }

    .articleDialogNoticeLabel {
        width: 50%;
    }

    .articleDialogNoticeField {
        width: 100%;
    }

    .articleDialogMwstContainer {
        width: unset;
    }

    .articleDialogFixedPriceContainer {
        margin: 0 auto 0 auto;
        min-width: 160px;
        align-items: center;
    }

    .articleDialogActiveLockContainer {
        margin: 0 auto 0 auto;
        align-items: center;
        min-height: 40px;
        min-width: 172px;
        display: flex;
    }

    .articleDialogCbx {
        margin-top: 0px;
    }

    .articleDialogCbxCol {
        padding-right: 15px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .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;
    }
}

@media screen and (max-width: 768px) {

    .ngdialog-theme-default.ngdialog-theme-default {
        padding-top: 10px !important;
    }

    .ngdialog-content {
        margin: 50px 0px 8px 0px !important;
    }

    .ngdialog.ngdialog-theme-default.custom-width-65pr .ngdialog-content {
        width: 100% !important;
    }

    .ngdialog.ngdialog-theme-default.custom-account .ngdialog-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 660px) {
    .vitateamfeier-left {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vitateamfeier-right {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    @media screen and (max-width: 1560px) {
        .articleDialogNoticeLabel {
            width: 33.3333%;
        }
    }
}

@media (max-width: 768px) {
    .col-sm-8 {
        width: 66.66666667%;
    }
}

/*
animation:*/

.slideDown.ng-hide {
    height: 0;
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

.slideDown {
    height: auto;
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

    .slideDown.ng-hide-remove,
    .slideDown.ng-hide-add {
        /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
        display: block !important;
    }


    .slideDown.ng-hide-add {
        animation-name: hide;
        -webkit-animation-name: hide;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
    }



    .slideDown.ng-hide-remove {
        animation-name: show;
        -webkit-animation-name: show;
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
    }

/*
    Mobile Design
*/
@media screen and (max-width: 1795px) {
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .dashboard-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1430px) {
    .mat-extended-fab-mini {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1250px) {
    .eb-login-right {
        width: 30%;
        height: auto !important;
        min-height: 100%;
        float: right;
    }

    .eb-login-left {
        width: 70%;
    }
}

@media screen and (max-width: 1194px) {
    .mat-week-grid {
        font-size: 11px;
    }
}

@media screen and (max-width: 1130px) {
    .mat-selected-border {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .mat-week-grid {
        font-size: 11px;
    }

    .mat-extended-fab-mini {
        padding: 0 12px;
    }

    .mat-logo {
        margin-left: 5px;
        margin-right: 5px;
        width: 78px;
    }

        .mat-logo > img {
            width: 73px;
        }

    .mat-menu-button {
        height: 30px;
        width: auto;
        text-transform: uppercase;
        letter-spacing: 0px;
        color: white;
        margin-right: 5px;
        font-size: 13px;
    }

    .mat-menu-strip {
        margin-left: 0;
    }

    .mat-menu-strip-logout {
        margin-right: 0px;
    }

    .bill {
        margin-left: 0;
    }
}

@media screen and (max-width: 1020px) {

    /*
        Material Design
    */

    .mat-section {
        padding: unset;
    }

    .register-desktop {
        width: 100%;
    }

    .impressum-desktop {
        width: 100%;
        min-width: 364px;
    }

    .datenschutz-desktop {
        width: 100%;
        min-width: 364px;
    }

    .center-block {
        display: flex;
        margin: auto;
        padding: 0;
        justify-content: center;
    }

    .form-group > div > div > table {
        width: 100% !important;
    }

    .mat-content {
        padding: 120px 12px 16px 12px;
    }

    .content-more {
        padding: 160px 12px 16px 12px;
    }

    .mat-content-direct {
        padding: 177px 0px 0px 0px;
    }

    .content-more-direct {
        padding: 215px 0px 0px 0px;
    }

    .mat-sel-day-info {
        font-size: 20px;
        min-height: 20px;
        margin-bottom: 10px;
    }

    .mat-content-small {
        text-align: left;
        padding: 64px 16px 16px 16px;
    }

    .mat-header {
        text-align: center;
        display: flex;
        font-weight: bold;
        min-height: unset;
        align-items: center;
        padding: 0 8px 0;
    }

    .mat-sel-day-info-right {
        margin-left: 5px;
        margin-right: auto;
    }

    .mat-sel-day-info-left {
        margin-left: auto;
        margin-right: 5px;
    }

    .mat-sel-day-info-center {
        margin: auto;
    }

    .mat-mini-fab {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .mat-card-order-content {
        width: 90%;
    }

    .mat-user {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .mat-user-small {
        margin: 0px 15px 15px 15px;
        font-size: 14px;
    }

    .mat-meal-card {
        padding: 0;
        display: flex;
        margin: auto;
        width: 100%;
        min-height: 135px;
    }

    .mat-day {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 8px 0px 8px;
    }

    .mat-week-selection-container {
        height: auto;
        padding: 0;
        text-align: center;
    }

    .mat-card-content {
        margin: 0;
    }

    .mat-week-selection {
        justify-content: center;
        margin: 15px 0px;
    }

    .mat-week-price {
        margin-top: 15px;
        justify-content: center;
        font-size: 14px;
    }

    .mat-week-price-bill {
        margin-top: -5px;
        margin-bottom: 10px;
        justify-content: center;
        display: grid;
    }

    .bill {
        margin: 5px auto;
    }

    .mat-week-select {
        font-size: 16px;
        text-align-last: center;
        height: 50px;
    }

    .mat-basket-buttons {
        display: inline-block;
        width: 100%;
    }

    .mat-basket-button-left {
        margin-top: 15px;
        width: 100%;
    }

    .mat-basket-button-right {
        margin-top: 15px;
        width: 100%;
    }

    .mat-remove-order {
        margin-left: 22px;
        margin-top: 3px;
        font-size: 26px;
    }

    /*
        Allgemeines Design
    */

    .view-title {
        margin-left: 0;
    }

    .visible-desktop {
        visibility: hidden;
        display: none;
        margin-bottom: 0;
    }

    .btn-visibility {
        visibility: hidden;
        display: none;
    }

    .visible-mobile {
        visibility: visible;
        display: inline-block;
    }

    .mobile-container {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .bg-darker {
        background-color: rgba(0,0,0, .5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        margin-top: 50px;
    }

    .login-desktop {
        margin-top: 0;
    }

    .modal-dialog {
        width: 100%;
        height: auto;
    }

    .modal-logout {
        width: 100%;
    }

    .modal-logout-footer {
        display: block;
    }

    .speiseplan-container {
        width: 100%;
        margin: auto;
    }

    .speiseplan-selection {
        display: inline-block;
        justify-content: center;
        align-items: center;
    }

    .speiseplan-iframe {
        margin-top: 25px;
        width: 100%;
        height: 100vh;
        border: 0;
    }

    .speiseplan-selection > .mat-week-selection > .mat-week-select {
        width: 75%;
    }

    .mat-sel-day-container {
        padding: 8px 0;
    }
}



@media screen and (max-width: 1240px) {
    .mat-navbar-mobile {
        display: block;
        width: 100%;
    }

    .mat-navbar-desktop {
        display: none;
    }

    .mat-navbar {
        color: #ffffff;
        background: #ffffff;
        border-bottom: 0;
        height: 50px;
        display: flex;
    }

    .mat-logo {
        height: 50px;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        border-radius: 0;
    }

        .mat-logo > img {
            margin: auto;
            height: 35px;
            width: 160px;
            padding-left: 25px;
            right: unset;
        }

    .mat-menu-mobile {
        display: flex;
        width: 58px;
        text-align: center;
        align-items: center;
        background-color: white;
    }

    .menu-icon {
        margin-top: 25%;
    }

    .mat-mobile-button {
        width: 100%;
        height: 100%;
        font-size: 25px;
    }

        .mat-mobile-button:hover {
            background-color: rgba(120, 120, 120, 0.20);
        }

    .mat-menu-responsive {
        display: grid;
        margin-left: 0;
        margin-top: 0;
        background-color: white;
        font-size: 18px;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1;
        overflow-y: auto;
        grid-auto-rows: 50px;
        box-shadow: 0 0px 0px rgba(0,0,0,.16), 0 8px 6px rgba(0,0,0,.23);
    }

    .mat-mobile-menu-item {
        border-bottom-color: #eee;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        color: black;
        padding-left: 30px;
        text-decoration: none;
        display: flex;
        align-items: center;
        height: 100%;
    }

        .mat-mobile-menu-item:focus, .mat-mobile-menu-item:active, .mat-mobile-menu-item:hover {
            color: black;
            text-decoration: none;
        }
}

@media screen and (orientation:landscape) and (max-width: 1020px) {
    .mat-week-price {
        width: 75%;
        margin-top: 0px;
    }

/*    .mat-week-selection {
        width: 75%;
    }*/

/*    .mat-week-inner-container {
        display: flex;
    }*/

    .mat-week-price-bill {
        width: 100%;
    }

    .bill {
        margin: 1px auto;
    }
}

@media screen and (max-width: 830px) {


    .container-ds {
        width: unset;
    }
}
/*
    Table
*/
/* -- Material Design Table style -------------- */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

    .table > thead > tr,
    .table > tbody > tr,
    .table > tfoot > tr {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            text-align: left;
            padding: 1.6rem;
            vertical-align: middle;
            border: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .table > thead > tr > th {
            font-weight: 400;
            color: #757575;
            vertical-align: middle;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .table .table {
        background-color: #fff;
    }

    .table .no-border {
        border: 0;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0.8rem;
}

.table-bordered {
    border: 0;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-striped > tfoot {
    border-top: 2px solid #e0e0e0;
    background-color: #f5f5f5;
}

    .table-striped > tfoot > td,
    .table-striped > tfoot > th {
        background-color: #f5f5f5;
    }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}

.table-responsive-vertical {
    width: 80%;
    margin: 25px auto 80px auto;
}

    .table-responsive-vertical > .table > tfoot > #mobile {
        display: none;
    }

    .table-responsive-vertical > .table > tbody > tr > #options {
        width: 13%;
    }

@media screen and (max-width: 1020px) {
    .table-responsive-vertical {
        width: 95%;
    }

        .table-responsive-vertical > .table {
            width: 100%;
            margin-bottom: 0;
            background-color: transparent;
        }

            .table-responsive-vertical > .table > thead,
            .table-responsive-vertical > .table > tfoot > #desktop {
                display: none;
            }

            .table-responsive-vertical > .table > tfoot > #mobile {
                display: block;
            }

            .table-responsive-vertical > .table > tbody {
                display: block;
            }

                .table-responsive-vertical > .table > tbody > tr > #options {
                    width: 100%;
                }

                .table-responsive-vertical > .table > tbody > tr {
                    display: block;
                    border: 1px solid #e0e0e0;
                    border-radius: 4px;
                    margin-bottom: 1.6rem;
                }

                    .table-responsive-vertical > .table > tbody > tr > td {
                        background-color: #fff;
                        display: block;
                        vertical-align: middle;
                        text-align: right;
                    }

                        .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
                            content: attr(data-title);
                            float: left;
                            font-size: inherit;
                            font-weight: 400;
                            color: #757575;
                        }

        .table-responsive-vertical.shadow-z-1 {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
                border: none;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
                -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            }

        .table-responsive-vertical > .table-bordered {
            border: 0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td {
                border: 0;
                border-bottom: 1px solid #e0e0e0;
            }

                .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                    border-bottom: 0;
                }

        .table-responsive-vertical > .table-striped > tbody > tr > td,
        .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
            background-color: #fff;
        }

            .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
                background-color: #f5f5f5;
            }

        .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
        .table-responsive-vertical > .table-hover > tbody > tr:hover {
            background-color: #fff;
        }

        .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
            background-color: rgba(0, 0, 0, 0.12);
        }
}

@media screen and (max-width: 900px) {
    .eb-login-right {
        width: 40%;
    }

    .eb-login-left {
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .eb-login-right {
        width: 45%;
    }

    .eb-login-left {
        width: 55%;
    }
}

@media screen and (max-width: 770px) {
    .eb-login-right {
        width: 100%;
        height: auto !important;
        vertical-align: bottom;
    }

        .eb-login-right > form {
            margin-top: 5%;
        }

    .eb-login-left {
        width: 100%;
        min-height: 0;
        vertical-align: top;
    }

    .eb-wichtiges-footer {
        position: unset;
        margin: 50px 0 15px 25px;
    }
}

@media screen and (max-width: 640px) {
    .eb-login-h3 {
        margin-top: 10%;
        margin-bottom: 11%;
    }

    .dashboard-inner-item {
        width: 480px;
    }
}

@media screen and (max-width: 550px) {
    .form-group-mobile {
        width: 100%;
    }
        .form-group-mobile:last-child {
            width: 100%;
            margin-top: 5px;
            display: block;
            height: auto;
        }
}

@media screen and (max-width: 415px) {
    .form-group-mobile {
        height: 55px;
        display: block;
    }
}

.input-validation-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(169 68 66 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(169 68 66 / 60%) !important;
}

.plz-container {
    display: inline-flex;
    width: 100%;
    text-align: left;
}

.plz {
    margin-bottom: 0.5em;
    width: 20%;
    margin-right: 15px;
}

.city {
    margin-bottom: 0.5em;
    width: 50%;
    margin-right: 15px;
}

.citypart {
    margin-bottom: 0.5em;
    width: 30%;
}

.cbx-container {
    text-align: center;
}

.finsh-container {
    text-align: center;
    padding: 70px 70px 0 70px;
}

@media screen and (max-width: 440px) {
    .plz-container {
        display: block;
        width: 100%;
    }

    .plz {
        width: 100%;
        margin-right: 0;
    }
    .city {
        width: 100%;
        margin-right: 0;
    }
    .citypart {
        width: 100%;
    }

    .cbx-container {
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cbx-container > label {
            margin-left: 20px;
        }

    .finsh-container {
        text-align: center;
        padding: 0;
    }
}







.terminal-categories {
    height: 100%;
    width: calc(25% + 10px);
    background: white;
    position: relative;
}

.terminal-categories-head {
    width: 100%;
    height: 8%;
    background-color: white;
    display: flex;
    align-items: center;
}

.headline {
    margin-left: 25px;
    margin-bottom: calc(1rem - 10px);
    font-size: 14px;
    font-weight: bold;
}

.headline-bottomline {
    height: 3px;
    background-color: black;
    margin-left: 25px;
    width: 160px;
    border-radius: 12px;
}

.terminal-categories-items {
    width: 100%;
    height: 70%;
    align-content: flex-start;
    flex-wrap: wrap;
    background-color: white;
    display: flex;
    overflow-y: auto;
    padding: 0 10px 20px 10px;
}

.terminal-category-item {
    width: 85px;
    height: 85px;
    background-color: khaki;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    margin: 20px 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    transition: 100ms ease-in-out;
}

.terminal-category-item-selected {
    border: 4px solid #72b6f7;
    -webkit-box-shadow: 7px 7px 15px -5px #949494;
    box-shadow: 7px 7px 15px -5px #949494;
}

.terminal-category-item-sub {
    white-space: nowrap;
    width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.terminal-articles {
    height: 100%;
    width: 75%;
    background: #f4f5f8;
    overflow-y: auto;
    position: relative;
}

.terminal-articles-head {
    width: 100%;
    height: 8%;
    display: flex;
    align-items: center;
}

.terminal-articles-items {
    width: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    overflow-y: auto;
    padding: 0 10px 20px 10px;
}

.terminal-articles-item {
    width: 110px;
    height: 110px;
    background-color: khaki;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    margin: 20px 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    transition: 100ms ease-in-out;
    position: relative;
}

    .terminal-articles-item:active {
        border: 4px solid #72b6f7;
        -webkit-box-shadow: 7px 7px 15px -5px #949494;
        box-shadow: 7px 7px 15px -5px #949494;
    }

.terminal-articles-item-head {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}

.terminal-articles-item-price {
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-right: auto;
}

.terminal-articles-item-button {
    width: 40px;
    height: 35px;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.terminal-articles-item-body {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: calc(100% - 35px);
    padding-top: 5px;
}

.terminal-articles-item-abbr {
    font-weight: bold;
    font-size: 25px;
}

.terminal-articles-item-sub {
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 10px;
}

.changebackground_streff {
    animation: changeBg_streff 30s infinite;
}

@keyframes changeBg_streff {
    0%,100% {
        background-image: url("../Img/bg_s-treff.png");
    }

    33% {
        background-image: url("../Img/bg_streff_agentur.png");
    }

    66% {
        background-image: url("../Img/bg_streff_knappschaft.png");
    }
}