.button {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  padding: 0.75em;
  border-radius: 10px;
  background-color: #f8f8ff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: indigo;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #00ced1;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  width: 100%;
  padding: 4% 8%;
  background-color: #0d0d53;
  color: #00ced1;
}

.link-white {
  color: #f8f8ff;
  text-decoration: underline;
}

.oneclik-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subtitle {
  color: #f8f8ff;
  font-size: 1.75em;
  font-weight: 100;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oneclik-logo {
  width: 140px;
  margin-bottom: 0.5em;
}

.oneclik-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title {
  color: #f8f8ff;
  font-size: 2.5em;
  font-weight: 900;
}

.container {
  position: relative;
  display: block;
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.oneclik-body {
  background-color: #272727;
  color: indigo;
}

.oneclik-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 0.25em;
  margin-left: 0.25em;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.oneclik-social-link:hover {
  background-color: #000;
}

.tekst {
  max-width: 450px;
  margin-top: 40px;
  margin-left: 0px;
  font-family: Capriola, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.big-button {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  padding: 1em 0.75em;
  border-radius: 10px;
  background-color: #ffd52b;
  box-shadow: 0 0 8px -4px #000;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Capriola, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.big-button:hover {
  background-color: #f3da59;
  box-shadow: 0 0 0 0 transparent;
}

.section {
  padding: 5% 8% 8%;
}

.text-block {
  font-family: Capriola, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.body {
  background-color: #272727;
}

.faqlink {
  color: #57565b;
  font-style: normal;
}

.icon-2.draai {
  opacity: 0.51;
}

.icon-2.draai:hover {
  opacity: 0.67;
}

.text-block-2 {
  font-weight: 700;
}

.text-block-2.vraag {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(51, 51, 51, 0.75);
}

.text-block-2.vraag:hover {
  color: rgba(51, 51, 51, 0.9);
}

.text-block-2.antwoord {
  display: block;
  max-width: 350px;
  color: #57565b;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.dropdown-list {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-3 {
  margin-top: 0px;
  color: rgba(51, 51, 51, 0.75);
  font-size: 20px;
  line-height: 4vh;
  font-weight: 700;
  text-align: center;
}

.container-2 {
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Capriola, sans-serif;
}

.faq-dropdown {
  display: block;
  width: 450px;
  margin-bottom: 8px;
  padding: 10px 16px;
  border: 2px solid #e9e9e9;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
}

.faq-dropdown:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.link {
  color: #57565b;
  font-weight: 700;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.geel {
  color: #ffd52b;
}

.mobile {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 350px;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .intro {
    max-width: none;
  }

  .oneclik-social-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .tekst {
    line-height: 31px;
  }

  .section {
    padding-top: 5%;
  }

  .heading-3 {
    max-width: none;
    font-size: 20px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    position: static;
    left: 36%;
    top: auto;
    right: 40%;
    bottom: 0%;
    max-width: 58%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .credits {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .oneclik-social-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .oneclik-logo {
    width: 80px;
  }

  .tekst {
    line-height: 31px;
  }

  .heading-3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-subtitle {
    font-size: 1.5em;
  }

  .hero-title {
    font-size: 2em;
  }

  .container {
    width: 95%;
  }

  .oneclik-body {
    height: 100%;
  }

  .oneclik-social-link:hover {
    background-color: #000;
  }

  .tekst {
    font-family: Capriola, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .section {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    font-size: 16px;
  }

  .icon-2 {
    opacity: 0.51;
  }

  .icon-2.draai {
    margin-left: 0px;
    padding-left: 20px;
  }

  .text-block-2 {
    font-family: Capriola, sans-serif;
  }

  .text-block-2.vraag {
    font-size: 12px;
  }

  .text-block-2.antwoord {
    text-align: left;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1em;
    text-align: center;
  }

  .heading-3.q-a {
    margin-bottom: 20px;
  }

  .faq-dropdown {
    width: 300px;
    border-width: 2px;
    border-color: #e9e9e9;
    background-color: #fff;
  }

  .faq-dropdown:hover {
    border-color: rgba(0, 0, 0, 0.33);
    color: rgba(51, 51, 51, 0.6);
  }

  .image {
    max-width: 66%;
  }
}

