@charset "UTF-8";

/* Theme importieren */


/**
 * Font-Stylesheet für Mahlzeit
 */
/* barlow-semi-condensed-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('../img/fonts/barlow-semi-condensed-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../img/fonts/barlow-semi-condensed-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../img/fonts/barlow-semi-condensed-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Variablen importieren */


/**
 * Variablen für Mahlzeit
 */


/* CSS für mobile first importieren */


/**
 * CSS für mobile first für Mahlzeit
 */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-size: 28px;
    line-height: 40px;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    color: #000;
    background-color: #FFF;
}


/* Allgemein
-------------------------------------------------- */

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
}

main a,
aside a {
    color: #00a499;
}

hr {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    /*
  border-style: solid;
  border-width: 1px;
  border-color: $color-mahlzeit;
  */
    height: 1px;
    border: none;
    background-color: #00a499;
}

strong,
b,
th {
    font-weight: 600;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* Wrapper */

.wrapper {
    margin: 0 auto;
    max-width: 1400px;
}

.color-mahlzeit {
    color: #00a499;
}


/* Text */

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

.text-right {
    text-align: right;
}


/* DSGVO Plugin */

#dsgvo-popup {
    position: absolute;
    z-index: 10010;
    top: 30px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.dsgvo-content {
    position: relative;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    background-color: #dae8e7;
    color: #333;
    border: 1px solid #333;
    font-size: 16px;
    line-height: normal;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .3), 0 6px 20px 0 rgba(255, 255, 255, .3);
}

.dsgvo-content a {
    color: #333;
    text-decoration: none;
}

.dsgvo-popup-close {
    position: absolute;
    top: 0;
    right: 0;
}

.dsgvo-popup-close a {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    color: #333;
    font-size: 24px;
}

.dsgvo-popup-headline {
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
}

.dsgvo-popup-global-allow-deny {
    text-align: center;
}

a.dsgvo-popup-global-allow,
a.dsgvo-popup-global-deny {
    display: inline-block;
    margin: 10px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

a.dsgvo-popup-global-allow {
    color: #FFF;
    background-color: #4e9800;
    border-color: #3c763d;
    font-size: 18px;
    font-weight: bold;
}

a.dsgvo-popup-global-allow:hover,
a.dsgvo-popup-global-allow:active,
a.dsgvo-popup-global-allow:focus {
    color: #FFF;
    background-color: #6fa536;
    border-color: #3c763d;
}

a.dsgvo-popup-global-deny {
    color: #333;
    background-color: #d0d0d0;
    border-color: #b3b2b2;
}

a.dsgvo-popup-global-deny:hover,
a.dsgvo-popup-global-deny:active,
a.dsgvo-popup-global-deny:focus {
    color: #000;
    background-color: #b7b7b7;
    border-color: #868686;
}

.section-box {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 10px;
    background-color: #f9f9f9;
}

.section-headline {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-body .fa-toggle-on {
    color: #3c763d;
}

.section-body .fa-toggle-off {
    color: #a94442;
}

#dsgvo-toggle-ga,
#dsgvo-toggle-yt {
    font-size: 110%;
    font-weight: bold;
    margin: 4px 0 20px 0;
    padding: 4px 0;
    cursor: pointer;
}

#dsgvo-toggle-ga-cookies,
#dsgvo-toggle-yt-cookies {
    font-weight: bold;
    margin: 4px 0;
    padding: 4px 0;
    cursor: pointer;
}

.dsgvo-popup-final-p {
    text-align: center;
}

#dsgvo-button {
    position: fixed;
    z-index: 999;
    bottom: 5px;
    left: 5px;
    padding: 5px 10px;
    border: 2px solid #ad2d65;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #e7267a;
}

#dsgvo-button h2,
#dsgvo-button p {
    margin: 0;
    padding: 0;
    color: white;
}

#dsgvo-button h2 {
    font-size: 14px;
    line-height: 1.8;
}

#dsgvo-button p {
    font-size: 14px;
    line-height: 1.6;
}

.dsgvo_youtube {
    margin: 12px 0;
    cursor: pointer;
}

.dsgvo_youtube_text {
    margin: -6px 0 36px 0;
}

.dsgvo_youtube_text>span {
    font-weight: bold;
}

.section-body table {
    width: 100%;
    margin-top: 4px;
    border-collapse: collapse;
}

.section-body th,
.section-body td {
    border: 1px solid #999;
    padding: 2px;
    background-color: #f3f3f3;
}

.section-body th {
    background-color: #e4e4e4;
}

.section-body td:nth-child(1),
.section-body td:nth-child(3) {
    white-space: nowrap;
}


/* Startseite
-------------------------------------------------- */

.home-image {
    position: relative;
}

.home-image>figure {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.home-image img {
    display: block;
    width: 100%;
    height: auto;
}


/*
.owl-dots {
    margin: 0 !important;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 164, 153, .75);
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #F2F2F2 !important;
}
*/

.home-image-links {
    position: absolute;
    /*bottom: 2.5%;*/
    bottom: 0;
    /*left: 5%;*/
    left: 0;
    color: #FFF;
    z-index: 9999;
    background-color: #00a499;
}

.home-image-links p {
    padding: 0 8px;
    margin: 0;
}

.home-image-links a {
    color: #FFF;
    font-size: 26px;
    text-decoration: none;
}

.home-image-text {
    position: relative;
    padding: 25px;
    color: #FFF;
    background-color: #00a499;
    text-align: center;
}

.home-image-text a {
    color: #FFF;
}

.home-image-text a.home-image-links-phone {
    text-decoration: none;
}

.home-image-text h2 {
    margin-top: 0;
    margin-bottom: -15px;
    font-size: 42px;
}

.home-login-buttons {
    margin: 90px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.home-login-buttons li {
    display: inline;
    padding: 0 10px;
    font-weight: 600;
}

.home-login-buttons a {
    display: inline-block;
    padding: 5px 20px;
    color: #00a499;
    border: 2px solid #00a499;
    border-radius: 30px;
    text-decoration: none;
}

.home-login-buttons.home-login-buttons-bottom {
    margin: 50px 0;
}

.home-menus-rounded {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #00a499;
    background-color: #FFF;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.home-menus-rounded span {
    font-size: 46px;
}

.home-menus-rounded small {
    font-size: 24px;
}

.home-menus-rounded p {
    margin: 0;
    font-size: 18px;
}

.home-flex-container {
    display: flex;
    flex-direction: row;
}

.home-flex-container>div {
    width: 50%;
    text-align: center;
}

.home-flex-container>div:first-child {
    padding-left: 15px;
    padding-right: 30px;
}

.home-flex-container>div:last-child {
    padding-left: 30px;
    padding-right: 15px;
}

.home-flex-container h3,
.home-text h3 {
    margin-top: 0;
    margin-bottom: -20px;
    font-size: 32px;
}

.home-text {
    text-align: center;
    padding: 0 30px;
}

.home-text h3 {
    margin-top: 90px;
    font-size: 32px;
}

.home-type-icons {
    margin: 75px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.home-type-icons li {
    display: inline-block;
    cursor: pointer;
    width: 140px;
    height: 140px;
    background: url("../img/mahlzeit-typen-icons.png") no-repeat;
}

.home-type-icons li p {
    margin: 80px 0 0 0;
}

li.home-type-glutenfrei {
    background-position: 0 0;
    color: #a67c52;
}

li.home-type-laktosefrei {
    background-position: -182px 0;
    color: #627fbf;
}

li.home-type-vegetarisch {
    background-position: -356px 0;
    color: #6fa536;
}

li.home-type-vegan {
    background-position: -523px 0;
    color: #fe5f01;
}

li.home-type-malanders {
    background-position: -682px 0;
    color: #92364a;
}

li.home-type-malfit {
    background-position: -853px 0;
    color: #e7267a;
}

.home-speisekarte {
    margin-bottom: 80px;
}

.home-speisekarte h4 {
    margin-bottom: -25px;
    font-size: 30px;
    font-weight: 600;
    color: #00a499;
}

.home-speisekarte ul {
    list-style-type: none;
}

.home-speisekarte li {
    font-size: 24px;
}

.speisekarte-liste li.filterDeselected,
tr.speisekarte-liste.filterDeselected {
    opacity: .3;
}

.speisekarte-liste li>span {
    margin: 0 0 -1px 0;
}

.tooltip-inhaltsstoffe-container {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.inhaltsstoffe-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 0;
    background-color: #28A7F6;
    color: #fff;
    font: bold 16px/18px "Barlow Semi Condensed",sans-serif;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.inhaltsstoffe-tooltip {
    background-color: #28A7F6;
    color: #fff;
    font: bold 14px/18px "Barlow Semi Condensed",sans-serif;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    left: 155%; /* Positioniert den Tooltip rechts vom Icon */
    top: 50%;
    transform: translateY(-50%);
    /*opacity: 0;
    transition: opacity 0.3s;*/
    display: none;
    width: max-content;
    max-width: 250px;
}
.inhaltsstoffe-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px; /* Positioniert den Pfeil links vom Tooltip */
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #28A7F6 transparent transparent ;
}
.tooltip-inhaltsstoffe-container:hover .inhaltsstoffe-tooltip,
.tooltip-inhaltsstoffe-container:focus-within .inhaltsstoffe-tooltip {
    /*opacity: 1;*/
    display: block;
}
/* Zusätzliche Klasse für die links ausgerichteten Tooltips */
.tooltip-inhaltsstoffe-container.left .inhaltsstoffe-tooltip {
    left: auto;
    right: 155%; /* Positioniert den Tooltip links vom Icon */
}
.tooltip-inhaltsstoffe-container.left .inhaltsstoffe-tooltip::after {
    left: auto;
    right: -10px; /* Pfeilposition anpassen */
    border-color: transparent transparent transparent #28A7F6;
}

.filter-type-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.filter-type-icons li {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: url("../img/mahlzeit-filter-typen-icons.png") no-repeat;
}

.filter-type-icons li.show-text {
    background: none;
    position: relative;
}

.filter-type-icons li.show-text span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.filter-type-icons li.type-glutenfrei {
    background-position: -6px 0;
}

.filter-type-icons li.type-laktosefrei {
    background-position: -53px 0;
}

.filter-type-icons li.type-vegetarisch {
    background-position: -101px 0;
}

.filter-type-icons li.type-vegan {
    background-position: -148px 0;
}

.filter-type-icons li.type-malanders {
    background-position: -188px 0;
}

.filter-type-icons li.type-malfit {
    background-position: -226px 0;
}


/*
.filter-type-icons li.type-alle {
    background-position: -264px 0;
}
*/

.filter-type-icons li.type-hilfe {
    background-position: -303px 0;
}

.filter-type-icons li.type-print {
    background-position: -344px 0;
}

.filter-type-icons-animate.filterDeselected {
    opacity: .4;
}

span.filter-type-dot-icons {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url("../img/mahlzeit-filter-typen-dot-icons.png") no-repeat;
}

span.filter-type-dot-icons i {
    display: none;
}

.filter-type-dot-icons.type-glutenfrei {
    background-position: 0 0 !important;
}

.filter-type-dot-icons.type-laktosefrei {
    background-position: -68px 0 !important;
}

.filter-type-dot-icons.type-vegetarisch {
    background-position: -136px 0 !important;
}

.filter-type-dot-icons.type-vegan {
    background-position: -204px 0 !important;
}

.filter-type-dot-icons.type-malanders {
    background-position: -266px 0 !important;
}

.filter-type-dot-icons.type-malfit {
    background-position: -322px 0 !important;
}


/* Startseite: Kunde werden - Buttons für Privat und Firmenkunde
-------------------------------------------------- */

.home-kunde-werden-buttons {
    border-top: 1px solid #00a499;
    margin-top: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #00a499;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.home-kunde-werden-buttons .PrivatkundeWerden {
    border-bottom: none;
    margin-bottom: 60px;
    padding-bottom: 0;
}

.home-kunde-werden-buttons .PrivatkundeWerden .fa-user {
    font-size: 72px;
    color: #00a499;
}

.home-kunde-werden-buttons .FirmenkundeWerden .fa-users {
    font-size: 82px;
    color: #00a499;
}

.home-kunde-werden-buttons h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.home-kunde-werden-buttons p {
    text-align: center;
    margin: 20px 0 20px 0;
}

.home-kunde-werden-buttons ul {
    list-style-type: none;
    margin: 0 5%;
    padding: 0;
}

.home-kunde-werden-buttons li {
    font-size: 24px;
}

.home-kunde-werden-buttons li .fa {
    color: #00a499;
}

.home-kunde-werden-buttons .weiterButton {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-size: 24px;
    color: #FFF;
    background-color: #00a499;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}


/* Startseite: Mitarbeiteranmeldeformular
-------------------------------------------------- */

#MitarbeiterAnmeldeForm .left_col_anmeldung {
    float: left;
    width: 45%;
    margin-right: 10%;
}

#MitarbeiterAnmeldeForm .right_col_anmeldung {
    float: right;
    width: 45%;
}

#MitarbeiterAnmeldeForm label {
    font-size: 24px;
}

#MitarbeiterAnmeldeForm .myFormStyle {
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 95%;
    text-indent: 8px;
}

#MitarbeiterAnmeldeForm .col_anmeldung_bottom {
    margin-bottom: 12px;
}


/* Bestellungen: Header
-------------------------------------------------- */

#header {
    position: relative;
}

.home-image img.remove-responive-behaviour {
    display: block;
    width: 1400px;
    height: auto;
}

.header-logout {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-logout p {
    margin: 0;
    padding: 3px 27px 3px 12px;
    background: #00a499 url("../img/mahlzeit-header-logout.png") no-repeat 90% 58%;
}

.header-logout a {
    color: #FFF;
    text-decoration: none;
}

.header-bestellart,
.header-bestellerdaten {
    position: relative;
    height: 200px;
}

.header-bestellerdaten-height-override {
    height: 140px;
}

.header-bestellart hr,
.header-bestellerdaten hr {
    position: absolute;
    bottom: 0;
}

.header-bestellart hr {
    left: 0;
    width: 1053px;
}

.header-bestellerdaten hr {
    right: 0;
    width: 330px;
}

.header-bestellart p {
    margin: 0;
}

.header-bestellart>div {
    display: table;
    padding-top: 50px;
    width: 1055px;
    text-align: center;
}

.header-meinebestellung,
.header-firmenbestellung {
    display: table-cell;
    width: 50%;
}

.header-bestellart a {
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-bestellart a.header-bestellart-active {
    color: #FFF;
    background-color: #00a499;
    border-color: #00a499;
}

.header-bestellart .header-firmenbestellung a.header-bestellart-active {
    color: #FFF;
    background-color: #ff4549;
    border-color: #ff4549;
}

.header-bestellerdaten {
    position: relative;
    width: 330px;
}

.header-bestellerdaten ul {
    position: absolute;
    top: 25px;
    left: 15px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
}

.header-bestellerdaten li {
    line-height: normal;
    word-break: break-all;
}

.bestellart-anzeige {
    position: absolute;
    bottom: 35px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    color: #00a499;
}

.bestellart-anzeige-color-meinebestellung {
    color: #00a499;
    border-color: #00a499;
}

.bestellart-anzeige-color-firmenbestellung {
    color: #ff4549;
    border-color: #ff4549;
}

hr.bestellart-anzeige-color-firmenbestellung {
    background-color: #ff4549;
}

.main-table {
    display: table;
    margin-bottom: 90px;
}

.main-left,
.main-right {
    display: table-cell;
    width: 1055px;
    vertical-align: top;
}

.main-right {
    width: 330px;
    padding-left: 15px;
}

.buttons-optionen-hilfe {
    margin-bottom: 20px;
}

.buttons-optionen-hilfe p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: normal;
}

.hilfe-tooltip {
    position: relative;
    margin: 0;
    background-color: #66d7e3;
    border-radius: 4px;
    padding: 5px 10px;
}

.hilfe-tooltip p {
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    color: #FFF;
}

.hilfe-tooltip-pfeil {
    position: absolute;
    bottom: -21px;
    left: 10%;
    width: 42px;
    height: 21px;
    background: url("../img/hilfe-tooltip-pfeil.png") no-repeat;
}

.hilfe-karte-auswahl {
    margin: 30px auto;
    text-align: center;
    width: 55%;
}

.header-bestellart+.hilfe-karte-auswahl {
    margin-top: 0;
}


/* Bestellungen: Speisekarten
-------------------------------------------------- */

#nachbestellungenBanner {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e7267a;
    color: white;
    padding: 8px;
    border-radius: 5px;
    z-index: 10000;
}

#nachbestellungenBanner p {
    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 18px;
    height: 22px;
}

#nachbestellungenBanner a {
    color: white;
    text-decoration: none;
}

#printHeader,
#printFooter {
    display: none;
}

#speisekartenabstandoben {
    height: 63px;
}

#spk_2,
#spk_3 {
    margin-top: 80px;
}

.spk_head,
.spk_head_wochenkarte {
    border-bottom: 1px solid #00a499;
}

.spk_head_text_hide {
    display: none;
}

.spk_head.spk_head_opacity {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.spk_head_date {
    font-size: 36px;
    text-indent: 15px;
    line-height: normal;
    float: left;
    cursor: pointer;
}

.spk_head_date span {
    color: #00a499;
}

.spk_head ul,
.spk_head_wochenkarte ul {
    float: right;
    margin-right: 15px;
}

.spk_body table.hideSpkWkTable {
    display: none;
}

h4.tageskarte-wochentag {
    margin: 30px 0 0 0;
    font-size: 30px;
    font-weight: 600;
    color: #006931;
}

.spk_body>table,
.tblWochenkarte,
.tblWochenkarte table {
    width: 100%;
    font-size: 24px;
    line-height: normal;
}

.speisekarte-liste-bestellsystem-font-bold {
    font-weight: 600;
}

.spkCol_1,
.spkCol_2,
.spkCol_3,
.spkCol_4,
.spkCol_5 {
    vertical-align: top;
    padding: 4px;
}

.spkCol_1 {
    padding-left: 15px;
}

.spkCol_4 {
    display: none;
}

.spkCol_5 {
    width: 100px;
    padding-right: 0;
    text-align: right;
}

.spk_head_wochenkarte {
    margin-top: 80px;
}

.spkTagWahlListe ul {
    margin: 20px 15px 0 15px;
    padding: 0;
    list-style-type: none;
}

.spkTagWahlListe li {
    display: block;
    float: left;
    width: 20%;
}

.spkTagWahlListe a {
    display: block;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    line-height: 34px;
    border-radius: 34px;
}

.spkTagWahlListe a.borderTagSelected {
    /*
  color: $color-mahlzeit;
  border-color: $color-mahlzeit;
  text-decoration: underline;
  */
    color: #FFF;
    background-color: #00a499;
    border-color: #00a499;
}

.spkCol_3 {
    width: 85px;
    text-align: right;
}

.qtyEinzelbesteller,
.qtySammelbesteller {
    display: none;
}

.qtyEinzelbesteller .qtyButtonPlus,
.qtyEinzelbesteller .qtyButtonMinus {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    background-color: #00a499;
    border-radius: 4px;
    cursor: pointer;
}

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

.softenZeroValueFieldGroup {
    color: #B2B2B2;
}

.qtySammelbesteller .myFormStyle {
    font-size: 22px;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: normal;
    width: 100%;
    text-align: right;
    color: #000;
}


/* Pfeilchen vermeiden: For Firefox */

.qtySammelbesteller input[type='number'] {
    -moz-appearance: textfield;
}


/* Pfeilchen vermeiden: Webkit browsers like Safari and Chrome */

.qtySammelbesteller input[type=number]::-webkit-inner-spin-button,
.qtySammelbesteller input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qtySammelbesteller .myFormStyle.qtyInputAbgelaufen {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    line-height: normal;
    height: 30px;
}

.spkCol_2 {
    width: 145px;
    text-align: right;
}

.WS .qtySammelbesteller .myFormStyle,
.BS .qtySammelbesteller .myFormStyle {
    font-size: 22px;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: normal;
    width: 55px;
    text-align: right;
    color: #000;
}


/* Feedback Küche: Sidebar
-------------------------------------------------- */

form[name="FeedbackForm"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}

#FeedbackKueche {
    resize: none;
    width: 100%;
    border: 1px dotted #00a499;
    border-radius: 3px;
    color: #333;
    padding: 5px;
    font-size: 16px;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: normal;
    background: #FFF url('../img/feedbackkueche-bg-0.webp') no-repeat;
    background-size: cover;
    transition: .3s;
}

#FeedbackKueche:focus, #FeedbackKueche:hover { outline: none; }

form[name="FeedbackForm"]:focus #FeedbackKueche,
form[name="FeedbackForm"]:hover #FeedbackKueche {
    border-style: solid;
    background: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

form[name="FeedbackForm"] p {
    margin-top: 4px;
    text-align: right;
    width: 50%;
    line-height: 28px;
}

.FeedbackKuecheZeichen {
    font-size: 18px;
    text-indent: 10px;
    text-align: left !important;
}

#FeedbackKuecheSenden {
    width: 50%;
    display: inline-block;
    padding: 0px 8px;
    font-size: 20px;
    font-family: "Barlow Semi Condensed", sans-serif;
    height: 28px;
    line-height: 26px;
    color: #FFF;
    background-color: #00a499;
    border: none;
    border-radius: 28px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

#FeedbackKuecheZeichenFrei { font-weight: 400; }

#FeedbackFormSuccess,
#FeedbackFormError {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #00a499;
    width: 100%;
}
#FeedbackFormError { color: darkred; }


/* Bestellungen: Sidebar
-------------------------------------------------- */

#bueContent {
    margin: 40px 5px 0 5px;
}

.bueWoche {
    margin-top: 12px;
}

.bueDatum {
    font-size: 24px;
    line-height: normal;
    font-weight: 200;
    color: #838383;
    margin: 0 0 3px 0;
}

.bueDatum span:last-child {
    float: right;
}

.bueWoche ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bueTag {
    position: relative;
    width: 55px;
    height: 55px;
    display: inline-block;
    padding: 0 2px;
}

.bueTag>div {
    border: 2px solid #8c517b;
    color: #8c517b;
    width: 100% !important;
    height: 55px !important;
    line-height: 55px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.bueTagSelected>div {
    border-bottom: none;
}

.bueTagSelected.bueTagVergangen>div {
    border-bottom: none;
}

.bueTag>span {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 2px;
    border-left: 2px solid #8c517b;
    border-right: 2px solid #8c517b;
    width: 55px !important;
    height: 10px !important;
    background-color: #FFF;
}

.bueSpeisen {
    margin: 8px 1px 0 2px !important;
    padding: 0;
    border: 2px solid #8c517b;
    list-style-type: none;
}

.bueSpeisenHide {
    display: none;
}

.bueSpeisen li {
    font-size: 20px;
    line-height: normal;
    padding: 2px;
    margin: 0;
}

.bueStorno {
    font-size: 16px;
    padding: 0 9px 0 3px;
    font-weight: 600;
    cursor: pointer;
    color: #666;
}

.bueTag>div.bueTagMoVergangen,
.bueTag>div.bueTagDiVergangen,
.bueTag>div.bueTagMiVergangen,
.bueTag>div.bueTagDoVergangen,
.bueTag>div.bueTagFrVergangen {
    border-color: #bfbfbf;
    color: #bfbfbf;
}

.bueTag>div.bueTagMoNein,
.bueTag>div.bueTagDiNein,
.bueTag>div.bueTagMiNein,
.bueTag>div.bueTagDoNein,
.bueTag>div.bueTagFrNein {
    border-color: #8c517b;
    color: #8c517b;
}

.bueTag>div.bueTagMoNeinMin,
.bueTag>div.bueTagDiNeinMin,
.bueTag>div.bueTagMiNeinMin,
.bueTag>div.bueTagDoNeinMin,
.bueTag>div.bueTagFrNeinMin {
    border-color: #bfbfbf;
    color: #bfbfbf;
}

.bueTag>div.bueTagMoJa,
.bueTag>div.bueTagDiJa,
.bueTag>div.bueTagMiJa,
.bueTag>div.bueTagDoJa,
.bueTag>div.bueTagFrJa {
    border-color: #c6ce00;
    color: #c6ce00;
}

.bueTag>div.bueTagMoJaMin,
.bueTag>div.bueTagDiJaMin,
.bueTag>div.bueTagMiJaMin,
.bueTag>div.bueTagDoJaMin,
.bueTag>div.bueTagFrJaMin {
    border-color: #ff9933;
    color: #ff9933;
}

#bueInfo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#bueInfo li {
    font-size: 16px;
    text-indent: 4px;
    line-height: normal;
    display: inline-block;
}

.bueJaKlein,
.bueNeinKlein,
.bueVergangenKlein,
.bueMindestbestellungKlein {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.bueJaKlein {
    background-color: #c6ce00;
}

.bueNeinKlein {
    background-color: #8c517b;
}

.bueVergangenKlein {
    background-color: #bfbfbf;
}

.bueMindestbestellungKlein {
    background-color: #ff9933;
}

.btnBestellen,
.windowprint {
    text-align: center;
}

.btnBestellen>a,
.windowprint>a {
    display: inline-block;
    padding: 0 16px;
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    background-color: #00a499;
    border: none;
    border-radius: 36px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.btnBestellen.btnTurnusLink>a {
    background-color: #e7267a;
}


/* Bestellungen: Optionen
-------------------------------------------------- */

#mahlzeit-optionen,
#mahlzeit-bestellkontrolle {
    margin-top: 70px;
}

.mahlzeit-optionen-table {
    display: table;
    width: 100%;
}

.mahlzeit-optionen-logo,
.mahlzeit-optionen-close,
.mahlzeit-optionen-firma,
.mahlzeit-optionen-datum {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    line-height: normal;
}

.mahlzeit-optionen-logo {
    display: table-cell;
    width: 290px;
}

.mahlzeit-optionen-close,
.mahlzeit-optionen-datum {
    width: 20%;
    text-align: right;
}

.mahlzeit-optionen-close a {
    display: inline-block;
    width: 53px;
    height: 54px;
    background: url("../img/mahlzeit-tooltip-icons.png") no-repeat -77px 0;
}

.mahlzeit-optionen-firma p,
.mahlzeit-optionen-datum p {
    margin-top: 80px;
}

.mahlzeit-optionen-firma p {
    margin-left: 15px;
}

.hilfe-optionen-nav {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

#userInteractionBox,
#userInteractionContent,
#bestellkontrolleContent {
    margin: 0 100px;
}

#userInteractionBox {
    margin-bottom: 50px;
}

#userInteractionMenu {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: table;
}

#userInteractionMenu li {
    display: table-cell;
    width: auto;
    padding: 0 5px;
}

#userInteractionMenu a {
    display: block;
    padding: 0 12px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 18px;
    text-decoration: none;
    color: #000;
}

#userInteractionMenu a.userInteractionMenuActive {
    border-color: #00a499;
    color: #FFF;
    background-color: #00a499;
}

#userInteractionContent,
#bestellkontrolleContent {
    margin-bottom: 90px;
}

#userInteractionContent h2,
#bestellkontrolleContent h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    font-size: 34px;
    line-height: normal;
    color: #00a499;
    margin: 0 80px;
}

#userInteractionContent p,
#bestellkontrolleContent p {
    margin-left: 80px;
    margin-right: 80px;
}

#userInteractionContent h2+hr,
#bestellkontrolleContent h2+hr {
    border-color: #00a499;
    margin-top: 0;
}

#userInteractionContent table,
#bestellkontrolleContent table {
    border-collapse: collapse;
}

#userInteractionContent th,
#bestellkontrolleContent th {
    color: #cecece;
    font-weight: 200;
}

#BestellungenOldEinzelbestellerForm,
#BestellungenOldSammelbestellerForm {
    margin-left: 80px;
    margin-right: 80px;
}

#BestellungenOldEinzelbestellerForm p,
#BestellungenOldSammelbestellerForm p {
    margin-left: 0;
    margin-right: 0;
}

#BestellungenOldEinzelbestellerForm table,
#BestellungenOldSammelbestellerForm table {
    margin: 0 auto;
}

#BestellungenOldEinzelbestellerForm th,
#BestellungenOldEinzelbestellerForm td,
#BestellungenOldSammelbestellerForm th,
#BestellungenOldSammelbestellerForm td {
    font-size: 24px;
    padding: 2px 22px;
}

#BestellungenOldEinzelbestellerForm .myFormStyle,
#BestellungenOldSammelbestellerForm .myFormStyle {
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 100%;
    color: #999;
    text-indent: 8px;
}

#BestellungenOldEinzelbestellerForm td:nth-child(4) .myFormStyle,
#BestellungenOldSammelbestellerForm td:nth-child(4) .myFormStyle {
    width: 150px;
}

#BestellungenOldSammelbestellerForm>hr {
    border-color: #cecece;
}

#printReport {
    margin: 0 80px;
}

#uib_4 ul {
    margin: 0 80px;
    padding: 0;
    list-style-type: none;
}

#stornoKundenAuswahl {
    margin: 0 auto;
}

#stornoKundenForm th,
#stornoKundenForm td {
    font-size: 24px;
    padding: 2px 8px;
}

#stornoKundenForm th {
    border-bottom: 1px solid #cecece;
    text-align: left;
}

#stornoKundenForm th:first-child {
    width: 30px;
}

#stornoKundenForm th:nth-child(2) {
    width: 400px;
}

#stornoKundenForm th:nth-child(3) {
    width: 400px;
}

#stornoKundenForm th:nth-child(4) {
    width: 300px;
}

#cpStornodatumContainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#cpStornodatumContainer a {
    display: inline-block;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    background-color: #00a499;
    border-radius: 36px;
    text-decoration: none;
}

#LieferregelForm {
    margin-left: 80px;
    margin-right: 80px;
}

#LieferregelForm table {
    width: 100%;
}

#LieferregelForm td:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
}

#LieferregelForm td p {
    margin: 0;
}

#storno_status,
#status_lieferregel {
    display: inline-block;
    color: #00a499;
}

#StammdatenForm {
    margin-left: 80px;
    margin-right: 80px;
}

#StammdatenForm table {
    width: 100%;
}

#StammdatenForm td:nth-child(1) {
    width: 150px;
}

#StammdatenForm td:nth-child(2) {
    width: 400px;
}

#StammdatenForm td:nth-child(3) {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

#StammdatenForm .myFormStyle {
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 100%;
    color: #999;
    text-indent: 8px;
}

#stad_status_vorname,
#stad_status_nachname,
#stad_status_personalnr,
#stad_status_email,
#stad_status_passwort {
    color: #00a499;
}

#stad_submit_vorname,
#stad_submit_nachname,
#stad_submit_personalnr,
#stad_submit_email,
#stad_submit_passwort,
#lieferregel_submit,
#printReportBtn {
    display: inline-block;
    padding: 0 16px;
    font-size: inherit;
    font-family: "Barlow Semi Condensed", sans-serif;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    background-color: #00a499;
    border: none;
    border-radius: 36px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

#stad_submit_personalnr,
#stad_submit_email,
#stad_submit_passwort {
    width: 100%;
}

#bestellkontrolleContent {
    margin-top: 60px;
}

#bestellkontrolleContent table {
    margin-left: 80px;
    margin-right: 80px;
    width: 100%;
    max-width: 1040px;
}

.beUePrDatum {
    font-weight: 600;
    margin-bottom: 3px;
}

.beUePrWochentag,
.beUePrSpeise,
.beUePrMenge,
.beUePrGesamtpreis {
    border-bottom: 1px solid #00a499;
}

.beUePrWochentag {
    width: 160px;
}

.beUePrMenge,
.beUePrGesamtpreis {
    text-align: right;
}

.beUePrMenge {
    width: 90px;
}

.beUePrGesamtpreis {
    width: 130px;
}

.beUePrWochengesamtpreis {
    margin-top: 3px;
    text-align: right;
    font-weight: 600;
}

.beUePrMindestbestellmenge {
    margin-top: 0;
    margin-bottom: 0;
}

.bestellung-gespeichert,
.bestellung-nicht-gespeichert {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.bestellung-gespeichert {
    color: #00a499;
}

.bestellung-nicht-gespeichert {
    color: #ff4549;
}

#printWin {
    margin: 20px;
    font-size: 16px;
}

#printWin table {
    width: 100%;
    border-collapse: collapse;
}

#printWin h2 {
    margin-bottom: 0;
}

#printWin hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

#printWin p {
    margin: 10px 0;
}

#printWin .windowprint {
    text-align: center;
}

#printWin .btnBestellen {
    display: none;
}


/* Fusszeile
-------------------------------------------------- */

.website-footer nav>div {
    padding: 0 30px;
    font-size: 22px;
    line-height: 32px;
}

.website-footer nav h4 {
    margin: 20px 0 0 0;
    color: #00a499;
    font-size: 24px;
    font-weight: 600;
}

.website-footer nav div:first-child h4 {
    margin: 0;
}

.website-footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.website-footer nav li:before {
    content: '-';
}

.website-footer nav a {
    text-decoration: none;
    color: #000;
}

.website-footer-contact {
    margin: 20px 0 0 0;
    color: #FFF;
    background-color: #00a499;
    text-align: center;
}

.website-footer-contact p {
    margin: 0;
    padding: 60px 0;
}

.website-footer-contact a {
    text-decoration: none;
    color: #FFF;
}


/* Tooltipps im aside Tag
-------------------------------------------------- */

aside.mahlzeit-tooltip {
    display: block;
}

aside.mahlzeit-tooltip.mahlzeit-tooltip-disabled {
    display: none;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-nav {
    margin: 30px 30px 30px 0;
    text-align: right;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-nav.mahlzeit-tooltip-nav-bottom {
    text-align: center;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-nav a {
    display: inline-block;
    height: 54px;
    background: url("../img/mahlzeit-tooltip-icons.png") no-repeat;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-nav a.mahlzeit-tooltip-back {
    width: 56px;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-nav a.mahlzeit-tooltip-close {
    width: 53px;
    background-position: -77px 0;
}

aside.mahlzeit-tooltip .mahlzeit-tooltip-content {
    width: 80%;
    margin: 0 auto;
}

aside.mahlzeit-tooltip h2 {
    margin-top: 0;
    margin-bottom: -15px;
    font-size: 30px;
    color: #00a499;
}

aside.mahlzeit-tooltip h3 {
    margin-bottom: -25px;
    font-size: 28px;
    color: #00a499;
}

aside.mahlzeit-tooltip h4 {
    margin-bottom: -25px;
    font-size: 24px;
    color: #00a499;
}

aside.mahlzeit-tooltip h5 {
    margin-bottom: -25px;
    font-size: 22px;
    color: #00a499;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-glutenfrei {
    color: #a67c52;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-laktosefrei {
    color: #627fbf;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-vegetarisch {
    color: #6fa536;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-vegan {
    color: #fe5f01;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-malanders {
    color: #92364a;
}

aside.mahlzeit-tooltip h3.mahlzeit-tooltip-malfit {
    color: #e7267a;
}

aside.mahlzeit-tooltip p,
aside.mahlzeit-tooltip li {
    font-size: 24px;
}

p.mahlzeit-tooltip-ablauf {
    margin: 0;
}

.mahlzeit-tooltip-content h3+p.mahlzeit-tooltip-ablauf {
    margin-top: 24px;
}

p.mahlzeit-tooltip-ablauf>span {
    display: inline-block;
    width: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a499;
}


/* Popups (Login, Neukundenanmeldung, etc.)
-------------------------------------------------- */

section.mahlzeit-popup {
    margin-bottom: 120px;
}

section.mahlzeit-popup .mahlzeit-popup-nav {
    margin: 30px 30px 30px 0;
    text-align: right;
}

section.mahlzeit-popup .mahlzeit-popup-nav a {
    display: inline-block;
    height: 54px;
    background: url("../img/mahlzeit-tooltip-icons.png") no-repeat;
}

section.mahlzeit-popup .mahlzeit-popup-nav a.mahlzeit-popup-back {
    width: 56px;
    margin-right: 20px;
}

section.mahlzeit-popup .mahlzeit-popup-nav a.mahlzeit-popup-close {
    width: 53px;
    background-position: -77px 0;
}

section.mahlzeit-popup .mahlzeit-popup-content {
    width: 90%;
    margin: 0 auto;
}

section.mahlzeit-popup h2 {
    margin-top: 0;
    margin-bottom: -15px;
    font-size: 30px;
    color: #00a499;
}

section.mahlzeit-popup h3 {
    margin-bottom: -25px;
    font-size: 28px;
    color: #00a499;
}

section.mahlzeit-popup p {
    font-size: 24px;
}

section.mahlzeit-popup .mahlzeit-popup-button {
    display: inline-block;
    padding: 5px 20px;
    font-size: 24px;
    color: #FFF;
    background-color: #00a499;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}


/* Popups: Login
-------------------------------------------------- */

#LoginForm a {
    color: #00a499;
}

#LoginForm a#passwort_link {
    color: #FFF;
}

.loginTable {
    display: table;
    font-size: 24px;
    margin-bottom: 12px;
}

.loginTable label,
.loginTable input {
    display: table-cell;
}

.loginTable label {
    width: 200px;
}

.loginTable input,
#PasswordReminderForm input.myFormStyle {
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 350px;
    text-indent: 8px;
}

.loginButton {
    display: table;
    margin-left: 200px;
    width: 355px;
}

.loginButton>div {
    display: table-cell;
    width: 65%;
}

.loginButton>div:first-child {
    width: 35%;
}

.loginButton p {
    margin: 0;
    line-height: normal;
}

#PasswordReminderForm {
    font-size: 24px;
}

#PasswordReminderForm label {
    display: inline-block;
    width: 200px;
}

#PasswordReminderForm #pw_submit {
    margin-top: 12px;
    margin-left: 200px;
}


/* Popups: Kunde werden
-------------------------------------------------- */

#KundeWerdenForm a {
    color: #00a499;
    text-decoration: none;
}

#KundeWerdenForm input {
    display: block;
}

#KundeWerdenForm .myFormStyle {
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    width: 100%;
    color: #999;
    margin-bottom: 24px;
    text-indent: 8px;
}

#KundeWerdenForm textarea.myFormStyle {
    height: 200%;
}

#KundeWerdenForm .kunde-werden-hidden {
    display: none;
}

section.mahlzeit-popup .mahlzeit-popup-button.roundButton {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    color: #58595B;
    background: none;
    border: 1px solid #58595B;
    border-radius: 18px;
}

section.mahlzeit-popup .mahlzeit-popup-button.weiterButton {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

#kunde-werden-step-0 h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

#kunde-werden-step-0 p {
    text-align: center;
}

.PrivatkundeWerden {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.PrivatkundeWerden .fa-user,
.FirmenkundeWerden .fa-users {
    font-size: 72px;
    color: #00a499;
}

#kunde-werden-step-0 p {
    text-align: center;
    margin: 20px 0 20px 0;
}

#kunde-werden-step-0 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#kunde-werden-step-0 li {
    font-size: 24px;
}

#kunde-werden-step-0 li .fa {
    color: #00a499;
}

section.mahlzeit-popup #kunde-werden-step-0 .mahlzeit-popup-button.weiterButton {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.trenner-coworking hr {
    display: inline-block;
    float: left;
    width: 35%;
    margin: 20px 0;
}

.trenner-coworking p {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #00a499;
}

#kunde-werden-step-3 select.myFormStyle+p,
#kunde-werden-step-4 select.myFormStyle+p {
    margin-top: 0;
}

#KundeWerdenForm table {
    width: 100%;
    border-collapse: collapse;
}

#KundeWerdenForm th,
#KundeWerdenForm td {
    font-size: 18px;
    text-align: left;
}

#KundeWerdenForm th {
    border-bottom: 1px solid #999;
    font-weight: 200;
}

#kunde-werden-step-4 p {
    margin-bottom: 0;
}

#kunde-werden-step-4 label,
#kunde-werden-step-5 label {
    display: block;
    font-size: 24px;
}

#kunde-werden-step-5 label.marginTop {
    margin-top: 100px;
}

#kunde-werden-step-5 label.marginBottom {
    margin-bottom: 100px;
}

#KundeWerdenForm input[name=am_lieferregel],
#KundeWerdenForm input[name=am_abfallentsorgung],
#KundeWerdenForm input[name=am_bezahlen_zeitraum],
#KundeWerdenForm input[name=am_bezahlen_zahlungsart],
#KundeWerdenForm input[name=am_agb],
#KundeWerdenForm input[name=am_datenschutzrichtlinie],
#KundeWerdenForm input[name=am_vertragliche] {
    display: inline-block;
    margin-right: 8px;
}

.kunde-werden-kontrolle-row {
    display: table;
    width: 100%;
}

.kunde-werden-kontrolle-left-cell,
.kunde-werden-kontrolle-right-cell {
    display: table-cell;
}

.kunde-werden-kontrolle-left-cell {
    width: 35%;
    word-break: break-all;
}

.kunde-werden-kontrolle-right-cell {
    width: 65%;
}

.kunde-werden-kontrolle-right-cell ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.kunde-werden-kontrolle-right-cell li {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.kunde-werden-kontrolle-right-cell span {
    display: inline-block;
    width: 130px;
}

#am_bestaetigungsemail {
    float: right;
    margin-right: 12px;
}

#kunde-werden-steps {
    margin-top: 40px;
}

#kunde-werden-steps ol {
    margin: 0;
    padding: 40px 0 0 0;
    list-style-type: none;
    border-top: 1px solid #999;
    text-align: center;
}

#kunde-werden-steps li {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #00a499;
    border: 1px solid #00a499;
    border-radius: 24px;
    vertical-align: middle;
}

#kunde-werden-steps li.active-step {
    font-size: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background-color: #00a499;
    border-radius: 28px;
}


/* Formulare
-------------------------------------------------- */

.myFormStyle {
    font-size: 120%;
    border: 1px solid #58595B;
    height: 1.6em;
    line-height: 1.6em;
    padding: 0 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    outline: none;
}

.myFormActive {
    color: #58595B;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.myFormError {
    border: 1px solid #C00;
}

.myFormErrorText {
    color: #C00;
}

.myFormOK {
    color: #666;
}

.myFormLabelError {
    color: #C00;
}


/* Barrierefreiheit
-------------------------------------------------- */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media only screen and (min-width: 768px) {
    /* Small devices Tablets (>=768px) */
    /**
   * CSS für Screen und min-width: 768px für Mahlzeit
   */
    /* Popups (Login, Neukundenanmeldung, etc.)
  -------------------------------------------------- */
    section.mahlzeit-popup .mahlzeit-popup-content {
        width: 60%;
        margin: 0 auto;
    }
    #kunde-werden-step-3 select.myFormStyle,
    #kunde-werden-step-3 select.myFormStyle+p,
    #kunde-werden-step-4 select.myFormStyle,
    #kunde-werden-step-4 select.myFormStyle+p {
        display: block;
        width: 400px;
        margin: 0 auto;
    }
    #kunde-werden-step-3 select.myFormStyle,
    #kunde-werden-step-4 select.myFormStyle {
        margin-bottom: 24px;
    }
    /* Fusszeile
  -------------------------------------------------- */
    .website-footer nav>div {
        width: 25%;
        box-sizing: border-box;
        float: left;
    }
    .website-footer nav h4 {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    /* Medium devices Desktops (>=992px) */
    /**
   * CSS für Screen und min-width: 992px für Mahlzeit
   */
    /* Tooltipps im aside Tag
  -------------------------------------------------- */
    aside.mahlzeit-tooltip .mahlzeit-tooltip-content {
        width: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    /* Medium devices Desktops (>=1200px) */
    /**
   * CSS für Screen und min-width: 1200px für Mahlzeit
   */
    /* Tooltipps im aside Tag
  -------------------------------------------------- */
    .PrivatkundeWerden {
        float: left;
        width: 50%;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .FirmenkundeWerden {
        float: right;
        width: 50%;
    }
    .PrivatkundeWerden .fa-user,
    .FirmenkundeWerden .fa-users {
        font-size: 82px;
    }
    #kunde-werden-step-0 ul {
        list-style-type: none;
        margin: 0 10%;
        padding: 0;
    }
    .trenner-coworking hr {
        width: 40%;
    }
    .trenner-coworking p {
        width: 20%;
    }
    .coworking_row {
        display: flex;
    }
    .coworking_row #am_privat_coworking,
    .coworking_row #am_coworking {
        margin-right: 15px;
    }
    .coworking_row #am_privat_coworking_base,
    .coworking_row #am_coworking_base {
        margin-left: 15px;
    }
}

@media print {
    /**
   * CSS für Druck für Mahlzeit
   */
    html * {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16pt !important;
        color: #000;
        background-color: #FFF;
    }
    @page {
        margin: 1.5cm 1cm;
    }
    /* Speisekarten */
    span.filter-type-dot-icons {
        background: none;
        width: auto;
        height: 7pt !important;
        line-height: 7pt !important;
        margin: 0 0 0 2pt !important;
    }
    span.filter-type-dot-icons i {
        display: block;
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-weight: 200;
        font-style: normal;
        font-size: 7pt !important;
        line-height: normal !important;
        color: #999 !important;
    }
    #spk_2,
    #spk_3 {
        margin-top: 0 !important;
    }
    #speisekarten .spk_head_date {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 9pt !important;
        text-indent: 0 !important;
    }
    #speisekarten .spk_head_date>span {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 9pt !important;
        color: black;
    }
    #speisekarten .spk_head .filter-type-icons,
    #speisekarten .spk_head_wochenkarte .filter-type-icons,
    #speisekarten .spk_head.spk_head_opacity {
        display: none;
    }
    #speisekarten .spk_head,
    #speisekarten .spk_head_wochenkarte {
        padding-bottom: 4pt !important;
        border-bottom: 1pt solid black !important;
    }
    #speisekarten .spk_head_wochenkarte {
        margin-top: 10pt !important;
    }
    #speisekarten .spk_head_wochenkarte .spk_head_date {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 9pt !important;
    }
    #speisekarten .spkTagWahlListe ul {
        margin: 4pt 0 0 0 !important;
    }
    #speisekarten .spkTagWahlListe a {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 8pt !important;
        margin: 0 10pt !important;
        border: 1pt solid #000 !important;
        line-height: 14pt !important;
        border-radius: 7pt !important;
    }
    #speisekarten .spkTagWahlListe a.borderTagSelected {
        background-color: #999;
        border-color: #999;
    }
    #speisekarten h4 {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 9pt !important;
    }
    #speisekarten td {
        font-family: "Barlow Semi Condensed", sans-serif !important;
        font-size: 8pt !important;
        line-height: normal !important;
    }
    #speisekarten td.spkCol_1,
    #speisekarten td.spkCol_2,
    #speisekarten td.spkCol_3,
    #speisekarten td.spkCol_4,
    #speisekarten td.spkCol_5 {
        padding: 1pt;
    }
    #speisekarten td.spkCol_1 {
        padding-left: 0 !important;
        width: 82.5%;
    }
    #speisekarten td.spkCol_4 {
        display: table-cell;
        text-align: center;
        width: 7.5%;
    }
    #speisekarten td.spkCol_5 {
        width: 10%;
    }
    #speisekarten h4.tageskarte-wochentag {
        margin-top: 0 !important;
    }
    #speisekarten .filter-type-dot-icons {
        margin-bottom: -2pt !important;
    }
    /* kleinere Schrift */
    .spkTagWahlListe a {
        font-size: 12pt !important;
    }
    /* nicht drucken */
    #header,
    .header-bestellart,
    .filter-type-icons.spk_head_text,
    .spkCol_2,
    .spkCol_3,
    .main-right,
    #footer,
    .hilfe-tooltip,
    #dsgvo-button,
    .tooltip-inhaltsstoffe-container {
        display: none;
    }
    /* Kontrolle der Bestellung */
    #printWin table {
        width: 100%;
        border-collapse: collapse;
    }
    #printWin .btnBestellen,
    .windowprint {
        display: none;
    }
}