/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.IntroSection {
  padding-top: 150px;
  padding-bottom: 200px;
  background-image: url('../img/idkaart.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.IntroSection:before {
  content: "";
  display: block;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.header + .main-raised {
  position: relative;
  z-index: 100;
}

.Intro {
  position: relative;
  z-index: 100;
}

.Intro_header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  color: #f0f7ff;
}

.Intro .hestia-title {
  font-size: 46px;
  font-family: Lucida Console, Monaco, monospace;
  line-height: 1.3;
  word-break: normal;
  word-wrap: normal;
  color: inherit;
}

.Intro .sub-title {
  font-size: 22px;
  font-family: Lucida Console, Monaco, monospace;
  color: inherit;
}

.Intro_video {
  margin: 60px auto 0 auto;
  max-width: 800px;
}

.Intro_buttons {
  padding-top: 40px;
}

.header + .main-raised {
  margin-top: -100px !important;
}

@media (min-width: 640px) {
  .Intro .hestia-title {
    font-size: 67px;
  }
}

.CtaButtons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.CtaButtons_unit {
  padding: 10px;
}


/* .btn-white */
.btn.btn.btn-white {
  color: #535353;
}

html {
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.modal.modal .modal-header .close {
  background: transparent;
  color: #383838;
  font-size: 30px;
  box-shadow: none;
  padding: 0 16px;
  border: 0;
  float: right;
}

.modal.modal .modal-header .close:hover,
.modal.modal .modal-header .close:focus {
  color: #0179fc;
}

.btn.btn.btn-white.btn-white:focus,
.btn.btn.btn-white.btn-white:hover {
  background-color: #91c6ff;
}

/* case studies */
.CaseStudiesSection {
  text-align: center;
  padding: 75px 0 55px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap ul {
  padding-left: 0;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap .form-group {
  padding-bottom: 0;
  margin-bottom: 0;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap .form-control {
  margin-bottom: 0;
  height: auto;
  padding: 0;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap .vs__search,
.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap button {
  fill: rgba(60,60,60,.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin: 0 8px 0 0;
  box-shadow: none !important;
}

.CustomSelectWrap.CustomSelectWrap.CustomSelectWrap .vs__dropdown-toggle {
  padding: 8px 5px;
  background-color: #fff;
}

.row.row {
  display: block;
  margin: 0 -15px;
}

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

.MethodsSection,
.CodeSection,
.CaseStudiesSection {
  background-color: #f7f7ff;
  padding: 50px 0;
}

.CodeSection.CodeSection .v-tabs-items,
.CodeSection.CodeSection .v-card {
  background-color: transparent;
}

.CodeSection .v-tab {
  font-size: 1.2rem;
}

.CodeSection.CodeSection.CodeSection.CodeSection code {
  font-size: 1.4rem !important;
}

.CodeSection.CodeSection .v-expansion-panel-header  {
  margin: 0;
  box-shadow: none !important;
  font-size: 1.4rem;
}

.CodeSection.CodeSection .v-expansion-panel-content__wrap {
  padding-top: 30px;
  font-size: 1.6rem;
}

.RequestMethodModal .modal-header {
  padding-bottom: 0;
}

.RequestMethodModal.RequestMethodModal .modal-body {
  padding-top: 0;
}

.RequestMethodModal.RequestMethodModal .gform_title,
.RequestMethodModal.RequestMethodModal .FormTitle {
  margin-top: 0;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-default {
  background-color: #777;
}

  /* Gravity form styles */

.gform_description {
  font-size: 18px;
}

.gform_wrapper ul,
.gform_wrapper li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.gform_wrapper .gfield {
  margin-top: 0;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #ff0018;
}

.gform_wrapper .validation_error {
  font-size: 16px;
  margin-bottom: 18px;
}

.gform_wrapper.gform_wrapper.gform_wrapper input[type="text"],
.gform_wrapper.gform_wrapper.gform_wrapper input[type="email"],
.gform_wrapper.gform_wrapper.gform_wrapper input[type="tel"],
.gform_wrapper.gform_wrapper.gform_wrapper input[type="url"],
.gform_wrapper.gform_wrapper.gform_wrapper textarea,
.gform_wrapper.gform_wrapper.gform_wrapper select {
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 9px 13px;
  width: 100%;
  font-size: 16px;
  height: auto;
  margin-bottom: 0;
}

.gform_wrapper.gform_wrapper.gform_wrapper select {
  padding-right: 30px;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select:after {
  content: "";
  display: block;
  z-index: 100;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid currentColor;
}

.gform_wrapper.gform_wrapper.gform_wrapper .gfield_label {
  font-size: 16px;
}

.gform_wrapper .gform_confirmation_message {
  font-size: 24px;
  color: #155724;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_heading {
  margin-bottom: 34px;
}

.ginput_container.form-group {
  margin: 0;
  padding: 0;
}

.gfield_description.validation_message {
  font-size: 14px;
  margin-top: 4px;
}

.gfield + .gfield {
  margin-top: 22px;
}

.gform_footer {
  margin-top: 26px;
}
