@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

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

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  -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;
}

body {
  font-family: 'Montserrat', sans-serif;
}

main {
  min-height: 70vh;
  background-color: white;
  position: relative;
  z-index: 0;
  padding: 60px 0;
}

.content {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

.footermar {
  margin-bottom: 60px;
}

.head {
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}

.head .h1 {
  color: #76a73e;
  letter-spacing: 1px;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 125%;
}

.head h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 125%;
}

.head .c {
  margin-top: 10px;
}

.c p {
  line-height: 175%;
}

.c p:first-child {
  margin-top: 0;
}

.c p:last-child {
  margin-bottom: 0;
}

.c p a {
  font-weight: bold;
  color: #000;
}

.bevestiging_page {
  padding: 0;
}

/*===Header===*/

header {
  position: relative;
  z-index: 2;
}

header .logo img {
  width: 200px;
}

header .inner {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #76a73e;
  padding: 15px 0px;
}

header nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

header nav a {
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3c3a;
}

header nav a:hover, header nav a.active {
  color: #76a73e;
}

header nav a:not(:last-child) {
  margin-right: 15px;
}

/*====Bootbox====*/

body.modal-open {
  overflow: visible !important;
}

.modal-content .modal-footer {
  border-top: 0;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.bootbox .btn {
  margin-top: 0;
}

.bootbox .btn-default:hover {
  color: white;
}

.modal-header .close {
  position: relative;
  z-index: 10000 !important;
}

.modal-open .modal:not(.bootbox-alert) {
  display: flex !important;
  align-items: center;
  /*justify-content: center;*/
}

.modal:not(.bootbox-alert) {
  z-index: -1 !important;
}

.modal.in:not(.bootbox-alert) {
  z-index: 1050 !important;
}

.modal:not(.bootbox-alert) .modal-content {
  margin-top: -10%;
}

.bootbox-alert .modal-dialog {
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.bootbox .error {
  color: red;
}

.bootbox-body {
  text-align: center;
  line-height: 175%;
  padding-bottom: 0 !important;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.bootbox-body a {
  color: #76a73e;
  font-weight: bold;
}

.modal-content {
  padding: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal-footer {
  text-align: center !important;
}

.modal-footer .btn {
  margin: 0 10px;
  background-color: #76a73e !important;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  border: 0 !important;
}

.modal-footer .btn:hover, .modal-foote .btn.focus, .modal-foote .btn:focus, .modal-foote .btn:hover {
  color: #fff !important;
  opacity: 0.9;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-content .modal-footer .btn.btnPopup {
  text-transform: uppercase !important;
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #76a73e !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
  font-size: 1em;
}

.modal-content .modal-footer .btn.dn {
  display: none !important;
}

.modal-content .modal-footer .btn.btnPopupSubtle {
  width: 100% !important;
  background-color: transparent !important;
  padding: 5px !important;
  color: #ACACAC !important;
  font-size: 1.3rem !important;
  margin-top: 20px;
}

.bootbox-body h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
}

.bootbox-body .errors {
  text-align: left;
  color: red;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

/*====/Bootbox====*

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.bevestiging i {
  font-size: 3em;
  color: #76a73e;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #76a73e;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #76a73e;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #76a73e;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #76a73e;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #76a73e;
  transition: all 1s ease;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #76a73e;
}

/* Einde Bevestiging*/

/* Cookie Melding */

.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  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;
  transition: all .5s;
  z-index: 100;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies>div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #6db63b;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

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

/* Einde cookiemelding */

/* GDPR */

#content-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #76a73e;
  margin-bottom: 20px;
  margin-top: 50px;
}

#content-container h2 {
  color: #76a73e;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #76a73e;
  color: #fff;
  font-size: 1.1em;
  padding: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

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

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

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

#content-container table {
  width: 100%;
}

#content-container a {
  color: #76a73e;
  font-weight: 700;
}

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

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */

/* Blokken */

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

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.blokken_img {
  width: 58%;
}

.blokken_img img {
  width: 100%;
}

.blokken_content {
  width: 42%;
  padding: 80px;
  text-align: center;
}

.blokken_content h2 {
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
}

.blokken_content h2:after {
  content: "";
  position: absolute;
  border-top: 1px solid black;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 0px;
}

.blokken_tekst {
  line-height: 180%;
  font-size: 1.2em;
}

.blokken_content a {
  display: block;
  margin-top: 50px;
  color: #000;
  letter-spacing: 1px;
  transition: all 1s ease;
  font-size: 1.1em;
}

.blokken_content a:hover {
  transform: scale(1.1);
}

/* Footer */

footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: white;
}

footer ul {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0;
  border-top: 2px solid #76a73e;
}

footer ul img {
  width: 200px;
}

footer li h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 1.2em;
}

footer li p {
  margin-top: 20px;
  color: #4B4B4B;
}

footer li:not(:first-child) a {
  padding-left: 34px;
  position: relative;
  color: #4B4B4B;
}

footer li a i {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  top: 50%;
  transform: translateY(-50%);
}

.siteby {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  background-color: #76a73e;
  color: white;
  font-size: 0.9em;
  padding: 10px;
  font-weight: 700;
  flex-wrap: wrap;
  line-height: 150%;
  z-index: 2;
  position: relative;
}

.siteby a {
  color: white;
}

.siteby span {
  margin: 0 15px;
}

/* Einde Footer */

/*====Reservaties====*/

.reservatie-switch h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #76a73e;
  margin-bottom: 10px;
  text-align: center;
}

.reservatie-switch .switch-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border: 3px solid #76a73e;
  border-radius: 12px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.switch-holder .switch {
  width: 50%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #76a73e;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.switch-holder .switch:nth-child(2) {
  border-left: 2px solid #76a73e;
}

.switch-holder .switch.active, .switch-holder .switch:hover {
  background-color: #76a73e;
  color: #fff;
}

.fc-toolbar.fc-header-toolbar .fc-center {
  line-height: 33.5px;
}

.calendar-holder {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}

.calendar-holder .calendar-inner {
  width: calc(100% - 300px);
}

.calendar-holder .legend {
  width: 275px;
  border: 1px solid rgb(245, 245, 245);
  padding: 20px 15px;
  background-color: rgb(250, 250, 250);
}

.legend h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #76a73e;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #76a73e;
}

.legend h4:not(:first-child) {
  margin-top: 15px;
}

.legend .legend-item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 25px;
}

.legend .legend-item:not(:last-child) {
  margin-bottom: 10px;
}

.legend-item .col-hold {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.legend-item .label {
  width: calc(100% - 30px);
}

.legend-item.adres .label {
  width: 100%;
}

.fc-list-item-time.fc-widget-content {
  display: none !important;
}

.fc-time {
  display: none !important;
}

.fc-content {
  text-align: center;
}

.fc-day:not(.has-event), .fc-day-top:not(.has-event), .fc-day.fc-past, .fc-day-top.fc-past {
  background-color: rgb(230, 230, 230) !important;
}

.fc-event-container .fc-event {
  cursor: pointer;
  margin-bottom: 5px;
}

.fc-event-container .fc-event:hover {
  opacity: 0.8;
}

.fc-title small {
  font-size: 0.8em;
  max-width: 100%;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.fc-list-item-title br {
  display: none;
}
.fc-event-container {
  margin-bottom: 2px;
}
.fc-day-grid-event {
  padding: 7px 0 !important;
  border-radius: 25px !important;
}
/* Gegevens */

.main_info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;;
}

.main_info section {
  width: 100%;
}

.main_info aside {  
  display: none;
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.main_info aside h4 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 25px;
}

.main_info aside .info_line {
  display: flex;
  line-height: 175%;
  justify-content: space-between;
}

.main_info .active aside {
  display: block;
}

.info_line span {
  text-align: right;
}

.step h3 {
  padding: 15px 15px;
  margin-bottom: 25px;
  border: solid 2px #76a73e;
  color: #76a73e;
  font-size: 1.2em;
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 5px;
}

.step h3 small {
  font-size: 0.6em;
}
.step i {
  transition: all 0.4s;
}
.step.active h3 i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.types {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.active .types {
  margin-bottom: 30px;
}

.type_option {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #76a73e;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.type_option h4 {
  color: #76a73e;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.type_option button {
  background-color: #F89C27;
  border: 1px solid #F89C27;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  max-width: 90%;
  padding: 12px 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  transition: all 0.8s ease;
}

.inner.active .steps_holder {
  margin-top: 30px;
}

.step {
  display: none;
}

.step.visible {
  display: block;
}

.step>.inner {
  display: none;
  overflow: hidden;
}

.step.active>.inner {
  display: block;
  overflow: visible;
}

.step.active>.types.inner {
  display: flex;
}

.field {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.field:not(:last-child) {
  margin-bottom: 20px;
}

.field>label {
  width: 200px;
  font-weight: bold;
  text-align: right;
}

.admin_step .field>label {
  width: 300px;
}

.field>label .error {
  color: red;
  font-size: 0.75em;
  line-height: 110%;
  display: block;
}

.field .field_inner {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.field>label {
  line-height: 20px;
}

.text_field>label, .date_field>label {
  padding-top: 13px;
}

.radio_field>label {
  padding-top: 4px;
}

.radio_with_dummy>label {
  padding-top: 17px;
}

.multi_input_field>label {
  padding-top: 12px;
}

.textarea_field>label {
  padding-top: 5px;
}

.text_field input[type='text'], .date_field input[type='text'] {
  width: 100%;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 16px;
  height: initial;
}

.textarea_field textarea {
  width: 100%;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 8px;
  font-size: 16px;
  height: 100px;
}

.text_field.hasError input[type='text'], .text_field.hasError input[type='email'], .date_field.hasError input[type='text'], .radio_field.hasError input[type='text'], .radio_field.hasError input[type='email'] {
  border: 1px solid red;
}

.sub_radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
}

.sub_radio:not(:last-child) {
  margin-bottom: 10px;
}

.sub_radio .dummy_field {
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 16px;
  height: initial;
  flex-grow: 2;
  margin-left: 10px;
}

.sub_radio .label {
  color: #333;
  line-height: 20px;
  margin-left: 12px;
}

.sub_radio label {
  flex-grow: 2;
  padding: 4px 0;
  display: flex;
}

.sub_radio.half_width {
  width: 50%;
}

.sub_input {
  display: flex;
  padding: 4px 0;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
}

.sub_input label {
  width: 150px;
  text-align: right;
  line-height: 36px;
}

.sub_input input, .sub_input select {
  width: calc(100% - 165px);
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 8px 11px;
  font-size: 16px;
  height: initial;
  flex-grow: 2;
  margin-left: 10px;
}

.checkbox_field>label {
  padding-top: 2.5px;
}

.checkbox_wrapper {
  flex-grow: 2;
  padding-left: 25px;
}

.info_wrapper {
  position: relative;
  width: 100%;
}

.infocircle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

label>.infocircle {
  position: relative;
  right: auto;
  top: 3px;
  transform: none;
  display: inline;
  font-size: 19px;
}

.infocircle i {
  font-size: 22px
}

.infocircle>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  background-color: rgba(51, 51, 51, .9);
  border-radius: 4px;
  color: #fff;
  width: 180px;
  padding: 10px;
  text-align: center;
  font-weight: 200;
  line-height: 150%;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
  font-size: 12px;
}

.infocircle i:hover+div {
  display: block;
  bottom: 150%;
  opacity: 1
}

.infocircle>div:before {
  content: "\A";
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #515151 transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%) rotate(-90deg)
}

form .steps_holder .disabled {
  background-color: rgb(191, 191, 191);
}

.prev_next {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  padding-top: 20px;
}

.prev span {
  color: rgb(150, 150, 150);
  cursor: pointer;
  line-height: 44px;
}

.next button {
  background-color: #F89C27;
  border: 1px solid #F89C27;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  max-width: 200px;
  padding: 12px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  transition: all 0.8s ease;
}

.final button {
  background-color: #76a73e;
  border: 1px solid #76a73e;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  max-width: 200px;
  padding: 12px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  transition: all 0.8s ease;
}

/* Media Query's */

@media screen and (max-width: 1450px) {
  header .inner, footer ul, .siteby {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    max-width: none;
  }
}

@media screen and (max-width: 1400px) {
  .instagram_feed .instagram_post {
    width: 270px;
    height: 270px;
  }
  .infocircle>div {
    border-radius: 0;
    left: auto;
    transform: none;
    right: 2px;
  }
  .infocircle>div:before {
    left: auto;
    right: 0px;
  }
}

@media screen and (max-width: 1250px) {
  .instagram_feed .instagram_post {
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 1200px) {
  .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;
    line-height: 120%;
  }
  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  .contact_split {
    margin-top: 10px;
  }
  .contact_split div {
    padding: 20px;
  }
  #dasmap {
    margin-top: 15px;
    height: 400px;
  }
  .contact_gegevens>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;
  }
  .instagram_feed .instagram_post {
    width: 250px;
    height: 250px;
  }
  .main_info section {
    width: 100%;
    order: 2;
  }
  .main_info aside {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    position: static;
  }
  .step h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1160px) {
  .instagram_feed .instagram_post {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 1150px) {
  .blokken {
    margin-top: 0;
  }
  .blokken article {
    flex-direction: column;
  }
  .blokken_img {
    width: 95%;
    order: 1;
  }
  .blokken_content {
    width: 95%;
    order: 2;
  }
}

@media screen and (max-width: 1050px) {
  .instagram_feed .instagram_post {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .fc-day-grid-event {
    font-size: 0.8em !important;
  }
  footer ul li:first-child {
    display: none;
  }
  footer ul {
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 950px) {
  .curtaindrop h2 {
    font-size: 40px;
  }
  .curtaindrop p {
    font-size: 1.4em;
  }
  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }
  #content-container h2 {
    font-size: 1.8em;
  }
  .header_content>div img {
    width: 350px;
  }
  .in_beeld article {
    width: 32.33%;
  }
  .instagram_feed {
    justify-content: center;
    max-width: 90%;
  }
  .instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    margin: 1%;
  }
}

@media screen and (max-width: 900px) {
  .calendar-holder {
    flex-wrap: wrap;
  }
  .calendar-holder .legend {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .calendar-holder .calendar-inner {
    order: 2;
    width: 100%;
  }  
}

@media screen and (max-width: 800px) {
  .instagram_feed .instagram_post {
    width: 280px;
    height: 280px;
  }
}

@media screen and (max-width: 750px) {
  .curtaindrop h2 {
    font-size: 30px;
  }
  .curtaindrop p {
    font-size: 1.2em;
  }
  .curtaindrop .button {
    padding: 10px 30px;
    font-size: 18px;
  }
  .curtain-close {
    font-size: 50px;
  }
  .blokken_content {
    padding: 50px 20px;
  }
  .instagram_feed .instagram_post {
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 700px) {
  .curtain-click {
    padding: 0;
  }
  .in_beeld article {
    width: 49%;
  }
  footer ul li {
    width: 100%;
  }
  footer ul li:not(:last-child){
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .instagram_feed .instagram_post {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 650px) {
  .curtaindrop h2 {
    font-size: 25px;
  }
  .curtaindrop p {
    font-size: 1.1em;
  }
  .curtain-close {
    font-size: 40px;
  }
  #content-container h1 {
    font-size: 2.1em;
  }
  #content-container h2 {
    font-size: 1.5em;
  }
  .instagram_feed {
    max-width: 100%;
    margin-bottom: 0;
  }
  .instagram_feed .instagram_post {
    width: 240px;
    height: 240px;
  }
  .step .inner .field>label {
    width: 100%;
    padding-top: 0;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  .field .field_inner {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .fc-title>div>span, .fc-title>div>small {
    display: block;
    width: 100%;
    text-align: center;
  }
  .fc-title>div>br {
    display: none;
  }
  .step h3 small {
    display: block;
    padding-top: 7px;
  }
  header .logo img {
    width: 150px;
  }
}

@media screen and (max-width: 550px) {
  .blokken_content h2 {
    font-size: 1.5em;
  }
  .privcnt {
    flex-wrap: wrap;
    height: initial !important;
    line-height: 120%;
  }
  .contact_form input[type=submit] {
    font-size: 1em;
    padding: 4px 25px;
  }
}

@media screen and (max-width: 530px) {
  .instagram_feed .instagram_post {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  #content-container h1 {
    font-size: 1.8em;
  }
  .fc-toolbar.fc-header-toolbar .fc-left {
    display: none !important;
  }
  .sub_radio.half_width {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .plenso_cookies {
    right: 10px;
  }
  .instagram_feed {
    justify-content: center;
  }
  .instagram_feed .instagram_post {
    width: 150px;
    height: 150px;
    margin: 5px;
  }
  header nav a:not(:last-child) {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .contact_gegevens h2 {
    font-size: 15px;
  }
  .contact_split div {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
  }
  .contact_split div p {
    font-size: 15px;
    padding-left: 30px;
  }
  .contact_form input[type=text], .contact_form input[type=email], .contact_form textarea, #NaamInput input {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .privcnt {
    flex-wrap: wrap;
    height: initial !important;
    line-height: 120%;
  }
  .contact_form input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 350px) {
  .reservatie-switch .switch-holder {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 300px) {
  .curtain-click {
    display: none;
  }
}