:root {
    --blue: #0C1E33;
    --green: #B4D9D7;
    --gold: #CA9B5E;
}

.only-print {
    display: none !important;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }

    .only-print,
    .only-print * {
        display: initial !important;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: 'REM', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

*,
html {
    scroll-behavior: smooth !important;
}

::selection {
    background: #CA9B5E;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #CA9B5E;
    /* Gecko Browsers */
    color: #fff;
}


textarea:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn:focus {
    border-color: rgba(202, 155, 94, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(202, 155, 94, 0.6);
    outline: none !important;
}

div:focus {
    outline: none !important;
}

a {
    transition: all 0.25s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear {
    clear: both;
}

.mc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: var(--green);
    color: #fff;
    border: 1px solid var(--green);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.btn-warning {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: var(--green);
    border-color: var(--green);
}

/* NAV */

.navbar {
    transition: all 0.25s;
    background: transparent;
}

header .navbar .navbar-brand {
    width: 150px;
    text-align: center !important;
}

header .navbar .navbar-brand svg {
    transition: all 0.25s;
}

.navbarScrolled {
    background: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
}

header .navbarScrolled .navbar-brand svg {
    width: 80px;
    height: 80px;
}

header .navbarScrolled .navbar-brand svg path {
    fill: var(--green);
}

header .navbarScrolled .nav-link {
    color: var(--green);
}

.navbar-brand {
    margin-right: 0;
}

.navbar .navbar-nav {
    width: calc(50% - 75px);
}

.navbar .navbar-nav.ml-auto li {
    float: right !important;
}

.navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}


.navbar .basketsum {
    background: var(--green);
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 26px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    padding-top: 2px;
    border: 1px solid var(--green);
    font-size: 12px;
    line-height: 12px;
}

.navbarScrolled .basketsum {
    background: #fff;
    color: var(--green);
    border: 1px solid var(--green);
}

/* HOMEPAGE */

#kcHomepage {
    height: 900px;
}

#kcHomepage .layer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

#kcHomepage .layer p,
#kcHomepage .layer h1 {
    color: #fff;
}

#kcHomepage .move {
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -36px;
    color: #fff;
}

#kcHomepage .move a {
    color: #fff;
}

#kcHomepage .move .line {
    border-left: 1px solid #fff;
    height: 75px;
    width: 1px;
    margin: 0 auto;
}


/* FOOTER */

footer {
    background: var(--blue);
    border-radius: 160px 160px 0 0;
    padding: 80px 0;
    margin-top: -160px;
    z-index: 3;
}

footer h4 {
    color: var(--green);
    font-size: 16px;
    text-transform: uppercase;
}

footer p,
footer a,
footer li {
    color: #fff;
    font-size: 14px;
}

footer a:hover,
footer a:focus {
    color: var(--gold);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* HOMEPAGE */

.homepage-slider .swiper-slide {
    height: 830px;
}

.homepage-slider .swiper-slide .content {
    background: rgba(255, 255, 255, 0.9);
    padding: 100px;
    border-radius: 28px;
}


/* GALÉRIA */

#gallery {
    background: #fff;
    border-radius: 160px 160px 0 0;
    padding: 80px 0 300px;
    min-height: 900px;
    margin-top: -160px;
    z-index: 3;
}


/* CONTACT */

#contact {
    padding: 100px 0;
}


#contact h2 {
    margin-bottom: 50px;
}

#contact h3 {
    margin-bottom: 50px;
    font-weight: 700;
}


#contact p span {
    color: var(--gold);
}

#contact .form-control {
    border-radius: 10px;
    border: 1px solid var(--gold);
}

#contact .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

#contact .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000
}

#contact .form-control::placeholder {
    color: #000
}

/* SUBPAGEHEADER */

.subpageHeader {
    height: 300px !important;
}

.subpageHeader .layer.mc {
    align-items: flex-end;
    padding-bottom: 30px;
}

#staticcontent {
    padding: 100px 0 230px;
    background: #f1f1f1;
}

#staticcontent .content {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    z-index: 1 !important;
    min-height: 550px;
}

#staticcontent .selector .container .col-12 {
    padding: 0;
}

#staticcontent h1 {
    color: var(--gold);
    text-align: center;
    margin-bottom: 30px;
}

#staticcontent img {
    max-width: 100% !important;
    border-radius: 15px;
    margin: 20px 0;
}

#staticcontent p a,
#staticcontent li a {
    color: var(--gold);
    font-weight: bold;
}

#staticcontent p.date {
    color: var(--gold);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

#staticcontent ul {
    padding-left: 30px;
}

#staticcontent li {
    list-style: none;
    margin-bottom: 15px;
}

#staticcontent li:before {
    font-family: fontawesome;
    color: var(--gold);
    content: '\f058';
    position: absolute;
    margin-left: -30px;
    font-size: 25px;
}

#staticcontent .selector ul {
    padding: 0;
}

#staticcontent .selector li {
    margin-bottom: 0;
}

#staticcontent .selector li:before {
    content: none;
}

#staticcontent .selector .tab-content ul {
    padding-left: 25px;
}

#staticcontent .selector .tab-content li {
    color: #fff;
    line-height: 29px;
}

#staticcontent .selector .tab-content li:before {
    font-family: fontawesome;
    color: #fff;
    content: '\f058';
    position: absolute;
    margin-left: -30px;
    font-size: 25px;
}

#staticcontent .selector h2 {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}

#staticcontent .selector h3 {
    font-size: 25px;
    color: var(--gold);
    font-weight: 700;
}

#staticcontent #homepageservices .swiper-slide {
    height: auto !important;
}

#staticcontent img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: auto;
}


/* PROFILE */

#staticcontent .profile h3 {
    margin-top: 30px;
}

#staticcontent .profile label {
    font-weight: bold !important;
}

/* HOMEPAGE */

#kcHomepage {
    height: 900px;
}

#kcHomepage .layer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

#kcHomepage .layer p,
#kcHomepage .layer h1 {
    color: #fff;
}

#kcHomepage .move {
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -36px;
}

#kcHomepage .move .line {
    border-left: 1px solid #fff;
    height: 75px;
    width: 1px;
    margin: 0 auto;
}

/* MENÜ */

.newfoodlist {
    margin-top: 50px;
}

#foodlist {
    background: var(--green);
    border-radius: 160px 160px 0 0;
    padding: 80px 0 300px;
    min-height: 900px;
    margin-top: -160px;
    z-index: 2;

}

#foodlist h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 2px;
}

#foodlist .mr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#foodlist .ml {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#foodlist .fa-angle-left {
    margin-left: -5px;
}

#foodlist .fa-angle-right {
    margin-left: 5px;
}

#foodlist .btn-secondary {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    color: var(--gold);
    line-height: 1;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
}

#foodlist .newfoodlist .col {
    width: 12.5% !important;
    color: #fff;
    padding: 0 12px;
}

#foodlist .newfoodlist .col.headitem .inner {
    background: var(--gold);
    color: #fff;
    border-radius: 30px;
    font-size: 30px;
}

#foodlist .coloumnContainer .col {
    width: 100% !important;
}

#foodlist .newfoodlist .food .inner {
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 10px 10px 100px 10px;
    height: 100%;
    position: relative;
}

#foodlist .newfoodlist .food .inner p.name {
    margin: 0;
    color: var(--blue);
}

#foodlist .newfoodlist .food .inner ul.allergens {
    padding: 0;
    margin: 8px 0 20px;
    list-style: none;
}

#foodlist .newfoodlist .food .inner ul.allergens li {
    display: inline;
}

#foodlist .newfoodlist .food .inner ul.allergens li img{
    height: 25px !important;
    width: 25px !important;
    object-fit: cover;
    margin-bottom: 3px;
}

#foodlist .tooltip{
    background: var(--blue) !important;
}

#foodlist .newfoodlist .food .setinput {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 60px;
}

#foodlist .newfoodlist .food .setinput button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: transparent;
    display: block;
    transition: all 0.25s;
}

#foodlist .newfoodlist .food .setinput button img {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

#foodlist .newfoodlist .food .setinput input {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: transparent;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

#foodlist .newfoodlist .food .setinput button:hover {
    background: #fff;
    border-color: #fff;
}

#foodlist .newfoodlist .food .inner .btn-secondary {
    width: calc(100% - 20px);
    background: transparent;
    border: 1px solid var(--blue);
    transition: all 0.25s;
    border-radius: 30px;
    position: absolute;
    bottom: 10px;
}

#foodlist .newfoodlist .food .inner .btn-secondary:hover,
#foodlist .newfoodlist .food .inner .btn-secondary:focus {
    background: #fff;
    border-color: #fff;
}

#foodlist .coloumnContainer .menucatname {
    width: 100%;
}

#foodlist .coloumnContainer .menucatname .inner {
    background: var(--blue);
    color: #fff;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#foodlist .coloumnContainer .menucatname .inner p.price {
    margin: 10px 0 0 0;
    font-weight: bold;
}

#foodlist .newfoodlist .food.reserved .inner {
    background: rgba(255, 255, 255, 0.4);
}

#foodlist .newfoodlist .food.modified .inner {
    border-color: var(--gold);
    background: rgba(255, 0, 0, 0.1);
}

#foodlist .newfoodlist .food.modified .inner p.name {
    color: var(--gold);
}

#foodlist .newfoodlist .food.modified .inner .btn-secondary {
    color: var(--gold);
    border: 1px solid var(--gold);
}

/* MODALS */

.modal-body .btn-primary {
    margin-bottom: 20px;
}


.modal-body p a {
    color: var(--gold);
}

.modal-header {
    background: var(--gold);
    color: #fff;
    font-weight: bold;
}

.modal-header span {
    color: #fff;
    font-weight: bold;
}

.modal-footer a {
    color: var(--gold);
}

/* BASKET */

.basket h3 {
    width: 100%;
    background: var(--gold);
    color: #fff;
    text-align: left;
    padding: 15px;
}

.basket .daycol {
    margin-bottom: 30px;
}

.basket .name p {
    margin-bottom: 0;
}

.basket .price {
    font-weight: bold;
    margin-bottom: 0;
}

.basket .menuitem {
    height: 45px;
}

.midc {
    display: flex;
    align-items: center;
}

.basket .dayaddress {
    position: absolute;
    right: 22px;
    top: 8px;
    max-width: 75%;
}

.basket .dayaddress .form-control {
    background: #fff;
}

.basket .dayaddress .form-control option {
    font-size: 14px;
}

.sumdiv {
    font-size: 24px;
    font-weight: 800;
    color: var(--gold);
}

.balance {
    color: #D9A91A;
    font-weight: 800;
}

/* PROFILE */

.profildaycard .card-header {
    color: var(--gold);
    font-weight: 800;
    font-size: 24px;
}

.profildaycard .card-header .form,
.profildaycard .card-header .cardbuttons {
    position: absolute;
    right: 15px;
    margin-top: -37px;
}

.profildaycard .card-body .foodlistitem p {
    margin: 0;
}

.profildaycard .card-body .foodlistitem .deleteitem {
    color: var(--gold);
}

.profildaycard .card-body .foodlistitem .deleteitem.hidden {
    display: none;
}

.profildaycard .card-body .foodlistitem select.form-control {
    min-width: 180px;
}

.profildaycard .card-body .profilesumdiv p {
    margin-bottom: 0 !important;
    line-height: 20px;
}

/* EGYENLEG OLDAL */

.balancepage h2 {
    text-align: center;
    color: #D9A91A;
    margin-bottom: 15px;
}

#gallery {
    display: none;
}

@media (max-width: 767px) {
    .navbar {
        display: none;
    }

    #staticcontent .profile,
    #staticcontent .basket, 
    #staticcontent .balancepage {
        margin-bottom: 150px;
    }

    #kcHomepage {
        height: 100vh;
    }

    #kcHomepage .layer .text-center {
        margin-top: -110px;
    }

    .headerimg {
        margin-top: 60px;
    }

    footer {
        text-align: center;
        margin-top: -175px;
    }

    #foodlist h2 {
        font-size: 45px;
    }

    #foodlist .buttons {
        margin-bottom: 30px;
        padding: 0;
    }

    #foodlist .btn-primary {
        padding: 6px 8px;
        font-size: 10px;
    }

    #foodlist .menucatname h3 {
        margin-top: 30px;
    }

    #gallery,
    footer {
        border-radius: 40px 40px 0 0;
    }

    #prices,
    #staticcontent {
        padding: 50px 15px;
    }


    /* MOBIL FOOD LIST */

    .mobilfoodlist {
        padding: 0;
    }

    .mobilfoodlist .mobillisthead {
        background: var(--gold);
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
        padding: 8px;
        border-radius: 4px;
    }

    .mobilfoodlist .row {
        margin: 0 !important
    }

    .mobilfoodlist .mobilfooditem {
        background: #fff;
        margin-bottom: 5px;
        padding: 5px 0;
        border-radius: 4px;
    }

    .mobilfoodlist p.mobilfoodcat {
        margin: 0;
        font-weight: bold;
        font-size: 13px;
    }

    .mobilfoodlist p.mobilfoodprice {
        margin: 0;
        font-size: 13px;
    }

    .mobilfoodlist p.mobilfoodname {
        font-size: 13px;
        margin: 0;
    }

    .mobilfoodlist .number {
        position: relative !important;
        left: 0 !important;
        margin-left: 0 !important;
        bottom: 0 !important;
    }

    .mobilfoodlist .mobilfooditem .form-control {
        font-size: 13px;
        padding: 0 5px;

    }

    .basket .menuitem {
        height: auto;
        margin-bottom: 10px;
    }

    #sidebar ul li a {
        color: #FFF;
    }

    #sidebar .loginModalBtn {
        text-align: center;
        font-size: 15px;
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        text-align: center;
    }

    #sidebar .dropdown-item {
        color: var(--gold);
    }

    .foodlistitem .text-right {
        text-align: center !important;
    }

    .foodlistitem .mc {
        justify-content: flex-end !important;
    }

    #staticcontent .content {
        padding: 15px;
    }

    .balancepage h2 {
        font-size: 20px;
    }

    footer h3 {
        margin-top: 30px;
    }

    .basket .dayaddress .form-control {
        position: absolute;
        margin-top: -50px;
        width: calc(100vw - 60px);
        margin-left: calc(-100vw + 66px);
    }

    .basket .daycol {
        margin-top: 70px;
    }

    .myOrdersPage .btn-primary {
        padding: 6px 8px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .paydiv {
        padding-bottom: 180px;
    }

}


@media (max-width: 991px) {

    #foodlist {
        padding: 30px 0 100px;
        border-radius: 40px 40px 0 0;
    }

    #foodlist .container {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    #foodlist .newfoodlist {
        overflow-x: scroll;
        white-space: nowrap;
    }

    #foodlist .newfoodlist .row {
        display: block;
        float: none;
        height: fit-content;
        width: 100%;
        padding: 0 20px;
    }

    #foodlist .newfoodlist .col {
        display: inline-block;
        vertical-align: top;
        width: 150px !important;
        padding: 0 5px;
        height: 100%;
    }

    #foodlist .newfoodlist .food .inner {
        min-height: 100%;
    }

    #foodlist .newfoodlist .col .inner p {
        white-space: normal;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1366px) {
    .container {
        width: 960px;
    }

    p,
    li {
        font-size: 15px;
        line-height: 21px;
    }

    h1,
    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 15px;
    }

    header .navbar {
        padding: 23px 15px;
    }

    header .navbar .nav-link,
    header .navbar .dropdown-item {
        font-size: 15px;
        font-weight: 600;
    }

    header .menzabtn {
        border-radius: 11px;
    }

    header .navbar .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    #subpageHeader {
        height: 300px;
    }

    #foodlist .headitem {
        min-height: 70px;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    header .navbar {
        padding: 21px 15px;
    }

    header .navbar .nav-link,
    header .navbar .dropdown-item {
        font-size: 17px;
    }

    header .menzabtn {
        border-radius: 11px;
    }

    header .navbar .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1601px) {}