@import url("https://use.typekit.net/bgj4ytt.css");
@import "bootstrap.min.css";
/**
    Colors
 */
/**
    Sizes
 */
html {
  font-size: 100%;
}
@media only screen and (max-width: 1382px) {
  html {
    font-size: 100%;
    line-height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
    line-height: 90%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 85%;
    line-height: 85%;
  }
}

body {
  font-size: 1.25rem;
}

html, body {
  font-family: "brandon-grotesque";
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-height: 100%;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}

h1 {
  font-family: "brandon-grotesque";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 480px) {
  h1 {
    font-size: 2rem !important;
  }
}

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

h2 {
  display: inline-block;
  font-family: "brandon-grotesque";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #ffffff;
  clear: both;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 2rem !important;
  }
}
h2.icon {
  padding-top: 60px;
  background-image: url("../images/icons/AZ-Iconset_08-footer-locatie.svg");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center 0px;
}
h2.black {
  color: #000;
}

h3 {
  display: inline-block;
  font-family: "brandon-grotesque";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #3C127C;
  clear: both;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
h3.icon {
  padding-top: 60px;
  background-image: url("../images/icons/AZ-Iconset_08-footer-locatie.svg");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center 0px;
}

textarea:focus, input:focus {
  outline: none;
}

.message {
  padding: 20px;
  width: 100%;
  background-color: #3C127C;
  background-image: url("../images/check-white.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #ffffff;
  padding-left: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.message.warning {
  background-color: yellow;
  background-image: url("../images/warning.svg");
}
.message.bad {
  background-color: red;
  background-image: url("../images/error.svg");
}

.container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.row.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.row.no-margin > div {
  padding-left: 0px;
  padding-right: 0px;
}

.button {
  position: relative;
  display: inline-block;
  min-width: 220px;
  padding: 12px 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #000;
  background-repeat: no-repeat;
  opacity: 1;
  border: none;
  font-family: "brandon-grotesque";
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.button.max {
  width: 100%;
}
.button.no-min-width {
  min-width: 0px !important;
}
.button.arrow-right {
  padding-right: 50px !important;
  background-image: url("../images/icon-theme-arrow-right-white1.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.button.image-left {
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-size: 25px 25px;
  padding-right: 45px;
}
.button a {
  color: #FFFFFF !important;
}
.button.center-text {
  text-align: center;
}
.button:hover .svg *, .button:active .svg *, .button:focus .svg * {
  fill: #FFFFFF;
}
.button:hover {
  text-decoration: none;
}
.button.white {
  background-color: #ffffff;
  color: #000 !important;
  border: none;
}

.col-90 {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .col-90 {
    width: 100%;
  }
}

.col-80 {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .col-80 {
    width: 100%;
  }
}

.col-70 {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .col-70 {
    width: 100%;
  }
}

.col-60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .col-60 {
    width: 100%;
  }
}

.center-block {
  margin: auto;
}

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

.page {
  width: 100%;
  min-height: 100vh;
  overflow: auto;
}
.page .next-page {
  width: 40px;
  height: 90px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  font-family: "brandon-grotesque";
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-size: 30px auto;
  font-size: 0.8rem;
  cursor: pointer;
}
.page .logo {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 200px;
  height: 200px;
  background-color: #000;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  margin: auto;
  transition: height 0.2s ease-out, width 0.2s ease-out, left 0.2s ease-out, transform 0.2s ease-out;
}
@media (max-width: 480px) {
  .page .logo {
    width: 110px;
    height: 110px;
    left: 20px;
    transform: translateX(0);
  }
  .page .logo.small {
    width: 90px !important;
    height: 90px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.page .logo.small {
  width: 175px;
  height: 175px;
}
.page.first {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.page.first .intro {
  font-size: 2.5rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page.first .menu {
  position: absolute;
  right: 50px;
  top: 30px;
}
@media (max-width: 480px) {
  .page.first .menu {
    right: 10px;
  }
}
.page.first .menu a {
  margin-left: 40px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .page.first .menu a {
    margin-left: 10px;
  }
}
.page.first .menu a img {
  width: 25px;
}
.page.second {
  position: relative;
  background-color: #000;
  color: #ffffff;
}
.page.second .container {
  padding-top: 120px;
}
@media only screen and (max-width: 1382px) {
  .page.second .container {
    padding-top: 96px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page.second .container {
    padding-top: 72px !important;
  }
}
@media (max-width: 480px) {
  .page.second .container {
    padding-top: 60px !important;
  }
}
.page.second .container .content, .page.second .container .image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page.second .container img {
  display: block;
  width: 70%;
  margin: auto;
}
.page.third {
  background-color: #ffffff;
  color: #000;
}
.page.third .container {
  padding-top: 120px;
}
@media only screen and (max-width: 1382px) {
  .page.third .container {
    padding-top: 96px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page.third .container {
    padding-top: 72px !important;
  }
}
@media (max-width: 480px) {
  .page.third .container {
    padding-top: 60px !important;
  }
}
.page.third .kapsels {
  margin-top: 40px;
}
.page.third .kapsels .foto {
  display: block;
  width: 500px;
  height: 500px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 480px) {
  .page.third .kapsels .foto {
    display: none;
  }
}
.page.third .kapsels .foto-title {
  padding-top: 7%;
  padding-bottom: 7%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  .page.third .kapsels .foto-title {
    display: none;
  }
}
.page.third .kapsels .thumbs {
  text-align: center;
  padding-bottom: 30px;
}
.page.third .kapsels .thumbs .thumb {
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
  text-align: center;
}
.page.third .kapsels .thumbs .thumb img {
  display: inline-block;
  width: 75%;
}
@media (max-width: 480px) {
  .page.third .kapsels .thumbs .thumb {
    width: 100%;
    opacity: 1;
  }
}
.page.third .kapsels .thumbs .thumb:hover, .page.third .kapsels .thumbs .thumb.active {
  opacity: 1;
}
.page.fourth {
  background-color: #000;
}
.page.fourth .container {
  padding-top: 120px;
}
@media only screen and (max-width: 1382px) {
  .page.fourth .container {
    padding-top: 96px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page.fourth .container {
    padding-top: 72px !important;
  }
}
@media (max-width: 480px) {
  .page.fourth .container {
    padding-top: 60px !important;
  }
}
.page.fourth .container .button {
  margin-top: 40px;
}
.page.fourth .container .contact {
  margin-top: 40px;
}
.page.fourth .container .contact .contact-row {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "brandon-grotesque";
  font-weight: 500;
}
.page.fourth .container .contact .contact-row > div {
  float: left;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.page.fourth .container .contact .contact-row .contact-title {
  width: 100px;
  color: #F2CC90;
}

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