@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/*************side area**********/
.mini-right-nav li{
  margin-bottom:10px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color:#1c1c1c;
}
.mini-right-nav span {
  font-family: 'RokkittMedium';
  font-size:16px;
  bottom: 0;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 60px);
  content: '';
  background-color:#1c1c1c;
  height: 60px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1; 
}
.mini-right-nav a:hover  span{ 
  width:auto; 
  padding:0 20px;
  overflow:visible; 
}
.mini-right-nav a:hover {
  text-decoration:none;
}
.mini-right-nav a span{
  color:#fff;
}
.mini-right-nav img{
  width: 18px;
  position: relative;
  z-index: 1;
}
.mini-right-nav .cutlery-img{
  width: 30px;
}
.mini-right-nav{
  position: fixed;
  top: 40%;
  z-index: 99;
  right: 0px;
}
/************************header********************/
.header-logo{
  width: 330px;
}
.header-topbar img{
  width: 20px;
}
.header-topbar li:first-child{
  padding-right: 15px;
}
.header-topbar li:first-child a{
  margin-right: 15px;
}
.header-topbar a{
  color: #fff;
}
.contact-btn{
  min-width: 258px;
}
.contact-btn img{
  margin-right: 20px;
}
.header-topbar li{
  display: inline-block;
}
.menu-wrap{
  border-left: 1px solid #e6e6e6;
}
.header-topbar{
  border-bottom: 1px solid #e6e6e6;
}
.header-menubar li{
  display: inline-block;
  padding-right: 100px;
}
.header-menubar li a {
  font-family: 'RokkittMedium';
  font-size:15px;
  padding: 22px 0;
  letter-spacing: 0.5px;
}
.header-menubar ul{
  padding-left: 80px;
}
/******************banner****************/
.banner-sec{
  position: relative;
}
.banner-sec .swiper-container{
  height: calc(100% - 100px);
}
.banner-sec .each-banner-image, .banner-sec .each-banner-image img{
  height: 100%;
}
.banner-sec .each-banner-image img{
  object-fit: cover;
}
.banner-content{
  position: absolute;
  z-index: 1;
  top: 84%;
  overflow: hidden;
  top: auto !important;
  bottom: -35px !important;
}
.banner-content h1{
  font-size: 8.15vw;
  line-height: normal;
  text-transform: uppercase;
}
.banner-content-wrap {
 /* position: relative;
  bottom: -34px;*/
}
.lunch-block-wrap{
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
/*.top-heading h4{
  background: #1c1c1c;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
}*/
.booking-block-area h4{
  background: #1c1c1c;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  position: absolute;
  top: -38px;
  left: 0;
}
.lunch-block{
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
}
.each-block li{
  padding: 40px 0px;
  border-bottom: 1px solid rgba(230,230,230,0.3);
}
.middle-sec .each-block li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.each-block h3, .each-block p{
  color: #fff;
}
.each-block p{
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-block-area{
  padding:30px 40px 40px 20px;
  background: #1c1c1c;
}
.home-bottom-banner .booking-block-area{
  padding: 0;
}
.home-bottom-banner .booking-block-area .each-block{
  padding:30px 40px 40px 20px;
  background: #1c1c1c;
  position: relative;
}
.home-bottom-banner .booking-block-area{
  padding-top: 52px;
  background: transparent;
}
.booking-block-area .common-btn{
  margin-top: 40px;
}
.booking-block-area .common-btn:hover{
  background:#fff;
  color: #1c1c1c;
}
.each-block span{
  float: right;
}
.each-block img{
  width: 11px;
  margin-top: -5px;
}
/******************gallery sec**********/
.sec-heading p{
  color: #9a9a9a;
  margin-top: 45px;
}
.gallery-sec{
  padding: 100px 0 200px;
}
.sec-heading{
  max-width: 900px;
  width: 100%;
  margin:0 auto 100px;
}
.left-content{
  background:#f5f5f5;
  padding: 50px 60px;
  margin-right: 10px;
}
.left-content p{
  margin: 40px 0 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-sec .col-lg-5{
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.gallery-sec .col-lg-7{
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}
.gallery-slider{
  position: relative;
}
.gallery-slider .swiper-button-next{
  right: -100px;
}
.gallery-slider .swiper-button-prev{
  left: -100px;
}
.each-gallery{
  position: relative;
}
.each-gallery:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background:#000;
  opacity: 0;
}
.gallery-slider .swiper-slide-thumb-active .each-gallery:after{
  opacity: 0.45;
}
.gallery-heading{
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.gallery-sec .left-content p{
  display: block;
}
.gallery-sec .gallery-thumbs, .gallery-sec .gallery-thumbs .each-gallery, .gallery-sec .gallery-thumbs .each-gallery img{
  height: 100%;
}
.gallery-sec .gallery-thumbs .each-gallery img{
  object-fit: cover;
}
/***************middle sec**************/
.middle-sec{
  position: relative;
}
.middle-content h2{
  font-size: 61px;
}
.middle-content h2, .middle-content p{
  color: #fff;
}
.middle-content p{
  margin:35px 270px 50px 0;
}
.middle-content{
  padding: 32% 0 30%;
}
.middle-content .common-btn:hover{
  color: #1c1c1c;
  background:#fff;
  border:2px solid #fff;
}
.middle-sec .lunch-block-wrap{
  position: relative;
  margin-top: 0;
  top: -80px;
  padding-bottom: 20%;
}
.middle-sec .booking-block-area {
  padding: 20px 35px 30px;
}
.middle-sec .each-block li:first-child{
  padding-top: 0px;
}
.middle-sec .each-block:last-child{
  border-bottom: 0;
}
.middle-sec .each-block span{
  float: none;
}
/*********************footer area*****************/
.footer-area{
  background: #1c1c1c;
}
.footer-topbar li{
  display: inline-block;
  padding-right: 80px;
}
.footer-topbar li a{
  color: #fff;
  font-size: 15px;
  font-family: 'RokkittMedium';
  letter-spacing: 0.5px;
  padding: 0;
}
.footer-topbar li .common-btn{
  margin:0;
  min-width: 258px;
}
.footer-area a:hover{
  color: #9cbba8;
}
.footer-topbar li img{
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.footer-topbar li .tripadvisor-image{
  width: 30px;
}
.footer-topbar .header-topbar li{
  padding-right:0;
}
.footer-topbar .header-topbar{
  border-bottom: 0;
  padding-left: 25px;
}
.footer-topbar .header-topbar .common-btn:hover{
  background: #fff;
  color: #1c1c1c;
  border:2px solid #fff;
}
.footer-topbar .contact-btn {
  margin-left: 30px;
}
.footer-area .header-logo img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.footer-bottom{
  border-top:1px solid #565656;
}
.footer-contact-address img{
  width: 15px;
  margin-right: 15px;
}
.footer-contact-address .pin-image{
  width: 18px;
}
.footer-contact-address .bullet-image{
  width: 14px;
}
.footer-contact-address li{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #fff;
  padding-right: 130px;
  display: inline-block;
}
.footer-contact-address li:last-child{
  padding-right: 0;
}
.footer-contact-address a{
  color: #fff;
}
.footer-contact-address{
  padding: 90px 0 100px 100px;
  border-left:1px solid #565656;
}
/*************************tijdschriften**********************/
.tijdschriften-top-head {
  padding: 60px 0px 60px;
}
.tijdschriften-heading {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.tijdschriften-heading p {
  color: #9a9a9a;
  margin-top: 25px;
}
.tijdschriften-menu-list {
  padding-bottom: 220px;
}
.each-tijdschriften-menu {
  position: relative;
  margin: 5px;
}
.each-tijdschriften-btn {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/**/
/*each-cadea-menu-desc*/
.each-cadea-menu-list {
  margin-bottom: 40px;
  cursor: pointer;
}
.each-cadea-menu-desc p {
  color: #9a9a9a;
  margin-right: 52px;
}
.each-cadea-menu-desc h4 {
  margin: 20px 0px;
}
.each-cadea-menu button {
  opacity: 0;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.each-cadea-menu-list:hover .each-cadea-menu button {
 opacity: 1;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.listview-sec .each-cadea-menu-list{
  margin-bottom: 100px;
  cursor: pointer;
}
.listview-sec {
  padding-bottom:30px;
}
/*****************contact page****************/
.contact-map-area {
  height: 365px;
}
.contact-map-sec {
  padding-bottom: 20px;
}
.contact-details-sec {
  padding: 75px 0px 80px 0px;
}
.each-contact-details {
  padding: 0px 50px;
}
.each-contact-details h4 {
  font-size: 25px;
  line-height: 45px;
}
.each-contact-details h4 a {
  font-family: 'RokkittLight';
  font-size: 25px;
}
.each-contact-details h2 {
  margin: 30px 0px;
}
.each-contact-details img {
  width: 60px;
}
.contact-bottom-text {
  max-width: 595px;
}
.contact-bottom-sec {
  padding-top: 112px;
}
.contact-bottom-text h2 {
  font-size: 60px;
  color: #ffffff;
}
.contact-bottom-text p {
  font-family: 'NunitoSansLight';
  color: #ffffff;
  margin: 20px 0px 45px 0px;
}
.contact-bottom-inner {
  padding: 120px 0px 145px 0px;
}

/*******************cadeautips detail ***************/
.cade-dtl-gallery-slider .each-tijdschriften-menu{
  margin: 0;
}
.cade-dtl-top-button {
  padding: 35px 35px;
}
.cade-dtl-top-button-wrapper {
  padding: 0px 55px;
}
.cade-dtl-form-sec {
  padding-bottom:40px;
}
.cade-dtl-form-wrapper label {
  font-family: 'RokkittLight';
  font-size: 25px;
  color: #1c1c1c;
  margin-bottom: 5px;
}
.cade-dtl-form-styl {
  height: 66px;
  border-radius: 0px;
  border: none;
  background-color: #f5f5f5;
  font-family: 'RokkittLight';
  font-size: 25px;
  color: #1c1c1c;
}
.cade-dtl-form-styl:focus {
  color: #1c1c1c;
  background-color: #f5f5f5;
  border-color: transparent;
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%);
}
.cade-dtl-form-wrapper {
  padding: 0px 55px;
}
.cade-dtl-form-wrapper textarea {
  height: 564px;
  resize: none;
  padding: 20px;
}
.cade-dtl-slider-sec {
  padding: 0px 0px 40px 0px;
}
.each-cade-dtl-slider-text {
  background-color: #f5f5f5;
  padding: 160px 65px;
  height: 100%;
}
.cade-dtl-slider-area-outer .swiper-container{
  height: 100%;
}
.each-cade-dtl-slider-text h4 {
  margin-bottom: 35px;
}
.slider-padding {
  padding: 0px 55px;
}
.slider-arrow {
  width:39px;
  height: 39px;
  background:#fff;
}
.slider-arrow img{
  width: 12px;
}
.slider-arrow::after {
  display: none;
}
.slider-arrow.swiper-button-next {
  right: 0;
}
.slider-arrow.swiper-button-prev {
  left: 0;
}
.cadea-dtl-menu {
  padding-bottom: 65px;
}
/*************************EtenEnDrinken****************/
.common-header{
  border-bottom: 1px solid #e6e6e6;
}
.gallery-sec.eten-gallery-sec{
  padding-top: 0px;
}
.eten-gallery-sec .left-content p{
  display: block;
}
.eten-gallery-sec .each-gallery:after{
  display: none;
}
.eten-bg-area .middle-content {
  padding: 19% 0 17%;
}
/******************overons***************/
.overons-top-content .sec-heading{
  margin-bottom: 0;
}
.overons-slider-content{
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
.overons-slider-content p{
  color: #9a9a9a;
  margin-top: 30px;
}
.overons-top-slider{
  position: relative;
}
.overons-top-slider .row{
  margin-top: 60px;
}
.overons-left-slider{
  position: absolute;
  left: 0;
  top: 0;
}
.count-box span {
  border: 1px solid #c8c8c8;
  width: 114px;
  height: 114px;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-family: 'RokkittLight';
  font-size: 36px;
  color: #1c1c1c;
  letter-spacing: 0.75px;
}
.count-box h3 {
  display: inline-block;
}
.counter-sec .col-md-4:last-child .count-box{
  text-align: right;
}
.counter-sec .col-md-4:nth-child(2) .count-box{
  padding-left: 40px;
}
.counter-sec{
  padding: 50px 0 100px;
}
.member-area{
  right: 0;
  position: absolute;
}
.team-member-sec .overons-slider-content{
  margin-left: 0;
}
.team-member-sec{
  position: relative;
}
.team-member-sec .common-arrow{
  z-index: 999;
  top: calc(50% - 35px);
}
.each-member h4{
  margin-top: 20px;
}
.overons-gallery-images{
  padding: 100px 0 160px;
}
.gallery-image{
  margin-bottom: 8px;
}
.middle-sec .each-block{
  padding: 40px 0px;
  border-bottom: 1px solid rgba(230,230,230,0.3);
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
.privacy_section{
	padding-top: 20px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #1c1c1c;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #fff;
  font-size: 16px;
}
#menu .mm-listview>li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}
.mm-listview>li>a, .mm-listview>li>span{
  text-transform: uppercase;
}
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.add_morgan_footer_margin{
	height: 100px !important;
}