*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5em;
  letter-spacing: 0.3px;
  line-height: 2.5rem;
  font-weight: 400;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1A1A1A;
}

h1 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 30px;
}

h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}

hr {
  border: 0;
  border-bottom: 1px solid #D0D0D0;
  margin: 10px 0 20px 0;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 0.7em;
}

big {
  font-size: 1.4em;
}

p {
  margin-bottom: 20px;
}

header,
main,
footer {
  flex-shrink: 0;
}

main {
  flex-grow: 1;
}

section {
  position: relative;
}

section#content ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

section#content ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}

section#content ol li,
section#content ul li {
  margin-left: 20px;
}

blockquote {
  margin: 40px 60px;
  padding: 20px;
  background-color: #ECECEC;
}

table,
td,
th {
  border: 1px solid #D0D0D0;
}

td,
th {
  padding: 5px;
}

th {
  font-weight: 600;
}

::-moz-selection {
  background: #D0D0D0;
}

::selection {
  background: #D0D0D0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D0D0D0;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #D0D0D0;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #D0D0D0;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #D0D0D0;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

textarea,
input,
button {
  outline: none;
}

a {
  text-decoration: underline;
  color: inherit;
}

.slicknav_menu {
  display: none;
}

header {
  margin-bottom: 60px;
}
header .header-top {
  background-color: #ECECEC;
}
header .header-top .header-top-container {
  line-height: 30px;
  font-size: 1.3rem;
}
header .header-top .header-top-container .header-top-right {
  text-align: right;
}
header .header {
  min-height: 80px;
  background-color: #FFFFFF;
}
header .header .header-container .logo {
  display: flex;
  align-items: center;
  height: 120px;
}
header .header .header-container .logo a {
  display: flex;
  align-items: center;
}
header .header .header-container .logo a img {
  position: relative;
  display: flex;
  max-height: 100px;
  max-width: 220px;
  height: auto;
  width: auto;
  margin: 10px 0;
}
header .header .header-container nav > div {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
header .header .header-container nav > div ul.menu {
  display: flex;
  height: 100%;
}
header .header .header-container nav > div ul.menu li {
  position: relative;
  display: flex;
  height: 100%;
  margin-left: 40px;
}
header .header .header-container nav > div ul.menu li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.3s;
}
header .header .header-container nav > div ul.menu li a:link, header .header .header-container nav > div ul.menu li a:visited {
  background-color: unset;
}
header .header .header-container nav > div ul.menu li a:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: unset;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: all 0.3s;
}
header .header .header-container nav > div ul.menu li a:hover {
  color: #ECECEC;
}
header .header .header-container nav > div ul.menu li a:hover .cta-wrapper {
  color: #FFFFFF;
}
header .header .header-container nav > div ul.menu li a .cta-wrapper {
  padding: 5px 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
header .header .header-container nav > div ul.menu li.current-menu-item a {
  color: #ECECEC;
}
header .header .header-container nav > div ul.menu li.current-menu-item a:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ECECEC;
  position: absolute;
  bottom: -4px;
  left: 0;
}
header .header-bottom {
  background-color: #ECECEC;
  color: #1A1A1A;
}
header .header-bottom .header-bottom-container {
  line-height: 55px;
  font-size: 1.3rem;
}
header .header-bottom .header-bottom-container .header-bottom-left {
  font-size: 1.7rem;
  font-weight: 500;
}
header .header-bottom .header-bottom-container .header-bottom-right {
  text-align: right;
  font-size: 1.4rem;
  height: 55px;
}
header .header-bottom .header-bottom-container .header-bottom-right iframe {
  height: 100%;
}
header .header-bottom .header-bottom-container .header-bottom-right .shopping-cart {
  float: right;
  width: 45px;
  height: 45px;
  padding-top: 5px;
}
header .header-notification {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
header .header-notification .header-notification-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  line-height: 1.7rem;
}
header .header-notification .header-notification-bar .header-notification-title h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}
header .header-notification .header-notification-bar .header-notification-text {
  flex: 1 1 auto;
}
header .header-notification .header-notification-bar .header-notification-text span {
  display: block;
  padding: 0 20px;
  text-align: center;
}
header .header-notification .header-notification-bar .header-notification-link {
  text-align: right;
}
header .header-notification .header-notification-bar .header-notification-link a.notification_link_button {
  float: right;
  text-align: center;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: all 0.3s;
  text-transform: uppercase;
}
header .header-notification .header-notification-bar .header-notification-link a.notification_link_button:hover {
  background-color: #FFFFFF;
  color: #1A1A1A;
}

main aside .widget-area {
  margin-top: 40px;
}
main aside .widget-area:first-child {
  margin-top: 0px;
}
main aside #usp-general,
main aside #home-news {
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 20px;
}
main aside #usp-general h3,
main aside #home-news h3 {
  font-size: 1.8rem;
}
main aside #usp-general ul,
main aside #home-news ul {
  margin-left: 0;
}
main aside #usp-general ul li,
main aside #home-news ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 10px;
  padding-left: 40px;
}
main aside #usp-general ul li span.fa-li,
main aside #home-news ul li span.fa-li {
  background-color: #00B900;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  margin-top: 3px;
}
main aside #usp-general ul li span.fa-li svg,
main aside #home-news ul li span.fa-li svg {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 4px;
}
main aside #usp-general ul li a,
main aside #home-news ul li a {
  text-decoration: none;
}
main aside #home-news ul li {
  cursor: pointer;
  transition: all 0.3s;
}
main aside #home-news ul li span.fa-li {
  background-color: unset;
}
main aside #home-news ul li span.fa-li svg {
  color: #1A1A1A;
  font-size: 24px;
  margin-top: 0;
}
main aside #home-news ul li:hover {
  color: #F8F8F8;
}
main aside #aside-image img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
main aside.sidebar-contact #naw {
  position: relative;
  background-color: #F8F8F8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 40px 20px;
}
main aside.sidebar-contact #naw .contactrow {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
main aside.sidebar-contact #naw .contactrow .contactrow-icon {
  float: left;
  width: 30px;
}
main aside.sidebar-contact #naw .contactrow .contactrow-icon svg {
  font-size: 1.6rem;
}
main aside.sidebar-contact #naw .contactrow .contactrow-content {
  float: left;
  width: calc(100% - 40px);
}
main aside.sidebar-contact #naw-image {
  position: relative;
}
main aside.sidebar-contact #naw-image .contact-aside-image {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 260px;
  height: auto;
}
main aside.sidebar-contact #naw-image .contact-aside-image img {
  float: right;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.2);
}
main #main-content-activiteit section#content {
  padding-bottom: 20px;
}
main #main-content-activiteit aside {
  padding-bottom: 20px;
}
main a.cta-button {
  display: inline-block;
  padding: 5px 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
main a.cta-button:hover {
  background-color: #ffffff;
  color: #ECECEC;
}
main section#fotoheader {
  position: relative;
  margin-top: -60px;
  min-height: 400px;
}
main section#fotoheader #slider.slickslider {
  min-height: 480px;
}
main section#fotoheader #slider.slickslider .slick-slide {
  width: 100%;
  height: 480px;
  background-size: cover !important;
}
main section#fotoheader .fotoheader-content {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: calc(100% - 80px);
}

.page-template-tpl_home main .main-content .aanbod-cta,
.page-template-tpl_home2 main .main-content .aanbod-cta,
.page-template-tpl_lk_aanbod main .main-content .aanbod-cta {
  float: left;
  margin: 40px 0 15px 0;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
}
.page-template-tpl_home main .main-content .aanbod-cta:hover,
.page-template-tpl_home2 main .main-content .aanbod-cta:hover,
.page-template-tpl_lk_aanbod main .main-content .aanbod-cta:hover {
  background-color: #ffffff;
  color: #ECECEC;
}
.page-template-tpl_home main .main-content .aanbod-cta a,
.page-template-tpl_home2 main .main-content .aanbod-cta a,
.page-template-tpl_lk_aanbod main .main-content .aanbod-cta a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
}
.page-template-tpl_home main .main-content #activiteitprijs,
.page-template-tpl_home2 main .main-content #activiteitprijs,
.page-template-tpl_lk_aanbod main .main-content #activiteitprijs {
  float: left;
  clear: both;
  font-size: 1.6rem;
  font-weight: 600;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img {
  position: relative;
  overflow: hidden;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img img,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img img,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container {
  position: relative;
  overflow: hidden;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto .fotoslide img,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto .fotoslide img,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto .fotoslide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 1px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list {
  margin: 0 -10px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list .slick-track .slick-slide:only-child,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list .slick-track .slick-slide:only-child,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .slick-list .slick-track .slick-slide:only-child {
  display: none;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow {
  position: absolute;
  z-index: 9999 !important;
  width: 32px;
  height: 32px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow:before,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow:before,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-arrow:before {
  display: block;
  color: #1A1A1A !important;
  font-size: 32px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-prev,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-prev,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-prev {
  left: 0;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-next,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-next,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider button.slick-next {
  right: 0;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  border: unset !important;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide img,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide img,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider .fotoslide img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  max-height: 130px;
  border-radius: 3px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider.slick-initialized .slick-slide,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider.slick-initialized .slick-slide,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .fotoslider.slick-initialized .slick-slide {
  width: 200px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.page-template-tpl_home main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto img,
.page-template-tpl_home2 main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto img,
.page-template-tpl_lk_aanbod main .main-content aside #aanbod-cat-image #aanbod-img .foto-container .hoofdfoto img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.page-template-tpl_home main section#actImages .imageThumb img,
.page-template-tpl_home2 main section#actImages .imageThumb img,
.page-template-tpl_lk_aanbod main section#actImages .imageThumb img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.page-template-tpl_home main section#aanbod,
.page-template-tpl_home2 main section#aanbod,
.page-template-tpl_lk_aanbod main section#aanbod {
  padding: 60px 0 20px;
}
.page-template-tpl_home main section#aanbod.aanbod-activiteit,
.page-template-tpl_home2 main section#aanbod.aanbod-activiteit,
.page-template-tpl_lk_aanbod main section#aanbod.aanbod-activiteit {
  display: none;
}
.page-template-tpl_home main section#aanbod .section-title,
.page-template-tpl_home2 main section#aanbod .section-title,
.page-template-tpl_lk_aanbod main section#aanbod .section-title {
  background-color: #F8F8F8;
  min-height: 60px;
  line-height: 60px;
}
.page-template-tpl_home main section#aanbod .section-title .aanbod-cat-titel h2,
.page-template-tpl_home2 main section#aanbod .section-title .aanbod-cat-titel h2,
.page-template-tpl_lk_aanbod main section#aanbod .section-title .aanbod-cat-titel h2 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 60px;
}
.page-template-tpl_home main section#aanbod .section-title .laatste-reservering,
.page-template-tpl_home2 main section#aanbod .section-title .laatste-reservering,
.page-template-tpl_lk_aanbod main section#aanbod .section-title .laatste-reservering {
  text-align: right;
  font-size: 1.3rem;
}
.page-template-tpl_home main section#aanbod .section-title .laatste-reservering .date,
.page-template-tpl_home main section#aanbod .section-title .laatste-reservering .time,
.page-template-tpl_home2 main section#aanbod .section-title .laatste-reservering .date,
.page-template-tpl_home2 main section#aanbod .section-title .laatste-reservering .time,
.page-template-tpl_lk_aanbod main section#aanbod .section-title .laatste-reservering .date,
.page-template-tpl_lk_aanbod main section#aanbod .section-title .laatste-reservering .time {
  font-weight: 500;
}
.page-template-tpl_home main section#aanbod .aanbod-container,
.page-template-tpl_home2 main section#aanbod .aanbod-container,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container {
  margin-top: 40px;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  margin-bottom: 80px;
  background-color: #F8F8F8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-image img,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-image img,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-image img {
  float: left;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-titel,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-titel,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-titel {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  font-weight: 600;
  font-size: 2.2rem;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-omschrijving-kort,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-omschrijving-kort,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-omschrijving-kort {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-prijs,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-prijs,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-prijs {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-cta,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-cta,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-cta {
  position: absolute;
  bottom: -19px;
  right: 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-cta:hover,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-cta:hover,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-cta:hover {
  background-color: #ffffff;
  color: #ECECEC;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content .aanbod-cta a,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content .aanbod-cta a,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content .aanbod-cta a {
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}
.page-template-tpl_home main section#aanbod .aanbod-container .aanbod-content:hover .aanbod-cta,
.page-template-tpl_home2 main section#aanbod .aanbod-container .aanbod-content:hover .aanbod-cta,
.page-template-tpl_lk_aanbod main section#aanbod .aanbod-container .aanbod-content:hover .aanbod-cta {
  background-color: #ffffff;
  color: #ECECEC;
}
.page-template-tpl_home main section#extra-content,
.page-template-tpl_home2 main section#extra-content,
.page-template-tpl_lk_aanbod main section#extra-content {
  padding: 40px 0 60px 0;
  border-top: 20px solid #F8F8F8;
}
.page-template-tpl_home main section#extra-content .extra-content-container,
.page-template-tpl_home2 main section#extra-content .extra-content-container,
.page-template-tpl_lk_aanbod main section#extra-content .extra-content-container {
  -moz-column-count: 2;
       column-count: 2;
}

.page-template-tpl_home2 main aside #usp-general {
  background: rgba(255, 255, 255, 0.7);
}

.shops-container {
  margin-top: 40px;
}
.shops-container .shop-content {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  margin-bottom: 80px;
  background-color: #F8F8F8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.shops-container .shop-content .shop-image img {
  float: left;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.shops-container .shop-content .shop-titel {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  font-weight: 600;
  font-size: 2.2rem;
}
.shops-container .shop-content .shop-description {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
.shops-container .shop-content .shop-cta {
  position: absolute;
  bottom: -19px;
  right: 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
}
.shops-container .shop-content .shop-cta:hover {
  background-color: #ffffff;
  color: #ECECEC;
}
.shops-container .shop-content .shop-cta a {
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}
.shops-container .shop-content:hover .shop-cta {
  background-color: #ffffff;
  color: #ECECEC;
}

main aside #usp-general a.cta-button {
  display: block;
  text-align: center;
}

.blog main {
  margin-bottom: 100px;
}
.blog main .main-content .post-container {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}
.blog main .main-content .post-container .post-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.blog main .main-content .post-container .post-image img {
  float: left;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: auto;
}
.blog main .main-content .post-container .post-title {
  background-color: #F8F8F8;
  padding: 20px;
}
.blog main .main-content .post-container .post-title h2 {
  margin-bottom: 0;
}
.blog main .main-content .post-container .post-excerpt {
  background-color: #F8F8F8;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 5px 5px;
}
.blog main .main-content .post-container .post-more {
  position: absolute;
  bottom: -19.5px;
  right: 20px;
  background-color: #fff;
}
.blog main .main-content .post-container .post-more .cta-button {
  margin: 0;
}
.blog main .main-content .post-container:hover .cta-button {
  background-color: #ffffff;
  color: #ECECEC;
}

.single main {
  margin-bottom: 60px;
}
.single main .main-content aside .post-image img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.single main .main-content aside a.cta-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
  margin: 20px 0;
}
.single main .main-content aside a.cta-button:hover {
  background-color: #FFFFFF;
  color: #ECECEC;
}

#LK_module {
  margin-bottom: 60px;
}

section#home-contact {
  position: relative;
  min-height: 400px;
  margin-bottom: 60px;
  background-color: #F8F8F8;
}
section#home-contact .home-contact-left-container {
  z-index: 10;
}
section#home-contact .home-contact-left-container .home-contact-left-content {
  padding: 40px 40px 40px 0;
  color: #ffffff;
}
section#home-contact .home-contact-left-container .home-contact-left-content h1 {
  color: #FFFFFF;
}
section#home-contact .home-contact-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
section#home-contact #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
section#home-contact .home-contact-content {
  padding: 40px 0 40px 40px;
}
section#home-contact .home-contact-content .cta-button {
  margin-bottom: 40px;
}

section#home2map {
  position: relative;
  margin: 40px 0 60px 0;
  height: 500px;
}
section#home2map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact-map {
  position: relative;
  padding: 60px 0;
}
#contact-map .container {
  position: relative;
}
#contact-map .container .contact-openingstijden-container {
  position: absolute;
  top: -60px;
  right: 0;
  width: 33.33333333%;
  z-index: 10;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#contact-map .container .contact-openingstijden-container .contact-openingstijden {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 20px;
  line-height: 3rem;
}
#contact-map .container .contact-openingstijden-container .contact-openingstijden strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
#contact-map #map {
  height: 600px;
}

.shophoursrow {
  float: left;
  width: 100%;
}
.shophoursrow .dagnaam {
  float: left;
  width: 35%;
}
.shophoursrow .tijden {
  float: left;
  width: 65%;
  text-align: right;
}

footer {
  background-color: #1A1A1A;
  color: #FFFFFF;
  min-height: 300px;
  line-height: 2.8rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-content {
  padding-right: 60px;
}
footer .footer-content a {
  text-decoration: none;
}
footer .footer-content a:hover {
  text-decoration: underline;
}
footer .footer-content .socialicon {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #FFFFFF;
  color: #1A1A1A;
  border-radius: 3px;
  margin: 20px 10px 20px 0;
}
footer .footer-content .socialicon svg {
  margin: 4px 0;
  font-size: 2.4rem;
}

section#sidebartwo {
  display: none;
}

.contactform {
  padding: 20px 0 40px 0;
}
.contactform .gform_wrapper {
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
}
.contactform .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
.contactform .gform_wrapper .gform_heading h2.gform_title {
  color: #1A1A1A;
  margin-bottom: 10px;
}
.contactform .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.contactform .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  color: #1A1A1A;
}
.contactform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.contactform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border: 2px solid #D0D0D0;
  border-radius: 5px;
  font-family: inherit;
}
.contactform .gform_wrapper .gform_footer {
  font-family: inherit;
  padding: 20px 0 0 0 !important;
}
.contactform .gform_wrapper .gform_footer input[type=submit] {
  font-family: inherit;
  padding: 5px 20px;
  background-color: #ECECEC;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.5rem;
  transition: all 0.3s;
  border: 2px solid #ECECEC;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 0;
}
.contactform .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #ffffff;
  color: #ECECEC;
}

#cta-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#cta-mobile a {
  display: block;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 20px;
}

.grecaptcha-badge {
  bottom: 50px !important;
  display: block !important;
}

.wg-drop.country-selector.open ul {
  display: block !important;
}

@media only screen and (max-width: 1199px) {
  header .header .header-container nav > div ul.menu li {
    margin-left: 15px;
  }
  footer .footer-content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-top .header-top-right .headerEmail {
    display: none;
  }
  header .header .header-container {
    position: relative;
  }
  header .header .header-container .slicknav_menu {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 0;
    width: auto;
    z-index: 1;
    background: none;
  }
  header .header .header-container .slicknav_menu .slicknav_btn {
    border-radius: 5px;
  }
  header .header .header-container .slicknav_menu ul.slicknav_nav {
    padding: 10px 0;
    background-color: #1A1A1A;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header .header .header-container .slicknav_menu ul.slicknav_nav li.current-menu-item {
    background-color: #FFFFFF;
  }
  header .header .header-container .slicknav_menu ul.slicknav_nav li.current-menu-item a {
    color: #1A1A1A;
  }
  header .header .header-container .slicknav_menu ul.slicknav_nav li a {
    color: #FFFFFF;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.7rem;
  }
  header .header .header-container .slicknav_menu ul.slicknav_nav li a:hover {
    background-color: unset;
    color: unset;
    border-radius: unset;
  }
  header .header .header-container .slicknav_menu .slicknav_menutxt {
    text-shadow: none;
    font-family: inherit;
  }
  header .header .header-container .slicknav_menu .slicknav_icon .slicknav_icon-bar {
    box-shadow: unset;
  }
  header .header .header-container #lkLogo a {
    float: left;
    width: auto;
    height: auto;
  }
  header .header .header-container #lkLogo a img {
    float: left;
    width: auto;
    height: auto;
  }
  header .header .header-container nav {
    display: none;
  }
  .single main {
    margin-bottom: 60px;
  }
  .single main .main-content aside {
    margin-bottom: 60px;
  }
  main .main-content aside {
    margin-top: 40px;
  }
  main .main-content aside section#naw-image {
    display: none;
  }
  .page-template-tpl_home main section#extra-content .extra-content-container,
.page-template-tpl_home2 main section#extra-content .extra-content-container,
.page-template-tpl_lk_aanbod main section#extra-content .extra-content-container {
    -moz-column-count: 1;
         column-count: 1;
  }
  .page-template-tpl_home main section#aanbod .section-title .laatste-reservering,
.page-template-tpl_home2 main section#aanbod .section-title .laatste-reservering,
.page-template-tpl_lk_aanbod main section#aanbod .section-title .laatste-reservering {
    text-align: left;
    line-height: 1.3rem;
    padding-bottom: 10px;
  }
  footer .footer-content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  main section#fotoheader {
    height: 200px !important;
    min-height: unset;
  }
  main section#fotoheader #slider.slickslider {
    min-height: unset;
  }
  main section#fotoheader #slider.slickslider .slick-slide {
    height: 200px !important;
  }
  main section#fotoheader aside {
    display: none;
  }
  section#content {
    margin-bottom: 40px;
  }
  .page-template-tpl_home2 main section#aanbod {
    padding-top: 0;
  }
  section#home-contact {
    min-height: unset;
  }
  section#home-contact #map {
    display: none;
  }
  section#home-contact .home-contact-content {
    padding: 40px 0;
  }
  section#home-contact .home-contact-left-container {
    padding-top: 40px;
  }
  section#home-contact .home-contact-left-container .home-contact-left-content {
    padding: 20px;
    background-color: #F8F8F8;
  }
  section#sidebartwo {
    display: block;
  }
  section#sidebartwo aside {
    display: block;
    margin-bottom: 60px;
  }
  section#home2map {
    display: none;
  }
  .home-contact-left {
    display: none;
  }
  #contact-map .container .contact-openingstijden-container {
    z-index: 0;
  }
  header .header-bottom .header-bottom-container {
    line-height: unset;
  }
  header .header-bottom .header-bottom-container .header-bottom-left {
    display: flex;
    align-items: center;
  }
  header .header-bottom .header-bottom-container .header-bottom-left #breadcrumbs {
    font-size: 1.4rem;
  }
  #contact-map .container .contact-openingstijden-container {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .page-template-tpl_lk_aanbod main .main-content aside {
    margin-top: 0;
  }
  .page-template-tpl_lk_aanbod main #main-content-activiteit {
    margin-bottom: 0;
  }
  .page-template-tpl_lk_aanbod main section#aanbod.aanbod-aanbod, .page-template-tpl_lk_aanbod main section#aanbod.aanbod-categorie {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .country-selector {
    margin-bottom: 85px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .country-selector.weglot-default {
    right: 10px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  header .header-top .header-top-right .headerAddress {
    display: none;
  }
  header .header .header-container .logo a img {
    max-width: 180px;
  }
  #cta-mobile {
    display: block;
    width: calc(100vw - 20px);
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .page-template-tpl_lk_aanbod #cta-mobile {
    display: none;
  }
  .page-template-tpl_lk_aanbod #cta-mobile.cta-mobile-activiteit {
    display: block;
  }
  .home main aside {
    display: none;
  }
  .home main section#aanbod {
    padding-top: 0;
  }
  .page-template-tpl_lk_aanbod main .main-content {
    margin-bottom: 40px;
  }
  footer .footer-content {
    margin-bottom: 40px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  footer .footer-content .shophoursrow .tijden {
    text-align: left;
  }
}
