html{
    background-color: #475121;
}

body{
    padding: 0;
    margin: 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
    color: #333;
}
img{
    max-width: 100%;
}

.container{
    position: relative;
}

.container-fluid{
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}
header .container-fluid{
    overflow: visible;
}

.btn-gold, 
.wpforms-submit, 
.wp-block-button__link,
.rtb-booking-form-form .rtb-form-submit button[type="submit"]{
  color: #475121 !important;
  background-color: #D1A03B !important;
  border-color: #bc9035 !important;
  border-radius: 2px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-size: 20px;
  font-weight: bold;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus,
.btn-gold.active,
.wpforms-submit:hover, 
.wp-block-button__link:hover,
.rtb-booking-form-form .rtb-form-submit button[type="submit"]:hover{
  background-color: #D4AE31 !important;
  border-color: #D4AE31 !important;
  text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Playball', cursive;
    color: #475121;
}

.content-main a{
    font-weight: bold;
    color: #475121;
    text-decoration: none;
}
.content-main a:hover{
    color: #313817;
    text-decoration: underline;
}

/* header top-bar*/
.top-bar{
    background-color: #CCCDBC;
    overflow: hidden;
    height: 50px;
    font-size: 29px;
    color: #475121;
    line-height: 50px;
}
.top-bar a{
    color: #475121;
}
.top-bar img{
    margin-bottom: 6px;
}

.top-bar img:first{
    margin-left: 10px;
}

/* header navigation */
.navigation{
    background-color: #475121;
    height: 150px;
    width: 100%;
    font-size: 1.0625rem;
}

#header-image {
    width: 286px;
}

.navbar button{
    height: 65px;
    margin-left: 20px;
}

nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    
    display: table;
}
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
nav a{
    display: block;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 64px;
}
nav a:hover{
    background: #D1A03B;
    color: #475121;
    border-radius: .25rem;
}
nav ul li:hover{
    background-color: #D1A03B;
    color: #475121;
}
nav ul li:hover a{
    color: #475121;
}
nav ul ul{
    display: none;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
nav ul ul:nth-child(odd){
    background-color: #333;
}
nav ul ul li{
    min-width: 230px;
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul li a{
    color: #222;
    line-height: 60px;
    background-color: #fff;
}
nav ul ul li a:hover{
    background-color: #eee;
    color: #222;
}
nav ul li:hover > ul{
    display: inherit;
}

nav ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

nav ul ul ul li a {
    background-color: #fff;
}

nav ul ul ul li a:hover {
    background: #366591;
    color: #fff;
}

.navigation .current-menu-item > a,
.navigation .current-menu-ancestor > a,
.navigation .current_page_item > a,
.navigation .current_page_ancestor > a {
    font-weight: bold;
}

.mobile-menu{
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  display: none;
  padding-bottom: 50px;
}
.mobile-menu i{
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px 30px;
    font-size: 50px;
    color: #fff;
}
.mobile-menu a{
    font-size: 30px;
    padding: 15px 0px;
    text-center: center;
}
.mobile-menu #menu-hoofdmenu{
    width: 100%;
    text-align: center;
}
.mobile-menu #menu-hoofdmenu li{
    width: 100%;
}
.mobile-menu .sub-menu{
    display: block;
    position: unset;
}
nav.mobile-menu ul ul li a {
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.mobile-bar{
    display: none;
    float: right;
    font-size: 40px;
    color: #fff;
    right: 20px;
    position: absolute;
}

/* header image */
.header-image {
    height: 650px;
    background: url(../images/header1.png) no-repeat center center;
    margin-bottom: 50px;
    background-size: cover;
}

.header-content{
    padding-top: 80px;
}

.header-content .line{
    height: 3px;
    background-color: #fff;
    width: 200px;
    float: left;
}

.header-welcome{
    padding:0 10px; 
    font-size: 72px;
    color: #D1A03B;
    float: left;
    margin-bottom: 20px;
}
.header-title{
    color: #fff;
    font-size: 72px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}
.header-title::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 846px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.header-title::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 846px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

/* Content */
.content-book {
    min-height: 230px;
    background-color: #475121;
    margin-top: -150px;
    border-radius: 5px;
    padding-top: 30px;
    color: #EEE;
    text-transform: uppercase;
    z-index: 2;
	padding: 30px 50px;
}

.content-book .datepicker{
    border: 1px solid #fff;
    line-height: 71px;
    padding: 0px 30px;
}

.content-book h3{
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.content-book button{
    border-radius: 0px;
    height: 75px;
    text-transform: uppercase;
}

.date{
    width: 550px;
    height:  75px;
    border: 2px solid #EEE;
    margin-right: 25px;
}

.datepicker input{
    width: 155;
    background-color: #475121;
    border: 0;
    color:  #FFF;
    -webkit-appearance: none
}

.availability .btn-gold{
    margin-left: .5rem;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\25BC"; 
    color: #555;
    padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }

input[type="date"]:focus {
    outline: none !important;
}
.datepicker input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
.datepicker input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.datepicker input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

.datepicker i{
    font-size:  25px;
    margin: 0px 10px;
}

#arrival, #departure{
    font-size: 25px;
    display: inherit;
}

.availability{
    margin-top: 30px;
}

.content-main {
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-main p:last-child{
    margin-bottom:  0px;
}

.content-main h3{
    font-size:  36px;
}

.home-img{
    width: 100%;
}

#hero{
    padding: 130px 0px;
    background-color: #222;
}
#hero h2{
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.content-cards {
    background: url(../images/bg-cards.jpg) no-repeat center center;
    background-size: cover;
    margin: 30px 0px 0px 0px;
    
}

.content-cards .container{
    height: 100%;
    
}

.content-cards a{
    color: #475121;
}

.card{
    position: relative;
    height: 270px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    overflow: hidden;
}
.card img{
    width: 100%;
}
.card a{
    background-color: rgba(204, 205, 188, 1);
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 17px 0px;
    height: 70px;
    text-decoration: none;
    width: 100%;
}
.card a:hover{
   background: #D1A03B;
   color: #475121;
}

.content-socials {
    background-color: #CCCDBC;
    font-size: 36px;
    color: #475121;
    padding: 70px 0px;
}
.content-socials a{
    color: #475121;
}

.content-socials img{
    max-width: 100%;
    max-height: 160px;
}

/* footer */

footer{
    padding-top: 80px;
    background-color: #475121;
}

.footer{
    overflow: hidden;
    color: #FFF;
    padding-bottom: 40px;
    border-bottom: 1px solid #313817;
}

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

.footer h2{
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.footer p{
    font-size: 15px;
    text-decoration: none;
}

.footer a{
    text-decoration: none;
    color: #FFF;
}

.footer a:hover{
    text-decoration: underline;
}

.footer-menu a{
    color: #fff;
    text-decoration: none;
}
.footer-menu a:hover{
    text-decoration: underline;
}

.hm-link{
    text-align: center;
    background-color: #475121;
    color: #FFF;
    padding: 25px 0px;
}
.hm-link img{
    width: 120px;
}

/* rate box */
.ratebox__header{
    background-color: rgb(209, 159, 59) !important;
}
.cubilis-ratebox h2{
    font-family: 'Open Sans', sans-serif;
}

/* pop up styling */
.popmake-title{
    font-family: 'Playball', cursive !important;
    color: #D1A03B !important;
	margin-bottom: 20px !important;
}
.popmake{
	padding: 30px !important;
	border: none !important;
}
.popmake img{
	max-width: 100% !important;
}

.rtb-booking-form-form .date{
	border: none;
}

.rtb-booking-form fieldset legend {
    color: #475121;	
}

.rtb-textarea.bericht #rtb-bericht{
	height: 120px;
}

.rtb-booking-form input:not([type="radio"]),
.rtb-booking-form select,
.rtb-booking-form textarea {
  min-width: 600px !important; /* or any other desired width */
}

.rtb-message{
	background: #e0ffc7;
    border: 1px solid #b4d39b;
    box-sizing: border-box;
}

.pt-checkout-form{
	width: 100% !important;
}
.paytium-quantity-input{
	float: none !important;
}
