@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

#primary,
.wrapper {
    padding: 0;
}

.floating-scrollspy {
  display: none;
}

a { color: #333; }
a:hover { color: #4a4a4a; text-decoration: none; }

b, strong { font-weight: bold; }

body {
    width: 100%;
    position: relative;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
}

button:focus { outline: none; }

.aligncenter,
.alignright,
.alignleft {
  display: block;
}

.section {
  margin-bottom: 1rem;
}

.section-entry {
    margin-bottom: 2rem;
}

/* NAV */

.qnav .navbar-brand:hover {
  color: inherit;
}

.menu-section__button {
    padding: 0 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: .2rem;
    color: #333;
}

.menu-section__button.active {
    border-bottom: 1px solid;
}

.menu-section__nav {
  border-bottom: none;
}

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

.qnav__boooking-btn--multi .menu-item {
  justify-content: left;
  border: none !important;
}

.qnav__boooking-btn--multi .dropdown-menu {
  padding-top: .5rem;
  border: none;
}

.navbar-toggler {
  margin-left: auto;
}

#navbarNavDropdown .menu-item .dropdown-menu {
  padding-top: 0;
}

#navbarNavDropdown .menu-item .dropdown-menu a {
  border: none;
}

.qnav__menu-item-logo a { font-size: 0; }

.qnav__menu-item-logo img {
  height: 45px;
  display: block !important;
}

.qnav__menu-item-logo .active {
  border: none !important;
}

.jfc-background {
    background-size: cover !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  transition: 0.1s ease-in;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn-primary:hover {
   transition: 0.1s ease-in;
}

.contact-booking .btn,
.btn-book-menu {
    padding: 1rem 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.home__landing {
  margin-bottom: 1rem;
}

section .container {
  background-color: #fff;
}

.gallery-section .qcontent .container {
  background-color: transparent;
}

.section-title,
.section-subtitle {
  text-align: center;
}

.section-subtitle {
  font-weight: 300;
  color: #848484;
}

nav button.open-reservation-modal {
  display: none;
}

.btn-book.dropdown-toggle {
  min-width: 180px;
}

.book.dropdown-menu {
  min-width: 180px;
}

.menu-item-book {
  cursor: pointer;
}

.home__over-logo--img {
    max-width: 250px;
    max-height: 60px;
}

.qnav .btn-outline {
  color: inherit;
  background-color: transparent;
  background-image: none;
  border-color: inherit;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-brand img.logo {
  max-height: 40px;
  top: 0;
  margin-bottom: 0;
}

.qnav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

.qnav.navbar.shrink {
  min-height: 55px;
}

.btn-book-menu {
    margin-top: 3rem;
}

.top-right-menu > ul {
  margin-bottom: 0;
}

.top-right-menu li {
  list-style-type: none;
  display: inline-block;
  margin-right: .5rem;
}

.qnav.shrink {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.1);
  min-height: 55px;
}

.qnav .nav-link {
  font-weight: 300;
  color: inherit;
  border-radius: 0;
  border: 1px solid;
  border-color: transparent;
}

.fixed-background {
  background-size: cover !important;
  background-position: center center;
}

.language-chooser {
  -webkit-padding-start: 0;
  margin-bottom: 0;
      z-index: 99;
}

.language-chooser li {
  list-style: none;
  display: inline-block;
}

.language-chooser li.active {
  font-weight: bold;
}

.language-chooser li a {
  color: inherit;
}

.navbar-brand {
  color: inherit;
  font-weight: bold;
  margin-right: 2rem;
  display: none;
}

.navbar-brand h3 {
  margin-bottom: 0;
}

.qtranxs_language_chooser > .active {
  display: none;
}

/* QUANDOO */

.quandoo-section .standard-section__text-block.reviews {
  padding-top: 0;
  padding-bottom: 0;
}

.qmenu .btn-book-menu{
  margin: 0 auto;
  display: block;
}


/* WIDGET */


#blackoutdiv {
  z-index:999999;
  overflow-x:hidden;
  overflow-y:auto;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:none;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  outline:0;
  background-color:rgba(0, 0, 0, 0.78);
  display:none;
}

#thepopup {
  top:15px;
  position:absolute;
  height: calc(100% - 15px);
  left:50%;
  margin-left: -155px;
  z-index: 99999;
  display: none;
}

#popcontent {
  position: relative;
}

/*HOME*/

.home__booking-btn {
  padding: .5rem 2rem;
  border-radius: 5px;
  border: none;
  transition: .3s ease;
  cursor: pointer;
  margin-top: .5rem;
}

.home__booking-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

.home__res_wrap { position: absolute; z-index: 2; top: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,0.35); }
.home__res_height { position: relative; width: 100%; height: 100%; display: table; text-align: center; }

.home__branding {
  display: table-cell; 
  vertical-align: middle; 
  padding: 1rem;
  text-align: center;
}

.home__logo--img {
    display: inline-block;
    max-width: 300px;
    max-height: 200px;
    margin-bottom: .5rem;
}

.logo_mobile { display: none; position: absolute; top: 5px; left: 10px; max-height: 40px; }

.home__logo--text { 
  color: #fff; 
  text-shadow: 0 0 15px rgba(0,0,0,0.7); 
  font-weight: bold; 
  font-size: 2em; 
  word-wrap: break-word;
  max-width: 100%;
}

.home__under-logo--text,
.home__over-logo--text  {
  color: #fff;
  font-weight: normal;
  text-shadow: 0 0 15px rgba(0,0,0,0.7);
  margin-bottom: 1rem;
}

/* ARCHIVE */
#archive-wrapper{
  margin: 7rem 0;
}

.archive .qnav{
  color:#333;
}

/*CAROUSEL*/

.centerstuff {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}

#background-slider{
  position:relative;
}

#background-slider, .carousel-slider, .home__landing .item{
  height:100vh;
  background-size: cover;
  background-position: center center;
}

#background-slider .background{
  min-height:100vh;
  min-width:150vh;
  width:100vw;
}

.carousel-indicators{
  bottom:5vh !important;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 9 !important;
  width: auto;
  display: none;
}

.carousel-control-prev {
  margin-left: 2rem;
}

.carousel-control-next {
  margin-right: 2rem;
}

/* STANDARD */

.standard-section__text-block {
  padding: 2rem 1rem;
}

.standard-section .qcontent.container-fluid article {
  padding: 3rem 1rem;
}

.standard-section__img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-height: 15rem;
}

.standard-section .qcontent .section-content {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

.quandoo-reviews-widget.standard .quandoo-reviews-container, .quandoo-reviews-widget.standard .quandoo-reviews-booking-button {
  border: none !important;
}

.quandoo-reviews-widget.standard {
  max-width: 100% !important;
}

/* MENU SECTION */

.menu-section .qcontent {
  padding: 2rem 1rem;
}

.btn-pdf-menu {
    margin-top: 4px;
}

.btn-menu.active.btn-primary:not(:disabled):not(.disabled).active, .btn-menu.active.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-menu.active.btn-primary.dropdown-toggle {
  color: #333;
}

.menu-section.default-background .btn-book {
  margin-bottom: 1rem;
}

.tab-panel {
  display: none;
}

.menu-section .nav-tabs .nav-item {
    display: inline-block;
}

.menu-section .nav {
  display: block;
  text-align: center;
}

.menu-section .nav-tabs {
  border: none;
}

.menu-section .card {
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: .75rem;
}

.btn-menu {
  margin: 0.2rem;
}

.btn-menu:not(:disabled):not(.disabled).active, .btn-menu:not(:disabled):not(.disabled):active, .show>.btn-menu.dropdown-toggle {
  background-color: inherit;
}

.q-cat-sep {
  border-bottom: none !important;
  margin-top: .5rem;
}

.q-cat-sep h3 {
  font-weight: lighter;
}

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

.q-name-desc h6 {
  margin-bottom: 0;
}

.q-price .price {
  font-weight: 400;
}
.menu-text-before {
  margin-bottom: 2rem;
}

.menu-text-after {
  margin-top: 2rem;
}

.menu-text-before,
.menu-text-after {
  border: 1px dashed;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 1rem;
  border-color: #cacaca;
}

.menu-text-before > i,
.menu-text-after > i {
    position: absolute;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    font-size: 1.5rem;
}

.pdf-menus-cont {
  text-align: center;
  margin-bottom: .5rem;
}


/* MENU SECTION (optimized) */

.menu_optimized-section .qcontent {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.qmenu__tag {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 200;
  font-size: .9rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
  vertical-align: top;
  padding-left: .5rem;
  padding-right: .5rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: -2px;
}

.qmenu__title {
  font-weight: bold;
}

.qmenu__description {
    margin-bottom: 0;
    line-height: 1.3rem;
    font-size: .85rem;
}

.qmenu__item--has-tag .qmenu-item__container::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #333;
    display: block;
}

.qmenu__item--has-img.qmenu__item--has-tag .qmenu-item__container::before {
    width: calc(100% - 5.3rem);
    margin-left: 5.3rem;
}

.menu-section__tab-content {
  margin-top: 1.5rem;
}

.menu-item-description-cont h6,
.menu-item-description-cont small {
  display: inline-block;
}

.qmenu-item {border: none; background: transparent;}
.qmenu__item {border: none; background: transparent; margin-top: 1.3rem !important;}

.qmenu__img {
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
}

.qmenu__item--has-img .menu-item-description-cont {
    width: calc(100% - 5.3rem);
    display: inline-block;
    margin-left: 1rem;
}

/* GALLERY */

.gallery-section .qcontent.container-fluid {
  padding-top: 1rem;
}

.gallery-section.default-background .qcontent {
  padding-top: 2rem;
}

.gallery-section .qcontent.container {
  padding-bottom: 0;
}

.ekko-lightbox .modal-content {
  background-color: transparent;
  border: none;
}

.ekko-lightbox .modal-body {
  margin: 0;
  padding: 0;
}

.ekko-lightbox .ekko-lightbox-nav-overlay a {
  opacity: .7;
}

.ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
  color: #fff;
}

.ekko-lightbox .modal-header {
  position: absolute;
  width: 100%;
}

.ekko-lightbox .close {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .7;
    z-index: 999;
}

.row-gallery-item {
  float: left;
  position: relative;
  padding: 0px;
}

.row-gallery-carousel .row-gallery-item a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.grid-gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.grid-gallery .gallery-item {
  float: left;
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.gallery-item a:hover {
    background-position: center center;
    -webkit-transition: all 1.6s ease-in;
    -moz-transition: all 1.6s ease-in;
    -ms-transition: all 1.6s ease-in;
    -o-transition: all 1.6s ease-in;
    transition: all 1.6s ease-in;
    transform: scale(1.2);
}

.jfc-background .qcontent > .container > .row-carousel-controls {
  height: 0;
}


.default-background .row-carousel-controls .carousel-control-prev,
.default-background .row-carousel-controls .carousel-control-next {
  color: #000;
}


/* CATEGORY */

.flickity-prev-next-button {
  display: none;
}

.flickity-enabled .slider__item {
    opacity: .5;
    transition: 0.3s ease-out;
}

.slider__item.is-selected {
    opacity: 1;
    transition: 0.3s ease-in;
}

.flickity-page-dots {
  width: auto;
}

.flickity-button {
  display: none;
}

.flickity-page-dots {
  width: 100%;
}

.flickity-page-dots .dot {
    background: #1d62cd;
    height: 2px;
    width: 34px;
    border-radius: 0;
    opacity: .2;
    cursor: pointer;
}


.slider {
  padding: 0;
}

.slider__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
}

.slider__item {
  width: 80%;
  touch-action: none;
  margin-right: 15px;
  color: #333;
}

.slider__item:first-child {
  box-sizing: content-box;
  padding-left: 15px;
}

.slider__item:last-child {
  padding-right: 15px;
  box-sizing: content-box;
}

.slider__name {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .8rem;
}

.slider__name:hover {
  text-decoration: none;
}

.slider__item:hover {
  text-decoration: none;
  color: #333;
}

.slider__tag {
  background: #e4e4e4;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
}


/* TO REMOVE Homepage Blog posts */

.grid-blog .no-image h3{
    color: #333;
}

.grid-blog h3 {
  margin-bottom: 2rem;
  color: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 0 .75rem;
}
.blog-item .home__res_wrap {
  transition: 0.3s ease-in-out;
}

.blog-item .home__res_wrap:hover {
  background-color: rgba(0,0,0,0.1);
  transition: 0.15s ease-in-out;  
}

.grid-blog .blog-item {
    float: left;
    position: relative;
}
.grid-blog a.col-12.text-center {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 25rem;
}
.grid-blog .blog-item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position:center center !important;
  background-size: cover !important;
}

.category-section p {
  margin-bottom: 0;
}

.category-section li.categories {
  display:none;
}
.category-section li.categories ul {
  display:block;
  list-style-type:none;
}

.category-section .categories ul a {}

.category-section .btn-primary {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  margin-top: 1rem;
}

.archive article{
  margin:30px 0;
  float: left;
}
.comments-link, .byline, .posted-on, #comments {
  display:none;
}
.single-post article{
  margin-bottom: 50px;
}

.page-template-default .content-area{
  background:#fff;
}


/* PAGE */

.page-template-default {
  background-color: #fff;
}

.default-page .qcontent.container {
  margin-top: 3rem;
}

.default-page .standard-section {
  margin-top: 5rem;
}

.default-page .qcontent.container-fluid {
  margin-top: 3rem;
}

.default-page .qcontent.container {

}

.default-page .qcontent {
  background: #fff;
}
.page-showcase {
    height: 80vh;
    background-size: cover;
    background-position: center center;
}
.page-showcase .carousel-item {
  height: 80vh;
}

.page-showcase-content article {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2rem 3rem;
}

.category-section .no-image .home__res_wrap {
  background-color: #0000000d;
  border-bottom: 10px solid
}

.break-section > .row {
    background: rgba(0,0,0,0.3);
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.break-section .qcontent {
    background-color:transparent;
}
.break-section .qcontent h1, .break-section .qcontent h5 {
    color:#ffffff;
}

.row.type_2_header {
  min-height: 30rem;
    background: rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    flex: 100%;
}

.type_2_header.break-section {
    display: none;
}

.type_2_header .section-entry {
  margin-bottom: 0;
}

.single-post .site-main {
    margin-top: 6em;
}

.single-post .qnav {
  background-color: #000 !important;
}

/* SINGLE POST */

  .single-post #background-slider, .single-post .carousel-slider, .single-post #home .item {
    height: 65vh;
  }

.post-template-default {
  background-color: #fff;
}

/*Parallax*/

.gallery-section .carousel-inner {
  padding: 0;
}

.gallery-section .carousel-item  {
  margin: 0;
}

.gallery-section .row-carousel-controls {
    width: 100%;
    margin-top: -2rem;
    margin-bottom: 1rem;
}

/* CONTACT */

.contact-section .contact-cont {
  order: 12;
}

.contact-section .contact-cont.right {
  order: 0;
  text-align: center;
}

.contact-section .contact-cont.right .oh-formatted .col-md-4 {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.contact-section .contact-cont.right .oh-formatted .col-md-8 {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

.contact-section .contact-cont.right .contact-blocks,
.contact-section .contact-cont.right .social-links {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
}

.contact-section .contact-cont.right .social-links .row {
  justify-content: center;
}

.contact-section .contact-cont.right .social-links a {
      flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.contact-section .qcontent {
  padding-top: 2rem;
  padding-bottom: 22rem;
}

.social-links {
  margin-top: 2rem;
}

.social-links a {
  margin-bottom: 1rem;
}

.contact__icon {
    max-width: 21px;
    margin-bottom: .5rem;
    fill: #333;
}
.contact-cont.order-md-12 {
  text-align: left;
}

.contact-section .qcontent .qcontent.container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact-section .qcontent.container .qcontent.container {
  margin-bottom: 0;
}

.contact-booking {
  height: 10rem;
  padding: 0;
}

.contact-booking > .qinner {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.map-cont {
  min-height: 20rem;
  display: inline-grid;
}

.oh-formatted {
  margin-bottom: .5rem;
}

i.quandoo-icon {
  font-family: sans-serif;
  font-weight: bold;
}

.contact-section .social-links i {
  font-size: 2rem;
  transition: 0.1s ease-out;
}

.contact-section .social-links i:hover {
  transform: scale(1.5);
  transition: 0.2s ease-in;
}

.contact-section .social-links a:hover {
  text-decoration: none;
}

.contact-section a {
  color: inherit;
}

/* FOOTER */

.site-footer {
  background: #000102;
  padding: 3rem 1rem 1.5rem 1rem;
}

.site-footer,
.site-footer a {
  color: #d2d2d2;
  font-size: .8rem;
}

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

.footer-links li > a {
  padding: 0;
  margin: .5rem;
  display: inline-block;
}

.footer-links, .top-menu {
  display:inline-block;
  margin-right: 5px;
}

.footer-links ul, .top-menu ul {
  display:inline-block;
  list-style: none;
}

.footer-links ul > li, .top-menu ul > li {
  display:inline-block;
}

.footer-links ul > li:after {
  content:"|";
}

.footer-links .menu {
  padding-inline-start: 0;
}

_::-webkit-full-page-media, _:future, :root .map-cont iframe {
  max-height:700px;
}

.carousel-item.active,
.carousel-item-left,
.carousel-item-next {
  background-size: cover;
  perspective: 1000px;
  background-position: center center;

}

/* SLIDESHOW ZOOMING */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item.zoom {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

.carousel-inner .item.zoom-infinite {
  animation: scale 40s linear infinite;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}

@media (max-height: 600px) {
  .navbar-collapse {
    max-height: 420px;
    overflow-x: hidden;
  }
}

  @media (max-height: 439px) {
    .navbar-collapse {
      max-height: 300px;
    }
  }

  @media (max-width: 575px) {
  .jfc-background {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    width: 100%;
    left: 0;
    text-align: left;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
      outline: 0;
  }

  .menu-item {
    display: block;
  }

  .language-chooser {
    position: absolute;
    left: 2rem;
    top: .9rem;
  }

  .qnav .collapse.show .menu-item, .qnav .collapsing .menu-item {
    border-radius: 0;
    text-align: left;
    width: 100%;
    padding: .5rem 0 .5rem 1rem;
    border-bottom: 1px solid #ccc;
  }

  .qnav .collapse.show .menu-item:last-child, .qnav .collapsing .menu-item:last-child {
    border: none;
  }
  .opening-hours{
    margin-top: 2rem;
  }
}



@media (min-width: 576px) {
  .parallax-background {
    background-attachment: fixed !important;
  }

  .home__logo--text {
    font-size: 3rem;
  }

  .menu-section .card-columns,
  .menu_optimized-section .card-columns {
      column-count: 1;
  }

  .site-info {
    text-align: left;
  }

  .impressum-button {
    text-align: right;
    border-right: 1px solid #9a9a9a;
    padding-right: 1rem;
  }

  .category-section .blog-item {
    margin: 0;
  }

  .category-section .btn-primary {
    margin-top: 2rem;
  }

  section.jfc-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  /* CATEGORY */

  .slider__item {
    width: 65%;
  }

  .slider__img {
    height: 250px;
  }

}

@media (min-width: 768px) {

  /* BREAK */

  .break-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .break-section > .row {
      min-height: 25rem;
  }

  .break-section.jfc-background {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .menu-section .card-columns {
    column-count: 2;
  }
  .contact-booking {
    height: 15rem;
  }

  .jfc-background .qcontent.container {
    padding: 2rem;
  }


  /* STANDARD */

  .standard-section__img-block--position-right {
      order: 12;
  }

  .default-background .standard-section__img-block {
    padding: 0
  }

  .jfc-background .standard-section__img-block--position-right {
    padding-left: 0;
  }

  .jfc-background .standard-section__img-block--position-left {
    padding-right: 0;
  }

  /* CATEGORY */

  .slider__item:first-child {
    padding-left: 10% !important;
    box-sizing: content-box;
  }

  .slider__img {
    height: 200px;
  }

  .slider--category .slider__item {
    width: 40%;
    padding-left: 1.5rem;
    opacity: 1 !important;
  }

  .flickity-page-dots {
    display: none;
  }

  .flickity-button {
    background: transparent;
    transition: .2s ease;
  }

  .flickity-button svg {
    display: none;
  }

  .flickity-button.previous::after {
    content: url('../img/icons/arrow_left.png');
  }

  .flickity-button.next::after {
    content: url('../img/icons/arrow_right.png');
  }

  .flickity-button:hover {
      background: transparent;
  }

  /* GALLERY */

  .single-post #background-slider, .single-post .carousel-slider, .single-post #home .item {
    height: 50vh;
  }

}

@media (min-width: 992px) {

  /* NAV */

  .qnav .nav-link.active {
      border-bottom: 1px solid #717171;
      border-radius: 0;
  }

  .qnav {
    background: transparent;
    color: #fff;
  }

  .qnav.shrink {
    background: #fff;
    color: #3e55ffd4 !important;
  }

  .map-cont {
    margin-bottom: 0;
  }

  .contact-blocks {
      padding-left: 2rem;
  }

  .menu_optimized-section .card-columns {
    column-count: 2;
  }

  .top-right-menu {
    position: absolute;
    right: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: flex;
    position: relative;
  }

  .home__landing .carousel-control-prev,
  .home__landing .carousel-control-next {
    position: absolute;
  }

  .carousel-control-prev {
    float: left;
  }

  .carousel-control-next {
    float: right;
  }

  .contact-booking {
    height: 20rem;
  }

  .navbar-brand {
    display: block;
  }

  .navbar {
    height: 56px;
  }

  #background-slider, .carousel-slider, .home__landing .item {
    height: calc(100vh + 20px);
  }

  .single-post #background-slider, .carousel-slider, .single-post .home__landing .item {
    height: 50vh;
  }

  /* STANDARD */

  .standard-section__text-block {
    padding: 2rem;
  }

  section.jfc-background {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .contact-section.jfc-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

  nav button.open-reservation-modal {
    display: block;
  }

  .navbar-fixed-top {
    min-height: 80px;
  }

  .btn-book-small {
    position: absolute;
    right: 15px;
  }

  .category-section .btn-primary {
    margin-top: 3rem;
  }

  .home__logo--text {
    font-size: 3.5em;
  }

  /* MENU */

  /* GALLERY */

  .gallery-section.jfc-background .qcontent.container {
    padding: 0;
  }

  .gallery-section.jfc-background .qcontent > .row {
    margin: 0;
  }

  .gallery-section .qcontent.container-fluid {
    margin-bottom: 2rem;
  }

  /* CATEGORY */

  .slider__img {
    height: 250px;
  }

  .slider--category .slider__item {
    padding-left: 2rem;
    opacity: 1 !important;
  }

  .contact-section .qcontent {
    padding-bottom: 1rem !important;
  }

}

@media (min-width: 1200px) {

  /* CATEGORY */

  .slider__img {
    height: 300px;
  }

  .slider--category .slider__item {
    max-width: 600px;
    padding-left: 2rem;
    opacity: 1 !important;
  }

}

@media (min-width: 1400px) {
  .slider__img {
    height: 360px;
  }
}