body {
  font-family: Abel !important;
  font-size: 18px !important;
}

p {
  line-height: 30px;
  margin-top: 0;
}

h1 {
  margin: 20px 0;
  padding: 0px;
  color: rgb(194, 151, 4);
  font-size: 30px;
}

h2 {
  margin: 20px 0;
  color: #692dac;
  font-size: 20px;
}

input {
  font-family: inherit;
  font-size: inherit;
}

ul {
  color: #546a7f;
  line-height: 30px;
}

a {
  color: rgb(194, 151, 4);
  text-decoration: none;
}

a:link {
  color: rgb(194, 151, 4);
  text-decoration: none !important;
}

a:hover {
  color: #86570e;
  text-decoration: none !important;
}

.header-container {
  width: 100%;
  height: 150px;
}

.header-inner-container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.logo-container {
  float: left;
  width: 30%;
}

.logo-container img {
  width: 250px;
  margin-top: 25px;
}

.message-container {
  float: left;
  width: 50%;
  margin-top: 50px;
  text-align: center;
  background-color: #f4ebff;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0 4px 0 4px;
}

.message-container.empty {
  background: none;
}

.language-container {
  margin-top: 50px;
}

.language-container a {
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
  border-left: 1px solid #696969;
  text-decoration: none;
  background-color: transparent;
  padding: 2px 6px;
  color: #696969;
  font-size: 14px;
}

.language-container a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.language-container a:last-child {
  border: 1px solid #696969;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.language-container a.selected {
  border: 1px solid #696969;
  text-decoration: none;
  background-color: #696969;
  padding: 2px 6px;
  color: #fff;
  font-weight: bold;
}

.mainmenu-container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  background-color: #696969;
  border-bottom: 1px solid rgb(194, 151, 4);
  margin-top: -35px;
  z-index: 0;
  position: relative;
}

.mainmenu {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: #696969;
}

.mainmenu a li {
  display: inline-block;
  padding: 10px 20px;
  margin: 0px;
  color: #fff;
  background-color: transparent;
}

.mainmenu a li:hover {
  display: inline-block;
  padding: 10px 20px;
  margin: 0px;
  color: #fff;
  background-color: #658099;
}

.mainmenu a.mainmenu_selected li {
  display: inline-block;
  padding: 10px 20px;
  margin: 0px;
  color: #fff;
  background-color: rgb(194, 151, 4);
}

.eyecatcher-container {
  width: 100%;
  height: 200px;
  margin-top: -35px;
  z-index: 100;
  background-size: cover;
  background-position: center 74%;
}

.reservation-container {
  display: none; // Tijdelijk uitgeschakeld
  width: 700px;
  padding: 10px;
  box-sizing: border-box;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(194, 151, 4);
  margin-top: -40px;
  border-radius: 4px;
}

.reservation-title {
  width: 100%;
  min-height: 20px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.reservation-arrival {
  width: 290px;
  height: 50px;
  line-height: 50px;
  float: left;
}

.reservation-arrival .title,
.reservation-departure .title {
  color: #fff;
}

.reservation-arrival input[type="date"],
.reservation-departure input[type="date"] {
  border: 1px solid #fff;
  background-color: #f3c277;
  border-radius: 4px;
  padding: 0px 5px;
}

.reservation-departure {
  width: 290px;
  height: 50px;
  line-height: 50px;
  float: left;
}

.reservation-button {
  width: 100px;
  height: 50px;
  line-height: 50px;
  float: left;
}

.reservation-button input[type="submit"] {
  background-color: #546a7f;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}

.content-intro-container {
  width: 1040px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.content-block {
  width: 333px;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}

.content-block.last {
  margin-right: 0px;
}

.rooms-block {
  width: 25%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.rooms-block .button-title {
  padding: 10px 0px;
  font-weight: bold;
}

.content-pros-container {
  width: 1040px;
  min-height: 120px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 60px;
}

.pros-block-text {
  width: 75%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.pros-block {
  width: 25%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  box-sizing: border-box;
}

.pros-block div {
  width: 100%;
  min-height: 50px;
  background-color: #fff3e0;
  padding: 15px;
  margin-right: -20px;
}

.pros-block span {
  font-weight: bold;
}

.pros-block ul {
  margin-bottom: 0px;
}

.content-sightseeings-container {
  width: 1040px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 60px;
}

.content-button {
  width: 25%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.button-title {
  padding: 10px 0px;
  font-weight: bold;
  font-size: 24px;
}

.button-image {
  height: auto;
}

.button-text {
  background-color: #eef7ff;
  padding: 10px;
}

.button-text div {
  float: right;
}

.content-content-container {
  width: 1040px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.footer-container {
  width: 100%;
  min-height: 50px;
  margin-top: 60px;
  background-color: #696969;
}

.footer-inner-container {
  width: 1040px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
}

.footer-address {
}

.footer-address div {
  font-size: 16px;
  color: #ffffff;
}

.footer-contactinfo {
  float: left;
  font-size: 16px;
  color: #ffffff;
}

.footer-mainmenu {
}

.footer_mainmenu {
}

.footer-extra {
}

.paragraphs_textcolumns {
  width: 25%;
  float: left;
  padding: 4px;
  margin-right: 10px;
}

.paragraphs_textcolumns:last-child {
  margin-right: 0;
}

.paragraphs_textcolumns ul li {
  text-align: left;
}

.paragraphs_textcolumns.one_column {
  width: 100%;
}

.paragraphs_textcolumns.two_columns {
  width: 50%;
}

.paragraphs_textcolumns.three_column {
  width: 33.33%;
}

.paragraphs_textcolumns.four_column {
  width: 25%;
}

.booking-container {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}

.ui-widget-header {
  background: #c29800 !important;
}

.footer-inner-container a,
.footer-inner-container a:link,
.footer-inner-container a:hover {
  color: rgb(194, 151, 4);
}

.footer-inner-container a:hover {
  text-decoration: underline !important;
}

.main-menu {
  background-color: #696969 !important;
  border-radius: 4px;
}

.nav-link {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .menu-item a {
    margin: 0 0 0 30px;
  }

  .menu-item a:hover {
    margin: 0 0 0 35px;
  }
}
