@font-face {
  font-family: "Avenir";
  src: url(fonts/Avenir_Medium.ttf);
}
html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
  color: #f44242;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
a:hover {
  color: #f44242;
  text-decoration: none;
  border-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir", Helvetica, sans-serif;
  margin-bottom: 1em;
  color: black;
}

h1 {
  border-left: 3px solid #f44242;
  padding-left: 27px;
  margin-left: -30px;
  margin-top: 2em;
  margin-bottom: 2em;
}

p {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 1rem;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Open Sans", sans-serif;
}
@media (min-width: 1200px) {
  body .container:not(.blog) {
    max-width: 1520px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
body > header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  background-color: white;
  z-index: 300;
  box-sizing: border-box;
  transition: padding 0.5s ease, font-size 0.5s ease;
}
body > header.sticky {
  padding: 0;
}
body > header nav.navbar {
  padding-left: 0;
  padding-right: 0;
}
body > header .navbar-brand img {
  height: 2.3rem;
  display: block;
}
body > header .navbar-toggler {
  color: black;
}
body > header .nav-item {
  font-family: "Avenir", Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 0.2em;
}
body > header .nav-item a.lang-toggle {
  padding: 12px 0.5rem 12px 0;
}
body > header a.nav-link {
  padding: 12px 0 2px 0 !important;
  margin: 0 0.5em 5px 0.5em;
  color: black;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
body > header a.nav-link:hover, body > header a.nav-link.active {
  border-bottom: 3px solid #f44242;
  text-decoration: none;
}
body > header a.navbar-brand {
  border-bottom: none;
}
body > header a.navbar-brand:hover, body > header a.navbar-brand.active {
  border-bottom: none;
}
body > main {
  background-color: white;
  margin-top: 82.8px;
  margin-bottom: 80px;
  transition: margin-top 0.5s ease;
}
body > main.sticky {
  margin-top: 62.8px;
}
body > main > .container {
  margin-top: 10em;
}
body > footer {
  background-color: #333344;
  color: #f3f3f5;
  padding: 75px 0;
}
body > footer h5 {
  color: white;
}
body > footer p {
  margin: 0;
  padding: 0;
}
body > footer address {
  margin: 0;
}
body > footer a {
  color: #bbbbdd;
  border-bottom: transparent;
}
body > footer a:hover {
  color: #bbbbdd;
  border-bottom: transparent;
}

.section {
  background: white;
}

.spacer {
  height: 60px;
  width: 100%;
}

.half-spacer {
  height: 30px;
  width: 100%;
}

.quarter-spacer {
  height: 15px;
  width: 100%;
}

.footer-logo {
  height: 100px;
}

.card-reference {
  margin-bottom: 90px;
}
.card-reference > div.card-description {
  margin-left: 20px;
  backdrop-filter: blur(8px);
  background-color: #f3f3f5;
  height: 100%;
  padding: 30px;
  border: none;
  border-radius: 1px;
  width: 93%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-reference > div.card-description > .logos-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.card-reference > div.card-description > .logos-wrapper img {
  margin: 10px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .card-reference > div.card-description > .logos-wrapper img {
    margin: 20px;
    height: 30px;
  }
}
.card-reference .card-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .card-reference .card-image {
    height: 300px;
  }
}
.card-reference .card-image.middle {
  margin-right: -50px;
}
.card-reference .card-image.small {
  height: 170px;
}
.card-reference h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.card-reference h6 {
  color: rgb(102, 117, 132);
}

#team_image {
  margin-bottom: 50px;
  width: 100%;
  mix-blend-mode: multiply;
}

#team-banner {
  margin-top: 10em;
  margin-bottom: 3em;
}

#team-banner img {
  width: 100%;
}

#teamline {
  background-color: #f3f3f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 60px 60px 60px;
}

#team .card.profile {
  max-width: 99.9%;
  margin-bottom: 3em;
}
#team .card.profile .card-body {
  margin: 1.75rem;
}
#team .card.profile h5.card-title {
  margin-top: 1em;
}
#team .card.profile h5 i {
  color: #f44242;
}

.profile-card {
  margin: 30px 0 0 0;
}

.profile-card > .description {
  display: none;
}

.expander {
  width: 100%;
  background-color: #e0e0e0;
  height: 3.25rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  text-align: center;
}

.expander:hover {
  background-color: #f44242;
  color: white;
}

.expander.active {
  background-color: #555;
  color: white;
  content: "blub";
}

.expander.active:hover {
  background-color: #f44242;
  color: white;
}

.expander.active i {
  transform: rotate(180deg);
}

.description-wrapper {
  box-sizing: padding-box;
  background-color: #555;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px inset;
  color: white;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: height 0.5s;
}

.description-wrapper.active {
  height: 500px;
}

.description {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.description.active {
  opacity: 1;
}

.description a {
  color: #bbd;
}

.description img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
}

.description-text {
  column-count: 2;
}

@media (max-width: 575.98px) {
  #team_image {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .profile {
    height: auto;
  }
  .description-wrapper {
    display: none;
  }
  .description-text {
    column-count: 1;
  }
  .profiles .description {
    overflow: hidden;
    display: block;
    position: relative;
    box-sizing: border-box;
    top: 0;
    background-color: #555;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px inset;
    padding: 0;
    color: white;
    height: 0;
    margin: 0;
    width: 100%;
    opacity: 1;
    transition: height 0.5s;
  }
  .profiles .description > .container {
    padding: 40px;
  }
  .profiles .description > * {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .profiles .description.active {
    height: auto;
  }
  .profiles .description.active > * {
    opacity: 1;
  }
  .profile-card {
    margin: 30px 0 30px 0;
  }
}
#services-stack {
  float: left;
  width: calc(100% - 100px);
  margin: 0 100px 0 50px;
}
@media (max-width: 576px) {
  #services-stack {
    width: calc(60% - 100px);
  }
}

.service-row {
  margin-top: 5em;
}

#head-banner {
  margin-top: 10em;
  margin-bottom: 3em;
}
#head-banner .img-jumbo {
  width: 100%;
}
#head-banner .img-mini {
  width: 2rem;
}
#head-banner p {
  font-weight: 100;
}

#headline {
  background-color: #f3f3f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 60px 60px 60px;
}

#ceo-banner {
  transition: box-shadow 0.5s;
  padding: 50px 20px;
  margin-bottom: 6em;
}
#ceo-banner .img-thumbnail {
  height: 250px;
  width: 250px;
}
#ceo-banner h4 {
  margin-top: 20px;
  margin-bottom: 0px;
}
#ceo-banner h1 {
  margin-left: 20px;
}
#ceo-banner p {
  margin-bottom: 0;
}

#contact #contact-thumbnail {
  width: 200px;
  margin-bottom: 20px;
}
#contact #contact-form {
  margin-top: 5em;
}
#contact #contact-form textarea {
  background-color: transparent;
  font-size: 1.2em;
  border: 1px solid #ced4da;
  padding: 20px;
}
#contact #contact-form textarea::placeholder {
  color: #f3f3f5;
}
#contact #contact-form input::placeholder {
  color: #f3f3f5;
}
#contact .map {
  height: 500px;
  width: 100%;
  border: 0;
}
#contact > main > .container {
  margin-top: 1em;
}
#contact #contact-position {
  margin-top: -20px;
}

.portfolio-image {
  background-size: cover;
}

.portfolio-reference {
  padding: 25px;
}
.portfolio-reference > div {
  position: relative;
  border: none;
  border-radius: 1px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, #f3f3f5);
}
.portfolio-reference > div > div {
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 320px;
  padding: 15px;
  min-height: 70px;
  color: rgb(33, 37, 41);
}
.portfolio-reference:nth-child(2n+1) {
  padding-left: 0;
}
.portfolio-reference:nth-child(2n+0) {
  padding-right: 0;
}
.portfolio-reference div div h2 {
  font-size: 1.5em;
}
.portfolio-reference div div h6 {
  color: rgb(102, 117, 132);
}
.portfolio-reference .portfolio-description {
  backdrop-filter: blur(8px);
  padding-left: 0;
}

.customer-logo {
  margin: 20px;
  width: 125px;
}

.testimonial {
  padding: 10px 0;
}
.testimonial .blockquote {
  font-size: 1em;
  font-weight: 300;
}
.testimonial .blockquote-footer {
  background-color: transparent;
  color: #212529;
  padding: 0px;
}
.testimonial .img-thumbnail {
  max-width: 150px;
  height: 150px;
}
.testimonial .customer-logo {
  margin: 1em 0 0 0;
}

.portfolionc-reference {
  margin-bottom: 30px;
}
.portfolionc-reference > a {
  text-decoration: none;
}
.portfolionc-reference > a > div {
  position: relative;
  border: none;
  border-radius: 1px;
  width: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s;
}
.portfolionc-reference > a > div:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}
.portfolionc-reference > a > div > div {
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 200px;
  padding: 15px;
  min-height: 70px;
  background-color: rgb(251, 251, 251);
  color: rgb(33, 37, 41);
}
.portfolionc-reference div div h2 {
  font-size: 1.5em;
}
.portfolionc-reference div div h6 {
  line-height: 1.5;
}
.portfolionc-reference div div h8 {
  color: rgb(102, 117, 132);
}

.customer-link {
  text-decoration: none !important;
  border: 0px !important;
  outline: none;
  border-width: 0px;
  outline-width: 0px;
  border-bottom: none;
}

.customer-link:hover {
  text-decoration: none !important;
  border: 0px !important;
  outline: none;
  border-width: 0px;
  outline-width: 0px;
  border-bottom: none;
}

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