*:focus {
    outline: none;
}
*:focus-visible {
    outline: revert;
}
button.btn-reset {
    appearance: none;
    cursor: pointer;
    color: unset;
    font-family: unset;
    font-weight: unset;
    border: none;
    background: none;
    text-align: unset;
}
button.btn-reset:disabled {
    cursor: not-allowed;
}

/* -------MODAL----------------- */

[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.freezePage {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.42857143px;
}

.touch .modal-header {
    border-bottom: none;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -18px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 1.3em;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.touch .modal-body {
    position: relative;
    padding: 10px;
}

.modal-body .button.invalid {
    opacity: 0.3;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.touch .modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer.centered,
.touch .modal-footer.centered {
    text-align: center;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer .btn-next.invalid {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.close {
    float: right;
    font-size: 1.8em;
    line-height: 22px;
    filter: alpha(opacity=20);
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #9c0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.clearfix::before,
.clearfix::after,
.modal-footer::before,
.modal-footer::after {
    content: " ";
    display: table;
}

.clearfix::after,
.modal-footer::after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.languageButtonWrapper {
    text-align: center;
    margin-bottom: 10px;
}

.languageButtonWrapper button {
    width: 65%;
}

/* ---------------------------------------------
   GENERAL ------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
input,
textarea {
    font-size: 1em;
}

button { border: none; }

body.iframe {
    overflow: hidden;
}

body.iframe.fixedButton,
body.iframe.fixedButtonOverflow {
    overflow: visible;
}

#header.headerbackButton { margin: 5px  0; }

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

p.paragraph {
    line-height: 1.4em;
}

p.paragraph:not(:last-child) {
    margin-bottom: 1em;
}

p.paragraph.notice {
    font-size: 0.8em;
}

.inner-container {
    display: block;
    overflow-x: hidden;
}

.inner-container-slidebox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* von idden auf auto gesetzt wegen Linienhöhe*/
    overflow: auto;
    width: 100%;
}

#container {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

#container-offers.container {
    background-color: transparent;
}

#body {
    padding: 10px;
    width: 100%;
}

body.fixedButton #body {
    min-height: 100vh;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
    min-height: 190px;
}

#loading span {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: -36px auto 0;
    width: 72px;
    height: 72px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.2), 0 0 1px rgba(1, 1, 1, 0.1);
}

#loading span::before {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/reservation/load.gif);
    background-size: 100%;
    background-position: center center;
}

#loading .text {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 45px auto 0;
    display: inline;
    width: 170px;
    color: white;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: #333 1px 1px;
    height: 75px;
}

#loading .text a {
    color: white;
    text-decoration: underline;
}

.iframe:not(.fixedButton) #loading {
    position: absolute;
}

#section-left {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 64%;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    padding-right: 10px;
    overflow: hidden;
}

#section-line {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 1%;
    -ms-flex: 1 1 1%;
    flex: 1 1 1%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#section-right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width: 0;
}

#section-bottom {
    width: 100%;
}

.forSectionFull:parent > #regular {
    text-align: center;
}


.fixedButton #box-offers {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.fixedButton #section-bottom {
    position: fixed;
    bottom: 0;
    margin-left: -10px;
    z-index: 2;
    max-width: 1000px;
}

.bubble {
    /*margin-bottom: 10px;*/
    padding: 10px;
}

.bubble:empty {
    display: none;
}

.bubble .headline {
    font-size: 1em;
    text-align: center;
    width: 100%;
    padding-bottom: 0.2em;
}

h3 {
    padding-bottom: 0.2em;
}

.touch .virtually-enlarge {
    position: relative;
}

.touch .virtually-enlarge::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.button.grey {
    background-color: #c0c0c0;
    color: white;
}

.absolute-left {
    position: absolute;
    top: 0;
    left: 0;
}

.absolute-right {
    position: absolute;
    top: 0;
    right: 0;
}

.clearer {
    clear: both;
    margin: 0 !important;
}

.hidden {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.step_control {
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
}

.show-step {
    display: block;
}

/* ---------------------------------------------
   HEADER -------------------------------------- */

.header,
#section-right-header {
    width: 100%;
    padding: 0 10px;
    display: table;
}

#section-right-header {
    display: none;
}

#section-full {
    width: 70%;
    margin: 0 15%;
    display: block;
    overflow: hidden;
}

#section-full .header .path-title {
    padding-right: 0;
}

#section-full #header.headerbackButton .back[style="display: table-cell;"] ~ .path-title,
#section-left #header.headerbackButton .back[style="display: table-cell;"] ~ .path-title {
    padding-right: 35px;
}

.back {
    width: 35px;
    margin: 10px 10px 0 0;
    vertical-align: bottom;
}

.back button {
    width: 100%;
    font-size: 0.8em;
    text-transform: uppercase;
}

.header .path-title,
#section-right-header .path-title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 0;
    font-size: 1.2em;
}

.header .path-title {
    font-size: 1.8em;
    font-weight: bold;
}

#login {
    margin-left: 20px;
    float: left;
    width: 100px;
}

#login button {
    width: 100%;
}

#language {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    border: 2px solid #9292a5;
    cursor: pointer;
}

#language:hover {
    background-color: #eeeef1;
}

#language div {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#language .german {
    background-image: url(../images/reservation/flags/german.png);
}

#language .english {
    background-image: url(../images/reservation/flags/english.png);
}

#language .spanish {
    background-image: url(../images/reservation/flags/spanish.png);
}

#language .french {
    background-image: url(../images/reservation/flags/french.png);
}

#language div p {
    font-size: 0.7em;
    line-height: 31px;
    text-align: center;
    color: #9292a5;
}

#circle {
    width: 32px;
    height: 32px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 2px solid white;
    font-size: 1.1em;
    line-height: 27px;
    margin-left: 20px;
}

/* ---------------------------------------------
   FILIALEN ------------------------------------ */
#branches {
    float: left;
    position: relative;
    width: 200px;
    height: auto;
    z-index: 10;
}

#branches .accordionTitle {
    font-size: 0.8em;
}

#section-top {
    margin-bottom: 10px;
}

#section-top::after {
    clear: both;
    display: block;
    content: '';
}

/* ---------------------------------------------
   Path-Selection ------------------------------------ */

.pathselection #section-left {
    width: 100%;
    padding-right: 0;
}

.step_path_selection .bubble.emptyBox,
#buttons_to_widget .bubble.emptyBox {
    width: 100%;
    text-align: center;
}

.step_path_selection .bubble.emptyBox .flex-item,
#buttons_to_widget .bubble.emptyBox .flex-item {
    cursor: default;
}

.step_path_selection .bubble.emptyBox .pathSelectionBoxWraper .pathTitle,
#buttons_to_widget .bubble.emptyBox .pathSelectionBoxWraper .pathTitle {
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

#buttons_to_widget .bubble.emptyBox #details {
    display: none;
}

.step_path_selection .bubble.emptyBox .pathSelectionBoxWraper {
    background: none;
}

.step_path_selection .bubble.emptyBox .pathSelectionBoxWraper .pathTitle {
    color: inherit;
}

#buttons_to_widget .bubble.emptyBox,
#buttons_to_widget .bubble.emptyBox .flex-item {
    padding: 0;
}

/* ---------------------------------------------
   ABHOLUNG ------------------------------------ */

div#pickup-container.bubble {
    background: none;
    padding: 0;
}

div#smartselectbox-pickup ul {
    border-bottom: 4px solid #fff;
}

/* ---------------------------------------------
   PERSONEN ------------------------------------ */

.personsheadline {
    font-weight: bold;
    grid-column: 1 / span 4;
    text-align: center;
}

#person-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 15px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    align-items: end;
}

.person-wrapper {
    grid-column: 1 / span 3;
}

.personMore {
    grid-column: 4 / span 1;
}

/*ie11*/
_:-ms-fullscreen,
:root .personMore {
    margin-left: 30px;
}

ul#tipselectionList,
#person-container ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    list-style: none;
    border-radius: 5px;
    padding: 3px;
    margin: -3px;
}

ul#tipselectionList li,
#person-container ul li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
    background-color: #8c8c8c;
    margin-right: 3px;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

ul#tipselectionList li {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

ul#tipselectionList li div,
#person-container ul li div {
    width: 100%;
}

ul#tipselectionList li:last-child,
#person-container ul li:last-child {
    border-radius: 0 5px 5px 0;
    margin-right: 0;
}

ul#tipselectionList li:first-child,
#person-container ul li:first-child {
    border-radius: 5px 0 0 5px;
}

#persons {
    position: relative;
    text-align: center;
}

#persons .input-field {
    outline: none;
    display: inline-block;
    height: 1em;
    min-width: 1em;
    line-height: 20px;
}

#persons .center {
    height: 35px;
    margin: 0 38px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff !important;
    border: 1px solid #c0c0c0;
}

#person-container ul li div {
    height: 35px;
    line-height: 35px;
}

#personButtonList,
#morePersonButton {
    height: 41px;
}

#person-container .customerForm .textInput.small {
    height: 35px;
}

#person-container .customerForm .textInput input[type="number"] {
    border-radius: 6px;
}

#person-container .personInput {
    display: none;
}

#person-container .customerForm .textInput {
    border-radius: 6px;
}

#person-container ul#morePersonButton li {
    border-radius: 6px;
}

/* ---------------------------------------------
   EVENTS ---------------------------------------- */

.event-container .event {
    padding: 0.3em 0.3em;
    margin-left: -0.3em;
    margin-right: -0.3em;
}

.event-container .title {
    font-weight: bold;
    padding-right: 1em;
}

.event-container svg.eventinfo {
    width: 16px;
    height: 16px;
    margin-left: 0.2em;
}

.event-container .event:hover {
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0.2);
}

.suggestionwrapper .event-container {
    padding: 0.5em 0 0.5em 45px;
}


/* ---------------------------------------------
   EVENT INFO MODAL  -------------------------- */

#eventInfoModal .event-image {
    display: inline-block;
    vertical-align: top;
}

#eventInfoModal .event-image {
    width: 100%;
}

#eventInfoModal .event-image img {
    max-width: 100%;
}

#eventInfoModal .event-description-text {
    margin-bottom: 10px;
    font-size: 0.9em;
    white-space: pre-line;
}


/* ---------------------------------------------
   ZEIT ---------------------------------------- */
#time {
    width: 100%;
    position: relative;
}

#time .content {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 5px;
}

#time .content:last-of-type {
    margin-bottom: -5px;
}

#time .content li {
    position: relative;
    display: block;
    height: 35px;
    width: 25%;
    padding: 0 2.5px;
    margin-bottom: 5px;
    float: left;
}

#time .content li:nth-child(4n+1) {
    padding-left: 0;
}

#time .content li:nth-child(4n) {
    padding-right: 0;
}

#time .content span {
    text-align: center;
    line-height: 35px;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
}

#time .content span:hover {
    -webkit-transition: color 0.5s, font-size 0.5s ease;
    -moz-transition: color 0.5s, font-size 0.5s ease;
    -o-transition: color 0.5s, font-size 0.5s ease;
    transition: color 0.5s, font-size 0.5s ease;
    font-size: 1.7em;
    font-weight: bold;
}


@media (hover:none) {
    .touch #time .content span{
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        font-size: 1.2em;
        font-weight: normal;
    }
}

#time ul.content li.active span {
    font-size: 1.7em;
    font-weight: bold;
}

/* ---------------------------------------------
   CALENDAR ------------------------------------ */
#calendar {
    position: relative;
    width: 100%;
}

#calendar .header {
    height: 35px;
}

#calendar .header .center {
    height: 100%;
    position: relative;
    margin: 0 38px;
}

#calendar .header p {
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

#calendar .body {
    margin-top: 3px;
    overflow: hidden;
}

#calendar .days,
#calendar .dates {
    display: block;
    overflow: hidden;
    clear: both;
}

#calendar .dates {
    padding: 5px 0;
}

#calendar .days p,
#calendar .dates span {
    display: inline-block;
    float: left;
    width: calc(99.9% / 7); /* no 100% for ie */
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}

#calendar .dates span {
    line-height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#calendar .dates span.next.available,
#calendar .dates span.next.disabled,
#calendar .dates span.last.previous{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#calendar .dates span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    margin-left: -15px;
}

#calendar .dates span::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

#calendar .dates span.today::before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

#calendar .dates span.event::before {
    width: 28px;
    height: 28px;
}

#calendar .dates span.today.disabled::before {
    border: 1px solid #f4f4f5;
}

#calendar .dates span.disabled {
    cursor: default;
}

#calendar .dates .eventInfo {
    float: left;
    width: 100%;
    padding: 0 5.6%;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 0 #a0a0a0;
    -moz-box-shadow: inset 0 -1px 0 0 #a0a0a0;
    box-shadow: inset 0 -1px 0 0 #a0a0a0;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    display: none;
}

#calendar .dates .eventInfo p {
    display: inline;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-size: 0.9em;
    padding-top: 3px;
    height: 27px;
}

/* ----------------Ordering--------------- */

#widgetModal .modal-header .modal-title {
    padding: 15px;
}

#widgetModal .modal-header .modal-title span {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
}

#widgetModal .touch .modal-header {
    border-bottom: none;
}

#widgetModal .modal-header .modal-title span svg {
    width: 20px;
    display: block;
}

#confirmPayment .fa-money::before {
    line-height: 56px;
    vertical-align: top;
}

#paypal-button {
    text-align: center;
}

#subItemGroup .alternatives label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#subItemGroup .alternatives label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: green;
    border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
    content: "";
    position: absolute;
    display: block;
}

/* Show the checkmark when checked */
#subItemGroup .alternatives label:hover input ~ .checkmark::after,
#subItemGroup .alternatives label input:checked ~ .checkmark::after {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

/* Style the checkmark/indicator */
#subItemGroup .alternatives label .checkmark::after {
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

#subItemGroup .recipemodal.locked .alternatives label .checkmark,
#subItemGroup .recipemodal.locked .alternatives label .checkmark:after {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/* ---------------------------------------------
   ----------------Foodcategories--------------- */

/* ------------- New Nav End---------------- */

.pn-ProductNav_Wrapper {
    position: relative;
    padding: 0 11px;
    display: grid;
}

.pn-ProductNav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    margin: 0 10px;
}

.js .pn-ProductNav {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}

.pn-ProductNav_Contents {
    float: left;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.pn-ProductNav_Contents-no-transition {
    transition: none;
}

.pn-ProductNav_Link {
    text-decoration: none;
    color: #888;
    font-size: 1.2em;
    font-family: -apple-system, sans-serif;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

.pn-ProductNav_Link + .pn-ProductNav_Link {
    margin-left: 11px;
    padding-left: 11px;
    border-left: 1px solid #eee;
}

.pn-ProductNav_Link[aria-selected="true"] {
    color: #111;
}

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.pn-Advancer:focus {
    outline: 0;
}

.pn-Advancer:hover {
    cursor: pointer;
}

.pn-Advancer_Left {
    left: 0;
}

[data-overflowing="both"] ~ .pn-Advancer_Left,
[data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1;
}

.pn-Advancer_Right {
    right: 0;
}

[data-overflowing="both"] ~ .pn-Advancer_Right,
[data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1;
}

.pn-Advancer_Icon {
    width: 10px;
    height: 13px;
    fill: #000;
}

/* ------------- New Nav End---------------- */

#foodcategories {
    overflow: hidden;
    width: 100%;
}

.menuwrapper h1:first-of-type {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.menuwrapper > img {
    padding-bottom: 10px;
}

.menuwrapper,
#recipewrapper {
    width: 100%;
}

div.foodcategories.bubble p.headline {
    margin-bottom: 0;
}

#foodcategory {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categorywrapper {
    cursor: pointer;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 0.3em;
    margin: -0.3em;
}

#foodcategory .categorywrapper.onlyTitle .button.continue {
    border-radius: 5px;
}

#foodcategory .categorywrapper .button.continue {
    padding: 0;
    text-align: left;
    font-size: 1.5em;
}

.categorywrapper button.button {
    width: 100%;
}

#foodcategory li {
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
}

#foodcategory li:nth-child(odd) {
    margin-right: 1%;
}

#foodcategory li:nth-child(even) {
    margin-left: 1%;
}

/* fix for filling space if there are only 2 items */
#foodcategory li:first-child:nth-last-child(2),
#foodcategory li:first-child:nth-last-child(2) ~ li {
    float: left;
    margin-bottom: 0;
}

#foodcategory li .categorywrapper:active,
ul#foodangebote li:active {
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

ul#categorybreadcrumb {
    margin-bottom: 20px;
}

ul#categorybreadcrumb li {
    display: inline-block;
    font-size: 13px;
}

ul#categorybreadcrumb li.breadcrumbbutton {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: bold;
}

ul#categorybreadcrumb li.greaterthen {
    text-decoration: none;
    margin: 0 3px;
}

ul#categorybreadcrumb li.greaterthen svg .seperator {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 9px;
}

ul#categorybreadcrumb li:last-child {
    text-decoration: none;
    cursor: auto;
}

#foodcategoryback {
    margin: 10px 0;
}

.categorieBackbutton {
    margin-right: 5px;
}

#foodcategoryback .button.categorieBackbutton {
    width: 100%;
    text-align: center;
    background-color: #e9e9e9;
    color: rgba(0, 0, 0, 0.6);
}

ul#foodangebote li {
    padding: 10px;
    background: #e9e9e9;
    display: inline-block;
    width: 45.95%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.foodangebot_title {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.foodangebot_img {
    display: inline-block;
}

.reciptdescription {
    text-align: left;
}

ul.recipelist li {
    border-top: 1px solid #bfbfbf;
    padding: 10px 0;
    width: 100%;
    display: table;
}

ul.recipelist li[data-hasinfo=true]:hover {
    cursor: pointer;
}

ul.recipelist li.highlight {
    padding-left: 10px;
    border-left: 5px solid black;
}

#recipewrapper h1 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

#recipewrapper img {
    max-height: 200px;
}

#recipewrapper .menusection-info-text {
    font-size: 1em;
    padding: 10px 0;
}

.menuwrapper .menusection-info-text {
    white-space: pre-line;
}

.recipe_info {
    width: 1.4em;
    height: 1.2em;
    padding: 0.1em;
    border: 1px solid #000;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 0.8em;
    margin-left: 0.2em;
}

ul.recipelist li:hover .recipe_info {
    background: #fff;
    color: #000;
}

.amount_description {
    font-size: 0.8em;
}

ul.recipelist {
    list-style: none;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.speisentitle,
.speisenprice,
.speisenanzahl {
    display: table-cell;
}

.speisentitle {
    width: 70%;
    vertical-align: middle;
}

.speisentitle .marks {
    font-size: 0.6em;
    vertical-align: 3px;
}

.speisentitle .marks img,
#recipewrapper .speisentitle .marks img {
    max-height: 16px;
    max-width: 50px;
    vertical-align: -3px;
}

.speisentitle svg.recipeinfo,
.recipemodal .alternatives svg.recipeinfo,
.recipemodal .title svg.recipeinfo {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.speisentitle svg.recipeinfo:hover,
.recipemodal .alternatives svg.recipeinfo:hover,
.recipemodal .title svg.recipeinfo:hover {
    opacity: 0.5;
}

.speisenprice {
    width: 30%;
    white-space: nowrap;
    text-align: right;
}

.speisentitle h2 {
    font-size: 1.2em;
}

.speisentitle h2 span.additives,
.recipemodal .alternatives span.additives,
.recipemodal .title span.additives {
    font-size: 0.6em;
    vertical-align: 3px;
}

.speisentitle p {
    font-size: 1em;
    white-space: pre-line;
    word-break: break-word;
}

.lockedHint {
    display: block;
    padding-bottom: 0.2em;
    font-size: 0.7em;
}

.lockedHint > span {
    display: inline-block;
    background: red;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}

.speisenprice .compareprice {
    display: block;
    font-size: 0.7em;
    padding-top: 0.2em;
    padding-right: 34px;
}

.speisenprice .originalprice,
.pricemodal .originalprice {
    font-size: 0.7em;
    opacity: 0.5;
    text-decoration: line-through;
    vertical-align: middle;
    line-height: 1.3em;
}

.speisenprice .discount {
    display: block;
    font-size: 0.7em;
    padding-top: 0.2em;
    color: green;
    padding-right: 34px;
    white-space: normal;
}

.plusbutton {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    text-align: center;
    background-position: -50px center;
    height: 30px;
    line-height: 31px;
    font-size: 1em;
    margin-left: 5px;
}

.plusbutton::after {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    content: '\f067';
    font-size: 0.7em;
    border-radius: 5px;
    padding: 7px 9px 6px;
    line-height: 1.5;
    margin-left: 8px;
}

li.locked .plusbutton::after {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.menusection-button-info {
    width: 100%;
}

.menusection-button-info img {
    width: 100%;
    vertical-align: middle;
    margin-top: 4px;
}

.menusection-button-info-text {
    font-size: 1em;
    padding-top: 10px;
    white-space: pre-line;
}

.menusection-info-text .description_tax {
    font-size: 0.8em;
}

/* ---------------------------------------------
   Warenkorb ---------------------------------- */

.mainrecipe {
    font-size: 1.2em;
}

.mainrecipe .positiontotalprice {
    font-size: 1em;
}

.baskettable .tablerow.partpayment {
    font-size: 0.8em;
    margin-bottom: 0px;
}

#sentbasket span.refreshbutton {
    float: right;
    display: none;
    cursor: pointer;
}

.basket {
    font-size: 0.8em;
}

.basket,
.basket-full {
    margin-bottom: 10px;
}

.basket-full {
    width: 80%;
    margin: 0 auto !important;
}

.basket hr,
.basket-full hr {
    height: 1px;
    border: none;
    color: #000;
    background-color: #000;
}

.basket hr.basketdashedline,
.basket-full hr.basketdashedline {
    border: none;
    border-top: 1px dashed #bebebe;
    background: none;
    margin: 30px 0;
}

.basket .basketheader,
.basket-full .basketheader,
.paymentheader {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.basket .basketheader,
.basket-full .basketheader {
    padding: 10px 0;
}

.basket .basketheader .iconbasket,
.basket-full .basketheader .iconbasket,
.paymentheader .iconmoney {
    margin-right: 5px;
}

#basketMessages {
    margin-top: 15px;
    font-size: 0.8em;
    font-weight: bold;
}

.paymenttable {
    margin-bottom: 20px;
    text-align: center;
}

.baskettable {
    display: table;
    width: 100%;
    text-align: left;
    font-size: 1em;
    margin-top: 10px;
}

.tablerow,
.positionprice,
.position {
    clear: both;
}

.position {
    width: 100%;
}

.positionprice {
    float: right;
    width: 28%;
    white-space: nowrap;
    text-align: right;
}

.positiondescription {
    margin-left: 15%;
    width: 50%;
}

.pluszeichen {
    text-indent: -11px;
    display: inline-block;
}

.baskettable .tablerow {
    margin-bottom: 8px;
}

.baskettable .anzahl,
.baskettable .description,
.baskettable .basketprice,
.baskettable .delete,
.basketnavi,
.positiondescription,
.positionprice {
    display: inline-block;
}

.editbasket {
    vertical-align: super;
    cursor: pointer;
}

.positionanzahl {
    text-align: center;
}

.basketitem .tablerow.line {
    border-bottom: 1px solid #bfbfbf;
}

.basketitem:last-of-type .tablerow.line {
    border-bottom: 2px solid #bfbfbf;
}

.basketitem .statusBadge {
    float: right;
}

.basketitem .statusBadge span {
    padding: 0.2em 0.6em 0.3em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #e9e9e9;
}

.basketitem .discount {
    display: block;
    font-size: 0.7em;
    padding-top: 0.4em;
    color: green;
}

.basketnavi .increasebasket,
.basketnavi .decreasebasket {
    float: right;
    font-size: 0.8em;
}

.basketnavi .decreasebasket {
    margin-right: 5px;
}

.basketitem.locked .basketnavi .increasebasket,
.basketitem.locked .basketnavi .decreasebasket {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.basketnavi span.editbasket {
    float: none;
    font-size: 0.9em;
    margin-right: 5px;
    line-height: 25px;
}

.basketnavi .removebasket {
    float: left;
    font-size: 1em;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.no-touch .basketnavi i,
.modal i {
    width: 27px;
    height: 25px;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
}

.modal .modalAdd {
    float: right;
}
.modal .modalAdd i {
    width: auto;
    line-height: 12px;
    margin-right: 14px;
    margin-left: 7px;
}

.modal.locked  .modalAdd {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.modalAdd .fa-plus:before {
    content: '';
}

.modalAdd .fa-plus:after {
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f067";
}
.modalAdd span {
    font-family: Roboto;
    font-size: 12px;
    padding-right: 5px;
}

.no-touch .basketnavi i.removebasket {
    line-height: 15px;
}

.no-touch .iframe .basketnavi i {
    width: 21px;
    height: 21px;
    line-height: 12px;
    text-align: center;
}

.modal span.charleft {
    font-size: 12px;
}

.modal i.radiobutton {
    width: auto;
}

.subrecipewraper {
    width: 100%;
    display: table;
    border-spacing: 0 10px;
}

.subrecipewraper.single {
    border-spacing: 10px 10px;
}

.recipemodal .selectRadioItem {
    color: #000;
}

.recipemodal .button.selectRadioItem {
    background-color: transparent;
}

.touch .basketnavi i,
.touch .recipemodal i {
    width: 30px;
    height: 30px;
    line-height: 21px;
    font-size: 0.9em;
    text-align: center;
    border-radius: 5px;
}

.touch i.fa-trash-o {
    display: none;
}

.baskettable .anzahl {
    width: 15%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.baskettable .description {
    width: 53%;
    vertical-align: top;
    hyphens: auto;
    text-align: left;
}

.baskettable .basketnavi {
    text-align: right;
    width: 100%;
    margin: 3px 0;
}

.baskettable .positiontotalprice {
    width: 28%;
    vertical-align: top;
}

/*
.baskettable.local {
    text-align: center;
}
*/

.positiontotalprice {
    text-align: right;
    float: right;
    font-weight: normal;
    font-size: 1.2em;
    padding-left: 0.5em;
}

.basketposition {
    margin-bottom: 8px;
}

.basket input,
.basket-full input {
    width: 25px;
    height: 25px;
}

#regular button.shopmobilebutton {
    display: none;
}

.recipemenutext {
    margin-bottom: 10px;
}

.recipemodal {
    display: table-row;
}

.recipemodal .increaseSubItem,
.recipemodal .decreaseSubItem {
    width: 25px;
    height: 25px;
    line-height: 17px;
    text-align: center;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.touch .recipemodal .increaseSubItem,
.touch .recipemodal .decreaseSubItem {
    width: 30px;
    height: 30px;
    line-height: 22px;
}

.recipemodal.locked .increaseSubItem {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.recipemodal i.selectRadioItem div.title {
    display: inline;
    margin-left: 8px;
    vertical-align: top;
}

.recipemodal i.selectRadioItem::before {
    font-size: 20px;
}

.recipemodal .title,
.recipemodal .addminusbutton,
.recipemodal .addplusbutton,
.recipemodal .anzahlSubItem {
    display: table-cell;
    width: 35px;
    height: 30px;
    vertical-align: top;
}

.no-touch .recipemodal .addminusbutton,
.no-touch .recipemodal .addplusbutton,
.no-touch .recipemodal .anzahlSubItem {
    width: 30px;
}

.recipemodal .title {
    width: auto;
    font-size: 17px;
    padding-right: 1em;
}

.recipemodal .anzahlSubItem span {
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: block;
    text-align: center;
    float: left;
    font-size: 1.3em;
}

.no-touch .recipemodal .anzahlSubItem span {
    width: 25px;
    height: 25px;
    line-height: 23px;
}

.btn-cancel {
    float: left;
    background-color: red;
    border-color: red;
}

.btn-cancel.button {
    float: left;
    background-color: red;
    border-color: red;
}

.btn-cancel:active,
.btn-cancel:focus {
    float: left;
    background-color: red;
    border-color: #ff6347;
}

.btn-cancel:hover {
    float: left;
    background-color: red;
    border-color: red;
}

.annotation textarea {
    font-size: 0.75em;
    width: 100%;
    min-height: 100px;
    margin-top: 20px;
    border: 1px solid #6f6f6f;
    padding: 5px;
}

.annotation .positiondescription {
    font-style: italic;
    font-size: 0.9em;
}

.baskettotal .total {
    float: left;
    font-weight: bold;
    font-size: 1.3em;
}

.baskettotal .totalprice {
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

.baskettotal .tax {
    text-align: end;
    font-style: italic;
}

.baskettotal .doubleline {
    border-bottom: 3px double #000;
}

/* ---------------------------------------------
   WUNSCHBEREICH ------------------------------- */
#area {
    position: relative;
    width: 100%;
}

/* ---------------------------------------------
   FORMULAR ------------------------------------ */
.customerForm ul.login-with {
    width: 100%;
    list-style: none;
}

.customerForm ul.login-with li {
    float: left;
    text-align: center;
    line-height: 35px;
    width: calc(50% - (5px / 2));
    margin-right: 5px;
    margin-bottom: 5px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.customerForm #gastronovi {
    background-color: #cabb9d;
    -webkit-box-shadow: inset 0 -3px 0 0 #a8927b;
    -moz-box-shadow: inset 0 -3px 0 0 #a8927b;
    box-shadow: inset 0 -3px 0 0 #a8927b;
}

.customerForm #facebook {
    float: right;
    margin: 0;
    background-color: #3b5998;
    -webkit-box-shadow: inset 0 -3px 0 0 #334c7f;
    -moz-box-shadow: inset 0 -3px 0 0 #334c7f;
    box-shadow: inset 0 -3px 0 0 #334c7f;
}

.customerForm #googleplus {
    margin-bottom: 0;
    background-color: #d34836;
    -webkit-box-shadow: inset 0 -3px 0 0 #a50a0a;
    -moz-box-shadow: inset 0 -3px 0 0 #a50a0a;
    box-shadow: inset 0 -3px 0 0 #a50a0a;
}

.customerForm ul.login-with li .social-logo {
    float: left;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
}

.customerForm ul.login-with #gastronovi .social-logo {
    background-image: url(../images/reservation/social/gastronovi.png);
    -webkit-box-shadow: inset 0 -3px 0 0 #a8927b;
    -moz-box-shadow: inset 0 -3px 0 0 #a8927b;
    box-shadow: inset 0 -3px 0 0 #a8927b;
    border-right: 1px solid #a8927b;
}

.customerForm ul.login-with #facebook .social-logo {
    background-image: url(../images/reservation/social/facebook.png);
    -webkit-box-shadow: inset 0 -3px 0 0 #334c7f;
    -moz-box-shadow: inset 0 -3px 0 0 #334c7f;
    box-shadow: inset 0 -3px 0 0 #334c7f;
    border-right: 1px solid #334c7f;
}

.customerForm ul.login-with #googleplus .social-logo {
    background-image: url(../images/reservation/social/googleplus.png);
    -webkit-box-shadow: inset 0 -3px 0 0 #a50a0a;
    -moz-box-shadow: inset 0 -3px 0 0 #a50a0a;
    box-shadow: inset 0 -3px 0 0 #a50a0a;
    border-right: 1px solid #a50a0a;
}

.customerForm ul.login-with li a {
    color: #fff;
    font-size: 0.8em;
    display: block;
}

.customerForm ul.gender {
    margin-bottom: 10px;
}

.customerForm ul.gender,
.customerForm ul.gender li {
    list-style: none;
    overflow: hidden;
}

.customerForm ul.gender li {
    width: calc(50% - (5px / 2));
    height: 35px;
    float: left;
    color: #777;
    background-color: #e9e9e9;
}

.customerForm ul.gender li:first-child {
    margin-right: 5px;
}

.customerForm ul.gender li label {
    width: 100%;
}

.customerForm ul.gender li input[type="radio"] ~ label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
}

.customerForm ul.gender li input[type="radio"]#sir ~ label::before {
    font-family: "FontAwesome";
    content: "\f222";
}

.customerForm ul.gender li input[type="radio"]#madam ~ label::before {
    font-family: "FontAwesome";
    content: "\f221";
}

.customerForm ul.gender li input[type="radio"]:empty {
    margin-left: -999px;
}

.customerForm ul.gender li input[type="radio"]:empty ~ label {
    position: relative;
    float: left;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customerForm ul.gender li input[type="radio"]:hover:not(:checked) ~ label {
    background-color: #f4f4f5;
    -webkit-box-shadow: inset 0 -3px 0 0 #e9e9e9;
    -moz-box-shadow: inset 0 -3px 0 0 #e9e9e9;
    box-shadow: inset 0 -3px 0 0 #e9e9e9;
}

.customerForm ul.gender li input[type="radio"]:not(:checked) ~ label::before {
    color: #fff;
    background-color: #c0c0c0;
    -webkit-box-shadow: inset 0 -3px 0 0 #a0a0a0;
    -moz-box-shadow: inset 0 -3px 0 0 #a0a0a0;
    box-shadow: inset 0 -3px 0 0 #a0a0a0;
}

.customerForm ul.gender li input[type="radio"]:hover:not(:checked) ~ label::before {
    color: #fff;
    background-color: #cecece;
    -webkit-box-shadow: inset 0 -3px 0 0 #c0c0c0;
    -moz-box-shadow: inset 0 -3px 0 0 #c0c0c0;
    box-shadow: inset 0 -3px 0 0 #c0c0c0;
}

.customerForm ul.gender li input[type="radio"]:checked ~ label::before {
    color: #fff;
    background-color: #c18c44;
    -webkit-box-shadow: inset 0 -3px 0 0 #a37441;
    -moz-box-shadow: inset 0 -3px 0 0 #a37441;
    box-shadow: inset 0 -3px 0 0 #a37441;
}

.customerForm ul.personaldata {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.customerForm ul.personaldata > li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.customerForm ul.personaldata li.notes {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.customerForm ul.personaldata li.left {
    padding-right: 2.5px;
}

.customerForm ul.personaldata > li.fullwidth {
    width: 100%;
}

.customerForm ul.personaldata > li.notes {
    margin-bottom: 0;
}

.customerForm ul.personaldata > li.left {
    padding-right: 5px;
}

.customerForm ul.personaldata > li.right {
    padding-left: 5px;
}

.customerForm .textInput,
.customerForm .passwordInput,
.customerForm .picker {
    width: 100%;
    padding: 0;
    height: 40px;
}

.customerForm .textInput.small,
.customerForm .passwordInput.small {
    height: 40px;
}

.customerForm .textInput.large,
.customerForm .passwordInput.large {
    height: 60px;
}

.customerForm .textInput input[type="text"],
.customerForm .textInput input[type="email"],
.customerForm .textInput input[type="tel"],
.customerForm .textInput input[type="number"],
.customerForm .passwordInput input[type="password"],
.customerForm .textInput textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 5px 18px;
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    resize: none;
}

.customerForm .textInput.withDescription input[type="text"],
.customerForm .textInput.withDescription input[type="email"],
.customerForm .textInput.withDescription input[type="tel"],
.customerForm .textInput.withDescription input[type="number"],
.customerForm .passwordInput.withDescription input[type="password"],
.customerForm .textInput.withDescription textarea {
    padding-right: 39px;
}

textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.customerForm .textareaInput textarea {
    font-size: 0.8em;
}

#fieldModal .modal-header {
    padding: 15px;
}

#fieldModal .modal-header .close {
    margin-top: 0;
}

.textInput {
    position: relative;
}

.passwordInput label,
.textInput label,
.textareaInput label,
.datepickerlabel label {
    font-size: 0.8em;
    transition: all 150ms;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: translateY(-2px) scale(1);
    transform: translateY(-2px) scale(1);
    position: absolute;
    margin: 0;
    padding: 2px 3px;
    top: 0.9em;
    left: 15px;
    z-index: 2;
    font-weight: 300;
    pointer-events: none;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 45px);
}

.personInput .textInput label {
    padding-top: 0;
}

.textareaInput label {
    padding: 2px 4px;
}

.passwordInput label::before,
.textInput label::before,
.textareaInput label::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.textInput textarea:focus ~ label,
.passwordInput input:focus ~ label,
.textInput input:focus ~ label,
.textareaInput textarea:focus ~ label,
.textInput textarea:not(:placeholder-shown) ~ label,
.passwordInput input:not(:placeholder-shown) ~ label,
.textInput input:not(:placeholder-shown) ~ label,
.textareaInput textarea:not(:placeholder-shown) ~ label {
    font-weight: 500;
    -webkit-transform: translateY(-1.4em) scale(0.85);
    transform: translateY(-1.6em) scale(0.85);
    max-width: calc((100% - 32px) / 0.85);
    padding: 0 4px;
}

.textInput textarea:focus ~ label,
.textareaInput textarea:focus ~ label,
.textInput textarea:not(:placeholder-shown) ~ label,
.textareaInput textarea:not(:placeholder-shown) ~ label {
    padding: 1px 5px;
}

/* for IE and Edge no label Animation */
@supports (-ms-ime-align:auto) {
    .passwordInput label,
    .textInput label,
    .textareaInput label {
        color: #333;
        font-weight: 500;
        -webkit-transform: translateY(-1.4em) scale(0.85);
        transform: translateY(-1.6em) scale(0.85);
        max-width: calc((100% - 32px) / 0.85);
        padding: 0 5px;
        background: #f5f5f5;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .passwordInput label,
    .textInput label,
    .textareaInput label {
        color: #333;
        font-weight: 500;
        -webkit-transform: translateY(-1.4em) scale(0.85);
        transform: translateY(-1.6em) scale(0.85);
        max-width: calc((100% - 32px) / 0.85);
        padding: 0 5px;
        background: #f5f5f5;
    }
}

.formFields .field {
    float: left;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.formFields .field:last-child {
    margin-bottom: 0;
}

.formFields .textfield .textInput,
.formFields .password .passwordInput,
.formFields .combobox .accordion {
    display: inline-block;
    width: 100%;
    float: left;
}

.formFields .field_description {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.field_description svg {
    width: 20px;
}

.formFields .datepickerlabel .field_description {
    position: absolute;
    display: block;
    right: 11px;
    top: 10px;
    padding-left: 5px;
}

.datepickerlabel label {
    padding: 2px 4px;
    max-width: 150px;
}

.formFields .datepicker,
.formFields .timepicker {
    border: 0 !important;
}

.xdatetime .picker .left,
.xdatetime .picker .right {
    position: relative;
}

.xdatetime .timepicker input,
.xdatetime .datepicker input {
    height: 33px;
    border-radius: 2px;
    border: none;
    display: block;
    padding: 10px;
    font-size: 0.9em;
    background-color: transparent;
}

.xdatetime .timepicker input[type="text"] {
    float: left;
    width: 25px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 35px;
    margin-top: -2px;
}

.xdatetime .datepicker input[type="text"] {
    float: left;
    width: 25px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 35px;
    margin-top: -2px;
}

.xdatetime .datepicker input[type="text"].year {
    width: 40px !important;
}

.xdatetime .timepicker input[type="text"]:focus,
.xdatetime .datepicker input[type="text"]:focus {
    box-shadow: none !important;
}

.xdatetime .separator {
    float: left;
    width: 4px;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.xdatetime .datepickerlabel {
    height: 40px;
    flex: 1 1 70px;
    padding-top: 5px;
}

.xdatetime .picker {
    width: 100%;
    display: flex;
}

.xdatetime .left,
.xdatetime .right {
    padding-right: 7px;
}

.customerForm input,
.customerForm textarea {
    outline: none;
}

.customerForm :-ms-input-placeholder {
    color: #999;
}

.blur {
    -webkit-box-shadow: inset 0 0 0 2px rgba(211, 71, 71, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(211, 71, 71, 1);
    box-shadow: inset 0 0 0 2px rgba(211, 71, 71, 1);
}

.bubble.blur .headline {
    color: rgba(211, 71, 71, 1);
}

.further-fields .wrapper {
    margin-top: 5px;
}

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

    .datepickerlabel label {
        max-width: 35vw;
    }
}

/* ---------------------------------------------
    Stripe Formelemnts
---------------------------------------------*/

#payment-additionalfields .field {
    margin-bottom: 10px;
}

#payment-additionalfields .description {
    font-size: 0.8em;
    margin-bottom: 10px;
}

#payment-additionalfields .qrcode {
    text-align: center;
    margin-bottom: 10px;
}

#payment-additionalfields .qrcode img {
    max-width: 100%;
    max-height: 100%;
}


.step_stripe #payment-errors,
.step_stripe #bank-name {
    display: none;
    padding-top: 5px;
    font-size: 0.8em;
}

.step_stripe #payment-errors.visible,
.step_stripe #bank-name.visible {
    display: block;
}

.step_stripe #payment-errors {
    color: red;
}


/* ---------------------------------------------
    Adyen Formelemnts
---------------------------------------------*/

.step_adyen .adyen-checkout__input,
.step_adyen .adyen-checkout__dropdown__button {
    border-radius: 0 !important;
    background: transparent;
}

.step_adyen #adyen-errors {
    display: none;
    padding-top: 5px;
    font-size: 0.8em;
}

.step_adyen #adyen-errors.visible {
    display: block;
}

.step_adyen #adyen-errors {
    color: red;
}

/* ---------------------------------------------
    Step Voucher / GnCharge
---------------------------------------------*/

.step_voucher #voucherForm .textfield.firstname,
.step_voucher #voucherForm .textfield.lastname,
.step_voucher #voucherForm .textfield.street,
.step_voucher #voucherForm .number.zipcode,
.step_voucher #voucherForm .textfield.city,
#smartselectbox-voucher-country,

.step_gncard_charge #gncardChargeValueAddressData .textfield.firstname,
.step_gncard_charge #gncardChargeValueAddressData .textfield.lastname,
.step_gncard_charge #gncardChargeValueAddressData .textfield.street,
.step_gncard_charge #gncardChargeValueAddressData .number.zipcode,
.step_gncard_charge #gncardChargeValueAddressData .textfield.city,
#smartselectbox-gncard_charge-country {
    width: 50%;
    float: left;
}

.step_voucher #voucherForm .textfield.company,

.step_gncard_charge #gncardChargeValueAddressData .textfield.company {
    width: 100%;
    float: left;
}

.step_voucher #voucherForm .textfield.firstname,
.step_voucher #voucherForm .textfield.street,
.step_voucher #voucherForm .textfield.city,

.step_gncard_charge #gncardChargeValueAddressData .textfield.firstname,
.step_gncard_charge #gncardChargeValueAddressData .textfield.street,
.step_gncard_charge #gncardChargeValueAddressData .textfield.city {
    padding-right: 5px;
}

.step_voucher #voucherForm .textfield.lastname,
.step_voucher #voucherForm .number.zipcode,
#smartselectbox-voucher-country,

.step_gncard_charge #gncardChargeValueAddressData .textfield.lastname,
.step_gncard_charge #gncardChargeValueAddressData .number.zipcode,
#smartselectbox-gncard_charge-country {
    padding-left: 5px;
}

#voucherForm #smartselectbox-gender,
#smartselectbox-voucher-country,

#smartselectbox-gncard_charge-gender,
#smartselectbox-gncard_charge-country {
    margin-bottom: 10px;
    float: left;
}

/* ---------------------------------------------
   RESERVIERUNGSDETAILS ------------------------ */
#detailbox-container {
    margin: 0 0 10px;
}

.detailbox-full {
    width: 65%;
    margin: 0 auto !important;
}

#details {
    display: table;
    margin: 0 auto;
    width: 100%;
}

#details .restaurant-name {
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

#details .restaurant-city {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 0.8em;
    text-align: center;
}

#details div.selections,
#customerDetails div.selections {
    position: relative;
    width: 100%;
}

#details div.selections div {
    width: 49%;
    display: inline-block;
    min-width: 125px;
    vertical-align: top;
}

@media (min-width: 769px) and (max-width: 858px) {
    #details div.selections div {
        width: 100%;
    }
}

#customerDetails .customerflex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#customerDetails .customerflex div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 0;
}

#details div.selections div {
    margin-bottom: 10px;
}

#details div.selections li,
#customerDetails div.selections li {
    float: left;
    width: calc(100% / 2 - 5px);
    height: 30px;
    margin-bottom: 7px;
}

#customerDetails ul.selections li {
    margin-bottom: 5px;
    height: 15px;
}

#details div.selections li:nth-child(2n),
#customerDetails div.selections li:nth-child(2n) {
    margin-left: 5px;
}

#details div.selections div .icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    padding: 4px;
    vertical-align: top;
    margin-top: -5px;
}

#details div.selections div .icon .fa {
    display: block; /* disable baseline-alignment */
}

#details div.selections div .icon svg {
    opacity: 0.25;
}

#details div.selections div.active .icon svg {
    opacity: 1;
}

#details div.selections div p,
#customerDetails div.selections div p {
    line-height: 1.4em;
    margin-left: -30px;
    padding-left: 30px;
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /*white-space: nowrap;*/
    width: 95%;
    padding-top: 3px;
    padding-bottom: 3px;
    hyphens: auto;
}

#details div.selections div p,
#customerDetails div.selections div:nth-child(2n) p {
    /*white-space: nowrap;*/
}

#customerDetails div.selections div p {
    padding-left: 0;
    margin-left: 0;
}

#paymentDetails {
    background-color: #e0e0e0;
}

#paymentDetails .paymentheader {
    margin-top: 10px;
}

.tablerow.partpayment.chargeValue,
.tablerow.partpayment.newBalance {
    font-size: 0.8em;
    padding-left: 1em;
}

/* ---------------------------------------------
   CONTINUE BUTTON ----------------------------- */
#box-offers {
    background-color: #dadada;
    padding-top: 10px;
}

#box-offers #regular {
    text-align: right;
}

/*.button.continue {
    line-height: 35px;
}*/

.modal-footer .button.continue {
    width: 100%;
    font-size: 1em;
    line-height: 35px;
    text-align: center;
}

#regular .button.continue {
    width: 35%;
    display: inline-block;
}

.modal-footer .button.continue {
    color: #fff;
}

.modal-footer .button,
.modal-footer .button.continue {
    width: 49%;
}

#regular .button::before,
.modal-footer .button::before {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 20px;
}

#foodcategory .button.continue::before {
    position: absolute;
    right: 10px;
}

#regular .button.continue:not(.disabled),
#regular .button.continue:not(.alert),
.modal-footer .button.continue,
#foodcategory .button.continue {
    padding-left: 25px; /* some space for arrow */
    padding-right: 25px; /* keep text centered */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#terms,
#terms-voucher,
#terms-gncard,
#optin,
#optin-voucher,
.business-client-option {
    position: relative;
    margin-bottom: 10px;
}

#terms .privacyHint,
#terms-gncard .privacyHint,
#terms-voucher .privacyHint {
    margin-bottom: 10px;
}

#terms input[type="checkbox"],
#terms-voucher input[type="checkbox"],
#terms-gncard input[type="checkbox"],
#optin input[type="checkbox"],
#optin-voucher input[type="checkbox"],
.business-client-option input[type="checkbox"] {
    display: none;
}

#terms label,
#terms-voucher label,
#terms-gncard label,
#optin label,
#optin-voucher label,
.business-client-option label{
    width: auto;
    position: relative;
}

#terms label .wrapper,
#terms-voucher .wrapper,
#terms-gncard .wrapper,
#optin label .wrapper,
#optin-voucher label .wrapper,
.business-client-option label .wrapper{
    display: table;
    min-height: 30px;
    padding: 5px 0;
}

#terms input[type="checkbox"] + label,
#terms-voucher input[type="checkbox"] + label,
#terms-gncard input[type="checkbox"] + label,
#optin input[type="checkbox"] + label,
#optin-voucher input[type="checkbox"] + label,
.business-client-option input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    position: relative;
}

#terms input[type="checkbox"] + label span,
#terms-voucher input[type="checkbox"] + label span,
#terms-gncard input[type="checkbox"] + label span,
#optin input[type="checkbox"] + label span,
#optin-voucher input[type="checkbox"] + label span,
.business-client-option input[type="checkbox"] + label span{
    display: inline-block;
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    width: 28px;
    height: 28px;
    border: 1px solid #a0a0a0;
    cursor: pointer;
    text-align: center;
}

#terms label p,
#terms-voucher label p,
#terms-gncard label p,
#optin label p,
#optin-voucher label p,
.business-client-option label p{
    position: relative;
    padding-left: 40px;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9em;
}

#terms label a,
#terms-voucher label a,
#terms-gncard label a,
#optin label a,
#optin-voucher label a {
    text-decoration: underline;
}

#optin p.description,
#optin-voucher p.description {
    font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
    #regular { text-align: left; }

    #regular .button.continue {
        width: 100%;
        display: block;
    }

    .passwordInput label,
    .textInput label {
        padding: 4px 3px;
    }

    .textareaInput label,
    .datepickerlabel label {
        padding: 5px 3px;
    }
}

/* -------------------- BUTTONS ------------------------------------- */
.button {
    position: relative;
    color: #fff;
    border: none;
    /*height: 35px;*/
    padding: 5px;
    cursor: pointer;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    word-wrap: break-word;
    overflow: hidden;
    font-weight: bold;
}

.button:active {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.button.white {
    color: #a0a0a0;
    background-color: #fff;
    border: 2px solid #a0a0a0;
}

.button.white:hover {
    background-color: #e9e9e9;
}

.back .button.backButton {
    font-size: 1.4em;
    box-shadow: none;
}

.button.gray {
    background-color: #c0c0c0;
}

.accordionTitle.button.gray {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
}

.button.gray:hover {
    background-color: #cecece;
}

.accordionTitle.button.gray:hover {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
}

.button.gray:active {
    background-color: #a0a0a0;
    color: #fff;
}

/*.button.disabled,
.button.disabled:hover,
.button.disabled:active {
    cursor: default;
    background-color: #c0c0c0;
    color: white;
}*/

.button.alert,
.button.alert:hover,
.button.alert:active,
.button.storno,
.button.storno:hover,
.button.storno:active {
    cursor: default;
    background-color: red;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button.storno,
.button.storno:hover,
.button.storno:active {
    cursor: pointer;
}

.button.color {
    background-color: #c18c44;
    -webkit-box-shadow: inset 0 -3px 0 0 #a37441;
    -moz-box-shadow: inset 0 -3px 0 0 #a37441;
    box-shadow: inset 0 -3px 0 0 #a37441;
}

.button.color:hover {
    background-color: #ce9959;
    -webkit-box-shadow: inset 0 -3px 0 0 #c18c44;
    -moz-box-shadow: inset 0 -3px 0 0 #c18c44;
    box-shadow: inset 0 -3px 0 0 #c18c44;
}

.button.color:active {
    background-color: #a37441;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.decrement,
.button.increment {
    width: 35px;
    height: 25px;
    color: #000;
}

.button.decrement::before,
.absolute-left .button.increment::before {
    position: absolute;
    top: 9px;
    left: 14px;
}

.absolute-right .button.decrement::before,
.absolute-right .button.increment::before {
    position: absolute;
    top: 9px;
    right: 2px;
}

#calendar .increment::before {
    content: " ";
    /**background: url(../images/restaurant-widget/button_increment.svg) no-repeat;**/
    width: 19px;
    height: 13px;
}

#calendar-bubble.bubble {
    padding: 10px 0;
}

.decrement::before {
    content: " ";
    /**background: url(../images/restaurant-widget/button_decrement.svg) no-repeat;**/
    width: 19px;
    height: 13px;
}

#persons .increment::before {
    content: "\f067";
}

#persons .decrement::before {
    content: "\f068";
}

.dropdown {
    position: absolute;
    top: 13px;
    right: 10px;
}

.dropdown.gray {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c0c0c0;
}

.dropdown.white {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
}

.legal-links {
    text-align: center;
    font-size: 0.8em;
    margin-top: 10px;

}

#section-right .legal-links {
    margin-bottom: 10px;
}

.legal-links.forSectionFull {
    display: none;
    padding-bottom: 15px;
}

/* ---------------------------------------------
   MODAL BOX ----------------------------------- */
#div-modal {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    height: 360px;
    width: 300px;
    color: #bbb;
    background-color: #333;
    border: 8px solid rgba(20, 20, 20, 0.2);
    padding: 12px;
}

/* ---------------------------------------------
   RECIPE INFO MODAL  -------------------------- */

#recipeInfoModal .recipe-image {
    display: inline-block;
    vertical-align: top;
}

#recipeInfoModal .recipe-image {
    width: 100%;
}

#recipeInfoModal .recipe-image img {
    width: 100%;
}

#recipeInfoModal .additives {
    margin-bottom: 10px;
}

#recipeInfoModal .additives-header {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 5px;
}

#recipeInfoModal .recipe-description-text {
    margin-bottom: 10px;
    font-size: 0.9em;
    white-space: pre-line;
}

#recipeInfoModal .additives-list li {
    font-size: 0.7em;
    list-style: none;
}

#recipeInfoModal .additives-list li img,
#recipeInfoModal .marks-list li img {
    max-height: 16px;
    max-width: 50px;
}

#recipeInfoModal .marks-list li img {
    margin-right: 4px;
}

#recipeInfoModal .marks-list li {
    font-size: 0.8em;
    list-style: none;
    display: inline-block;
    font-weight: bold;
}

.pricemodal {
    font-size: 0.8em;
}

.pricemodal .compareprice {
    display: inline-block;
    margin-left: 0.7ex;
    font-size: 0.7em;
    vertical-align: middle;
    line-height: 1.3em;
}

/* ---------------------------------------------
   ACCORDION MENU ------------------------------ */
.accordion.list {
    width: 100%;
    position: relative;
}

.accordion {
    width: 100%;
    cursor: pointer;
}

.accordion [role=label] {
    position: relative;
    width: 100%;
}

.accordionTitle {
    text-align: left;
    text-decoration: none;
    color: #000;
    padding: 0 16px 0 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
  /*  border: 1px solid #c0c0c0;*/
    font-size: 0.8em;
}

.accordionTitle.arrow::before {
    content: " ";
    position: absolute;
    right: 23px;
    top: 16px;
    width: 12px;
    height: 10px;
}

.withDescription .accordionTitle.arrow::before {
    right: 45px;
}

.withDescription div.field_description {
    position: absolute;
    top: 10px;
    width: 21px;
    height: 21px;
    display: block;
}

.accordionTitle.expanded::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 12px;
}

.accordionContent {
    position: relative;
    height: auto;
    overflow: hidden;
}

.accordionTitle div {
    position: relative;
    display: table;
    height: 35px;
    width: 100%;
}

.accordionTitle span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.accordionTitle span.activeIcon,
.accordionContent span.icon {
    width: 35px;
    height: 36px;
}

.accordionTitle span.activeIcon img,
.accordionContent span.icon img {
    display: block;
    width: 25px;
}

.no-js .accordionContent.collapsed {
    max-height: none;
}

.accordion .content {
    width: 100%;
    list-style-type: none;
    display: inline-block;
}

.accordion.buttons .accordionTitle {
    display: none;
    visibility: hidden;
}

.accordion.buttons .accordionContent.collapsed {
    max-height: 500px;
    overflow: hidden;
}

.accordion.buttons .content li {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-top: 5px;
    font-weight: bold;
}

.accordion.buttons .content.button_3 li {
    width: calc(100% / 3);
}

.accordion.buttons .content li:nth-child(1),
.accordion.buttons .content li:nth-child(2),
.accordion.buttons .content.button_3 li:nth-child(3) {
    margin-top: 0;
}

.accordion.buttons .content li:nth-child(2n+1),
.accordion.buttons .content.button_3 li:nth-child(2) {
    padding-left: 0;
}

.accordion.buttons .content li:nth-child(2n),
.accordion.buttons .content.button_3 li:nth-child(3) {
    padding-right: 0;
}

.accordion.buttons .content.button_3 li:nth-child(2n) {
    padding-right: 5px;
}

.accordion.buttons .content li span {
    display: block;
    height: 35px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.accordion.buttons #smartSelectbox-content-smartselectbox-today .content li span {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.accordion.buttons #smartSelectbox-content-smartselectbox-pickup .content li span {
    border-radius: 5px 5px 0 0;
}

.accordion.list .content li {
    float: left;
    position: relative;
    display: table;
    height: 35px;
    width: 100%;
    cursor: pointer;
    font-size: 0.8em;
    padding: 0 15px;
}

.accordion.list .content li span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

.accordion.list .content li:last-child {
    border-bottom: none;
}

.accordion.list.color .content li:hover {
    background-color: #d3d3d3;
}

.accordion.list.color .content li:active {
    color: #fff;
    background-color: #a0a0a0;
}

.accordion.list.color .content li.active {
    color: #fff;
    background-color: #c18c44;
}

.accordion.list.gray .content li:hover {
    background-color: #cecece;
}

.accordion.list.gray .content li:active {
    color: #fff;
    background-color: #a0a0a0;
}

.accordion.list.gray .content li.active {
    color: #c18c44;
    font-weight: bold;
}

.accordion.list .content li.empty {
    opacity: 0.5;
}

.accordion.list .content li:focus-visible {
    outline-offset: -2px;
}

.accordionTitle .placeholder {
    color: #a5a5a5;
}

#buttons_to_widget {
    display: none;
}

#smartselectbox-area {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

/* -------- Alternative Zeit / Tipselection------------ */

.suggestion.alternatives input[type="radio"],
.paymentSelection input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    visibility: hidden;
}

.suggestion.alternatives .panel {
    padding: 0 5px 5px;
    margin-bottom: 5px;
}

#tipselectionAlternativ li,
.suggestion.alternatives li {
    cursor: pointer;
    list-style: none;
    margin-right: 10px;
    display: inline-block;
    width: 30%;
    margin-bottom: 10px;
}

.suggestion.alternatives li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 5px;
}

#tipselectionAlternativ li:last-of-type {
    margin-right: 0;
}

.suggestionwrapper {
    margin-bottom: 10px;
    margin-top: 10px;
}

.suggestionwrapper:first-of-type {
    margin-top: 20px;
}

ul#tipselectionAlternativ,
.suggestionwrapper ul {
    display: flex;
}

.suggestionwrapper ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

.recipemodal .alternatives li {
    width: 100%;
    margin-left: 0;
    list-style: none;
}

p.itemdescription,
span.itemamountdescription {
    font-size: 0.8em;
}

#tipselectionAlternativ button,
.suggestion.alternatives label,
.paymentSelection label {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    padding: 8px 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#tipselectionAlternativ button:hover,
.suggestion.alternatives label:hover,
.paymentSelection label:hover {
    cursor: pointer;
    background-color: #f4f4f5;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.alternatives.paymentSelection input[type="radio"] + label + div {
    padding-top: 0.3em;
}

/* ---------------Tip Selection--------------------- */

#tipselectionAlternativ li {
    margin-right: 2%;
    width: 32%;
    margin-top: 10px;
}

.tipselection .tiptitle,
.tipselection .recommended {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}

.tipselection .cardsum {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
}

.tipselection ul li div {
    height: 35px;
    line-height: 35px;
}

.tipvalue {
    display: none;
}

.inputtipAmount.textInput input[type="number"] {
    height: 100%;
    width: 100%;
    padding: 5px 18px;
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    resize: none;
}

.inputtipAmount {
    display: none;
    width: 32%;
    border: 1px solid #c0c0c0;
    padding: 0;
    height: 40px;
}

/* ---------------Resumption Step--------------------- */

#resumptionGeneralHeadline .headline {
    font-weight: bold;
}

.resumptionButtonWrapper {
    margin-bottom: 15px;
}

#resumptionSectionNewTableCode span.opencart {
    color: red;
}

.resumptionButtonInfo {
    font-size: 1em;
    padding-bottom: 5px;
}

#resumptionSectionCalendarEntry,
#resumptionSectionGoogleCalendarEntry {
    width: 49.5%;
}

#resumptionSectionCalendarEntry {
    float: left;
    margin-right: 0.5%;
    text-align: right;
    border-right: 1px solid #000;
    padding-right: 10px;
    cursor: pointer;
}

#resumptionSectionGoogleCalendarEntry {
    float: right;
    margin-left: 0.5%;
    text-align: left;
    padding-left: 6px;
    cursor: pointer;
}

#resumptionSectionPassEntry,
#resumptionSectionPassGoogleEntry,
#resumptionSectionPassAndroidEntry {
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.step_confirmation .headline,
#thanksOrdering .headline,
#thanksReservation .headline,
#resumptionGeneralHeadline .headline,
#thankscancel .headline {
    font-size: 1.8em;
}

.confirmation-partpayment {
    width: 60%;
    margin: 0 auto;
}

#thanksOrdering .headline,
#thanksReservation .headline {
    font-weight: bold;
}

#thanksOrdering .headline.msg,
#thanksReservation .headline.msg {
    font-size: 1.4em;
    font-weight: bold;
}

#thanksOrdering p.paragraph,
#thanksReservation p.paragraph {
    text-align: center;
}

.resumptionButtonWrapper svg {
    width: 61px;
    height: 65px;
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
}

#hospitalityReceiptModal .textarea {
    margin-bottom: 15px;
    position: relative;
}

#hospitalityReceiptModal .canvasHeadline {
    color: #333;
    font-weight: 500;
}

#hospitalityReceiptModal .signatureCanvasWrapper {
    display: block;
    border: 1px solid #c0c0c0;
    background: white;
    overflow: hidden;
    max-width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 500px) {
    #resumptionSectionCalendarEntry,
    #resumptionSectionGoogleCalendarEntry {
        padding: 0;
        border: none;
        text-align: center;
    }

    .resumptionButtonWrapper {
        text-align: center;
    }

    .resumptionButtonWrapper svg {
        float: none;
    }
}

/* ---------------GNCARD STEP --------------------- */


.outstanding,
.balance {
    text-align: center;
    margin-bottom: 10px;
}

.outstandingTitle,
#chargeText {
    text-align: center;
}

.gncardCharge .balance.red,
.gncardCharge .balanceTitle.red {
    color: red;
}

.balanceTitle {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

#gncard_request_pin-msg,
#gncard-msg {
    color: red;
}

.wrapperChargeAmount {
    text-align: right;
}

#gncardPayment {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#gncardPayment.formFields .field.textfield {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
    margin-right: 10px;
}

#gncardPayment.formFields .field.password {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

#gncardForm .field.number {
    margin-bottom: 10px;
}

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

    #gncardPayment {
        flex-direction: column;
    }

    #gncardPayment.formFields .field.password,
    #gncardPayment.formFields .field.textfield {
        width: 100%;
    }

    #requestpinwrapper {
        text-align: center;
        margin-top: 5px;
    }

    #gncardPayment.formFields .password .passwordInput,
    #gncardPayment.formFields .textfield .textInput {
        width: 100%;
    }
}

/* --------- Path-Selection ------------------ */

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

/*IE11 Hack*/
_:-ms-fullscreen, :root .IE-FlexAuto {
    flex-basis: 32%;
}

.pathSelectionBoxWraper {
    padding: 15px;
    border-radius: 10px;
}

.flex-item .pathTitle {
    font-weight: bold;
    font-size: 1.2em;
    min-height: 48px;
}

.flex-item .buttonIcon {
    margin-bottom: 3px;
}

.flex-item .pathDescription {
    font-size: 0.9em;
}

#reservationPath.flex-item.disabled,
#reservationPath.flex-item.disabled > .pathSelectionBoxWraper,
#reservationButton.flex-item.disabled,
#reservationButton.flex-item.disabled a {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.buttonIcon svg {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 500px) {
    .flex-item {
        width: 100%;
        padding: 8px 10px 0;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .pathSelectionBoxWraper {
        width: 100%;
    }

    .pathSelectionBoxWraper .pathTitle {
        text-align: left;
    }

    #buttons_to_widget .bubble.emptyBox .pathSelectionBoxWraper .pathTitle {
        text-align: center;
    }

    .flex-item .pathTitle,
    .flex-item .buttonIcon {
        display: table-cell;
        vertical-align: middle;
        min-height: 0;
    }

    .flex-item .buttonIcon {
        padding-right: 10px;
    }

    .buttonIcon svg {
        width: 40px;
        height: 40px;
    }

    .buttonIcon .cls-1 {
        stroke-width: 3px;
    }


    ul > li.right > .textInput textarea:focus ~ label,
    ul > li.right > .passwordInput input:focus ~ label,
    ul > li.right > .textInput input:focus ~ label,
    ul > li.right > .textareaInput textarea:focus ~ label,
    ul > li.right > .textInput textarea:not(:placeholder-shown) ~ label,
    ul > li.right > .passwordInput input:not(:placeholder-shown) ~ label,
    ul > li.right > .textInput input:not(:placeholder-shown) ~ label,
    ul > li.right > .textareaInput textarea:not(:placeholder-shown) ~ label {
        padding: 0 4px;
    }
}

/* ---------------Voucher--------------------- */

.textareaInput textarea {
    width: 100%;
    padding: 12px 18px;
    resize: none;
    background: transparent;
    /*border: 1px solid #c0c0c0;*/
}

.gncardCharge .balance,
#gncardChargePrepared .chargeAmount,
#gncardChargePrepared .currency,
#voucherPrepared .currency,
#voucherPrepared .chargeAmount {
    font-size: 3em;
    font-weight: bold;
}

.sublable,
#rchars,
#linebreaks {
    font-size: 0.9em;
}

.confirmVoucherSummary {
    padding: 20px 10%;
    background-color: #e0e0e0;
}

.confirmVoucherSummary span {
    width: 30%;
    display: inline-block;
}

.confirmVoucherSummary .voucherFrom span.value,
.confirmVoucherSummary .voucherFor span.value,
.confirmVoucherSummary .voucherMessage {
    width: 70%;
}

.confirmVoucherSummary .voucherFrom,
.confirmVoucherSummary .voucherFor,
.confirmVoucherSummary .messageTitle,
.confirmVoucherSummary .voucherMessage {
    font-size: 1.2em;
    font-weight: bold;
}

#voucherForm #smartselectbox-availablePayment.accordion.list {
    float: left;
}

.confirmVoucherSummary .messageTitle {
    vertical-align: top;
}

/* ---------------THANKS CHARGE--------------------- */

#voucherDownload,
#voucherPreview {
    cursor: pointer;
    text-align: center;
}

#voucherPreview img {
    max-width: 100%;
    background: #fff;
    margin-top: 10px;
}

/* ---------------Widget im IFRAME--------------------- */
.iframe {
    background-color: transparent !important;
}

.iframe.fixedButton {
    background: #dadada;
}

.iframe .headline.redundant,
.iframe #section-top {
    display: none;
}

.iframe .accordion .content {
    margin: 0;
}

.iframe .accordion .accordionContent.collapsed {
    display: none;
}

/* override above rule when in button-mode */
.iframe .accordion.buttons .accordionContent {
    position: inherit;
    background-color: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    padding: inherit;
    font-size: inherit;
    width: inherit;
    z-index: inherit;
}

.iframe .accordion.buttons .accordionContent.collapsed {
    display: inherit;
}

.iframe .accordion .accordionContent .content.list {
    overflow-y: auto;
    max-height: 200px;
}

.iframe #book-reservation {
    padding: 0;
}

/* ---------------Payment Selection--------------------- */

#paymentSelection .paymentSelection ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#paymentSelection .paymentSelection li {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 5px;
    margin-right: 0;
    list-style: none;
    margin-bottom: 10px;
}

#paymentSelection .paymentSelection input {
    cursor: pointer;
}

.alternatives.paymentSelection li > div {
    display: flex;
    align-items: center;
    height: auto;
}

.alternatives.paymentSelection li > div > div {
    flex: 1;
    font-size: 0.9em;
}

.alternatives.paymentSelection li > div > div.left {
    padding: 5px 20px 5px 0;
    flex: 0.4;
    max-width: 80px;
}

.alternatives.paymentSelection li div img {
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.alternatives input[type="radio"] + label:hover + div img,
.alternatives input[type="radio"]:checked + label + div img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.alternatives.paymentSelection li:hover div img {
    /*-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}



/* ---------------ENDE Widget im IFRAME--------------------- */
@media only screen and (max-width: 900px) {
    .customerForm .personaldata > li {
        width: 100%;
        padding: 0;
    }

    .formFields .field .label {
        width: 100%;
        padding-right: 0;
        height: 25px;
        float: none;
    }

    .formFields .combobox .accordion,
    .formFields .textfield .textInput,
    .formFields .password .passwordInput,
    .formFields .xdatetime .picker {
        width: 100%;
    }

    #box-offers span.reservation.available,
    #box-offers span.event.available {
        border: none;
        padding-left: 0;
    }

    #box-offers span .offer-head p.offer-headline {
        padding-right: 0;
    }

    #box-offers span .offer-head p.offer-date {
        padding-right: 0;
        margin-bottom: 5px;
    }

    #box-offers span.available .button-book,
    #box-offers span.not-available .button-book {
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

    .confirmation-partpayment {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 0.9em;
    }

    .header {
        width: 100%;
    }

    .header .back:not([style*="display: table-cell"]) ~ .path-title {
        padding-right: 0;
    }

    #confirmPayment .fa-money::before {
        line-height: 42px;
    }

    #container {
        margin-top: 0;
    }

    .inner-container-slidebox {
        display: block;
    }

    #section-top nav {
        overflow: hidden;
    }

    #section-left,
    #section-right {
        display: block;
        float: left;
        width: 100%;
    }

    #section-line {
        display: none;
    }

    #section-left {
        padding: 0;
    }

    #section-right {
        margin-top: 10px;
        clear: left;
    }

    #section-full {
        width: 100%;
        margin: 0;
    }

    .customerForm .first-child,
    .customerForm .last-child {
        width: 50%;
        float: left;
    }

    .customerForm .first-child {
        padding-right: 2.5px;
    }

    .customerForm .last-child {
        padding-left: 2.5px;
    }

    .formFields .field .label {
        width: 50%;
        padding-right: 10px;
        height: 35px;
        float: left;
    }

    .alternatives li:last-of-type {
        margin-bottom: 0;
    }

    .paymentSelection li label {
        max-height: 54px;
    }

    .alternatives .desired {
        float: none;
        width: auto;
    }

    #foodcategory {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #foodcategory li:nth-child(odd) {
        margin-right: 0;
    }

    #foodcategory li:nth-child(even) {
        margin-left: 0;
    }

    /* fix for filling space if there are only 2 items */
    #foodcategory li:first-child:nth-last-child(2),
    #foodcategory li:first-child:nth-last-child(2) ~ li {
        float: none;
        margin-bottom: 10px;
    }

    .logo {
        display: none;
    }

    /* iFrame */
    .iframe {
        font-size: 0.9em;
    }

    .iframe #person-container.stretch {
        width: 100%;
    }

    .iframe #calendar-bubble {
        clear: both;
    }

    .iframe .bubble {
        padding: 10px;
    }

    .iframe div.step_date .bubble,
    .iframe div.step_customer .bubble {
        padding: 5px;
    }

    .iframe .button::before {
        font-size: 15px !important;
    }

    .iframe #area,
    .iframe #persons .center,
    .iframe #calendar .header {
        height: 30px;
    }

    .iframe #persons .center,
    .iframe #calendar p {
        line-height: 30px;
    }

    .iframe .button.decrement,
    .iframe .button.increment {
        width: 30px;
        height: 25px;
    }

    .iframe #persons .center,
    .iframe #calendar .center {
        margin: 0 33px;
    }

    .iframe #persons .wrapper {
        width: 70px;
    }

    .iframe #persons .wrapper p {
        padding-left: 15px;
        line-height: 30px;
    }

    .iframe #calendar header p {
        line-height: 30px;
    }

    .iframe #box-offers {
        padding-top: 10px !important;
    }

    .iframe #regular button,
    .iframe #regular button.continue,
    .iframe #regular .btn.btn-cancel {
        min-height: 30px;
    }

    .iframe #regular .btn.btn-cancel {
        line-height: 18px;
    }

    #recipeInfoModal .recipe-image {
        width: 100%;
    }

    #recipeInfoModal .recipe-description {
        width: 100%;
        margin-left: 0;
    }

    #section-right .hide-mobile {
        display: none;
    }

    .confirmation-partpayment {
        width: 60%;
    }

    /* ---------------BASKET MOBILE---------------- */

    .basketitem.mobil {
        margin-bottom: 10px;
        padding-bottom: 12px;
        min-height: 40px;
        font-size: 1.5em;
        border-bottom: 1px solid #c0c0c0;
    }

    .baskettable .tablerow {
        margin-bottom: 0;
    }

    .baskettable .anzahl {
        font-size: 0.9em;
        float: left;
    }

    .basketitem input:not(.positionanzahl){
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .basketitem label {
        position: relative;
        display: block;
        padding: 0;
        font-weight: bold;
        line-height: 1em;
        cursor: pointer;
    }

    .tab-content {
        clear: both;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s;
        -o-transition: max-height 0.35s;
        transition: max-height 0.35s;
    }

    .basketitem input:checked ~ .tab-content {
        max-height: inherit;
    }

    .basketitem.mobil .description {
        font-size: 0.9em;
        float: left;
        width: 65%;
    }

    .basketitem.mobil .positionprice {
        font-size: 0.7em;
        margin-top: 4px;
    }

    .basketitem.mobil .positiondescription {
        font-size: 0.7em;
        padding: 0;
        width: 56%;
    }

    .basketitem.mobil .positiontotalprice {
        font-size: 0.8em;
        font-weight: normal;
        width: 23%;
    }

    .basketitem.mobil .basketnavi {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .baskettotal .tablerow.doubleline {
        display: none;
    }

    .baskettotal {
        font-size: 1.5em;
    }

    .optionButton {
        clear: both;
        font-size: 0.9em;
        padding-top: 5px;
        text-align: left;
    }

    .basketitem.mobil input[type=checkbox]:checked ~ label .optionButton svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .optionBarMobile {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top: 5px;
    }

    .optionBarMobile .optionButton {
        padding: 0;
    }

    .optionBarMobile .editbasket {
        font-size: 0.9em;
        font-weight: normal;
    }

    /* ---------------SUGGESTION MOBILE---------------- */

    .suggestionwrapper {
        margin-top: 20px;
    }

    .suggestionwrapper ul {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .suggestion.alternatives li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* ---------------Detail Box---------------- */
    #detailbox-container {
        margin: 0 10%;
        width: 80%;
    }

    .basket-full {
        width: 100%;
    }

    /* --- Voucher Confirmation --- */
    .confirmVoucherSummary .voucherMessage {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .confirmation-partpayment {
        width: 80%;
    }
}



@media only screen and (max-width: 500px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    #box-offers,
    .fixedButton #box-offers {
        padding-left: 5px;
        padding-right: 5px;
    }

    .legal-links {
        margin-top: 0;
        padding-top: 10px;
    }

    .header .wrapper.middle {
        float: left;
    }

    .header #login,
    .header #language {
        margin-left: 10px;
    }

    #body {
        padding: 10px 0 0 !important;
    }

    .fixedButton #section-bottom {
        margin-left: 0;
    }

    #body #box-offers,
    .fixedButton #body #box-offers {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    #box-offers #regular .button.continue {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #box-offers span.available .button-book,
    #box-offers span.not-available .button-book {
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

    #box-offers span.reservation.available,
    #box-offers span.event.available {
        border: none;
        padding-left: 0;
    }

    #box-offers span.available .button-book,
    #box-offers span.not-available .button-book {
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }

    .customerForm .personaldata > li {
        width: 100% !important;
        padding: 0 !important;
    }

    .formFields .field .label {
        width: 100%;
        padding-right: 0;
        height: 25px;
    }

    .formFields .combobox .accordion,
    .formFields .textfield .textInput,
    .formFields .password .passwordInput,
    .formFields .xdatetime .picker {
        width: 100%;
    }

    .customerForm input[disabled] {
        opacity: 0.7;
    }

    #regular button.shopmobilebutton {
        display: block;
        font-weight: bold;
        text-align: left;
        padding: 0 10px;
    }

    .iframe {
        font-size: 0.8em;
    }

    #resumptionSectionCalendarEntry,
    #resumptionSectionGoogleCalendarEntry {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    #resumptionSectionCalendarEntry {
        margin-bottom: 10px;
    }

    /* BUTTON */
    #regular .button.continue:not(.disabled),
    #regular .button.continue:not(.alert),
    #regular .button.continue {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .confirmation-partpayment {
        width: 100%;
    }

    /* ---------------GNCARD STEP --------------------- */

    .gncardCharge div {
        font-size: 1.5em;
    }

    #gncardChargePrepared .bubble {
        padding: 10px 15px;
    }

    /* ---------------Basket ---------------------

    #localbasketHeader {
        display: none !important;
    }
    */

    /* ---------------Payselection --------------------- */

    #paymentSelection .paymentSelection li {
        width: 100%;
    }

    /* ---------------Detail Box---------------- */
    .detailbox-full {
        width: 100%;
    }

    #detailbox-container {
        margin: 0;
        width: 100%;
    }

    /* ---------------Reservation---------------- */
    .back {
        vertical-align: top;
    }

}

@media only screen and (min-width: 769px)and (max-width: 800px) {
    #booking-details .wrapper ul li p {
        margin-left: 3px;
    }
}

@media only screen and (min-width: 501px)and (max-width: 541px) {
    #container.iframe .accordion.list .content li {
        background-color: #eee;
        height: 28px;
    }

    #container.iframe #calendar header p {
        line-height: 28px;
    }

    #recipeInfoModal .recipe-image {
        width: 100%;
    }

    #recipeInfoModal .recipe-description {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .iframe #person-container #persons p {
        display: none;
    }

    .iframe #persons .center input[type=text][style] {
        padding-right: 0 !important;
    }

    #recipeInfoModal .recipe-image {
        width: 100%;
    }

    #recipeInfoModal .recipe-description {
        width: 100%;
        margin-left: 0;
    }
}

#buttons_to_widget .flex-item {
    cursor: auto;
    padding-left: 0;
    padding-right: 0;
}

#buttons_to_widget .flex-item:first-of-type {
    padding-top: 0;
}

.gotoButton #body,
.gotoButton .header {
    display: none !important;
}

.gotoButton #buttons_to_widget {
    display: block;
}

.iframe.fixedButton.gotoButton {
    background: transparent !important;
}

/* goto-reservation-button Version */
@media only screen and (max-width: 299px) {
    .iframe #body {
        display: none !important;
    }

    .iframe #buttons_to_widget {
        display: block;
    }

    .iframe.fixedButton {
        background: transparent !important;
    }
}

/* STEP NAVI */
.cd-breadcrumb {
    display: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb {
        padding: 0.5em 1em;
        background-color: #edeff0;
        display: block;
        width: 100%;
        height: 40px;
    }

    .cd-breadcrumb::after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-breadcrumb li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

    .cd-breadcrumb li::after {
        /* this is the separator between items */
        display: inline-block;
        content: '\00bb';
        margin: 0 0.6em;
        color: #fff;
    }

    .cd-breadcrumb li:last-of-type::after {
        /* hide separator after the last item */
        display: none;
    }

    .cd-breadcrumb li > * {
        /* single step */
        font-size: 0.8em;
        display: inline-block;
        color: #2c3f4c;
    }

    .cd-breadcrumb li.current > * {
        /* selected step */
        color: #96c03d;
    }

    .cd-breadcrumb .long {
        display: none;
    }

    .cd-breadcrumb {
        padding: 0 1.2em;
    }

    .cd-breadcrumb li {
        margin: 1.2em 0;
    }

    .cd-breadcrumb li::after {
        margin: 0 1em;
    }

    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: #fff !important;
        padding: 0;
        float: left;
        overflow: hidden;
    }

    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 0 4px 0 0;
        width: 80px;
        display: table;
    }

    .cd-breadcrumb.triangle li.current {
        width: 20%;
    }

    .cd-breadcrumb.triangle li:last-of-type,
    .cd-breadcrump.triangle .tailing {
        margin-right: -10px;
    }

    .cd-breadcrumb.triangle li > * {
        position: relative;
        padding: 5px 0 5px 10px;
        color: #2c3f4c;
        background-color: #edeff0;
        border-color: #edeff0;
        width: 100%;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }

    .cd-breadcrumb.triangle li.lead > *,
    .cd-breadcrumb.triangle li.lead {
        background-color: #fff !important;
        border-color: #fff !important;
        width: 0;
    }

    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
        /*
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
        */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 0;
        width: 0;
        border: 20px solid transparent;
        border-right-width: 0;
        border-left-width: 12px;
    }

    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .cd-breadcrumb.triangle li > *::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }

    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }

    .cd-breadcrumb.triangle.custom-icons li::after,
    .cd-breadcrumb.triangle.custom-icons li > *::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
            /* fix a bug on Firefix - tooth edge on css triangle */
            border-left-style: dashed;
        }
    }

    .cd-breadcrumb .long {
        display: none;
    }
}

@media only screen and (min-width: 820px) {
    .cd-breadcrumb .long {
        display: block;
    }

    .cd-breadcrumb .short {
        display: none;
    }
}

#reservation_event_error_message {
    text-align: center;
    width: 100%;
}
