:root {
  --primary-color: #e9dfa4; /*  */
  --secondary-color: #6c757d; /*  */
  --background-color: #f8f9fa; /*  */
  --text-color: #ffffff; /*  */
}
.header-middle {
  background: #ec5430 none repeat scroll 0 0;
}

.header-middle .header-middle-right ul li a {
 background-color: #e9dfa4;
}

.header-middle .header-middle-right ul li a :hover {
  color: #5c3f36;
  background-color: #d4ad7c;
 }

 .header-middle .header-middle-right ul li i {
  border: 1px solid #5c3f36;
  color: #5c3f36;
}

.header-middle .header-middle-right ul li a:hover {
  background: #d4ad7c;
}

.header-top {
  background: #e93e1c;
}
.main-header-area .main-header .mainmenu {
  background: #a5d7f0;
}

.header-middle {
  background: #fff none repeat scroll 0 0;
}

.main-header-area .main-header .search-area {
  background: #a5d7f0;
}

.header-top .header-top-right ul li a {
  color: var(--text-color);
}

.btn-h {
  background-color: #02018f;
  border: 2px solid #02018f;
}

.btn-h:hover {
  color: black;
}

.btn-a {
  background-color: #02018f;
  border: 2px solid #02018f;
  
}

.btn-a:hover {
 color: black;
}



.slider {
  position: relative;
  background: #ffffff;
  margin-top: 0px;
}

.slider .item-content .item-slider .content-slider .content-all p {
  color: var(--text-color);
}

.item-slider .content-slider p {
  color: #337ab7;
}

.requiredstar::after {
	content: '*';
	font-family: 'Courier';
	color: red;
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: red;
}

figure {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    height: auto;
}


figure.image-left {
    float: left;
    margin: 0px 10px 0px 0px;
}

figure.image-right {
    float: right;
    margin: 0px 0px 0px 10px;
}

figure.image-center {
    margin: 0;
}


figure.image-left img, figure.image-right img, figure.image-center img, figure img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

figure.image-center img {
  max-width: 100%;
  height: auto;
}

.page-banner ul li {
  font-size: 15px;
  color: #5c3f36;
}

.page-banner ul li.page-link {
  color: #fe5151;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

/* .row.fotoBreed {
  margin-left: 0px;
  margin-right: 0px;
}

.row.video, .row.inhoudButton, .row.tekstBlok {
  margin-left: -30px;
  margin-right: -30px;
}

.rechtsTitelTekst {
  margin-left: -30px;
} */

.header-top-left ul li a {
  color: var(--text-color);
  display: block;
  transition: all 0.5sease 0s;
}

.header-top-left ul li a:hover {
  color: var(--text-color);
}

.mb-3 {
  margin-bottom: 15px;
}

.partner-area .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/*blogs overzicht*/
.blog-area {
  margin-bottom: 30px;
}

.blog-item {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.blog-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.blog-image.entry {
  width: 50%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.blog-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.blog-intro {
  font-size: 16px;
  color: #666;
}

.pagination {
  margin-top: 20px;
}
.search-form {
  display: flex;
  align-items: center;
}

.search-form input {
  flex: 1;
  margin-right: 10px;
  margin-left: 0px;
  height: 48px;
}

.search-form button {
  flex-shrink: 0;
}

.sidebar hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-content {
  margin: 30px 0;
}

.footer-subscribe a {
  margin-left: 10px;
}

.reservation-form form textarea {
  min-height: 80px;
  resize: vertical;
  width: 100%;
  background-color: var(--text-color);)
}

.main-header-area .main-header .search-area ul li:first-child input {
  margin-right: 1rem;
}

.paginaTitel {
  margin-top: 40px;
}

.paginaTitel .page-section {
  margin: 0px;
}

.section {
  margin: 0 0 50px;
  padding-top: 50px;
}

.video-area.section {
  padding-top: 200px;
}

.event-tickets-area .row.heading  {
padding: 10px 0;
text-transform: uppercase;
color: #5c3f36;
font-weight: bold;
border-bottom: 2px solid #f4f4f4;
width: 100%;
margin-bottom: 1rem;
}

.event-tickets-area .row.data  {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  }

.event-tickets-area .row.data h4 {
  margin: 0;
  font-size: 20px;
  color: #5c3f36;
}

.event-tickets-area .row.data figure {
  display: inline-block;
  float: left;
  padding-right: 20px;
}

.event-tickets-area .row.data ul li a i {
  padding: 1px 0;
  display: block;
}

.event-tickets-area .row.data ul li {
  display: inline-block;
}

.event-tickets-area .row.data p {
  margin: 0 0 5px;
  color: #5c3f36;
  font-weight: 700;
}

.event-tickets-area .row.data ul li a {
  color: #ffffff;
  background-color: #5c3f36;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 2px;
  font-size: 16px;
  text-align: center;
  padding: 1px;
}

.event-tickets-area .row.data ul li a:hover {
  background-color: #fe5151;
}

.event-tickets-area #loading-row {
  margin-top: 2rem;
  text-align: center;
  border: none;
}


@media (min-width: 768px) {

.footer-day.footer-content {
  text-align: center;
}

footer .footer-top .footer-day table {
  display: inline-block;
  margin: none;
}

}

.main-header-area .main-header .mainmenu ul li a {
  color: #000;
}

.main-header-area .main-header .mainmenu ul li a:hover {
  color: #fff;
}

.main-header-area .main-header .search-area ul li:last-child i {
  border-left: 1px solid black;
  color: black;
  padding-left: 10px;
}

.logo-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slicknav_menu {
  font-size: 16px;
  background: #e93e1c;
  padding: 5px;
}

.logo-area-mobiel-area {
  display: none;
}

@media (max-width: 768px) {
 .logo-area-mobiel-area {
    display: block;
  }
}

.main-header-area .main-header .mainmenu ul li.active a {
  color: #fff;
}

.gallery {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.gallery .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery:hover .overlay {
  opacity: 1;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px 14px;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
  border-radius: 4px;
}

.nav-arrow.left {
  left: -40px;
}

.nav-arrow.right {
  right: -40px;
}

.main-header-area {
  z-index: 2;
}

.gallery-thumb {
  position: relative;

}

.classimggallerij {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}