/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
	-moz-osx-font-smoothing: grayscale;
}
a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
em {
	color: #777 !important;
}
h4 {
	margin-bottom: 10px !important;
}
h4 + p {
	margin-top: 0;
}
.widget-title {
	display: none;
}
.page #genesis-content, .page #genesis-sidebar-primary {
	padding-top: 60px;
}
.lowercase {
	text-transform: lowercase;
}
.uk-slidenav-previous:before {
  	content: "" !important;
	background-image: url('images/pijltie_links.png');
	background-repeat: no-repeat;
	background-size: 16px 24px;
	height: 24px;
	width: 16px;
	display:block;
}
.uk-slidenav-next:before {
  	content: "" !important;
	background-image: url('images/pijltie.png');
	background-size: 16px 24px;
	background-repeat: no-repeat;
	height: 24px;
	width: 16px;
	display:block;
}
.uk-slidenav-position .uk-slidenav-previous:hover,
.uk-slidenav-position .uk-slidenav-next:hover {
  	opacity: 1;
  	cursor: pointer;
}
.uk-slidenav-position .uk-slidenav-previous {
	left: 25px;
	opacity: 0.7;
}
.uk-slidenav-position .uk-slidenav-next {
	right: 25px;
	opacity: 0.7;
}
.arrangement .uk-slidenav-next:before,
.arrangement .uk-slidenav-previous:before {
	height: 24px;
	width: 16px;
	background-size: 16px 24px;
}
.arrangement .uk-slidenav-next:before {
	background-position: center;
}
.arrangement .uk-slidenav-previous:before {
	background-position: center;	
}
.arrangement .uk-slidenav {
	height: 24px;
	width: 16px;
}
.uk-dotnav > * {
	padding-left: 16px;
}
.uk-dotnav-contrast > .uk-active > * {
    background: #b78200;
}
.uk-dotnav-contrast > * > * {
    background: rgba(255, 255, 255, 1);
}
.uk-button-arrow {
	padding-left: 25px !important;
	padding-right: 75px !important;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.25)
}
.uk-button-arrow:after {
	position: absolute;
	right: 25px;
	content: "";
	width: 25px;
	height: 46px;
	line-height: 46px;
	background-image: url(images/De_Raedtskelder_pijl.png);
	background-size: 25px 12px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-arrow:hover:after {
	right: 20px;
}
.uk-button-primary.uk-button-arrow:after {
	background-image: url("images/pijl_goud.svg");
}
.uk-button-download {
	padding-right: 85px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-right: 10px;
}
.uk-button-download:after {
	position: absolute;
	right: 20px;
	content: "PDF";
	font-size: 14px;
	font-weight: 600;
	font-family: 'Mulish';
	text-align: right;
	width: 85px;
	height: 28px;
	line-height: 46px;
	background-image: url('images/De_Raedtskelder_download_bottom.png'), url('images/De_Raedtskelder_download_arrow.png');
	background-size: 15px 6px, 9px 8px;
	background-position: center 22px, center 14px;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-phone {
	padding-left: 50px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-right: 20px;
}
.uk-button-phone:before {
	position: absolute;
	left: 20px;
	content: "";
	width: 20px;
	height: 46px;
	line-height: 46px;
	background-image: url('images/De_Raedtskelder_phone_button.png');
	background-size: 20px 27px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-mail {
	padding-left: 65px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-right: 20px;
}
.uk-button-mail:before {
	position: absolute;
	left: 20px;
	content: "";
	width: 30px;
	height: 46px;
	line-height: 46px;
	background-image: url('images/De_Raedtskelder_mail_button.png');
	background-size: 30px 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-download:hover:after {
	background-position: center 22px, center 17px;
}
#hero {
	background-size: cover;
	background-position: center center;	
	position: relative;
}
#hero .uk-overlay {
	padding-bottom: 60px;
}
.home #genesis-content {
	padding-top: 0px;
	padding-bottom: 0;
	position: relative;
}
.home article {
	margin: 0;
	padding-top: 0;
}
.home #tm-main .uk-panel {
	padding: 100px 45px;
}
.home #tm-main #tm-content .uk-grid > div:last-child {
	padding-left: 0 !important;
}
.home .goud, .home .grijs, .home .wit, .alignfull {
	height: 100%;
	padding: 0 !important;
	margin-bottom: 0;
}
.home .tekst {
	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
	padding: 120px 45px;
}
.wp-block-media-text > div {
	padding: 120px 45px !important;
}
.home .foto > div {
	height: 100%;
}
.home .goud {
	background: #b78200;
}
.home .grijs {
	background: #4b4b4b;
}
.home .wit {
	background: #fff;
}
.home .wit .faciliteiten ul > li:last-child {
	line-height: 40px;
	height: 40px;
	display: flex;
}
.home .goud div > *, 
.home .grijs div > * {
	color: #fff;
}
.home .wit span {
	font-family: 'IM Fell English';
  font-style: italic;
  font-size: 60px;
}
.icon-ul {
	list-style: none !important;
	list-style-type: none !important;
	text-align:left !important;
	padding-left: 0 !important;
} 
.icon-ul > li {
	list-style-type: none !important;
}
.icon-ul > li i {
	margin-right: 25px;
	line-height: 40px;
	text-align: center;
	width:24px;
}
.fa-terrace {
	position: relative;
	display: block;
	height: 40px;
	width: 25px;
}
.fa-terrace:before {
	background-image: url('images/terras.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18.5px auto;
	content: "" !important;
	display: block !important;
	top: 0px;
	left: 0;
	position: absolute !important;
	width: 24px !important;
	height: 40px;
}
.home .goud h3, .home .grijs h3, .home .wit h3  {
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 35px;
}
.home .wp-block-cover h2 {
	font-size: 80px;
	line-height: 84px;
	font-weight: 200;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.75);
	margin-bottom: 60px;
}
.spreuk h3 {
	font-family: 'IM Fell English';
	font-style: italic;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0 !important;
	font-weight: 400;
	padding: 100px 45px;
} 
.home .photo {
	position: relative;
	height: 100%;
}
.home .photo .background-cover {
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
}
.home .photo .uk-overlay-panel, .home #tm-bottom-d .uk-panel-box-secondary {
	z-index: 3;
	padding: 100px 45px;
}
.home .photo .uk-overlay-panel {
	background: rgba(0,0,0,0.1);
}
.home .uk-panel.photo,
.home .uk-panel.photo > div,
.home .uk-panel.photo > div > div {
	height: 100%;
}
.home .photo .uk-button {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.25);
}
.home .uk-button-primary {
	background: #fff !important;
	color: #b78200 !important;
}
.home .bottom-d h2 {
	font-size: 64px;
	line-height: 70px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 40px;
}
.home .bottom-d .photo h2 {
	text-shadow: 0 0 15px rgba(0,0,0,0.75);	
}
.home .bottom-d 

.home .uk-grid + .uk-grid {
	margin-top: 0;
}
.home .image {
	border: 0;
}
#top-a section {
	margin: 0;
}
#tm-top-a .uk-overlay-bottom {
	bottom: 40px;
	padding-top: 0;
}
#top-a section.widget_text {
	display: none;
}
#tm-top-b {
	margin-top: -35px;
}
#tm-top-b .uk-panel {
	padding-bottom: 26px;
}
#tm-top-b .uk-panel, #tm-top-b .uk-panel > div {
	height: 100%;
}
#tm-top-b .uk-panel > div {
	position: relative;
}
#tm-top-b p {
	padding: 0 15px;
}
#tm-top-b h2 {
	font-family: 'IM Fell English';
	font-style: italic;
	color: #b78200;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 20px;
}
#tm-top-c {
	background: #5d5d5d;
	margin-left: 0;
	position: relative;
}
#bottom-c section {
	width: 33.3333%;
}
#bottom-c section > div, #bottom-c section > div > div {
	height: 100%;
}
#bottom-c section:nth-child(2) {
	background: #4b4b4b;
}
#bottom-c section:nth-child(2) > div {
	padding: 100px 45px;
	text-align: center;
	color: #fff;
}
#bottom-c h2 {
	font-size: 64px;
 	line-height: 70px;
  	font-weight: 200;
  	color: #fff;
  	margin-bottom: 40px;
}
#bottom-c .textwidget .uk-grid {
	margin-left: -25px;
}
#bottom-c .textwidget .uk-grid > * {
	padding-left: 25px;
}
#bottom-d {
	position: relative;
  	box-sizing: border-box;
  	float: left;
  	width: 100%;
}
#bottom-d .bottom-d {
	max-width: 1240px;
 	margin: 0 auto;
	padding: 0 30px;
}
.page-id-935 .content-sidebar-wrap {
	max-width: 1240px;
  	margin: 0 auto;
	padding: 0 30px;
}
.page-id-935 .content {
	width: 70%;
}
.nav-primary .wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}
.nav-primary ul > li:first-child > a {
	padding-left: 0;
}
.title-area > div {
	max-width: 1240px;
	height: 100%;
}
.wp-custom-logo .site-container .title-area {
	width: 100%;
	max-width: none;
	height: 100px;
	padding: 0;
}
.wp-custom-logo .title-area img {
	width: 160px;
}
.search h4 {
	display: none;
}
.search .widget {
	margin: 0;
}
.title-area .uk-container:before,
.title-area .uk-container:after{
	display: none;
}
.genesis-nav-menu .sub-menu {
	background: #4b4b4b;
	width: 200px;
	padding: 20px;
	box-sizing: border-box;
	border: none;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #f0e6d0;
  	font-size: 14px;
  	padding: 4px 0px;
	background: none;
	border: none;
	font-weight: 400;
	height: auto;
	line-height: 28px;
}
.nav-primary .genesis-nav-menu .sub-menu a:focus {
	border: none;
}

/* -------- OVER DE RAEDTSKELDER ---------- */


.page-id-6 .uk-width-medium-3-4 > .uk-width-medium-1-1 p:first-child, .single-arrangement .tm-article-container p:first-child {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.page-id-6 .uk-article-title, #hero .uk-article-title {
	color: #fff;
	font-family: 'IM Fell English';
	font-style: italic;
	font-size: 65px;
	line-height: 78px;
	font-weight: 400;
	text-shadow: 5px 5px 15px rgba(0,0,0,0.4);
	padding-right: 25px;
}
.faciliteiten {
	font-size: 16px;
	line-height: 24px;
}
.faciliteiten h5 {
	font-size: 21px;
	color: #b78200;
}
.faciliteiten ul {
	padding-left: 20px;
}
.verleden, .heden {
	margin-top: 45px;
}
.verleden p, .heden p {
	margin-bottom: 20px !important;
}
/* -------- DOWNLOADS ---------- */

.downloads {
	background: #fafafa;
	line-height: 32px;
	padding: 15px 25px;
	display:flex;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.downloads i {
	font-size: 32px;
	padding-right: 10px;
	width: 40px;
	justify-content: center;
	display: flex;
}
.downloads:hover {
	background: #f6f6f6;
}

/* -------- OPEN DAGEN ---------- */

.open-dagen-button {
	position: fixed;
	top: 225px;
	right: 0;
	border-radius: 16px 0 0 16px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	padding-left: 0 !important;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25)
}
.open-dagen-button div {
	padding: 12px 16px;
	background:#fff;
	display: flex;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.open-dagen-button div > i {
	color: #b78200;
	padding-right: 12px;
	font-size: 26px;
}
.open-dagen-button div:first-child {
	border-bottom: 1px solid #eee;
	border-radius: 16px 0 0 0;
}
.open-dagen-button div:last-child {
	border-radius: 0 0 0 16px;
}
.open-dagen-button a {
	color: #b78200;
	font-family: "IM Fell English";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.75px;
}
.open-dagen-button div:hover {
	background: #f5f5f5;	
}
.open-dagen {
	margin: 0 auto;
}
.open-dagen .uk-panel {
	padding: 30px 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
.open-dagen .uk-panel > * {
	color: #b78200;
}
.open-dagen .uk-grid > * {
	padding-left: 30px;
}
.open-dagen .uk-grid {
	margin-left: -30px;
}
.weekdag {
	text-transform: lowercase;
	font-style: italic;
	margin-bottom: 0px !important;
	font-family: 'IM Fell English';
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 24px !important;
}
.dag {
	margin-top: 25px;
	font-size: 100px;
	line-height: 80px;
	font-weight: 600;
	margin-bottom: 25px;
}
.maand {
	font-family: 'IM Fell English';
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
	text-transform: uppercase;
}
.tijden {
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
}
#field_1-0 label, .fieldCalendarService > select {
	display: none !important;
}
.fields .dfield input, #fbuilder label {
font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  height: 36px;
  padding: 0 10px 0 0;
  outline: none !important;
}
.captcha {
	font-size: 16px;
}
.fields .dfield input, .captcha .dfield input, #hdcaptcha_cancel_post {
	border-radius: 0 !important;
	border: 1px solid #cccccc;
	color:#333 !important;
	padding-left: 8px !important;
}
.captcha .dfield input, #hdcaptcha_cancel_post {
	font-weight: 400;
  line-height: 36px;
  height: 36px;
  padding: 0 10px 0 0;
  outline: none !important;
	font-size: 16px;
}
#fbuilder .ui-datepicker .ui-datepicker-prev, #fbuilder .ui-datepicker .ui-datepicker-next {
	background-image: none !important;
}
#fbuilder .ui-datepicker {
	z-index: 1000 !important;
}
.ahb_m3 #fbuilder td a, .ahb_m3 #fbuilder td span {
	line-height: 25px;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default {
	background: #555 !important;
	color: #fff !important;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
	background: #b78200 !important;
}
.ahb_m3 #fbuilder .ui-datepicker th {
	font-weight: 400 !important;
}
.ahb_m3 #fbuilder .slots div.currentSelection.htmlUsed a {
	background: #eee !important;
	color: #555 !important;
	border-color: #555 !important;
}
.ahb_m3 #fbuilder .slots div a {
	background: #555 !important;
	color: #eee !important;
	border: 2px solid #555 !important;
}
.ahb_m3 #fbuilder a.cancel::before {
	margin-top: 0 !important;
}
.ahb_m3 #fbuilder .slots div.htmlUsed a {
	border-color: #f7f7f7 !important;
	background: #f7f7f7 !important;
  	color: #ccc !important;
}
.slots > span {
	display: none !important;
}
.availableslot {
	margin-top: 0 !important;
}
.ahb_list_time {
	position: relative;
	padding-left: 190px;
}
.ahb_list_time:before {
	content: "Gekozen datum & tijd:";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 23px;	
}
.ahb_list_service {
	display: none !important;
}
.ahb_m3 #fbuilder .slots div:not(.htmlUsed) a:hover {
	
}
#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
	border: none !important;
  box-shadow: none !important;
  overflow: visible;
  font-family: 'Mulish' !important;
  color: #ffffff !important;
  text-transform: none !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 0 25px !important;
  background: #b78200 !important;
    background-color: rgb(183, 130, 0);
  vertical-align: middle !important;
  line-height: 46px !important;
  min-height: 46px !important;
  font-size: 17px !important;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  border-radius: 50px !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  outline: none !important;
  margin-top: 25px !important;
}
.tm-content + .tm-main-bottom {
	padding-top: 60px;
}
#tm-main-bottom h5 {
	margin-bottom: 30px;
}
#tm-main-bottom .uk-button {
	margin-top: 20px;
	margin-bottom: 0;
}

.uk-article + .uk-article {
    margin-top: 45px;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.uk-article-title {
	font-weight: 600;
}
.faq-title {
	margin-bottom: 5px;
	color: #b78200;
}
.arrangementen-filter {
	height: 200px;
	width:100%;
}
.arrangementen-filter h1 {
	font-size: 64px;
	font-family: 'IM Fell English';
	font-style: italic;
	line-height: 64px;
	font-weight: 400;
	text-indent: 15px;
}
.filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-bottom: 18px;
	}
.filter ul > li {
	float: left;
    position: relative;
	background: none !important;
	color: #dbdbdb;
}
.filter ul > li > a {
	background: none !important;
	padding: 0 10px;
	color: #DBDBDB;
}
.filter ul > li > a:hover {
	color: #fff !important;	
}
.arrangement .uk-grid {
	position: relative;
	box-sizing: border-box;
}
.arrangement:nth-child(even) .fotos {
	left: 50%;
	box-sizing: border-box;
	position: relative;	
}
.arrangement:nth-child(even) .tekst {
	left: -50%;
	box-sizing: border-box;
	position: relative;
	text-align: right;
	padding-right: 30px;
}
.arrangement:nth-child(odd) .fotos {
	padding-right: 30px;
}
.arrangement .uk-slidenav-position .uk-slidenav {
	display: inline-block !important;
}
#tm-main {
	padding-top: 60px;
	padding-bottom: 60px;
} 
.image {
	border-radius: 50%;
	border: 8px solid #fff;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center; 
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
}
.text {
	display: block;
	position: relative;
}
.button {
	position: absolute;
	bottom: 0px;
	width:100%;
}
.phone, .email, .location {
	font-family: 'IM Fell English';
	font-size: 19px;
	line-height: 30px;
	color: #4b4b4b;
	display: block;
	position:relative;
	float: left;
}
.phone:before, .email:before, .location:before {
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}
.phone {
	font-size: 18px;
	padding-right: 60px;
	padding-left: 30px;
	font-family: 'Averia Libre';
}
.phone:before {
	background-image: url(images/De_Raedtskelder_phone.png);
	background-size: 20px 30px;
	width: 20px;
}
.email {
	padding-right: 60px;
	padding-left: 37.5px;
}
.email:before {
	background-image: url(images/De_Raedtskelder_email.png);
	background-size: 27.5px 20.5px;
	width: 27.5px;
}
.email a, .phone a {
	color: #4b4b4b;
}
.email a:hover, .phone a:hover {
	color: #888;
}
.location {
	padding-left: 28.5px;
}
.location:before {
	background-image: url(images/De_Raedtskelder_location.png);
	background-size: 18.5px 27.5px;
	width: 18.5px;
}
.tm-toolbar > div {
	position: relative;
}
.uk-toolbar > div {
	height: 130px;
}
.toolbar section {
	margin: 0;
}
.uk-navbar-nav > li:first-child > a {
	padding-left: 0;
}
.uk-nav-navbar > li > a {
	color: #f0e6d0;
	font-size: 14px;
	padding: 4px 20px;
}
.uk-dropdown {
	z-index: 9999;
}
.follow p {
	font-size: 15px;
	font-family: 'IM Fell English';
	color: #f0e6d0;
	letter-spacing: 1.5px;
	line-height: 47px;
	padding-top: 3px;
	display: block;
	float:left;
	margin: 0;
	padding-right: 10px;
}

/* ----- SOCIAL ICONS --------- */

.instagram, .facebook, .twitter {
	padding: 0 12px;
	display: block;
	float:left;
	background-repeat: no-repeat;
	line-height: 50px;
	background-position: center;
	opacity: 0.8;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.instagram:hover, .facebook:hover, .twitter:hover {
	opacity: 1;
}
.instagram {
	background-image: url(images/De_Raedtskelder_instagram_wit.png);
	background-size: 24px;
	width: 25px;
	height: 50px;
	
}
.facebook {
	background-image: url(images/De_Raedtskelder_facebook_wit.png);
	background-size: 12px 24px;
	width: 12.5px;
	height: 50px;
}
.twitter {
	background-image: url(images/De_Raedtskelder_twitter_wit.png);
	background-size: 26px 21px;
	width: 28.5px;
	height: 50px;
}
/* ----- DATE PICKER --------- */

#ui-datepicker-div {
	background: #fff !important;
  	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	padding: 15px;
	width: 360px;
}
#ui-datepicker-div  .ui-datepicker-title {
	padding-bottom: 10px;
	text-align: center;
}
#ui-datepicker-div  .ui-datepicker-next > span, #ui-datepicker-div .ui-datepicker-prev > span {
	position: absolute;
	text-indent: 0 !important;
}
#ui-datepicker-div  .ui-datepicker-next > span {
	right: 15px;
}
#ui-datepicker-div .ui-datepicker-prev > span {
	left: 15px;
}
#ui-datepicker-div th {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-calendar {
	width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar td {
	text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
	font-weight: 400;
	text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
	color: #b78200;
	text-align: center;
	font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-unselectable {
	text-align: center;
	color: #ccc;
}

/* ----- CONTACT PAGINA --------- */

.contact-data {
	padding: 0;
	margin-bottom: 30px;
}
.contact-data > li {
	float: none;
	padding-left: 50px;
	padding: 15px 50px;
	font-family: "IM Fell English";
	line-height: 30px;
	display: flex;
	height: auto;
}
.contact-data > li:before {
	width: 30px;
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	line-height: 30px;
}
.contact-data .phone {
	font-family: 'Averia Libre';
}
.contact-data .instagram, .contact-data .facebook, .contact-data .twitter {
	font-size: 21px;
	background-image: none;
	background-size: auto;
	position: relative;
	}
.contact-data .instagram a, .contact-data .facebook a, .contact-data .twitter a {
	color: #4b4b4b;
}
.contact-data .instagram:before {
	background-image: url(images/De_Raedtskelder_instagram.png);
	background-size: 24px;
}
.contact-data .facebook:before {
	background-image: url(images/De_Raedtskelder_facebook.png);
	background-size: 12px 24px;
}
.contact-data .twitter:before {
	background-image: url(images/De_Raedtskelder_twitter.png);
	background-size: 26px 21px;
}
.uk-accordion-default {
	padding-left: 0 !important;
	margin-top: 30px !important;
}
.uk-accordion-default > li {
	list-style-type: none !important;
}
.uk-accordion-content {
	padding: 10px !important;
}
.uk-accordion-title {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px 15px !important;
	font-size: 18px !important;
	line-height: 28px !important;
	cursor: pointer !important;
	border-bottom: 0px solid #dddddd !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
	background: #fafafa !important;
	display: block !important;
}
.offerte {
	box-shadow: none;
	background: #eee;
}
.offerte h3 {
	font-size: 28px;
	line-height: 36px;
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	border-radius: 0;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style .chosen-container, .with_frm_style .frm_primary_label {
	font-family: 'Mulish';
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	height: 36px;
	padding: 0 10px 0 0;
	outline: none !important;
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	border-radius: 0;
	padding: 0 10px;
}
.frm_style_formidable-style.with_frm_style textarea {
	font-family: 'Mulish';
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding: 0 10px;
	outline: none !important;
}
.with_frm_style .frm_inside_container {
	padding-top: 0 !important;
}
.with_frm_style .frm_radio input[type="radio"], .with_frm_style .frm_checkbox input[type="checkbox"] {
	height: 28px;
	width: 20px;
	-webkit-appearance: radio;
}
.with_frm_style .frm_inline_box {
	background: none !important;
	font-size: 16px !important;
	color: #333 !important;
	padding: 0 !important;
	border: none !important;
	font-family: 'Mulish' !important;
	
}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_html_container p, .frm_html_container ul > li  {
	font-family: 'Mulish';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 25px !important;
}
.frm_button_submit {
	border: none !important;
	box-shadow: none !important;
	overflow: visible;
	font-family: 'Mulish' !important;
	color: #ffffff !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	padding: 0 25px !important;
	background: #b78200 !important;
    vertical-align: middle !important;
    line-height: 46px !important;
    min-height: 46px !important;
    font-size: 17px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    border-radius: 50px !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	outline: none !important;
	margin-top: 25px !important;
}
.frm_button_submit:hover {
 	background-color: #a67600 !important;
	color:#ffffff !important;
}
.frm_prev_page {
	border: none !important;
	box-shadow: none !important;
	overflow: visible;
	font-family: 'Mulish' !important;
	color: #ffffff !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	padding: 0 25px !important;
	background: #4b4b4b !important;
    vertical-align: middle !important;
    line-height: 46px !important;
    min-height: 46px !important;
    font-size: 17px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    border-radius: 50px !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	outline: none !important;
	margin-top: 25px !important;
}
.frm_prev_page:hover { 
	background-color: #323232 !important;	
	color:#ffffff !important; 
}
.frm-edit-page-btn {
	border: none !important;
	box-shadow: none !important;
	overflow: visible;
	font-family: 'Mulish' !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	background: #4b4b4b !important;
    vertical-align: middle !important;
    line-height: 32px !important;
    min-height: 32px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	outline: none !important;
}
.frm_form_field div.frm_repeat_grid .frm_add_form_row, .frm_form_field div.frm_repeat_inline .frm_add_form_row, .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row, .frm_remove_form_row {
	border: 0px solid #999 !important;
	color: #303030 !important;
	padding: 0 !important;
    line-height: 36px !important;
    height: 36px !important;
	width: 36px;
	font-size: 18px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    border-radius: 50px !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	text-transform: uppercase !important;
}
.frm_add_form_row {
	font-size: 24px !important;
}
.frm_form_field div.frm_repeat_grid .frm_add_form_row:hover, .frm_form_field div.frm_repeat_inline .frm_add_form_row:hover, .frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row:hover {
	border-color: #336600 !important;
	color: #a67600 !important;
}
.frm_icon_font.frm_minus_icon:before,
.frm_icon_font.frm_plus_icon::before {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-family: "Font Awesome 6 Pro" !important;
	color: #fff !important;
}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon::before {
  	content: "\2b";
}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon::before {
  content: "\f068";
}
.frm_form_field div.frm_repeat_grid .frm_add_form_row:hover .frm_icon_font.frm_plus_icon::before {
	color: #336600 !important;
}
.frm_remove_form_row:hover, .frm_remove_form_row:hover .frm_icon_font.frm_minus_icon:before {
	border-color: #cc0000 !important;
	color: #cc0000 !important;
}
.frm_repeat_grid .frm_form_field {
	width: 18%;
	margin-left: 10px !important;
}
.frm_repeat_grid .frm_repeat_buttons {
	display: inline-block;
	width: auto;
}
.no-margin {
	margin-left: 0 !important;
}
.margin-left {
	margin-left: 2.5% !important;
}
.frm_html_container h3 {
	padding-top: 35px !important;
}
.frm_html_container {
	padding-top: 0px !important;
	margin-bottom: 0 !important;
}
.frm_html_container h4 {
	color: #b78200;
	margin-bottom: 5px !important;
	margin-top: 25px !important;
}
.frm_repeat_grid > .frm_form_field:first-child {
	margin-left: 0 !important;
}
#frm_field_108_container, #frm_field_150_container {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#frm_field_108_container .frm_checkbox, #frm_field_150_container .frm_radio {
	margin: 0px;
	padding: 0;
}
#frm_field_108_container .frm_checkbox:first-child, #frm_field_150_container .frm_radio:first-child {
	margin-left: 0;
} 
#frm_field_108_container .frm_checkbox .frm_label_button_container, #frm_field_150_container .frm_radio .frm_label_button_container {
	font-family: 'Mulish' !important;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #eee;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin: 8px;
	padding: 0px 15px !important;
	text-indent: 0;
	list-style: none outside;
	float: left;
	height: 40px;
	line-height: 40px !important;
	min-height: 40px !important;
	border: 2px solid #555;
	border-radius: 50px;
	background: #555;
	text-align: center;
	box-shadow: none !important;
}
#frm_field_150_container .frm_radio .frm_label_button_container {
	margin: 8px 8px 8px 0;
}
#frm_field_108_container .frm_checkbox:hover .frm_label_button_container, #frm_field_150_container .frm_radio:hover .frm_label_button_container {
	background: #aaa;
	color: #333;
}
#frm_field_108_container input[type=checkbox]:checked + .frm_label_button_container,
#frm_field_150_container input[type=radio]:checked + .frm_label_button_container
{
	background: #f5f5f5;
	color: #333;
}
.frm_error {
	color: #B94A48;
}
.frm_section_heading {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.with_frm_style .frm_input_group > input {
	width: 80px !important;
}
.page-id-978 .title {
	font-family: 'IM Fell English';
	font-style: italic;
	font-size: 48px;
	line-height: 64px;
	font-weight: 400;
}
form .diner-arrangement > div:nth-child(5), form .diner-arrangement > div:nth-child(6), form .buffet > div:nth-child(5) {
	padding-top: 15px;
}
.uk-border-top {
	border-top: 1px solid #eee !important;
	margin-top: 15px !important;
	padding-top: 5px !important;
}
.uk-border-top > * {
	font-weight: 600 !important;	
}
.frm_section_heading h3 {
	font-family: 'Mulish', sans-serif !important;
	padding: 0 !important;	
	line-height: 28px !important;
	margin-top: 10px !important;
}
.arrangement h3 {
	margin-top: 0 !important;
}
.arrangement .form-field {
	margin-bottom: 0 !important;
}
.arrangement .total input {
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
}
.arrangement .total input, .arrangement .total input label {
	color: #444 !important;
	font-weight: 600 !important;	
}
form .diner {
	margin-top: 35px !important;
	padding-left: 10px !important;
}
form .diner h3 {
	color: #b78200 !important;
	font-size: 21px !important;
	line-height: 28px !important;
	font-weight: 600 !important;
}
.allergie {
	padding-left: 10px !important;
}
.frm_on_label, .frm_off_label {
	font-family: 'Mulish';
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.frm-summary-page-wrapper .frm-line-table td, .frm-summary-page-wrapper .frm-line-table th {
	padding: 3px 0 !important;
}
.frm-line-table th, .frm-line-table td {
	font-family: 'Mulish', sans-serif !important;
	opacity: 1 !important;
}
.frm-line-table th {
	font-weight: 500 !important;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
	font-family: 'Mulish', sans-serif !important;
	font-size: 15px !important;
	line-height: 28px !important;
}
.frm_html_container p {
	margin-bottom: 10px !important;
	font-size: 15px;
	color: #333;
}
.artiesten .frm_html_container p {
	margin-bottom: 25px;
	margin-top: 10px;
}
.frm_html_container ol {
	font-size: 15px;
	color: #333;
	font-family: 'Mulish';
}
.frm_html_container ol { 
            list-style: none; 
            counter-reset: num; 
			padding-left: 15px;
        } 
  
       .frm_html_container ol li { 
            counter-increment: num; 
        } 
  
        .frm_html_container ol li::before { 
            content: counter(num) ". "; 
            font-weight: bold; 
        } 

.tooltip {
  position: relative;
  display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url('images/tooltip.png');
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 36px;
	vertical-align: middle;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
	font-size: 13px;
	line-height: 18px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
	top: 30px;
  left: 50%; 
  margin-left: -30px; /* Use half of the width (120/2 = 60), to center the tooltip */
  position: absolute;
  z-index: 1;
	opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
	opacity: 1;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 30px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

/* ----- GESCHIEDENIS --------- */

.container {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
}

.timeline-item {
	padding: 0 2em 15px;
	position: relative;
	color: rgba(black, .7);
	border-left: 2px solid rgba(0,0,0, 0.2);
}
.timeline-item:last-child {
	border-left: 0;
}
.timeline-item p {
	position: relative;
	top:-7.5px;
}
	
	.timeline-item:before {
		content: attr(date-is);
		position: absolute;
		left: -50px;
		top: 0;
		line-height: 14px;
		display: block;
		font-weight: 700;
		font-size: 14px;
		color: #b78200;
	}

	.timeline-item:after {
		width: 10px;
		height: 10px;
		display: block;
		top: 0;
		position: absolute;
		left: -8px;
		border-radius: 10px;
		content: '';
		border: 2px solid #b78200;
		background: white;
	}
.timeline-item:first-child:after {
		border: 2px solid #b78200;
		background: #b78200;
	}

.timeline-item:last-child p {
	top: -5px;
}
.timeline-item:last-child:before {
		content: attr(date-is);
		position: absolute;
		left: -55px;
		top: 0;
		line-height: 18px;
		display: block;
		font-weight: 700;
		font-size: 16px;
		color: #b78200;
	}
.timeline-item:last-child:after {
		width: 14px;
		height: 14px;
		display: block;
		top: 0;
		position: absolute;
		left: -8px;
		border-radius: 10px;
		content: '';
		border: 2px solid #b78200;
		background: #b78200;
	}
/* ----- ARRANGEMENTEN --------- */

.submenu {
	background: #f3f3f3;
  	margin-bottom: 0px;
  	width: 100%;
 	z-index: 898;
	height: 44px;
}
.submenu ul > li > a {
	line-height: 44px;
	height: 44px;
	text-transform: uppercase;
	font-weight: 700;
	color: #4c4c4c;
	letter-spacing: 1px;
	font-size: 12px;
}
.submenu .uk-navbar-nav > li:hover > a, .submenu .uk-navbar-nav > li > a:focus, .submenu .uk-navbar-nav > li.uk-open > a {
	color: #b78200;
}
.submenu .uk-container {
	max-width: 1240px;
	padding: 0 30px;
}
.submenu ul > li {
  list-style-type: none;
}
.submenu ul {
	padding-left: 0 !important;
}
.single-arrangement .entry {
	margin-bottom: 0;
}

.single-arrangement .uk-button + .uk-button {
	margin-right: 10px;
}
.single-arrangement .site-inner, .page .site-inner{
	max-width: none;
	padding: 0;
}
.single-arrangement .content, .page .site-inner {
	padding: 0;
	width: 100%;
}
.single-arrangement .uk-article, .page .uk-article {
	max-width: 1240px;
	padding: 60px 30px;
	margin: 0 auto;
}
#buttons {
		margin-top: 30px;
	}
.single-arrangement #tm-main {
	padding-top: 0;
}
.single-arrangement .tm-content {
	padding-top: 60px;
}
.proces {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.proces p, .proces h4, .proces i {
	color: #b78200;
}
.proces h4 {
	font-size: 18px;
	margin-top: 0;
	position: relative;
	clear: both;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
}
.proces .line-arrow {
	display: block;
	position: relative;
	height: 1px;
	background: #b78200;
	width: 100%;
	margin-left:5px
}
.proces .line-arrow:after {
	position: absolute;
	top: -13.5px;
	right:-1px;
	font-family: 'FontAwesome';
	content:"\f0da";
	font-size: 19px;
	color: #b78200;
}
.proces i {
	margin-right: 5px;
}
.proces p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.title-with-i {
	display:flex;
	align-items:center;
}
.spelregels {
	background: #f3f3f3;
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}
.spelregels .uk-panel {
	padding: 0 15px;
}
.spelregels h4, .spelregels p, .spelregels i {
	text-align: center;
}
.spelregels p {
	padding-top: 10px;
	color: #4b4b4b;
}
.spelregels h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	color: #b78200;
}
.spelregels i {
	font-size: 32px;
	margin-bottom: 25px;
	color: #b78200;
	width: 100%;
}
#arrangementen, #dranken-hapjes, #extra {
	padding-top: 80px;
	padding-bottom: 80px;
}
#arrangementen {
	background: #e6e6e6;
}
#arrangementen .uk-container {
	max-width: 1520px;
	margin: 0 auto;
}
#arrangementen h2, #extra h2, #proces h2 {
	font-family: 'IM Fell English';
	font-style: italic;
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	color: #b78200;
	text-align: center;
}
#arrangementen h2, #proces h2 {
	margin-bottom: 50px;
}
#arrangementen .uk-slider .uk-card {
	background: #fff;
	padding: 50px;
}
#arrangementen .uk-slider .uk-card.uk-contrast {
	background: #b78200;
}
#arrangementen .uk-slider .uk-card.uk-contrast p {
	color: #fff;
}
#arrangementen .uk-slider .uk-card h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px !important;
	color: #b78200;
	font-family: 'Mulish', Arial, sans-serif;
}
#arrangementen .uk-slider .uk-card.uk-contrast h3, #arrangementen .uk-slider .uk-card.uk-contrast a {
	color: #fff;
}
#arrangementen .uk-slider .uk-card ul > li {
	list-style-type: inherit;	
}
#arrangementen .uk-slider .uk-card a {
	color: #4b4b4b;
	text-decoration: underline;	
}
#arrangementen .uk-slider .uk-card em, #arrangementen .uk-slider .uk-card div i {
	font-size: 12px;
	line-height: 16px;
}
#arrangementen .uk-slider .uk-card > div p, #arrangementen .uk-slider .uk-card > div p {
	margin-top: 5px;
}

#arrangementen .uk-slider .uk-card a.menukaart {
	margin-top: 15px;
	color: #b78200;
	text-decoration: none;
	font-family: "IM Fell English";
  	text-transform: uppercase;
  	font-size: 14px;
  	line-height: 18px;
  	letter-spacing: 0.75px;
	display: inline-block;
  	background: #f5f5f5;
  	padding: 10px 20px;
  	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#arrangementen .uk-slider .uk-card a > i {
	padding-right: 5px;
	color: #b78200;
	vertical-align: middle;
	font-size: 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#arrangementen .uk-slider .uk-card a.menukaart:hover {
	background: #b78200;
	color: #fff;
}
#arrangementen .uk-slider .uk-card a.menukaart:hover i {
	color: #fff;
}

#arrangementen .uk-slider .uk-card .stars {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: #b78200;
}
#arrangementen .uk-slider .uk-card .aantal-personen {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 35px;
	color: #b78200;
}
#arrangementen .uk-slider .uk-card ul {
	list-style-type: '- ';
	padding-left: 12px;
}
#arrangementen .uk-slider .uk-card .uk-table {
	margin-top: 25px;	
	margin-bottom: 5px;
}
#arrangementen .uk-slider .uk-card .uk-table th {
	color: #4b4b4b;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
} 
#arrangementen .uk-slider .uk-contrast th, #arrangementen .uk-slider .uk-contrast em {
	color: #fff !important;	
}
#arrangementen .uk-slider .uk-card .uk-table tr > td:first-child,
#arrangementen .uk-slider .uk-card .uk-table tr > th:first-child
{
	padding-left: 0;
}
#arrangementen .uk-slider .uk-card .uk-table td {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
}
#arrangementen .zaalhuur-link a {
	display: inline !important;
}
#arrangementen .uk-dotnav > * > * {
	background: #fff;
	width: 16px;
	height: 16px;
	border: none;
}
.uk-scope .uk-dotnav > .uk-active > * {
	background: #b78200 !important;
}

#arrangementen .uk-scope .uk-dotnav > * {
	list-style: none;
}
#arrangementen .uk-slidenav {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#arrangementen .uk-slidenav:hover {
	text-decoration: none;
	opacity: 1;
}
#arrangementen .uk-slidenav-next:before {
	content: "\f054" !important;
	color: #4c4c4c !important;
	font-family: 'FontAwesome' !important;
	font: var(--fa-font-thin) !important;
	background: none !important;
	font-size: 53px !important;
}
#arrangementen .uk-slidenav-previous:before {
	content: "\f053" !important;
	color: #4c4c4c !important;
	font-family: 'FontAwesome' !important;
	font: var(--fa-font-thin) !important;
	background: none !important;
	font-size: 53px !important;
}
#arrangementen .uk-scope .uk-position-center-right {
	right: 24px;
}
#arrangementen .uk-scope .uk-position-center-left {
	left: -12px;
}
#arrangementen .uk-table tr, #arrangementen .uk-table tbody {
	border: none;
}
#dranken-hapjes i {
	font-size: 48px;
	color: #b78200;
}
#dranken-hapjes h3 {
	margin: 20px 0;
}
.goed_om_te_weten {
	padding-top: 60px;
}
.goed_om_te_weten h3 {
	text-align: center;
	position: relative;
	font-size: 30px;
	margin-top: 0;
	clear: both;
    display: inline-block;
    white-space: nowrap;
	margin: 0 !important;
}
.goed_om_te_weten > div {
	margin-bottom: 35px;
}
.line {
	display: block;
	position: relative;
	height: 1px;
	background: #b78200;
	width: 100%;
}
.line:first-child {
	margin-right: 35px;
}
.line:last-child {
	margin-left: 35px;
}
#entertainment-decoratie {
	background: rgb(76,76,76);
	background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 50%, rgba(183,130,0,1) 50%, rgba(183,130,0,1) 100%);
	background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 50%, rgba(183,130,0,1) 50%, rgba(183,130,0,1) 100%);
	background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 50%, rgba(183,130,0,1) 50%, rgba(183,130,0,1) 100%);
}
#entertainment-decoratie h4 {
	font-size: 36px;
	margin-bottom: 45px;
}
#entertainment-decoratie i {
	font-size: 48px;
}
.entertainment {
	background: #4c4c4c;
	padding: 80px 50px;
}
#entertainment-decoratie .faciliteiten {
	background: #e6e6e6;
	padding: 80px 50px;
	font-size: 18px;
	line-height: 28px;
}
#entertainment-decoratie .uk-panel ul {
	padding-left: 20px;
}
.decoreren {
	background: #b78200;
	padding: 80px 50px;
}
#extra .intro {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
}
#extra h3 > i {
	font-size: 28px;
	padding-right: 5px;
}
#extra h3 {
	font-size: 28px;
}
#call-to-action {
	background: #4c4c4c;
	padding-top: 80px;
	padding-bottom: 100px;
}
#call-to-action h3 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
}
#call-to-action p {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 0;
}
#call-to-action .uk-panel > div .uk-button {
	margin-right: 20px;
}
#call-to-action .uk-button.uk-contrast {
	background: #fff;
	color: #4c4c4c;
}
#call-to-action .uk-button.uk-contrast:hover {
	background: #ddd;
	color: #4c4c4c;
}
.nieuwe-stijl #tm-footer {
	margin-top: 0;
}
.photo {
	height: 300px;
	position: relative;
}
.photo .background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}

.single-arrangement .tm-main {
	margin: 0 auto;
}
.single-arrangement #hero .uk-container > div {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
}
.single-arrangement .uk-list {
	margin: 35px 0;
}
.single-arrangement .uk-list ul {
  padding: 0;
  list-style: none;
}
.single-arrangement .uk-list ul > li {
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	background: #efefef;
}
.single-arrangement .uk-list ul > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.actions {
	margin-top: 25px;
}

/* ----- HOMEPAGE SLIDESHOW --------- */

.uk-slideshow .uk-overlay-panel {
	padding-top: 100px;
	margin: 0 auto;
	max-width: 1180px;
	box-sizing: border-box;
}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 76px;
	line-height: 90px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 40px;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-family: 'IM Fell English';
	font-size: 95px;
	font-style: italic;
}
.footer-widgets {
	box-sizing: border-box;
  padding: 15px 0;
  background: #b78200;
  color: #ffffff;
  font-size: 15px;
	border: none;
}
.footer-widgets p {
	letter-spacing: 0.5px;
	font-size: 13px;
	color: #fff;
}
.footer-widgets .widgettitle {
	display: none;
}
.onderdeel {
	margin-top: 50px;
}
.footer-widgets-1 span {
	padding: 0 10px;
}
.footer-widgets a {
	text-transform: uppercase;
	padding-left: 25px;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
}
.footer-widgets-2 a:first-child {
	padding-left: 0;
}
.footer-widgets-1 a {
	text-transform: none;
	padding-left: 0;
}
@media (max-width: 1640px) {
	#arrangementen .uk-container {
		padding: 0 60px;
	}
	#arrangementen .uk-slidenav-position .uk-slidenav-previous {
		left: -40px;
	}
	#arrangementen .uk-slidenav-position .uk-slidenav-next {
		right: -35px;
	}
}

@media (max-width: 1440px) {

.uk-slideshow .uk-overlay-panel h1 {
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 30px;
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-size: 80px;
}
.uk-slideshow .uk-overlay-panel {
	padding-top: 50px;	
}
	#arrangementen .uk-slider .uk-panel {
		padding: 50px 35px;
	}
}
@media (max-width: 1280px) {

#tm-bottom-d h2, #bottom-c h2 {
		font-size: 52px;
		line-height: 60px;
	}	
	.home .wp-block-cover h2 {
		font-size: 72px;
  line-height: 76px;
	}
	.home .goud div > p, .home .grijs div > p {
		padding: 0 !important;
	}
	
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 54px;
	line-height: 64px;
	margin-bottom: 30px;
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-size: 72px;
}
.uk-slideshow .uk-overlay-panel {
	padding-top: 50px;	
}	
.instagram, .facebook, .twitter {
	padding: 0 8px;
	}
.follow p {
	font-size: 13px;	
	}
.phone, .email, .location {
	font-size: 18px;
}
.phone {
	font-size: 18px;
	padding-right: 40px;
	padding-left: 30px;
	font-family: 'Averia Libre';
}
.email {
	padding-right: 40px;
}
.uk-button {
	line-height: 42px;
	min-height: 42px;
	font-size: 15px;
	}	
.uk-button-arrow:after {
	line-height: 42px;
	height: 42px;
}	
	.spelregels .uk-grid > * {
		padding-left: 30px;
	}
}	
	
@media (max-width: 1080px) {

	.page .content {
		padding: 0 30px;
	}
	.home #tm-main .uk-panel, .home .tekst, .spreuk h3, .wp-block-media-text > div {
		padding: 40px 25px !important;
	}
	.home #tm-main #tm-content div h3, .home .goud h3, .home .grijs h3, .home .wit h3, .spreuk h3, #bottom-c h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.home .wit span {
		font-size: 48px;
	}
	.icon-ul > li i {
		margin-right: 15px;
	}
	.icon-ul, p {
		font-size: 16px;
	}
	.home #tm-main #tm-content div h2, .home .wp-block-cover h2 {
		font-size: 60px;
		line-height: 64px;
		margin-bottom: 40px;
	}
	#tm-bottom-d h2 {
		font-size: 48px;
		line-height: 52px;
	}
	.footer-widget-area {
		width: 100%;
		text-align: center;
	}
.uk-navbar-nav > li > a, .genesis-nav-menu a {
	font-size: 13px;
	padding: 0 12px;
	}
	.wp-custom-logo .site-container .title-area {
		height: 100px;
	}
	.wp-custom-logo .title-area img {
		width: 148px;
	}
	.menu-toggle {
		width: 100%;
		text-align: left;
		background: #b78200;
		border-radius: 0;
		color: #fff;
	}
	.menu-toggle:hover, .menu-toggle:focus {
		background: #b78200;
		border-radius: 0;
		color: #fff;
	}
.uk-toolbar > div {
		height: 110px;
	}	
#tm-top-a .uk-slideshow .uk-overlay-panel {
	padding: 40px 50px 20px;	
	}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 25px;
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-size: 56px;
}	
.uk-nav-offcanvas > li > a {
	font-size: 15px;
	font-family: 'Mulish', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.page-id-6 .uk-article-title, #hero .uk-article-title {
	font-size: 54px;
	line-height: 64px;
	}
h3, .uk-h3 {
	font-size: 28px;
	line-height: 36px;
}
	.open-dagen .uk-grid > * {
		margin-top: 30px
	}
	#entertainment-decoratie .uk-panel {
		padding: 60px 30px;
	}
	#entertainment-decoratie .uk-container {
		padding: 0;
	}
	#entertainment-decoratie h4 {
		font-size: 28px;
		margin-bottom: 35px;
		margin-top: 30px;
	}
	#entertainment-decoratie i {
		font-size: 38px;
	}
	#entertainment-decoratie .uk-panel ul {
		font-size: 16px;
	}
	.spelregels .uk-panel {
		padding: 0;
	}
	.spelregels .uk-grid {
		margin-left: -30px;
	}
	#arrangementen .uk-slider .uk-panel {
		padding: 50px 30px;
	}
	#arrangementen .uk-slider .uk-panel .stars {
		font-size: 21px;
	}
	#arrangementen .uk-slider .uk-panel h3 {
		font-size: 20px;
	}
	#arrangementen .uk-slider .uk-panel ul, #arrangementen .uk-slider .uk-panel p  {
		font-size: 16px;
	}
	#arrangementen .uk-slider .uk-panel th {
		font-size: 14px !important;
	}
	#arrangementen .uk-slider .uk-panel td {
		font-size: 13px !important;
	}
	#arrangementen .uk-grid {
		margin-left: -30px;
	}
	#arrangementen .uk-grid > * {
		padding-left: 30px;
	}
}
@media (max-width: 960px) {
	
	.genesis-nav-menu {
		padding: 15px 0;
	}
	.genesis-nav-menu .sub-menu {
		display: block !important;
		padding: 0 10px;
		background: none;
	}
	.genesis-nav-menu a {
		line-height: 40px;
		height: 40px;
		padding: 0;
	}
	.site-header {
		position: sticky;
    	top: 0;
    	z-index: 9999;
	}
	.submenu {
		display: none;
	}
	.single-arrangement .uk-article {
		padding-top: 60px !important;
	}
	.page-id-935 .content {
		width: 100%;
		padding: 0;
	}
	#top-a .widget_custom_html {
		padding: 0 30px;
		padding-top: 60px;
	}
	#top-a section.widget_text {
		display: block;
}
	#genesis-sidebar-primary { 
		display: none;
	}
	.page-id-6 .uk-width-medium-3-4,.page-id-6 .uk-width-medium-1-4 {
		width: 100%;
	}
}
@media (max-width: 768px) {

	
	.home .photo .uk-overlay-panel, .home #tm-bottom-d .uk-panel-box-secondary, .home #tm-main .uk-panel, .home #tm-main .uk-panel, .home .tekst, .spreuk h3, .wp-block-media-text > div  {
		padding: 80px 30px !important;
	}	
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
   		grid-column: 1;
    	grid-row: 2;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% auto !important;	
	}
	.nav-primary .genesis-nav-menu .sub-menu a {
		padding: 2px 0;
	}
	.sub-menu-toggle {
		display: none;
	}
	
	#tm-bottom-d h2 {
		margin-bottom: 25px;
	}
	#bottom-c section {
		width: 100%;
	}
	#bottom-c section h2 {
		font-size: 60px;
   	 	line-height: 64px;
	}
	.home .photo .uk-overlay-panel {
		-ms-flex-align: center;
  		-webkit-align-items: center;
  		align-items: center;
	}
.arrangement:nth-child(even) .fotos {
	left: 0;
}
.arrangement:nth-child(even) .tekst {
	left: 0;
	text-align: left;
	}
.arrangement .tekst {
	padding-top: 25px;
	}
.arrangement:nth-child(odd) .fotos {
	padding-left: 60px;
}
.arrangement:nth-child(2n+1) .fotos {
	padding-right:0;	
	}	
.arrangement .uk-grid {
	border-bottom: none;
}
.uk-button-download, .uk-button-primary {
	margin-bottom: 15px;		
	}
#buttons .uk-button-primary {
	margin-bottom: 0;	
	}
#tm-top-b p {
	padding: 0 15px 25px;
	}
	.tm-logo-small {
		padding: 0;
	}
	.arrangementen-filter h1 {
		font-size: 48px;
		line-height: 48px;
	}
#tm-top-a .uk-slideshow .uk-overlay-panel {
	padding: 40px 20px;	
	}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 25px;
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-size: 48px;
}	
.uk-dotnav {
		display: none;
	}	
.page-id-6 .uk-article-title, #hero .uk-article-title {
	font-size: 54px;
	line-height: 50px;
	}
	.container {
		max-width: 80%;
	}
	.open-dagen-button {
	top: 192px;
	border-radius: 16px 0 0 16px;
	padding-left: 0 !important;
	z-index: 100;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25)
}
	.open-dagen-button div {
	padding: 8px 10px;
}
.open-dagen-button a {
	font-size: 11px;
	line-height: 14px;
}
	.open-dagen-button div > i {
		font-size: 20px;
		padding-right: 6px;
	}
.open-dagen-button div:before {
	left: 10px;
	top: 10px;
	background-size: 24px 29px;
	width: 24px;
	height: 29px;
}
	.open-dagen .uk-grid {
	max-width: 100% !important;
}
#frm_field_108_container .frm_checkbox:first-child {
	margin-left: 8px;
} 
	.spelregels .uk-panel {
		padding-bottom: 60px;
		
	}
	#entertainment-decoratie .uk-panel {
		display: flex;
		justify-content: center;
	}
	#entertainment-decoratie .uk-panel > div {
		max-width: 280px;
		margin: 0 auto;
	}
	#extra .uk-panel h3 {
		margin-top: 30px;
	}
	#extra .intro {
		padding-bottom: 50px;
	}
	.title-with-i {
		margin-top: 30px;
	}
	#arrangementen .uk-slider .uk-panel {
		padding: 50px 30px;
	}
	#arrangementen .uk-slider .uk-panel ul, #arrangementen .uk-slider .uk-panel p  {
		font-size: 16px;
	}
	#arrangementen .uk-slider .uk-panel th {
		font-size: 14px !important;
	}
	#arrangementen .uk-slider .uk-panel td {
		font-size: 13px !important;
	}
	#arrangementen .uk-slider .uk-panel .stars {
		font-size: 21px;
	}
	#arrangementen .uk-slider .uk-panel h3 {
		font-size: 20px;
	}
	#arrangementen .uk-container {
		padding: 0 40px;
	}
	#arrangementen .uk-slidenav-position .uk-slidenav-previous {
		left: -32px;
	}
	#arrangementen .uk-slidenav-position .uk-slidenav-next {
		right: -30px;
	}
	#arrangementen .uk-slidenav-position .uk-slidenav-previous:before,
	#arrangementen .uk-slidenav-position .uk-slidenav-next:before {
		font-size: 42px !important;	
	}
	#arrangementen h2, #extra h2 {
		font-size: 52px;
	}
	.submenu ul > li > a {
		font-size: 12px;
	}
	#hero {
		height: 280px !important;
	}
	#dranken-hapjes i {
		margin-top: 30px;
	}
	#buttons a {
		margin-bottom: 15px !important;
		margin-right: 10px;
	}
	#call-to-action .uk-button {
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.container {
		max-width: 75%;
	}
		.open-dagen .uk-grid {
	max-width: 75% !important;
}
	#buttons .uk-button:first-child {
		margin-bottom: 15px;
	}
	
}
