:root {
  color-scheme: normal;
  --app-height: 100%;
}

.animate__delay-15s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.animate__fadeInRight2 {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: animate__fadeInRight2;
          animation-name: animate__fadeInRight2;
}

@-webkit-keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes showCurve {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
}

@keyframes showCurve {
  0% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  }
}

#UpperCurve.show {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: showCurve;
          animation-name: showCurve;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#LowerCurve.show {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: showCurve;
          animation-name: showCurve;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes showWhatWeDo {
  0% {
    -webkit-clip-path: polygon(0 80%, 25% 80%, 25% 100%, 0 100%);
            clip-path: polygon(0 80%, 25% 80%, 25% 100%, 0 100%);
    opacity: 0;
  }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes showWhatWeDo {
  0% {
    -webkit-clip-path: polygon(0 80%, 25% 80%, 25% 100%, 0 100%);
            clip-path: polygon(0 80%, 25% 80%, 25% 100%, 0 100%);
    opacity: 0;
  }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.whatWeDo.show {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: showWhatWeDo;
          animation-name: showWhatWeDo;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media (min-width: 576px) {
  .whatWeDo {
    display: inline-block;
  }
}

html {
  height: -webkit-fill-available;
}

@media (min-width: 576px) {
  html {
    height: 100% !important;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 95vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  position: relative;
}

body #fp-nav ul li a span {
  background: #122975;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body #fp-nav ul li a span.light {
  background: #ffffff;
}

body #fp-nav.fp-left {
  left: 0px;
}

@media (min-width: 576px) {
  body #fp-nav.fp-left {
    left: 17px;
  }
}

body .fp-tableCell {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

body .fp-tableCell.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

body .mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 5000;
  height: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
}

body .mobileMenu .mobileLogo {
  height: 100%;
  overflow: auto;
}

body .mobileMenu .mobileLogo div:nth-child(1) {
  display: none;
  z-index: 20;
}

body .mobileMenu .mobileLogo div:nth-child(2) {
  display: none;
  z-index: 10;
}

body .mobileMenu .mobileLogo div {
  position: absolute;
  margin: 0 0 0 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .mobileMenu .mobileBurger {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body .mobileMenu .mobileBurger .contactButton {
  position: relative;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  margin-right: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #122975;
  border: #122975 solid 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
}

body .mobileMenu .mobileBurger .ingrano_menue_burger {
  width: 30px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  position: relative;
  top: 50%;
  margin-right: 2rem;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger.dark {
  background: white;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger.dark::before, body .mobileMenu .mobileBurger .ingrano_menue_burger.dark::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: white;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger.light {
  background: #122975;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger.light::before, body .mobileMenu .mobileBurger .ingrano_menue_burger.light::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger::before, body .mobileMenu .mobileBurger .ingrano_menue_burger::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .mobileMenu .mobileBurger .ingrano_menue_burger::before {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}

body .mobileMenu .mobileBurger .ingrano_menue_burger::after {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

body .mobileMenu.white {
  background-color: transparent;
}

body .mobileMenu.white .mobileLogo div:nth-child(1) {
  display: block;
}

body .mobileMenu.white .mobileBurger .contactButton {
  color: white;
  border-color: white;
}

body .mobileMenu.white .mobileBurger .ingrano_menue_burger {
  color: #122975;
}

body .mobileMenu.color .mobileLogo div:nth-child(2) {
  display: block;
}

body .mobileMenu.color .mobileBurger .ingrano_menue_burger {
  color: #122975;
}

body .menue {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: white;
  z-index: 200;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8fr 1fr;
      grid-template-columns: 1fr 8fr 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body .menue #ingrano_logo {
  margin-left: 2em;
}

body .dropDownMenu {
  display: none;
}

@media (min-width: 576px) {
  body .dropDownMenu {
    display: block;
    position: fixed;
    top: 20px;
    left: 200px;
    z-index: 201;
  }
  body .dropDownMenu div {
    padding: 1em;
    max-height: 0;
    background-color: transparent;
    position: relative;
    border-radius: 15px;
  }
  body .dropDownMenu div a {
    font-family: "Barlow", sans-serif;
    font-size: 1.25rem;
    padding: 1em;
    text-transform: uppercase;
  }
  body .dropDownMenu div a span {
    text-transform: unset;
  }
  body .dropDownMenu div a.dark {
    color: white;
  }
  body .dropDownMenu div a.light {
    color: #122975;
  }
  body .dropDownMenu div ul {
    list-style: none;
    opacity: 0;
    padding: 0em;
    margin: 0 1em;
    position: relative;
    visibility: hidden;
  }
  body .dropDownMenu div ul li {
    position: relative;
    text-transform: uppercase;
    padding: .5em 0 !important;
  }
  body .dropDownMenu div ul li a {
    padding: 0 !important;
  }
  body .dropDownMenu div:hover {
    background-color: #ffffff;
    max-height: 250px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }
  body .dropDownMenu div:hover a.dark {
    color: #122975;
  }
  body .dropDownMenu div:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
}

body #ingrano_menue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 2em;
  top: 1.3em;
  z-index: 202;
}

body #ingrano_menue ul {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (min-width: 576px) {
  body #ingrano_menue ul {
    display: block;
  }
}

body #ingrano_menue ul li {
  display: inline-block;
  padding: 0.5em 0.5em 0 0.5em;
}

body #ingrano_menue ul li a {
  color: #122975;
  padding-bottom: 0.25em;
}

body #ingrano_menue ul li a.active {
  border-bottom: 2px solid #122975;
}

body #ingrano_menue.dark ul li a {
  color: white;
}

body #ingrano_menue.dark ul li a.active {
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 576px) {
  body #ingrano_menue {
    position: fixed;
  }
}

#contactButton {
  border-radius: 2em;
  padding: 0.5em 1em;
  margin-right: 1em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  cursor: pointer;
  color: #122975;
  border: #122975 solid 3px;
  background-color: rgba(18, 41, 117, 0);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

@media (min-width: 576px) {
  #contactButton {
    margin-right: 0;
  }
}

#contactButton span.text {
  display: none;
}

@media (min-width: 992px) {
  #contactButton span.text {
    display: inline;
  }
}

#contactButton span.mdi {
  display: inline;
  padding: 0 0.5em;
  display: block;
}

@media (min-width: 992px) {
  #contactButton span.mdi {
    display: none;
  }
}

#contactButton.light {
  color: #122975;
  border: #122975 solid 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#contactButton.dark {
  color: white;
  border: white solid 3px;
}

#contactButton:hover {
  opacity: 1;
  background-color: #122975;
  color: white;
}

.ingrano_menue_burger {
  width: 30px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

@media (min-width: 576px) {
  .ingrano_menue_burger {
    display: none;
  }
}

.ingrano_menue_burger.dark {
  background: white;
}

.ingrano_menue_burger.dark::before, .ingrano_menue_burger.dark::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: white;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ingrano_menue_burger.light {
  background: #122975;
}

.ingrano_menue_burger.light::before, .ingrano_menue_burger.light::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ingrano_menue_burger::before, .ingrano_menue_burger::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #122975;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ingrano_menue_burger::before {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}

.ingrano_menue_burger::after {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

body #ingrano_menue.open {
  position: fixed;
}

body #ingrano_menue.open .ingrano_menue_burger {
  width: 17px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 13px;
}

body #ingrano_menue.open .ingrano_menue_burger::before {
  -webkit-transform: rotate(45deg) translate(-13px, 13px);
          transform: rotate(45deg) translate(-13px, 13px);
}

body #ingrano_menue.open .ingrano_menue_burger::after {
  -webkit-transform: rotate(-45deg) translate(-13px, -13px);
          transform: rotate(-45deg) translate(-13px, -13px);
}

body #menueSlide {
  background: white;
  position: fixed;
  height: 0;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2fr 1fr;
      grid-template-rows: 1fr 2fr 1fr;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body #menueSlide #menue_ingrano_logo {
  margin-left: 2em;
  margin-top: 19px;
  position: absolute;
}

@media (min-width: 768px) {
  body #menueSlide {
    position: fixed;
    top: 0;
  }
}

body #menueSlide.open {
  height: 100vh;
  opacity: 1;
  z-index: 201;
}

body #menueSlide .row2 {
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  font-family: "Barlow", sans-serif;
  color: #122975;
}

body #menueSlide .row2 div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr 0fr 1fr;
      grid-template-columns: 1fr 4fr 0fr 1fr;
}

@media (min-width: 768px) {
  body #menueSlide .row2 div {
    -ms-grid-columns: 1fr 4fr 4fr 1fr;
        grid-template-columns: 1fr 4fr 4fr 1fr;
  }
}

body #menueSlide .row2 ul {
  -ms-grid-column-align: center;
      justify-self: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: Barlow;
}

body #menueSlide .row2 ul li {
  display: block;
  font-size: 2.5em;
  color: #163583;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: .1em;
  cursor: pointer;
  margin-bottom: 0.3em;
}

body #menueSlide .row2 ul li a.active {
  color: #122975;
}

body #menueSlide .row2 ul li a.active:hover {
  color: #122975;
}

body #menueSlide .row2 h1 {
  color: #122975;
  margin: 0;
  -ms-grid-column-align: center;
      justify-self: center;
  display: none;
}

@media (min-width: 768px) {
  body #menueSlide .row2 h1 {
    display: inline-block;
  }
}

body .menueVisible {
  opacity: 1 !important;
}

body .menue2 {
  position: fixed;
  height: 100px;
  width: 100%;
  z-index: 150;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8fr 1fr;
      grid-template-columns: 1fr 8fr 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: url("ingrano_logo_white.png");
  background-repeat: no-repeat;
  background-position: 2em 1.125em;
}

@media (min-width: 576px) {
  body .menue2 {
    position: absolute;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
  }
}

body .menue2.dark {
  background-image: url("ingrano_logo_color.png");
}

body .menue2 #ingrano_logo_dynamic {
  margin-left: 2em;
}

body .menueVisible2 {
  opacity: 0 !important;
}

body h1,
body h2 {
  font-family: "Dosis", sans-serif;
  margin: 0;
  font-weight: 600;
}

body p,
body ul {
  font-family: "Barlow", sans-serif;
}

@media (min-width: 1200px) and (min-height: 700px) {
  body p,
  body ul {
    font-size: 1.25em;
  }
}

body a {
  color: #6c8aff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  word-break: break-all;
}

body a:hover {
  color: #484848;
}

body .page_about {
  background-image: url("about_header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #0b2460;
}

@media (min-width: 576px) {
  body .page_about #introHeadline {
    top: 0% !important;
  }
}

body .page_home {
  background: #74c7a4;
  background-image: url("home_header.jpg");
  background-size: cover;
  background-position-y: center;
  background-position-x: 100%;
  position: relative;
}

body .page_home *.center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

@media (min-width: 576px) {
  body .page_home {
    background-position-x: 25%;
  }
}

@media (min-width: 768px) {
  body .page_home {
    background-position-x: 45%;
  }
}

@media (min-width: 992px) {
  body .page_home {
    background-position-x: 50%;
  }
}

body .page_career {
  background-image: url("careers_header.jpg");
  background-repeat: no-repeat;
  background-color: #7dc3a7;
  background-position-x: 75%;
  background-position-y: 0%;
  background-size: cover;
}

@media (min-width: 768px) {
  body .page_career {
    background-position-x: 80%;
    background-size: cover;
  }
}

body .page_competences {
  background-image: url("kompetenzen_header.jpg");
  background-repeat: no-repeat;
  background-color: #121d31;
  background-position-x: 50%;
}

@media (min-width: 768px) {
  body .page_competences {
    background-position-x: 0%;
    background-size: cover;
  }
}

.qlifecycle {
  background-image: url("qualitaets_lifecycle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 88%;
  height: 100%;
}

body .page_leistungen {
  background-image: url("ingrano_leistungen.jpg");
  background-repeat: no-repeat;
  background-color: #000000;
  background-position-x: 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  body .page_leistungen {
    background-position-x: 0%;
    background-size: cover;
  }
}

body #leistungenAni {
  margin-left: 45px;
  margin-top: 10px;
  width: 80%;
}

body #leistungenAni #progressBar {
  position: absolute;
  left: 0px;
  top: 100px;
  border-left: solid 3px #9fdfc4;
  height: 70vh;
}

body #leistungenAni #progressBar ul {
  list-style: none;
}

body #leistungenAni #progressBar ul li {
  position: absolute;
  left: -10px;
}

body #leistungenAni #progressBar ul li.dot {
  position: absolute;
  left: -12px;
  height: 15px;
  width: 15px;
  background-color: #74c7a4;
  border: solid 3px #9fdfc4;
  border-radius: 50%;
  display: inline-block;
}

body #leistungenAni #progressBar ul li.dot.active {
  height: 25px;
  width: 25px;
  border: solid 3px white;
  left: -16px;
}

body #leistungenAni #progressBar ul li:first-child {
  color: red;
  top: 0%;
}

body #leistungenAni #progressBar ul li:nth-child(2) {
  color: green;
  top: 50%;
}

body #leistungenAni #progressBar ul li:nth-child(3) {
  color: blue;
  top: 99%;
}

body #leistungenAni ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #leistungenAni ul li {
  color: white;
  margin-bottom: 1em;
}

body #leistungenAni h1 {
  font-weight: 200;
}

body .splide {
  width: 85vw;
}

body .splide button {
  background: transparent !important;
}

body .splide .splide__slide.is-active {
  border: solid 3px transparent !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

body .splide .splide__list {
  padding: 0;
  margin: 0;
}

body .splide .splide__slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  list-style: none;
}

body .splide button.splide__arrow {
  top: 50%;
  color: #122975 !important;
  padding: 0px !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  width: 60px;
}

body .splide button.splide__arrow--next {
  right: -50px;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1))) !important;
  background: linear-gradient(right, white, rgba(255, 255, 255, 0.1)) !important;
}

body .splide button.splide__arrow--prev {
  left: -50px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0.1))) !important;
  background: linear-gradient(left, white, rgba(255, 255, 255, 0.1)) !important;
}

body .slide_card {
  width: 250px;
  height: 160px;
  overflow: hidden;
  font-size: 1rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default !important;
}

body .slide_card div {
  text-align: center;
}

body .slide_card div span {
  font-size: 4em;
  line-height: 1em;
  color: #6c8aff;
}

body .slide_card div h2 {
  min-height: 3em;
}

body .row2 {
  position: relative;
}

body .row2 div #introHeadline {
  left: 0px;
  bottom: -1px;
  right: 0;
  padding: 36px 36px 25% 36px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

body .row2 div #introHeadline.lighterBlueBG {
  background-color: #e9ecf5;
}

body .row2 div #introHeadline.whiteBG {
  background-color: #ffffff;
}

body .row2 div #introHeadline.greenBG {
  background-color: #74c7a4;
}

@media (min-width: 576px) {
  body .row2 div #introHeadline.greenBG {
    background-color: transparent;
  }
}

body .row2 div #introHeadline.darkBlueBG {
  background-color: #121d31;
}

@media (min-width: 576px) {
  body .row2 div #introHeadline.darkBlueBG {
    background-color: transparent;
  }
}

body .row2 div #introHeadline.blueBG {
  background-color: #122975;
}

@media (min-width: 576px) {
  body .row2 div #introHeadline.blueBG {
    background-color: transparent;
  }
}

@media (min-width: 576px) {
  body .row2 div #introHeadline {
    position: absolute;
    left: 20px;
    top: 55%;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }
  body .row2 div #introHeadline.hidden {
    top: 10%;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
  }
}

@media (min-width: 576px) and (min-width: 576px) {
  body .row2 div #introHeadline.hidden {
    top: 0%;
  }
}

body .row2 div #introText {
  display: none;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

@media (min-height: 500px) {
  body .row2 div #introText {
    bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  body .row2 div #introText {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    padding: 40px 60px;
    color: #ffffff;
  }
  body .row2 div #introText p {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  body .row2 div #introText {
    top: unset;
    bottom: 15%;
  }
}

body .row2 div #introText.hidden {
  bottom: -10%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

body #tabbox1 .tabNav {
  border-bottom: solid 2px #122975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* Default */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-bottom: 2.5em;
  padding: 0;
}

body #tabbox1 .tabNav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  /* Default */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  width: 100%;
  text-align: left;
  color: #122975;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 1.25rem 0 1.25rem 0;
  margin-right: 2.5rem;
  position: relative;
}

body #tabbox1 .tabNav li div.dot {
  position: absolute;
  bottom: -12px;
  height: 15px;
  width: 15px;
  border: solid 3px #122975;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body #tabbox1 .tabNav li div.dot.active {
  height: 25px;
  width: 25px;
  bottom: -17px;
  background: #122975;
}

body #tabbox1 .tab.active .tabcontent {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

body #tabbox1 .tab .tabheadline {
  display: none;
}

body #tabbox1 .tab .tabcontent {
  display: none;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5 ease-in-out;
  transition: opacity 0.5 ease-in-out;
  overflow: hidden;
}

body #tabbox1 .tab .tabcontent p {
  color: #122975;
}

body #tabbox1 .tab .tabcontent h2 {
  color: #6c8aff;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  body #tabbox1 .tab .tabcontent h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body #tabbox1 .tab .tabcontent h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5em;
  }
}

body #tabbox2 .tabNav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px rgba(18, 41, 117, 0.15);
  margin-bottom: 1em;
}

body #tabbox2 .tabNav li {
  color: #122975;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border-bottom: solid 6px transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 1.25rem 2.5rem;
}

body #tabbox2 .tabNav li.active {
  border-bottom: solid 6px #74c7a4;
}

body #tabbox2 .tab.active.active .tabcontent {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
  height: auto;
}

body #tabbox2 .tab .tabheadline {
  display: none;
}

body #tabbox2 .tab .tabcontent {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5 ease-in-out;
  transition: opacity 0.5 ease-in-out;
  overflow: hidden;
}

body #tabbox2 .tab .tabcontent p {
  color: #122975;
}

body #tabbox2 .tab .tabcontent h2 {
  color: #6c8aff;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  body #tabbox2 .tab .tabcontent h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body #tabbox2 .tab .tabcontent h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5em;
  }
}

body #hrSlide {
  position: fixed;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  top: -100vh;
  z-index: 1000;
  background: white;
  overflow: scroll;
}

body #hrSlide.show {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1;
  top: 0;
}

body #hrSlide .closeBtn {
  cursor: pointer;
  position: absolute;
  right: 72px;
  top: 36px;
  color: #122975;
  font-size: 2.2em;
  z-index: 1001;
}

body #hrSlide h1 {
  color: #122975;
  padding-bottom: 1em;
}

body #hrSlide .row2 {
  padding: 100px 2em 1.5em 2em;
}

@media (min-width: 992px) {
  body #hrSlide .row2 {
    padding: 100px 6em 1.5em 6em;
  }
}

body #competences_video {
  height: 105vh;
  position: absolute;
  left: -100px;
  top: -100px;
  opacity: 0.1;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  -webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 35% 100%);
          clip-path: polygon(35% 0, 100% 0%, 100% 100%, 35% 100%);
}

@media (min-width: 768px) {
  body #competences_video {
    height: 100vh;
    left: 60%;
    -webkit-transform: translateX(-31%);
            transform: translateX(-31%);
    opacity: 1;
  }
}

body .benefit {
  width: 130px;
  background: red;
  padding: 2em;
}

body .benefit span {
  font-size: 6em;
  line-height: 1;
}

body .lighterBlueBG {
  background-color: #e9ecf5;
}

body .whiteBG {
  background-color: #ffffff;
}

body .greenBG {
  background-color: #74c7a4;
}

body .darkBlueBG {
  background-color: #121d31;
}

body .blueBG {
  background-color: #122975;
}

body #infoimg1 {
  position: absolute;
  left: 20%;
  top: 40%;
  height: 100px;
  opacity: 1;
}

body #triggerImg1 {
  position: relative;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
}

body .section {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  min-height: 95vh;
  width: 100vw;
  overflow: hidden;
}

@media (min-width: 576px) {
  body .section {
    height: initial;
  }
}

body .section.introSlide .gridlayout {
  padding: 85px 0 0 0;
}

@media (min-width: 576px) {
  body .section.introSlide .gridlayout {
    padding: 80px 62px 1.5em 62px;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section.introSlide .gridlayout {
    padding: 100px 6em 1.5em 6em;
  }
}

@media (min-width: 1600px) {
  body .section.introSlide .gridlayout {
    padding: 100px 12em 1.5em 12em;
  }
}

body .section div.gridlayout {
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  width: 100vw;
  padding: 36px 36px 1.5em 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-rows: 1px 1fr 1px;
      grid-template-rows: 1px 1fr 1px;
}

@media (min-width: 576px) {
  body .section div.gridlayout {
    min-height: 95vh;
    padding: 88px 62px 1.5em 62px;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout {
    padding: 100px 6em 1.5em 6em;
  }
}

@media (min-width: 1600px) {
  body .section div.gridlayout {
    padding: 100px 12em 1.5em 12em;
  }
}

body .section div.gridlayout div.row2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body .section div.gridlayout div.row2.width-70 {
  width: unset;
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2.width-70 {
    width: 70%;
  }
}

body .section div.gridlayout div.row2 bold {
  font-weight: 600;
}

body .section div.gridlayout div.row2 h1,
body .section div.gridlayout div.row2 h2 {
  color: #6c8aff;
  margin-left: -1px !important;
}

body .section div.gridlayout div.row2 p,
body .section div.gridlayout div.row2 ul {
  color: #122975;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2.introSlide {
    width: 80%;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2.introSlide {
    width: 80%;
  }
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2.introSlide {
    width: 70%;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout div.row2.introSlide {
    width: 60%;
  }
}

body .section div.gridlayout div.row2.whiteText {
  color: white;
}

body .section div.gridlayout div.row2.whiteText h1,
body .section div.gridlayout div.row2.whiteText h2,
body .section div.gridlayout div.row2.whiteText p {
  color: white;
}

body .section div.gridlayout div.row2.withTabs {
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: start;
}

body .section div.gridlayout div.row2 h1 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout div.row2 h1 {
    font-size: 3rem;
  }
}

body .section div.gridlayout div.row2 p,
body .section div.gridlayout div.row2 ul {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4em;
}

body .section div.gridlayout div.row2 p.font-large,
body .section div.gridlayout div.row2 ul.font-large {
  font-size: 2em !important;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 p,
  body .section div.gridlayout div.row2 ul {
    font-size: 1.2rem;
  }
  body .section div.gridlayout div.row2 p.font-large,
  body .section div.gridlayout div.row2 ul.font-large {
    font-size: 2em !important;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 p,
  body .section div.gridlayout div.row2 ul {
    font-size: 1.25rem;
  }
  body .section div.gridlayout div.row2 p.font-large,
  body .section div.gridlayout div.row2 ul.font-large {
    font-size: 2em !important;
  }
}

body .section div.gridlayout div.row2.twoRows {
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

body .section div.gridlayout div.row2.twoRows div:first-child {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

body .section div.gridlayout div.row2.twoRows div:last-child {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

body .section div.gridlayout div.row2.twoColumns {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body .section div.gridlayout div.row2.twoColumns.textLeft {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

body .section div.gridlayout div.row2.twoColumns.textLeft div:last-child {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2.twoColumns.textLeft {
    -ms-grid-rows: .7fr 1fr;
        grid-template-rows: .7fr 1fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .section div.gridlayout div.row2.twoColumns.textLeft div:last-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2.twoColumns.textLeft {
    -ms-grid-columns: 5fr 3fr;
        grid-template-columns: 5fr 3fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  body .section div.gridlayout div.row2.twoColumns.textLeft div:last-child {
    display: block;
  }
}

body .section div.gridlayout div.row2.twoColumns.textRight {
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

body .section div.gridlayout div.row2.twoColumns.textRight div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body .section div.gridlayout div.row2.twoColumns.textRight div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2.twoColumns.textRight {
    -ms-grid-columns: 3fr 5fr;
        grid-template-columns: 3fr 5fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  body .section div.gridlayout div.row2.twoColumns.textRight div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .section div.gridlayout div.row2.twoColumns.textRight div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imageRight {
  width: 100%;
  height: 100%;
  display: -ms-grid !important;
  display: grid !important;
}

.imageRight img {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  max-width: 80% !important;
  max-height: 80% !important;
}

.imageLeft {
  width: 100%;
  height: 100%;
  display: -ms-grid !important;
  display: grid !important;
}

.imageLeft img {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  max-width: 80% !important;
  max-height: 80% !important;
}

body .section div.gridlayout div.row2.twoColumns div {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (min-width: 576px) and (min-height: 750px) {
  body .section div.gridlayout div.row2.twoColumns div {
    max-height: 90%;
  }
}

body .section div.gridlayout div.row2.twoColumns img {
  max-height: 50%;
}

body .section div.gridlayout div.row2.twoColumns svg {
  max-height: 45vh;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2.twoColumns svg {
    display: block;
  }
}

body .section div.gridlayout div.row2 .testimonial h1 {
  text-align: left;
  margin-bottom: 2em;
}

body .section div.gridlayout div.row2 .testimonial .withFirst {
  font-size: 1em !important;
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .testimonial .withFirst {
    font-size: 1.45em !important;
  }
}

body .section div.gridlayout div.row2 .testimonial .withFirst::before {
  content: "\201D";
  color: #6c8aff;
  position: absolute;
  font-size: 7em;
  font-family: "Dosis", sans-serif;
}

body .section div.gridlayout div.row2 .readMore .moreLink {
  display: none;
  cursor: pointer;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .readMore .moreLink {
    display: inline-block;
  }
}

body .section div.gridlayout div.row2 .readMore .moreLink.hidden {
  display: none;
}

body .section div.gridlayout div.row2 .readMore .more {
  height: auto;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

body .section div.gridlayout div.row2 .readMore .more.close {
  height: 0;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

body .section div.gridlayout div.row2 .twoTextColumns {
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .twoTextColumns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

body .section div.gridlayout div.row2 button {
  border-radius: 2em;
  background-color: #6c8aff;
  border: none;
  padding: 0.8em 2em;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
}

body .section div.gridlayout div.row2 .textContainer {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .textContainer {
    -ms-grid-columns: 4fr 4fr;
        grid-template-columns: 4fr 4fr;
    -ms-grid-rows: unset;
        grid-template-rows: unset;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .textContainer {
    -ms-grid-columns: 4fr 2.5fr;
        grid-template-columns: 4fr 2.5fr;
    -ms-grid-rows: unset;
        grid-template-rows: unset;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout div.row2 .textContainer {
    -ms-grid-columns: 5fr 4fr;
        grid-template-columns: 5fr 4fr;
  }
}

body .section div.gridlayout div.row2 .textContainer div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .textContainer div {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .textContainer div {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2 .textContainer div {
    font-size: 1.5em;
  }
}

.spacer200 {
  height: 200px;
}

body .section div.gridlayout div.row2 .reference_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: unset;
      grid-template-columns: unset;
  margin-bottom: 2em;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .reference_card {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

body .section div.gridlayout div.row2 .reference_card .refCardHeadline {
  grid-column: 0 !important;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .reference_card .refCardHeadline {
    grid-column: 1 / 2 span !important;
  }
}

body .section div.gridlayout div.row2 .reference_card div h2, body .section div.gridlayout div.row2 .reference_card div h3 {
  font-family: "Dosis", sans-serif;
  margin-bottom: 1em;
  margin-top: 0;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .reference_card div h2, body .section div.gridlayout div.row2 .reference_card div h3 {
    margin-bottom: 0em;
    margin-top: 0;
  }
}

body .section div.gridlayout div.row2 .reference_card div p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.hr_profile ul {
  color: #122975;
}

body .section div.gridlayout div.row2 .hr_cards_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2em;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .hr_cards_container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .hr_cards_container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

body .section div.gridlayout div.row2 .hr_cards_container .hr_card {
  border-radius: 5px;
  padding: 1.8em .8em;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  -webkit-box-shadow: 0 0px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0px 14px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

body .section div.gridlayout div.row2 .hr_cards_container .hr_card:hover h2 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #122975;
}

.hr_offer {
  display: none;
}

.hr_offer ul li {
  color: #122975;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .hr_cards_container .hr_card {
    padding: 2em 1.8em;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .hr_cards_container .hr_card {
    padding: 2em 2em;
  }
}

body .section div.gridlayout div.row2 .hr_cards_container .hr_card h2 {
  font-size: 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .hr_cards_container .hr_card h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .hr_cards_container .hr_card h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2 .hr_cards_container .hr_card h2 {
    font-size: 1.7rem;
  }
}

body .section div.gridlayout div.row2 .hr_cards_container .hr_card h2 span {
  color: #9fb3ff;
  font-size: 0.8em;
}

body .section div.gridlayout div.row2 .headline {
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  row-gap: 2em;
}

body .section div.gridlayout div.row2 .headline h1 {
  max-width: 93%;
  line-height: 1em;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  font-size: 2.3em;
  margin-top: 1em;
}

body .section div.gridlayout div.row2 .headline h1 span {
  display: inline-block;
  word-break: keep-all;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .headline h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .headline h1 {
    font-size: 3.5em;
  }
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2 .headline h1 {
    font-size: 4.75rem;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout div.row2 .headline h1 {
    font-size: 5.75rem;
  }
}

body .section div.gridlayout div.row2 .headline div {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media (min-width: 576px) {
  body .section div.gridlayout div.row2 .headline div {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .headline div {
    max-width: 83%;
    font-size: 3.5em;
  }
}

@media (min-width: 992px) {
  body .section div.gridlayout div.row2 .headline div {
    max-width: 8.2em;
    font-size: 4.75rem;
  }
}

@media (min-width: 1200px) and (min-height: 700px) {
  body .section div.gridlayout div.row2 .headline div {
    max-width: 8.2em;
    font-size: 5.75rem;
  }
}

body .section div.gridlayout div.row2 .headline div p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  body .section div.gridlayout div.row2 .headline div p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5em;
  }
}

body .section div.gridlayout div.row2 .steps h2 span {
  font-size: 2em;
}

body .section div.gridlayout div.row2 .steps p {
  min-height: 4em;
}

body .rendered-form {
  font-size: 1.25rem;
}

body .rendered-form .form-group {
  width: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin: 1em;
}

@media (min-width: 576px) {
  body .rendered-form .form-group {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

body .rendered-form .form-group label, body .rendered-form .form-group input, body .rendered-form .form-group textarea {
  font-family: "Barlow", sans-serif;
  color: #122975;
  padding: .81em;
  font-size: 1.25rem;
  border-radius: 10px;
}

body .rendered-form .form-group input, body .rendered-form .form-group textarea {
  border: solid 1px rgba(0, 0, 0, 0.5);
}

body .rendered-form .form-group button {
  border-radius: 2em;
  padding: 0.5em 1em;
  margin-right: 2em;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  cursor: pointer;
  color: #122975;
  border: #122975 solid 3px;
  background-color: rgba(18, 41, 117, 0);
}

body .slide1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2fr 1fr;
      grid-template-rows: 1fr 2fr 1fr;
  height: 100vh;
}

body .slide2 {
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2fr 2fr;
      grid-template-rows: 1fr 2fr 2fr;
}

body .slide2 .row1 {
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8fr 1fr;
      grid-template-columns: 1fr 8fr 1fr;
  margin: 0 0 2em 0;
}

body .slide2 .row1 .headline {
  color: white;
}

body .slide2 .row1 .headline h1 {
  font-size: 2.3em;
}

@media (min-width: 576px) {
  body .slide2 .row1 .headline h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  body .slide2 .row1 .headline h1 {
    font-size: 2.5rem;
  }
}

body .slide2 .steps {
  font-family: "Barlow", sans-serif;
}

body .slide2 .steps h2 {
  font-weight: 200;
  font-family: "Barlow", sans-serif;
  font-size: 1em;
}

@media (min-width: 768px) {
  body .slide2 .steps h2 {
    font-size: 2em;
  }
}

body .slide2 .steps h2 span {
  font-weight: bold;
  font-size: 2em;
}

body .slide2 .row2 {
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 5fr 3fr 1fr;
      grid-template-columns: 1fr 3fr 5fr 3fr 1fr;
  justify-items: center;
}

body .slide2 .row2 .ideation {
  text-align: right;
}

body .slide2 .row2 .development p {
  word-break: keep-all;
}

body .slide2 .row2 .development p span:nth-child(1) {
  display: none;
}

@media (min-width: 992px) {
  body .slide2 .row2 .development p span:nth-child(1) {
    display: inline-block;
  }
}

body .slide2 .row2 .development p span:nth-child(2) {
  display: inline-block;
}

@media (min-width: 992px) {
  body .slide2 .row2 .development p span:nth-child(2) {
    display: none;
  }
}

body .slide2 .row2 .infoimg {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: start;
      align-self: start;
  justify-items: center;
}

body .slide2 .row3 {
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
  justify-items: center;
}

body .slide2 .row3 .design {
  width: 60%;
}

body .slide3 {
  background: #ffffff;
}

body .slide3 .row2 .textContainer {
  color: #6c8aff;
}

body .slide3 .row2 .textContainer div p.info {
  display: none;
}

@media (min-width: 576px) {
  body .slide3 .row2 .textContainer div p.info {
    display: block;
  }
}

body .infoSlideMobile {
  display: block;
}

@media (min-width: 576px) {
  body .infoSlideMobile {
    display: none;
  }
}

body .mobileOnly {
  min-height: auto;
  overflow: visible;
}

body .mobileOnly .gridlayout {
  min-height: auto !important;
}

body .notMobile {
  display: none;
}

@media (min-width: 576px) {
  body .notMobile {
    display: block;
  }
}

body .mobileAnimation {
  color: white !important;
  padding-top: 80px;
}

body .mobileAnimation #ideation1 {
  opacity: 1;
  position: absolute;
  bottom: 4rem;
  margin-right: 36px;
}

body .mobileAnimation #design1 {
  opacity: 0;
  position: absolute;
  bottom: 4rem;
  margin-right: 36px;
}

body .mobileAnimation #development1 {
  opacity: 0;
  position: absolute;
  bottom: 4rem;
  margin-right: 36px;
}

body .mobileAnimation .ideation3 {
  opacity: 0;
  top: 100px;
  font-weight: normal !important;
}

body .mobileAnimation .design {
  opacity: 0;
  height: 0;
  top: 100;
}

body .mobileAnimation .design3 {
  opacity: 0;
  top: 200px;
}

body .mobileAnimation .engineering {
  opacity: 0;
  height: 0;
}

body .mobileAnimation .engineering3 {
  opacity: 0;
  top: 200px;
}

body .slide5 {
  background: #e9ecf5;
  color: #122975;
}

body .footer {
  background: #f0f0f0;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
      grid-template-columns: 0.5fr 1fr 0.5fr;
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  height: 140px !important;
  min-height: 140px !important;
}

body .footer .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.1fr 1fr 0.1fr;
      grid-template-columns: 0.1fr 1fr 0.1fr;
  justify-items: center;
  height: 140px;
  width: 100vw;
}

@media (min-width: 992px) {
  body .footer .wrapper {
    -ms-grid-columns: 0.2fr 1fr 0.2fr;
        grid-template-columns: 0.2fr 1fr 0.2fr;
  }
}

body .footer ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  body .footer ul {
    text-align: right;
  }
}

body .footer ul li {
  text-decoration: none;
  color: #484848;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .footer ul li a:link, body .footer ul li a:visited {
  color: #080808;
}

body .footer ul li a:hover,
body .footer ul li a:focus body .footer ul li a:active {
  color: #000800;
  text-decoration: underline;
}

body .footer ul li:first-child {
  font-weight: lighter;
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  body .footer ul li:first-child {
    display: inline-block;
    margin-right: 1em;
  }
}

body .footer ul li:nth-child(1n + 2) {
  display: inline-block;
  margin-left: 0.9em;
}
/*# sourceMappingURL=styles.css.map */