.mce-notification {
  display: none !important; }

.Text-Color1 {
  color: #52d1d1 !important; }

.Text-Color2 {
  color: #4d2420 !important; }

.Text-Color3 {
  color: #fff !important; }

.Text-Color4 {
  color: #52d1d1 !important; }

.Back-Color1 {
  background-color: #52d1d1 !important; }

.Back-Color2 {
  background-color: #4d2420 !important; }

.Back-Color3 {
  background-color: #fff !important; }

.Back-Color4 {
  background-color: #52d1d1 !important; }

#Application {
  width: 100%;
  height: 100%;
  color: #282828;
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 20px -2px #282828;
  transition: 0.3s ease all;
  background: #fff; }

.Stroke .Container {
  font-size: 14px;
  line-height: 20pt; }

#SideNavigation {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #dfdfdf;
  display: none; }

#SideNavigation .Head {
  height: 80px;
  box-sizing: border-box;
  padding: 0 30px 0 30px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #dfdfdf;
  text-align: right;
  background: #efefef; }

#SideNavigation ul {
  padding: 0;
  margin: 0;
  padding: 0 20px 0 20px; }

#SideNavigation ul li {
  list-style: none;
  text-align: left;
  font-size: 13px;
  border-bottom: 1px solid #dfdfdf; }

#SideNavigation ul li a {
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  line-height: 50px;
  display: block; }

a {
  text-decoration: none;
  color: #4d2420 !important; }

a:hover {
  text-decoration: underline; }

.Sticky {
  position: fixed;
  z-index: 10;
  background: #fff; }

html, body {
  width: 100%;
  height: 100%;
  color: #282828;
  padding: 0;
  margin: 0; }

.Container p {
  font-size: 14px; }

.Mobile {
  display: none !important; }

* {
  outline: none;
  font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all; }

.Stroke > .Container > h2, .Stroke > .Container > h4 {
  color: #4d2420 !important; }

.AlignLeft h2, .AlignLeft h4, .AlignLeft p {
  text-align: left !important; }

header.Text-Color1 li {
  border-color: #52d1d1 !important; }

header.Text-Color2 li {
  border-color: #4d2420 !important; }

header.Text-Color3 li {
  border-color: #fff !important; }

header.Text-Color4 li {
  border-color: #52d1d1 !important; }

header {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf; }

header .Main {
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 80px; }

header nav {
  width: auto;
  float: right;
  font-size: 12px; }

header nav ul {
  padding: 0;
  margin: 0;
  font-size: 14px; }

header nav ul li {
  list-style: none;
  float: left;
  padding: 0 10px 0 10px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  box-sizing: border-box; }

header nav ul li:hover {
  border-bottom: 4px solid #282828; }

header nav ul li a {
  color: inherit; }

header nav ul li a:hover {
  text-decoration: none; }

header .Logo {
  max-height: 100%;
  float: left;
  max-width: 260px; }

header .Logo img {
  width: 100%;
  height: auto;
  object-fit: cover; }

header .MobileMenuButton {
  width: 30px;
  height: 30px;
  margin: 25px 10px 25px 25px;
  float: right;
  display: none; }

header .MobileMenuButton img {
  height: 100%; }

header .MobileMenu {
  background: #fff;
  border-top: 1px solid #dfdfdf;
  transition: 0.4s ease all;
  max-height: 0;
  overflow: hidden; }

header .MobileMenu ul {
  padding: 0;
  margin: 0; }

header .MobileMenu ul li {
  list-style: none;
  padding: 10px;
  line-height: 40px;
  height: 40px; }

#SideNavigation.Text-Color2 .Nav ul li a {
  color: #4d2420 !important; }

.Banner {
  width: 100%;
  height: calc(100% - 80px - 80px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: table;
  min-height: 400px; }

.Banner .Container:nth-child(2) {
  display: table-cell;
  vertical-align: middle;
  width: auto; }

.Banner .Caption {
  position: absolute;
  bottom: 0px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: left; }

.Banner .Caption span {
  color: #fff;
  font-size: 20px; }

.Banner.Small {
  height: 300px; }

.Banner.Small .Caption {
  height: 140px;
  bottom: 40px;
  line-height: 140px;
  background: rgba(0, 0, 0, 0.4); }

.Banner.Small .Caption span {
  font-size: 26px;
  font-weight: 600; }

.Banner .Date {
  font-weight: bold;
  font-size: 50px;
  padding: 20px;
  border: 15px solid #fff;
  color: #fff;
  background: rgba(82, 209, 209, 0.8);
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.1s ease all; }

#Application > .Content {
  width: 100%;
  background: #fff;
  /* OLD: height: auto; */
  min-height: calc(100% - 400px);
  margin-bottom: -205px; }

.Content > .Stroke:first-child {
  height: calc(100% - 192px); }

.Stroke {
  padding: 20px 0 20px 0;
  background: #fff;
  width: 100%; }

.Stroke#HighlightButtons .HighlightButton {
  width: 488px;
  height: 120px;
  float: left;
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-left: 20px;
  cursor: pointer; }

.Stroke#HighlightButtons .HighlightButton:first-child {
  margin-left: 0; }

.Stroke#HighlightButtons .HighlightButton .ImageView {
  width: 120px;
  height: 120px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.Stroke#HighlightButtons .HighlightButton .Content {
  color: #fff;
  width: 318px;
  height: 120px;
  float: left;
  box-sizing: border-box;
  padding: 15px; }

.Stroke#HighlightButtons .HighlightButton .Content h4 {
  margin: 0; }

.Stroke#HighlightButtons .HighlightButton .Content p {
  margin-top: 10px;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px; }

.Content p img {
  max-width: 100%;
  height: auto; }

.Stroke#HighlightButtons .HighlightButton .Icon {
  width: 50px;
  height: 100%;
  float: right;
  line-height: 120px;
  text-align: center; }

footer {
  min-height: 80px;
  width: 100%;
  border-top: 1px solid #4d2420;
  font-size: 12px;
  background: #fff; }

footer #Rights {
  height: 100%;
  line-height: 80px;
  float: left; }

footer #Account {
  float: right;
  line-height: 80px; }

footer a {
  color: #fff !important; }

.Container {
  width: 1000px;
  height: 100%;
  margin: auto; }

.Row {
  margin-top: 20px; }

.Row:first-child {
  margin-top: 0; }

.ClearFix {
  clear: both; }

.Left {
  float: left; }

.Right {
  float: right;
  right: 0px; }

.step-progress {
  width: 100%;
  height: 80px;
  padding-left: 2px;
  margin-bottom: 20px; }

.step-bubble {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 15px;
  float: left;
  border: 1px solid #dfdfdf;
  position: relative; }

.step-bubble.done .value {
  color: #fff; }

.step-bubble.done.anim .value {
  -webkit-animation-delay: 0.5s;
  -webkit-animation: changeColor 1s; }

@keyframes changeColor {
  0% {
    color: #282828; }

  100% {
    color: #fff; } }

.step-bubble .value {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  z-index: 5; }

.step-bubble .bubble-done {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #4d2420;
  border-radius: 50%;
  z-index: 4; }

.step-bubble.anim .bubble-done {
  -webkit-animation-delay: 0.5s;
  -webkit-animation: scaleBubble 1s; }

@keyframes scaleBubble {
  /*90% {
   width: 40px;
   height: 40px;
   top: 5px;
   left: 5px;
   }
   */
  0% {
    width: 0;
    height: 0;
    top: 25px;
    left: 25px; }

  80% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0; }

  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0; } }

.step-line {
  height: 2px;
  width: calc((100% - 330px) / 3);
  background: #dfdfdf;
  float: left;
  margin-top: 39px;
  line-height: 32px;
  font-size: 12px;
  position: relative; }

.step-line .line-done {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4d2420; }

.step-line.anim .line-done {
  -webkit-animation-delay: 0.5s;
  -webkit-animation: lineDone 1s; }

@keyframes lineDone {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

.Arrangement {
  width: 320px;
  min-height: 260px;
  border: 1px solid #dfdfdf;
  margin-left: 12.5px;
  float: left;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px #282828;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  display: table-cell; }

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

#ArrMainContainer {
  border-spacing: 15px; }

#ArrContainer {
  display: table-row;
  width: 100%;
  height: 100%; }
  #ArrContainer .Arrangement.fill {
    width: 320px;
    float: none !important;
    min-height: 260px;
    border: none;
    margin-left: 12.5px;
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: table-cell; }

#ArrContainer .Arrangement {
  float: none !important; }

.Arrangement .Header {
  width: 100%;
  padding-bottom: 20px;
  /*background: rgba(40, 94, 142, 0.9);*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  color: #fff;
  line-height: 140px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 30px; }

.Arrangement .Header .Bubble {
  position: absolute;
  background: #fff;
  z-index: 5;
  width: 130px;
  height: 70px;
  border-radius: 25px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px -5px #282828;
  right: 10px;
  bottom: -40px;
  color: #282828;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 26px; }

.Arrangement .Header {
  padding-top: 20px;
  line-height: 40px; }

.Arrangement .Header span.group_sub {
  font-size: 17px;
  /* */
  display: block;
  line-height: 18px;
  max-width: 200px;
  margin-top: 2px; }

.Arrangement .Header span.date_sub {
  /* */
  display: block;
  line-height: 18px;
  max-width: 200px;
  font-size: 10pt;
  margin-top: 20px;
  font-weight: normal; }

.Arrangement .List {
  padding: 50px 20px 20px 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px; }

.Arrangement .List ul {
  padding: 0;
  margin: 0; }

.Arrangement .List ul li {
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #efefef;
  line-height: 50px;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box; }

.Arrangement .List ul li:last-child {
  border-bottom: none; }

.Arrangement .List ul li .InfoButton {
  width: 25px;
  height: 25px;
  float: right;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #285e8e;
  line-height: 25px;
  font-weight: bold;
  color: #285e8e;
  font-size: 19px;
  cursor: pointer;
  margin-top: 8.5px;
  margin-right: 8.5px; }

.Arrangement .Button {
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 0 0px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer; }

.Arrangement .Button .Text {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: bold; }

.Arrangement .Button .Icon {
  width: 50px;
  height: 50px;
  float: right;
  line-height: 50px;
  text-align: center; }
/*
 Color1 : Groen
 Color2 : Oranje/Geel
 Color3 : Blauw
 Color4 : Rood
 */
.Back-Color1 {
  background: #95c032; }

.Back-Color2 {
  background: #f1921f; }

.Back-Color3 {
  background: #00a1e1; }

.Back-Color4 {
  background: #e00f20; }

.Inschrijven .Frame {
  width: calc(100% - 525px);
  margin-top: 15px;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  overflow: hidden; }

.Inschrijven .Frame .Form {
  width: 435px;
  height: 100%;
  float: left;
  margin-right: 20px; }
/** Inschrijven v2 **/
.Inschrijven #form {
  display: flex; }
  .Inschrijven #form .Arrangement {
    float: none;
    height: auto !important;
    position: relative !important;
    margin-top: 0 !important;
    transform: scale(1.05);
    background: #fff; }
  .Inschrijven #form .Frame {
    float: none !important;
    margin-left: 5px !important; }
/** -- End **/
.Inschrijven .Frame .FormSlider {
  width: 100%;
  height: 100%; }

.Inschrijven .Frame .TopNote {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px; }

.Inschrijven .Frame table {
  font-size: 12px;
  width: 100%; }

.Inschrijven .Frame table tr td {
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  height: 30px;
  /*  height: 40px; */ }

.Inschrijven.Confirm .Frame table tr td:nth-child(2) {
  font-weight: bold;
  text-align: right; }

.Frame input[type="text"], .Frame input[type="email"], .Frame select {
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  width: 200px;
  float: right; }

.Frame input[type="text"].Small, .Frame input[type="email"].Small {
  width: 80px; }

.Stroke.DeelnemersTabel {
  padding-top: 0;
  position: relative; }

.Stroke.DeelnemersTabel .Header {
  position: absolute;
  top: 0;
  height: 60px;
  background: #f1921f;
  width: 100%;
  z-index: 0;
  display: none; }

.Stroke.DeelnemersTabel table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 13px; }

.Stroke.DeelnemersTabel table tr td, .Stroke.DeelnemersTabel table thead th {
  height: 40px;
  box-sizing: border-box;
  padding-left: 15px; }

.Stroke.DeelnemersTabel table thead th {
  height: 60px;
  border-bottom: 1px solid #dfdfdf; }

.Stroke.DeelnemersTabel table tr td {
  border-bottom: 1px solid #dfdfdf; }

.Stroke.DeelnemersTabel table tr td a {
  text-decoration: underline; }

.Stroke.DeelnemersTabel table tr:hover td {
  background: #efefef; }

.SearchFrame {
  height: 70px;
  width: 100%; }

.SearchFrame .FilterButtons {
  display: flex;
  width: 100%;
  height: 70px; }
  .SearchFrame .FilterButtons .Filters {
    display: flex; }

.SearchFrame .FilterButtons .Button {
  height: 70px;
  padding: 0 12px 0 12px;
  line-height: 70px;
  border-right: 1px solid #dfdfdf;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center; }

.SearchFrame .FilterButtons .Button.Icon {
  font-size: 16pt; }

.SearchFrame .FilterButtons .Button:first-child {
  border-left: 1px solid #dfdfdf; }

.SearchFrame .FilterButtons .active {
  background-color: #4d2420 !important;
  color: #fff; }

.SearchFrame .active.NoHover:hover {
  background-color: #4d2420 !important;
  color: #fff !important; }

.SearchFrame .FilterButtons .Button:hover {
  color: #fff;
  background: #4d2420; }

.SearchFrame .FilterButtons .Button.Active {
  color: #fff;
  background: #4d2420; }

.SearchFrame .FilterButtons .Button.Search input[type="text"] {
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #4d2420; }

.SearchFrame .FilterButtons .Button.Search {
  cursor: default; }
  .SearchFrame .FilterButtons .Button.Search button.Search {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    color: #4d2420; }

.SearchFrame .FilterButtons .Button.Search select {
  margin-left: 15px;
  max-width: 230px;
  max-height: 30px; }

.SearchFrame .FilterButtons .Button.Search:hover {
  color: #282828;
  background: #fff; }

.Frame .InputHintHolder .Hint {
  color: #777;
  font-size: 11px;
  padding: 5px; }

.Frame .Controls {
  font-size: 13px;
  margin-top: 45px;
  margin-right: 10px; }

.Alert {
  border: 1px solid #7e0c15;
  background: #e00f20;
  color: #fff;
  padding: 10px; }

.error {
  color: #7e0c15; }

.Banner.Small {
  transition: 0.5s ease all; }

.Banner.Small .Date {
  display: none; }

.Gallery.Fullscreen {
  position: relative; }

.Banner .Controls {
  display: none; }

.Gallery.Fullscreen .Controls {
  height: calc(100% - 80px);
  width: 100%;
  top: 80px;
  position: absolute;
  bottom: 0px;
  display: none; }

.Gallery .Controls .HoverBox {
  float: left;
  width: 50%;
  height: 100%;
  position: relative; }

.Gallery .Controls .Button {
  display: none;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  position: absolute; }

.Gallery {
  margin-top: 25px; }

.Gallery .Album {
  width: 180px;
  height: 220px;
  float: left;
  border: 2px solid #52d1d1;
  padding: 20px;
  background: #fff;
  margin: 5px 10px;
  border-radius: 5px; }

.Gallery .Album .Head {
  height: 40px;
  width: 100%;
  background: #555;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.Gallery .Album .Head .Title {
  height: 100%;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-weight: bold; }

.Gallery .Album .Overlay {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  transition: 0.2s ease all;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center; }

.Gallery .Album .Overlay .Button {
  color: #fff;
  padding: 5px;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  height: 35px;
  margin-top: 82.5px; }

.Gallery .Album .Overlay .Button:hover {
  background: #efefef;
  color: rgba(0, 0, 0, 0.5); }

.Gallery .Album .ThumbnailFrame {
  width: 100%;
  height: calc(100% - 40px);
  position: relative; }

.Gallery .Album .ThumbnailFrame .Thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.Gallery .Album:hover .Overlay {
  opacity: 1;
  cursor: pointer; }

.GalleryHolder {
  width: 100000px;
  height: 100%;
  display: none; }

.GalleryHolder .Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  float: left; }

.Gastenboek {
  background: #fff; }

.Gastenboek .Bericht {
  font-size: 13px;
  width: 710px;
  margin: auto;
  float: right;
  margin-top: 20px;
  margin-right: 40px; }

.Gastenboek .Bericht:first-child {
  margin-top: 0; }

.Gastenboek .Bericht:nth-child(even) {
  float: left;
  margin-right: 0;
  margin-left: 40px; }

.Gastenboek .Bericht .Content {
  width: 500px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  float: left;
  position: relative; }

.Gastenboek .Bericht:nth-child(even) .Content {
  float: right; }

.Gastenboek .Bericht .Content .MessageBalloonTip {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  float: right;
  position: absolute;
  right: -6px;
  top: 13px;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none; }

.Gastenboek .Bericht:nth-child(even) .Content .MessageBalloonTip {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  float: right;
  position: absolute;
  left: -6px;
  top: 13px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none; }

.Gastenboek .Bericht .Auteur {
  width: 200px;
  padding: 10px;
  float: left;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-sizing: border-box;
  margin-left: 10px; }

.Gastenboek .Bericht:nth-child(even) .Auteur {
  margin-left: 0;
  margin-right: 10px;
  float: left; }

.Gastenboek .Bericht .Auteur .Date {
  font-size: 12px;
  line-height: 15px;
  color: #777; }

.Gastenboek .Gb-ControlFrame .Gb-Controls {
  font-size: 13px;
  text-align: left; }

.Gastenboek #GastenboekForm input[type="submit"], .Inschrijven input[type="submit"] {
  border: 1px solid #dfdfdf;
  background: transparent;
  padding: 10px;
  float: right;
  margin: 10px 0 0; }

.Inschrijven .Controls.Second {
  margin-top: 5px; }

.Inschrijven .Controls.Second a[data-a="Form.Prev"] {
  margin-top: 18px; }

.Inschrijven input[type="submit"] {
  width: 120px !important;
  margin-right: 12px;
  color: #fff;
  background: #52d1d1; }

.Inschrijven .Frame table tr td:first-child {
  text-align: left !important;
  max-width: 140px; }

.Inschrijven .Frame input[type="text"], .Inschrijven .Frame input[type="email"], .Inschrijven .Frame select {
  float: right; }

.Frame .Controls {
  margin: auto;
  padding-top: 30px; }

.Inschrijven table.LeftRight tr td:last-child {
  text-align: right !important;
  font-weight: bold;
  max-width: 140px; }

.Gastenboek #GastenboekForm input[type="text"], .Gastenboek #GastenboekForm input[type="email"], .Gastenboek #GastenboekForm textarea {
  padding: 10px;
  margin: 5px 0 5px 0;
  border: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box; }

.Gastenboek #GastenboekForm textarea {
  min-height: 100px; }

.Stroke {
  border-top: 1px solid #dfdfdf; }

.AfdelingSelector {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: auto;
  /*display: table;*/
  border-spacing: 10px; }

.AfdelingSelector a {
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  padding: 15px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  float: left;
  justify-content: center;
  margin: 10px 10px 10px 0;
  height: 50px;
  flex: 1; }

.AfdelingSelector.dates a {
  height: 60px; }
  .AfdelingSelector.dates a .description {
    line-height: 30px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 5px;
    font-weight: bold; }

.AfdelingSelector a:hover {
  background: #4d2420;
  color: #fff !important;
  text-decoration: none; }

.AfdelingSelector li {
  list-style: none;
  /*float: left;*/
  font-size: 13px;
  /*box-sizing: border-box;*/
  /*float: left;*/
  cursor: pointer;
  white-space: nowrap;
  white-space: nowrap; }

.Album {
  width: 150px;
  height: 200px;
  float: left;
  border: 1px solid #dfdfdf;
  padding: 20px;
  background: #fff; }

.Album img {
  width: 100%;
  height: 180px;
  object-fit: contain; }

.Album .Title {
  height: 40px;
  line-height: 50px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.SocialMediaBar {
  font-size: 14px; }

.Container.SocialMediaBar img {
  height: 25px;
  margin: 0 5px; }

.Container.SocialMediaBar a {
  margin-right: 10px;
  color: #fff !important;
  font-size: 24px; }

.Inschrijven .Frame.DataCheck table tr td:last-child {
  text-align: left !important; }

.Inschrijven .Frame.DataCheck.Bank table tr td:last-child {
  text-align: right !important;
  line-height: 50px; }

.pagination {
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto;
  width: 500px;
  text-align: center; }

.pagination .state {
  color: #999;
  font-size: 12px;
  margin-right: 20px;
  line-height: 40px; }

.pagination li {
  list-style: none;
  display: inline-block;
  user-select: none;
  /* float: right; */ }

.pagination li {
  display: inline-block;
  height: 35px;
  color: #52d1d1;
  font-size: 13px;
  width: 30px;
  line-height: 35px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px; }
  .pagination li a {
    display: block; }

.pagination li.disabled {
  display: none; }

.pagination li.active, .pagination li:hover {
  background: #52d1d1;
  color: #fff !important;
  text-decoration: none; }

.pagination li:hover * {
  color: #fff !important;
  text-decoration: none; }

.Inschrijven #form {
  position: relative;
  margin: 30px 0; }

.DeelnemersTabel table tr td div.shorten {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#form input[type="submit"] {
  cursor: pointer;
  border-radius: 5px; }

#form input[type="submit"]:hover {
  background-color: #4d2420 !important; }

.Inschrijven #form {
  min-height: 400px; }

.Inschrijven #form .Arrangement {
  position: absolute;
  height: calc(100% + 40px);
  margin-top: -20px; }

.Inschrijven #form.Confirmation .Arrangement {
  position: relative; }

.Inschrijven #form.thanks .Arrangement {
  position: relative; }

.clear {
  clear: both; }

.container.gallery .auth {
  padding: 20px;
  background: #52d1d1;
  border: 2px solid #52d1d1;
  border-radius: 5px;
  width: 350px;
  margin: 30px auto 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 20px -5px #282828;
  box-sizing: border-box; }

.container.gallery .auth h1 {
  margin-top: 10px;
  color: #fff; }

.container.gallery .auth button, .container.gallery .auth input {
  width: 100%;
  height: 40px;
  border: 2px solid #52d1d1;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 5px; }

.container.gallery .auth button {
  width: 100%;
  cursor: pointer;
  background: #52d1d1;
  color: #fff;
  font-size: 11pt;
  font-weight: 600; }

.container.gallery .auth button:hover {
  background: transparent;
  color: #fff; }

.container.gallery .auth .combined input[type="text"] {
  width: 150px;
  float: left; }

.container.gallery .auth .combined .remember {
  float: right;
  line-height: 40px; }

.container.gallery .auth input:focus {
  border-color: #4d2420 !important; }
/* Responsive */
/* iPhone 5 */
/* iPhone 6 ----------- */

@media only screen and (max-width: 1020px) {
  /*overflow-x: hidden;*/
  /*#Application {
   height: auto;
   }*/
  /*
   .Banner .Caption {
   display: none;
   }
   .Banner.Small .Caption {
   display: block;
   }
   */
  /*
   .Content .Container {
   word-wrap: break-word;
   }
   */
  /*
   .Banner:nth-child(3){
   display: none;
   }
   */
    .container.gallery .auth {
      width: 100%; }
      .container.gallery .auth .combined input, .container.gallery .auth .combined button {
        width: 100%;
        float: none; }
    .Inschrijven #form {
      flex-direction: column; }
    .Inschrijven #form.Confirmation .Frame {
      float: none;
      margin-left: auto; }
    .Inschrijven .Arrangement.Form {
      margin: auto; }
    .Inschrijven #form {
      position: relative; }
    .Inschrijven #form .Arrangement {
      position: relative;
      height: auto;
      margin: 0 auto; }
    .Inschrijven #form .Frame {
      margin: 20px auto;
      height: auto;
      float: none;
      margin-left: auto !important; }
    .Inschrijven .Frame .Form {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto; }
    .pagination .state {
      float: left; }
    .Mobile {
      display: unset !important; }
    html.Gallerij, html.Galerij body {
      overflow-x: hidden; }
    header nav {
      display: none; }
    header .MobileMenuButton {
      display: block; }
    .Banner .Date {
      width: 70%;
      font-size: 5.7vw;
      border-width: 10px; }
    .Banner .Caption {
      box-sizing: border-box;
      text-align: center;
      height: auto;
      padding: 20px 10px;
      line-height: 30px; }
      .Banner .Caption span {
        font-size: 13pt; }
    .Banner.Small {
      min-height: 320px !important; }
    .Banner.Small .Caption {
      text-align: left; }
    .Content {
      width: 100%; }
    .Container {
      width: 100%; }
    .Stroke#HighlightButtons {
      padding-top: 0;
      padding-bottom: 0; }
    .Stroke#HighlightButtons .Row {
      margin-top: 0; }
    .Stroke#HighlightButtons .HighlightButton {
      width: 100%;
      margin: 0; }
    .Stroke#HighlightButtons .HighlightButton .Content {
      width: calc(100% - 120px - 50px); }
    .Gastenboek .Bericht {
      width: 95%;
      margin: 20px 2.5% auto 2.5% !important; }
    .Gastenboek .Bericht .Content {
      width: 100%;
      float: none; }
    .Gastenboek .Bericht .Content .MessageBalloonTip {
      transform: rotate(135deg);
      bottom: -6px;
      right: 13px;
      top: auto; }
    .Gastenboek .Bericht:nth-child(even) .Content .MessageBalloonTip {
      right: auto;
      left: 13px;
      bottom: -6px;
      top: auto;
      transform: rotate(-45deg); }
    .Gastenboek .Bericht .Auteur {
      margin-left: 0;
      margin-top: 10px;
      float: right; }
    .Gastenboek .Bericht:nth-child(even) .Auteur {
      margin: 10px 0 0 0;
      float: left; }
    .Gastenboek .Gb-ControlFrame .Gb-Controls {
      text-align: center; }
    .Gastenboek .Gb-ControlFrame .Gb-Controls .Left, .Gastenboek .Gb-ControlFrame .Gb-Controls .Right {
      float: none; }
    .Gastenboek .Gb-ControlFrame .Gb-Controls .Right {
      margin-top: 10px; }
    .Arrangement {
      float: none !important;
      margin-left: 0px; }
    #FlashFooter {
      display: none; }
    .Stroke.PaddingLR {
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box; }
    .Stroke:last-child .Inschrijven span {
      font-size: inherit !important; }
    .Stroke:last-child .Inschrijven span.small {
      font-size: 17px !important; }
    footer {
      padding: 0 15px 0 15px;
      box-sizing: border-box;
      font-size: 10px;
      height: 205px; }
    .DesktopOnly {
      display: none; }
    .Stroke.DeelnemersTabel {
      /*width: 95%;*/
      padding-top: 10px; }
    .Stroke.DeelnemersTabel table {
      width: 95%;
      margin-left: 2.5%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-collapse: separate;
      border: 1px solid #dfdfdf; }
    .Stroke.DeelnemersTabel table thead {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .Stroke.DeelnemersTabel table thead th {
      box-sizing: border-box;
      padding-left: 15px;
      height: 25px;
      padding: 8px 0 8px 10px;
      background: #fff;
      border: none; }
    .Stroke.DeelnemersTabel table thead th:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .Stroke.DeelnemersTabel table thead th:last-child {
      height: 35px;
      width: 100%; }
    .DeelnemersTabel thead, .DeelnemersTabel thead th, .DeelnemersTabel tbody tr, .DeelnemersTabel tbody tr td {
      display: block; }
    .Stroke.DeelnemersTabel table tr td {
      border-top: none;
      border-bottom: none;
      vertical-align: bottom;
      height: 25px;
      font-size: 12px;
      padding: 8px 0 8px 10px; }
    .DeelnemersTabel tbody tr td:first-child {
      border-top: 1px solid #dfdfdf; }
    .DeelnemersTabel tbody tr td:last-child {
      height: 35px; }
    #ArrContainer {
      display: block; }
    .Arrangement {
      width: 90%;
      display: block;
      margin-top: 10px; }
    #ArrContainer .Arrangement {
      margin: 10px auto; }
    .Arrangement {
      min-height: 260px !important;
      height: auto !important; }
    .Arrangement:first-child {
      margin-top: 0; }
    .Inschrijven .Frame {
      width: 95%;
      margin-top: 10px;
      border: 1px solid #dfdfdf;
      border-radius: 5px;
      font-size: 11px;
      height: auto; }
    .Inschrijven .Frame .Form {
      box-sizing: border-box; }
    .Inschrijven .Frame .Form select {
      width: 160px; }
    .Inschrijven .Frame .TopNote {
      height: auto; }
    .Inschrijven .Frame input {
      width: 160px; }
    .Inschrijven .Frame input[type='radio'] {
      width: auto !important; }
    .Inschrijven .Frame.DataCheck table tr td:first-child {
      width: 120px; }
    .Inschrijven .AfdelingSelector {
      max-width: 100%;
      padding: 15px;
      display: block; }
    .Inschrijven .AfdelingSelector a {
      width: 100%;
      border: 2px solid #dfdfdf;
      border-radius: 5px;
      padding: 15px;
      vertical-align: middle;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 10px 10px 10px 0;
      height: 70px;
      text-align: center;
      box-sizing: border-box;
      flex: 0; }
    .Inschrijven .AfdelingSelector li {
      list-style: none;
      /* float: left; */
      font-size: 13px;
      /* box-sizing: border-box; */
      width: 150px;
      /* float: left; */
      cursor: pointer;
      text-align: center;
      width: 100%; }
    footer {
      height: auto; }
    .Bottom {
      height: auto; }
    .Content .Stroke h2 > span {
      font-size: inherit !important; }
    #Application .Content .Container img {
      max-width: 100%; }
    .pagination {
      width: auto;
      float: right; }
      .pagination li {
        float: left;
        display: block; }
    body #Application .Gallery.Levels .Album {
      width: 100% !important;
      margin: 5px 0 !important; }
    .SearchFrame {
      position: relative; }
    .FilterButtons.Expanded .Button.Icon, .Button.Icon.Active {
      color: #fff;
      background: #52d1d1; }
    .FilterButtons.Expanded .Filters {
      max-height: 210px; }
    .FilterButtons .Filters {
      overflow: hidden;
      transition: 0.2s ease all;
      max-height: 0;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #dfdfdf;
      box-shadow: 0 10px 25px -15px #282828;
      position: absolute;
      top: 100%;
      display: flex;
      flex-direction: column;
      z-index: 100; }
      .FilterButtons .Filters .Button {
        border-top: 1px solid #dfdfdf;
        width: 100%;
        float: none;
        font-weight: bold;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box; }
        .FilterButtons .Filters .Button select {
          padding: 10px;
          max-height: unset !important;
          text-align: right; } }

.push {
  height: 205px; }

.divider {
  width: 100%;
  height: 1px;
  background: #4d2420;
  margin: 30px 0 30px 0; }

.right {
  float: right; }

.left {
  float: left; }

.Content h2 > span {
  font-size: inherit !important; }

.validation-errors {
  float: left;
  margin: 20px 0 20px 20px;
  text-align: left;
  max-width: 185px; }

.validation-errors ul {
  padding: 0;
  margin: 0; }

.validation-errors ul li {
  list-style: none;
  line-height: 30px;
  border-left: 2px solid #c10715;
  padding-left: 15px;
  color: #c10715;
  font-size: 10pt; }
/* */
.Inschrijven #form .privacyOptions {
  padding: 10px 0; }

.Inschrijven #form .privacyOptions label.space {
  margin-right: 15px; }

.color-primary {
  color: #52d1d1 !important; }

.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
  display: inline-block !important; }

.Picture {
  width: 200px;
  height: 150px;
  float: left;
  margin: 10px;
  cursor: pointer; }

.Picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.Overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.Overlay .Image {
  width: 80%;
  height: 80%;
  margin: auto;
  position: relative;
  text-align: center; }

.Overlay .Image img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 10%; }

.Overlay .ClickArea {
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }

.Overlay .ClickArea.Right {
  right: 0;
  left: auto; }

.Overlay .Close {
  width: 10%;
  height: 10%;
  font-size: 5vw;
  font-weight: lighter;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }

.BreadCrumb {
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px; }

.Overlay.Visible {
  display: block;
  opacity: 1; }

.Hidden {
  display: none; }

.Overlay .ClickArea span {
  font-size: 70px;
  color: #fff;
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  display: block; }

.consent {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  bottom: 20px;
  width: 650px;
  left: 50%;
  margin-left: -300px;
  color: #fff;
  font-size: 10pt;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box; }
  .consent .text {
    float: left;
    width: 500px; }
  .consent .actions {
    float: right; }
    .consent .actions button {
      background: none;
      outline: none;
      border: none;
      color: #fff;
      cursor: pointer;
      margin: 0;
      padding: 0;
      font-size: 9pt; }
    .consent .actions button.disagree {
      font-size: 9pt; }
    .consent .actions button:hover {
      color: #52d1d1; }

body .Gallery .content {
  margin-bottom: 50px; }

body .Gallery.Levels .Album {
  border: 2px solid #52d1d1;
  padding: 10px 20px;
  height: auto;
  box-sizing: border-box;
  transition: 0.2s ease all;
  display: inline-block;
  margin: 5px !important;
  width: 200px !important; }
  body .Gallery.Levels .Album .Title .text {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

body .Gallery.Levels .Album:hover {
  text-decoration: none !important; }

body .Gallery.Levels .Album:hover {
  background: #52d1d1; }
  body .Gallery.Levels .Album:hover .Title {
    color: #fff;
    text-decoration: none !important; }

body .Gallery.Levels .Album .Title {
  line-height: 35px;
  height: auto; }

body .Gallery.Levels .Album:hover .Title a {
  text-decoration: none !important; }

.gallery .auth .remember {
  color: #fff;
  font-size: 10pt; }
  .gallery .auth .remember input {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin-right: 10px; }

.share-whatsapp {
  padding-top: 20px;
  display: block; }
  .share-whatsapp button {
    padding: 10px 20px;
    border-radius: 10px;
    background: #25d366;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 9pt;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .share-whatsapp button i {
      font-size: 20pt;
      margin-left: 10px; }
  .share-whatsapp button:hover {
    background: #1f9149; }
  .share-whatsapp:hover {
    text-decoration: none; }

.Stroke.PaddingLR.Alert p {
  margin: 0 !important;
  color: #282828; }

.Stroke.PaddingLR.Alert {
  box-sizing: border-box !important;
  border-left: none;
  border-right: none; }

.Stroke.PaddingLR.Alert {
  color: #282828; }

.sold-out .label {
  color: #52d1d1 !important; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
