/*************
*** IMPORT ***
*************/
@font-face {
  font-family: 'Avenir Book';
  src: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Book.woff2') format('woff2'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Book.woff') format('woff'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Book.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Avenir Black';
  src: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Black.woff2') format('woff2'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Black.woff') format('woff'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/Avenir-Black.ttf') format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'BrittanySignature';
  src: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/BrittanySignature.woff2') format('woff2'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/BrittanySignature.woff') format('woff'), url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../fonts/BrittanySignature.ttf') format('truetype');
  font-display: block;
}
.basic-font {
  font-family: 'Avenir Book', sans-serif;
}
.black-font {
  font-family: 'Avenir Black', sans-serif;
}
.titel-font {
  font-family: 'the-seasons', sans-serif;
}
.handwrite-font {
  font-family: 'BrittanySignature', sans-serif;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
h1,
.look-h1 {
  font-family: 'the-seasons', sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #212121;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .look-h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 3rem;
  }
}
h2,
.look-h2 {
  font-family: 'the-seasons', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 2.5rem;
  }
}
h3,
.look-h3 {
  font-family: 'the-seasons', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #212121;
}
h4,
.look-h4 {
  font-family: 'the-seasons', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #212121;
}
p,
span,
a,
li,
.look-p {
  color: #333333;
  line-height: 1.5;
}
p {
  margin-bottom: 2rem;
}
p b,
p strong {
  font-weight: 600;
}
p i,
p em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #ca901a;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.titel-effect .overflow {
  overflow: hidden;
}
.titel-effect .overflow.remove {
  overflow: visible;
}
* {
  margin: 0;
  padding: 0;
}
*::selection {
  background: #7b6948;
  color: #f7f1ec;
}
*::-moz-selection {
  background: #7b6948;
  color: #f7f1ec;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.background-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.uppercase {
  text-transform: uppercase;
}
.transition {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.titel-effect .overflow {
  overflow: hidden;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.container {
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .margin-top {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .margin-top {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .padding-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .padding-block {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .padding-block {
    padding: 75px 0;
  }
}
.grecaptcha-badge {
  display: none;
}
html,
body {
  font-family: 'Avenir Book', sans-serif;
  color: #212121;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
.button {
  font-family: 'Avenir Black', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #212121;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 15px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.button svg {
  height: 12px;
  margin: -3px 0 0 7px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.button svg * {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.button.solid {
  padding: 12px 40px;
  background: #ca901a;
  color: #f7f1ec;
}
.button.solid svg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .button.solid {
    padding: 10px 30px;
  }
}
.button.gold {
  color: #9b845b;
}
.button.gold svg {
  color: #9b845b;
}
.button.gold svg * {
  fill: #9b845b;
}
.button:hover,
.button:focus {
  color: #9b845b;
}
.button:hover svg,
.button:focus svg {
  color: #9b845b;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.button:hover svg path,
.button:focus svg path {
  fill: #9b845b;
}
.button:hover.solid,
.button:focus.solid {
  color: #f7f1ec;
  background: #9d7014;
}
.button:hover.gold,
.button:focus.gold {
  color: #212121;
}
.button:hover.gold svg,
.button:focus.gold svg {
  color: #212121;
}
.button:hover.gold svg *,
.button:focus.gold svg * {
  fill: #212121;
}
.website-wrapper {
  margin-top: 90px;
  overflow: hidden;
  background: #f7f1ec;
}
.logged-in header {
  top: 32px;
}
.white-line {
  background-image: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/white-line.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90px;
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .white-line {
    height: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .white-line {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .standaard-blok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .standaard-blok {
    margin-bottom: 75px;
  }
}
.standaard-blok.no-margin {
  margin-bottom: 0;
}
.standaard-blok .content *:last-child {
  margin-bottom: 0;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.socials .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
  background: #9b845b;
}
.socials .social svg {
  font-size: 1.1rem;
}
.socials .social svg * {
  fill: #f7f1ec !important;
}
.socials .social:hover,
.socials .social:focus {
  background: #212121;
}
.socials .social:hover svg *,
.socials .social:focus svg * {
  fill: #f7f1ec !important;
}
.socials .social:last-child {
  margin: 0;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.slick-slider .slick-list {
  padding: 0px !important;
}
.slick-slider .slick-dots {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.slick-slider .slick-dots li {
  margin: 0 2px;
}
.slick-slider .slick-dots li button {
  border: none;
  font-size: 0px;
  background: #f0cf8d;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button {
  background: #ca901a;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #212121;
  z-index: 10000;
}
.main-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-link {
  display: flex;
  flex-wrap: wrap;
}
.main-header .logo-link .logo {
  height: 60px;
}
.main-header .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.main-header .navigation ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-header .navigation ul li {
  margin: 0 15px;
}
.main-header .navigation ul li:last-child {
  margin-right: 0;
}
.main-header .navigation ul li span,
.main-header .navigation ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #f7f1ec;
  cursor: pointer;
}
.main-header .navigation ul li.current-menu-item span,
.main-header .navigation ul li:hover span,
.main-header .navigation ul li:focus span,
.main-header .navigation ul li.current-menu-item a,
.main-header .navigation ul li:hover a,
.main-header .navigation ul li:focus a {
  color: #9b845b;
}
.main-header .mobile-menu {
  position: relative;
  z-index: 1500;
  margin-left: 15px;
  display: none !important;
}
.main-header .mobile-menu .line-menu {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.main-header .mobile-menu .line-menu .line {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #f7f1ec;
  margin: auto;
  border-radius: 20px;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(1) {
  top: 0;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(2) {
  top: 8px;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(3) {
  bottom: 0;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(2) {
  opacity: 0;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
.main-header .mobile-menu .line-menu:hover .line {
  background: #f7f1ec;
}
@media only screen and (max-width: 991px) {
  .main-header .navigation ul {
    display: none;
  }
}
.responsive-nav {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
  position: fixed;
  padding: 150px 15px 0 15px;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: red;
  z-index: 1490;
}
.responsive-nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 700;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  line-height: 1;
  padding: 15px 0;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #f7f1ec;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  text-decoration: underline;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: red;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  text-decoration: underline;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: red;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: red;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
.responsive-nav .subnav {
  margin-bottom: 30px;
}
.responsive-nav .subnav li {
  margin-bottom: 10px;
}
.responsive-nav .subnav li a {
  color: red;
}
.responsive-nav .button {
  text-align: center;
  width: 100%;
  background: #f7f1ec;
  color: #ca901a;
}
.main-footer {
  background: #f7f1ec;
}
.main-footer .top-footer {
  padding: 3rem 0;
}
.main-footer .top-footer * {
  color: #212121 !important;
}
.main-footer .top-footer a:hover,
.main-footer .top-footer a:focus {
  color: #9b845b !important;
}
.main-footer .top-footer .socials {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .main-footer .top-footer .socials {
    justify-content: flex-start;
  }
}
.main-footer .top-footer .row {
  max-width: 875px;
  margin: 0 auto;
}
.main-footer .top-footer .row .titel {
  display: block;
  font-family: 'Avenir Black', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-footer .top-footer .row .menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer .top-footer .row .menu-wrapper ul li span {
  cursor: pointer;
}
.main-footer .top-footer .row .menu-wrapper ul li span:hover,
.main-footer .top-footer .row .menu-wrapper ul li span:focus {
  color: #9b845b !important;
}
.main-footer .top-footer .row .image-wrapper {
  text-align: center;
}
.main-footer .top-footer .row .image-wrapper img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  object-position: center center;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
.main-footer .top-footer .row .contact-wrapper {
  text-align: right;
}
.main-footer .bottom-footer {
  padding: 1rem 0;
  background: #212121;
}
.main-footer .bottom-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 875px;
  margin: 0 auto;
  column-gap: 10px;
}
.main-footer .bottom-footer .footer-inner * {
  margin: 0;
  color: #f7f1ec;
}
.main-footer .bottom-footer .footer-inner .menu li {
  margin-left: 1rem;
}
.main-footer .bottom-footer .footer-inner .menu li:first-child {
  margin-left: 0;
}
.main-footer .bottom-footer a:hover,
.main-footer .bottom-footer a:focus {
  color: #9b845b !important;
}
@media only screen and (max-width: 767px) {
  .main-footer .top-footer .row {
    row-gap: 2rem;
  }
  .main-footer .top-footer .row > div:nth-child(1) {
    order: 2;
  }
  .main-footer .top-footer .row > div:nth-child(2) {
    order: 1;
  }
  .main-footer .top-footer .row > div:nth-child(3) {
    order: 3;
  }
  .main-footer .top-footer .row .image-wrapper {
    text-align: left;
  }
  .main-footer .top-footer .row .image-wrapper img {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    margin-bottom: -70px;
    height: 125px;
    width: 125px;
  }
  .main-footer .top-footer .row .contact-wrapper {
    text-align: left;
  }
}
.banner {
  position: relative;
  height: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .image-itself {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner .container h1 {
  color: #f7f1ec;
}
.banner .btn-wrapper {
  position: absolute;
  width: 100%;
  bottom: -25px;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contentblok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contentblok {
    margin-bottom: 75px;
  }
}
.contentblok.no-margin {
  margin-bottom: 0;
}
.contentblok .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contentblok-met-afbeelding {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contentblok-met-afbeelding {
    margin-bottom: 75px;
  }
}
.contentblok-met-afbeelding.no-margin {
  margin-bottom: 0;
}
.contentblok-met-afbeelding .content *:last-child {
  margin-bottom: 0;
}
.contentblok-met-afbeelding .image-wrapper,
.contentblok-met-afbeelding .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contentblok-met-afbeelding .image {
  position: relative;
  width: 400px;
  height: 600px;
  margin: 0 auto;
}
.contentblok-met-afbeelding .image::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px );
  height: calc(100% + 20px );
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: -2;
  border: 2px solid #ca901a;
}
.contentblok-met-afbeelding .image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.contentblok-met-afbeelding .image span {
  position: absolute;
  font-family: 'BrittanySignature', sans-serif;
  right: 87%;
  bottom: 15%;
  color: #212121;
  font-size: 2rem;
  line-height: 1.25;
  -webkit-transform: rotate(350deg);
  -moz-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  transform: rotate(350deg);
}
@media only screen and (min-width: 992px) {
  .contentblok-met-afbeelding .row-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .contentblok-met-afbeelding .row {
    row-gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contentblok-met-afbeelding .image {
    height: 500px;
    width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .contentblok-met-afbeelding .row {
    row-gap: 3rem;
  }
  .contentblok-met-afbeelding .image {
    height: 400px;
    width: 275px;
  }
  .contentblok-met-afbeelding .image span {
    font-size: 1.75rem;
    right: 85%;
    bottom: 10%;
  }
}
.formulier {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .formulier {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .formulier {
    padding: 75px 0;
  }
}
.formulier .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.formulier .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.formulier .form-wrap .inner {
  background: #212121;
  border: 7px solid #f7f1ec;
  padding: 50px;
  text-align: center;
}
.formulier .form-wrap .inner h2 {
  color: #f7f1ec;
  margin-bottom: 1rem;
}
.formulier .form-wrap .inner .gform_confirmation_message,
.formulier .form-wrap .inner p {
  color: #f7f1ec !important;
}
.formulier .gform_wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .formulier .form-wrap .inner {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .full-image {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .full-image {
    margin-bottom: 75px;
  }
}
.full-image.no-margin {
  margin-bottom: 0;
}
.full-image .content *:last-child {
  margin-bottom: 0;
}
.full-image .container-fluid {
  padding: 0;
}
.full-image .container-fluid .image-wrapper {
  height: 400px;
}
.full-image .container-fluid .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 767px) {
  .full-image .container-fluid .image-wrapper {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .verhalen {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .verhalen {
    margin-bottom: 75px;
  }
}
.verhalen.no-margin {
  margin-bottom: 0;
}
.verhalen .content *:last-child {
  margin-bottom: 0;
}
.verhalen .row {
  position: relative;
  padding: 75px;
}
.verhalen .row .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0px;
}
.verhalen .row .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.verhalen .row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.verhalen .row .verhalen-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
  background: #f7f1ec;
}
.verhalen .row .verhalen-wrapper .verhaal {
  padding: 50px;
}
.verhalen .row .verhalen-wrapper .verhaal:first-of-type {
  display: block;
}
.verhalen .row .verhalen-wrapper .verhaal .number {
  font-family: 'the-seasons', sans-serif;
  color: #ca901a;
  border: 1px solid #ca901a;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.verhalen .row .verhalen-wrapper .verhaal .description {
  margin: 3rem 0 1rem 0;
  font-family: 'Avenir Black', sans-serif;
  color: #9b845b;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.verhalen .row .verhalen-wrapper .verhaal .content {
  font-family: 'the-seasons', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  hyphens: auto;
  word-break: break-word;
  margin: 0;
}
.verhalen .row .slick-dots {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .verhalen .row {
    padding: 25px;
  }
  .verhalen .row .verhalen-wrapper {
    width: 400px;
  }
  .verhalen .row .verhalen-wrapper .verhaal {
    padding: 25px;
  }
  .verhalen .row .verhalen-wrapper .verhaal .description {
    margin: 2rem 0 1rem 0;
  }
  .verhalen .row .verhalen-wrapper .verhaal .content {
    font-size: 1.5rem;
  }
  .verhalen .row .slick-dots {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .verhalen .row .background {
    padding: 0 15px;
  }
  .verhalen .row .verhalen-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .cta-blokken {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blokken {
    margin-bottom: 75px;
  }
}
.cta-blokken.no-margin {
  margin-bottom: 0;
}
.cta-blokken .content *:last-child {
  margin-bottom: 0;
}
.cta-blokken .top-content {
  position: relative;
  background: #212121;
}
@media only screen and (min-width: 768px) {
  .cta-blokken .top-content {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blokken .top-content {
    padding: 75px 0;
  }
}
.cta-blokken .top-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  height: 175px;
  width: 100%;
  background: #212121;
  z-index: 0;
}
.cta-blokken .top-content p {
  color: #f7f1ec;
  text-align: center;
}
.cta-blokken .top-content p:last-of-type {
  margin-bottom: 0px;
}
.cta-blokken .cta-wrapper .item .inner {
  padding: 10px;
}
.cta-blokken .cta-wrapper .item .inner .image-wrapper {
  position: relative;
  width: 100%;
  border: 7px solid #9b845b;
  height: 275px;
}
.cta-blokken .cta-wrapper .item .inner .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.cta-blokken .cta-wrapper .item .inner .content-wrapper .titel {
  padding: 15px;
  background: #9b845b;
  width: 100%;
  text-align: center;
  color: #f7f1ec;
  margin: 10px 0 2rem 0;
  font-family: 'Avenir Black', sans-serif;
  text-transform: uppercase;
}
.cta-blokken .cta-wrapper .item .inner .content-wrapper .beschrijving {
  margin-bottom: 0rem;
}
.cta-blokken .btn-wrapper {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-blokken .cta-wrapper .item .inner .image-wrapper {
    height: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blokken .top-content::before {
    height: 150px;
  }
  .cta-blokken .cta-wrapper .row {
    row-gap: 2.5rem;
  }
  .cta-blokken .cta-wrapper .row .item .inner {
    padding: 0px;
  }
  .cta-blokken .cta-wrapper .row .item .inner .image-wrapper {
    height: 250px;
  }
  .cta-blokken .cta-wrapper .row .item .inner .content-wrapper .titel {
    margin: 10px 0 20px 0;
  }
  .cta-blokken .btn-wrapper {
    margin-top: 2.5rem;
  }
}
.afbeelding-met-tekst {
  position: relative;
  background: #9b845b;
}
@media only screen and (min-width: 992px) {
  .afbeelding-met-tekst {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-met-tekst {
    margin-bottom: 75px;
  }
}
.afbeelding-met-tekst.no-margin {
  margin-bottom: 0;
}
.afbeelding-met-tekst .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .afbeelding-met-tekst {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-met-tekst {
    padding: 75px 0;
  }
}
.afbeelding-met-tekst .inner {
  position: relative;
}
.afbeelding-met-tekst .inner h2 {
  position: relative;
  color: #f7f1ec;
  width: 50%;
  z-index: 2;
  margin-bottom: 0px;
}
.afbeelding-met-tekst .inner .content * {
  color: #f7f1ec;
}
.afbeelding-met-tekst .inner .white-line {
  margin-bottom: 1.5rem;
  display: block;
}
.afbeelding-met-tekst .inner .image-wrapper {
  position: relative;
  position: absolute;
  right: 0;
  top: -150px;
  border: 7px solid #9b845b;
  height: 400px;
}
.afbeelding-met-tekst .inner .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.afbeelding-met-tekst .inner .image-wrapper span {
  position: absolute;
  font-family: 'BrittanySignature', sans-serif;
  left: 95%;
  top: 25%;
  color: #f7f1ec;
  font-size: 2rem;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .afbeelding-met-tekst .inner h2 {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .afbeelding-met-tekst .inner .image-wrapper {
    height: 350px;
    top: -125px;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-met-tekst .inner h2 {
    width: 75%;
  }
  .afbeelding-met-tekst .inner .white-line {
    display: none;
  }
  .afbeelding-met-tekst .inner .image-wrapper {
    height: 250px;
    top: -105px;
  }
  .afbeelding-met-tekst .inner .image-wrapper span {
    font-size: 1.75rem;
    left: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .afbeelding-met-tekst .inner h2 {
    width: 100%;
  }
  .afbeelding-met-tekst .inner .image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -80px;
  }
  .afbeelding-met-tekst .inner .image-wrapper span {
    display: none;
  }
}
.faq {
  position: relative;
  padding-bottom: 4rem;
}
.faq .top-content {
  text-align: center;
}
.faq .top-content::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  height: 120px;
  width: 120px;
  background-image: url('https://vip.domainedebellac.com/wp-content/themes/stayawake/css/../images/postzegel.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .faq .top-content::after {
    height: 90px;
    width: 90px;
    top: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .top-content::after {
    height: 70px;
    width: 70px;
    top: -60px;
  }
}
.faq .top-content p {
  font-family: 'Avenir Black', sans-serif;
  color: #9b845b;
}
.faq .bottom-content {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
.faq .bottom-content .content-border {
  border-radius: 0 0 350px 350px;
}
.faq .bottom-content .accordion {
  position: relative;
  min-height: 350px;
  background: #f7f1ec;
  padding: 0 50px 175px 50px;
  border-radius: 0 0 350px 350px;
}
.faq .bottom-content .accordion::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: calc(100% + 30px);
  height: calc(100% + 15px);
  border-radius: 0 0 350px 350px;
  border: 2px solid #f7f1ec;
  pointer-events: none;
}
.faq .bottom-content .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq .bottom-content .accordion .collapse-item .titel {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
}
.faq .bottom-content .accordion .collapse-item .titel * {
  margin: 0;
}
.faq .bottom-content .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq .bottom-content .accordion .collapse-item .titel .vraag button {
  color: #212121;
  font-size: 1.1rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
.faq .bottom-content .accordion .collapse-item .titel .close {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq .bottom-content .accordion .collapse-item .titel .close svg {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  fill: #9b845b;
  content: '';
  top: .5rem;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.faq .bottom-content .accordion .collapse-item .collapse-itself {
  display: none;
  width: calc(100% - 2rem);
}
.faq .bottom-content .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq .bottom-content .accordion .collapse-item .collapse-itself .antwoord {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  padding: 0;
}
.faq .bottom-content .accordion .collapse-item:hover .titel .close,
.faq .bottom-content .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq .bottom-content .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq .bottom-content .accordion .collapse-item.show .titel * {
  color: #333333;
}
.faq .bottom-content .accordion .collapse-item.show .titel .vraag button {
  color: #333333;
}
.faq .bottom-content .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq .bottom-content .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq .bottom-content .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
.faq .bottom-content .btn-wrapper {
  text-align: center;
  margin: 80px 0 -70px 0;
}
.faq .image-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  z-index: 0;
}
.faq .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 991px) {
  .faq .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq .bottom-content .accordion {
    padding: 0 20px 100px 20px;
  }
  .faq .collapse-item .titel .vraag button {
    text-align: left;
  }
}
.gform_wrapper {
  position: relative;
}
.gform_wrapper .gform_heading,
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_body .gfield label.gfield_label {
  margin-bottom: 5px !important;
}
.gform_wrapper .gform_body .gfield input,
.gform_wrapper .gform_body .gfield textarea {
  padding: 10px 15px !important;
  color: #f7f1ec;
  border-radius: 0px;
  font-size: 1rem !important;
  border: 2px solid #f7f1ec;
  background: #212121;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.gform_wrapper .gform_body .gfield input:focus,
.gform_wrapper .gform_body .gfield textarea:focus,
.gform_wrapper .gform_body .gfield input:active,
.gform_wrapper .gform_body .gfield textarea:active {
  outline: none;
  border-color: #9b845b;
}
.gform_wrapper .gform_body .gfield input::placeholder,
.gform_wrapper .gform_body .gfield textarea::placeholder {
  color: #f7f1ec;
}
.gform_wrapper .gform_body .gfield.gfield_error label.gfield_label {
  color: #000000;
}
.gform_wrapper .gform_body .gfield.gfield_error .validation_message {
  border: none;
  background: transparent;
  padding: 0px;
}
.gform_wrapper .gform_footer {
  justify-content: center;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}
.gform_wrapper .gform_footer input.button {
  border-radius: 0px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -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;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  margin-bottom: 0px !important;
  background: #ca901a;
  color: #f7f1ec;
  padding: 12px 40px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus {
  background: #9d7014;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 641px) {
  .gform_wrapper .gform_footer input.button {
    line-height: 1 !important;
    min-height: auto !important;
  }
}
