@media (max-width: 991px) {
  html {
    font-size: 2vw;
  }
}
body {
  font-family: Arial, sans-serif;
  font-weight: 500;
  background: white;
  font-size: 16px;
  width: 100%;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
body:after {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  content: '';
}
body.menuoverlay:after {
  opacity: 0.35;
  visibility: visible;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
}
.field-validation-error {
  margin: 0 0 15px 0;
}
.approve {
  margin-bottom: 20px;
}
.approve .field-validation-error {
  margin: 0 0 15px 0;
}
label {
  cursor: pointer;
}
.content ul li > a,
label > a,
p > a {
  color: #091E3A;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #091E3A;
}
.content ul li > a:hover,
label > a:hover,
p > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #091E3A;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.5em;
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  font-weight: 700;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
p.center,
span.center {
  display: block;
  text-align: center;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
p.white,
span.white {
  color: white;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
p.blue,
span.blue {
  color: #173B5A;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
p.green,
span.green {
  color: #479520;
}
h2.logo {
  text-transform: uppercase;
}
h1 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1500px) and (max-width: 1699px) and (max-height: 900px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 27px;
  }
}
h1 u,
h2 u {
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 575px) {
  h1 u,
  h2 u {
    margin-bottom: 10px;
  }
}
h1 u:after,
h2 u:after {
  content: "";
  border-top: solid 4px #18C6F3;
  width: 38%;
  display: block;
  margin-top: 5px;
  max-width: 110px;
}
@media (max-width: 767px) {
  h1 u:after,
  h2 u:after {
    margin-top: 7px !important;
    border-top: solid 2px #EE0015;
    width: 38%;
  }
}
h1 u:after {
  margin-top: 0px;
}
h1.center u:after {
  margin: 0 auto;
  margin-top: 5px;
}
h3 {
  font-size: 24px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
.relative {
  position: relative;
}
p {
  line-height: 1.7em;
  font-family: 'Gotham Pro';
  font-weight: normal;
}
p,
table {
  margin-bottom: 15px;
}
.cmsTitle {
  display: none;
}
.cms-image img {
  width: 100%;
}
.field-validation-error {
  display: block;
  color: red;
  font-weight: 500;
}
.col-md-20 {
  width: 20%;
  float: left;
  padding: 0 20px;
}
@media (max-width: 420px) {
  .col-md-20 {
    width: 100%;
  }
}
.no-padding {
  padding: 0 !important;
}
.tablet-only {
  display: none !important;
}
@media (max-width: 991px) {
  .tablet-only {
    display: block !important;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}
.col-sidebar {
  width: 20%;
  float: left;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}
@media (max-width: 1650px) {
  .col-sidebar {
    width: 25%;
  }
}
@media (max-width: 1299px) {
  .col-sidebar.right {
    display: none;
  }
}
.col-container {
  width: 60%;
  float: left;
  padding: 0 30px;
  min-height: 1px;
}
@media (max-width: 1650px) {
  .col-container {
    width: 50%;
  }
}
@media (max-width: 1299px) {
  .col-container {
    width: 75%;
  }
}
.full-buttons {
  display: flex;
}
@media (max-width: 767px) {
  .full-buttons {
    display: block;
  }
}
.full-buttons .btn {
  flex-grow: 2;
  margin: 10px 10px 0 0;
}
.full-buttons .btn:last-child {
  margin: 10px 0 0 0;
}
.tablet-only {
  display: none !important;
}
@media (max-width: 991px) {
  .tablet-only {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .no-tablet {
    display: none;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.content img {
  max-width: 100%;
}
.content ul li strong,
.content div strong,
.content p strong {
  display: inline-block;
}
.content .block.content {
  background: #8bbb10 !important;
  padding: 0px 15px;
  margin: 9px 0 20px 0 !important;
  font-weight: 600;
  display: block;
  color: #fff;
  border-radius: 8px;
  line-height: 34px;
  border: 1px solid #8bbb10;
  width: 100% !important;
}
.content table.kosten {
  background: none !important;
}
.content table.kosten tbody tr {
  background: #fdfdfd;
}
.content table.kosten tbody tr:nth-child(even) {
  background: none;
}
.content table.kosten tbody tr td {
  padding: 7px 10px;
  background: none !important;
  border-bottom: 1px solid #f1f1f1;
}
.content table.kosten tbody tr td p {
  margin-bottom: 0;
}
.content table.kosten tbody tr td:last-child {
  width: 200px;
  text-align: right;
}
.content ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.content ol > li {
  width: 100%;
  padding: 5px 15px;
}
.content ol > li a {
  color: black;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.content ul > li {
  width: 100%;
  padding: 4px 0 4px 25px;
  position: relative;
}
.content ul > li a {
  color: #091E3A;
}
.content ul > li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: 8px;
  position: absolute;
  left: 5px;
  top: 4px;
  color: #091E3A;
}
.content ul.usp {
  padding: 0;
  font-size: 16px;
}
.content ul.usp > li {
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
}
.content ul.usp > li a {
  color: #173B5A;
}
.content ul.usp > li:before {
  content: '\f00c';
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  color: #479520;
}
.content ul.usp.white > li {
  color: white;
}
.content ul.usp.white > li:before {
  color: white;
}
.content ul.col-6 > li {
  width: 50%;
  float: left;
}
.content ul:after {
  content: ' ';
  clear: both;
  display: block;
}
footer {
  background: #091E3A;
  padding: 100px 0 130px 0;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer h3 {
    font-size: 18px;
  }
}
footer .logo {
  width: 120px;
}
footer.hideFooter {
  padding: 0px;
}
footer.hideFooter .bottomFooter {
  background-color: transparent;
}
footer.hideFooter .bottomFooter ul li {
  color: #000;
}
footer.hideFooter .bottomFooter ul li a {
  color: #000;
}
@media (max-width: 767px) {
  footer hr {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  footer h3 {
    margin-top: 25px;
  }
}
footer .logo {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -45px;
  pointer-events: none;
}
@media (max-width: 575px) {
  footer .logo {
    top: -35px;
  }
  footer .logo img {
    width: 100px;
  }
}
footer h2,
footer h3,
footer h4 {
  color: #FFF;
  margin-bottom: 15px;
}
footer .content ul {
  margin: 0;
}
footer .content ul li {
  float: left;
  width: auto;
  padding: 0 0 0 20px;
}
footer .content ul li:before {
  display: none;
}
footer p {
  color: #FFF;
  opacity: 0.5;
}
footer ul {
  list-style-type: none;
  padding-left: 0px;
}
footer ul li,
footer ul p {
  font-family: 'Gotham Pro';
  color: #FFF;
  line-height: 1.8;
}
footer ul li a,
footer ul p a {
  color: #FFF;
  text-decoration: none;
  line-height: 1.8;
  display: inline-block;
}
@media (max-width: 575px) {
  footer ul li a,
  footer ul p a {
    line-height: 2;
  }
}
footer ul li a:hover,
footer ul p a:hover {
  opacity: 1;
  color: #FFF;
}
footer ul li a {
  opacity: 0.5;
}
footer hr {
  background-color: #FFF;
}
footer .social {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
footer .social .icon {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  background: #193357;
  border-radius: 10px;
  line-height: 47px;
  width: 47px;
  height: 47px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
}
footer .social .icon:hover {
  top: -3px;
  background: #566d8d;
}
footer .bottomFooter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #173B5A;
}
footer .bottomFooter ul {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575px) {
  footer .bottomFooter ul {
    padding: 12px 3.2rem;
  }
}
footer .bottomFooter ul li {
  display: inline-block;
  padding: 17px 0px;
}
@media (max-width: 575px) {
  footer .bottomFooter ul li {
    font-size: 12px;
    padding: 0px 0px;
  }
}
footer .bottomFooter ul li:after {
  content: "|";
  display: inline-block;
  padding: 0px 6px 0px 11px;
}
@media (max-width: 575px) {
  footer .bottomFooter ul li:after {
    padding: 0px 6px 0px 11px;
  }
}
footer .bottomFooter ul li:last-of-type:after {
  display: none;
}
footer .bottomFooter ul li a {
  opacity: 1;
}
footer .bottomFooter ul li a:hover {
  text-decoration: underline;
}
.tabs .tab-content {
  min-height: 900px;
}
.btn {
  border-radius: 10px;
  padding: 13px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    /*padding: 10px 20px;
          font-size: 14px;*/
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Gotham Pro';
    font-weight: normal;
  }
}
.btn.closeBtn {
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn .fa {
  margin-right: 10px;
}
.btn.btn-green,
.btn.btn-primary {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: #479520;
  color: white;
  border: none;
}
.btn.btn-red {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: #EE0015 !important;
  border: none;
  color: white;
}
.btn.btn-grey,
.btn.btn-secondary {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: #F3F8FE;
  color: #000;
  border: none;
}
.btn.btn-grey:hover,
.btn.btn-secondary:hover {
  background-color: #e5f1ff;
  filter: none;
  /* Make it 20% brighter */

}
.btn.btn-transparent {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: transparent;
  color: #000;
  border: solid 2px #ebebeb;
}
.btn.btn-transparent:hover {
  background: #f9f9f9;
  filter: none;
  /* Make it 20% brighter */

}
.btn.btn-link {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: none;
  color: #000;
  border: none;
  text-decoration: none;
}
.btn.btn-link:hover {
  filter: none;
}
.btn.btn-orange {
  font-family: 'Gotham Pro';
  font-weight: bold;
  background-color: #ef7811;
  border: none;
  color: #FFF;
}
.btn:hover {
  filter: brightness(1.1);
}
.btn.btn-white {
  background-color: #FFF;
  padding: 12px 0px;
  font-family: 'Gotham Pro';
  font-weight: normal;
  color: #173B5A;
  width: 100%;
  font-size: 18px;
  border-radius: 0px;
}
.breadcrumb {
  margin-bottom: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0px 15px;
  color: #6c757d;
  content: "\f105";
  font-family: FontAwesome;
}
@media (max-width: 575px) {
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0px 10px;
  }
}
.breadcrumb-item {
  font-family: 'Gotham Pro';
  font-weight: 400;
}
.breadcrumb-item a {
  color: #000;
}
.breadcrumb-item.active {
  padding-left: 0px;
}
@media (max-width: 767px) {
  html .container,
  .container-md {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 650px !important;
  }
  .container-md {
    max-width: 650px !important;
  }
}
.z-index-9 {
  z-index: 9;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    visibility: hidden;
    background-color: #F3F8FE;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transform: translateY(-100%);
    padding-top: 55px;
    transition-delay: 0.3s;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    padding-bottom: 135px;
  }
  .offcanvas-collapse::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .offcanvas-collapse.open .nav-wrapper {
    top: 0px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
.bg-purple {
  background-color: #6f42c1;
}
header .topBlueBar {
  background: #173b5a;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  height: 36px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .topBlueBar a {
  color: #FFF;
}
@media (max-width: 575px) {
  header .topBlueBar {
    height: 26px;
  }
}
@media (max-width: 991px) {
  header .topBlueBar {
    z-index: 0;
  }
}
header .topBlueBar .stars {
  margin-bottom: 0px;
  padding: 6px 0px;
  color: #FFF;
}
@media (max-width: 575px) {
  header .topBlueBar .stars {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 3.2rem;
  }
}
header .topBlueBar .stars .fa {
  font-size: 16px;
  margin-right: 2px;
}
@media (max-width: 575px) {
  header .topBlueBar .stars .fa {
    font-size: 12px;
    margin-right: 1px;
  }
}
header .topBlueBar .stars .text {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 575px) {
  header .topBlueBar .stars .text {
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  header .topBlueBar .stars .text {
    margin-left: 5px;
  }
}
header.activeNav .wizard {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
header .navbar .relative-wrapper {
  z-index: 9 !important;
}
header .wizard {
  z-index: 99;
  position: static;
  bottom: -10px;
  left: 0px;
  right: 0px;
  padding: 15px 3.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 0s;
}
header .wizard .image.person {
  margin-top: -20px;
  margin-bottom: -10px;
}
header .wizard .image.person img {
  width: 100px;
}
header .wizard .title {
  font-family: 'Gotham Pro';
  font-weight: bold;
  line-height: 1.2;
}
header .wizard p.light {
  font-weight: 300;
  font-size: 14px;
}
header .wizard .btn {
  width: 100%;
  margin: 0px;
  font-size: 14px;
  /*font-size: 12px;
            padding: 7px 15px;
            margin-top: 10px;
            border-radius: 7px;*/

}
header.white .navbar {
  background: #FFF;
  padding: 10px 0px;
}
header.white .navbar .navbar-brand {
  margin-bottom: -40px;
}
header.white .navbar .navbar-brand img {
  height: 100px;
}
header.affixNav.activeNav .navbar:before {
  opacity: 1;
  visibility: visible;
}
header.affix:not(.activeNav) .topBlueBar,
header.affixNav.activeNav .topBlueBar {
  height: 0px;
}
header.affix:not(.activeNav) .navbar,
header.affixNav.activeNav .navbar {
  background: #FFF;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 5px 5px -6px #e3e3e3;
}
@media (max-width: 991px) {
  header.affix:not(.activeNav) .navbar,
  header.affixNav.activeNav .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 5px 5px -6px #e3e3e3;
  }
}
header.affix:not(.activeNav) .navbar .navbar-brand,
header.affixNav.activeNav .navbar .navbar-brand {
  margin-bottom: -60px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  header.affix:not(.activeNav) .navbar .navbar-brand,
  header.affixNav.activeNav .navbar .navbar-brand {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  header.affix:not(.activeNav) .navbar .navbar-brand,
  header.affixNav.activeNav .navbar .navbar-brand {
    margin-top: -40px;
  }
}
header.affix:not(.activeNav) .navbar .navbar-brand img,
header.affixNav.activeNav .navbar .navbar-brand img {
  height: 80px;
}
@media (max-width: 991px) {
  header.affix:not(.activeNav) .navbar .navbar-brand img,
  header.affixNav.activeNav .navbar .navbar-brand img {
    height: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  header.affix:not(.activeNav) .navbar .navbar-brand img,
  header.affixNav.activeNav .navbar .navbar-brand img {
    height: 80px !important;
  }
}
@media (min-width: 992px) {
  header.affix:not(.activeNav) .sub-menu,
  header.affixNav.activeNav .sub-menu {
    padding-top: 140px !important;
  }
}
header.activeNav .navbar-brand img {
  height: 60px !important;
}
header .navbar {
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  header .navbar {
    z-index: 99;
  }
  header .navbar .topmenu a {
    font-size: 16px;
  }
  header .navbar:before {
    content: "";
    height: 63px;
    display: inline-block;
    background-color: #FFF;
    box-shadow: 0 5px 5px -6px #e3e3e3;
    position: ABSOLUTE;
    width: 100%;
    z-index: 1;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
header .navbar .navbar-toggler {
  border: none;
  border-radius: 0;
  color: #000 !important;
  margin-right: 10px;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  position: relative;
  right: 0px;
  margin-right: 0px;
  z-index: 9;
  width: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1 !important;
  height: 17px;
  margin-left: 10px;
  margin: 0px !important;
  margin-left: 10px !important;
}
header .navbar .navbar-toggler span {
  background: #000;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 20px;
}
header .navbar .navbar-toggler span.middle {
  height: 3px;
  background-color: #000;
  display: block;
  margin-top: 7px;
  width: 15px;
  right: 0px;
  left: unset;
}
header .navbar .navbar-toggler span.bottom {
  height: 3px;
  background-color: #000;
  display: block;
  margin-top: 5px;
  width: 20px;
  right: 0px;
  left: unset;
}
header .navbar .navbar-toggler span:nth-of-type(3) {
  top: 9px;
}
header .navbar .navbar-toggler.active .middle {
  opacity: 0;
  background: #000;
}
header .navbar .navbar-toggler.active .top {
  transform: translateY(8px) translateX(0) rotate(42deg);
  background: #000;
}
header .navbar .navbar-toggler.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-42deg);
  width: 25px;
  background: #000;
}
header .navbar .relative-wrapper {
  position: relative;
  z-index: 2;
}
header .navbar .nav-item {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  header .navbar .nav-item:nth-of-type(8) {
    display: none;
  }
}
header .navbar .nav-item.hide .nav-link {
  top: 10px !important;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  header .navbar .nav-item.hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .navbar .nav-item.hover .sub-menu .categories {
    top: 0px;
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
  }
  header .navbar .nav-item.hover .sub-menu .wrapper {
    top: 0px;
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
  }
  header .navbar .nav-item.hover .blur {
    opacity: 1;
    visibility: visible;
  }
}
header .navbar .sub-menu .event,
header .navbar .popularEvents .event {
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .navbar .sub-menu .event:hover,
header .navbar .popularEvents .event:hover {
  box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.04);
}
header .navbar .sub-menu .event .image,
header .navbar .popularEvents .event .image {
  width: 65px;
  margin-right: 15px;
}
header .navbar .sub-menu .event .wrapper,
header .navbar .popularEvents .event .wrapper {
  padding: 5px 15px 5px 0px;
}
header .navbar .sub-menu .event .top,
header .navbar .popularEvents .event .top {
  font-family: 'Gotham Pro';
  display: block;
  color: #000;
  font-weight: 600;
  line-height: 1;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .sub-menu .event .top,
  header .navbar .popularEvents .event .top {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu .event .top,
  header .navbar .popularEvents .event .top {
    margin-top: 5px;
  }
}
header .navbar .sub-menu .event .bottom,
header .navbar .popularEvents .event .bottom {
  font-family: 'Gotham Pro';
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
header .navbar .sub-menu {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 110px;
  padding-bottom: 80px;
  padding-top: 190px;
  top: 0px;
  z-index: 2;
  transition-delay: 0s;
}
@media (min-width: 992px) {
  header .navbar .sub-menu {
    pointer-events: none;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  header .navbar .sub-menu {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu {
    padding-top: 50px;
    top: 10px;
  }
  header .navbar .sub-menu .gap-10 {
    gap: 10px;
  }
  header .navbar .sub-menu .backToOverview {
    display: inline-block;
    margin-bottom: 10px;
  }
  header .navbar .sub-menu .backToOverview img {
    transform: rotate(-180deg);
    height: 10px !important;
    position: relative;
    top: 1px;
    margin-right: 7px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar .sub-menu .backToOverview {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  header .navbar .sub-menu {
    background: #f3f8fe;
  }
  header .navbar .sub-menu .backToOverview {
    display: none;
  }
}
header .navbar .sub-menu.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  header .navbar .sub-menu.active {
    overflow: scroll;
    max-height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 100px;
    top: 0px;
  }
  header .navbar .sub-menu.active .categories,
  header .navbar .sub-menu.active .wrapper {
    opacity: 1;
    visibility: visible;
    top: 0px;
  }
}
header .navbar .sub-menu .wrapper {
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .navbar .sub-menu .categories {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 0s;
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .navbar .sub-menu .categories h2 u {
    margin-bottom: 5px;
  }
}
header .navbar .sub-menu .categories h2 a {
  color: #000;
  text-decoration: none;
}
header .navbar .sub-menu .categories .link {
  font-size: 16px;
}
@media (min-width: 576px) {
  header .navbar .sub-menu .categories .link {
    font-size: 18px;
  }
}
header .navbar .sub-menu .categories img {
  height: 110px;
  object-fit: cover;
}
@media (max-width: 991px) {
  header .navbar .sub-menu .categories img {
    height: 85px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  header .navbar .sub-menu .categories img {
    height: 75px;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  header .navbar .sub-menu .categories img {
    height: 85px;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu .categories .tile {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar .sub-menu .categories .tile {
    padding: 22px;
  }
  header .navbar .sub-menu .categories .tile h3 {
    font-size: 20px;
  }
  header .navbar .sub-menu .categories .tile p {
    font-size: 14px;
  }
}
header .navbar .sub-menu .categories .tile.orange {
  height: 100%;
  position: relative;
  background: url('/Content/images/seizoenen/winter.jpg');
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
header .navbar .sub-menu .categories .tile.orange:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.6;
  height: 60%;
}
header .navbar .sub-menu .categories .tile.orange h2,
header .navbar .sub-menu .categories .tile.orange h3,
header .navbar .sub-menu .categories .tile.orange h4,
header .navbar .sub-menu .categories .tile.orange p {
  color: #FFF;
  position: relative;
}
header .navbar .sub-menu .categories .tile.orange .images.halloween {
  position: absolute;
  bottom: 0px;
  margin: 0px;
  left: -15px;
  width: auto;
  right: 0px;
  /*@media(min-width: 992px) and (max-width: 1299px) {
                                max-width: 180px;
                                display: block;
                                margin: 0 auto -60px auto;
                            }*/

}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween {
    left: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween {
    left: -12px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween {
    left: -13px;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween {
    margin: 0px -40px -55px;
  }
}
header .navbar .sub-menu .categories .tile.orange .images.halloween img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween img {
    max-width: 84%;
    margin: 0 auto -80px auto;
    display: block;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu .categories .tile.orange .images.halloween {
    position: static;
  }
}
header .navbar .sub-menu ul {
  list-style-type: none;
  padding-left: 0px;
}
header .navbar .sub-menu li a {
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px transparent;
  position: relative;
  font-size: 16px;
}
@media (min-width: 1500px) {
  header .navbar .sub-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  header .navbar .sub-menu li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar .sub-menu li a {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  header .navbar .sub-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  header .navbar .sub-menu li a {
    margin-bottom: 0px;
    border-bottom: solid 1px #e6f1ff;
    padding: 7px 0px;
    display: block;
    line-height: 1.8;
  }
  header .navbar .sub-menu li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 24px;
    padding-right: 0px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 0;
  }
  header .navbar .sub-menu li a:after {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  header .navbar .sub-menu li a {
    padding: 10px 0px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar .sub-menu li a {
    padding: 7px 3.2rem;
    margin: 0px -3.2rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar .sub-menu li a:before {
    right: 3.2rem;
  }
}
header .navbar .sub-menu li a:after {
  content: "";
  border-top: solid 2px #000;
  width: 0px;
  display: block;
  margin-top: 2px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
}
header .navbar .sub-menu li a:hover:after {
  width: 38%;
}
header .navbar .sub-menu h3 u {
  display: inline-block;
  text-decoration: none;
}
header .navbar .sub-menu h3 u:after {
  content: "";
  border-top: solid 3px #EE0015;
  width: 38%;
  display: block;
  margin-top: 2px;
  margin-bottom: 20px;
}
header .navbar .sub-menu .tile p {
  font-size: 18px;
}
header .navbar .sub-menu .tile h3 {
  position: relative;
}
header .navbar .sub-menu .tile h3 u {
  display: inline-block;
}
header .navbar .sub-menu .tile h3 u:after {
  content: "";
  border-top: solid 3px #FFF;
  width: 38%;
  display: block;
  margin-top: 2px;
  margin-bottom: 10px;
}
header .navbar .sub-menu .tile h3:after {
  content: "";
  background: url(/Content/images/icons/arrow-white.svg);
  display: inline-block;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat !important;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 11px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 992px) and (max-width: 1299px) {
  header .navbar .sub-menu .tile h3:after {
    display: none;
  }
}
header .navbar .sub-menu .tile .images {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  header .navbar .sub-menu .link {
    font-size: 16px;
  }
}
header .navbar .sub-menu .link:hover h3:after {
  right: -5px;
}
header .navbar .blur {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  z-index: 0;
  /*-webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);*/
  background: rgba(140, 140, 140, 0.24);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
header .navbar .navbar-brand {
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  header .navbar .navbar-brand img {
    height: 90px;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  header .navbar .navbar-brand img {
    height: 105px !important;
  }
}
header .navbar .navbar-brand,
header .navbar img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  header .navbar .navbar-nav {
    padding: 0px 3.2rem;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  header .navbar .navbar-nav {
    margin-left: 1rem !important;
  }
}
header .navbar .navbar-nav .nav-item {
  padding: 0px 12px;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0px 5px;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  header .navbar .navbar-nav .nav-item {
    padding: 0px 10px;
  }
}
header .navbar .navbar-nav .nav-item .submenu {
  display: none;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item.hasSub .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .navbar .navbar-nav .nav-item.hasSub .nav-link .fa-angle-down {
    transform: rotate(-90deg);
    font-weight: 400;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    border-bottom: none;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: normal;
    top: 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: solid 1px #e6f1ff;
    padding: 7px 0px;
  }
  header .navbar .navbar-nav .nav-item .nav-link:not(.title):before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 24px;
    padding-right: 0px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 7px 3.2rem;
    margin: 0px -3.2rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .navbar .navbar-nav .nav-item .nav-link:not(.title):before {
    right: 3.2rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link .fa-angle-down.mobile {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link .hassubmenu {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav .nav-item .nav-link:after {
    height: 1px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.hover .nav-link:after {
    width: calc(100% - 15px);
  }
}
@media (max-width: 575px) {
  header .navbar {
    padding-top: 15px;
  }
}
header .navbar .dropdown .btn {
  font-family: 'Gotham Pro';
  font-weight: normal;
  padding: 8px 14px;
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .navbar .dropdown .btn {
    padding: 8px 5px;
  }
}
header .navbar .dropdown .btn:hover {
  background: transparent;
}
header .navbar .dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  header .navbar .dropdown ul.dropdown-menu {
    left: unset;
    right: -70px;
  }
}
header .navbar .dropdown ul.dropdown-menu li a {
  font-size: 16px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 4px 10px;
  display: block;
}
header .navbar .dropdown ul.dropdown-menu li a .fa {
  margin-right: 15px;
  width: 15px;
}
header .navbar .dropdown ul.dropdown-menu li a:hover {
  background: #fafcfd;
}
header .navbar .dropdown ul {
  min-width: 240px;
  list-style-type: none;
  padding-left: 0px;
}
header .navbar .dropdown ul.dropdown-menu {
  left: unset !important;
  right: -20px;
}
header .navbar .searchLink {
  position: relative;
  font-family: 'Gotham Pro';
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
header .navbar .searchLink:before {
  content: "";
  background: url('/Content/images/icons/icon-search.svg');
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100% !important;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  header .navbar .searchLink:before {
    width: 17px;
    height: 17px;
    top: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  header .navbar .searchLink:before {
    top: 3px;
  }
}
@media (max-width: 991px) {
  header .navbar .nav-wrapper {
    position: relative;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition-delay: 0s;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  header .navbar .nav-wrapper .scroll {
    max-height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    padding-bottom: 100px;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  header .navbar .nav-wrapper {
    max-width: 540px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .nav-wrapper {
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
}
header .navbar .catEvent a {
  color: #000;
  text-decoration: none;
}
header .navbar .catEvent.title {
  display: block;
  font-weight: 900 !important;
  border-bottom: none !important;
  margin-bottom: 0px !important;
  font-size: 28px !important;
  /*@media(max-width: 575px) {
                    margin-bottom: 5px !important;
                }*/

}
@media (max-width: 575px) {
  header .navbar .catEvent.title {
    font-size: 3rem !important;
  }
}
header .navbar .popularEvents {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0px;
  position: relative;
}
@media (max-width: 767px) {
  header .navbar .popularEvents {
    padding: 0px 3.5rem;
  }
}
header .navbar .popularEvents.hide {
  visibility: hidden;
  top: 10px;
  opacity: 0;
}
header .navbar .popularEvents .title {
  font-size: 28px !important;
}
@media (max-width: 575px) {
  header .navbar .popularEvents .title {
    font-size: 3rem !important;
  }
}
header .navbar .popularEvents .title:before {
  content: "";
  background: url('/Content/images/icons/fire-icon.svg');
  width: 14px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-right: 10px;
  position: relative;
  top: 1px;
  background-size: contain !important;
}
@media (min-width: 576px) and (max-width: 991px) {
  header .navbar .popularEvents .title:before {
    width: 19px;
    height: 24px;
  }
}
header .navbar .popularEvents .event {
  padding: 0px;
  margin-bottom: 10px;
}
header .navbar .popularEvents .event .image {
  width: 70px;
  margin-right: 15px;
  height: 70px;
  object-fit: cover;
  overflow-clip-margin: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .popularEvents .event .image {
    width: 100px;
    margin-right: 15px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  header .navbar .popularEvents .event .stars {
    line-height: 1.6;
  }
}
header .navbar .popularEvents .event .stars .fa {
  font-size: 14px;
  margin-right: -1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .popularEvents .event .stars .fa {
    font-size: 18px;
  }
}
header .navbar .popularEvents .event .text {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .popularEvents .event .text {
    font-size: 16px;
  }
}
.body-content {
  min-height: calc(100vh - 600px);
}
.tile,
.section {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .tile,
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .tile,
  .section {
    padding: 40px 0;
  }
}
.tile.grey,
.section.grey {
  background: #ebeaea;
}
.tile.lightblue,
.section.lightblue {
  background: #F3F8FE;
}
.tile.blue,
.section.blue {
  background: #173B5A;
}
.tile.green,
.section.green {
  background: #479520;
}
.tile.orange,
.section.orange {
  background: #ef7811;
}
.tile.black,
.section.black {
  background: black;
}
.tile.white,
.section.white {
  background: white;
}
.tile.black,
.section.black,
.tile.blue,
.section.blue {
  color: white;
}
.tile.black h1,
.section.black h1,
.tile.blue h1,
.section.blue h1,
.tile.black h2,
.section.black h2,
.tile.blue h2,
.section.blue h2,
.tile.black h3,
.section.black h3,
.tile.blue h3,
.section.blue h3,
.tile.black h4,
.section.black h4,
.tile.blue h4,
.section.blue h4,
.tile.black span.header1,
.section.black span.header1,
.tile.blue span.header1,
.section.blue span.header1,
.tile.black span.header2,
.section.black span.header2,
.tile.blue span.header2,
.section.blue span.header2,
.tile.black span.header3,
.section.black span.header3,
.tile.blue span.header3,
.section.blue span.header3,
.tile.black p,
.section.black p,
.tile.blue p,
.section.blue p {
  color: white;
}
.tile .image img,
.section .image img {
  border-radius: 10px;
}
.tile {
  padding: 30px;
  border-radius: 10px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
  .container.small {
    max-width: 1500px;
  }
}
.vervolg .topImage {
  padding-top: 200px;
  padding-bottom: 0px;
  height: auto;
  margin-bottom: 50px;
  max-height: 100%;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .vervolg .topImage {
    padding-top: 130px;
    padding-bottom: 140px;
    margin-bottom: 15px;
  }
  .vervolg .topImage .image {
    max-width: 240px;
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .vervolg .topImage .caption {
    top: 0px;
  }
}
.vervolg .topImage .overlay {
  opacity: 0.9;
}
.vervolg .map {
  height: 670px;
  margin-top: 0px !important;
}
.vervolg .map .gm-style-iw-chr button {
  position: absolute !important;
  right: 0px;
}
.vervolg .map .gm-style-iw-c {
  padding: 10px 5px 5px 20px !important;
}
.vervolg .map .gm-style-iw-chr button,
.vervolg .map .gm-style-iw-chr {
  display: none !important;
}
.vervolg .map .gm-style-iw-d div {
  font-family: 'Gotham Pro';
  font-size: 16px;
  font-weight: 400;
}
.vervolg .map .gm-style-iw-d div ul {
  margin-top: 10px;
}
.vervolg .map .gm-style-iw-d div ul li {
  line-height: 1.4;
}
.vervolg .map .gm-style-iw-d div a {
  color: #000;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.vervolg .map .gm-style-iw-d div a span {
  font-weight: bold;
}
.vervolg .map .gm-style-iw-d div a img {
  margin-left: 5px;
  width: 14px;
}
.vervolg .map .gm-style-iw-d h3 {
  font-size: 21px;
}
.reviewsImage {
  max-width: 530px;
  margin: -30px 0px;
}
@media (max-width: 575px) {
  .reviewsImage {
    margin: -10px 0px;
  }
}
.topImage {
  height: 670px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.topImage.contentPage {
  height: auto;
  padding: 250px 0px 70px 0px;
}
@media (max-width: 575px) {
  .topImage.contentPage {
    padding: 150px 0px 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .topImage.contentPage {
    padding: 160px 0px 70px 0px;
  }
}
.topImage.contentPage .caption {
  position: relative;
  top: unset;
}
@media (max-width: 575px) {
  .topImage.contentPage .caption h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (max-height: 1100px) {
  .topImage {
    height: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (max-height: 1000px) {
  .topImage {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (orientation: portrait) {
  .topImage {
    height: 490px;
  }
}
@media (min-width: 1500px) and (max-width: 1699px) and (max-height: 1100px) {
  .topImage {
    height: 550px;
  }
}
@media (min-width: 1700px) and (max-height: 1100px) {
  .topImage {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .topImage {
    max-height: 620px;
    height: calc(100vh - 110px);
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .topImage {
    max-height: 680px;
    height: calc(100vh - 80px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage {
    max-height: 700px;
    height: calc(100vh - 110px);
    margin-bottom: 100px;
  }
}
.topImage.show:before {
  opacity: 0;
}
.topImage.small {
  height: 500px;
  padding-top: 50px;
}
.topImage:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  opacity: 1;
  background: #F3F8FE;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.topImage .overlay {
  background: #F3F8FE;
  opacity: 0.85;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.topImage .caption {
  z-index: 5;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  .topImage .caption {
    top: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage .caption {
    top: 160px;
  }
}
.topImage .caption h1 {
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #000;
}
@media (max-width: 450px) {
  .topImage .caption h1 {
    font-size: 2.5rem;
    line-height: 1.5em;
  }
}
@media (min-width: 451px) and (max-width: 575px) {
  .topImage .caption h1 {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .topImage .caption h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage .caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .topImage .caption h1 {
    font-size: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topImage .caption h1 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .topImage .caption h1 {
    font-size: 32px;
  }
}
@media (min-width: 1500px) and (max-height: 1100px) {
  .topImage .caption h1 {
    font-size: 37px;
  }
}
.topImage .caption h1 span {
  color: #EE0015;
}
.topImage .image {
  margin-top: 140px;
  margin-left: -110px;
  margin-right: -130px;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1499px) and (orientation: portrait) {
  .topImage .image {
    margin-top: 95px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .topImage .image {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topImage .image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (max-height: 1100px) {
  .topImage .image {
    margin-top: 100px;
    margin-left: -60px;
    margin-right: -70px;
  }
}
@media (min-width: 1500px) and (max-width: 1699px) and (max-height: 1100px) {
  .topImage .image {
    margin-top: 130px;
    margin-left: -30px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-height: 1100px) {
  .topImage .image {
    margin-top: 90px;
    margin-left: -100px;
    margin-right: -70px;
  }
}
@media (max-width: 767px) {
  .topImage .image {
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    bottom: -80px;
    left: 0px;
    right: 0px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1700px) and (max-height: 1100px) {
  .topImage .image {
    margin-top: 100px;
    margin-left: -70px;
    margin-right: -80px;
  }
}
.topImage .image .starPattern {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  left: 0px;
  right: 0px;
  pointer-events: none;
}
.searchBar {
  margin-top: -50px;
  position: relative;
  z-index: 8;
}
@media (min-width: 1500px) and (max-width: 1699px) and (max-height: 900px) {
  .searchBar {
    margin-bottom: -40px;
  }
}
@media (min-width: 1500px) and (max-height: 1100px) {
  .searchBar {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .searchBar {
    margin: -10px;
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  .searchBar {
    position: absolute;
    top: 240px;
    margin-top: 0px;
    left: 0px;
    right: 0px;
  }
  .searchBar .btn {
    width: 100% !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .searchBar {
    top: 220px;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .searchBar {
    top: 280px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .searchBar .btn {
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .searchBar .select-wrapper {
    padding: 5px 0px;
  }
}
@media (max-width: 767px) {
  .searchBar .location-wrapper {
    border-bottom: solid 1px #eef5fd;
  }
}
.searchBar .location-wrapper .select2-selection--single {
  padding-left: 45px;
}
@media (max-width: 767px) {
  .searchBar .location-wrapper .select2-selection--single {
    padding-left: 50px;
  }
}
.searchBar .group-wrapper input {
  border: none;
  padding-left: 55px;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .searchBar .group-wrapper input {
    padding-left: 50px;
  }
}
.searchBar .group-wrapper input::placeholder {
  color: #000;
}
.searchBar .group-wrapper input:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .searchBar .group-wrapper input {
    font-size: 16px;
    min-height: 50px;
  }
}
.searchBar .location-wrapper,
.searchBar .group-wrapper {
  position: relative;
}
.searchBar .location-wrapper.person:before,
.searchBar .group-wrapper.person:before {
  background: url(/Content/images/icons/icon-people-red.svg);
  width: 25px;
  height: 23px;
}
.searchBar .location-wrapper #eventSubCategories,
.searchBar .group-wrapper #eventSubCategories {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding-right: 33px;
}
.searchBar .location-wrapper:before,
.searchBar .group-wrapper:before {
  content: "" !important;
  color: #EE0015;
  font-size: 18px;
  padding-right: 0.5em;
  top: 49%;
  transform: translateY(-46%);
  left: 15px;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  background: url('/Content/images/icons/location-icon.svg');
  width: 22px;
  height: 20px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .searchBar .location-wrapper:before,
  .searchBar .group-wrapper:before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .searchBar .location-wrapper.category,
  .searchBar .group-wrapper.category {
    border-bottom: solid 1px #eef5fd;
  }
}
.searchBar .location-wrapper.category:before,
.searchBar .group-wrapper.category:before {
  background: url('/Content/images/icons/tag-icon.svg');
}
.searchBar .location-wrapper .select-wrapper:after,
.searchBar .group-wrapper .select-wrapper:after {
  font-weight: bold;
}
.searchBar .location-wrapper .select-wrapper select,
.searchBar .group-wrapper .select-wrapper select {
  cursor: pointer;
}
@media (min-width: 768px) {
  .searchBar .location-wrapper .select-wrapper select,
  .searchBar .group-wrapper .select-wrapper select {
    text-indent: 0px;
    padding-left: 50px;
  }
}
.searchBar .group-wrapper:before {
  content: "\f007";
}
.searchBar .tile {
  padding: 20px;
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .searchBar .tile {
    padding: 10px 15px 15px 15px;
  }
}
.searchBar .tile select {
  border: none;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  text-indent: 30px;
  min-height: 50px;
  background-color: #FFF;
  background: #FFF;
}
@media (max-width: 767px) {
  .searchBar .tile select {
    font-size: 16px;
    padding-left: 50px;
    min-height: 40px;
    text-indent: 0px;
  }
}
[data-animation-reveal-type="fade-up"],
[data-animation-reveal-type="fade-down"],
[data-animation-reveal-type="fade-in"],
[data-animation-reveal-type="fade-left"],
[data-animation-reveal-type="fade-right"],
[data-animation-reveal-type="scale"],
[data-animation-reveal-type="scale-one-by-one"] {
  opacity: 0;
}
.blue-wrapper {
  padding: 40px;
  background: #173B5A;
  color: #FFF;
}
.blue-wrapper.cities h4 {
  color: #FFF;
  font-size: 20px;
}
.blue-wrapper.cities ul {
  list-style-type: none;
  padding-left: 0px;
}
.blue-wrapper.cities ul li a {
  color: #FFF;
  display: block;
  position: relative;
  line-height: 28px;
  padding: 5px 15px;
  background: #1c4161;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .blue-wrapper.cities ul li a {
    font-size: 16px;
  }
}
.blue-wrapper.cities ul li a:after {
  filter: brightness(0) saturate(100%) invert(90%) sepia(98%) saturate(0%) hue-rotate(300deg) brightness(103%) contrast(104%);
  position: absolute;
  right: 15px;
  top: 11px;
}
.blue-wrapper.cities ul li a:hover {
  background-color: #345F83;
}
.blue-wrapper.cities ul li a:hover:after {
  right: 15px;
}
span.title {
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  span.title {
    font-size: 16px;
  }
}
span.title.big {
  font-size: 20px;
}
@media (max-width: 991px) {
  span.title.big {
    font-size: 18px;
  }
}
.min-height-600 {
  min-height: 1500px;
}
@media (max-width: 991px) {
  .min-height-600 {
    min-height: auto;
  }
}
span.link,
a.link {
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
span.link.underline,
a.link.underline {
  text-decoration: underline;
}
span.link.arrow:after,
a.link.arrow:after {
  content: "";
  background: url('/Content/images/icons/arrow-black.svg');
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
  right: 0px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 576px) {
  span.link.arrow:after,
  a.link.arrow:after {
    width: 15px;
    height: 15px;
  }
}
span.link.arrow:hover:after,
a.link.arrow:hover:after {
  right: -5px;
}
.tile {
  background-color: #173B5A;
}
.tile.border-radius-0 {
  border-radius: 0px;
}
.tile p {
  font-family: 'Gotham Pro';
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tile .big {
  font-family: 'Gotham Pro';
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  margin-top: 40px;
  display: block;
}
.tile.lightBlue {
  background: #18C6F3;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tile.lightBlue padding,
.tile.lightBlue span {
  color: #FFF;
  margin-top: 0px;
}
.tile.lightBlue padding.big,
.tile.lightBlue span.big {
  font-size: 40px;
}
@media (max-width: 575px) {
  .tile.lightBlue padding.big,
  .tile.lightBlue span.big {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .tile.lightBlue padding.big,
  .tile.lightBlue span.big {
    font-size: 30px;
  }
}
.banner.blue {
  background: #091E3A;
}
.banner.blue h2,
.banner.blue h3,
.banner.blue h4,
.banner.blue h5,
.banner.blue p {
  color: #FFF;
}
.banner.blue .parallax-images {
  margin-bottom: -100px;
}
.parallax-images {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .parallax-images {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-images {
    width: auto;
    margin: 0px -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parallax-images {
    margin-top: 70px;
  }
}
.parallax-images .column {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .parallax-images .column {
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-images .column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .parallax-images .column {
    width: 100%;
    display: block;
    transform: none !important;
    margin: 0px;
  }
}
.parallax-images .column.half {
  width: 50%;
}
.parallax-images .column .tile {
  min-height: 380px;
  background-color: #173B5A;
  border-radius: 0px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .parallax-images .column .tile {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.parallax-images .column .tile p {
  font-family: 'Gotham Pro';
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.parallax-images .column .tile .big {
  font-family: 'Gotham Pro';
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  margin-top: 40px;
  display: block;
}
.parallax-images .column .tile.lightBlue {
  background: #18C6F3;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.parallax-images .column .tile.lightBlue padding,
.parallax-images .column .tile.lightBlue span {
  color: #FFF;
  margin-top: 0px;
}
.parallax-images .column .tile.lightBlue padding.big,
.parallax-images .column .tile.lightBlue span.big {
  font-size: 40px;
}
@media (max-width: 767px) {
  .parallax-images .column .tile.lightBlue padding.big,
  .parallax-images .column .tile.lightBlue span.big {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .parallax-images .column .tile .btn {
    margin-top: 20px;
  }
}
.parallax-images .column .image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 100%;
}
@media (max-width: 767px) {
  .parallax-images .column .image-wrapper {
    position: relative !important;
    width: 100%;
    padding-top: 90%;
    z-index: 2;
  }
}
.parallax-images .column .image-wrapper .linkOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  .parallax-images .column .image-wrapper {
    margin-bottom: 20px;
  }
}
.parallax-images .column .image-wrapper .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}
.parallax-images .column .image-wrapper .caption .link {
  font-size: 20px;
}
.parallax-images .column .image-wrapper .caption .link:after {
  width: 20px;
  height: 18px;
}
.parallax-images .column .image-wrapper img {
  object-fit: cover;
  /*height: 280px;
*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-images .column .image-wrapper .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  opacity: 0.9;
}
.parallax-images .column .image-wrapper .link {
  color: #FFF;
}
.parallax-images .column .image-wrapper .link:after {
  content: "";
  background: url('/Content/images/icons/arrow-black.svg');
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
  position: relative;
  top: 1px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(169deg) brightness(115%) contrast(98%);
}
.parallax-images #column1 {
  transform: translateY(40px);
}
.parallax-images #column1 img {
  object-position: top;
}
.parallax-images #column2 {
  transform: translateY(-15px);
}
.parallax-images #column2 img {
  object-position: center;
}
.parallax-images #column3 {
  transform: translateY(-80px);
}
.parallax-images #column3 img {
  object-position: bottom;
}
.max-w-280 {
  max-width: 380px;
}
.image .balloonPerson {
  max-width: 350px;
  margin: 0 auto;
}
.section.lightBlue {
  background: #F3F8FE;
}
@media (max-width: 575px) {
  .section.lightBlue.beforeImage {
    padding-bottom: 100px;
  }
}
.section.lightBlue.beforeImage:before {
  content: "";
  background: url('/Content/images/icons/compass.svg');
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 350px;
  height: 430px;
  position: absolute;
  left: -190px;
  bottom: 30px;
}
@media (max-width: 575px) {
  .section.lightBlue.beforeImage:before {
    width: 120px;
    height: 130px;
    position: absolute;
    left: -60px;
    bottom: -50px;
  }
}
.section.lightBlue.afterImage:after {
  content: "";
  background: url('/Content/images/IMG_144346433.png');
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 330px;
  height: 390px;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
@media (min-width: 992px) and (max-width: 2100px) {
  .section.lightBlue.afterImage:after {
    display: none;
  }
}
@media (min-width: 1800px) and (max-width: 2300px) {
  .section.lightBlue.afterImage:after {
    width: 230px;
    height: 290px;
    right: 0px;
  }
}
@media (min-width: 2000px) and (max-width: 2300px) {
  .section.lightBlue.afterImage:after {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .section.lightBlue.afterImage:after {
    width: 110px;
    height: 130px;
    position: absolute;
    right: -15px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .section.lightBlue.afterImage:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-min-margin {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.form-control {
  font-size: 16px;
  font-family: 'Gotham Pro';
}
@media (max-width: 575px) {
  .form-control {
    font-size: 14px;
  }
}
.populairCategories .province {
  position: relative;
}
.populairCategories .province .fullLink {
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  .populairCategories .province .text {
    padding-left: 10px;
  }
}
.populairCategories .province:hover .link.arrow:after {
  right: -5px;
}
.populairCategories .image img {
  height: 95px;
  object-fit: cover;
  max-width: 140px;
  overflow-clip-margin: unset;
}
@media (max-width: 767px) {
  .populairCategories .image img {
    height: 100px;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .populairCategories .image img {
    height: 85px;
    max-width: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .populairCategories .image img {
    height: 75px;
  }
}
.populairCategories .category {
  display: block;
  text-decoration: none;
}
.populairCategories .category:hover .link.arrow:after {
  right: -5px;
}
@media (max-width: 767px) {
  .populairCategories .category {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .populairCategories .category .text {
    margin-left: -10px;
  }
  .populairCategories .category .text .big {
    font-size: 18px;
  }
}
.populairCategories .item .link.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}
.populairCategories .item:hover .link.arrow:after {
  right: -5px;
}
.populairEvents .label.date {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 15px;
  background: #FFF;
  padding: 2px 12px;
  color: #091E3A;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 14px;
}
.populairEvents .label.populair,
.populairEvents .label.outdoors {
  background: #FFF;
  padding: 2px 12px;
  color: #091E3A;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 14px;
}
.populairEvents .label.populair:before,
.populairEvents .label.outdoors:before {
  content: "";
  background: url('/Content/images/icons/fire-icon.svg');
  width: 15px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background-size: contain !important;
}
.populairEvents .label.outdoors:before {
  background: url('/Content/images/icons/trees.svg');
}
.populairEvents .item {
  margin-bottom: 20px;
}
.populairEvents .image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  z-index: 98;
}
.populairEvents .image-wrapper .link.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9;
  background: none;
}
.populairEvents .image-wrapper .label {
  position: absolute;
  top: 0px;
  top: 15px;
  z-index: 9;
  left: 15px;
  pointer-events: none;
}
.populairEvents .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.populairEvents .image-wrapper .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
}
.populairEvents .image-wrapper .caption .link {
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
}
.populairEvents .image-wrapper .caption .link:after {
  content: "";
  background: url('/Content/images/icons/arrow-black.svg');
  width: 15px;
  height: 14px;
  display: inline-block;
  background-size: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
  position: relative;
  top: 1px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(169deg) brightness(115%) contrast(98%);
}
.populairEvents .image-wrapper .caption .title {
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #FFF;
  display: flex;
  margin-bottom: 7px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .populairEvents .image-wrapper .caption .title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .populairEvents .image-wrapper .caption .title.big {
    font-size: 20px;
  }
}
.populairEvents .image-wrapper .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  opacity: 0.9;
}
.labels.overlay {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 15px;
  display: flex;
  gap: 10px;
}
.labels.overlay .label.date {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 15px;
  background: #FFF;
  padding: 2px 12px;
  color: #091E3A;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 14px;
}
.labels.overlay .label.populair,
.labels.overlay .label.outdoors {
  background: #FFF;
  padding: 2px 12px;
  color: #091E3A;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 14px;
}
.labels.overlay .label.populair:before,
.labels.overlay .label.outdoors:before {
  content: "";
  background: url('/Content/images/icons/fire-icon.svg');
  width: 15px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background-size: contain !important;
}
.labels.overlay .label.outdoors:before {
  background: url('/Content/images/icons/trees.svg');
}
@media (min-width: 1200px) {
  .gx-custom {
    --bs-gutter-x: 5rem;
    /* Adjust size as needed */
  
  }
}
.scroll-wrapper {
  overflow: hidden;
}
.scroll-wrapper .caption {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  max-width: 400px;
  margin-left: 20px;
  z-index: 889;
}
@media (max-width: 575px) {
  .scroll-wrapper .caption {
    right: 3.2rem;
  }
  .scroll-wrapper .caption .tile .link {
    font-size: 16px;
  }
}
.scroll-wrapper .caption h3 {
  line-height: 1.2;
  margin-bottom: 15px;
}
.scroll-wrapper .imageContainer {
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 100%;
}
@media (max-width: 575px) {
  .scroll-wrapper .imageContainer {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .scroll-wrapper .imageContainer {
    gap: 20px;
  }
}
.scroll-wrapper .imageContainer .scrollImage {
  overflow: hidden;
  position: relative !important;
  width: 100%;
  padding-top: 20%;
  z-index: 99;
  background-size: cover;
}
@media (max-width: 575px) {
  .scroll-wrapper .imageContainer .scrollImage {
    height: 200px;
  }
  .scroll-wrapper .imageContainer .scrollImage:nth-last-child(3),
  .scroll-wrapper .imageContainer .scrollImage:nth-last-child(2),
  .scroll-wrapper .imageContainer .scrollImage:last-of-type {
    display: none;
  }
}
.scroll-wrapper .imageContainer .scrollImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.image-wrapper {
  display: flex;
  height: 100%;
}
.image-wrapper img {
  width: 100vw;
  /* Each image takes full viewport width */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Cover the space without stretching */

}
.reviewsText {
  position: absolute;
  background: #F3F8FE;
  z-index: 9;
  right: -35px;
  left: 15px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  border-radius: 20px;
  border-radius: 0px;
  bottom: -1px;
  top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reviewsText {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .reviewsText .stars .fa {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviewsText:after {
    content: '';
    display: block;
    position: absolute;
    right: -999em;
    top: 0;
    bottom: 0;
    width: 999em;
  }
}
.reviewsText a {
  color: #000;
  border-bottom: none;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 1px;
}
@media (max-width: 575px) {
  .reviewsText a {
    font-size: 16px;
  }
}
.reviewsText a:after {
  content: "";
  background: url(/Content/images/icons/arrow-blue.svg);
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center;
  margin-left: 14px;
  position: relative;
  top: 1px;
  left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.reviewsText a:hover {
  border-bottom: none;
}
.reviewsText a:hover:after {
  left: 5px;
}
@media (max-width: 991px) {
  .reviewsText {
    position: static;
    margin: 0px -3.2rem;
    border-radius: 0px;
    padding: 0px 3.2rem 0px 3.2rem;
    height: auto !important;
    margin: 40px -3.2rem;
  }
}
.reviewsText .link {
  border-bottom: none;
}
.reviewsText h2,
.reviewsText h3,
.reviewsText h4,
.reviewsText p {
  color: #000;
}
.reviewsText:before {
  background-color: #F3F8FE;
  content: '';
  display: block;
  position: absolute;
  left: -999em;
  top: 0;
  bottom: 0;
  width: 999em;
}
@media (max-width: 575px) {
  .reviewsText:before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviewsText:before {
    content: '';
    display: block;
    position: absolute;
    left: -999em;
    top: 0;
    bottom: 0;
    width: 999em;
  }
}
.radius-0 {
  border-radius: 0px !important;
}
.reviews {
  z-index: 9;
  position: relative;
}
.reviews .image.person {
  margin-top: -140px;
  position: relative;
  z-index: 99;
  max-width: 420px;
  float: right;
}
@media (max-width: 575px) {
  .reviews .image.person {
    max-width: 260px;
    margin: -130px auto 0px auto;
    display: block;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews .image.person {
    display: none;
  }
}
.reviews .image.person img {
  width: 100%;
}
.reviews .reviewItem .score {
  font-family: 'Gotham Pro';
  font-weight: 900;
  text-align: center;
  font-size: 60px;
}
@media (max-width: 575px) {
  .reviews .reviewItem .score {
    font-size: 42px;
    margin-top: -10px;
  }
}
.reviews .reviewItem .iconbar ul {
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .reviews .reviewItem .iconbar ul {
    margin-bottom: 20px;
  }
}
.reviews .reviewItem .iconbar ul li {
  line-height: 1.4;
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000;
}
@media (max-width: 575px) {
  .reviews .reviewItem .iconbar ul li {
    font-size: 14px;
  }
}
.reviews .reviewItem .iconbar ul li .fa {
  width: 20px;
  text-align: center;
  margin-right: 8px;
  color: #18C6F3;
  position: absolute;
  left: 0px;
  top: 2px;
}
@media (max-width: 575px) {
  .reviews .reviewItem .iconbar ul li .fa {
    top: 2px;
  }
}
@media (max-width: 575px) {
  .reviews .reviewItem .iconbar ul li .fa {
    width: 17px;
  }
}
.reviews .reviewItem .iconbar ul li a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 575px) {
  .reviews .reviewItem .iconbar ul li a {
    font-size: 14px;
  }
}
.reviews .reviewItem h4 {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .reviews .reviewItem h4 {
    margin-bottom: 10px;
  }
}
.reviews .reviewItem h4 small {
  font-size: 14px;
  color: #000;
  padding-left: 5px;
  cursor: pointer;
}
.reviews .reviewItem .tooltip {
  top: -25px;
  left: 0px;
  background: #000;
  color: #FFF;
  padding: 0px 5px;
  border-radius: 40px;
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 575px) {
  .reviews .reviewItem .tooltip {
    font-size: 12px;
  }
}
.reviews .reviewItem .titleWrapper {
  position: relative;
}
.reviews .reviewItem .titleWrapper .tooltip {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reviews .reviewItem .titleWrapper .tooltip:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 48%;
  right: 0px;
}
.reviews .reviewItem .titleWrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.reviews .reviewItem h5 {
  font-family: 'Gotham Pro';
  font-weight: 300;
  color: #d9d9d9;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.reviews .reviewItem .iconbar {
  min-height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .reviews .reviewItem .iconbar {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .reviews .reviewItem .iconbar li {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }
}
.reviews .reviewItem .description .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .reviews .reviewItem .description .text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.reviews .reviewItem .description .text p {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .reviews .reviewItem .description .text p {
    font-size: 14px;
  }
}
.reviews .reviewItem .description .text.expanded {
  -webkit-line-clamp: unset;
  /* Reset line clamping */
  line-clamp: unset;
  overflow: visible;
  height: auto !important;
}
.reviews .reviewItem .description .text-wrapper {
  min-height: calc(8.8em);
  display: inline-block;
  padding: 0px;
}
@media (max-width: 767px) {
  .reviews .reviewItem .description .text-wrapper {
    min-height: 110px;
  }
}
.custom-slider {
  position: relative;
  min-height: 320px;
}
@media (min-width: 768px) {
  .custom-slider .swiper-slide {
    min-width: 340px;
  }
}
@media (max-width: 575px) {
  .custom-slider {
    padding-bottom: 120px;
  }
}
.custom-slider.locations .swiper-slide {
  padding: 0px;
}
.custom-slider.locations .location {
  position: relative;
}
.custom-slider.locations .location .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  opacity: 0.9;
  z-index: 1;
}
.custom-slider.locations .location .image {
  position: relative !important;
  padding-top: 80%;
}
.custom-slider.locations .location .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0px;
  border-radius: 0px;
}
.custom-slider.locations .location .name {
  position: relative;
  z-index: 2;
  font-family: 'Gotham Pro';
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 25px;
  color: #FFF;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .custom-slider.locations .location .name {
    font-size: 18px;
  }
}
.custom-slider.reviews .content .image img {
  border-radius: 50%;
  width: 65px;
  margin-bottom: 10px;
}
.custom-slider.reviews .content h3 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .custom-slider.reviews .content h3 {
    margin-bottom: 0px;
  }
}
.custom-slider.reviews .content h4 {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575px) {
  .custom-slider.reviews .content p {
    font-size: 14px;
  }
}
.custom-slider .wrapper {
  padding: 50px 0px;
}
.custom-slider .wrapper .swiper-container {
  padding: 0px 0px;
}
.custom-slider .ipcmscontrollist {
  position: relative;
}
@media (max-width: 767px) {
  .custom-slider .swiper-button-wrapper {
    display: none !important;
  }
}
.custom-slider .swiper-button-prev,
.custom-slider .swiper-button-next {
  text-align: center;
  line-height: 50px;
  background: #479520;
}
.custom-slider .swiper-button-prev:before,
.custom-slider .swiper-button-next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 45%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
}
.custom-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 15px;
}
.custom-slider .swiper-button-prev:before {
  content: '\f104';
}
.custom-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.custom-slider .swiper-slide,
.custom-slider .review {
  background-color: #FFF;
  border-radius: 20px;
  padding: 30px;
}
.custom-slider .swiper-slide.noSlides,
.custom-slider .review.noSlides {
  background-color: transparent;
  padding: 30px 0px;
}
.custom-slider .swiper-slide .author,
.custom-slider .review .author {
  font-weight: 400;
  font-size: 18px;
}
.custom-slider .lightBlueBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.custom-slider .whiteBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FFF;
}
.stickySidebar {
  position: sticky;
  top: 120px;
}
.closeFilter .fa {
  font-size: 20px;
  color: #000;
}
.events-wrapper {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .events-wrapper {
    padding-bottom: 100px;
  }
}
.events-wrapper .filterWrapper .checkbox-wrapper.borderTop {
  border-top: solid 1px #efefef;
  padding-top: 20px;
}
.events-wrapper .filterWrapper.open .select-wrapper:after {
  z-index: 9999;
}
@media (max-width: 1199px) {
  .events-wrapper .filterWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #FFF;
  }
  .events-wrapper .filterWrapper .mobile-h-100 {
    height: 100%;
  }
  .events-wrapper .filterWrapper .ctas {
    bottom: 15px;
    opacity: 0;
    left: 0px;
    right: 0px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    padding: 0px 3.2rem;
  }
  .events-wrapper .filterWrapper.open {
    top: 0px;
    opacity: 1;
    visibility: visible;
  }
  .events-wrapper .filterWrapper.open .ctas {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
  }
}
.events-wrapper .filterWrapper .select2-container .select2-selection--single {
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.events-wrapper .filterWrapper .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
}
.stars {
  margin-bottom: 10px;
}
.stars .fa {
  color: #FFBB00;
  font-size: 20px;
}
.m-t-min-70 {
  margin-top: -70px;
}
@media (max-width: 991px) {
  .m-t-min-70 {
    margin-top: 0px;
  }
}
.m-t-min-90 {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .m-t-min-90 {
    margin-top: 0px;
  }
}
.m-t-min-100 {
  margin-top: -100px;
}
.vervolg {
  padding-top: 230px;
}
.vervolg .header .introText {
  position: relative;
  z-index: 9;
}
.vervolg .header .introText h1 {
  line-height: 1.2;
}
.vervolg .header .introText h1 u:after {
  margin-top: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vervolg .header .introText {
    margin-top: -80px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vervolg .header .introText {
    margin-top: -50px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .vervolg .header .introText {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .vervolg .parallax-images .column .caption .link {
    font-size: 16px;
    line-height: 1.2;
  }
  .vervolg .parallax-images .column .caption .link:after {
    display: none;
  }
  .vervolg .parallax-images .column .caption .link:after {
    width: 20px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .vervolg .banner.blue {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vervolg .parallax-images {
    display: flex;
    margin: 0px -5px;
    width: auto;
    margin-bottom: 0px !important;
  }
  .vervolg .parallax-images .column.half {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 5px;
  }
  .vervolg .parallax-images .column.half .image-wrapper img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .vervolg {
    padding-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vervolg {
    padding-top: 170px;
  }
}
.vervolg.pt-0 .filterEventPage {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .vervolg.pt-0 .filterEventPage {
    padding-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vervolg.pt-0 .filterEventPage {
    padding-top: 170px;
  }
}
@media (max-width: 575px) {
  .vervolg .caption h1 {
    font-size: 3rem;
  }
}
.vervolg label {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 991px) {
  .vervolg .searchBar {
    top: 40px;
    position: static;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .vervolg .searchBar {
    margin: -10px;
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
@media (min-widht: 1399px) and (max-width: 1499px) {
  .vervolg .searchBar {
    margin-bottom: 50px;
  }
}
.vervolg .searchBar .starPattern {
  position: absolute;
  top: -200px;
  left: 0px;
  right: 0px;
  max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vervolg .searchBar .starPattern {
    top: -120px;
    max-width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vervolg .searchBar .starPattern {
    top: -140px;
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .vervolg .searchBar .starPattern {
    max-width: 100%;
    top: -130px;
  }
}
@media (max-width: 767px) {
  .vervolg .searchBar .starPattern {
    max-width: 100%;
    top: -80px;
  }
}
@media (max-width: 991px) {
  .vervolg .searchBar .tile .select-wrapper {
    border-bottom: solid 1px #eef5fd;
  }
  .vervolg .searchBar .tile .select-wrapper select {
    width: 100%;
  }
  .vervolg .searchBar .tile .select-wrapper:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .vervolg .searchBar .tile select {
    padding-left: 39px;
  }
}
.vervolg #filter {
  padding: 30px;
  background: #FFF;
}
@media (max-width: 991px) {
  .vervolg #filter.mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .vervolg #filter.mobile .ctas {
    bottom: 15px;
    opacity: 0;
    left: 0px;
    right: 0px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    padding: 0px 3.2rem;
  }
  .vervolg #filter.mobile.open {
    top: 0px;
    opacity: 1;
    visibility: visible;
  }
  .vervolg #filter.mobile.open .ctas {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
  }
}
.vervolg #filter .selectedFilterOptions {
  margin-top: 20px;
  margin-bottom: -10px;
}
.vervolg #filter .selectedFilterOptions .selected {
  display: inline-block;
  padding: 2px 10px;
  background: #173b5a;
  border-radius: 20px;
  color: #FFF;
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.vervolg #filter .selectedFilterOptions .selected .deleteFilter {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  margin-left: 10px;
}
.vervolg #filter .form-control {
  border-radius: 0px;
  height: 50px;
  font-family: 'Gotham Pro';
  font-weight: normal;
  border: none;
  border-bottom: solid 1px #efefef;
  padding: 0.375rem 0px;
  font-size: 16px;
}
.vervolg #filter .form-control.hasIcon {
  /*padding-left: 15px;
                text-indent: 20px;*/
  padding-left: 35px;
  text-indent: 0px;
}
.vervolg #filter .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: solid 1px #18C6F3;
}
.vervolg #filter .chosen-single {
  background: #FFF;
  box-shadow: none;
  border: none;
  line-height: 50px;
  height: 50px;
  border-radius: 0px;
  font-family: 'Gotham Pro';
  font-weight: normal;
  padding: 0.375rem 0px;
  font-size: 16px;
}
.vervolg #filter .input-icon .chosen-single {
  padding-left: 35px;
}
.vervolg #filter .input-icon .chosen-single span {
  line-height: 35px;
}
.vervolg #filter .form-check-input {
  margin-top: 3px;
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .vervolg #filter .form-check-input {
    margin-top: 5px !important;
  }
}
.vervolg #filter .form-check-input:checked {
  background-color: #173B5A;
  border-color: #173B5A;
}
.vervolg #filter .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.vervolg #filter label {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 16px;
}
.chosen-container-single .chosen-search input[type=text] {
  height: 40px;
}
.select2-selection--single {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .select2-selection--single {
    padding-left: 30px;
  }
}
.chosen-container.chosen-with-drop .chosen-drop {
  border: none;
}
.input-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 48%;
  transform: translateY(-50%);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  /*z-index: 9;*/
  z-index: 99999;
  line-height: 24px;
}
.input-icon.search:before {
  background: url('/Content/images/icons/icon-search-small.svg');
}
.input-icon.category:before {
  background: url('/Content/images/icons/icon-people.svg');
}
.input-icon.city:before {
  background: none;
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .input-icon.city:before {
    top: 10px;
    height: 0px;
    z-index: 99999;
  }
}
@media (max-width: 1199px) {
  .fixedFilter {
    position: fixed;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fixedFilter.active {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
  }
  .fixedFilter .btn {
    width: auto;
    background-color: #173B5A;
    color: #FFF;
    padding: 8px 20px;
    font-size: 16px;
  }
  .fixedFilter .btn:before {
    display: none;
  }
  .fixedFilter .btn:hover {
    color: #000 !important;
    background-color: #173B5A;
    color: #FFF !important;
  }
  .fixedFilter .btn img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(101%) contrast(104%);
  }
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  padding-right: 0.5em;
  position: absolute;
  right: 0px;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  top: 49%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  z-index: 98;
}
.categoriesSlider {
  margin-bottom: 80px !important;
}
@media (max-width: 1499px) {
  .categoriesSlider {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 575px) {
  .categoriesSlider {
    margin-bottom: 40px !important;
  }
}
.categoriesSlider .swiper-button-prev,
.categoriesSlider .swiper-button-next {
  text-align: center;
  line-height: 50px;
  background: #479520;
}
.categoriesSlider .swiper-button-prev:before,
.categoriesSlider .swiper-button-next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 45%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
}
.categoriesSlider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 15px;
}
.categoriesSlider .swiper-button-prev:before {
  content: '\f104';
}
.categoriesSlider .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.categoriesSlider .swiper-pagination {
  bottom: -5px;
}
@media (max-width: 575px) {
  .categoriesSlider .swiper-pagination {
    display: none;
  }
}
.categoriesSlider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 5px;
  opacity: 0.1;
}
.categoriesSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: #091E3A;
  opacity: 1;
}
.categoriesSlider .swiper-slide .category {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.categoriesSlider .categoryItem {
  position: relative !important;
  width: 100%;
  padding-top: 60%;
  z-index: 99;
  background-size: 100% !important;
  background-position: center center !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.categoriesSlider .categoryItem:hover {
  background-size: 107% !important;
}
.categoriesSlider .categoryItem:hover .caption .link:after {
  right: -5px;
}
.categoriesSlider .categoryItem .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .categoriesSlider .categoryItem .overlay {
    height: 60%;
  }
}
.categoriesSlider .categoryItem .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
}
@media (max-width: 575px) {
  .categoriesSlider .categoryItem .caption {
    padding: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .categoriesSlider .categoryItem .caption {
    padding: 15px;
  }
}
.categoriesSlider .categoryItem .caption .link {
  color: #FFF;
  font-size: 20px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .categoriesSlider .categoryItem .caption .link {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .categoriesSlider .categoryItem .caption .link {
    line-height: 1.2;
  }
}
.categoriesSlider .categoryItem .caption .link:after {
  content: "";
  background: url('/Content/images/icons/arrow-black.svg');
  width: 20px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
  position: relative;
  top: -4px;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(169deg) brightness(115%) contrast(98%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 575px) {
  .categoriesSlider .categoryItem .caption .link:after {
    min-width: 20px;
    height: 15px;
    background-size: 15px;
    background-position: right !important;
  }
}
.result-filter-blocks {
  padding-left: 35px;
  position: relative;
}
.result-filter-blocks .filterBlock .wizard {
  padding: 30px;
  background: #18C6F3 !important;
}
@media (max-width: 1499px) {
  .result-filter-blocks {
    padding-left: 0px;
  }
}
.result-filter-blocks .stars #reviewsCount {
  font-family: 'Gotham Pro';
}
.result-filter-blocks .tile {
  padding: 0px;
  border-radius: 0px;
  background-color: #FFF;
  margin-bottom: 25px;
  position: relative;
}
.result-filter-blocks .tile.hide {
  display: none;
}
.result-filter-blocks .tile .ownLocation.label {
  background: #173B5A;
  padding: 2px 12px;
  color: #FFF;
  border-radius: 30px;
  font-family: 'Gotham Pro';
  font-weight: 500;
  font-size: 14px;
}
.result-filter-blocks .tile .eventItem {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  box-shadow: none;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.result-filter-blocks .tile .eventItem:hover {
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.result-filter-blocks .tile .ctas {
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .result-filter-blocks .tile .w-auto {
    width: 100% !important;
  }
}
.result-filter-blocks .tile .content {
  padding: 30px 40px 30px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .result-filter-blocks .tile .content {
    padding: 20px 15px 20px 0px;
  }
}
.result-filter-blocks .tile .content .content-body {
  min-height: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-filter-blocks .tile .content .content-body {
    min-height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .result-filter-blocks .tile .content .content-body {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .result-filter-blocks .tile .content {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-filter-blocks .tile .content {
    padding: 20px 40px 20px 5px;
  }
}
.result-filter-blocks .tile .content .link {
  color: #18C6F3;
}
.result-filter-blocks .tile .content .link:after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(98%) saturate(425%) hue-rotate(151deg) brightness(96%) contrast(98%);
}
.result-filter-blocks .tile .content .desc p {
  font-family: 'Gotham Pro';
  font-weight: 400;
  padding: 10px;
  padding: 3px 0px 3px 25px;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .result-filter-blocks .tile .content .desc p:nth-of-type(2),
  .result-filter-blocks .tile .content .desc p:last-of-type {
    display: none;
  }
}
@media (max-width: 575px) {
  .result-filter-blocks .tile .content .desc p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .result-filter-blocks .tile .content .desc p {
    font-size: 14px;
  }
}
.result-filter-blocks .tile .content .desc p:before {
  font-family: 'FontAwesome';
  content: '\f058';
  display: inline-block;
  font-size: 18px;
  top: 4px;
  left: 0px;
  color: #479520;
  position: absolute;
  top: 2px;
}
@media (max-width: 575px) {
  .result-filter-blocks .tile .content .desc p:before {
    font-size: 16px;
    top: 2px;
  }
}
.result-filter-blocks .tile .content ul {
  list-style-type: none;
}
.result-filter-blocks .tile .content ul li {
  font-family: 'Gotham Pro';
  font-weight: 400;
  padding: 10px;
  padding: 3px 0px 3px 25px;
}
@media (max-width: 575px) {
  .result-filter-blocks .tile .content ul li {
    font-size: 14px;
  }
}
.result-filter-blocks .tile .content ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  display: inline-block;
  font-size: 18px;
  top: 4px;
  left: 0px;
  color: #479520;
}
@media (max-width: 575px) {
  .result-filter-blocks .tile .content ul li:before {
    font-size: 16px;
    top: 2px;
  }
}
.result-filter-blocks .tile .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .result-filter-blocks .tile .image {
    width: 100%;
    padding-top: 70%;
  }
}
.result-filter-blocks .tile .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.stars {
  margin-bottom: 10px;
}
.stars .fa {
  color: #FFBB00;
  font-size: 20px;
  margin-right: 5px;
}
span.label {
  font-family: 'Gotham Pro';
  font-weight: 400;
}
.eventDetails .lightblue {
  padding-top: 200px;
}
@media (max-width: 1299px) {
  .eventDetails .lightblue {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .eventDetails .lightblue {
    padding-top: 130px;
  }
}
.eventDetails .readMore-wrapper h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .eventDetails .readMore-wrapper h3 {
    font-size: 16px;
  }
}
.eventDetails .reviews {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .eventDetails .reviews {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .eventDetails .reviews .link {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .eventDetails .scoll-wrapper {
    overflow: scroll;
    margin-right: -3.2rem;
    margin-left: -3.2rem;
    padding: 0px 3.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .eventDetails .scoll-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  
  }
  .eventDetails .scoll-wrapper .timeline {
    width: 900px;
  }
}
.eventDetails h1 {
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .eventDetails h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 15px 0px;
  }
}
@media (max-width: 575px) {
  .eventDetails h1 {
    font-size: 26px;
  }
}
.eventDetails .shortDescription {
  display: block;
  margin-bottom: 15px;
}
.eventDetails .shortDescription div,
.eventDetails .shortDescription p,
.eventDetails .shortDescription span {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 16px !important;
}
@media (max-width: 575px) {
  .eventDetails .shortDescription div,
  .eventDetails .shortDescription p,
  .eventDetails .shortDescription span {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .eventDetails .shortDescription div,
  .eventDetails .shortDescription p,
  .eventDetails .shortDescription span {
    font-size: 14px !important;
  }
}
.eventDetails .stars {
  margin-bottom: 10px;
  color: #000;
}
.eventDetails .stars .label {
  color: #000;
}
@media (min-width: 992px) {
  .eventDetails .eventImages {
    margin-bottom: -120px;
  }
}
.eventDetails .main-slider .image-wrapper {
  width: 100%;
  display: inline-block;
  background-size: cover !important;
  position: relative !important;
  padding-top: 90%;
  z-index: 9;
  height: auto;
  background-position: center center !important;
}
.eventDetails .main-slider .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0px;
}
.eventDetails .included {
  margin-top: 20px;
}
.eventDetails .included .included-option {
  display: flex;
  align-items: flex-start;
}
.eventDetails .included .included-option .fa {
  width: 1.25em;
  margin-top: 1px;
}
.eventDetails .included .included-option .text {
  flex: 1;
  line-height: 1.2;
}
.eventDetails .included ul {
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .eventDetails .included ul {
    margin-bottom: 0px;
  }
}
.eventDetails .included ul li {
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .eventDetails .included ul li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .eventDetails .included ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.8;
  }
  .eventDetails .included ul li .included-option {
    padding: 4px 0px;
  }
}
.eventDetails .included ul li .fa {
  color: #479520;
  margin-right: 5px;
}
.eventDetails .eventproperties ul {
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 575px) {
  .eventDetails .eventproperties ul {
    margin-bottom: 15px;
  }
}
.eventDetails .eventproperties ul li {
  position: relative;
  padding: 5px 0px 5px 23px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .eventDetails .eventproperties ul li {
    margin-right: 10px;
    padding: 0px 0px 0px 23px;
  }
}
.eventDetails .eventproperties ul li sub {
  font-family: 'Gotham Pro';
  font-weight: 300;
  position: relative;
  top: -2px;
  font-size: 14px;
}
.eventDetails .eventproperties ul li .fa {
  width: 15px;
  color: #EE0015;
  position: absolute;
  left: 0px;
  top: 9px;
  text-align: center;
}
@media (max-width: 575px) {
  .eventDetails .eventproperties ul li .fa {
    top: 5px;
  }
}
.eventDetails .thumbsPosition {
  bottom: -80px;
  margin: 0 auto;
}
.eventDetails .small-images {
  margin-top: 15px;
  /* Center the slides if there are fewer than 3 */

}
@media (max-width: 767px) {
  .eventDetails .small-images {
    margin-top: 5px;
  }
}
.eventDetails .small-images .gallery-thumbs .swiper-slide:before {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eventDetails .small-images .gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0;
}
.eventDetails .small-images .gallery-thumbs .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  /* Default to left alignment */

}
.eventDetails .small-images .gallery-thumbs[data-slides="2"] .swiper-wrapper {
  justify-content: center;
}
.eventDetails .small-images .swiper-slide {
  cursor: pointer;
}
.eventDetails .small-images .swiper-slide .image-wrapper {
  position: relative !important;
  padding-top: 90%;
}
.eventDetails .small-images .swiper-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0px;
}
.eventDetails .small-images .item-image {
  position: relative !important;
  width: 100%;
  padding-top: 90%;
  z-index: 9;
  height: auto;
}
.eventDetails .small-images .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventDetails .sticky.navVervolg {
  padding: 0px 0px !important;
  position: sticky;
  top: 40px;
  z-index: 91;
  background: #FFF;
  padding-top: 45px !important;
}
@media (max-width: 991px) {
  .eventDetails .sticky.navVervolg {
    padding-top: 30px !important;
  }
}
.eventDetails .sticky.navVervolg .navigationTabs li {
  margin-right: 45px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .eventDetails .sticky.navVervolg .navigationTabs li {
    margin-right: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 1.4;
  }
  .eventDetails .sticky.navVervolg .navigationTabs li:nth-last-child(2),
  .eventDetails .sticky.navVervolg .navigationTabs li:last-of-type {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .eventDetails .sticky.navVervolg .navigationTabs li {
    margin-right: 25px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .eventDetails .sticky.navVervolg .navigationTabs {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 3.2rem;
    margin-left: -3.2rem;
    padding-right: 0;
    margin-right: -3.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    margin-bottom: -2px;
  }
  .eventDetails .sticky.navVervolg .navigationTabs::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  
  }
  .eventDetails .sticky.navVervolg .navigationTabs:after {
    content: "";
    display: inline-block;
    min-width: 3.2rem;
    height: 10px;
  }
}
.eventDetails .text-container {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
  line-height: 1.7em;
  font-family: 'Gotham Pro';
  font-weight: 400;
}
.eventDetails .text-container.show {
  display: block;
  overflow: visible;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  -webkit-box-orient: initial;
}
.eventDetails .text-container strong {
  font-weight: 600;
}
.eventDetails .text-container p,
.eventDetails .text-container p font,
.eventDetails .text-container p span,
.eventDetails .text-container div {
  line-height: 1.7em;
  font-family: 'Gotham Pro' !important;
  font-weight: normal;
  font-size: 16px !important;
  border: none !important;
}
@media (max-width: 575px) {
  .eventDetails .text-container p,
  .eventDetails .text-container p font,
  .eventDetails .text-container p span,
  .eventDetails .text-container div {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .eventDetails .text-container p,
  .eventDetails .text-container p font,
  .eventDetails .text-container p span,
  .eventDetails .text-container div {
    font-size: 14px !important;
  }
}
.eventDetails .text-container p {
  margin-bottom: 15px !important;
}
.eventDetails .read-more {
  display: inline-block;
}
.eventDetails .link.underline {
  text-decoration: underline;
}
.eventDetails .link.underline.bold {
  font-weight: 600;
}
.eventDetails .video {
  position: relative;
  padding-top: 60%;
}
.eventDetails .video:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.eventDetails .video .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.eventDetails .video .playBtn {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.eventDetails .video .playBtn img {
  width: 70px;
}
@media (max-width: 575px) {
  .eventDetails .video .playBtn img {
    width: 40px;
  }
}
.eventDetails .video .link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}
.eventDetails .container.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.eventDetails .beforeBackground:before {
  background-color: #F3F8FE;
  content: '';
  display: block;
  position: absolute;
  left: -999em;
  top: 0;
  bottom: 0;
  width: 999em;
  z-index: 99;
}
.eventDetails .iconbar ul {
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .eventDetails .iconbar ul {
    margin-bottom: 20px;
  }
}
.eventDetails .iconbar ul li {
  line-height: 1.4;
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000;
}
@media (max-width: 575px) {
  .eventDetails .iconbar ul li {
    font-size: 2rem;
  }
}
.eventDetails .iconbar ul li .fa {
  width: 20px;
  text-align: center;
  margin-right: 8px;
  color: #18C6F3;
  position: absolute;
  left: 0px;
  top: 5px;
}
@media (max-width: 575px) {
  .eventDetails .iconbar ul li .fa {
    top: 2px;
  }
}
.eventDetails .iconbar ul li a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .eventDetails .descriptionImage {
    height: 400px;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eventDetails .descriptionImage {
    height: 350px;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: visible;
  }
}
.sidebar.navigationTabs li a {
  font-family: 'Gotham Pro';
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.sidebar.navigationTabs li a:after {
  content: "";
  border-top: solid 3px #005192;
  width: 0px;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar.navigationTabs li a.active:after {
  border-top: solid 3px #005192;
  width: 50%;
  display: block;
  margin-top: 5px;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .pageSection {
    scroll-margin-top: 70px;
  }
}
.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.timeline.tiles .image {
  width: 25%;
}
.timeline.tiles .image .title {
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.4;
  color: #091E3A;
}
.timeline.tiles .image img {
  border-radius: 0px;
}
.timeline .time {
  margin-top: 31px;
  position: relative;
  width: 25%;
  text-align: center;
}
.timeline .time:before {
  content: "";
  height: 3px;
  position: absolute;
  display: inline-block;
  background: #000;
  left: 0px;
  right: 0px;
  top: -20px;
}
.timeline .time:first-of-type:before {
  left: 50%;
}
.timeline .time:first-of-type label {
  margin-left: -15px;
}
.timeline .time:first-of-type .circle {
  left: 0px;
}
.timeline .time:last-of-type:before {
  right: 50%;
}
.timeline .time label {
  font-weight: 800;
}
.timeline .time .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: red;
  top: -25px;
  border-radius: 50%;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.timeline .time .circle:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: red;
  z-index: 1;
  left: 0px;
  border-radius: 50%;
}
.timeline .time .circle:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: solid 2px red;
  border-radius: 50%;
  padding: 9px;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #f3f8fe;
}
.loader-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: flex;
  align-items: start;
  padding-top: 16%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .loader-wrapper {
    top: 0px;
    left: -10px;
    right: -10px;
  }
}
.loader-wrapper .loader {
  width: 43px;
  height: 43px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.btn-primary.submitOffer {
  line-height: 30px;
}
.btn-primary.submitOffer .loader {
  width: 20px;
  height: 20px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
  position: relative;
  top: 4px;
  margin-right: 13px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events-wrapper .loader-wrapper {
  align-items: start;
  right: 0px;
  left: 0px;
}
.events-wrapper .loader-wrapper .loader {
  position: sticky !important;
  top: 50%;
  margin-bottom: 360px;
}
.paginationDiv .pagination {
  display: block;
  padding-left: 0;
  list-style: none;
}
.paginationDiv .pagination li {
  text-align: center;
  margin-right: 10px;
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.paginationDiv .pagination li.active a,
.paginationDiv .pagination li.active span {
  background: #173B5A;
  color: #FFF;
}
.paginationDiv .pagination li a,
.paginationDiv .pagination li span {
  background: #FFF;
  text-decoration: none;
  color: #000;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  border-radius: 5px;
}
.paginationDiv .pageInfo {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 16px;
}
.popularCities {
  margin-top: 150px;
}
.popularCities .toggleAllIncludes {
  color: #FFF;
  text-decoration: none !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .popularCities .extra-item {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .popularCities {
    margin-top: 30px;
  }
}
.popularCities .person {
  position: absolute;
  max-width: 270px;
  right: 0px;
  top: -190px;
}
@media (max-width: 767px) {
  .popularCities .person {
    max-width: 130px;
    right: 0px;
    top: -95px;
  }
}
@media (max-width: 991px) {
  .popularCities .blue-wrapper {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.offer.page {
  padding-top: 200px;
}
.offer.page .lightgrey-wrapper {
  padding: 25px;
  background: #F9FAFB;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .offer.page {
    padding-top: 130px;
  }
  .offer.page .lightgrey-wrapper {
    border-radius: 0px;
    box-shadow: 0 5px 5px -6px #e3e3e3;
  }
  .offer.page h3 {
    margin-bottom: 20px;
  }
  .offer.page .contactOptions {
    display: none;
  }
  .offer.page .image.person {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .offer.page .offerteform {
    margin-top: -30px;
  }
}
.offer.page h3 {
  margin-top: 20px;
}
.provinces .province {
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.07);
}
.provinces .province:hover {
  box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.04);
}
.provinces .province .image {
  width: 65px;
  margin-right: 15px;
}
.provinces .province .top {
  font-family: 'Gotham Pro';
  display: block;
  color: #000;
  font-weight: 600;
}
.provinces .province .bottom {
  font-family: 'Gotham Pro';
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.googlemaps #map {
  width: 100%;
  height: 700px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .googlemaps .blue.banner {
    padding: 30px 0px !important;
  }
}
.googlemaps .blue.banner {
  background: #173B5A;
  padding: 30px;
}
.googlemaps .blue.banner h3 {
  color: #FFF;
}
.googlemaps .search {
  padding: 30px 0 0 0;
}
.googlemaps .search .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 15px;
  height: auto;
}
.googlemaps .itemlist {
  height: 0;
  max-height: 250px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 999;
  background: #FFF;
}
.googlemaps .itemlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.googlemaps .itemlist ul li a {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
  color: #173B5A;
  text-decoration: none;
  font-family: 'Gotham Pro';
}
.googlemaps .itemlist ul li a:hover {
  background: #173B5A;
  color: white;
  text-decoration: none;
}
.searchBlock {
  position: relative;
  background: #0076a3;
  padding: 15px 0;
}
.searchBlock #search {
  width: auto;
  left: 50%;
  top: 40%;
  z-index: 9;
  float: left;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .searchBlock #search {
    width: 100%;
  }
}
.searchBlock #search h1 {
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
  font-size: 26px;
  background: none;
  display: block;
}
@media (max-width: 767px) {
  .searchBlock #search h1 {
    line-height: 1.4;
    text-align: center;
    font-size: 22px;
  }
}
.searchBlock #search h3 {
  display: inline-block;
  font-size: 22px;
  color: #FFF;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .searchBlock #search h3 {
    display: block;
    padding-bottom: 20px;
    text-align: center;
  }
}
.searchBlock #search #search-loader {
  position: absolute;
  left: 772px;
  font-size: 24px;
  line-height: 60px;
  display: none;
  z-index: 999999;
  top: 70px;
}
.searchBlock #search #search-results {
  background: white;
  width: 425px;
  position: absolute;
  z-index: 999;
}
.searchBlock #search #search-results .searchresult .image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.searchBlock #search #search-results .searchresult .text {
  float: left;
  width: 335px;
}
.searchBlock #search .form-control {
  width: 425px;
  display: inline-block;
  height: 48px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 0;
  -moz-border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchBlock #search .form-control {
    width: 305px;
  }
}
@media (Max-width: 767px) {
  .searchBlock #search .form-control {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .searchBlock #search .form-control {
    width: 370px;
  }
}
.searchBlock #search .btn {
  margin: 0 0 0 0px;
  background: #e7640d;
  width: 155px;
  font-size: 18px;
  height: 48px;
  line-height: 39px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (Max-width: 767px) {
  .searchBlock #search .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
}
.searchBlock img#review {
  float: right;
}
@media (Max-width: 767px) {
  .searchBlock img#review {
    float: none;
    /* width: 150px; */
    margin: 0 auto;
    display: block;
    padding: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchBlock img#review {
    display: none;
  }
}
.call-to-action.darkblue {
  background-color: #173B5A;
  padding: 40px;
}
@media (max-width: 767px) {
  .call-to-action.darkblue {
    padding: 40px 0px;
  }
}
.call-to-action.darkblue h2,
.call-to-action.darkblue h3,
.call-to-action.darkblue p {
  color: #FFF;
}
@media (max-width: 575px) {
  .cityPage {
    padding-top: 0px;
  }
  .cityPage .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .cityPage .link.arrow:after {
    width: 10px;
    height: 12px;
  }
  .cityPage .link {
    font-size: 14px;
  }
}
.cityPage.details div,
.cityPage.details p {
  line-height: 1.7em;
  font-size: 16px;
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.quote .image.absolute {
  position: absolute;
  max-width: 370px;
  bottom: -100px;
  left: 30px;
}
@media (max-width: 767px) {
  .quote .image.absolute {
    max-width: 140px;
    bottom: -140px;
    left: 0px;
  }
}
.quote .subtitle {
  font-family: 'Gotham Pro';
  font-weight: 900;
}
.quote .subtitle.blue {
  color: #18C6F3;
  font-size: 20px;
  display: inline-block;
}
.quote h3 {
  font-family: 'Gotham Pro';
  font-weight: 600;
  font-size: 31px;
}
@media (max-width: 767px) {
  .quote h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 940px;
  }
}
#keuzehulpModal .progress,
.offer.page .progress {
  height: 10px;
}
@media (max-width: 575px) {
  #keuzehulpModal .progress,
  .offer.page .progress {
    margin: 0px 0px;
  }
}
#keuzehulpModal .progress .progress-bar,
.offer.page .progress .progress-bar {
  background-color: #18C6F3;
  width: 13.8%;
}
@media (max-width: 767px) {
  #keuzehulpModal .progress .progress-bar,
  .offer.page .progress .progress-bar {
    width: 18.8%;
  }
}
@media (max-width: 575px) {
  #keuzehulpModal .tab-pane,
  .offer.page .tab-pane {
    position: relative;
  }
}
@media (max-width: 575px) {
  #keuzehulpModal .btn-close,
  .offer.page .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
#keuzehulpModal .hidden-field,
.offer.page .hidden-field {
  position: absolute;
  left: -9999px;
  /* Moves it offscreen but keeps it valid */
  width: 1px;
  height: 1px;
  opacity: 0;
  /* Optional: Make it invisible */

}
#keuzehulpModal .radio-tile-group .input-container,
.offer.page .radio-tile-group .input-container {
  position: relative;
}
@media (max-width: 767px) {
  #keuzehulpModal .radio-tile-group .input-container,
  .offer.page .radio-tile-group .input-container {
    margin-bottom: 10px !important;
  }
}
#keuzehulpModal .radio-tile-group .input-container .radio-button,
.offer.page .radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile,
.offer.page .radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  border: 2px solid #cbd3dd;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
  min-height: 127px;
  padding-bottom: 38px !important;
}
@media (max-width: 767px) {
  #keuzehulpModal .radio-tile-group .input-container .radio-tile,
  .offer.page .radio-tile-group .input-container .radio-tile {
    padding: 20px 10px;
    min-height: 101px;
  }
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile .custom-radio,
.offer.page .radio-tile-group .input-container .radio-tile .custom-radio {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s;
  margin-bottom: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 30px;
}
@media (max-width: 767px) {
  #keuzehulpModal .radio-tile-group .input-container .radio-tile .custom-radio,
  .offer.page .radio-tile-group .input-container .radio-tile .custom-radio {
    margin-bottom: 0px;
    bottom: 20px;
  }
}
#keuzehulpModal .radio-tile-group .input-container input[type="radio"]:checked + .radio-tile .custom-radio,
.offer.page .radio-tile-group .input-container input[type="radio"]:checked + .radio-tile .custom-radio {
  background-color: #ef7811;
  border-color: #ef7811;
}
#keuzehulpModal .radio-tile-group .input-container input[type="radio"]:checked + .radio-tile .custom-radio:before,
.offer.page .radio-tile-group .input-container input[type="radio"]:checked + .radio-tile .custom-radio:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
#keuzehulpModal .radio-tile-group .input-container .radio-button:checked + .radio-tile,
.offer.page .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  border: 2px solid #ef7811;
  color: white;
  background: #fff5ee;
}
#keuzehulpModal .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg,
.offer.page .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #091E3A;
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile-label,
.offer.page .radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  color: #091E3A;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0px !important;
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile-label .title,
.offer.page .radio-tile-group .input-container .radio-tile-label .title {
  display: block;
  font-family: 'Gotham Pro';
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #keuzehulpModal .radio-tile-group .input-container .radio-tile-label .title,
  .offer.page .radio-tile-group .input-container .radio-tile-label .title {
    font-size: 14px;
  }
  #keuzehulpModal .radio-tile-group .input-container .radio-tile-label .title.longName,
  .offer.page .radio-tile-group .input-container .radio-tile-label .title.longName {
    margin-top: -10px;
  }
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile-label .text,
.offer.page .radio-tile-group .input-container .radio-tile-label .text {
  font-size: 14px;
  font-family: 'Gotham Pro';
  font-weight: 400;
}
#keuzehulpModal .radio-tile-group .input-container .radio-tile-label .icon,
.offer.page .radio-tile-group .input-container .radio-tile-label .icon {
  display: block;
  font-size: 26px;
  margin: 12px 0px;
}
@media (max-width: 767px) {
  #keuzehulpModal .radio-tile-group .input-container .radio-tile-label .icon,
  .offer.page .radio-tile-group .input-container .radio-tile-label .icon {
    font-size: 24px;
  }
}
#keuzehulpModal .modal-header,
.offer.page .modal-header {
  background-color: #f9fafb;
  padding: 25px;
  border-bottom: none;
}
@media (max-width: 575px) {
  #keuzehulpModal .modal-header,
  .offer.page .modal-header {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 15px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: block !important;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    padding-top: 0px;
  }
  #keuzehulpModal .modal-header::-webkit-scrollbar,
  .offer.page .modal-header::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  
  }
  #keuzehulpModal .modal-header .w-100,
  .offer.page .modal-header .w-100 {
    width: auto !important;
  }
}
#keuzehulpModal .modal-footer,
.offer.page .modal-footer {
  background-color: #f9fafb;
  border-top: none;
}
@media (max-width: 575px) {
  #keuzehulpModal .modal-footer,
  .offer.page .modal-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
  }
}
#keuzehulpModal .modal-dialog,
.offer.page .modal-dialog {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 575px) {
  #keuzehulpModal .modal-dialog,
  .offer.page .modal-dialog {
    margin: 0px;
    height: 100%;
    border-radius: 0px;
  }
}
#keuzehulpModal .modal-content,
.offer.page .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
#keuzehulpModal .modal-content .modal-body,
.offer.page .modal-content .modal-body {
  padding: 25px;
}
@media (max-width: 575px) {
  #keuzehulpModal .modal-content .modal-body,
  .offer.page .modal-content .modal-body {
    padding: 20px 3.2rem;
    padding-bottom: 250px;
    max-height: calc(100vh + 65px);
    overflow: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  
  }
  #keuzehulpModal .modal-content .modal-body::-webkit-scrollbar,
  .offer.page .modal-content .modal-body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  
  }
}
@media (max-width: 575px) {
  #keuzehulpModal .modal-content,
  .offer.page .modal-content {
    border: none;
    height: 100%;
    border-radius: 0px !important;
  }
}
@media (max-width: 991px) {
  #keuzehulpModal .nav-pills,
  .offer.page .nav-pills {
    display: block !important;
    padding: 0px 3.2rem;
  }
  #keuzehulpModal .nav-pills .nav-item,
  .offer.page .nav-pills .nav-item {
    display: inline-block !important;
  }
}
#keuzehulpModal .nav-pills .nav-link,
.offer.page .nav-pills .nav-link {
  color: #173B5A;
  font-family: 'Gotham Pro';
  font-weight: 400;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  /*&:after {
                content: "";
                height: 4px;
                width: 120%;
                background-color: #d8e4f1;
                display: inline-block;
                position: absolute;
                top: -10px;
                left: 0px;
                right: 0px;
            }*/

}
@media (max-width: 575px) {
  #keuzehulpModal .nav-pills .nav-link,
  .offer.page .nav-pills .nav-link {
    padding: 10px 20px 10px 0px;
  }
}
#keuzehulpModal .nav-pills .nav-link .step,
.offer.page .nav-pills .nav-link .step {
  width: 25px;
  display: inline-block;
  height: 25px;
  background: #d9e8f9;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 575px) {
  #keuzehulpModal .nav-pills .nav-link .step,
  .offer.page .nav-pills .nav-link .step {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
#keuzehulpModal .nav-pills .nav-link.active,
.offer.page .nav-pills .nav-link.active,
#keuzehulpModal .nav-pills .nav-link.visited,
.offer.page .nav-pills .nav-link.visited {
  background: none;
  color: #173B5A;
}
#keuzehulpModal .nav-pills .nav-link.active .step,
.offer.page .nav-pills .nav-link.active .step,
#keuzehulpModal .nav-pills .nav-link.visited .step,
.offer.page .nav-pills .nav-link.visited .step {
  background: #173B5A;
  color: #FFF;
}
#keuzehulpModal .nav-pills .nav-link.active:after,
.offer.page .nav-pills .nav-link.active:after,
#keuzehulpModal .nav-pills .nav-link.visited:after,
.offer.page .nav-pills .nav-link.visited:after {
  background-color: #18C6F3;
}
#keuzehulpModal .nav-pills .nav-item:last-of-type .nav-link:after,
.offer.page .nav-pills .nav-item:last-of-type .nav-link:after {
  width: 100%;
}
#keuzehulpModal .btn input[type=checkbox],
.offer.page .btn input[type=checkbox],
#keuzehulpModal .btn input[type=radio],
.offer.page .btn input[type=radio] {
  display: none;
}
#keuzehulpModal .cityLabel,
.offer.page .cityLabel {
  font-weight: 700;
}
#keuzehulpModal .form-horizontal .form-group .checktile .btn,
.offer.page .form-horizontal .form-group .checktile .btn {
  width: 190px;
  height: 125px;
  margin: 0;
  background: white;
  border: 1px solid #c0d2e7;
  color: #173B5A !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}
#keuzehulpModal .form-horizontal .form-group .checktile .btn.active,
.offer.page .form-horizontal .form-group .checktile .btn.active {
  border: 1px solid green !important;
  color: green !important;
}
#keuzehulpModal .form-horizontal .form-group .checktile .btn .fa,
.offer.page .form-horizontal .form-group .checktile .btn .fa {
  margin-right: 0px;
}
.select2-container {
  z-index: 98;
}
@media (max-width: 1199px) {
  .select2-container.select2-container--open {
    z-index: 9999;
  }
}
.select2-container .select2-selection {
  height: 35px;
}
@media (max-width: 767px) {
  .select2-container .select2-selection {
    height: 50px;
    margin-bottom: 0px;
  }
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 35px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .select2-container .select2-selection .select2-selection__rendered {
    line-height: 50px;
    font-size: 16px;
    padding-left: 0px;
  }
}
.select2-container .select2-selection--single {
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-results__option .light {
  font-weight: 300;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}
.select2-search--dropdown {
  padding: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #999;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFF !important;
  color: #212529 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: #18C6F3 !important;
  color: white !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #aaa;
  border-bottom: none;
}
.filterEventPage .searchBar .select2-container .select2-selection {
  height: 45px;
}
.filterEventPage .searchBar .select2-container .select2-selection .select2-selection__rendered {
  line-height: 45px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .filterEventPage .searchBar .select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    padding-left: 10px;
  }
}
.filterEventPage .searchBar .date .datepicker {
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .filterEventPage .searchBar .date .datepicker {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .filterEventPage .searchBar .date .datepicker {
    font-size: 16px;
  }
}
.filterEventPage .searchBar .date .datepicker::placeholder {
  color: #000;
}
.filterEventPage .searchBar .date .datepicker:focus {
  outline: none;
  box-shadow: none;
}
.filterEventPage .searchBar .date .fa {
  position: absolute;
  top: 17px;
}
@media (max-width: 991px) {
  .filterEventPage .searchBar .date .fa {
    top: 48%;
    transform: translateY(-50%);
    width: 23px;
    text-align: center;
    font-size: 16px;
  }
}
.filterEventPage .searchBar input.amountOfPeople {
  border: none;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  padding-left: 40px;
  min-height: 50px;
}
@media (max-width: 767px) {
  .filterEventPage .searchBar input.amountOfPeople {
    font-size: 16px;
  }
}
.filterEventPage .searchBar input.amountOfPeople::placeholder {
  color: #000;
}
.select-wrapper .input-icon input {
  border: none;
  border-bottom: solid 1px #efefef;
  padding: 0.375rem 0px !important;
  padding-left: 35px !important;
  font-size: 16px !important;
  height: 50px;
  font-family: 'Gotham Pro';
}
.select-wrapper .input-icon input:focus {
  box-shadow: none;
  outline: none;
}
.select-wrapper .input-icon.date:before {
  content: "\f133";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  pointer-events: none;
}
.chosenDate {
  display: none;
}
.shadow {
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1) !important;
}
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.breadcrumb .breadcrumb-item {
  font-family: 'Gotham Pro';
  font-weight: 400;
  flex: 0 0 auto;
}
.breadcrumb .breadcrumb-item.active {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchPartial {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.27);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.searchPartial .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.searchPartial .loader-wrapper {
  left: 0px;
  right: 0px;
  background: #f3f8fe;
  padding-top: 0px;
  position: static;
  margin: 70px 0px 40px 0px;
}
.searchPartial.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 576px) {
  .searchPartial.active .caption {
    top: 0px;
  }
}
.searchPartial.active .caption .topBar {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.searchPartial .searchResults {
  position: relative;
}
@media (max-width: 575px) {
  .searchPartial .searchResults {
    padding-top: 250px;
  }
}
@media (min-width: 576px) {
  .searchPartial .searchResults .scroll {
    max-height: 435px;
    overflow-y: auto;
  }
}
.searchPartial .searchResults .scroll::-webkit-scrollbar {
  width: 8px;
  /* Keep the width moderate */

}
.searchPartial .searchResults .scroll::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 100px;
}
.searchPartial .searchResults .scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: padding-box;
  background-color: #173B5A;
  min-height: 25px;
  /* Maintain good usability */

}
.searchPartial .searchResults p {
  font-family: 'Gotham Pro';
}
.searchPartial .searchResults p strong {
  font-weight: 900;
}
.searchPartial .searchResults .searchresult {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
  background: #FFF;
  margin-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 78px;
}
@media (max-width: 575px) {
  .searchPartial .searchResults .searchresult {
    margin-right: 0px;
    gap: 15px;
  }
  .searchPartial .searchResults .searchresult .text {
    padding: 7px 0px;
  }
}
.searchPartial .searchResults .searchresult .link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.searchPartial .searchResults .searchresult h4 {
  font-weight: 700;
}
@media (max-width: 575px) {
  .searchPartial .searchResults .searchresult h4 {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.searchPartial .searchResults .searchresult img {
  height: 100%;
  max-width: 90px;
}
.searchPartial .searchResults .searchresult:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #c9c9c9;
  font-size: 20px;
  padding-right: 0.5em;
  top: 49%;
  transform: translateY(-46%);
  right: 15px;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  font-weight: bold;
}
.searchPartial .searchResults .searchresult:hover:after {
  color: #000;
}
.searchPartial .title {
  line-height: 1.5em;
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #000;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.searchPartial .title:after {
  content: "";
  border-top: solid 4px #18C6F3;
  width: 38%;
  display: block;
  margin-top: 0px;
  max-width: 110px;
}
.searchPartial .caption {
  padding: 44px;
  background: #F3F8FE;
  min-width: 720px;
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 576px) {
  .searchPartial .caption {
    top: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
@media (max-width: 575px) {
  .searchPartial .caption {
    border-radius: 0px;
    min-width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 3.2rem;
    overflow: scroll;
  }
  .searchPartial .caption .topBar {
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
    padding: 16px 3.2rem;
    z-index: 999;
    background: #f3f8fe;
    padding-top: 50px;
    padding-bottom: 25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: none;
  }
  .searchPartial .caption .topBar p {
    font-size: 16px;
  }
  .searchPartial .caption .topBar .title {
    margin-bottom: 20px;
    font-size: 25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .searchPartial .caption .topBar .title:after {
    margin-top: -3px;
  }
}
.searchPartial .caption .close {
  margin-top: 2px;
  font-size: 22px;
  color: #000;
}
.searchPartial .caption form {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .searchPartial .caption form {
    display: block;
    margin-top: 0px;
  }
}
.searchPartial .caption form input {
  border-radius: 10px !important;
  border: solid 1px #d9d9d9 !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding-left: 20px;
}
.searchPartial .caption form .btn {
  min-width: 180px;
}
@media (max-width: 575px) {
  .searchPartial .caption form .btn {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
  }
}
.hover-up {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-up:hover {
  transform: translate(0, -5px) !important;
}
.reviews.no-text-overflow .reviewItem .description .text-wrapper {
  min-height: calc(10em);
}
.reviews.no-text-overflow .reviewItem .description .text-wrapper .text {
  overflow: visible;
  padding: 20px 0 0 0;
  border-top: 1px solid #ebeaea;
  -webkit-line-clamp: 999;
  line-clamp: 999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  /*    display: -webkit-box;
        
            -webkit-box-orient: vertical;*/

}
.reviews.no-text-overflow .reviewItem .description .text-wrapper .text.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  height: auto;
}
.reviews.no-text-overflow .reviewItem .description .text-wrapper .text p {
  font-size: 16px;
  line-height: 1.7em;
}
.uploadForm input#UploadCompanyLogo,
.applyForm input#UploadCompanyLogo {
  visibility: hidden;
  opacity: 0;
}
.uploadForm .file,
.applyForm .file {
  display: block;
  background: #1c3547;
  padding: 5px 10px;
  margin: 5px 0;
  color: #FFF;
  border-radius: 5px;
}
.uploadForm .file .delete,
.applyForm .file .delete {
  background: #e51b1b;
  color: #fff;
  float: right;
  display: flex;
  font-size: 12px;
  width: 23px;
  height: 23px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.fileinput-button {
  margin-top: 0px;
  margin-bottom: 15px;
}
.sidebar-teambuilding .btn {
  margin-bottom: 15px;
  width: 100%;
}
.sidebar-teambuilding ul {
  margin-top: 15px;
  margin-bottom: 20px;
}
.sidebar-teambuilding ul li {
  position: relative;
  line-height: 1.2em;
  font-family: 'Gotham Pro';
  font-weight: normal;
  padding: 7px 0 7px 30px;
}
.sidebar-teambuilding ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  display: inline-block;
  font-size: 18px;
  top: 8px;
  left: 0px;
  color: #479520;
}
.purechat-launcher-wrapper {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 96;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
}
.purechat-launcher-wrapper.hide {
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .purechat-launcher-wrapper {
    bottom: 30px;
    right: 10px;
  }
  .purechat-launcher-wrapper.hide {
    bottom: 25px;
  }
}
.purechat-launcher-wrapper button {
  background: none !important;
  border: none;
  /*overflow: hidden;*/
  text-indent: -9999px;
}
.purechat-launcher-wrapper button:focus {
  outline: none;
}
.purechat-launcher-wrapper button:before {
  content: "Vragen? Chat met Tibo!";
  box-shadow: 1px 1px 8px 0 rgba(59, 64, 76, 0.3);
  animation: purechat-launcher-appear 288ms cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 288ms;
  animation-fill-mode: both;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  line-height: 42px;
  min-width: 0;
  padding: 0 14px;
  white-space: nowrap;
  padding: 0px 15px;
  text-indent: 0;
  float: left;
  position: absolute;
  left: -180px;
  bottom: 3px;
  z-index: 999;
  font-size: 15px;
}
@media (max-width: 575px) {
  .purechat-launcher-wrapper button:before {
    font-size: 12px;
    left: -150px;
    bottom: 5px;
    line-height: 33px;
    font-weight: bold;
  }
}
.purechat-launcher-wrapper button:after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: url(https://api.purechat.com/Files/Download/db2ff151-bb2c-4ae9-9b05-e079c397831e.jpg) !important;
  background-size: cover !important;
  border-radius: 50%;
  margin-left: 15px;
  box-shadow: 1px 1px 8px 0 rgba(59, 64, 76, 0.8);
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 0;
  z-index: 999;
}
@media (max-width: 575px) {
  .purechat-launcher-wrapper button:after {
    width: 40px;
    height: 40px;
  }
}
.offerteform .select2-container,
.guestbookform .select2-container {
  width: 100% !important;
}
.offerteform input[type="checkbox"],
.guestbookform input[type="checkbox"] {
  position: relative;
  top: 1px;
}
.offerteform .offerSummary .accordion,
.guestbookform .offerSummary .accordion {
  margin-top: 15px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .offerteform .offerSummary .accordion,
  .guestbookform .offerSummary .accordion {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.offerteform .offerSummary .accordion .accordion-item,
.guestbookform .offerSummary .accordion .accordion-item {
  border-radius: 10px;
  border: none;
}
.offerteform .offerSummary .accordion .accordion-item.withBorder,
.guestbookform .offerSummary .accordion .accordion-item.withBorder {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 991px) {
  .offerteform .offerSummary .accordion .accordion-item.withBorder,
  .guestbookform .offerSummary .accordion .accordion-item.withBorder {
    border: none;
    background: #f9fafb;
  }
}
.offerteform .offerSummary .accordion .accordion-item.withBorder .accordion-button,
.guestbookform .offerSummary .accordion .accordion-item.withBorder .accordion-button {
  padding: 20px;
}
@media (max-width: 991px) {
  .offerteform .offerSummary .accordion .accordion-item.withBorder .accordion-button,
  .guestbookform .offerSummary .accordion .accordion-item.withBorder .accordion-button {
    /* padding: 0px;*/
    box-shadow: none;
    background: #f9fafb;
    border-radius: 10px;
    padding: 15px;
  }
}
.offerteform .offerSummary .accordion .accordion-item.withBorder .accordion-body,
.guestbookform .offerSummary .accordion .accordion-item.withBorder .accordion-body {
  padding: 0px 20px 20px 20px;
}
@media (max-width: 991px) {
  .offerteform .offerSummary .accordion .accordion-item.withBorder .accordion-body,
  .guestbookform .offerSummary .accordion .accordion-item.withBorder .accordion-body {
    padding: 0px 15px 15px 15px;
  }
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button,
.guestbookform .offerSummary .accordion .accordion-item .accordion-button {
  background: none;
  padding: 15px 0px;
  border-color: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .offerteform .offerSummary .accordion .accordion-item .accordion-button,
  .guestbookform .offerSummary .accordion .accordion-item .accordion-button {
    padding: 0px;
    border: none;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .offerteform .offerSummary .accordion .accordion-item .accordion-button,
  .guestbookform .offerSummary .accordion .accordion-item .accordion-button {
    padding: 12px 15px !important;
  }
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button:focus,
.guestbookform .offerSummary .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button:not(.collapsed),
.guestbookform .offerSummary .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button:not(.collapsed):after,
.guestbookform .offerSummary .accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button:after,
.guestbookform .offerSummary .accordion .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.offerteform .offerSummary .accordion .accordion-item .accordion-button .title,
.guestbookform .offerSummary .accordion .accordion-item .accordion-button .title {
  font-family: 'Gotham Pro';
  font-weight: 900;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .offerteform .offerSummary .accordion .accordion-item .accordion-button .title,
  .guestbookform .offerSummary .accordion .accordion-item .accordion-button .title {
    font-weight: 700;
    color: #000;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .offerteform .offerSummary .accordion .accordion-item .accordion-button .title,
  .guestbookform .offerSummary .accordion .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body {
  padding: 0px 10px;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body ul,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body ul li,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body ul li {
  font-family: 'Gotham Pro';
  font-weight: normal;
  line-height: 1.4;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body .step,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body .step {
  font-family: 'Gotham Pro';
  font-weight: 900;
  margin-bottom: 5px;
  display: inline-block;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body .step .edit,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body .step .edit {
  font-weight: 400;
  color: #000;
  margin-left: 5px;
}
.offerteform .offerSummary .accordion .accordion-item .accordion-body .step a,
.guestbookform .offerSummary .accordion .accordion-item .accordion-body .step a {
  font-weight: 400;
  color: #000;
}
.offerteform .select2-selection,
.guestbookform .select2-selection {
  line-height: 55px;
  height: 55px !important;
  border-radius: 10px !important;
  border: solid 1px #d9d9d9 !important;
  padding: 0px 20px;
}
@media (max-width: 575px) {
  .offerteform .select2-selection,
  .guestbookform .select2-selection {
    line-height: 45px;
    height: 45px !important;
  }
}
.offerteform .select2-selection .select2-selection__rendered,
.guestbookform .select2-selection .select2-selection__rendered {
  line-height: 55px;
  height: 55px !important;
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 16px;
  color: #000;
  padding: 0px;
}
@media (max-width: 575px) {
  .offerteform .select2-selection .select2-selection__rendered,
  .guestbookform .select2-selection .select2-selection__rendered {
    line-height: 45px;
    height: 45px !important;
    font-size: 14px;
  }
}
.offerteform .select2-selection .select2-selection__placeholder,
.guestbookform .select2-selection .select2-selection__placeholder {
  font-family: 'Gotham Pro';
  font-weight: normal;
  color: #000;
}
.offerteform span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--single,
.guestbookform span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
  border-radius: 10px 10px 0px 0px !important;
  border: 1px solid #aaa !important;
}
.min-width-200 {
  min-width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .min-width-200 {
    min-width: 210px;
    width: auto !important;
  }
}
.thanksMessage .success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .thanksMessage .success-checkmark {
    width: 90px;
    transform: scale(0.8);
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
.thanksMessage .success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
  /* &::before {
                top: 3px;
                left: -2px;
                width: 30px;
                transform-origin: 100% 50%;
                border-radius: 100px 0 0 100px;
            }*/

  /*&::after {
                top: 0;
                left: 30px;
                width: 60px;
                transform-origin: 0 50%;
                border-radius: 0 100px 100px 0;
                animation: rotate-circle 4.25s ease-in;
            }*/

  /* .icon-fix {
                top: 8px;
                width: 5px;
                left: 26px;
                z-index: 1;
                height: 85px;
                position: absolute;
                transform: rotate(-45deg);
                background-color: #d1e7dd;
            }*/

}
.thanksMessage .success-checkmark .check-icon::before,
.thanksMessage .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #d1e7dd;
  transform: rotate(-45deg);
}
.thanksMessage .success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.thanksMessage .success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.thanksMessage .success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.thanksMessage .success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.alert.alert-success {
  font-family: 'Gotham Pro';
  font-weight: normal;
}
.alert.alert-success h3,
.alert.alert-success h4 {
  color: #0f5132;
}
@media (max-width: 991px) {
  .offerSteps {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 15px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: block !important;
    scrollbar-width: none;
    padding-top: 0px;
    margin: 0px -3.2rem;
    padding-left: 3.2rem;
    position: sticky;
    top: 64px;
    z-index: 8;
  }
}
@media (max-width: 991px) {
  .offerSteps .lightgrey-wrapper {
    padding: 0px !important;
    margin: 0px -3.2rem;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .offer.page .nav-pills {
    padding: 0px 3.2rem;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .offer.page .progress .progress-bar {
    width: 25%;
  }
}
.custom-alert {
  padding: 15px;
  background: #E8FEF2;
  color: #000;
  margin-bottom: 14px;
  font-family: 'Gotham Pro';
  font-weight: normal;
  border-left: solid 5px #00733D;
  position: relative;
  padding-left: 45px;
  line-height: 1.2;
}
.custom-alert:before {
  content: "";
  background: url('/Content/images/icons/check-circle.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain !important;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-alert.error {
  color: #d00000;
  background: #fee8e8;
  border-left: solid 5px #d00000;
}
.custom-alert.error:before {
  background: url('/Content/images/icons/times-circle.svg');
}
.custom-alert.info {
  background-color: #f9fafb;
  color: #000;
  border-left: solid 5px #18c6f3;
  padding-left: 15px;
}
.custom-alert.info:before {
  display: none;
}
@media (max-width: 575px) {
  .form-check-input {
    margin-top: 3px !important;
  }
}
.link.toggle {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.link.toggle:after {
  font-family: 'FontAwesome';
  content: '\f107';
  display: inline-block;
  font-size: 18px;
  top: 4px;
  left: 0px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: none;
}
.link.toggle.open:after {
  transform: rotate(180deg);
}
.extra-item {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.extra-item.show {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .extra-item {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
  }
}
.btn.btn-primary .icon.mobile {
  position: relative;
  top: -2px;
}
.contactSection ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 20px 0px;
}
.contactSection ul li {
  line-height: 2.2;
}
.contactSection ul li a {
  display: inline-block;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
  font-weight: 600;
  color: #000;
  font-family: 'Gotham Pro';
}
.contactSection ul li a .fa {
  width: 25px;
  margin-right: 10px;
  font-size: 20px;
  color: #18c6f3;
  position: relative;
  top: 1px;
}
.contactSection .btn.btn-primary {
  border: solid 2px #479520;
}
.contactSection .btn.btn-border {
  border: solid 2px #479520;
  background: transparent;
  color: #479520;
  font-family: 'Gotham Pro';
  font-weight: bold;
}
.contactSection .btn.btn-border:hover {
  background: #479520;
  color: #FFF;
  filter: brightness(1.1);
}
@media (max-width: 575px) {
  .contactSection .contactOptions ul {
    display: block;
    margin-bottom: 0px;
  }
  .contactSection .contactOptions ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .contactSection .contactOptions ul li a {
    display: block;
    max-width: 240px;
    padding: 12px 20px;
  }
}
.guestbookform .tile.lightgrey {
  position: sticky;
  top: 110px;
  background-color: #F3F8FE;
}
.guestbookform .tile p {
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 575px) {
  .guestbookform .tile p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .guestbookform .tile .btn {
    width: 100%;
  }
}
.guestbookform .tile .logo {
  width: 100%;
  max-width: 190px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .guestbookform .tile .logo {
    max-width: 170px;
    margin-bottom: 15px;
  }
}
.faqcontainer {
  margin-top: 15px;
}
.faqcontainer .accordion-item {
  border: none;
  margin-bottom: 20px;
}
.faqcontainer .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.faqcontainer .accordion-item:last-of-type {
  border-bottom: none;
}
.faqcontainer .accordion-item .accordion-body {
  padding: 10px 20px 20px 20px;
}
.faqcontainer .accordion-item .accordion-header .accordion-button {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  padding: 15px 20px;
  border-bottom: none;
}
@media (max-width: 575px) {
  .faqcontainer .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faqcontainer .accordion-item .accordion-header .accordion-button img.arrow {
  width: 28px;
  align-items: start;
}
@media (max-width: 575px) {
  .faqcontainer .accordion-item .accordion-header .accordion-button img.arrow {
    margin-right: -7px;
  }
}
.faqcontainer .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
}
.faqcontainer .accordion-item .accordion-header .accordion-button.collapsed img.arrow {
  transform: rotate(0deg);
}
.faqcontainer .accordion-item .accordion-header .accordion-button img.arrow {
  transition: transform 0.25s ease-out;
  transform-origin: center center;
  transform: rotate(180deg);
}
.faqcontainer .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faqcontainer .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.banner.darkblue {
  background: #091E3A;
  padding: 60px;
  position: relative;
  z-index: 99;
  color: #FFF;
  display: block;
  margin: 0 auto;
  margin-top: -150px;
  border-radius: 15px;
  /*.odometer-digit {
            display: inline-block;
            min-width: auto;*/

  /* geen te krappe vaste breedte */

  /*padding-right: 0.05em;*/

  /* kleine ruimte rechts per cijfer */

  /*overflow: visible;
        }*/

}
.banner.darkblue.cta {
  padding: 15px 60px;
}
@media (max-width: 575px) {
  .banner.darkblue.cta {
    padding: 30px 25px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .banner.darkblue.cta {
    padding: 50px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .banner.darkblue.cta {
    padding: 40px 60px;
  }
}
.banner.darkblue.cta .image {
  margin-right: -190px;
  margin-left: 80px;
}
@media (max-width: 991px) {
  .banner.darkblue.cta .image {
    margin-left: 0px;
    margin-right: 0px;
    max-width: unset;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .banner.darkblue.cta .image {
    margin-right: -140px;
    margin-left: 20px;
  }
}
.banner.darkblue.cta p a {
  color: #FFF;
  text-decoration: underline;
}
.banner.darkblue.cta ul li a {
  color: #FFF;
}
@media (max-width: 575px) {
  .banner.darkblue {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .banner.darkblue.usps {
    margin: -150px -3.2rem 0px -3.2rem;
    padding: 30px 3.2rem;
    border-radius: 0px;
  }
  .banner.darkblue.usps .d-inline-block {
    display: inline-block !important;
    width: 33%;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .banner.darkblue.usps .label {
    margin-bottom: 15px;
    display: block;
    margin: 0px;
    text-align: center;
    width: 100% !important;
    font-size: 14px;
    line-height: 1.2;
  }
}
.banner.darkblue.usps .usp {
  min-width: 220px;
  /*@media(min-width: 576px) and (max-width: 1499px) {
                    min-width: 185px;
                }*/

}
@media (min-width: 576px) and (max-width: 1199px) {
  .banner.darkblue.usps .usp {
    min-width: 180px;
  }
}
@media (max-width: 575px) {
  .banner.darkblue.usps .usp {
    min-width: 85px;
  }
}
@media (max-width: 767px) {
  .banner.darkblue.usps {
    margin-bottom: -20px !important;
  }
}
.banner.darkblue h2,
.banner.darkblue h3,
.banner.darkblue h4 {
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner.darkblue h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner.darkblue .image {
  margin-top: -150px;
  margin-bottom: -70px;
}
@media (max-width: 575px) {
  .banner.darkblue .image {
    display: block;
    margin: 0 auto;
    margin-bottom: -80px;
    margin-top: 20px;
    max-width: 200px;
  }
}
.banner.darkblue .image img {
  width: 100%;
}
.banner.darkblue .odometer-counter {
  display: block;
  font-size: 32px;
  font-family: 'Gotham Pro';
  font-weight: 900;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .banner.darkblue .odometer-counter {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .banner.darkblue .odometer-counter {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .banner.darkblue .d-flex {
    gap: 25px;
  }
}
.banner.darkblue .icon {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .banner.darkblue .icon {
    margin-bottom: 15px;
    width: 64px;
    height: 29px;
  }
}
.steps {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .steps .stepItem {
    margin-bottom: 20px;
  }
}
.steps .stepItem .image-wrapper {
  position: relative !important;
  width: 100%;
  padding-top: 68%;
  z-index: 99;
}
.steps .stepItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .steps .stepItem img {
    margin-bottom: 0px;
  }
}
.steps .stepItem .count {
  font-size: 32px;
  font-family: 'Gotham Pro';
  font-weight: 900;
  display: block;
  color: #18c6f3;
}
.steps .stepItem .title {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps .stepItem .title {
    font-size: 20px;
  }
}
.z-index-9 {
  z-index: 9;
}
iframe {
  width: 100%;
  aspect-ratio: 1.777777778;
  height: auto;
  border: none;
  /* optioneel */
  display: block;
}
.vervolg .text-container {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  line-clamp: 11;
  -webkit-box-orient: vertical;
  line-height: 1.7em;
  font-family: 'Gotham Pro';
  font-weight: 400;
}
.vervolg .text-container.show {
  display: block;
  overflow: visible;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  -webkit-box-orient: initial;
}
.readMore-wrapper h3 {
  margin-top: 20px;
}
.readMore-wrapper.center .read-more,
.readMore-wrapper.center .read-less {
  font-weight: 700;
  margin-top: 20px !important;
  display: inline-block;
}
.readMore-wrapper.center .read-more:after,
.readMore-wrapper.center .read-less:after {
  content: "";
  background: url(/Content/images/icons/arrow-black.svg);
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
  right: 0px;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
}
.readMore-wrapper.center .read-less:after {
  transform: rotate(-90deg);
}
.faq {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.faq h3.accordion-header {
  line-height: 1.2;
}
.faq li {
  border: none;
  margin-bottom: 20px;
  list-style: none;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.7em;
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 575px) {
  .faq li h3 {
    line-height: 1.2;
  }
}
.faq li:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}
.faq li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  padding: 15px 20px;
  border-bottom: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
@media (max-width: 575px) {
  .faq li h3 {
    font-size: 16px;
  }
}
.faq li h3:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('/Content/images/icons/angle-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease-out;
  transform-origin: center center;
  flex-shrink: 0;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .faq li h3:after {
    margin-right: -7px;
  }
}
.faq li h3.collapsed {
  background-color: transparent;
}
.faq li h3.collapsed:after {
  transform: rotate(0deg);
}
.faq li h3:not(.collapsed):after {
  transform: rotate(180deg);
}
.faq li h3:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faq li div.wrapper {
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 0;
}
.faq li div.wrapper .faq-content-inner {
  padding: 10px 20px 20px 20px;
}
@media (max-width: 575px) {
  .faq li div.wrapper .faq-content-inner {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.fancybox-overlay {
  z-index: 9999;
}
.fancybox-overlay .fancybox-close {
  color: transparent;
  font-size: 0;
  right: 0px !important;
  top: -22px !important;
  opacity: 1;
  left: 0px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 50px;
}
@media (max-width: 767px) {
  .fancybox-overlay .fancybox-close {
    top: -18px !important;
  }
}
.fancybox-overlay .fancybox-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 20px;
  top: 10px;
  left: 0;
  background: #FFF !important;
  width: 42px;
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fancybox-overlay .fancybox-close:before {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.fancybox-overlay .fancybox-next,
.fancybox-overlay .fancybox-prev {
  font-size: 40px;
}
.fancybox-overlay .fancybox-next .fa,
.fancybox-overlay .fancybox-prev .fa {
  font-size: 28px;
  background: #FFF;
  opacity: 1;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  right: 30px;
}
@media (max-width: 575px) {
  .fancybox-overlay .fancybox-next .fa,
  .fancybox-overlay .fancybox-prev .fa {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 15px;
  }
}
.fancybox-overlay .fancybox-next .fa:before,
.fancybox-overlay .fancybox-prev .fa:before {
  color: #000;
  font-weight: bold;
}
.fancybox-overlay .fancybox-prev .fa {
  left: 30px;
}
@media (max-width: 575px) {
  .fancybox-overlay .fancybox-prev .fa {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    left: 15px;
    right: unset;
  }
}
.search-city-wrapper {
  position: relative;
}
.search-city-wrapper .input-wrapper:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-city-wrapper .input-wrapper .form-control {
  padding-left: 45px;
}
.search-city-wrapper .form-control {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border-radius: 10px;
  border: solid 1px #d9d9d9 !important;
  font-family: 'Gotham Pro';
  padding: 0px 20px;
}
@media (max-width: 575px) {
  .search-city-wrapper .form-control {
    line-height: 52px;
    height: 52px;
  }
}
.search-city-wrapper .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 12px 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
.search-city-wrapper .btn .fa {
  font-size: 20px;
}
@media (max-width: 575px) {
  .search-city-wrapper .btn {
    padding: 10px 13px;
  }
  .search-city-wrapper .btn .fa {
    font-size: 16px;
  }
}
.search-city-wrapper .notFound .btn {
  position: static;
  display: inline-block;
  transform: none;
  margin-top: 15px;
}
.search-city-wrapper .preview {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  margin-top: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}
.search-city-wrapper .preview .loading-state,
.search-city-wrapper .preview .no-results,
.search-city-wrapper .preview .error-state {
  padding: 15px 20px;
  text-align: center;
  color: #666;
  font-family: 'Gotham Pro';
  color: #000;
}
.search-city-wrapper .preview .loading-state .fa,
.search-city-wrapper .preview .no-results .fa,
.search-city-wrapper .preview .error-state .fa {
  margin-right: 5px;
  color: #18c6f3;
}
.search-city-wrapper .preview .city-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-city-wrapper .preview .city-results-list li {
  border-bottom: 1px solid #f0f0f0;
}
.search-city-wrapper .preview .city-results-list li:last-child {
  border-bottom: none;
}
.search-city-wrapper .preview .city-results-list li .city-result-item {
  display: block;
  padding: 12px 20px;
  color: #173B5A;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: 'Gotham Pro';
  color: #000;
  text-align: left;
}
.search-city-wrapper .preview .city-results-list li .city-result-item:hover {
  background: #f8f8f8;
  color: #ef7811;
}
.search-city-wrapper .preview .city-results-list li .city-result-item .fa-map-marker {
  color: #ef7811;
}
.popular-cities {
  margin-top: 25px;
}
.popular-cities small {
  font-size: 13px;
}
.popular-cities h4 {
  color: #000 !important;
}
.popular-cities .popular-cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .popular-cities .popular-cities-list {
    justify-content: start;
  }
}
.popular-cities .popular-cities-list .city {
  margin-bottom: 2px;
}
.popular-cities .popular-cities-list .popular-city-tag {
  display: inline-block;
  padding: 8px 16px;
  background: #f0f0f0;
  color: #173B5A;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.popular-cities .popular-cities-list .popular-city-tag:hover {
  background: #173B5A;
  color: white;
  border-color: #173B5A;
}
@media (max-width: 767px) {
  .popular-cities .popular-cities-list {
    gap: 5px !important;
  }
  .popular-cities .popular-cities-list .popular-city-tag {
    padding: 6px 12px;
    font-size: 13px;
  }
  .popular-cities .popular-cities-list .city {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .popular-cities-list {
    margin-top: 10px;
  }
}
.popular-cities-list a {
  line-height: 1.7em;
  font-family: 'Gotham Pro';
  border: solid 1px #d9d9d9;
  padding: 3px 15px;
  color: #959595;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .popular-cities-list a {
    padding: 1px 15px;
  }
}
.popular-cities-list a:hover {
  background-color: #f9f9f9;
}
.popular-cities-list a strong {
  color: #000;
}
.m-t-100 {
  margin-top: 100px !important;
}
@media (max-width: 575px) {
  .m-t-100 {
    margin-top: 60px !important;
  }
}
.m-b-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 575px) {
  .m-b-100 {
    margin-bottom: 60px !important;
  }
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-t-150 {
  margin-top: 150px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-t-150 {
  padding-top: 150px !important;
}
.p-b-150 {
  padding-bottom: 150px !important;
}
.p-l-150 {
  padding-left: 150px !important;
}
.p-r-150 {
  padding-right: 150px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-b-200 {
  padding-bottom: 200px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-r-15 {
  padding-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-20 {
  padding: 20px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
h1.left,
h2.left,
h3.left,
h4.left,
h5.left,
h6.left,
p.left {
  text-align: left;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
p.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right,
p.right {
  text-align: right;
}
@media (max-width: 1499px) {
  .m-t-mobile-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-t-mobile-50 {
    margin-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .m-t-mobile-50 {
    margin-top: 50px !important;
  }
}
@media (max-width: 1499px) {
  .m-b-mobile-50 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 575px) {
  .m-b-mobile-50 {
    margin-bottom: 50px !important;
  }
}
.p-30 {
  padding: 30px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.max-width-530 {
  max-width: 530px;
}
@media (min-width: 1500px) {
  .p-t-b-100-desktop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.darkblue label {
  color: white !important;
}
/*
textarea {
    &.form-control {
        width: 100% !important;
        height: auto;
        padding: 5px;
        border-radius: 0;
        border: 1px solid grey;
    }
}
*/

.form-horizontal .gender .btn-group .btn {
  background: white;
  color: #091E3A !important;
  margin: 0 10px 0 0;
  border: 1px solid #091E3A;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
}
.form-horizontal .gender .btn-group .btn .yes,
.form-horizontal .gender .btn-group .btn .no {
  font-size: 18px;
}
.form-horizontal .gender .btn-group .btn .yes {
  display: none;
}
.form-horizontal .gender .btn-group .btn .no {
  display: inline-block;
}
.form-horizontal .gender .btn-group .btn.active {
  border-color: green;
  color: green !important;
}
.form-horizontal .gender .btn-group .btn.active .yes {
  display: inline-block;
}
.form-horizontal .gender .btn-group .btn.active .no {
  display: none;
}
.form-horizontal .row {
  padding-bottom: 50px;
  padding-top: 30px;
}
.form-horizontal .row.no-padding {
  padding-bottom: 0px;
  padding-top: 0px;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
.form-horizontal .row #event-info,
.form-horizontal .form-group #event-info {
  position: absolute;
  right: -10px;
  top: 10px;
  color: grey;
  display: none;
}
.form-horizontal .row .tooltip,
.form-horizontal .form-group .tooltip {
  width: 200px;
}
.form-horizontal .row.border,
.form-horizontal .form-group.border {
  border: none !important;
  border-bottom: 1px solid #e7e7e7 !important;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  /* h3 {
                position: absolute;
                left: 0;
                top: 0px;

                @media(max-width: 767px) {
                    position: relative;
                    margin-left: 15px;
                    font-size: 22px;
                }
            }*/

}
.form-horizontal .row .score,
.form-horizontal .form-group .score {
  background: #479520;
  color: white !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin-right: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  font-size: 18px;
}
.form-horizontal .row .scoreslider,
.form-horizontal .form-group .scoreslider {
  width: 200px;
  background: #ebeaea;
  float: left;
  margin-top: 20px !important;
  position: relative;
  height: 0.8em;
}
.form-horizontal .row .scoreslider .ui-slider-range,
.form-horizontal .form-group .scoreslider .ui-slider-range {
  background: #ef7811 !important;
  opacity: 0.5;
}
.form-horizontal .row .scoreslider .ui-slider-handle,
.form-horizontal .form-group .scoreslider .ui-slider-handle {
  background: #ef7811;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -7px !important;
  position: absolute;
  margin-left: -0.6em;
}
.form-horizontal .row .scoreslider .ui-slider-range,
.form-horizontal .form-group .scoreslider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  height: 100%;
}
.form-horizontal .row.date,
.form-horizontal .form-group.date {
  padding-top: 0;
  padding-bottom: 0;
}
.form-horizontal .row.date .relative,
.form-horizontal .form-group.date .relative {
  position: relative;
}
.form-horizontal .row.date .relative .fa,
.form-horizontal .form-group.date .relative .fa {
  position: absolute;
  right: 25px;
  height: 35px;
  line-height: 35px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #EE0015;
  z-index: 0;
}
.form-horizontal .row label.control-label,
.form-horizontal .form-group label.control-label {
  cursor: pointer;
  padding-left: 0;
  font-family: 'Gotham Pro';
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-horizontal .row label.control-label .required,
.form-horizontal .form-group label.control-label .required {
  color: #EE0015;
  font-size: 20px;
  position: absolute;
  top: -2px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form-horizontal .row label.control-label,
  .form-horizontal .form-group label.control-label {
    margin-bottom: 2px;
  }
}
.form-horizontal .row label.control-label .fa,
.form-horizontal .form-group label.control-label .fa {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 15px;
}
.form-horizontal .row textarea,
.form-horizontal .form-group textarea,
.form-horizontal .row input[type=text],
.form-horizontal .form-group input[type=text],
.form-horizontal .row input[type=tel],
.form-horizontal .form-group input[type=tel],
.form-horizontal .row input[type=email],
.form-horizontal .form-group input[type=email],
.form-horizontal .row input[type=password],
.form-horizontal .form-group input[type=password],
.form-horizontal .row input[type=datetime],
.form-horizontal .form-group input[type=datetime],
.form-horizontal .row input.timepicker,
.form-horizontal .form-group input.timepicker,
.form-horizontal .row select,
.form-horizontal .form-group select {
  width: 100%;
  line-height: 55px;
  height: 55px !important;
  padding: 0 5px;
  border-radius: 10px !important;
  border: solid 1px #d9d9d9 !important;
  font-family: 'Gotham Pro';
  padding: 0px 20px;
  background-color: #FFF;
  -webkit-appearance: none;
  /* Voor iOS/Safari */
  appearance: none;
}
.form-horizontal .row textarea:-webkit-autofill,
.form-horizontal .form-group textarea:-webkit-autofill,
.form-horizontal .row input[type=text]:-webkit-autofill,
.form-horizontal .form-group input[type=text]:-webkit-autofill,
.form-horizontal .row input[type=tel]:-webkit-autofill,
.form-horizontal .form-group input[type=tel]:-webkit-autofill,
.form-horizontal .row input[type=email]:-webkit-autofill,
.form-horizontal .form-group input[type=email]:-webkit-autofill,
.form-horizontal .row input[type=password]:-webkit-autofill,
.form-horizontal .form-group input[type=password]:-webkit-autofill,
.form-horizontal .row input[type=datetime]:-webkit-autofill,
.form-horizontal .form-group input[type=datetime]:-webkit-autofill,
.form-horizontal .row input.timepicker:-webkit-autofill,
.form-horizontal .form-group input.timepicker:-webkit-autofill,
.form-horizontal .row select:-webkit-autofill,
.form-horizontal .form-group select:-webkit-autofill {
  background-color: white !important;
  color: black !important;
}
@media (max-width: 575px) {
  .form-horizontal .row textarea,
  .form-horizontal .form-group textarea,
  .form-horizontal .row input[type=text],
  .form-horizontal .form-group input[type=text],
  .form-horizontal .row input[type=tel],
  .form-horizontal .form-group input[type=tel],
  .form-horizontal .row input[type=email],
  .form-horizontal .form-group input[type=email],
  .form-horizontal .row input[type=password],
  .form-horizontal .form-group input[type=password],
  .form-horizontal .row input[type=datetime],
  .form-horizontal .form-group input[type=datetime],
  .form-horizontal .row input.timepicker,
  .form-horizontal .form-group input.timepicker,
  .form-horizontal .row select,
  .form-horizontal .form-group select {
    line-height: 45px;
    height: 45px !important;
    padding: 0px 15px;
  }
}
.form-horizontal .row textarea.datepicker,
.form-horizontal .form-group textarea.datepicker,
.form-horizontal .row input[type=text].datepicker,
.form-horizontal .form-group input[type=text].datepicker,
.form-horizontal .row input[type=tel].datepicker,
.form-horizontal .form-group input[type=tel].datepicker,
.form-horizontal .row input[type=email].datepicker,
.form-horizontal .form-group input[type=email].datepicker,
.form-horizontal .row input[type=password].datepicker,
.form-horizontal .form-group input[type=password].datepicker,
.form-horizontal .row input[type=datetime].datepicker,
.form-horizontal .form-group input[type=datetime].datepicker,
.form-horizontal .row input.timepicker.datepicker,
.form-horizontal .form-group input.timepicker.datepicker,
.form-horizontal .row select.datepicker,
.form-horizontal .form-group select.datepicker,
.form-horizontal .row textarea.timepicker,
.form-horizontal .form-group textarea.timepicker,
.form-horizontal .row input[type=text].timepicker,
.form-horizontal .form-group input[type=text].timepicker,
.form-horizontal .row input[type=tel].timepicker,
.form-horizontal .form-group input[type=tel].timepicker,
.form-horizontal .row input[type=email].timepicker,
.form-horizontal .form-group input[type=email].timepicker,
.form-horizontal .row input[type=password].timepicker,
.form-horizontal .form-group input[type=password].timepicker,
.form-horizontal .row input[type=datetime].timepicker,
.form-horizontal .form-group input[type=datetime].timepicker,
.form-horizontal .row input.timepicker.timepicker,
.form-horizontal .form-group input.timepicker.timepicker,
.form-horizontal .row select.timepicker,
.form-horizontal .form-group select.timepicker {
  border-radius: 0;
  z-index: 1;
  position: relative;
  background: none !important;
  border: 1px solid grey;
}
.form-horizontal .row textarea.input-mini,
.form-horizontal .form-group textarea.input-mini,
.form-horizontal .row input[type=text].input-mini,
.form-horizontal .form-group input[type=text].input-mini,
.form-horizontal .row input[type=tel].input-mini,
.form-horizontal .form-group input[type=tel].input-mini,
.form-horizontal .row input[type=email].input-mini,
.form-horizontal .form-group input[type=email].input-mini,
.form-horizontal .row input[type=password].input-mini,
.form-horizontal .form-group input[type=password].input-mini,
.form-horizontal .row input[type=datetime].input-mini,
.form-horizontal .form-group input[type=datetime].input-mini,
.form-horizontal .row input.timepicker.input-mini,
.form-horizontal .form-group input.timepicker.input-mini,
.form-horizontal .row select.input-mini,
.form-horizontal .form-group select.input-mini {
  width: 100px;
  margin-right: 10px;
}
.form-horizontal .row textarea,
.form-horizontal .form-group textarea {
  height: auto !important;
}
.form-horizontal .row .radio.inline,
.form-horizontal .form-group .radio.inline {
  width: auto;
  margin-right: 20px;
  font-family: 'Gotham Pro';
  color: #000;
}
.form-horizontal .row .radio.inline input,
.form-horizontal .form-group .radio.inline input {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.form-horizontal .row textarea,
.form-horizontal .form-group textarea {
  width: 100%;
  height: 100px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .form-horizontal .row .meal,
  .form-horizontal .form-group .meal,
  .form-horizontal .row .bus,
  .form-horizontal .form-group .bus,
  .form-horizontal .row .checktile,
  .form-horizontal .form-group .checktile {
    width: 100%;
  }
}
.form-horizontal .row .meal .btn-group,
.form-horizontal .form-group .meal .btn-group,
.form-horizontal .row .bus .btn-group,
.form-horizontal .form-group .bus .btn-group,
.form-horizontal .row .checktile .btn-group,
.form-horizontal .form-group .checktile .btn-group {
  width: 100%;
  padding-left: 15px;
}
.form-horizontal .row .meal .btn,
.form-horizontal .form-group .meal .btn,
.form-horizontal .row .bus .btn,
.form-horizontal .form-group .bus .btn,
.form-horizontal .row .checktile .btn,
.form-horizontal .form-group .checktile .btn {
  width: 190px;
  height: 125px;
  margin: 0;
  background: white;
  border: 1px solid #ef7811;
  color: #ef7811 !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}
.form-horizontal .row .meal .btn .fa,
.form-horizontal .form-group .meal .btn .fa,
.form-horizontal .row .bus .btn .fa,
.form-horizontal .form-group .bus .btn .fa,
.form-horizontal .row .checktile .btn .fa,
.form-horizontal .form-group .checktile .btn .fa {
  margin-right: 0px;
}
.form-horizontal .row .meal .btn:hover,
.form-horizontal .form-group .meal .btn:hover,
.form-horizontal .row .bus .btn:hover,
.form-horizontal .form-group .bus .btn:hover,
.form-horizontal .row .checktile .btn:hover,
.form-horizontal .form-group .checktile .btn:hover {
  filter: none;
}
@media (max-width: 767px) {
  .form-horizontal .row .meal .btn,
  .form-horizontal .form-group .meal .btn,
  .form-horizontal .row .bus .btn,
  .form-horizontal .form-group .bus .btn,
  .form-horizontal .row .checktile .btn,
  .form-horizontal .form-group .checktile .btn {
    width: 48%;
    margin-right: 4% !important;
  }
  .form-horizontal .row .meal .btn:last-child,
  .form-horizontal .form-group .meal .btn:last-child,
  .form-horizontal .row .bus .btn:last-child,
  .form-horizontal .form-group .bus .btn:last-child,
  .form-horizontal .row .checktile .btn:last-child,
  .form-horizontal .form-group .checktile .btn:last-child {
    margin-right: 0 !important;
  }
}
.form-horizontal .row .meal .btn .icon,
.form-horizontal .form-group .meal .btn .icon,
.form-horizontal .row .bus .btn .icon,
.form-horizontal .form-group .bus .btn .icon,
.form-horizontal .row .checktile .btn .icon,
.form-horizontal .form-group .checktile .btn .icon {
  font-size: 30px;
  display: block;
  margin: 10px 0 10px 0;
}
.form-horizontal .row .meal .btn .yes,
.form-horizontal .form-group .meal .btn .yes,
.form-horizontal .row .bus .btn .yes,
.form-horizontal .form-group .bus .btn .yes,
.form-horizontal .row .checktile .btn .yes,
.form-horizontal .form-group .checktile .btn .yes,
.form-horizontal .row .meal .btn .no,
.form-horizontal .form-group .meal .btn .no,
.form-horizontal .row .bus .btn .no,
.form-horizontal .form-group .bus .btn .no,
.form-horizontal .row .checktile .btn .no,
.form-horizontal .form-group .checktile .btn .no {
  font-size: 18px;
}
.form-horizontal .row .meal .btn .yes,
.form-horizontal .form-group .meal .btn .yes,
.form-horizontal .row .bus .btn .yes,
.form-horizontal .form-group .bus .btn .yes,
.form-horizontal .row .checktile .btn .yes,
.form-horizontal .form-group .checktile .btn .yes {
  display: none;
}
.form-horizontal .row .meal .btn .no,
.form-horizontal .form-group .meal .btn .no,
.form-horizontal .row .bus .btn .no,
.form-horizontal .form-group .bus .btn .no,
.form-horizontal .row .checktile .btn .no,
.form-horizontal .form-group .checktile .btn .no {
  display: block;
}
.form-horizontal .row .meal .btn:first-child,
.form-horizontal .form-group .meal .btn:first-child,
.form-horizontal .row .bus .btn:first-child,
.form-horizontal .form-group .bus .btn:first-child,
.form-horizontal .row .checktile .btn:first-child,
.form-horizontal .form-group .checktile .btn:first-child {
  margin-right: 20px;
}
.form-horizontal .row .meal .btn.active,
.form-horizontal .form-group .meal .btn.active,
.form-horizontal .row .bus .btn.active,
.form-horizontal .form-group .bus .btn.active,
.form-horizontal .row .checktile .btn.active,
.form-horizontal .form-group .checktile .btn.active {
  border: 1px solid green;
  color: green !important;
}
.form-horizontal .row .meal .btn.active .yes,
.form-horizontal .form-group .meal .btn.active .yes,
.form-horizontal .row .bus .btn.active .yes,
.form-horizontal .form-group .bus .btn.active .yes,
.form-horizontal .row .checktile .btn.active .yes,
.form-horizontal .form-group .checktile .btn.active .yes {
  display: block;
}
.form-horizontal .row .meal .btn.active .no,
.form-horizontal .form-group .meal .btn.active .no,
.form-horizontal .row .bus .btn.active .no,
.form-horizontal .form-group .bus .btn.active .no,
.form-horizontal .row .checktile .btn.active .no,
.form-horizontal .form-group .checktile .btn.active .no {
  display: none;
}
.form-horizontal .row .meal .btn:hover,
.form-horizontal .form-group .meal .btn:hover,
.form-horizontal .row .bus .btn:hover,
.form-horizontal .form-group .bus .btn:hover,
.form-horizontal .row .checktile .btn:hover,
.form-horizontal .form-group .checktile .btn:hover {
  background: #f4f4f4;
}
.form-horizontal .row .bus .btn,
.form-horizontal .form-group .bus .btn {
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .form-horizontal .row .bus .btn,
  .form-horizontal .form-group .bus .btn {
    width: 100% !important;
  }
}
.form-horizontal .row .bus .field-validation-error,
.form-horizontal .form-group .bus .field-validation-error {
  margin: 0;
  display: block;
  text-align: left;
  margin: 10px 0px;
}
.white-wrapper {
  padding: 40px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .white-wrapper {
    padding: 0px;
  }
}
@media (min-wdith: 992px) {
  .white-wrapper .sticky.sidebar {
    position: sticky;
    top: 110px;
  }
}
.white-wrapper h3 {
  display: inline-block;
  width: auto;
}
.white-wrapper h3 u {
  position: relative;
  text-decoration: none;
}
.white-wrapper h3 u:after {
  content: "";
  border-top: solid 3px #EE0015;
  width: 38%;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .white-wrapper h3 u:after {
    margin-top: 5px;
    border-top: solid 2px #EE0015;
  }
}
.offer.page .form-horizontal .form-group select.filled,
.offer.page .form-horizontal .form-group input.filled {
  /*border: solid 2px green !important;
            color: green;*/
  outline: none;
  box-shadow: none;
}
.offer.page .form-horizontal .form-group select.filled option,
.offer.page .form-horizontal .form-group input.filled option {
  color: #000;
}
.offer.page .form-horizontal .form-group select.filled:focus,
.offer.page .form-horizontal .form-group input.filled:focus {
  border: solid 2px green !important;
}
.offer.page hr {
  border-bottom: 1px solid #e7e7e7 !important;
  opacity: 1;
  margin-top: 50px;
  display: block;
}
.offer.page textarea {
  border-radius: 10px !important;
  border: solid 1px #d9d9d9 !important;
  font-family: 'Gotham Pro';
  padding: 0px 20px;
}
.offer.page .btn input[type=checkbox] {
  visibility: hidden;
  width: 0px;
}
.offer.page .btn {
  font-family: 'Gotham Pro';
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
label,
.field-validation-error {
  font-family: 'Gotham Pro';
}
.contactOptions ul {
  list-style-type: none;
  justify-content: flex-start;
  display: flex;
  padding-left: 0px;
  margin-top: 15px;
}
.contactOptions ul li {
  line-height: 1.2;
  display: inline-block;
  margin-right: 15px;
}
.contactOptions ul li a {
  display: inline-block;
  padding: 15px 20px;
  border: solid 1px #DDDDDD;
  border-radius: 12px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #E9E9E9 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Gotham Pro';
}
.contactOptions ul li a .d-flex {
  gap: 0px 20px;
}
.contactOptions ul li a .fa {
  font-size: 28px;
  position: relative;
  top: 4px;
}
.contactOptions ul li a small {
  font-weight: 300;
}
.contactOptions ul li a:hover {
  background: #f9f9f9;
  border: solid 1px #d3d3d3 !important;
}
.add-on {
  font-family: 'Gotham Pro';
}
.adddate,
.removedate {
  font-family: 'Gotham Pro';
  font-weight: 400;
  color: #000 !important;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 575px) {
  .adddate,
  .removedate {
    font-size: 14px;
  }
}
.enqueteform .score {
  background: #479520;
  color: white !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin-right: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  font-size: 18px;
}
.enqueteform .scoreslider {
  width: 200px;
  background: #ebeaea;
  float: left;
  margin-top: 20px !important;
  position: relative;
  height: 0.8em;
}
.enqueteform .scoreslider .ui-slider-range {
  background: #ef7811 !important;
  opacity: 0.5;
}
.enqueteform .scoreslider .ui-slider-handle {
  background: #ef7811;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -7px !important;
  position: absolute;
  margin-left: -0.6em;
}
.enqueteform .scoreslider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  height: 100%;
}
/*.score {
    background: white;
    color: @orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-right: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    font-size: 18px;
}*/

.datepicker.datepicker-dropdown.dropdown-menu {
  padding: 15px !important;
}
@media (max-width: 575px) {
  .datepicker.datepicker-dropdown.dropdown-menu {
    position: fixed !important;
    top: 40px !important;
    left: 0px !important;
    right: 0px !important;
    width: auto !important;
    margin: 20px;
    padding: 15px;
    border-radius: 8px;
    z-index: 999 !important;
  }
  .datepicker.datepicker-dropdown.dropdown-menu th,
  .datepicker.datepicker-dropdown.dropdown-menu td {
    font-size: 16px;
    font-family: 'Gotham Pro';
  }
  .datepicker.datepicker-dropdown.dropdown-menu table {
    width: 100%;
  }
  .datepicker.datepicker-dropdown.dropdown-menu:before,
  .datepicker.datepicker-dropdown.dropdown-menu:after {
    display: none;
  }
  .datepicker.datepicker-dropdown.dropdown-menu table tr td.active.active,
  .datepicker.datepicker-dropdown.dropdown-menu .datepicker table tr td.active:hover.active {
    background-color: #ef7811;
  }
}
@media (max-width: 575px) {
  body.datepicker-active:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    z-index: 999;
  }
}
@media (max-width: 575px) {
  .ui-timepicker-wrapper {
    position: fixed !important;
    display: block;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999999 !important;
    background: rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(5px);
  }
  .ui-timepicker-wrapper .ui-timepicker-list {
    margin: 20px;
    background: #FFF;
    border-radius: 10px;
  }
  .ui-timepicker-wrapper .ui-timepicker-list li {
    padding: 3px 25px 3px 25px !important;
    font-size: 20px;
    font-family: 'Gotham Pro';
    color: #293D43;
  }
  .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected,
  .ui-timepicker-wrapper .ui-timepicker-list li:hover,
  .ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected:hover {
    background-color: #479520 !important;
    color: #FFF !important;
  }
}
/* Centered Large Text */

body::before {
  content: "";
  width: 100%;
  line-height: 100vh;
  color: lightblue;
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
/* Main Background Div */

.container-div {
  width: 100%;
}
/* Jelly Blob Div */

.jelly-blob {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #091E3A;
  border-radius: 150px;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  will-change: width, height, transform, border;
  z-index: 999;
  pointer-events: none;
  padding: 15px;
  opacity: 0;
  -webkit-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  -moz-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  -o-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  clip-path: circle(0% at 50% 50%);
}
.jelly-blob img {
  -webkit-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  -moz-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  -o-transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  transition: clip-path 0.3s ease, opacity 0.3s ease-out;
  clip-path: circle(0% at 50% 50%);
}
.jelly-blob.active {
  clip-path: circle(75% at 50% 50%);
  opacity: 1;
}
.jelly-blob.active img {
  clip-path: circle(75% at 50% 50%);
}
@media (max-width: 991px) {
  .jelly-blob {
    display: none;
  }
}
.blob-wrapper {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.blob-wrapper.active {
  opacity: 1;
  transform: scale(1);
}
/* Text Inside Jelly Blob */

.inside-text {
  width: 100%;
  opacity: 1;
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
