/* basis */
body,
html {
  height: 100%;
  font-family: "playfair-display", serif;
  font-weight: 200;
  font-style: normal;
}

p,
.p {
  font-family: "source-sans-3", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
}

h1,
.h1 {
  font-size: calc(1.75rem + 1.1vw);
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
}

.lh-own {
  line-height: 1.75 !important;
}

.cGrey {
  color: #a2b6ba;
}

.cDark {
  color: #2e2e2e;
}

.cLight {
  color: #d8d0c2;
}

.cWhite {
  color: #fff;
}

.bgTrans,
.offcanvas {
  background-color: hsla(89, 43%, 51%, 0) !important;
}

.bgGrey {
  background-color: #a2b6ba;
}

.bgDark {
  background-color: #2e2e2e;
}

.bgLight {
  background-color: #d8d0c2;
}

.bgWhite {
  background-color: #fff;
}

.maxWidth {
  width: 100%;
  max-width: 960px;
}

.h-auto {
  height: auto !important;
}

.pAbsolute {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 250;
}

.displayNone {
  display: none;
}

.z150 {
  z-index: 150;
}

.z200 {
  z-index: 200;
}

.z100 {
  z-index: 100;
}

.z50 {
  z-index: 50;
}

.cPointer {
  cursor: pointer;
}

#colGoOff img {
  max-width: 45px;
  margin-top: 8px;
}

/* header*/
#topHeader {
  display: none;
}

#topHeader .row {
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

/* animatie */
.animation {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.animation .row {
  height: 50%;
}

.textFade {
  height: 60px;
  overflow: hidden;
}

.textFade .h1 {
  margin-top: 60px;
}

/* werk */
.workCont {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
}

.workRow,
.infoRow,
.ocRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* cards */
.card-img-overlay {
  background: #000;
  opacity: 0;
}

.card-img a,
.card-img-overlay a {
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.underLine {
  border: none;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width: 1px;
}
.overLine {
  border: none;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
}

.topLine {
  border: none;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
}

.view-project-button {
  width: 100px;
  height: 25px;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  -webkit-transition:
    background-color 0.35s,
    color 0.35s;
  transition:
    background-color 0.35s,
    color 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-project-text {
  letter-spacing: 2.5px;
  font-family:
    Source Sans Pro,
    sans-serif;
  font-size: 10px;
}

.flexFull {
  height: 100%;
}

/* info */
#infoContainer {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 100px !important;
  padding-top: 125px !important;
}

/* footer */
#myFooter {
  height: 73px;
  display: none;
}

#myFooter .row {
  height: 73px;
  overflow-y: visible;
}

#myFooter .row #colFooter {
  height: 50px;
  overflow-y: visible;
}

.waves {
  height: 23px;
  background-image: url(../assets/wave.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 47px;
  background-attachment: scroll;
}

#myFooter .row #colFooter img {
  max-height: 40px;
  margin-top: 5px;
}

/* offCanvas */
.offcanvas {
  border-top: none;
}

.offcanvas-body .row .contact-callout p {
  color: #d8d0c2;
  font-family: "source-sans-3", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  cursor: pointer;
}

.offcanvas-body .row .contact-callout p:first-child {
  font-family: "playfair-display", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 72px;
  cursor: default;
}

.offcanvas-body .row .contact-callout p:last-child {
  font-family: "playfair-display", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 60px;
  margin-top: -8px;
}

.werkLijst {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}
.closeDiv {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #d8d0c2;
  cursor: pointer;
}

/* formulieren */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0;
  --bs-alert-padding-y: 0;
  --bs-alert-margin-bottom: 0;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  border-color: transparent transparent #2e2e2e;
  border-width: thin;
}

.alert p {
  font-family: "source-sans-3", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

#alert1 p,
#alert3 p {
  color: #198754;
}

#alert2,
#alert4 {
  color: #dc3545;
}

.alert-dismissible .btn-close {
  padding: 0.5rem 1rem;
}

.form-label {
  letter-spacing: 0.2px;
  margin-top: 28px;
  margin-bottom: 8px;
  font-family: "source-sans-3", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
}

.form-label2 {
  color: #d8d0c2;
}

.form-field {
  color: #2e2e2e;
  background-color: #d8d0c2;
  border-color: transparent transparent #2e2e2e;
  border-width: thin;
  margin-bottom: 0;
  padding-left: 0;
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  width: 100%;
  height: 38px;
  vertical-align: middle;
  padding: 8px 0px;
  padding-bottom: 16px;
  line-height: 1.42857;
  display: block;
}

.form-field2 {
  color: #d8d0c2;
  background-color: #2e2e2e;
  border-color: transparent transparent #d8d0c2;
}

.submit-button {
  height: 40px;
  color: #d8d0c2;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #2e2e2e;
  border-radius: 50px;
  font-family: "source-sans-3", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  transition:
    box-shadow 0.35s,
    -webkit-box-shadow 0.35s;
  -webkit-appearance: button;
  cursor: pointer;
  padding: 9px 15px;
  margin-top: 28px;
  text-decoration: none;
  display: inline-block;
}

.submit-button2 {
  color: #2e2e2e;
  background-color: #d8d0c2;
}
