html, body  { color:#444; }
.container {
    max-width:1200px;
    margin:0 auto;
}

.intro {
    background-size: cover !important;
    position:relative;
    z-index: 0;
    min-height:600px;
}
.intro .container > div {
    color:#fff8e3;
    min-height:600px;
    width: 100%;
}

.premium {
    background: #f9efd0;
}

.navbar .icon-wrapper {
    position: relative;
}

.navbar .badge {
    position: absolute;
    right: -10px;
    top: -4px;
    padding-right: .5em;
    padding-left: .5em;
}
.notify {
    position: relative;
    margin-top: -30px;
}
.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #db151e;
    position: absolute;
    right: -4px;
    top: -0px;
}
.notify .heartbit {
    position: absolute;
    top: -9px;
    right: -13px;
    height: 24px;
    width: 24px;
    z-index: 10;
    border: 5px solid #db151e;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes heartbit{0%{-moz-transform:scale(0);opacity:0}
    25%{-moz-transform:scale(.1);opacity:.2}
    50%{-moz-transform:scale(.5);opacity:.5}
    75%{-moz-transform:scale(.8);opacity:.8}
    100%{-moz-transform:scale(1);opacity:0}
}
@-webkit-keyframes heartbit{0%{-webkit-transform:scale(0);opacity:0}
    25%{-webkit-transform:scale(.1);opacity:.2}
    50%{-webkit-transform:scale(.5);opacity:.5}
    75%{-webkit-transform:scale(.8);opacity:.8}
    100%{-webkit-transform:scale(1);opacity:0}
}
.icon-wrapper .dropdown-item {
    min-width:250px;
    white-space: normal;
    padding: .25rem .75rem;
    border-top:1px solid #ddd;
}
.icon-wrapper .dropdown-item:first-child {
    border-top:none;
}
.icon-wrapper .dropdown-item a {
    display:block;
    color:#333;
}
.icon-wrapper .dropdown-item img {
    margin-right:10px;
}

#form-chatmessage .emojionearea .emojionearea-button {
    right: 55px;
    top: 16px;
}

#form-chatmessage .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -275px !important;
    right: 35px;
}
@media (max-width: 768px) {
    .intro, .intro .container > div { min-height:0px; }
    .home-header-image { display:block !important; }
    .intro.home { background:transparent; margin-top:-15px; }
    .intro.e404 { background:#333 url('../images/404-s.jpg') center center; }
}
@media (min-width: 768px) {
    .intro, .intro .container > div { min-height:400px; }
    .intro.home { background:#333 url('../images/header/date-m.jpg') center center; }
    .intro.e404 { background:#333 url('../images/404-m.jpg') center center; }
}
@media (min-width: 992px) {
    .intro, .intro .container > div { min-height:600px; }
    .intro.home { background:#333 url('../images/header/date-l.jpg') center center; }
    .intro.e404 { background:#333 url('../images/404-l.jpg') center center; }
}

.btn-light {
    border-color: #aaa !important;
    border-width:1px !important;
}

.btn-light.active {
    background:#f4bec0 !important;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .material-icons {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .material-icons  { left:  0px;}
.right-addon .material-icons { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

a:hover {
    text-decoration: none;
}

.red {
    color:#db151e;
}

.dred {
    color:#b10b12;
}

#header-image {
    height:600px;
    margin-bottom:30px;
}

#content {
    margin-bottom:30px;
    min-height:60vh;
}

h1 {
    margin-bottom:15px;
}

h1, h2, h3, h4 {
    font-family: "Calistoga";
}

.restaurant-image {
    min-height:150px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.date-btn-details {
    position: absolute;
    bottom:15px;
    right:15px;
}

.date-image {
    width:180px;
    float:left;
    margin-right:15px;
}
@media (max-width: 576px) { /* < 544 */
    .date-image {
        width:100%;
        float:none;
        margin-right:0;
    }

    .restaurant-image {
        min-height: calc(100vw * 0.5);
    }
}


.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5 {
    margin-bottom: 0;
}

.card.raised, .noborder {border:none; }
.card-body.bg-light { background:#fff !important;}

.cart-plus-minus {
    border:1px solid #bbb;
    border-radius:4px;
    width: 90px !important;
}
.cart-plus-minus input {
    border:none;
    background:#fff;
    font-size: 14px !important;
    height:28px !important;
}

#home-title {
    padding-top:100px;
}

#b2b-home-slider #home-title {
    padding-top:0;
    padding-left:0;

}

#home-title h2 {
    text-align:center;
    color:#fff;
    text-shadow:0px 0px 2px #000, 0px 0px 10px #000;
    font-size:3em;
}
@media (max-width: 768px) { /* < 544 */
    #home-title h2 {
        text-shadow:0px 0px 2px #000, 0px 0px 7px #000;
        font-size:2em;
    }
}
@media (max-width: 576px) { /* < 544 */
    #home-title {
        padding:50px 0;
    }
    #home-title h2 {
        text-align:center;
        color:#fff;
        text-shadow:0px 0px 2px #000, 0px 0px 7px #000;
        font-size:1.6em;
    }
}

#profile {
    padding: 0;
    background:#fff;
    top: 0;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#profile .logo {
    position: absolute;
    top: 0px;
    left:15px;
    height: 50px;
}

#profile .dropdown-wrapper {
    display: inline-block;
    position: relative;
}

#profile .dropdown-wrapper a {
    padding: 15px 0 20px 20px;
    display: inline-block;
    text-align:right;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#sidebar .nav-shop a {
    color: #444;
    font-size: 1.1em;
    padding: 15px 10px;
    white-space: nowrap;
}


.top-icon {
    margin-left:10px;
    cursor: pointer;
    text-decoration: none !important;
}

.top-icon .md-24 {
    margin-top:4px;
}

.navbar { 
    padding:0.25rem 0;
    background:#fff
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}
.avatar img {
    border-radius: 50%;
    width:100%;
    height:100%;
}

.avatar.large {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}
.avatar.large img {
    border-radius: 5px;
}

.avatar.small {
    width: 36px;
    height: 36px;
}

.pointer {
    cursor:pointer;
}

.bootstrap-select {
    background: transparent !important;
}

.bootstrap-select .btn-light {
    border: 1px solid rgba(11, 160, 218, 0.5);
    background:#fff;
}
.input-group .bootstrap-select.form-control {
    background:transparent !important;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: 50px !important;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #000;
    background-color: #db151e !important;
    border-color: #db151e !important;
}
.custom-control-input.disabled:checked~.custom-control-label::before {
    color: #000;
    background-color: #888 !important;
    border-color: #db151e !important;
}
.custom-control-input.disabled:checked~.custom-control-label::after {
    background-color:#bbb;
}
.nav-pills .nav-link {
    border-radius: .25rem 0.25rem 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #db151e;
}
.list-group-item {
    color:#000;
}

.list-group-item.active {
    color: #000;
    background:#fafafa;
    border-color: rgba(0,0,0,.125);
    font-weight:bold;
}

.list-group-item.btn-outline-danger {
    color: #db151e;
    border-width:1px !important;
}
.list-group-item.btn-outline-danger:hover {
    color: #fff;
}

.border-dark {
    border-color: #222!important;
}

.bg-light {
    color: #343a40 !important;
}
.bg-dark {
    background:#161616 !important;
}

img.joypixels {
    width:24px;
    margin-top:-6px;
}
.sidebar-sticky{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 15px;
}

h1, .h1 {
    font-size:2em;
}

h2 { font-size:1.5em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }


.footer {
    width: 100%;
    padding: 50px 0;
    color:rgba(255,255,255,0.9);
    background: #7b0006;
}
.footer a { color:#eac395; }
.footer a:hover { color:#fff; }

.footer h2,
.footer h3,
.footer h4 {
    color:#fff;
}

.footerlinks {
    padding:0;
    list-style-type: none;
}

.footerlinks a {
    display:block;
    padding: 5px 0;
}

.footer1 {
    background: #1f424f;
    padding: 0;
}
.footer1 .material-icons {
    line-height:0.8;
}
.footer1 a {
    color:#fff !important;
    font-size:1.5em;
}
@media (max-width: 576px) {
    #footer {
        padding-top:66px;
        margin-top:-66px;
    }
    .footer1 .col-sm-6 {
        border-bottom:1px solid #3d5b67;
        text-align: center;
    }
}
.footer2 {
    background: #47646f;
    padding: 0;
    display:flex;
    align-items: center;
}
.footer2 span {
    font-size:1.8em;
}
.footer2 .form-control {
    background: #fff !important;
    border: 2px solid #0a9eda !important;
    font-size: 1.2em !important;
    padding:23px 15px !important;
    border-radius: 50px !important;
}
.footer2 .btn {
    color: #db151e;
    background-color: #ffffff;
}
.footer2 .btn:hover {
    color: #ffffff;
    background-color: #db151e;
}
.footer1 .row > div,
.footer2 .row > div {
    align-items: center;
    display: flex;
}

.bs {
    display: none;
}

hr {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin: 1rem 0;
}

body {
    font-size: 1rem;
    background: #ECECEC;
    color: #444;
    font-family: 'Roboto Condensed', 'Helvetica', sans-serif;
    margin: 60px 0 0;
    transition: background 0.5s linear;
    width:100%;
    overflow-x:hidden;
}

.card {
    background: #fff;
}

.fullwidth {
    width: 100%;
    padding: 0 15px;
}

.no-arrow::after { display:none; }
.dropdown-toggle {
    cursor: pointer;
}

a {
    color: #db151e;
}

a:hover {
    color: #900b11;
}

#profile a,
#shopnav a {
    color:#444;
}

#profile a {
    font-size: 0.9rem;
}

#profile a:hover,
#shopnav a:hover,
#shopnav .active a {
    color:#db151e;
}

.navbar-toggler {
    padding: .25rem 0rem;
}
.cartcountwrapper { font-size:13px; }
a.cart-topmenu,
#cart-topmenu,
.green {
    color:#79ba1d !important;
}
.card {
    color:#444;
}
.card-footer {
    background:transparent;
}
.text-secondary {
    font-size: 0.9rem;
}

.raised {
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.7);
}

.raised2 {
    box-shadow: 0 3px 6px -2px rgba(0,0,0,0.8);
}

.raised3 {
    box-shadow: 0 7px 30px -3px rgba(0,0,0,0.9);
}

.btn.raised:hover,
.btn.raised2:hover {
        box-shadow: none !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .10rem .25rem;
    line-height: 1.3;
    border-radius: 50px;
}

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

.form-control {
    border-color: #aaa;
}

.form-control:focus {
    background: #fff;
    color:#000;
    border-color: #222;
    box-shadow: none !important;
}

.navbar-white {
    background:#fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(219, 21, 30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.btn {
    min-width: 1.2rem;
    white-space: nowrap;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .5rem .5rem;
    font-size: .675rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-outline-success,
.btn-outline-info,
.btn-outline-primary,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-light,
.btn-outline-default,
.btn-outline-dark {
    border-width: 3px;
}

.fixed-bottom .btn {
    border-radius: 0 !important;
    border-left: 1px solid #fff2 !important;
    border-right: 1px solid #000a !important;
    text-transform: none;
    background: #20303e;
    margin-left: 0 !important;
}

.fixed-bottom .btn:first-child {
    border-left: 0 !important;
}

.fixed-bottom .btn:last-child {
    border-right: 0 !important;
}

.fixed-bottom .btn i {
    margin-bottom: 5px;
}

.btn-bordered {
    border: 1px solid #ccc;
}

.alert {
    /* position: absolute; */
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0;
    z-index: 1;
}

.alert .container {
    position: relative;
}
.alert .close {
    position: absolute;
    top: 0;
    right: 30px;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.nav-pills.nav-fill {
    margin: 0 auto 30px;
    background:#fff;
    border-bottom:3px solid #db151e;
}

.hidden {
    display: none;
}

.flashalert {
    position: fixed;
    width: 100vw;
    z-index: 2;
}

/** MODAL LEFT / RIGHT **/

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.popover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.7)
}

.popover-header {
    color: #000b;
    background: #f4f4d0;
}

.popover-body {
    color: #000b;
    background: #f8f8ed;
}

.modal-content {
    border-radius: 1rem;
}
.modal-header {
    border-top-left-radius: 0.87rem;
    border-top-right-radius: 0.87rem;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    right: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    margin-top: 0;
    border-radius: 0;
    border: 0;
}

.modal.left .modal-header,
.modal.right .modal-header {
    background: #20303322;
    box-shadow: 0 0 1px 3px #0008;
    border-radius: 0;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.tracker-card {
    border: 0;
}

.btn-group {
    margin: 0;
}

.btn-group .btn {
    margin: 0;
}

.fixed-top .navbar-brand,
.fixed-bottom .btn {
    color: #fff !important;
}

.subproject:last-child {
    margin-bottom: 0 !important;
}

input::placeholder,
div::placeholder,
textarea::placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
}

input::-webkit-input-placeholder,
div::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
}

input::-moz-placeholder,
div::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
}

input::-ms-input-placeholder,
div::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
}

input::-moz-placeholder,
div::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
}

.input-group-text {
    background:none;
    border-radius:0;
    border-width: 0;
    font-weight:bold;
}

.columns {
    column-width: 500px;
    column-gap: 2em;
}
/** ENDE MODAL LEFT / RIGHT **/

@media (max-width: 576px) { /* < 544 */
    html {
        font-size: 18px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .hidden-xs {
        display: none;
    }
    .modal.right .modal-dialog {
        width: 100% !important;
    }
    body,
    .btn,
    .form-control {
        font-size: 0.8rem;
    }
    nav .container {
        padding: 0;
    }
    .nav { display:block; text-align:left; }
    #content { 
        padding:0px !important; 
    }
    #shopnav {
        top: 0px;
        padding-bottom:0;
    }
    body { margin-top:57px; }
    #sidebar .nav-shop a { padding: 10px 5px; }
    .navbar { padding:0.1rem 1rem; }
    .navbar-toggler-sm { padding: .35rem .35rem; }
}

@media (min-width: 576px) { /* 544 */
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .only-xs { display:none; }
    .nav { display:flex; text-align:center; }
    #sidebar .nav-shop a {
        font-size: 1em;
        padding: 15px 8px 0;
    }
    .visible-xs {
        display:none;
    }
}

@media (min-width: 576px) AND (max-width: 768px) { /* 544 - 768 */
    .visible-sm {
        display: none;
    }
}


@media (min-width: 768px) { /* 768 */
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) { /* 992 */
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    #sidebar .nav-shop a {
        font-size: 1em;
        padding: 15px 8px 0;
    }
    #profile .logo {
        left:0;
        height: 80px;
    }
    .nav-main {
        margin-left: 200px;
    }
}

@media (min-width: 1200px) { /* 1200 */
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
