body {
  font-family: "adelle", serif;
  color: #303132;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
h1.top-heading, h2.top-heading, h3.top-heading, h4.top-heading, h5.top-heading {
  font-size: 38px;
  color: #20274d;
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1.top-heading, h2.top-heading, h3.top-heading, h4.top-heading, h5.top-heading {
    font-size: 32px;
  }
}
h1.top-heading:before, h2.top-heading:before, h3.top-heading:before, h4.top-heading:before, h5.top-heading:before {
  width: 3px;
  height: 100%;
  background-color: #b77e21;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
h1.top-heading span, h2.top-heading span, h3.top-heading span, h4.top-heading span, h5.top-heading span {
  font-weight: 400;
}

section {
  padding: 80px 0;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-30 {
  margin-bottom: 50px !important;
}

.button {
  display: inline-block;
  text-decoration: none;
  background-color: #8294c7;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: "adelle-sans", sans-serif;
  transition: all 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: #b77e21;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.7;
}
.button:disabled:hover {
  background-color: #8294c7;
  cursor: not-allowed;
}

input[type=text],
input[type=password],
input[type=email],
input[type=phone],
textarea {
  width: 100%;
  height: auto;
  background-color: #e7e7e7;
  border: 2px solid #dfdfdf;
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  resize: none;
  outline: none;
}
@media (max-width: 992px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=phone],
textarea {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=phone],
textarea {
    padding: 10px 15px;
  }
}

ul.contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.contact-list li {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}
ul.contact-list li a {
  color: #303132;
  text-decoration: underline;
}
ul.contact-list li.icon {
  padding-left: 25px;
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
ul.contact-list li.icon.phone {
  background-image: url("../img/phone.svg");
}
ul.contact-list li.icon.email {
  background-image: url("../img/email.svg");
}

section.header {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}
@media (max-width: 992px) {
  section.header {
    height: 75vh;
  }
}
@media (max-width: 767px) {
  section.header {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
section.header .background {
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
@media (max-width: 767px) {
  section.header .background {
    background-image: url("../img/header_mobile.jpg");
  }
}
section.header .background.bg2 {
  background-image: url("../img/header_projecten.jpg");
}
section.header .background.bg3 {
  background-image: url("../img/header_over.jpg");
}
@media (max-width: 767px) {
  section.header .background.bg3 {
    background-image: url("../img/header_over_mobile.jpg");
  }
}
section.header .background.bg4 {
  background-image: url("../img/header_contact.jpg");
}
@media (max-width: 767px) {
  section.header .background.bg4 {
    background-image: url("../img/header_contact_mobile.jpg");
  }
}
section.header .background.bg5 {
  background-image: url("../img/header_media.jpg");
}
section.header .background.detail1 {
  background-image: url("../img/header_detail1.jpg");
}
section.header .background.detail2 {
  background-image: url("../img/header_detail2.jpg");
}
section.header .background.detail3 {
  background-image: url("../img/header_detail3.jpg");
}
section.header .background.detail4 {
  background-image: url("../img/header_detail4.jpg");
}
section.header .background.detail5 {
  background-image: url("../img/header_detail5.jpg");
}
section.header .background.detail6 {
  background-image: url("../img/header_detail6.jpg");
}
section.header .background.detail7 {
  background-image: url("../img/header_detail7.jpg");
}
section.header .background.detail8 {
  background-image: url("../img/header_detail8.jpg");
}
section.header .header-content {
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  color: #fff;
  left: 0;
  right: 0;
}
@media (max-width: 1100px) {
  section.header .header-content {
    max-width: 970px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  section.header .header-content {
    position: relative;
  }
}
section.header .header-content .align-middle {
  display: table;
  width: 100%;
  height: 100%;
}
section.header .header-content .align-middle .align-middle-cell {
  vertical-align: middle;
  display: table-cell;
}
section.header .header-content h1 {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}
section.header .header-content h2 {
  font-size: 47px;
  display: inline-block;
  width: auto;
  background-color: #b77e21;
  color: #fff;
  padding: 15px 15px;
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.header .header-content h2 {
    font-size: 20px;
  }
}

section.base-content {
  background-color: #eeeeee;
  width: 100%;
}
@media (max-width: 767px) {
  section.base-content {
    padding: 20px 0;
    padding-bottom: 40px;
  }
}
section.base-content .img-col {
  z-index: 3;
  position: relative;
}
section.base-content .img-col img {
  width: 100%;
}
section.base-content .img-col .quote-wrapper {
  position: absolute;
  bottom: -15px;
  padding: 0 15px;
}
section.base-content .img-col .quote-wrapper span {
  padding: 5px 10px;
  background-color: #b77e21;
  font-size: 19px;
  color: #fff;
  font-family: "adelle", serif;
  font-style: italic;
  margin-bottom: 2px;
  display: inline-block;
}
@media (max-width: 992px) {
  section.base-content .img-col .quote-wrapper span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.base-content .img-col .quote-wrapper span {
    font-size: 18px;
  }
}
section.base-content .img-col .quote-wrapper .quote-icon {
  width: 38px;
  height: 38px;
  background-color: #20274d;
  background-size: 40% 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/quote.svg");
  margin-bottom: 2px;
}
section.base-content .content-col {
  background-color: #fff;
  padding: 100px 70px;
  margin-top: -135px;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  section.base-content .content-col {
    padding: 50px 30px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  section.base-content .content-col {
    margin-top: 0;
    padding: 25px 20px;
  }
}
section.base-content .content-col:after {
  position: absolute;
  width: 65px;
  left: -65px;
  background-color: #fff;
  height: 100%;
  top: 0;
  content: "";
}
@media (max-width: 767px) {
  section.base-content .content-col:after {
    display: none;
  }
}
section.base-content .content-col span {
  font-size: 24px;
  font-style: italic;
  color: #979898;
}
@media (max-width: 767px) {
  section.base-content .content-col span {
    font-size: 20px;
  }
}
section.base-content .content-col .heading-wrapper {
  padding-left: 15px;
  border-left: 3px solid #b77e21;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.base-content .content-col .heading-wrapper {
    margin-bottom: 30px;
  }
}
section.base-content .content-col .heading-wrapper h1, section.base-content .content-col .heading-wrapper h3 {
  font-size: 38px;
  color: #20274d;
  font-style: italic;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 5px;
}
section.base-content .content-col .heading-wrapper h1.small, section.base-content .content-col .heading-wrapper h3.small {
  font-size: 30px;
}
@media (max-width: 767px) {
  section.base-content .content-col .heading-wrapper h1, section.base-content .content-col .heading-wrapper h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
section.base-content .content-col .heading-wrapper h2 {
  font-size: 37px;
  color: #20274d;
  font-style: italic;
  line-height: 37px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  section.base-content .content-col .heading-wrapper h2 {
    font-size: 27px;
    line-height: 30px;
  }
}
section.base-content .content-col p {
  font-style: italic;
  margin-bottom: 30px;
}

section.project-overview {
  background-color: #fff;
  z-index: 1;
}
section.project-overview.wrapper-active {
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  section.project-overview {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section.project-overview {
    padding: 50px 0;
  }
}
section.project-overview .projects-wrapper {
  padding: 50px 70px;
  background-color: #fff;
  margin-top: -135px;
}
@media (max-width: 992px) {
  section.project-overview .projects-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  section.project-overview .projects-wrapper {
    padding: 0;
    background: transparent;
    margin: 0;
  }
}
section.project-overview .project-block img {
  width: 100%;
}
@media (max-width: 767px) {
  section.project-overview .project-block {
    margin-bottom: 30px;
  }
}
section.project-overview .project-block .information {
  width: 100%;
  background-color: #20274d;
  padding: 15px 20px;
  position: relative;
}
section.project-overview .project-block .information h2 {
  color: #b77e21;
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
}
@media (max-width: 992px) {
  section.project-overview .project-block .information h2 {
    font-size: 16px;
  }
}
section.project-overview .project-block .information span {
  color: #cacde0;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 992px) {
  section.project-overview .project-block .information span {
    font-size: 14px;
  }
}
section.project-overview .project-block .information .forward {
  position: absolute;
  right: -8px;
  width: 100px;
  height: 100px;
  background-color: #b77e21;
  content: "";
  top: -8px;
  background-image: url("../img/arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 33px 23px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  section.project-overview .project-block .information .forward {
    width: 85px;
    height: 85px;
    top: -6px;
  }
}
section.project-overview .project-block .information .forward:before {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  border: 1px solid #c39345;
  content: "";
}
@media (max-width: 992px) {
  section.project-overview .project-block .information .forward:before {
    width: 75px;
    height: 75px;
  }
}
section.project-overview .project-block:hover .information .forward {
  background-position: center right 20px;
}
section.project-overview .more-projects {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  section.project-overview .more-projects {
    padding-top: 40px;
  }
}
section.project-overview .more-projects h3 {
  color: #20274d;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 30px;
}

section.quote {
  width: 100%;
  padding-bottom: 100px;
  background-color: #eeeeee;
  padding-top: 0;
}
@media (max-width: 767px) {
  section.quote {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.quote .row {
  position: relative;
}
section.quote .quote-block {
  width: 100%;
  background-color: #fff;
  padding: 60px 70px;
}
@media (max-width: 767px) {
  section.quote .quote-block {
    padding: 25px 20px;
  }
}
section.quote .quote-block h1 {
  padding-left: 15px;
  border-left: 3px solid #b77e21;
  margin-bottom: 30px;
  font-size: 38px;
  color: #20274d;
  font-style: italic;
  line-height: 38px;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.quote .quote-block h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
section.quote .quote-block p {
  color: #303132;
}
section.quote img {
  width: 100%;
  position: absolute;
  top: -22px;
  transform: scale(1.1, 1.1);
  z-index: 2;
}
section.quote img.right {
  right: 22px;
}
section.quote img.left {
  left: 22px;
}
@media (max-width: 767px) {
  section.quote img {
    z-index: 2;
    width: 99%;
    right: inherit !important;
    left: inherit !important;
    position: relative;
  }
}

section.footer {
  background-image: url("../img/footer.jpg");
  padding: 0;
}
@media (max-width: 767px) {
  section.footer {
    background-size: cover;
    background-position: right center;
  }
}
section.footer .c-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  section.footer .c-1 {
    padding: 40px 0;
  }
}
section.footer .c-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
section.footer h1 {
  color: #fff;
  font-style: italic;
  font-size: 38px;
}
@media (max-width: 767px) {
  section.footer h1 {
    font-size: 32px;
  }
}
section.footer h1 span {
  color: #b77e21;
}
section.footer p {
  font-family: "adelle", serif;
  color: #cacde0;
  font-style: italic;
  font-size: 18px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  section.footer p {
    margin: 30px 0;
  }
}
section.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.footer ul li {
  display: inline-block;
  color: #cacde0;
  font-style: italic;
}
@media (max-width: 767px) {
  section.footer ul li {
    font-size: 14px;
  }
}
section.footer ul li span {
  color: #b77e21;
  margin: 0 5px;
}
section.footer ul li.bg-img {
  background-size: 15px 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
section.footer ul li.bg-img.phone {
  background-image: url("../img/phone.svg");
}
section.footer ul li.bg-img.email {
  background-image: url("../img/email.svg");
}

section.project-pictures img {
  width: 100%;
  margin-bottom: 30px;
}
section.project-pictures .project-quote {
  height: 367px;
  background-color: #20274d;
  padding: 40px;
  margin-bottom: 30px;
}
section.project-pictures .project-quote p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-style: italic;
  font-family: "adelle", serif;
  line-height: 42px;
  padding-left: 15px;
  border-left: 4px solid #b77e21;
}
@media (max-width: 1200px) {
  section.project-pictures .project-quote p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1200px) {
  section.project-pictures .project-quote {
    height: 293px;
  }
}
@media (max-width: 992px) {
  section.project-pictures .project-quote {
    height: auto;
  }
}

.alert {
  background: #8294c7;
  padding: 10px 15px;
  font-size: 0.9em;
  margin-bottom: 20px;
  display: inline-block;
  animation: 1s alertAnim forwards;
  color: #fff;
}

@keyframes alertAnim {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#map {
  width: 100%;
  height: 450px;
  margin-top: 30px;
}

/* The alert message box */
.c-alert {
  padding: 15px;
  background-color: #6BBD6E;
  /* Green */
  color: white;
  margin-bottom: 15px;
  font-family: "adelle-sans", sans-serif;
  line-height: 25px;
  font-size: 16px;
  /* The close button */
  /* When moving the mouse over the close button */
}
.c-alert .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 36px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.c-alert .closebtn:hover {
  color: black;
}

/*# sourceMappingURL=main.css.map */
