<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: "effra", sans-serif;
}

#container {
  min-height: 100%;
  position: relative;
}

.reserveren_link {
  background-color: #fff;
  border: 1px solid #EC008C;
  color: #EC008C;
  padding: 10px 20px;
  border-radius: 0 15px 0 15px;
  transition: all .3s;
  font-size: 20px;
  font-family: 'effra', sans-serif;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.reserveren_link:hover {
  background-color: #EC008C;
  color: #fff;
}

/* Datepicker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 48% !important;
  margin: 1% !important;
}

.ui-datepicker .ui-datepicker-title select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  font-family: effra, sans-serif;
  padding: 5px;
  cursor: pointer;
  color: #252525;
}

.ui-datepicker td {
  width: 14.28%;
}

.ui-datepicker th {
  font-family: effra, sans-serif;
  font-weight: 200;
}

.ui-widget-header {
  background-color: #F5F5F5 !important;
  border: none !important;
  border-radius: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #252525 !important;
  font-family: effra, sans-serif;
  background-color: #fff !important;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #252525 !important;
  font-family: effra, sans-serif;
  background-color: #fff !important;
  text-align: center;
  border: 1px solid #d3d3d3;
}

/* COOKIE MELDING */
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  z-index: 15000;
  transition: all .5s;
}

.plenso_cookies &gt; img {
  width: 50px;
}

.plenso_cookies &gt; div {
  color: #10182F;
  padding: 25px 0px;
  line-height: 25px;
}

.plenso_cookies &gt; div a {
  color: #10182F;
  text-decoration: underline;
}

.plenso_cookies &gt; a {
  background-color: #EC008C;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies &gt; a:hover {
  transform: scale(1.1);
}

/* Einde Cookie Melding */

/* Popup */

.popup {
  width: 100%;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 100;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.popup_content {
  max-width: 950px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.popup_content img {
  width: 400px;
}

.popup_content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #EC008C;
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 25px;
}

.popup_content&gt;div {
  padding: 50px 30px;
  line-height: 150%;
  font-size: 20px;
  font-weight: 200;
}

.popup_content&gt;div strong {
  color: #394056;
}

.popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: black;
  cursor: pointer;
  padding: 0 !important;
}

.popup_content a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  color: #394056;
  border-bottom: 2px solid #EC008C;
  font-family: 'Poppins', sans-serif;
}

.popup_text {
  color: #adadad;
}

.popres {
  display: none;
}

.popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menu-block {
  overflow: hidden;
}

/* Einde Popup */

/* HEADER */

#headerwrap {
  background: #212121;
  height: 128px;
}

.ocdbutton {
  display: none;
}

.faqItem .c {
  font-size: 18px;
  line-height: 150%;
  color: #767676;
  font-weight: 200;
}

.Tc {
  text-align: center;
}

.Vbn {
  visibility: hidden;
}

#headeropeningsuren {
  position: absolute;
  right: 165px;
  top: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0 15px 0 15px;
  padding: 0 .8em;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border: 1px solid #ec008c;
  color: #EC008C;
}

#header {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  position: relative;
  height: 120px;
  padding: 0px 20px 0px 20px;
}

.three-row-grid .cb {
  clear: both!important;
}

.MBot {
  margin-bottom: 2em;
}


.logo {
  width: 300px;
  margin: 10px 0;
}

.navigatie {
  width: 100%;
  background-color: #212121;
  border-bottom: 3px solid #EC008C;

}



.innernavigatie {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigatie_holder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}

.navigatie_holder .mainnav a {
  margin: 0 20px;
  padding: 10px 0;
  color: white;
  font-size: 18px;
  display: inline-block;
  font-family: 'effra', sans-serif;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}



.navigatie_holder .mainnav .active,
.navigatie_holder .mainnav a:hover {
  border-bottom: 1px solid #EC008C;
}

#special {
  border: 1px solid #EC008C;
  padding: 10px 20px;
  color: #EC008C;
  border-radius: 0 15px 0 15px;
  transition: all .4s;
}

#special:hover {
  background-color: #EC008C;
  color: white;
}

.navigatie_holder .mainnav select,
.resnavv select {
  margin-left: 10px;
  border: none;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  border-left: 1px solid #394056;
  padding-left: 20px;
  padding-right: 25px;
  font-family: 'effra', sans-serif;
  background-image: url(/images/select_white.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.secondarynav {
  background-color: #181818;
  border-radius: 0 0 5px 5px;
}
.secondarynav &gt; div {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secondarynav a {
  color: white;
  padding: 5px 20px;
  display: inline-block;
  transition: all .3s;
}

.secondarynav a:hover {
  color: #EC008C;
}

.opening {
	background-color: #EC008C;
	color: white;
	padding: 5px 15px;
	position: relative;
	border-bottom-left-radius: 10px;
}

.opening i {
	margin-right: 5px;
}

.opening img {
	
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;

}



.maintekst {
  max-width: 1400px;
  margin: 0 auto;
  color: #535353;
  font-weight: 200;
  font-size: 19px;
  padding: 0 10px;
  padding-bottom: 50px;
}

.maintekst strong {
  color: #394056;
}

.maintekst ul {
  padding-left: 20px;
  list-style-type: disc;
}

.specialtekst p {
  background-color: #292929;
  color: white !important;
  padding: 15px 10px;
}

.specialtekst p strong{
  color: white !important;
}

.specialtekst ul {
  list-style-type: none;
  padding-left: 0;
  color: #000;
  font-weight: 400;
}

.specialtekst ul li {
  padding: 10px;
}

.specialtekst ul li:nth-child(even) {
  background-color: #ecd1e6;
}

.resnavv {
  display: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  background-color: #fff;
  background-image: url(/images/vrouw.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  background-color: #212121;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 10px;
  height: 95px;
}

.extraNavigationElements {
  position: absolute;
  bottom: 16px;
}

.extraNavigationElements .navitem {
  padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
  color: #fff;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0 20px;
  position: absolute;
  left: 0;
  top: 48px;
  transform: translateY(-50%);
}

.logo-mobileNav {
  width: 80px;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.resnavfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  color: #262626;
  font-size: 14px;
  font-family: 'effra', sans-serif;
}

.resnavfooter p, .resnavfooter a {
  color: #848484;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resnavfooter a i {
  margin: 0 5px;
}

.resnavfooter img {
  width: 25px;
  margin-right: 4px;
}

.navitem {
  width: 100%;
  padding: 15px 25px;
}

.navitem #specialbutton {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg {
  transform: rotate(0deg) !important;
}

.navitem a {
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  font-family: 'effra', sans-serif;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: block;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}


/* New Footer */


/* Animations */

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}


/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  background-color: #F9B2D3;
}

.aks {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  transform: translateY(-70px);
}

.aks .slick-arrow {
  position: absolute;
  left: 49%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #394056;
  z-index: 2;
}

.aks .slick-next {
  left: 52%;
}

.aks .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 45%;
  margin-left: 55%;
}

.aks .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  border: 2px solid #394056;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

.aks .slick-dots li button {
  display: none;
}

.aks .slick-dots .slick-active {
  background-color: #394056;
}

.grijze_ak_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content&gt;div {
  width: 45%;
}

.grijze_ak_content img {
  width: 45%;
  border-radius:  0 30px 0 30px;
}

.grijze_ak_content&gt;div h2 {
  font-size: 35px;
  color: #394056;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: 'effra', sans-serif;
}

.grijze_ak_content&gt;div div {
  line-height: 180%;
  font-weight: 200;
  color: #000;
  
  font-size: 18px;
}

.grijze_ak_content&gt;div a {
  display: inline-block;
  color: #394056;
  border-bottom: 2px #EC008C solid;
  font-weight: 400;
  padding-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'effra', sans-serif;
}

/* Footer */

footer {
  background-color: #252525;
  padding: 50px 10px;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer_item {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}



.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  margin: 0 !important;
}

.socials&gt;a {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  transition: all .5s;
}

.socials&gt;a:not(.sdc) {
  border-radius: 100%;
  border: 1px solid white !important;
}

.socials a:not(.sdc):hover {
  background-color: white !important;
  color: #394056 !important;
}

.sdc {
  width: 40px;
  height: 40px;
  border:0px !important; 
}

.sdc img {
  max-width:40px;
  max-height: 40px;
}

.sdc img:hover {
  background-color: none;
  color: none;
}

.footer_item h2 {
  font-size: 25px;
  font-weight: 700;
  color: white;
  font-family: 'effra', sans-serif;
  margin-bottom: 20px;
}

.footer_item div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.footer_item div span {
  width: 40px;
  height: 20px;
}

.footer_item div span i {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_item div a {
  color: #fff;
  transition: all .3s;
  font-weight: 200;
  border-bottom: 1px solid transparent;
}

.footer_item div a:hover {
  border-bottom: 1px solid white;
}

#nb:hover {
  border-bottom: 1px solid #EC008C !important;

}
.uptop {
	background-color: #EC008C;
	border: 1px solid #EC008C;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 200px;
	transition: all .3s;
	width: 50px;
	height: 50px;
	font-size: 20px;
	font-family: 'effra', sans-serif;
	position: absolute;
	right: 10px;
	top: -25px;
	z-index: 300;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	cursor: pointer;
}

.uptop:hover {
	background-color: white;
}
.siteby {
  background-color: #181818;
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  color: #393939;
  font-size: 15px;
  position: relative;

}

.siteby&gt;div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  color: #393939;
}

.siteby i.fa-heart {
  color: #393939;
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    color: #393939;
  }

  5% {
    color: #F9B2D3;
  }
  10% {
    color: #393939;
  }
  20% {
    color: #F9B2D3;
  }
  21% {
    color: #393939;
  }

  50% {
    color: #393939;
  }

  100% {
    color: #393939;
  }
}

.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.betaalwijzes img {
  width: 25px;
  margin: 0 5px;
  opacity: .6;
}

/* Einde Footer */


.fotos_detail {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  padding-bottom: 50px;
}

.vragen {
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 0 10px;
}

.selectric-selectjaar .selectric .label {
  margin-left: 0px;
  border: none;
  background-color: #fff;
  color: #394056;
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
  padding: 4px;
  font-size: 19px;
  padding-right: 220px;
  font-family: 'effra', sans-serif;
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.selectric-selectjaar.selectric-hover .selectric .label {
  color: #EC008C;
}

.selectric-selectjaar .selectric-items li {
  font-size: 18px;
}


/* BODY */


#body {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 45px 20px 55px 20px;
  color: #333333;
}

.c strong {
  color: #EC008C;
}

.LightboxImages img {
  width: auto!important;
}

.c.NewMargin p {
  margin: 0;
}

#headeropeningsuren span {
  font-weight: 700;
}


/* FOOTER */

#footerwrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 470px;
  /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
  background: #212121;
}

#footer {
  max-width: 1400px;
  margin: 10px auto 0px auto;
  padding: 0px 20px 0px 20px;
  color: #FFF;
  font-size: 0.88em;
  line-height: 1.8em;
}

#footer h2 {
  text-align: center;
  font-size: 1.2em;
  color: #ec008c;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

#footer a {
  color: #FFF;
}

.foot {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  background-color: #ec008c;
}

.foot a {
  color: #de8cca;
}

#prices table,
.faqItem {
  font-size: 1.2em;
}

.faqItem .c {
  padding: 0 1em;
}



#nav {
  height: 37px;
  width: 100%;
  background-color: #505050;
  border-bottom: 1px solid #ec008c;
}

.navholder {
  max-width: 1500px;
  margin: auto;
}

.talen {
  position: absolute;
  right: 20px;
  width: 132px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ec008c;
  top: 28px;
}

.sliderzone {
  height: 449px;
  background-color: #080808;
  width: 100%;
  position: relative;
}

.sliderfoot {
  height: 98px;
  border-top: 1px solid #700a47;
  background-color: #121212;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.cta_slide {
  font-family: 'effra', cursive;
  font-size: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #ec008c;
}

.slideimg {
  position: absolute;
  z-index: 500;
}

.slide {
  position: absolute;
  right: 0px;
  top: 0px;
}

.rel {
  position: relative;
}

.slide_txt {
  color: #FFF;
  max-width: 600px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0.9em;
  line-height: 2em;
  z-index: 2;
}

.slide_txt a {
  color: #EC008C;
  font-weight: 700;
}

#containerslider {
  max-width: 600px;
  position: absolute;
  top: 0;
  width: 94%;
  bottom: 0;
  left: 3%;
  overflow: hidden;
}

.slide_txt h2 {
  font-family: 'effra', cursive;
  font-size: 1.6em;
  color: #ec008c;
  text-align: left;
  font-weight: normal;
}


.balls {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.ticker {
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 150px;
  overflow: hidden;
}

.ticker_txt {
  position: absolute;
  width: 100%;
  font-family: 'effra', sans-serif;
  text-align: center;
  color: #394056;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footbanner {
  height: 153px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#footbannerbutton {
  display: inline-block;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

#footbannerimages {
  font-size: 0;
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
}

a.nb {
  width: 100%;
  color: #FFF;
  text-align: center;
  display: block;
  border: 1px solid #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  line-height: 2em;
}

a.nb span {
  font-family: 'effra', cursive;
  font-size: 1.4em;
  color: #ec008c;
}

a.forum {
  width: 100%;
  color: #FFF;
  text-align: center;
  display: block;
  border: 1px solid #696969;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
  line-height: 2em;
}

.doelgroep {
  position: relative;
}

.doelgroep h2 {
  text-align: left;
  width: 100%;
  font-family: 'effra', sans-serif;
  background-image: url(/images/bg_goep.png);
}

.club {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: 'effra', cursive;
  color: #ec008c;
}

.just {
  text-align: justify;
}


#fotoband h2 {
  color: #FFF;
  width: 100%;
  text-align: center;
  color: #ebebeb;
  font-size: 1em;
  background-color: #212121;
  font-weight: normal;
  margin-top: 0px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}

.fichecontent {
  width: 100%;
  text-align: justify;
}

.fichecontent h1 {
  font-size: 35px;
  font-weight: 700;
  font-family: "effra", sans-serif;
  color: #394056;
  margin-bottom: 10px;
}

.fiche_foto {
  position: relative;
}

.fotoholder {
  margin: auto;
}

.extra {
  width: 100%;
  margin: 10px 0 20px 0;
}


.extra &gt; a {
  color: #ec008c;
  text-transform: uppercase;
  background-color: #fff;
  font-family: "effra", sans-serif;
  border: 2px solid #ec008c;
  margin-right: 15px;
  padding: 7px 15px;
  width: 150px;
  text-align: center;
  font-size: 17px;
}

.extra a:hover {
  background-color: #ec008c;
  color: white;
}

.extra &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extra &gt; div a {
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 35px;
  height: 35px;
  transition: all .3s;
  font-weight: 700;
}



.ar_l {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -22px;
  margin-left: 10px;
}

.ar_r {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -22px;
  margin-right: 10px;
}


#prices table tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.topprice {
  color: #FFF;
  background-color: #292929;
}

.pink_bg {
  background-color: #ecd1e6;
}

.jaartal {
  color: #fff;
  font-size: 16px;
  padding: 25px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  border-radius: 15px;
}

.jaartal h2 {
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
}

.jaartal select {
  width: 300px;
  padding: 10px;
  background-image: url(/images/select.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  font-family: 'effra', sans-serif;
  margin-left: 15px;
  border: 2px solid #e5e5e5;
}

.fotos_ov {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fotos_ov &gt; div {
  margin: 1%;
  width: 31.33%;
  border: 2px solid #e5e5e5;
}

.fotos_ov &gt; div h2 {
  padding: 10px;
}

.foto {
  position: relative;
}

.foto a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}

.foto a:hover {
  background-image: url(/images/loup2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.faq {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding:10px;
}

#faq {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
} 

.faqItem {
  width: 49%;
}

.faqItem div {
  margin-bottom: 40px;
}

.faq h2 {
  color: #fff;
  border-radius: 10px 10px 0 10px;
  padding: 13px;
  font-family: "effra", sans-serif;
  background-color: #EC008C;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq h2 i {
  transition: all .3s;
}

.faq .active i {
  transform: rotate(90deg);
}

.ant {
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
}


.route h2 {
  font-weight: normal;
  text-align: left;
}

.route ul {
  padding-left: 20px;
}

.route ul li {
  list-style-image: url(/images/li.png);
}

.route a {
  color: #121212;
}

.route a:hover {
  color: #f65fb8;
}


.reglement ul {
  padding-left: 20px;
}

.reglement ul li {
  list-style-type: disc;
}

.newsletter {
  max-width: 390px;
  margin: auto;
}

.newsletter input[type=text] {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #7b7b7b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.newsletter input[type=submit] {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #7b7b7b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 10px;
  font-family: Lato, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #212121;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.bpoi {
  background: url(/images/bg_bpoi.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.1em;
  text-align: justify;
}

.dek {
  background: url(/images/bg_dek.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: justify;
  line-height: 2em;
}

.dek2 {
  background: url(/images/bg_gt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#splash {
  min-height: 100%;
}


/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px 0 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F9B2D3;
  padding: 80px 80px;
  margin-top: 20px;
  width: 100%;

}

.contact_info p {
  font-size: 20px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #E6007E;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
}

.contact_gegevens a {
  color: #E6007E;
}

.contact_split {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #252525;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #252525;
}

.contact_split div p a {
  color: #252525;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #394056;
  transform: translateY(-50%);
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text], 
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #E6007E;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: "effra", sans-serif;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #E6007E;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #E6007E;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: "effra", sans-serif;
  height: 100px;
}

.contact_form textarea:focus {
  border-bottom: 2px solid #E6007E;
  font-weight: 400;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #E6007E;
  font-weight: 200;
  color: #E6007E;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "effra", sans-serif;
  transition: all .3s;
}


.contact_form input[type=submit]:hover {
  background-color: #E6007E;
  color: #fff;
}



.contact_formulier #NaamInput {
  width: 100%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
}

/* Einde Contact Pagina */

.intro {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  color: #FFF;
  line-height: 2em;
  padding: 0 20px 0 20px;
}

.taalholder {
  max-width: 1100px;
  margin: auto;
  margin-top: 2%;
  padding: 0 20px 0 20px;
}

.taalholder a {
  text-align: center;
  color: #EC008C;
  display: block;
  font-size: 20px;
  width: 70%;
  border-radius: 0 15px 0 15px;
  border: 1px solid #EC008C;
  background-color: transparent;
  padding: 10px;
  margin: 0 auto;
  transition: all .3s;
  font-family: 'effra', sans-cursive;
}

.taalholder a:hover {
  background-color: #EC008C;
  color: #fff;
}

.splash &gt; div {
  color: #bfbfbf;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
}

#splashcontainer {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}

.contact_items {
  background-color: #F9B2D3;
  padding: 50px 15px;
}

.contact_items&gt;h2 {
 font-family: 'effra', sans-serif;
 font-size: 25px;
 padding: 20px;
 color: #EC008C;
 width: 100%;
 text-align: center;
}

.contact_items .section {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.contact_items .section &gt;div {
  border-right: 1px solid #f5e4df;
  padding: 35px;
  width: 33.33%;
  margin: 0;
}

.contact_items .section &gt;div:last-of-type {
  border-right: none;
}

.contact_items .section h2 {
  font-family: 'effra', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #394056;
}

.contact_items .section {
  color: #505050;
  font-size: 16px;
  font-weight: 200;
}

.contact_items .section ul {
  padding-left: 20px;
}




.banners {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.banners a {
  width: 48%;
  margin: 0 1%;
}

.banners a img {
  width: 100%;
}

.links {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.links article {
  width: 48%;
  margin: 1%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #e6eaf1;
}

.links article a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.links article div {
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E6007E;
  color: #fff;
  font-size: 1.2em;
  margin-right: 18px;
}

.downloads article h2, .links article h2 {
  font-size: 20px;
  font-weight: 700;
  color: #252525;
}



/* Evenementen Reserveren */
.reserveren_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.winkelwagen_titel {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #3A3A3A;
  font-weight: 700;
  text-align: center;
  font-family: 'effra', sans-serif;
}

.winkelwagen_titel:after {
  display: none;
}

.progressbar {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  margin-top: 40px;
  justify-content: space-between;
}

.progressbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #535353;
  font-weight: 200;
  width: 33.33%;
  font-family: 'effra', sans-serif;
  position: relative;
}

.progressbar li div {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
  z-index: 2;
}

.progressbar li a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}

.lefthr {
  position: absolute;
  left: 0;
  right: 50%;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.righthr {
  position: absolute;
  left: 50%;
  right: 0;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.checkedStep div {
  background-color: #EC008C !important;
  color: #fff;
}

.checkedStep {
  color: #EC008C !important;
}


.reserveren_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding: 0 10px;
}

.reserveren_split aside {
  width: 100%;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-bottom: 40px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.reserveren_split aside &gt; i {
  font-size: 3em;
  color: #EC008C;
}

.reserveren_split aside &gt; h2 {
  font-size: 25px;
  font-family: "effra", sans-serif;
  color: #EC008C;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.reserveren_split aside &gt; div {
  font-size: 17px;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
  text-align: center;
}

.reserveer_momenten {
  width: 100%;
}

.reserveer_dagen {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}


.reserveer_dagen .slick-arrow {
  position: absolute;
  left: -8px;
  font-size: 18px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0,0,0,.6);
  color: white;
  border-radius: 200px;
}

.reserveer_dagen .slick-disabled {
  display: none !important;
}

.reserveer_dagen .slick-next {
  right: -10px;
  left: initial;
}

.reserveer_dagen .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.reserveer_dagen .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #c9c9c9;
  margin: 0 5px;
  cursor: pointer;
}

.reserveer_dagen .slick-dots li button {
  display: none;
}

.reserveer_dagen .slick-dots .slick-active {
  background-color: #353535;
}

.reserveer_dagen article {
  padding: 0 5px;
}

.reserveer_dagen article &gt; section &gt; div &gt; h2 {
  font-size: 23px;
}


.reserveer_dagen article section {
  position: relative;
  width: 100%;
  border-radius: 0 20px 0 20px;
  cursor: pointer;
  border: #ececec 2px solid;
  transition: all .3s;
}

.reserveer_dagen article section:hover {
  background-color: #e5e5e5;
}

.reserveer_dagen article section:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.reserveer_dagen article section&gt;div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px 0 20px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.reserveer_dagen article section&gt;div div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.reserveer_dagen article section h2 {
  font-size: 60px;
  line-height: 100%;
  color: #EC008C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-weight: 700; 
}

.reserveer_dagen article section h2 span {
  font-size: 15px;
  color: #394056;
}

.reserveer_dagen article section h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #8e8e8e;
  font-family: "effra", sans-serif;
}

.reserveer_dagen article section h4 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
  font-family: "effra", sans-serif;
  color: #8e8e8e;
  margin: 0 !important;
}

.reserveer_dagen article section p {
  font-size: 1.1em;
  font-weight: 200;
  font-family: "effra", sans-serif;
}

.reserveer_dagen article section p i {
  color: #EC008C;
}

.afhaal_dag_active h2, .afhaal_dag_active h3, .afhaal_dag_active h4, .afhaal_dag_active p, .afhaal_dag_active p i, .afhaal_dag_active h2 span {
  color: white !important;
}

.afhaal_dag_active {
  background-color: #394056;
}

.afhaal_dag_active:hover {
  background-color: #394056 !important;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.goto_prev {
  color: #8d8d8d;
  font-size: 1.2em;
  font-weight: 200;
}

.webshop-form input[type=submit],
.goto_next {
  padding: 10px 20px;
  border: none;
  font-size: 18px;
  border: 1px solid #EC008C;
  border-radius: 0 15px 0 15px !important;
  background-color: #fff;
  font-weight: 400;
  color: #EC008C;
  transition: all .3s;
  font-family: "effra", sans-serif;
}

.webshop-form input[type=submit]:hover,
.goto_next:hover {
  background-color: #EC008C;
  color: white;
}

.webshop-form {
  width: 100%;
  padding: 0;
}

.webshop-form h2 {
  color: #EC008C;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}

.webshop-form h3 {
  color: #252525;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-top: 2px dashed #eaeaea;
  padding-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.persoon2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.webshop-form fieldset&gt;div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.webshop-form .field.textarea {
  width: 100%;
}

.webshop-form .field label {
  width: 100%;
  font-size: 1.1em;
  display: inline-block;
  color: #394056;
  font-weight: 200;
  margin-bottom: 10px;
  font-family: "effra", sans-serif;
}


.webshop-form .field label span {
  font-size: 14px;
}

.webshop-form .field input, .webshop-form .field select, .webshop-form .field textarea {
  width: 100%;
  padding: 10px;
  color: #717171;
  border: none;
  background-color: #f4f4f4;
  font-weight: 200;
  font-size: 1.1em;
  font-family: "effra", sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;

}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #EC008C;
  border-radius: 0 15px 0 15px;
  font-weight: 400;
  color: #EC008C;
  font-family: "effra", sans-serif;
}

.webshop-form .selectField  {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField  {
  width: 49%;
}


.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f3f7;
  padding: 100px 10px;
}

.bestelling_geplaatst&gt;div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 650px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.bestelling_geplaatst&gt;div&gt;i {
  font-size: 3em;
  color: #EC008C;
}

.bestelling_geplaatst&gt;div h1 {
  color: #EC008C;
  margin-top: 20px;
  font-weight: 700;
  font-family: "effra", sans-sans-serif;
  margin-bottom: 10px;
  text-align: center;
  line-height: 130%;
  font-size: 28px;
}

.bestelling_geplaatst&gt;div h2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst&gt;div&gt;div {
  text-align: center;
  font-size: 19px;
  line-height: 180%;
  color: #6a6a6a;
  padding: 10px;
  width: 100%;
  font-weight: 200;
  margin-bottom: 10px;
}

.bestelling_geplaatst_button {
  color: #232D47;
  font-family: "effra", sans-sans-serif;
  border-bottom: 1px solid #EC008C;
  padding-bottom: 10px;
}

/* Controleren */

.controleren_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content&gt;h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 1.5em;
  color: #394056;
  font-weight: 700;
  font-family: "effra",ssans-erif;
}

.controle_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  padding: 7px 0;
  font-family: "effra",ssans-erif;
}

.controle_item h3 {
  font-weight: 700;
  color: #353535;
}

.controle_item p {
  font-weight: 200;
  color: #353535;
}

#subm:disabled {
  background-color: #848484;
}

.controle_product {
  width: 49%;
  margin-bottom: 2%;
  border: 2px solid #efefef;
  padding: 10px;
}

.controle_product img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.controle_product h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 5px;
}

.product_titel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controle_product p {
  line-height: 150%;
  color: #848484;
  margin-bottom: 5px;
  margin-top: 5px;
}

.controle_product p big {
  font-size: 1em;
}

.controle_product p small {
  font-size: .9em;
}

.controle_product p span {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  color: #CDA03A;
}

.remark_btn {
  background-color: #f9f1df;
  color: #CDA03A;
  padding: 10px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  font-family: 'effra', sans-sans-serif;
  cursor: pointer;
}

.remark_btn.add_btn {
  background-color: #f9f1df;
}
.remark_btn.save_btn {
  display: none;
}

.show-disclaimer {
  cursor: pointer;
}

.remark textarea {
  width: 100%;
  border: 1px solid #39ac6a;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 3px;
}
.remark_holder {
  margin-bottom: 8px;
}

.gekozen_ophaalmoment {
  line-height: 150%;
  color: #353535;
  width: 100%;
  font-size: 1.2em;
}

.infoevent {
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
  color: #353535;
  background-color: #e4f8ec;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.gekozen_ophaalmoment small {
  width: 100%;
  font-size: .8em;
  display: inline-block;
}


.date_op h2 {
  font-size: 25px;
  color: #EC008C;
  margin-bottom: 0;
  font-family: 'effra', sans-serif; 
}
.date_op p span {
  font-weight: 700;
  color: #353535;
}

.date_op p {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: flex;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
}

.date_op i {
  margin-right: 10px;
}

/* Einde Controleren */

/*  SECTIONS  */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.contact {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.contact_splitter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.events_affiches {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.events_affiches .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.events_affiches .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 0 5px;
  border: 2px solid #252525;
  cursor: pointer;
}

.events_affiches .slick-dots .slick-active {
  background-color: #252525;
}

.events_affiches .slick-dots li button {
  display: none;
}

.events_affiches .slick-arrow {
  position: absolute;
  left: 25px;
  bottom: 25px;
  border: none;
  background-color: #E6007E;
  font-size: 25px;
  color: white;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
  border-radius: 10px 10px 10px 10px;
}

.events_affiches .slick-next {
  left: 90px;
}

.events_affiches article {
  width: 100%;
  padding: 15px;
}

.events_affiches article&gt;div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.events_affiches .affiche_holder {
  width: 65.56%;
}

.events_affiches .affiche_holder img {
  width: 100%;
}

.events_affiches .content_holder {
  width: 33.33%;
  padding: 30px;
}

.events_affiches .content_holder h2 {
  font-size: 30px;
  font-weight: 700;
  color: #E6007E;
  margin-bottom: 10px;
  font-family: 'effra', sans-serif;
}

.events_affiches .content_holder h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #898989;
  font-size: 17px;
  margin-bottom: 20px;
}

.events_affiches .content_holder .textholder {
  line-height: 150%;
  color: #4C4C4C;
  width: 100%;
  font-size: 19px;
  font-weight: 200;
  text-align: left;
}

.events_affiches .content_holder .buttonholder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.events_affiches .content_holder .buttonholder a {
 color: white;
 padding: 10px 20px;
 margin-right: 10px;
 min-width: 150px;
 text-align: center;
 font-size: 18px;
 transition: all .3s;
 border-radius: 200px;
 font-family: 'effra', sans-sans-serif;
}

.events_affiches .content_holder .buttonholder a:first-of-type {
  background-color: #E6007E;
  border: 2px solid #E6007E;
}

.events_affiches .content_holder .buttonholder a:first-of-type:hover {
  background-color: transparent;
  color: #E6007E;
}

.events_affiches .content_holder .buttonholder a:last-of-type {
  background-color: #394056;
  border: 2px solid #394056;
} 

.events_affiches .content_holder .buttonholder a:last-of-type:hover {
  background-color: transparent;
  color: #394056;
} 

.events_overzicht {
  max-width: 96%;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.events_overzicht.on_home,.events_overzicht.on_events {
  margin-top: -50px;
  margin-bottom: 50px;
}

.events_overzicht .three-row-grid {
  width: 100%;
}

.events_all {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events_all a {
  margin: 30px auto;
  display: block;
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #EC008C;
  font-size: 19px;
  color: white;
  margin-bottom: 50px;
  transition: all .3s;
  font-family: 'effra', sans-serif;
}

.events_all a:hover {
  background-color: #394056;
}

.events_overzicht article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.image_holder {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: 15px;
}


.reserverenknop {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-color: #394056;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 18px;
  transition: all .2s;
  font-family: 'effra', sans-serif;
  color: white;
}

.reserverenknop:hover {
  background-color: #000;
}

.events_overzicht article img {
  width: 100%;
}

.events_overzicht article h2 {
  font-size: 25px;
  font-family: 'effra', sans-serif;
  font-weight: 700;
  color: #394056;
  margin-bottom: 10px;
  padding: 0 10px;
}

.events_overzicht article .date {
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 15px;
  background-color: #EC008C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-weight: 700;
  z-index: 2;
  min-width: 110px;
}

.events_overzicht article .date p:nth-child(2) {
  font-size: 45px;
}

.titleholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.titleholder&gt;a {
  background-color: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EC008C;
  width: 45px;
  min-width: 45px;
  height: 45px;
  padding: 8px 0;
  font-family: 'effra', sans-serif;
  font-size: 18px;
  text-align: left;
  margin-right: 10px;
  transition: all .3s;
  border: 2px solid #EC008C;
}

.titleholder&gt;a:hover {
  background-color: #EC008C;
  color: #fff;
}

.titleholder p {
  font-size: 16px;
  font-weight: 200;
  color: #555555;
  padding: 0 10px;
}

.prijzenholer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.titel_prijzen {
  width: 31.33%;
  margin: 0 1%;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #555555;
  font-weight: 200;
  border: #f1f1f1 2px solid;
}


.titel_prijzen i {
  margin-bottom: 10px;
  font-size: 25px;
  height: 30px;
  display: flex;
  justify-content: center;
  color: #EC008C;
  align-items: center;
}

.event_detail {
  width: 100%;
  max-width: 1400px; 
  margin: 0 auto;
  padding: 50px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.event_detail img {
  width: 50%;
}

.event_detail .event_content {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.event_detail .event_content h1 {
  font-size: 30px;
  color: #EC008C;
  margin-bottom: 10px;
  font-family: 'effra', sans-serif;
}

.event_detail .event_content h2 {
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; 
  margin-bottom: 5px;
}

.event_detail .event_content .price {
  color: #555555;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
}

.event_detail .event_content .tekst {
  color: #555555;
  font-weight: 200;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
}

.event_detail .event_content .eventLink {
  color: #394056;
  border-bottom: 1px solid #EC008C;
  padding: 10px 0;
  font-family: 'effra', sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
}

.price span {
  font-weight: bold;
}


/* Content Split */

.content_split {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.content_split_left {
  width: 50%;
  padding: 70px 40px;
}

.content_split_left article {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}

.content_split_right {
  width: 50%;
  border-left: 2px solid #394056;
  padding: 70px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.content_split_right h2 {
  font-size: 35px;
  color: #394056;
  margin-bottom: 30px;
  font-family: 'effra', sans-serif; 
}

.content_split_right h2:not(:first-of-type) {
  margin-top: 70px;
}

.content_split_right div {
  line-height: 180%;
  font-weight: 200;
  color: #4C4C4C;
  font-size: 18px;
}

.content_split_right div ul {
  padding-left: 20px;
  list-style-type: disc;
}

.content_split_right div a {
  color: #EC008C;
}

/* Einde Content Split */

/* Home */

.home_events {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.home_events div {
  width: 31.33%;
  margin: 1%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.home_events div img {
  width: 100%;
}

.home_events div h2 {
  font-family: 'effra', sans-serif;
  color: #394056;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0;
}

.home_events div div {
  width: 100%;
  text-align: left;
  color: #585858;
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-family: 'effra', sans-serif;
  font-size: 17px;
  min-height: 60px;
  margin-bottom: 10px;
}

.speclink {
  color: #394056;
  font-family: 'effra', sans-serif;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #EC008C;
}


.home_banner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #212121;
}

.home_banner .slick-slide {
  height: auto !important;
}

.home_banner .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: absolute;
  left: 10px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,.5);
}

.home_banner .slick-next {
  right: 10px;
  left: initial;
}

.home_banner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.home_banner .slick-dots li {
 margin: 0 4px;
 width: 9px;
 height: 9px;
 border-radius: 5px;
 border: 2px solid #f0f0f0; 
 cursor: pointer;
 background-color: transparent; 
}

.home_banner .slick-dots .slick-active {
  background-color: #f0f0f0;
}

.home_banner .slick-dots li button {
  display: none;
}


.home_banner_image {
  width: 100%;
  background-color: #000;
  position: relative;
}

.home_banner_image img {
  width: 100%;
  filter: grayscale(100%);
  opacity: .5;
}

.home_banner_content {
  width: 96%;
  max-width: 1600px;
  padding: 30px;
  border-radius: 0 15px 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
} 

.home_banner_content h2 {
  font-size: 30px;
  font-weight: 700;
  text-align-last: left;
  margin-bottom: 20px;
  color: #EC008C;
  line-height: 120%;
  font-family: 'effra', sans-serif;
  max-width: 400px;
}

.home_banner_content &gt; div {
  font-size: 17px;
  font-weight: 400;
  color: white;
  line-height: 170%;
  max-width: 700px;
}

.home_banner_content &gt; div a {
  font-weight: 700;
  color: #ffffff;
}


.home_banner_content &gt; div h3 {
  font-weight: 200;
  color: #b3b3b3;
  font-size: 20px;
}

.home_banner_content i {
  color: #EC008C;
  font-size: 35px;
}

.respimg {
  width: 100%;
  display: none !important;
}



.foto_ak&gt;div {
  width: 100%;
  padding: 20px;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.foto_ak_pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(100%);
  opacity: .5;
  background-attachment: fixed;
}

.foto_ak {
  width: 100%;
  filter: grayscale(100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000;
}

.foto_ak&gt;div {
  width: 100%;
  padding: 20px;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.foto_ak&gt;div h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 140%;
  max-width: 800px;
  color: #fff;
  font-family: 'effra', sans-serif;
  margin-bottom: 40px;
}

.foto_ak&gt;div a {
  display: inline-block;
  color: #fff;
  border-bottom: 2px #EC008C solid;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'effra', sans-serif;
}
.foto_ak_pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(100%);
  opacity: .5;
  background-attachment: fixed;
}

/* Einde Home */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}


.page_header&gt;h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 14px;
}

.page_header&gt;h1 {
  color: #EC008C;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 130%;
  text-align: center;
  font-family: 'effra', sans-serif;
  max-width: 800px;
  margin-bottom: 10px;
}

.page_header_tekst {
  line-height: 150%;
  color: #4C4C4C;
  width: 100%;
  font-size: 19px;
  font-weight: 200;
  text-align: center;
}

.page_header_tekst a {
  color: #EC008C;
}


.maincontent {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.club_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 500px);
}

.club_content h2 {
  font-weight: 700;
  color: #394056;
  font-size: 25px;
  margin-bottom: 10px;
}

.club_content div {
  font-size: 18px;
  color: #535353;
  line-height: 150%;
  font-weight: 200;
}

.club_content div p {
  margin-bottom: 10px;
}

.club_content div a {
  font-weight: 700;
  color: #535353;
}

.ak {
  width: 450px;
  margin-left: 50px;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 25px 25px 0 25px;
  font-size: 1.1em;
  line-height: 1.6em;
  font-family: "effra", sans-serif;
  background: url(/images/mvdw.jpg) no-repeat center;
  background-size: cover;
}

.ak h2 {
  font-size: 25px;
  line-height: 1.8em;
  font-family: 'effra', sans-serif;
  color: #ec008c;
  font-weight: 300;
  margin-top: 0px;
}

.ak span {
  color: #ff9ebc;
}

/* Einde Page Header */

.voorwie {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}

.voorwie .NewMargin {
  color: #505050;
  line-height: 150%;
  font-size: 18px;
  font-weight: 200;
  margin-top: 15px;
}

.tarieven {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 50px;
}


.club_afbeeldingen {
  background-color: #fff9f7;
  padding: 50px 10px;
  margin-top: 50px;
}

.club_afbeeldingen h2 {
  font-size: 35px;
  color: #394056;
  line-height: 150%;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-family: 'effra', sans-serif;
}

.club_overzicht {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

.club_overzicht article {
  width: 19%;
  position: relative;
  cursor: pointer;
  margin: .5%;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}

.club_overzicht article i {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  background-color: #EC008C;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 0 0 0 20px;
}

.club_overzicht article img {
  width: 100%;
}

.club_overzicht article h3 {
  background-color: #394056;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
}

/*  COLUMN SETUP  */

.col_zero {
  display: block;
  float: left;
  margin: 0 0 0 0%;
}

.col_zero:first-child {
  margin-left: 0;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

.col:first-child {
  margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: justify;
}


/*  GRID NAVS  */

.span_1_of_9_nav {
  width: 11.11%;
  text-align: center;
  font-size: 1em;
  line-height: 37px;
}

.span_1_of_9_nav a {
  display: block;
  color: #FFF;
}

.span_1_of_9_nav a:hover,
.span_1_of_9_nav .active {
  background-color: #3b3b3b;
}

.span_1_of_10_nav {
  width: 8.3%;
  text-align: center;
  font-size: 1em;
  line-height: 37px;
}

.span_1_of_10_nav a {
  display: block;
  color: #FFF;
}

.span_1_of_10_nav a:hover,
.span_1_of_10_nav .active {
  background-color: #3b3b3b;
}

.span_1_of_3_nav {
  width: 33.33%;
  text-align: center;
  line-height: 45px;
  font-size: 0.8em;
}

.span_1_of_3_nav a {
  color: #FFF;
  display: block;
}

.span_1_of_3_nav a:hover,
.span_1_of_3_nav .active {
  color: #797979;
}


/*  GRID OF THREE  */

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 65.66%;
}

.span_1_of_3 {
  width: 31.33%;
  line-height: 2em;
}

.span_1_of_3:nth-child(3n+1) {
  margin-left: 0px;
}

.fixedtitle_3,
.fixedtitle_7 {
  font-weight: 700;
  color: #394056;
  font-size: 20px;
  padding: 10px 0;
  overflow: hidden;
}

#openingsuren {
  line-height: 1.5em;
  text-align: center;
  font-size: 1.2em;
}

.eventstitle {
  color: #ec008c;
  line-height: 2em;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.eventslist&gt;li {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

.eventslist&gt;li&gt;a {
  color: #212121;
}

.eventslist&gt;li:before {
  content: '';
  display: inline-block;
  margin-right: .5em;
  height: 10px;
  background: #ec008c;
  width: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
}

.btnevent {
  color: #EC008C;
  padding-bottom: 5px;
  border-bottom: 2px solid #394056;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}

.eventitem .fixedtitle_3 {
  padding-left: 15px;
  color: #000;
}

.fixedtitle_4 {
  overflow: hidden;
  text-align: left;
  color: #222;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 15px;
  font-weight: bold;
}


.eventitem .fixedtitle_4 {
  font-size: 16px;
}

.eventitem {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.fixedtitle_7 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fixedtext_3 {
  line-height: 1.5em;
  height: 4.8em;
  overflow: hidden;
}

#splashh1:after {
  display: none;
} 

#video_pattern {
  background-image: url(/images/pattern.png);
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.fiche_detail {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.fiche_detail .extra {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


/*  GRID OF SIX  */

.span_1_of_6 {
  width: 14.16%;
}

.span_1_of_6:nth-child(6n+1) {
  margin-left: 0px;
}


/*  GRID OF SEVEN  */

.span_1_of_7 {
  width: 11.71%;
}

.span_1_of_7:nth-child(7n+1) {
  margin-left: 0px;
}

/*  GRID OF SIX  */

.span_2_of_6_foot {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2% 0 2%;
}

.span_1_of_6_foot {
  width: 16.66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2% 2% 2%;
}

.stripe {
  background-image: url(/images/streep.png);
  background-repeat: no-repeat;
  background-position: right;
}

.stripe_res {
  background-image: url(/images/streep.png);
  background-repeat: no-repeat;
  background-position: right;
}

#toongroot {
  position: absolute;
  bottom: -17.5px;
  display: none;
  left: 0;
  height: 35px;
  line-height: 35px;
  background-color: #EC008C;
  padding: 0 .8em;
  color: #fff;
  cursor: pointer;
}

#mappoof .pr {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
}

#lb1,
#lb2,
#lb3,
#lb4 {
  position: fixed;
  background-color: #EC008C;
  z-index: 103;
}

#lb1,
#lb2 {
  height: 22px;
  width: 20px;
  left: 50%;
  margin-left: -6px;
}

#lb2 {
  bottom: 0;
}

#lb1 {
  top: 0;
}

#lb3,
#lb4 {
  width: 22px;
  height: 20px;
  top: 50%;
  margin-top: -6px;
}

#lb3 {
  left: 0;
}

#lb4 {
  right: 0;
}

.slide {
  z-index: 1;
}


/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}

.blokken article&gt;img {
  width: 48%;
  order: 1;
  border-radius: 0 20px 0 20px;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #394056;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 30px;
  font-family: 'effra', sans-serif;
}

.blokken_tekst {
  line-height: 150%;
  color: #4C4C4C;
  width: 100%;
  font-size: 19px;
  font-weight: 200;
  margin-bottom: 20px;
}

.blokken_tekst p&gt;a {
  color: #DBB957;
}

.blokken_content&gt;a {
  display: inline-block;
  color: #394056;
  border-bottom: 2px #EC008C solid;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'effra', sans-serif;
}

.blokken_content&gt;a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content&gt;a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}
/* Blokken */

@media only screen and (max-width: 1600px) {
  .maincontent {
    padding: 30px 10px;
    flex-wrap: wrap;
  }

  .club_content h2 {
    line-height: 120%;
  }

  .club_content {
    width: 100%;
  }

  .ak {
    width: 100%;
    margin-left: 0;
  }

  .contact {
    padding: 10px;
  }
}

@media only screen and (min-width: 1800px) {}

@media only screen and (max-width: 1400px) {
  .voorwie {
    padding: 0 10px 50px 10px ; 
  }

  .page_header {
    padding: 30px 10px 0 10px;
  }

  .club_overzicht article {
    width: 19%;
  }
  .events_overzicht.on_home,.events_overzicht.on_events {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .reserveren_split {
    flex-wrap: wrap;
  }

  .reserveren_split aside {
    width: 98%;
    margin: 1%;
    padding: 20px 10px;
  }

  .reserveer_momenten, .controleren_content {
    width: 100%;
  }

  .controleren_content {
    padding: 0 20px;
  }

  .buttons {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .navigatie_holder .mainnav a {
    font-size: 16px;
    margin: 0 10px;
  }

  .innernavigatie {
    align-items: center;
  }

  .club_overzicht article {
    width: 24%;
  } 

  .events_affiches .content_holder .textholder {
    display: none;
  }


  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
  }

  .contact_gegevens &gt; div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split div {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }





  .contact_gegevens &gt; div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1180px) {
  .span_1_of_6_foot {
    width: 48.5%;
    text-align: center;
  }
  .span_2_of_6_foot {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: none;
  }
  .stripe_res {
    background-image: none;
  }
  a.forum {
    width: 90%;
    margin: auto;
  }
  #footerwrap {
    height: 800px;
  }
  #bodywrap {
    padding-bottom: 789px;
  }
}

@media only screen and (max-width: 1130px) {
  #headerwrap {
    position: relative;
  }
  #nav {
    z-index: 120;
    display: none;
  }
  #header {
    height: 100%;
  }
  #nav .span_1_of_10_nav {
    display: block;
    width: 100%;
    font-size: 1.8em;
    border-bottom: 1px solid #3B3B3B;
  }
  #nav .span_1_of_10_nav:last-child {
    border-bottom: none;
  }
  #nav .span_1_of_10_nav a {
    padding: 6px 0;
  }
  #res {
    display: inline;
    position: absolute;
    right: 10px;
    bottom: 0;
  }

  .faqItem {
    width: 100%;
  }

  .events_affiches .content_holder .buttonholder {
    flex-wrap: wrap;
  }

  .events_affiches .content_holder .buttonholder a {
    width: 100%;
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 10px;
  }

  .events_affiches .content_holder {
    padding: 15px;
  }
}

@media only screen and (max-width: 1050px) {
  .home_banner_content {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    background-color: #212121;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .home_banner_content h2 {
    color: white;
    max-width: initial;
  }

  .events_overzicht article h2 {
    font-size: 20px;
  }

  .events_overzicht article&gt;a {
    font-size: 13px;
  }

  .events_overzicht article .date {
    transform: scale(.9);
  }

  .home_banner_content &gt; div {
    text-align: center;
    font-size: 18px;
  }

  .home_banner_content h2 {
    font-size: 20px;
    text-align: center;
    text-align-last: center;
  }

  .page_header&gt;h1 {
    font-size: 25px;
  }

  .page_header&gt;h2 {
    font-size: 12px;
  }

  .page_header_tekst {
    font-size: 18px;
  }

  .home_events div {
    width: 48%;
  }

  .foto_ak&gt;div h2 {
    font-size: 40px;
  }

  .navigatie_holder .mainnav,
  .secondarynav {
    display: none;
  }

  .resnavv {
    display: flex;
  }

  .club_afbeeldingen h2 {
    font-size: 20px;
  }

  .club_afbeeldingen {
    margin-top: 0;
    padding: 20px 10px;
  }

  .maincontent {
    margin-top: 0;
  }

  .club_content h2 {
    font-size: 20px;
  }

  .contact_items .section {
    flex-wrap: wrap;
  }

  .contact_items .section &gt;div {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .innerfooter {
    justify-content: space-around;
  }

  .footer_item:first-of-type {
    display: none;
  }

  .footer_item {
    order: 2;
  }

  .footer_item:last-of-type {
    order: 1;
  }


}

@media only screen and (max-width: 950px) {
  .events_affiches article&gt;div {
    flex-wrap: wrap;
  }

  .events_affiches .affiche_holder {
    width: 100%;
  }

  .events_affiches .content_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .events_affiches .content_holder h2, .events_affiches .content_holder h3 {
    text-align: center;
    width: 100%;
  }

  .events_affiches .content_holder .buttonholder {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .events_affiches .content_holder .buttonholder a {
    margin: 0 10px;
    max-width: 200px;
    min-width: initial;
  }
}

@media only screen and (max-width: 900px) {
  .span_2_of_3.faq,
  .col.span_1_of_3,
  .span_2_of_3.reglement {
    width: 100%;
    margin-left: 0;
  }
  #splashcontainer .single-row-three {
    display: none;
  }
  #headeropeningsuren {
    display: none;
  }
  .taalholder .col.span_1_of_3 {
    width: 31.33%;
    margin-left: 3%;
  }
  .taalholder .col.span_1_of_3:first-child {
    margin-left: 0;
  }
  .wowjustwow {
    width: 100%;
  }

  .club_overzicht article {
    width: 32.33%;
  }

  .club_overzicht article h3 {
    font-size: 15px;
  }

  .events_overzicht article  {
   width: 48%;
 }

 .event_detail img {
  width: 100%;
}

.event_detail .event_content {
  width: 100%;
  padding-top: 30px;
}

.event_detail {
  padding: 20px 10px;
}

.content_split {
  flex-wrap: wrap;
}

.content_split_left {
  width: 100%;
}

.content_split_right {
  width: 100%;
  border-left: none;
}
.content_split_left, .content_split_right {
  padding: 30px 20px;
}

.blokken article&gt;img {
  width: 100%;
  order: 1 !important;
}

.blokken_content {
  width: 100%;
  padding: 10px;
  order: 2 !important;
}

.blokken_titel h2 {
  font-size: 1.3em;
}

.blokken_tekst {
  font-size: 18px;
}
}

@media only screen and (max-width: 800px) {
  .fotos_ov &gt; div {
    width: 48%;
  }

  .grijze_ak_content {
    transform: none;
  }

  .grijze_ak_content img {
    display: none !important;
  }

  .aks {
    transform: none;
  }

  .grijze_ak_content&gt;div {
    width: 100%;
  }

  .grijze_ak {
    margin-top: 0;
  }

  .grijze_ak_content&gt;div h2 {
    text-align: center;
  }

  .grijze_ak_content&gt;div div {
    text-align: center;
  }

  .grijze_ak_content&gt;div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .aks .slick-dots {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .aks .slick-arrow {
    bottom: -25px;
    left: 48%;
    transform: translateX(-50%);
  }

  .aks .slick-next {
    left: 52%;
  }

  .popmain {
    display: none;
  }

  .popres {
    display: block;
  }

  .popup_content&gt;div {
    padding: 15px;
  }

  .popup_content h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .popup_close {
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EC008C;
    color: white;
  }

  .popup_content {
    flex-direction: column;
  }

  .popup_content img {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .home_events div {
    width: 98%;
    margin-bottom: 30px;
  }

  .ticker {
    height: 100px;
  }

  .home_events div h2 {
    font-size: 20px;
  }

  .home_events div div {
    min-height: initial;
  }

  .ticker_txt {
    font-size: 20px;
  }

  .res-nav {
    width: 100%;
    right: -750px;
  }

  .menu-is-open {
    right: 0;
  }

  .home_banner .slick-arrow {
    top: 250px;
  }

  .mainimg {
    display: none !important;
  }

  .respimg {
    display: block !important;
  }

  .banners a {
    width: 100%;
  }

  .links article {
    width: 100%;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 700px) {
  .db.cta_slide {
    display: none;
  }

  .footer_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .siteby&gt;div {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .betaalwijzes {
    padding-top: 10px;
  }

  .club_overzicht article {
    width: 49%;
  }

  .taalholder a {
    width: 100%;
  }

}

@media only screen and (max-width: 680px) {
  .fixedtitle_3,
  .fixedtext_3 {
    height: auto;
    overflow: auto;
    line-height: 1.35em !important;
  }
  .span_1_of_9_nav {
    width: 100%;
  }
  #nav {
    height: auto;
    display: none;
    z-index: 10;
  }
  #mappoof,
  .footbanner {
    display: none;
  }
  .ocdbutton {
    position: absolute;
    text-align: center;
    bottom: -17.5px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .ocdbutton #toongroot {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .contactak {
    padding-bottom: 40px;
  }
  #footerwrap {
    height: 620px;
  }
  #bodywrap {
    padding-bottom: 585px;
  }

  .foto_ak {
    height: 70vh;
  }


}

.errors {
  list-style-position: inside;
  color: #CF36AA;
  list-style-type: disc;
  margin-bottom: 1em;
}

#map {
  height: 400px;
}

#maplb {
  height: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 600px) {
  .events_overzicht article  {
    width: 96%;
    margin: 2%;
    margin-bottom: 20px;
  }

  .progressbar li {
    font-size: 16px;
  }

  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  .webshop-form h2 {
    margin-top: 20px;
    font-size: 20px;
  }

  .taalholder a {
    width: 100%;
  }

  .taalholder .col.span_1_of_3 {
    width: 100%;
    margin-left: 0;
  }

  #splash h1 {
    font-size: 25px;
  }

  .home_banner .slick-arrow {
    top: 150px;
  }

}

@media only screen and (max-width: 550px) {
  .betaalwijzes {
    width: 100%;
    margin-top: 15px;
  }

  .siteby {
    font-size: 13px;
  }

  .siteby&gt;div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logo {
    width: 250px;
  }

  .fotos_ov &gt; div {
    width: 98%;
  }

  .jaartal {
    flex-wrap: wrap;
  }

  .jaartal h2 {
    width: 100%;
  }

  .jaartal div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .jaartal select {
    width: 200px;
  }

  .contact input, .contact textarea {
    width: 100%;
  }

  .events_affiches .content_holder .buttonholder a {
    margin: 10px 0;
    max-width: 100%;
    min-width: initial;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col_nav {
    margin: 0 0 0 0%;
  }
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
  .span_1_of_6,
  .span_2_of_6,
  .span_3_of_6,
  .span_4_of_6,
  .span_5_of_6,
  .span_6_of_6 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
  #prices tr:first-child {
    display: none;
  }
  #prices strong.dn {
    display: inline;
    font-weight: bold;
  }
  input {
    margin-right: 0;
    width: 100%;
  }
  #prices td {
    display: block;
    background-color: #ECD1E6;
  }
  #prices td:first-child {
    text-align: center;
    background-color: #292929;
    font-weight: bold;
    color: #fff;
  }
}

.loctek-lightbox {
  border-color: #EC008C !important;
}

#loctek-lightbox-close {
  border-color: #EC008C !important;
  color: #EC008C !important;
  line-height: 20px !important;
}

@media only screen and (max-width: 420px) {
  .logo img {
    width: 100% !important;
    height: auto !important;
  }
  .taalholder .col.span_1_of_3 {
    width: 100%;
    margin-left: 0%;
  }
  .logo {
    width: 200px;
  }
  .talen {
    width: 90px;
  }
  .db.col_zero.span_2_of_6_foot.stripe {
    display: none;
  }
  .col_zero.span_1_of_6_foot.stripe_res {
    margin-bottom: 1.6em;
  }
  #footerwrap {
    height: 570px;
  }
  #bodywrap {
    padding-bottom: 500px;
  }
  .dn.showlate {
    display: inline;
  }
  #footer {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 350px) {
  .logo img {
    width: 100% !important;
    max-width: 210px;
    max-height: 80px;
  }
  .logo {
    position: static;
    text-align: center;
    margin-right: 0;
  }
  .talen {
    left: 20px;
    top: auto;
    right: auto;
    width: 120px;
    bottom: 10px;
  }
  .talen .span_1_of_3_nav {
    height: 30px;
    line-height: 30px;
  }
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #000;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color: #fff;
  color: #212121;
  font-size: 1.5em;
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #212121;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover+div&gt;h3,
#content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #212121;
  color: #ec008c;
}

#content-container h3.active {
  color: #ec008c;
  box-shadow: inset 1200px 0 0 0 #212121;
}

#content-container h3 span {
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #212121;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover+div&gt;h3&gt;span,
#content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #ec008c;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #ec008c;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #ec008c;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th,
#content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}</pre></body></html>