/*
Theme Name: Hotel Valkenburg by Mercure
Theme URI: http://www.valkenburgbymercure.nl
Description: Template voor Hotel Valkenburg by Mercure
Version: 1.0
Author: Roel Beekmans
Author URI: http://www.skyhighmedia.nl/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
    margin : 0;
	padding : 0;
	font-family: 'Montserrat', sans-serif;
	color : #282828; 
	font-size: 1.4em;
	font-weight:300;
    line-height: 160%;
	background: rgb(96,91,86);
	background: linear-gradient(to left top, rgba(37,37,39,1) 60%, rgba(96,91,86,1) ); 
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
	position: relative;
}

nav ul {
    list-style: none;
}

.wrapper {
    margin: 0 auto;
	padding:0 2%;
    max-width: 1600px;
    width: 96%;
}

.wrapperS {
    margin: 0 auto;
	padding:0 2%;
    max-width: 1000px;
    width: 96%;
}

.clear {
    clear:both;
}

iframe {
    width: 100%;
	vertical-align: top;
}

/* HEADER ============================================================================= */

#headerTop {
	min-height:25px;
}

#header {
	position:fixed;
	width:100%;
	padding:0 0 25px;
	color:#fff;
	background: rgb(55,53,53);
	background: linear-gradient(160deg, rgba(55,53,53,1) 0%, rgba(37,37,39,1) 100%); 
	z-index:99;
}

@media screen and (min-width: 800px) {
#headerLogo img {
	height: 84px !important; }
}

.scrolled #headerLogo img {
	height: 50px !important;
}

#headerMain {
	color:#fff;
}

#headerMainL {
	float:left;
	width:15%;
}

#headerMainM {
	float:left;
	width:55%;
	text-align:center;
}

#headerMainB{
	float:left;
	width:20%;
	text-align:right;
}

#headerMainR {
	float:right;
	width:10%;
	text-align: right;
}

.mtphr-dnt {
	margin-top:50px;
	margin-left:25px;
	margin-right:25px;
	background: #1e1e20;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.scrolled .mtphr-dnt {
	margin-top:15px;
}

.mtphr-dnt a:link, .mtphr-dnt a:visited{
	color:#fff;
	text-decoration: none;
}

.mtphr-dnt a:hover, .mtphr-dnt a:active{
	color:#b07f47;
	text-decoration: none;
}

button#responsive-menu-button {
	margin-top:40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.scrolled button#responsive-menu-button {
	margin-top:0;
}

#responsive-menu-title {
	border-bottom: 1px solid #555555;
	margin: 0 0 1em;
}

#responsive-menu-item-180 {
    border-top: 1px solid #555555;
    margin: 1em 0 0;
    padding: 1em 0 0;
}

#responsive-menu-additional-content {
	border-top: 1px solid #555555;
	margin: 1em 0 0;
}

#responsive-menu-additional-content a:link, #responsive-menu-additional-content a:visited{
	color:#d7d6d2;
}

#responsive-menu-additional-content a:hover, #responsive-menu-additional-content a:active{
	color:#b07f47;
}

/* OVERLAY LOCATIE KEUZE ============================================================================= */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay h3 {
	color: #fff;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 3em;
	display: block;
	transition: 0.3s;
}

.overlay a:link, .overlay a:visited {
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,0);
	text-decoration: none;
}

.overlay a:hover, .overlay a:focus {
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,1);
	text-decoration: none;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 5em;
}

a.closebtn {
	line-height: 1.0em;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* WIDGET LOCATIE KEUZE ============================================================================= */

#locatieKeuze select {
	display:none !important;
}

#locatieKeuze {
	text-align: center;
	position: relative;
    top: -10px !important;
}

#locatieKeuze input,
#locatieKeuze label,
#locatieKeuze select {
	height:45px;
	margin-bottom:15px;
	display: inline-block;
}

@media only screen and (min-width: 805px) {
	#locatieKeuze input,
	#locatieKeuze label,
	#locatieKeuze select {
		margin: 4px; }
}

input#startdate {
	margin: -2px !important;
}

#locatieKeuze input,
#locatieKeuze select {
	padding: 0 15px;
}

#locatieKeuze label .fas {
	margin:0 5px 0 0;
	font-size:1.2em;
}

input[type="submit"].submitHotel {
	padding-right: 15px;
	margin:0;
}

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

@media only screen and (max-width: 805px) {
#locatieKeuze input, #locatieKeuze label, #locatieKeuze select {
	width: 300px !important; }
}

@media only screen and (max-width: 805px) {
label.text-label-nachten {
	margin-top: 20px; }
}

@media only screen and (max-width: 805px) {
input[type="submit"].submitHotel {
    margin-bottom: 50px !important; }
}

/* CONTENT ALGEMEEN ============================================================================= */

#contentWrap {
	padding:190px 0 0;
}

#content {
	background:#fff;
}

.home #content {
    margin: 0px 0 0 0;
}

#contentMain {
	padding: 0 70px 50px;
}

.cornerB {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.metadata {
	color:#666666;
}
	
.bgCover{
	background-repeat: no-repeat !important;
    background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.boxshadow {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}

#breadcrumbs {
	color:#c3bdb6;
	padding-top: 11px;
}

#breadcrumbs a:link, #breadcrumbs a:visited{
	color:#c3bdb6;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active{
	color:#fff;
	text-decoration: none;
}

.breadcrumb_last {
	font-weight:700;
}

.home #breadcrumbs {
	display:none;
}

/* PAGINA ============================================================================= */

.rev_slider_wrapper {
	position:relative;
	overflow:hidden !important;
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

.rev_slider_wrapper h1,
.rev_slider_wrapper h2 {
	text-shadow: 0 2px 10px #000000;
}

#pageTitle {
	position:absolute;
	top: 30%;
	width: 100%;
	pointer-events: none;
	margin: 0 !important;
}

#pageTitle h1,
#pageTitle h2,
#pageTitle h3 {
	color:#fff;
	text-shadow: 0 2px 10px #000000;
}

#pageTitle h2{
	font-size:3.5em;
}

#pageTitle h3{
	font-size:2.0em;
}

#contentBoeken {
	text-align: center;
	margin: 0 0 40px;
}

#contentBoekenBlock {
	position: relative;
	background: #fff;
	padding: 20px;
	display: inline-block;
	top: -30px;
}

.blockReserveren {
	width: 100%;
	position: absolute;
	text-align: center;
	top: -20px;
}

.blockReserveren .elementor-widget-container {
    max-width: 375px;
    margin: 0 25px;
    float: right;
}

.blockReserveren p {
	margin:0;
}

.blockReserveren button {
	margin:0;
}

.blockReserverenHome button {
	width:100%;
}

.blockReserverenHome button:first-child {
	margin-bottom:15px;
}

.imgMap {
	width: 723px;
	height: 507px;
	left: -190px;
	z-index:10;
}

.elementor-widget-premium-addon-banner h2 {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 1.7em;
}

.elementor-widget-premium-addon-banner h3 {
    font-family: 'Montserrat', sans-serif !important;
	color:#fff;
	font-weight: 300;
	font-size: 2.1em;
	text-transform: inherit;
}

.imgHover h2,
.imgHover h3 {
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.0);
}

.imgHover h2 {
	font-size:2.5em;
}

.imgHover .elementor-widget-text-editor{
	top:25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imgHover:hover .elementor-widget-text-editor{
	top:0;
}

.imgHover .elementor-button {
	opacity:0;
	font-size:1.2em;
	margin:0 !important;
	border:0px solid #000000 !important;
}

.imgHover:hover .elementor-button {
	opacity:1;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.imgHover:hover .elementor-button:hover {
	color:#5a5551;
    background-color: #fff !important;
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.imgHover .elementor-button::after {
    background: #2D2D2D;
}

.blockVoordelen{
	width: 220px !important;
}

.blockVoordelen h2,
.blockVoordelen h3 {
	color:#fff;
}

.blockVoordelen h2 {
	padding-bottom:15px;
}

.blockVoordelen h3 {
	padding-bottom:5px;
}

.blockVoordelen hr {
	border-color:#5c5c5c;
	margin: 0 0 15px 0;
}

#blockVoordelenR {
	position: absolute;
	top: -135px;
	right: 0;
}

#blockVoordelenM {
	position: absolute;
	top: -100px;
	right: -130px;
}

.blockHoverShadow:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}

/*.blockHoverShadow-2:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(250,250,250,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(250,250,250,250.3);
	box-shadow: 0px 3px 10px 0px rgba(220,220,220,0.3);
}*/

#headerImg .elementor-image-box-content{
	top: -100px;
	margin: -100px 0 0 0;
	z-index: 10;
	position: relative;
	text-shadow: 0 2px 10px #000000;
}

#headerImg .elementor-image-box-content h1,
#headerImg .elementor-image-box-content p{
	color:#fff;
}

#headerImg .elementor-image-box-content p{
	text-transform:uppercase;
	font-size:1.2em;
}

.mtphr-dnt-nav i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 40px;
}

/* HOME ============================================================================= */

#homeVoordelen {
	position: absolute;
	bottom: -130px;
}

#homeIntro h2.bigh2 {
	font-size:3.0em;
}

.randDriehoek {
	border-left:#9d9d9d solid 1px;
}

.randDriehoek:before {
	content: url(images/img-driehoek-grijs.png);
	position:absolute;
	top:120px;
	left:-1px;
}

/* KAMERS ============================================================================= */

.blockRoom h2 {
	font-size: 2.5em;
	font-weight: 400;
}

.blockRoom h3 {
	font-size: 2em;
	font-weight: 300;
	text-transform: initial;
}

#imgChampagne {
	position:absolute;
	width:384px;
	height:557px;
	top: -345px;
	left: -80px;
}

/* FOOTER ============================================================================= */

#footer {
	color:#d7d6d2;
	padding:25px;
}

#footer a:link, #footer a:visited{
	color:#d7d6d2;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color:#b07f47;
	text-decoration: none;
}

#footer h2,
#footer h3,
#footer h4 {
	color:#d7d6d2;
}

#footer h3 {
	color:#d7d6d2;
	font-size:1.2em;
	font-weight:700;
}

#footerCopy {
	border-top:#4E4E4E 1px solid;
	padding:25px 0;
	margin:10px 0 0;
}

#footerLogo img {
	height:50px;
}

#footer .fab,
#responsive-menu-additional-content .fab {
	font-size:2em;
	margin-right:10px;
}

#footer ul{
    margin:0 0 20px 0;
	padding:0;
}

#footer li {
	list-style-type: none;
    margin:0;
	padding:0 0 5px 0;
	line-height: 1.5em;
}

#footerCopy li {
	display:inline;
	margin:0 40px 0 0;
}

/* MAIN MENU ============================================================================= */

#menuSub {
	margin:15px auto 0;
	padding:0;
	width:100%;
}

#menuSub a{
	font-size: 1.0em;
	text-transform:uppercase;
	color:#fff;
	display: block;
	padding:5px 15px;
	text-decoration: none;
	background:none;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menuSub a:hover, #menuSub a:active{
	color:#fff;
	background:#43403c;
}

#menuSub ul{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	text-align: center;
}

#menuSub li{
	display:inline-block;
	list-style:none;
	position:relative;
	margin:0 10px;
	padding:0;
}

#menuSub ul li.current_page_item a:link, 
#menuSub ul li.current_page_item a:visited,
#menuSub ul li.current_page_item a:active, 
#menuSub ul li.current_page_item a:hover,
#menuSub ul li.current-menu-item a:link, 
#menuSub ul li.current-menu-item a:visited,
#menuSub ul li.current-menu-item a:active, 
#menuSub ul li.current-menu-item a:hover,
#menuSub ul li.current-menu-ancestor a {
	color:#fff;
	background:#54504c;
}

/* MAIN MENU SUBMENU ============================================================================= */

#menuSub ul li li a{
	display:block;
	border:none;
	background:#1e1e20;
	color:#fff;
	padding:0 20px;
	line-height:30px;
	text-transform:lowercase;
	border-radius: 0; 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#menuSub ul li li a:hover{
	display:block;
	border:none;
	background:#43403c;
	color:#fff;
	text-decoration:none;
	padding:0 20px;
	border-bottom: none;
}

#menuSub ul li.current-menu-ancestor ul li a:link,
#menuSub ul li.current-menu-ancestor ul li a:visited,
#menuSub ul li.current_page_item ul li a:link,
#menuSub ul li.current_page_item ul li a:visited{
	color:#fff;
	text-decoration: none;
	background:#1e1e20;
}

#menuSub ul li.current-menu-ancestor ul li a:active,
#menuSub ul li.current-menu-ancestor ul li a:hover,
#menuSub ul li.current_page_item ul li a:active,
#menuSub ul li.current_page_item ul li a:hover{
	color:#fff;
	text-decoration:none;
	background:#43403c;
}

#menuSub ul.children,
#menuSub ul li ul{
	display:none;
	opacity:0;
	overflow:hidden;
	z-index:100;
	position:absolute;
	left:0;
	z-index:999;
	width:260px;
	padding:0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
#menuSub ul.children li, 
#menuSub ul li li{
	float:none;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	line-height:30px;
	letter-spacing:0.5px;
	display:block;
}

#menuSub li:hover ul.children,
#menuSub li:hover ul{
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* RESTAURANT RESERVEREN ============================================================================= */

.rm_header,
.rm_restaurant_name,
.rm_restaurant_city,
#rm_logo_wrapper{
	display:none;
}

.rm_row_value input,
.rm_row_value select{
	padding: 10px !important;
	margin: 0 0 15px;
	width: 100%;
	box-sizing: border-box;
}

#rm_submit_wrapper::before {
	background-color: #595551;
    border-color: #595551;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#rm_submit_wrapper:hover::before {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#rm_submit_wrapper::before {
	content: 'Reserveren';
	border-width: 2px;
	border-style: solid;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	left: 0;
	text-align: left;
}

#rm_submit_wrapper {
   float: none;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}

#rm_submit_wrapper input {
    width: 100%;
	height: 47px;
	top: 0;
	left: 0;
	margin: 0;
	opacity:0;
}

/* TEXT ============================================================================= */

p {
    line-height: 1.8em;
    margin-bottom: 1em;
}

td p {
    font-size: 1.0em;
}

ul, ol {
    margin:0 0 20px 2.2em;
	padding:0;
}

li {
	list-style-type: circle;
    margin:0;
	padding:0 0 5px 1em;
	line-height: 1.5em;
}

li.elementor-price-list-item{
	padding:0;
}

a, .animated, .blockHoverShadow { 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link, a:visited{
	color:#b07f47;
	text-decoration: none;
}

a:hover, a:active{
	color:#b07f47;
	text-decoration: underline;
}

h1 {
	font-family: 'sharp_sansextrabold', sans-serif;
    font-size: 3.5em;
    padding: 0 0 20px;
	line-height: 1.1em;
	font-weight:300;
	color:#595551;
}

h2 {
	font-family: 'sharp_sansextrabold', sans-serif;
    font-size: 2.0em;
    padding: 0 0 20px;
	line-height: 1.1em;
	font-weight:300;
	color:#595551;
}

h3 {
    font-size: 1.0em;
    padding: 0 0 15px;
	line-height: 1em;
	font-weight:700;
	text-transform:uppercase;
	color:#595551;
}

h4 {
    font-size: 1.0em;
    padding: 0;
    font-weight: 500;
	line-height: 1.2em;
	font-weight:500;
	color:#595551;
}

#content blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 1.8em;
	margin: 0 0 15px;
	color: #2b85b5;
	padding: 5px 15px;
	border-left: .25rem solid #3fa9f5;
	display: block;
}

#content blockquote p{
	margin-bottom: 0;
}

.gallery {
    margin: 0 0 1.5em 0 !important;
}

.alignright {
    text-align:right;
}

.aligncenter {
    text-align:center;
}

.button,
.button:link,
.button:visited,
input[type="submit"], 
input[type="reset"], 
input[type="button"],
.elementor-widget-button a.elementor-button, 
.elementor-widget-button .elementor-button, 
.elementor-button.elementor-size-sm{
	font-family: 'Montserrat', sans-serif !important;
	position: relative;
	display:inline-block;	
	padding: 10px 30px 10px 10px;
	margin:0 0 15px;
    color: #5a5551;
	background-color:#fff !important;
	border-radius:0 25px 25px 0;
	border:1px solid #5a5551;
    font-size: 1.0em;
	font-weight:300;
    overflow: hidden;
	text-decoration: none;
    transition: all 0.6s ease 0s;
}

.buttonDark,
.buttonDark .elementor-button.elementor-size-sm{
	color:#fff;
	text-transform: initial;
	font-size:1.2em !important;
	font-weight:700 !important;
	background: rgb(90,85,80);
	background: linear-gradient(180deg, rgba(90,85,80,1) 0%, rgba(29,29,27,1) 100%); 
}

.button:after,
.elementor-button:after{
	content:"";
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	border: 1px solid #5a5551;
	position: absolute;
	right: 10px;
	top: 12px;
}

.buttonDark:after,
.buttonDark .elementor-button.elementor-size-sm:after{
	top: 15px;
}

.buttonDark:hover,
.button:hover,
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover,
.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
	color:#fff;
    background-color: #5a5551 !important;
    cursor: pointer;
	text-decoration: none;
}

button#booknow {
	float: right !important;
	font-family: 'Montserrat', sans-serif !important;
	position: relative;
	display:inline-block;	
	padding: 10px 30px 10px 10px;
	margin-top:47px;
	background: #fff !important; 
	border-radius:0 25px 25px 0;
	border:none;
    font-size: 1.3em;
	font-weight:700;
	color:#1e1e20;
	text-transform: initial;
    overflow: hidden;
	text-decoration: none;
    transition: all 0.3s ease 0s;
}

button#booknow:hover {
	background: #1e1e20 !important; 
	color:#fff;
	cursor: pointer;
}

.scrolled button#booknow {
	margin-top:8px;
}

button#booknow:after {
	content:"";
	background: #2a292b;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	border: 1px solid #2a292b;
	position: absolute;
	right: 10px;
	top: 15px;
}

.select-style {
	float:left;
    padding: 0;
    margin-right: 15px;
    border: 1px solid #ccc;
    width: 160px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

.select-style:after {
    top: 50%;
    right: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 9.5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.elementor-menu-anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

/* FORMULIEREN ============================================================================= */

.gform_wrapper form li, .gform_wrapper li {
    padding:0;
}

.gform_wrapper h2 {
	padding:0;
}

.gform_wrapper h3.gform_title {
    font-size: 1.5em !important;
}

input[type="email"], 
input[type="text"],
input[type="tel"], 
textarea {
	padding: 10px 15px !important;
	width: 100% !important;
	border: 1px solid black;
}

input, select {
    vertical-align: middle;
	border: 1px solid black;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.alignleft {
    float: left;
    margin-bottom: 2em;
    margin-right: 2em;
}

img.alignright {
    float: right;
    margin-bottom: 2em;
    margin-left: 2em;
}

.wp-caption {
	text-align: left;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text,
.gallery-caption{
	font-size: 1em;
	line-height: 17px;
	padding: 8px 8px 8px 0;
	margin: 0;
	font-style:italic;
	text-align: left;
}


.gallery img {
    border: none !important;
}

/* TABELLEN ============================================================================= */

/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		border-collapse: collapse;
		margin: 0 0 1em;
	}
	
	table img{ 
		padding: 0 2em 0 0;
	}
	
	/* Zebra striping
	tr:nth-of-type(even) { 
		background: #474747; 
	}*/
	th { 
		font-weight: bold; 
	}
	td, th { 
		padding: 5px 20px 5px 0; 
		line-height:1.3em;
		border: none; 
		text-align: left; 
		vertical-align:top;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border-bottom: 1px solid grey; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: none; 
		position: relative;
		padding: 5px 10px;
		
	}
	
}

/* RESPONSIVE GRID SYSTEM */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 30px 0;
    padding: 0;
}

/*  FONTS  ============================================================================= */

@font-face {
    font-family: 'sharp_sansextrabold';
    src: url('fonts/sharpsans-extrabold-webfont.woff2') format('woff2'),
         url('fonts/sharpsans-extrabold-webfont.woff') format('woff'),
		 url('fonts/sharpsans-extrabold-webfont.eot') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1.2% 0 1.2% 2.4%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 48.8%;}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.86%; }
.span_1_of_3 { width: 31.73%; }

/*  GRID OF FOUR  */
.span_4_of_4 {width: 100%;}
.span_3_of_4 {width: 74.4%;}
.span_2_of_4 {width: 48.8%;}
.span_1_of_4 {width: 23.2%;}

/*  GRID OF FIVE  */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.52%;}
.span_3_of_5 {width: 59.04%;}
.span_2_of_5 {width: 38.56%;}
.span_1_of_5 {width: 18.08%;}

/*  GRID OF SIX  */
.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 82.93%;}
.span_4_of_6 {width: 65.86%;}
.span_3_of_6 {width: 48.8%;}
.span_2_of_6 {width: 31.73%;}
.span_1_of_6 {width: 14.66%;}

/*  MEDIA Q */

@media only screen and (max-width: 1024px) {
	
	.span_1_of_6 {
		width: 31.73%;
		margin: 1% 0 1% 2.4%;
	}

	.span_1_of_6:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	#contentMain {
		padding: 0 5% 50px;
	}
	
	.imgMap {
		left: -70px;
	}
	
	.randDriehoek{
		border:none;
	}
	
	.randDriehoek::before {
		display:none;
	}
	
	#homeVoordelen {
		position: relative;
		bottom: initial;
		margin:0 auto;
	}
	
	#blockVoordelenR {
		position: relative;
		top: initial;
		right: initial;
		margin:50px auto 0;
	}
	
	#blockVoordelenM {
		position: relative;
		top: initial;
		right: initial;
		margin:0;
	}
	
}

@media only screen and (max-width: 768px) {
	
	#headerMainM {
		display:none;
	}
	
	#headerMainB {
		width: 75%;
	}
	
	button#booknow {
		margin-top:8px;
	}
	
	.mtphr-dnt {
		margin-top:0 !important;
	}
	
	button#responsive-menu-button {
		margin-top:0;
	}
	
	#homeVoordelen {
		position: relative;
		bottom: initial;
		margin: 0 auto 50px;
	}
	
	#contentWrap {
		padding: 160px 0 0;
	}
	
	#contentMain {
		padding: 0 5% 50px;
	}
	
	.randDriehoek h2 {
		font-size: 1.4em;
	}
	
	#blockVoordelenR {
		position: relative;
		top: initial;
		right: initial;
		margin:50px auto 0;
	}
	
	#headerImg .elementor-image-box-content {
		top: 0;
	}
	
	#headerImg .elementor-image-box-content h1{
		padding: 0 0 70px 0;
	}
	
	#headerImg .elementor-image-box-content p {
		display:none;
	}
	
	#blockVoordelenM {
		position: relative;
		top: initial;
		right: initial;
		margin:0 auto;
	}
	
}

@media only screen and (max-width: 767px) {
	.col { margin: 2% 0 2% 0%;}
	.span_2_of_2, .span_1_of_2 { width: 100% }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100% }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {width: 100%}
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	
	body {
		overflow-x: hidden;
	}
	
	
	button#booknow {
		font-size:1.0em;
	}
	
	button#responsive-menu-button {
		margin-top:0;
	}
	
	.mtphr-dnt,
	#menuSub {
		display:none;
	}
	
	#contentWrap {
		padding: 120px 0 0;
	}
	
	.home #content {
		margin: 0;
	}	
	
	.randDriehoek{
		border:none;
	}
	
	.randDriehoek::before {
		display:none;
	}
	
	h1 {
		font-size: 1.8em;
	}
	
	#homeIntro h2.bigh2 {
		font-size:1.8em;
	}
	
	h2 {
		font-size: 1.4em;
	}
	
	#footer {
		text-align:center;
	}
	
	.alignright {
		text-align: inherit;
	}
	
	.home #pageTitle {
		bottom: 0;
	}
	
	#pageTitle {
		bottom: 40%;
	}
	
	#pageTitle h3{
		font-size:1.5em;
	}
	
	.blockReserveren {
		top:initial;
		bottom: -20px;
		top:initial;
	}
	
	.blockRes {
		position: relative !important;
		bottom: initial !important;
	}
	
	.blockReserveren .elementor-widget-container{
		float:none;
		margin: 0 auto;
	}
	
	.blockReserveren {
		width: 90%;
		bottom: 40px;
		position: relative;
		margin: 0 auto;
	}
	
	.blockReserveren button {
   	 width: 100%;
	}
	
	.home #pageTitle {
   		bottom: 40%;
	}
	
	.select-style {
		width: 100%;
		margin-bottom: 15px;
	}
}

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