/* CSS Document */
/* WordPress core */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Pattern */
.pattern {
  background-image: url(../img/PATTERN.png);
  background-repeat: repeat;
}

.pattern_blauw {
  background-color: #EAEDF2;
}

.baancol {
  margin: 2px;
}

h1.heading-h1 {
  font-family: "Yrsa";
  font-size: 36px;
  color: #344E72;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

.baan_titel_overzicht {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/*.baan_titel_overzicht::after {
  content: '';
  background-image: url('/wp-content/themes/ylt-theme/assets/img/infoknop.PNG');
  background-repeat: no-repeat;
  position: absolute;
  width: 10%;
  height: 10%;
  margin-left: 2px;
  margin-top: -7px;

}
*/
.baan_subtitel_overzicht {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #8591a4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.titel_baan:hover {
  color: #95bc23;
}

.baanholder:hover {
  -webkit-box-shadow: 6px 0px 10px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 6px 0px 10px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 0px 8px -1px rgba(222, 222, 222, 0.75);
}

.baanholder:hover p {
  color: #95bc23;
}

.baanholder {
  margin-bottom: 20px;
}

.lines {
  border: 1px solid #eceaea;
  display: inline-block;
  position: relative;
  width: 240px;
  border-bottom: 0;
  padding-top: 4px;
  border-left: 0;
  border-right: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.button_text:hover {
  color: white;
  text-decoration: none;
}

#searchsubmit {
  display: none;
}

input#s {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #959faf;
  color: #ffffff;
  font-family: "Yrsa";
  font-size: 15px;
  height: 30px;
  padding-left: 10px;
}

label.screen-reader-text {
  display: none !important;
}

/* Buttons */
.w3-btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #FFF !important;
  font-family: "yrsa";
  font-size: 18px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .w3-btn {
    margin-bottom: 30px;
  }
}
.w3-btn:hover {
  color: #95bc23 !important;
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
  font-family: "yrsa";
  font-size: 18px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.w3-btn a:hover {
  color: #95bc23 !important;
  text-decoration: none !important;
}

.w3-btn_dronevideo {
  color: #344e72 !important;
  background-color: transparent;
  border: 1px solid #344e72 !important;
  font-family: "yrsa" !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 10px 20px 10px 20px;
}

button.lees-verder {
  width: 213px;
  height: 60px;
  border: 2px solid #344E72;
  background-color: #fff;
  font-family: "Yrsa";
  font-size: 22px;
  color: #344E72;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
button.lees-verder a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
button.lees-verder:hover {
  background-color: #344E72;
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  button.lees-verder {
    width: 180px;
  }
}
.related {
  margin-bottom: 30px;
}

.related > div {
  display: flex;
}

.related .related-item {
  background-color: #f5f6f8;
  width: 100%;
  padding: 15px;
  line-height: 200%;
  font-size: 120%;
  color: #344e72 !important;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.related-item img {
  height: 200px;
  object-fit: cover;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .related .related-item {
    position: relative;
    padding-left: 215px;
  }
  .related .related-item img {
    position: absolute;
    height: 100%;
    width: 200px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .related > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
/*
.related {
	background-color: #f5f6f8;
  	min-height: 450px !important;
		padding: 0 !important;
		margin-bottom: 10px;
		margin-right: 30px;
		max-width: 360px !important;
}
.related p {
  	line-height: 200%;
  	font-size: 120%;
  	color: #344e72 !important;
		padding-left: 15px;
		padding-right: 15px;
}
.related h1 {
  	font-family: "yrsa";
	font-size: 28px;
	color: #344e72 !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}
.related h1:hover {
  	text-decoration: none;
}
.related img {
	max-height: 202px;
	max-width: 360px;
}
*/
.filler {
  padding-right: 20% !important;
}

.topmenu .current-menu-item > a,
.topmenu .current_page_item > a {
  text-decoration: underline;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search p {
  margin-top: 16px;
}

.zoek_resultaten {
  font-family: "yrsa";
  font-size: 40px;
  color: #344e72 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.zoek_resultaten2 {
  font-family: "yrsa";
  font-size: 16px;
  color: #71839c !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.wp-post-image {
  width: 100%;
  height: auto;
  position: relative;
}

.wp-post-image-nieuws {
  width: 102%;
  height: 208px;
  position: relative;
  margin-left: -3px;
  margin-top: -3px;
  object-fit: cover;
}

.wpcf7-not-valid {
  border-bottom: 1px solid #d73333 !important;
}

span.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  display: block !important;
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #f00 !important;
  color: #f00 !important;
}

.homepage-intro p {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #344e72;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}

/* Hidden Google Recaptcha */
.grecaptcha-badge {
  display: none !important;
}

/* CSS Document */
.post-navigation {
  font-family: "Yrsa";
  font-size: 20px;
  color: #344E72;
  padding-left: 10px;
  font-weight: bold;
}

.afbeelding_container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: block;
  top: -1px;
  overflow: hidden;
  object-fit: cover;
  background: linear-gradient(#344e72, transparent 60%);
}

.afbeelding_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.afbeelding_container .tekst_container {
  color: #FFF;
  position: absolute;
  bottom: 10%;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .tekst_container {
    width: 80%;
    top: 50%;
    bottom: auto;
  }
}
.heading_frontpage {
  font-family: "yrsa";
  font-size: 48px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1200px) {
  .heading_frontpage {
    font-size: 36px;
  }
}
.subtitle_frontpage {
  font-family: "source-sans-pro";
  font-size: 20px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

.afbeelding_container_contentpage {
  position: relative;
  width: 100vw;
  height: 50vh;
  display: block;
  top: 0;
  overflow: hidden;
  object-fit: cover;
  background: linear-gradient(#344e72, transparent 60%);
}

.afbeelding_container_contentpage img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*google maps*/
.nieuwsberichten {
  background-color: #E9EDF0;
  margin-top: 4em;
  background-image: url("/wp-content/themes/ylt-theme/assets/img/drone-line.png");
  background-repeat: no-repeat;
  background-position: right;
}

.pagina_titel {
  font-family: "yrsa";
  font-size: 42px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-top: 76px;
}

.datumspace {
  margin-bottom: 30px;
  padding-left: 5px;
  margin-top: -10px;
}

.pagina_subtitel1 {
  font-family: "yrsa";
  font-size: 28px;
  color: #8591a4 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 18px;
  padding-bottom: 18px;
}

.pagina_subtitel {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 18px;
  padding-bottom: 18px;
}

.pagina_subtitel1:hover {
  color: #344e72 !important;
}

.pagina_subsubtitel {
  font-family: "yrsa";
  font-size: 22px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.pagina_subtitel a:hover {
  color: #344e72;
  text-decoration: none;
}

.pagina_inleiding {
  font-family: "source-sans-pro";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #8591a4;
}

.nieuws_titel {
  font-family: "yrsa";
  font-size: 48px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.tekst {
  font-family: "source-sans-pro";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #344E72;
}

.tekst h2 {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72;
  -webkit-font-smoothing: antialiased;
}

.tekst_blauw {
  font-family: "source-sans-pro";
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #344e72;
}

.tekst_algemeen {
  font-family: "source-sans-pro";
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #344e72;
}

.tekst_algemeen h1 {
  font-family: "yrsa";
  font-size: 42px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.tekst_algemeen h2 {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72;
  -webkit-font-smoothing: antialiased;
}

.titel_baan {
  font-family: "yrsa";
  font-size: 20px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.ervaringen {
  font-family: "source-sans-pro";
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: rgba(52, 78, 114, 0.768627451);
  max-width: 650px;
}

.ervaring_persoon {
  font-family: "yrsa";
  font-size: 22px;
  line-height: 26px;
  color: #cecece;
  padding-top: 8px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.test {
  max-width: 17vw;
}

.test::after {
  content: "";
  background-image: url("/wp-content/themes/ylt-theme/assets/img/quote.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  margin-left: 15%;
  margin-top: -30px;
}

.alle_fotos {
  position: relative;
  font-family: "yrsa";
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #c3c8d1;
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
}

.alle_fotos:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #c3c8d1;
  width: 200px;
  margin-left: -220px;
  top: 50%;
}

.alle_fotos:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #c3c8d1;
  width: 200px;
  margin-left: 20px;
  top: 50%;
}

.nieuws_tekst_frontpage {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #344e72;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  text-align: left;
}

.meer_info {
  font-size: 22px;
  font-family: Yrsa;
  color: #adb4c0;
}

.scorekaart_button {
  padding-top: 160px;
}

.scorekaart_button2 {
  height: 80px !important;
  font-family: Yrsa !important;
  font-size: 22px !important;
  max-width: 198px !important;
  white-space: inherit !important;
  background-image: url("/wp-content/themes/ylt-theme/assets/img/FLY-OUT.png");
  background-repeat: no-repeat;
  line-height: 30px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  float: right;
  margin-right: -16px;
}

h2 {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72;
  font-weight: 400;
  padding-top: 20px;
}

/* Contactformulier */
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  border-bottom: solid 1px #344e72;
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 40px;
  color: #344e72;
}

.wpcf7 textarea {
  border-bottom: solid 1px #344e72;
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 40px;
  margin-top: 5px;
  color: #344e72;
}

.wpcf7 input[type=submit] {
  float: right;
  font-family: "yrsa";
  font-size: 22px;
  color: #344e72;
  background-color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #344e72;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .wpcf7 input[type=submit] {
    float: none;
    margin-left: 32px;
  }
}
input,
textarea {
  outline: none;
}

/* Baanstatus */
.tabel_blauw {
  background-color: #F5F6F8;
  height: 80px;
  font-family: "yrsa";
  font-size: 22px;
  color: #344e72;
  -webkit-font-smoothing: antialiased;
}

.tabel_wit {
  height: 60px;
  font-family: "yrsa";
  font-size: 22px;
  color: #344e72;
  -webkit-font-smoothing: antialiased;
}

td {
  vertical-align: middle;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  td {
    padding-left: 0;
  }
}
.baan_posts_padding {
  padding-left: 60px;
  padding-right: 60px;
}

.baan_posts_fotos {
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 10px;
}

.baanstatus_icon {
  margin-left: -5px;
}

/* Hotspot */
#powerTip {
  background-color: transparent !important;
}

#powerTip p {
  font-family: "yrsa" !important;
  font-size: 22px !important;
  color: #344e72 !important;
}

.box_view_html {
  margin-left: -200px !important;
  font-weight: 300 !important;
}

.tooltip-border {
  border-width: 1px;
  border-style: solid;
  border-color: #344e72;
  margin-top: 20px;
  margin-top: -6px;
}

.afbeelding_container .scroller {
  display: block;
}

.scroller {
  display: none;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.arrow {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25%);
  -moz-transform: translateX(-50%) translateY(-25%);
  -ms-transform: translateX(-50%) translateY(-25%);
  -o-transform: translateX(-50%) translateY(-25%);
  transform: translateX(-50%) translateY(-25%);
  width: 12px;
  height: 12px;
}

svg {
  position: relative;
}

.scroller .arrow svg {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(calc(-50% + 5px));
    -ms-transform: translateY(calc(-50% + 5px));
    -webkit-transform: translateY(calc(-50% + 5px));
    transform: translateY(calc(-50% + 5px));
  }
  100% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(calc(-50% + 5px));
    -ms-transform: translateY(calc(-50% + 5px));
    -webkit-transform: translateY(calc(-50% + 5px));
    transform: translateY(calc(-50% + 5px));
  }
  100% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(calc(-50% + 5px));
    -ms-transform: translateY(calc(-50% + 5px));
    -webkit-transform: translateY(calc(-50% + 5px));
    transform: translateY(calc(-50% + 5px));
  }
  100% {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.mapliner {
  width: 125px;
  color: red;
  margin-left: 25px;
  margin-top: -62px;
}

.maplinel {
  width: 200px;
  color: red;
  margin-left: 25px;
  margin-top: -62px;
}

.heightwordmap {
  padding-bottom: 20px;
}

.baanstatus {
  margin-bottom: 30px;
}

.baanstatus_waarschuwing {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #344e72;
  line-height: 40px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
}

.baanstatus_statustekst {
  font-family: "yrsa";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #344e72;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
}

.status {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.frontpage-nieuwsafbeelding {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 200px;
  min-height: 200px;
}

.frontpage-nieuwstitel {
  font-family: "yrsa";
  font-size: 28px;
  color: #344E72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .nieuwsblok {
    margin-top: 40px;
  }
}
.overlay-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #FFF;
}

.overlay-left:hover {
  opacity: 1;
}

.overlay-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #FFF;
}

.overlay-right:hover {
  opacity: 1;
}

.overlay-text-left {
  font-family: "yrsa";
  color: #344E72;
  font-size: 18px;
  position: absolute;
  top: 20%;
  left: 0;
  text-align: left;
}

.overlay-text-right {
  font-family: "yrsa";
  color: #344E72;
  font-size: 18px;
  position: absolute;
  top: 20%;
  left: 40%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .overlay-left,
  .overlay-right,
  .overlay-text-left,
  .overlay-text-right {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .mob-menu-header-holder {
    height: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .zoeken-mobile {
    position: fixed;
    top: 10px;
    right: 50px;
    z-index: 10000000000000000000000000000;
  }
}
@media screen and (min-width: 991px) {
  .zoeken-mobile {
    display: none;
  }
}
.category-link {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.category-link:hover {
  text-decoration: none;
}

.category-link img {
  display: block;
  width: 100%;
  height: auto;
}

.category-link h2 {
  font-family: "yrsa";
  font-size: 1.5vw;
  color: #344e72 !important;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .category-link h2 {
    font-size: 24px;
  }
}
.foto_bijschrift {
  font-family: "source-sans-pro";
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #344e72;
}

.ff-single-image {
  display: block;
  margin: 0px auto;
  width: 500px;
  height: 333px;
}

@media screen and (max-width: 768px) {
  .ff-single-image {
    width: 100%;
    height: auto;
  }
}
/* Blanco pagina template */
body.page-template-blanco {
  padding-top: 0 !important;
}

body.page-template-blanco .slicknav_menu {
  display: none;
}

body.page-template-blanco .container-blanco-holder {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-blanco .pagina_subtitel {
  font-size: 36px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-template-blanco .page-header {
  display: none !important;
}

body.page-template-blanco footer {
  display: none;
}

body.page-template-blanco .mob-menu-header-holder {
  display: none !important;
}

/* CSS Document */
.topmenu {
  position: absolute;
  line-height: 2.5em;
  padding-left: 0;
}

.topmenu a:hover {
  color: white;
}

.topmenu ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.topmenu a {
  display: inline-flex;
  font-family: "Yrsa", serif;
  font-size: 15px;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -6px;
  left: 3px;
}

.topmenu a:hover {
  color: #FFF;
}

.topmenu li:before {
  content: "" !important;
  background-image: url("../../assets/img/arrow.png");
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.topmenu li {
  float: left;
  position: relative;
  list-style: none;
}

.topmenu ul {
  position: absolute;
  display: none;
  width: 12em;
  top: 30px;
}

.topmenu li ul a {
  width: 14em;
  background-color: #FFF;
  font-family: "Yrsa", serif;
  font-size: 16px;
  line-height: 35px;
  color: #344e72;
  margin-left: -69px;
  padding-left: 20px;
  text-transform: none;
}

.topmenu ul ul {
  top: auto;
}

.topmenu li ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}

.topmenu li:hover ul ul,
.topmenu li:hover ul ul ul,
.topmenu li:hover ul ul ul ul {
  display: none;
}

.topmenu li ul a:hover {
  color: #344e72 !important;
  background: #eaedf1 !important;
  text-decoration: none;
}

.topmenu li:hover ul,
.topmenu li li:hover ul,
.topmenu li li li:hover ul,
.topmenu li li li li:hover ul {
  color: #344e72;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 5000;
}

.hoofdmenu,
.hoofdmenu ul {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 2.5em;
}

.hoofdmenu a:hover {
  color: white;
}

.hoofdmenu2 ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.hoofdmenu a {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 18px;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.hoofdmenu a:hover {
  color: #FFF;
}

.hoofdmenu li {
  float: left;
  position: relative;
  list-style: none;
}

.hoofdmenu ul {
  position: absolute;
  display: none;
  width: 8em;
  top: 30px;
  left: 160px;
}

.hoofdmenu li ul a {
  width: 16em;
  background-color: #FFF;
  font-family: "Yrsa", serif;
  font-size: 18px;
  line-height: 40px;
  color: #344e72;
  padding-left: 20px;
  text-transform: none;
}

.hoofdmenu ul ul {
  top: auto;
}

.hoofdmenu li ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}

.hoofdmenu li:hover ul ul,
.hoofdmenu li:hover ul ul ul,
.hoofdmenu li:hover ul ul ul ul {
  display: none;
}

.hoofdmenu li ul a:hover {
  color: #344e72 !important;
  background: #eaedf1 !important;
  text-decoration: none;
}

.hoofdmenu li:hover ul,
.hoofdmenu li li:hover ul,
.hoofdmenu li li li:hover ul,
.hoofdmenu li li li li:hover ul {
  color: #344e72;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 5000;
}

.hoofdmenu2,
.hoofdmenu2 ul {
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 2.5em;
}

.hoofdmenu2 a {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 18px;
  padding-right: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.hoofdmenu2 a:hover {
  color: #FFF;
}

.hoofdmenu2 li:before {
  content: "" !important;
}

.hoofdmenu2 li {
  float: left;
  position: relative;
  list-style: none;
}

.hoofdmenu2 ul {
  position: absolute;
  display: none;
  width: 12em;
  top: 30px;
  left: 20px;
}

.hoofdmenu2 li ul a {
  width: 16em;
  background-color: #FFF;
  font-family: "Yrsa", serif;
  font-size: 18px;
  line-height: 40px;
  color: #344e72;
  margin-left: -69px;
  padding-left: 20px;
  text-transform: none;
}

.hoofdmenu2 ul ul {
  top: auto;
}

.hoofdmenu2 li ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}

.hoofdmenu2 li:hover ul ul,
.hoofdmenu2 li:hover ul ul ul,
.hoofdmenu2 li:hover ul ul ul ul {
  display: none;
}

.hoofdmenu2 li ul a:hover {
  color: #000 !important;
  background: #eaedf1 !important;
}

.hoofdmenu2 li:hover ul,
.hoofdmenu2 li li:hover ul,
.hoofdmenu2 li li li:hover ul,
.hoofdmenu2 li li li li:hover ul {
  color: #344e72;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 5000;
}

.hoofdmenu_pijl {
  padding-left: 20px !important;
  background-image: url(../../assets/img/arrow.png);
  background-position: left;
  background-repeat: no-repeat;
}

/*Footer */
.footer {
  background-color: #95bc23;
  height: auto;
  min-height: 400px;
}

.img_footer {
  padding-top: 40px;
  padding-bottom: 30px;
}

.copyright {
  background-color: #a0c339;
  display: block;
  height: auto;
  min-height: 70px;
}

.copyright_tekst {
  font-family: "source-sans-pro";
  font-size: 16px;
  color: #131313;
  -webkit-font-smoothing: antialiased;
  line-height: 70px;
  vertical-align: middle;
}

.widgettitle {
  font-family: "yrsa" !important;
  font-size: 24px !important;
  line-height: 26px !important;
  -webkit-font-smoothing: antialiased !important;
  color: #ffffff !important;
  padding-top: 40px;
  padding-bottom: 24px;
  margin-bottom: 0px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .widgettitle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.textwidget p a {
  color: #FFF;
  font-family: "source-sans-pro";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding-left: 0px;
  text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  .textwidget {
    margin-left: 90px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
  .widgettitle {
    margin-left: 90px;
  }
}
.textwidget li {
  padding-bottom: 5px;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
}

.textwidget a {
  white-space: nowrap;
}

.textwidget a:hover {
  color: white;
  text-decoration: underline;
}

.textwidget ul {
  list-style-type: none;
  text-decoration: none;
}

.footer_adres {
  font-family: "source-sans-pro";
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

/* Submenu */
.submenu_contact {
  margin-top: 40px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #eaedf1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eaedf1;
}

.h .current-menu-item > a,
.hoofdmenu .current_page_item > a {
  text-decoration: underline;
}

/* Navigatiemenu banen detailpagina */
.single-baan_posts_menu {
  color: #344e72;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

.sbp_menu_numbers {
  margin-left: 40px;
}

.sbp_menu_numbers {
  border-color: rgba(52, 78, 114, 0);
  border-radius: 50%;
  padding: 0%;
  padding-top: 3px;
  width: 45px;
  position: relative;
  display: inline-table;
  background: rgba(52, 78, 114, 0);
  color: #344e72;
  height: 42px;
}

.sbp_menu_numbers:hover {
  border-style: 1px solid blue;
  border-style: solid;
  border-color: #344e72;
  border-radius: 50%;
  padding: 0%;
  width: 45px;
  position: relative;
  display: inline-table;
  background: #344e72;
  color: white;
}

.sbp_menu_numbers:active {
  border-style: 1px solid blue;
  border-style: solid;
  border-color: #344e72;
  border-radius: 50%;
  padding: 0%;
  width: 45px;
  position: relative;
  display: inline-table;
  background: #344e72;
  color: white;
}

/* CSS Document */
/* breadcrumbs */
.breadcrumbs2 span {
  padding-left: 10px;
  padding-right: 10px;
  font-family: yrsa;
  font-size: 20px;
  color: #c3c8d1;
  -webkit-font-smoothing: antialiased;
}

.breadcrumbs2 span a {
  text-decoration: none;
}

.breadcrumbs2 span a:hover {
  text-decoration: underline;
  color: #c3c8d1;
}

.breadcrumbs {
  padding-top: 25px;
  width: 100%;
}

/* Vorige pagina */
.vorige_pagina {
  text-decoration: none;
  font-family: yrsa;
  font-size: 20px;
  color: #c3c8d1;
  padding-left: 2%;
  -webkit-font-smoothing: antialiased;
}

.vorige_pagina:hover {
  text-decoration: underline;
}

/* Social Media Buttons */
.social_media_buttons {
  padding-top: 8%;
}

@media screen and (min-width: 600px) {
  .social_media_buttons img {
    display: block;
    margin-top: 20px;
  }
}
/* Lees Nu */
.lees_nu {
  color: #95bc23;
  font-size: 40px;
  font-family: yrsa;
  -webkit-font-smoothing: antialiased !important;
  padding-bottom: 20px;
  width: 120px;
}

/* Contactpagina tabbladen */
.openingstijden {
  display: none;
}

.test7 {
  display: none;
}

.test6 {
  display: block;
}

/* Impressie vanuit de lucht */
.ivdl h1 {
  text-align: center;
  width: 100%;
  margin: auto;
  font-family: "yrsa" !important;
  font-size: 44px;
  color: #344e72 !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 50px;
  padding-bottom: 18px;
  line-height: 30px;
}

.ivdl h2 {
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 20px !important;
  -webkit-font-smoothing: antialiased !important;
}

.ivdl iframe {
  text-align: center;
  width: 90%;
  margin: auto;
  height: 300px;
  padding-bottom: 50px;
}

.ivdla {
  background: #eaedf2;
  background-image: url("/wp-content/themes/ylt-theme/assets/img/drone-line.png");
  background-repeat: no-repeat;
  background-position: right;
}

.ivdlimgholder {
  padding-bottom: 50px;
  min-width: 200px;
}

.slicknav_menu {
  margin-bottom: -3px;
}

.wit {
  background-color: #FFF;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .wit {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
  }
}
.nieuwsartikel h2 {
  font-weight: bold;
  font-family: "yrsa";
  font-size: 28px;
  color: #344E72;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
}

.nieuwsartikel_datum {
  font-family: "source-sans-pro";
  font-size: 16px;
  color: #a2abb9;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

.nieuwsartikel_single {
  font-family: "source-sans-pro";
  font-size: 20px;
  color: #344e72;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
}

.nieuwsartikel_single h2 {
  font-family: "yrsa";
  font-size: 28px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.contact_seizoen {
  font-family: "Yrsa", serif;
  font-size: 28px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.contact_datum {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #71839c;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.contact_kop {
  font-family: "Yrsa", serif;
  font-size: 22px;
  color: #344e72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.contact_item {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #71839c;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.zomer {
  padding-top: 35px;
}

.w3-btn_dronevideo:hover {
  background-color: #344e72;
}

.w3-btn_dronevideo:hover a {
  color: white;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background-color: #344e72 !important;
  color: white !important;
}

.lustitel {
  margin-bottom: 30px;
}

/* CSS Document */
@media screen and (max-width: 1200px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email] {
    width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .baan_posts_fotos {
    max-width: 290px;
    width: 290px;
    padding-left: 20px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .afbeelding_container .tekst_container {
    bottom: -10%;
  }
}
@media screen and (max-width: 700px) {
  .heading_frontpage {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .heading_frontpage {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .baan_posts_hole_image {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .smallfootermargintop {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .scorekaart_button {
    padding-top: 20px;
    margin-left: 0% !important;
  }
}
@media screen and (max-width: 768px) {
  .scorekaart_button3 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs3 {
    margin-top: -33px;
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .footer_links a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .footer_headings {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  .btnwidth {
    width: 135px;
  }
}
@media screen and (max-width: 480px) {
  .spacinglr {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .alle_fotos:before {
    content: "";
    width: 20px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 480px) {
  .alle_fotos:after {
    content: "";
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .wpcf7 textarea {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .baan_posts_fotos {
    max-width: 600px;
    min-height: 240px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baan_posts_fotos {
    max-width: 500px;
    min-height: 240px;
    padding-left: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .baan_posts_fotos {
    max-width: 440px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .related {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .baan_posts_fotos {
    max-width: 290px;
    width: 290px;
    padding-left: 20px;
    height: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1366px) {
  .topmenu li {
    font-size: 9px;
    padding-left: 9dpx;
  }
}
@media screen and (min-width: 480px) and (max-width: 1366px) {
  .hoofdmenu a {
    font-size: 14px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1366px) {
  .hoofdmenu2 a {
    font-size: 14px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 576px) {
  .gmwidth iframe {
    width: 90vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .gmwidth iframe {
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  #extramargin {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .ervaring_persoon {
    margin-bottom: -40px !important;
  }
}
@media screen and (max-width: 992px) {
  .dissapear {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .dissapear2 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .reappear {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .reappear {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ervaring_persoon {
    margin-bottom: -3%;
    margin-left: -55%;
  }
}
@media screen and (max-width: 768px) {
  .ervaring_persoon {
    margin-bottom: -7%;
    margin-left: -60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ipadmargintop {
    margin-top: -3em !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .ipadmargintop2 {
    margin-top: -3em !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #test {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  .footer-margin {
    margin-right: 10px;
  }
}
@media screen and (min-width: 570px) and (max-width: 1365px) {
  .zoekenparent {
    color: #354e72;
  }
}
@media screen and (max-width: 990px) {
  .spacebegone {
    padding: 0 !important;
  }
}
/*
@media screen and (min-width : 481px) and (max-width : 992px){
    .related h1 {
		display: inline-block;
    min-width: 160px;

	}
}
@media screen and (min-width : 481px) and (max-width : 992px){
    .related p {
		display: inline-block;
    font-size: 18px;
	}
}
@media screen and (min-width : 481px) and (max-width : 992px){
    .related img {
		display: inline-block;
	}
}
@media screen and (max-width : 480px){
    .related img {
    width: 100%;
    height: auto;
	}
}
@media screen and (min-width : 990px) and (max-width : 1200px;){
    .related a img {
    width: 100%;
    height: auto;
    max-width: 360px;
    max-height: 202px;
	}
}
@media screen and (min-width : 481px) and (max-width : 992px){
    .related {
      min-height: 200px !important;
      max-height: 300px !important;
      margin-bottom: 20px !important;
	}
}
*/
@supports (-ms-ime-align: auto) {
  .sbp_menu_numbers {
    border-color: rgba(52, 78, 114, 0);
    border-radius: 50%;
    padding: 0%;
    width: 3.5%;
    position: relative;
    display: inline-table;
    background: rgba(52, 78, 114, 0);
    color: #344e72;
  }
}
@media screen and (max-width: 361px) {
  .single-baan_posts_menu {
    height: 420px;
  }
}
@media screen and (min-width: 362px) and (max-width: 517px) {
  .single-baan_posts_menu {
    height: 250px;
  }
}
@media screen and (min-width: 518px) and (max-width: 678px) {
  .single-baan_posts_menu {
    height: 160px;
  }
}
@media screen and (min-width: 678px) and (max-width: 897px) {
  .single-baan_posts_menu {
    height: 120px;
  }
}
@media screen and (min-width: 878px) and (max-width: 1698px) {
  .single-baan_posts_menu {
    height: 70px;
  }
}
@media screen and (max-width: 517px) {
  .wpcf7 your-message {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .test {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ervaring_persoon {
    content: "";
    background-image: url("/wp-content/themes/ylt-theme/assets/img/quote.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 15%;
    margin-top: -10px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 1200px) {
  .filler {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .item {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .afbeelding_container {
    height: 12vh;
  }
}
@media screen and (max-width: 600px) {
  .heading_frontpage,
  .subtitle_frontpage,
  .scroller {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .img_footer {
    padding-top: 40px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .ipadmargintop {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs2 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .vorige {
    padding-left: 32px !important;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 481px) {
  .only_mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .mobmenur-container i {
    line-height: 20px !important;
    font-size: 20px !important;
  }
}
/* CSS Document */
/* Table */
.greenfeetabeltop td {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 15px;
}

.grey {
  background: #f1f1f1;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .greenfeetabeltop td {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .grey {
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .white {
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .greenfeetabeltop td {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .grey {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .white {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.white {
  background: white;
  font-size: 18px;
}

.bordertable {
  border-style: hidden;
}

.bordertable td {
  border-style: hidden;
}

.page-header {
  width: 100vw;
  padding-left: 15px;
  margin-left: -15px;
  height: 60px;
  background-color: #344e72;
  background-size: cover;
  background-position: center;
  top: 0;
}

.topmenu-wrap {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 10px;
  margin-right: 15px;
}

@media screen and (min-width: 1366px) {
  .topmenu-wrap {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .zoeken {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .topmenu-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .zoeken {
    display: none;
  }
}
.items-hoofdmenu {
  width: 100%;
  color: #fff;
  margin-top: 40px;
}

.items-hoofdmenu ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  z-index: 999999;
}

.items-hoofdmenu ul ul {
  display: none;
  position: absolute;
}

.items-hoofdmenu ul ul li {
  float: none;
  width: 240px;
  background-color: #FFF;
  color: #000;
}

.items-hoofdmenu ul ul li:hover {
  background-color: #eaedf1;
}

.items-hoofdmenu ul ul li a {
  padding: 5px 10px;
  font-family: "Yrsa", serif;
  font-size: 18px;
  line-height: 40px;
  color: #344e72;
  padding-left: 20px;
  text-transform: none;
}

.items-hoofdmenu ul li:hover > ul {
  display: block;
}

.items-hoofdmenu ul ul li a:hover {
  background-color: #eaedf1;
  text-decoration: none;
  color: #344e72;
  border-bottom: none;
}

.items-hoofdmenu ul ul li ul {
  left: 240px;
  top: 0;
  height: 100%;
  position: absolute;
}

@media (max-width: 991px) {
  .items-hoofdmenu {
    display: none;
  }
}
.logo {
  display: inline-block;
  background-image: url("/wp-content/themes/ylt-theme/assets/img/logo.png");
  top: -15px;
  left: -10px;
  width: 260px;
  height: 55px;
}

@media screen and (max-width: 992px) {
  .logo {
    display: none;
  }
}
.logo_frontpage {
  content: url("https://www.golfclubanderstein.nl/wp-content/themes/ylt-theme/assets/img/logo.png");
  margin-top: 50px;
}

.logo-mobiel {
  content: url("https://www.golfclubanderstein.nl/wp-content/themes/ylt-theme/assets/img/logo.png");
  margin: 0px auto;
  position: relative;
  top: 25px;
  z-index: 999999;
}

@media screen and (min-width: 992px) {
  .logo-mobiel {
    display: none;
  }
}
.logout {
  padding-left: 20px !important;
  background-image: url(../../assets/img/logout.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-left: 30px;
}
.logout a {
  font-family: "Yrsa";
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
.logout a:hover {
  color: #FFF;
  text-decoration: underline;
}

.hoofdmenu_pijl {
  padding-left: 20px !important;
  background-image: url(../../assets/img/arrow.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-right: 60px;
}
.hoofdmenu_pijl a {
  font-family: "Yrsa";
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
.hoofdmenu_pijl a:hover {
  color: #FFF;
  text-decoration: underline;
}

ul.hoofdmenu li {
  font-family: "Yrsa";
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  z-index: 99999999;
}
ul.hoofdmenu li a:hover {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  ul.hoofdmenu li {
    font-size: 18px;
  }
}
.vorige-pagina {
  font-family: yrsa;
  font-size: 20px;
  color: #c3c8d1;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.breadcrumbs span {
  padding-left: 10px;
  padding-right: 10px;
  font-family: yrsa;
  font-size: 20px;
  color: #c3c8d1;
  -webkit-font-smoothing: antialiased;
}

/* Reset style */
a:hover {
  text-decoration: none;
  color: #FFF;
}

footer a:hover {
  text-decoration: underline !important;
  color: #FFF !important;
}

.logo a {
  border-bottom: none !important;
}

@media screen and (max-width: 780px) {
  body.mob-menu-slideout {
    padding-top: 50px;
  }
}
.sub-menu {
  background-color: #FFF;
  z-index: 9999999;
  margin-left: -8em;
  margin-top: 7px;
}

@media screen and (min-width: 780px) {
  .zoeken-mobiel {
    display: none;
  }
}
.zoeken-mobiel input#s {
  width: 300px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  body.search .pagina_titel {
    margin-top: 26px;
  }
}
.items-hoofdmenu ul ul li a .double {
  padding-left: 0;
}

.header-social-icons {
  position: relative;
  margin-left: auto;
  right: 30px;
}
.header-social-icons img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}

li.logo.current-menu-item a {
  text-decoration: none !important;
}

li#menu-item-8963 a {
  visibility: hidden;
}

.slick-slide {
  background-color: #FFF;
  height: 500px !important;
  margin: 0 10px;
}
.slick-slide h2 {
  padding-left: 20px;
  font-weight: bold !important;
  font-family: "yrsa";
  font-size: 28px;
  color: #344E72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
}
.slick-slide p {
  padding-left: 20px;
  padding-right: 20px;
}
.slick-slide .tekst {
  color: #344E72;
}

.slick-prev {
  top: 35%;
  left: -100px;
  font-size: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: #FFF;
}

@media screen and (max-width: 1024px) {
  .slick-prev {
    top: 50%;
    left: -30px;
    width: 30px;
    height: 30px;
  }
}
.slick-prev:focus {
  outline: 0;
}

.slick-prev:before {
  content: url("/wp-content/themes/ylt-theme/assets/img/prev.png");
  background-color: white;
  color: #003864;
  line-height: 90px;
}

@media screen and (max-width: 1024px) {
  .slick-prev:before {
    line-height: 46px;
  }
}
.slick-next {
  top: 35%;
  right: -100px;
  font-size: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: #FFF;
}

@media screen and (max-width: 1024px) {
  .slick-next {
    top: 50%;
    right: -30px;
    width: 30px;
    height: 30px;
  }
}
.slick-next:focus {
  outline: 0;
}

.slick-next:before {
  content: url("/wp-content/themes/ylt-theme/assets/img/next.png");
  background-color: white;
  color: #003864;
  line-height: 90px;
}

@media screen and (max-width: 1024px) {
  .slick-next:before {
    line-height: 46px;
  }
}
.news-slider-image {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

body.page-template-baanstatus-narrowcasting {
  background-color: #284a00;
}
body.page-template-baanstatus-narrowcasting .pagina_subtitel {
  color: #FFF !important;
  font-size: 48px !important;
}
body.page-template-baanstatus-narrowcasting .baan_subtitel_overzicht {
  color: #FFF;
  padding-left: 20px;
  font-size: 24px;
}
body.page-template-baanstatus-narrowcasting .tabel_groen {
  background-color: transparent;
  height: 80px;
  font-family: "yrsa";
  font-size: 22px;
  color: #FFF;
  border-bottom: 1px solid #82966D;
}
body.page-template-baanstatus-narrowcasting .baanstatus_statustekst {
  padding-left: 20px;
  color: #FFF;
  font-size: 28px;
}
body.page-template-baanstatus-narrowcasting td {
  text-align: center;
  font-size: 32px;
  font-family: "yrsa";
}
body.page-template-baanstatus-narrowcasting .baanstatus_waarschuwing {
  color: #FFF;
  font-size: 24px;
}
body.page-template-baanstatus-narrowcasting h1 {
  font-family: "yrsa";
  font-size: 48px;
  color: #FFF;
  font-weight: bold;
}
body.page-template-baanstatus-narrowcasting h2 {
  font-family: "yrsa";
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
}
body.page-template-baanstatus-narrowcasting h3 {
  font-family: "yrsa";
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
}
body.page-template-baanstatus-narrowcasting p {
  font-family: "source-sans-pro";
  font-size: 18px;
  color: #FFF;
}
body.page-template-baanstatus-narrowcasting .tabel_groen img {
  display: inline-block;
  width: 34px;
  height: auto;
}
body.page-template-baanstatus-narrowcasting img.img-trolley {
  display: inline-block;
  width: 44px;
  height: auto;
}

/*# sourceMappingURL=style.min.css.map */
