@charset "UTF-8";
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

header {
  z-index: 1; }

body {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.8; }
  body > * {
    flex: 1 100%; }
  body p {
    color: #000000;
    font-weight: 400; }
  body .content {
    display: flex;
    flex-flow: row wrap; }
    body .content > * {
      flex: 1 100%; }
  body main {
    margin-top: 80px;
    transition: filter 0.9s ease-in-out; }
    body main section.teaser {
      position: relative;
      overflow: auto;
      min-height: 370px;
      overflow: hidden; }
      body main section.teaser svg.teaser-picture {
        width: 100%;
        height: 110px;
        position: absolute;
        bottom: 0px; }
    body main svg.teaser-picture2 {
      width: calc(100% + 1px);
      height: 110px;
      position: relative;
      top: -109px;
      margin-bottom: -109px; }
  body .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #00000000;
    transition: background-color 0.9s ease-in-out; }
  body.overlay-on {
    overflow: hidden; }
    body.overlay-on main {
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }
    body.overlay-on .overlay {
      background-color: #000000A0;
      pointer-events: visible; }

div.content-container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 900px) {
  main {
    margin-top: 50px !important; } }

@media (min-width: 992px) {
  div.content-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  div.content-container {
    max-width: 1140px; } }

.adestis-details-button {
  background-color: #81c341;
  color: #ffffff !important;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border: 1px solid #81c341; }
  .adestis-details-button:hover {
    background-color: #f5ffea;
    color: #81c341 !important;
    text-decoration: none; }
  .adestis-details-button.inverted {
    background-color: #f5ffea;
    color: #81c341 !important; }
    .adestis-details-button.inverted:hover {
      background-color: #81c341;
      color: #ffffff !important; }

.umb-grid .grid-section {
  display: flex;
  flex-direction: column; }
  .umb-grid .grid-section .row {
    display: flex;
    flex-direction: row; }
    .umb-grid .grid-section .row .column {
      flex: 1;
      margin: 2px; }
    .umb-grid .grid-section .row.columns-1-2 .column:last-child {
      flex-grow: 2; }
    .umb-grid .grid-section .row.columns-2-1 .column:first-child {
      flex-grow: 2; }

@media only screen and (max-width: 812px) {
  .umb-grid .grid-section .row {
    flex-direction: column; } }

.teaser-icon {
  width: 200px; }

h1 {
  font-size: 48px;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid #81c341; }

h2 {
  font-size: 24px;
  font-weight: 300;
  color: #000000; }

h3 {
  font-size: 20px;
  color: #000000; }

h4 {
  font-size: 16px;
  color: #000000; }

h5 {
  font-size: 12px;
  color: #000000; }

.page-header .content-container {
  display: flex; }
  .page-header .content-container > * {
    flex: 1; }
  .page-header .content-container .page-title {
    line-height: 1.3; }
  .page-header .content-container .page-subtitle * {
    font-size: 18px;
    color: #515151;
    text-align: justify; }
  .page-header .content-container .page-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-header .content-container .page-icon img {
      width: 250px;
      max-height: 300px;
      margin-top: 70px; }

body.scrolled .topnavigation {
  height: 80px; }
  body.scrolled .topnavigation .com-bar {
    height: 0; }

header {
  z-index: 999; }

.topnavigation {
  height: 150px;
  background-color: #fafafa;
  box-shadow: 0px 0px 50px 0px rgba(170, 170, 170, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: height 0.5s ease-in-out; }
  .topnavigation .navbar {
    display: flex;
    flex-flow: row;
    height: 100%;
    padding: 16px;
    color: black; }
    .topnavigation .navbar > * {
      flex: 4 auto; }
  .topnavigation .navbar-brand {
    display: flex;
    align-items: flex-end;
    width: 200px;
    max-width: 250px;
    max-height: 105px;
    margin-right: 15px; }
    .topnavigation .navbar-brand img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: left; }
    .topnavigation .navbar-brand a {
      height: 100%;
      width: 100%; }
  .topnavigation .navbar-content {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .topnavigation .navbar-content > * {
      flex: 1 1 auto; }
    .topnavigation .navbar-content .com-bar {
      display: flex;
      overflow: hidden;
      justify-content: flex-end;
      font-size: 1rem;
      transition: height 0.5s ease-in-out; }
      .topnavigation .navbar-content .com-bar > * {
        align-self: flex-end; }
      .topnavigation .navbar-content .com-bar .com-bar-item {
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px; }
        .topnavigation .navbar-content .com-bar .com-bar-item a {
          color: #515151;
          text-decoration: none; }
          .topnavigation .navbar-content .com-bar .com-bar-item a > i, .topnavigation .navbar-content .com-bar .com-bar-item a > span {
            vertical-align: middle; }
        .topnavigation .navbar-content .com-bar .com-bar-item .icon {
          font-size: 1.3em; }
          .topnavigation .navbar-content .com-bar .com-bar-item .icon.fa-linkedin {
            font-size: 1.5em; }
          .topnavigation .navbar-content .com-bar .com-bar-item .icon.fa-phone {
            transform: scaleX(-1); }
        .topnavigation .navbar-content .com-bar .com-bar-item:last-child {
          padding-right: 0;
          margin-right: 0; }
        .topnavigation .navbar-content .com-bar .com-bar-item.country-selector {
          font-size: 1rem;
          padding-bottom: 8px; }
          .topnavigation .navbar-content .com-bar .com-bar-item.country-selector > * {
            vertical-align: middle; }
          .topnavigation .navbar-content .com-bar .com-bar-item.country-selector a {
            color: #515151;
            text-decoration: none; }
            .topnavigation .navbar-content .com-bar .com-bar-item.country-selector a:visited, .topnavigation .navbar-content .com-bar .com-bar-item.country-selector a:active {
              color: #515151; }
          .topnavigation .navbar-content .com-bar .com-bar-item.country-selector .active {
            color: #ed1c24 !important; }
    .topnavigation .navbar-content .main-menu-bar {
      overflow-y: auto; }
      .topnavigation .navbar-content .main-menu-bar .active > a.nav-link {
        color: #ed1c24 !important; }
      .topnavigation .navbar-content .main-menu-bar > ul {
        list-style: none;
        display: flex;
        justify-content: flex-end;
        padding-inline-start: 0;
        margin: 0; }
        .topnavigation .navbar-content .main-menu-bar > ul > li {
          text-align: left;
          padding: 0.5rem 1rem;
          margin: 0 0.25rem;
          white-space: nowrap; }
          .topnavigation .navbar-content .main-menu-bar > ul > li:last-child {
            margin-right: 0;
            padding-right: 0; }
          .topnavigation .navbar-content .main-menu-bar > ul > li .nav-link {
            color: #515151;
            text-decoration: none; }
            .topnavigation .navbar-content .main-menu-bar > ul > li .nav-link:visited, .topnavigation .navbar-content .main-menu-bar > ul > li .nav-link:active {
              color: #515151; }
          .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu {
            position: absolute;
            overflow: hidden;
            left: 0;
            right: 0;
            min-height: 130px;
            top: 150px;
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.5s ease-in-out;
            background-color: white;
            border-bottom: 3px solid #ed1c24;
            z-index: 1; }
            .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu {
              display: flex;
              padding-top: 25px;
              padding-bottom: 25px; }
              .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area {
                max-width: 30%;
                padding-left: 15px;
                padding-right: 15px; }
                .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area .submenu-area-title {
                  text-transform: uppercase;
                  color: #000000;
                  white-space: normal; }
                  .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area .submenu-area-title a {
                    color: #000000; }
                .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area .submenu-area-items {
                  margin-top: 15px;
                  padding-inline-start: 10px;
                  list-style: none;
                  /* Remove default bullets */ }
                  .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area .submenu-area-items > .submenu-area-item {
                    text-align: left;
                    padding: 0.5rem 0.3rem;
                    margin: 0 0.25rem; }
                  .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown .dropdown-menu .submenu .submenu-area .submenu-area-items li::before {
                    content: "\2022";
                    /* Add content: \2022 is the CSS Code/unicode for a bullet */
                    color: #ed1c24;
                    /* Change the color */
                    font-weight: bold;
                    /* If you want it to be bold */
                    display: inline-block;
                    /* Needed to add space between the bullet and the text */
                    width: 12px;
                    /* Also needed for space (tweak if needed) */
                    margin-left: -16px;
                    transform: scale(1.5); }
          .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown.show .dropdown-toggle::after {
            transform: scale(-1); }
          .topnavigation .navbar-content .main-menu-bar > ul > li.dropdown.show .dropdown-menu {
            transform: scaleY(1);
            z-index: 2; }
          .topnavigation .navbar-content .main-menu-bar > ul > li .dropdown-toggle::after {
            content: "";
            display: inline-block;
            transition: 0.5s ease;
            box-sizing: border-box;
            border-bottom: 0;
            border-top: 5px solid;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            height: 5px;
            margin-left: 4px;
            vertical-align: 4px;
            width: 10px; }
    .topnavigation .navbar-content .navbar-menu-toggle {
      display: none;
      flex-grow: 0;
      cursor: pointer;
      font-size: 28px;
      padding-left: 30px; }
      .topnavigation .navbar-content .navbar-menu-toggle .icon-bar {
        display: block;
        position: relative;
        width: 35px;
        height: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #ed1c24;
        opacity: 1;
        top: 0; }
        .topnavigation .navbar-content .navbar-menu-toggle .icon-bar:nth-child(1) {
          transition: transform 0.5s, width 0.5s, margin-left 0.5s ease, top 0.5s ease, margin-bottom 0.5s ease; }
        .topnavigation .navbar-content .navbar-menu-toggle .icon-bar:nth-child(2) {
          transition: transform 0.5s ease, width 0.5s, margin-left 0.5s ease, margin-bottom 0.5s ease; }
        .topnavigation .navbar-content .navbar-menu-toggle .icon-bar:nth-child(3) {
          transition: opacity 0.4s ease, bottom 0.2s ease, margin-bottom 0.5s ease; }
      .topnavigation .navbar-content .navbar-menu-toggle.show .icon-bar {
        width: 38px;
        margin-left: -3px; }
        .topnavigation .navbar-content .navbar-menu-toggle.show .icon-bar:nth-child(1) {
          transform: rotate(-45deg);
          top: 14px; }
        .topnavigation .navbar-content .navbar-menu-toggle.show .icon-bar:nth-child(2) {
          transform: rotate(45deg); }
        .topnavigation .navbar-content .navbar-menu-toggle.show .icon-bar:nth-child(3) {
          opacity: 0; }

@media only screen and (max-width: 900px) {
  body.scrolled .topnavigation {
    height: 50px; }
  .topnavigation {
    height: 70px; }
  .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .navbar-brand {
    max-width: 150px !important;
    margin: 10px 0 !important; }
  .navbar-content {
    flex-direction: row !important;
    align-items: center; }
  .navbar-menu-toggle {
    display: block !important;
    cursor: pointer; }
  .main-menu-bar {
    display: none;
    max-height: 0;
    transition: max-height 10s !important; }
    .main-menu-bar.show {
      display: block;
      position: absolute;
      max-height: calc(100vh - 70px) !important;
      top: 70px;
      left: 0;
      background-color: white;
      border-bottom: 2px solid red;
      width: 100%; }
      .main-menu-bar.show ul {
        flex-direction: column; }
        .main-menu-bar.show ul li {
          min-height: 28px;
          padding-bottom: 5px;
          padding-top: 5px; }
          .main-menu-bar.show ul li .dropdown-menu {
            position: relative !important;
            top: 0 !important;
            margin-top: -35px !important;
            padding-left: 40px;
            max-height: 0;
            min-height: 0 !important;
            transform: unset !important;
            background-color: transparent !important;
            border-top: 1px solid transparent !important;
            border-bottom: 1px solid transparent !important;
            transition: max-height 0.9s ease-in-out !important;
            pointer-events: none; }
            .main-menu-bar.show ul li .dropdown-menu .submenu {
              padding-top: 40px !important;
              padding-bottom: 0 !important;
              padding-left: 0 !important;
              flex-direction: column; }
              .main-menu-bar.show ul li .dropdown-menu .submenu .submenu-area {
                padding-bottom: 10px;
                padding-left: 0 !important;
                max-width: unset !important;
                pointer-events: visible; }
                .main-menu-bar.show ul li .dropdown-menu .submenu .submenu-area .submenu-area-items {
                  margin-top: 0 !important; }
                  .main-menu-bar.show ul li .dropdown-menu .submenu .submenu-area .submenu-area-items .submenu-area-item {
                    padding-top: 2px !important;
                    padding-bottom: 2px !important;
                    padding-left: 40px !important; }
          .main-menu-bar.show ul li.show .dropdown-menu {
            animation: dropdown-show 0.5s;
            max-height: 1200px !important;
            border-top: 1px dotted gray !important;
            border-bottom: 1px dotted gray !important; } }

@media only screen and (max-width: 812px) {
  .navbar-brand {
    max-width: 130px !important; }
  .com-bar {
    font-size: 0.9rem !important; }
  .com-bar-item {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media only screen and (max-width: 640px) {
  .hidable {
    display: none; }
  .navbar-brand {
    max-width: 100px !important;
    min-width: 0 !important;
    margin: 10px 0 !important; }
  .com-bar .com-bar-item {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .navbar-menu {
    padding-left: 10px !important; } }

footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: #484c48;
  color: #ffffff; }
  footer .footer-company-info {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #616661; }
    footer .footer-company-info .logo-part {
      width: 200px; }
    footer .footer-company-info .corporate-links-part {
      margin-left: auto; }
      footer .footer-company-info .corporate-links-part ul {
        display: flex;
        list-style: none; }
        footer .footer-company-info .corporate-links-part ul li {
          margin-left: 15px;
          margin-right: 15px; }
          footer .footer-company-info .corporate-links-part ul li:last-child {
            margin-right: 0; }
        footer .footer-company-info .corporate-links-part ul a {
          color: #ffffff;
          text-decoration: none; }
  footer .footer-services {
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #616661; }
    footer .footer-services .footer-service-group {
      flex-grow: 1;
      margin-left: 7px;
      margin-right: 7px; }
      footer .footer-services .footer-service-group:first-child {
        margin-left: 0; }
      footer .footer-services .footer-service-group:last-child {
        margin-right: 0; }
      footer .footer-services .footer-service-group .footer-service-group-header {
        color: #ffffff;
        text-decoration: none;
        margin-top: 0; }
      footer .footer-services .footer-service-group ul {
        list-style: none;
        padding-inline-start: 20px;
        font-weight: 100;
        margin-bottom: 0; }
        footer .footer-services .footer-service-group ul a {
          color: #ffffff;
          text-decoration: none; }
        footer .footer-services .footer-service-group ul li::before {
          content: "\2022";
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: #ed1c24;
          /* Change the color */
          font-weight: bold;
          /* If you want it to be bold */
          display: inline-block;
          /* Needed to add space between the bullet and the text */
          width: 12px;
          /* Also needed for space (tweak if needed) */
          margin-left: -16px;
          transform: scale(1.5); }
  footer .footer-contact {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .footer-contact p {
      color: #ffffff;
      font-weight: 100; }
    footer .footer-contact a {
      color: #81c341;
      text-decoration: none;
      font-weight: normal; }
    footer .footer-contact .address-header {
      font-weight: normal; }
    footer .footer-contact .contact-line {
      display: flex;
      margin: 0; }
      footer .footer-contact .contact-line p {
        margin: 0; }
    footer .footer-contact .address-label {
      width: 130px; }
    footer .footer-contact .social-info {
      margin-left: auto; }

.footer-legal-info {
  background-color: #2f322f; }
  .footer-legal-info .content-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px; }
    .footer-legal-info .content-container .footer-legal-links {
      display: flex;
      margin-left: auto; }
      .footer-legal-info .content-container .footer-legal-links a {
        color: #ffffff;
        text-decoration: none; }
    .footer-legal-info .content-container .country-selector {
      display: flex;
      align-items: center;
      margin-left: 10px; }
      .footer-legal-info .content-container .country-selector .selected-language {
        cursor: pointer; }
        .footer-legal-info .content-container .country-selector .selected-language svg {
          vertical-align: middle; }
      .footer-legal-info .content-container .country-selector ul.options {
        display: none;
        position: absolute;
        bottom: 70px;
        right: 0;
        width: 200px;
        list-style: none;
        padding-inline-start: 0; }
        .footer-legal-info .content-container .country-selector ul.options.active {
          display: block; }
        .footer-legal-info .content-container .country-selector ul.options::before {
          content: "";
          display: block;
          position: absolute;
          right: 35px;
          transform: translateX(50%);
          bottom: -14px;
          width: 0px;
          height: 0px;
          border-color: #2a2d2a transparent transparent;
          border-style: solid;
          border-width: 7px;
          transition: all 0.3s ease 0s; }
        .footer-legal-info .content-container .country-selector ul.options li {
          display: flex;
          align-items: center;
          padding: 5px 10px;
          background-color: #2f322f; }
          .footer-legal-info .content-container .country-selector ul.options li a {
            display: flex;
            align-items: center; }
          .footer-legal-info .content-container .country-selector ul.options li svg {
            margin-right: 10px;
            vertical-align: middle; }
          .footer-legal-info .content-container .country-selector ul.options li.active {
            opacity: 0.5; }
            .footer-legal-info .content-container .country-selector ul.options li.active::after {
              content: "✓";
              position: absolute;
              right: 17px; }
        .footer-legal-info .content-container .country-selector ul.options a {
          color: #ffffff;
          text-decoration: none; }

.homepage .teaser .teaser-text {
  max-width: 50%;
  padding-top: 150px;
  padding-bottom: 190px; }
  .homepage .teaser .teaser-text .teaser-mainline {
    margin: 0;
    font-size: 48px; }
  .homepage .teaser .teaser-text .teaser-subline {
    font-size: 28px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px; }
  .homepage .teaser .teaser-text .teaser-details {
    font-size: 18px;
    margin-bottom: 60px; }

.adestis-services .content-container {
  display: flex;
  flex-flow: row wrap;
  color: #515151; }
  .adestis-services .content-container > * {
    flex: 1 50%; }
  .adestis-services .content-container .adestis-service-icon {
    text-align: center; }
    .adestis-services .content-container .adestis-service-icon img {
      height: 200px; }
  .adestis-services .content-container .adestis-service-wheel svg {
    margin-right: 40px; }
    .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g {
      transform: translate(240px, 250px) scale(0.5);
      transition: all 1.5s ease-in-out;
      opacity: 0; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(1) {
        transition-delay: calc(1*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(2) {
        transition-delay: calc(2*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(3) {
        transition-delay: calc(3*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(4) {
        transition-delay: calc(4*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(5) {
        transition-delay: calc(5*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(6) {
        transition-delay: calc(6*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(7) {
        transition-delay: calc(7*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g:nth-child(8) {
        transition-delay: calc(8*.4s) !important; }
      .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-small > g .icon-text {
        font-size: 24px;
        text-align: center;
        line-height: 28px; }
    .adestis-services .content-container .adestis-service-wheel svg .adestis-service-wheel-icons-big > g {
      display: block;
      transform: translate(190px, 210px) scale(1.2);
      transition: all 1.0s ease-in-out;
      opacity: 0; }
  .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g {
    transform: translate(100px, 0) scale(0.5);
    transition: all 1.5s ease-in-out;
    opacity: 1;
    cursor: pointer; }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g.isHidden {
      display: none; }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(1) {
      transform: translate(240px, 15px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(2) {
      transform: translate(400px, 80px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(3) {
      transform: translate(480px, 250px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(4) {
      transform: translate(400px, 420px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(5) {
      transform: translate(240px, 475px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(6) {
      transform: translate(80px, 420px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(7) {
      transform: translate(0px, 250px) scale(0.5); }
    .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-small > g:nth-child(8) {
      transform: translate(80px, 80px) scale(0.5); }
  .adestis-services .content-container .adestis-service-wheel.aos-animate svg .adestis-service-wheel-icons-big > g.active-item {
    opacity: 1; }
  .adestis-services .content-container .adestis-service-info {
    min-height: 650px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 15px;
    right: 15px;
    padding: 0;
    transition: opacity 1.0s ease-in-out;
    opacity: 0; }
    .adestis-services .content-container .adestis-service-info.active-item {
      position: relative;
      z-index: 1;
      left: 0;
      right: 0;
      opacity: 1; }
    .adestis-services .content-container .adestis-service-info .adestis-service-info-title {
      font-size: 36px;
      font-weight: 300;
      line-height: 1.4;
      text-align: center;
      border-bottom: 1px solid #81c341;
      margin-bottom: 1.5rem;
      padding-bottom: 0.5rem; }
    .adestis-services .content-container .adestis-service-info .adestis-service-info-description {
      text-align: justify;
      text-size-adjust: 100%; }
    .adestis-services .content-container .adestis-service-info .adestis-details-button {
      margin-top: 1rem; }

.people {
  background-color: gray; }
  .people .content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 70px; }
    .people .content-container .people-contact {
      display: flex;
      flex-direction: column;
      width: 210px;
      padding: 40px 20px;
      margin: 20px;
      background-color: #ffffff;
      color: #515151;
      border-radius: 15px; }
      .people .content-container .people-contact .image-mask {
        flex: 1;
        margin: 0 auto;
        width: 175px;
        height: 175px;
        position: relative;
        border-radius: 100%;
        overflow: hidden; }
        .people .content-container .people-contact .image-mask img {
          width: 100%; }
      .people .content-container .people-contact .contact-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #515151;
        font-size: 16px; }
        .people .content-container .people-contact .contact-info a {
          color: #515151;
          text-decoration: none; }
        .people .content-container .people-contact .contact-info p {
          margin-bottom: 0;
          margin-top: 0; }
        .people .content-container .people-contact .contact-info i {
          color: #81c341;
          margin-right: 10px; }
        .people .content-container .people-contact .contact-info .contact-name {
          flex: 1;
          margin-top: 10px;
          font-size: 21px;
          font-weight: 300; }
        .people .content-container .people-contact .contact-info .contact-title {
          flex: 1;
          margin-bottom: 10px;
          color: #81c341;
          font-weight: 400; }
        .people .content-container .people-contact .contact-info .contact-comm {
          flex: 1;
          bottom: 0;
          margin-top: auto;
          text-align: left;
          margin-left: 10px; }
          .people .content-container .people-contact .contact-info .contact-comm .contact-phone i {
            transform: scaleX(-1); }

@media only screen and (max-width: 900px) {
  .people .content-container {
    flex-direction: column; } }

section.contact {
  background-color: #ffffff;
  display: flex;
  justify-content: center; }
  section.contact .contact-container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 50px 0px rgba(170, 170, 170, 0.8); }
  section.contact .contact-container-part {
    max-width: 50%;
    min-width: 300px;
    padding: 40px;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 1rem; }
    section.contact .contact-container-part button {
      font-size: 1rem; }
    section.contact .contact-container-part .contact-form {
      margin-top: 40px; }
      section.contact .contact-container-part .contact-form .form-group {
        margin-bottom: 0.8rem; }
        section.contact .contact-container-part .contact-form .form-group a {
          color: #81c341;
          text-decoration: none; }
      section.contact .contact-container-part .contact-form .form-control {
        display: block;
        width: 95%;
        height: calc(1.5rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.2;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
      section.contact .contact-container-part .contact-form textarea.form-control {
        height: 120px;
        font-family: "Roboto", sans-serif; }
      section.contact .contact-container-part .contact-form .form-check {
        display: flex;
        flex-direction: row;
        align-items: baseline; }
        section.contact .contact-container-part .contact-form .form-check .form-check-label {
          margin-left: 5px; }

.contact-modal-dialog {
  display: flex;
  position: fixed;
  left: 0;
  top: -100%;
  min-width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: top 0s .5s, opacity .5s 0s;
  transition: top 0s .5s, opacity .5s 0s; }

.contact-modal-dialog > * {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  min-width: 300px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: rgba(170, 170, 170, 0.8) 0px 0px 50px 0px; }

.contact-modal-dialog:target {
  top: 0;
  opacity: 1; }

.jobs .cards {
  display: flex;
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: -20px;
  margin-right: -20px; }
  .jobs .cards .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px;
    margin: 20px;
    background-color: #ffffff;
    color: #515151;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px 5px rgba(170, 170, 170, 0.6); }
    .jobs .cards .card:hover {
      border-color: #81c341; }
    .jobs .cards .card .card-title {
      height: 50px;
      padding-bottom: 20px;
      font-size: 36px;
      color: #81c341;
      text-align: center; }
      .jobs .cards .card .card-title img {
        max-width: 70%;
        max-height: 100%; }
    .jobs .cards .card .card-content {
      flex-grow: 1;
      font-size: 18px; }
      .jobs .cards .card .card-content a {
        color: #81c341;
        text-decoration: none; }
    .jobs .cards .card .card-footer {
      padding-top: 20px;
      align-self: flex-end;
      text-transform: uppercase;
      font-size: 14px;
      color: #81c341; }
      .jobs .cards .card .card-footer .link-text {
        display: inline-block;
        position: absolute;
        right: 20px;
        bottom: 10px; }
        .jobs .cards .card .card-footer .link-text::before {
          content: '';
          position: absolute;
          top: 50%;
          right: calc(100% + 10px);
          width: 35px;
          height: 2px;
          transform: translateY(-50%);
          background-color: #81c341; }

.references .cards {
  display: flex;
  flex-flow: row wrap;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: -20px;
  margin-right: -20px; }
  .references .cards .card {
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 400px;
    min-height: 260px;
    margin: 20px;
    padding-bottom: 20%;
    box-shadow: 0 4px 10px 5px rgba(170, 170, 170, 0.6); }
    .references .cards .card .background-image {
      position: relative;
      height: 40%;
      min-height: 120px;
      overflow: hidden; }
      .references .cards .card .background-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .references .cards .card .background-image svg {
        position: absolute;
        bottom: 0;
        left: -50%;
        right: 0;
        width: 170%; }
    .references .cards .card .card-content {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 100px;
      box-sizing: border-box;
      color: #515151;
      text-decoration: none;
      border-radius: 15px;
      border: 2px solid transparent; }
      .references .cards .card .card-content:hover {
        border-color: #81c341; }
      .references .cards .card .card-content .card-title {
        height: 20%;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 10px;
        font-size: 22px;
        color: #81c341;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .references .cards .card .card-content .card-title img {
          max-width: 70%;
          max-height: 100%; }
        @media (max-width: 1200px) {
          .references .cards .card .card-content .card-title {
            font-size: 18px; } }
        @media (max-width: 680px) {
          .references .cards .card .card-content .card-title {
            font-size: 16px; } }
      .references .cards .card .card-content .card-discription {
        flex-grow: 1;
        font-size: 18px;
        height: 22%;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -18px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #515151; }
        .references .cards .card .card-content .card-discription * {
          color: #515151; }
        @media (max-width: 1200px) {
          .references .cards .card .card-content .card-discription {
            font-size: 16px; } }
        @media (max-width: 680px) {
          .references .cards .card .card-content .card-discription {
            font-size: 14px; } }
      .references .cards .card .card-content .card-footer {
        height: 10%;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        align-self: flex-end;
        text-transform: uppercase;
        font-size: 15px;
        color: #81c341; }
        .references .cards .card .card-content .card-footer .link-text {
          display: inline-block;
          position: absolute;
          right: 20px;
          bottom: 10px; }
          .references .cards .card .card-content .card-footer .link-text::before {
            content: '';
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            width: 35px;
            height: 2px;
            transform: translateY(-50%);
            background-color: #81c341; }
        @media (max-width: 1200px) {
          .references .cards .card .card-content .card-footer {
            font-size: 14px; } }
        @media (max-width: 680px) {
          .references .cards .card .card-content .card-footer {
            font-size: 13px; } }

.reference h2 {
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 0; }

.reference .content {
  margin-top: 20px;
  margin-bottom: 30px; }
  .reference .content .quote {
    width: 60%;
    text-align: center;
    align-self: center;
    border-top: 1px solid #81c341; }
    .reference .content .quote p {
      font-size: 24px;
      font-weight: 300; }
      .reference .content .quote p em {
        font-size: 36px; }

.reference .titles-and-content {
  margin-left: 60px; }
  .reference .titles-and-content .page-title {
    font-size: 40px;
    font-weight: normal;
    border: none;
    color: #81c341; }
    .reference .titles-and-content .page-title a {
      float: right; }
      .reference .titles-and-content .page-title a img {
        width: 40px; }
  .reference .titles-and-content .page-subtitle p {
    margin-top: 5px;
    margin-bottom: 5px; }
  .reference .titles-and-content .header-content {
    margin-top: 50px; }

.reference .customer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin-top: -150px;
  z-index: 5;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 10px 5px rgba(170, 170, 170, 0.6); }
  .reference .customer-header .title {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 300;
    border-bottom: 1px solid #81c341; }
  .reference .customer-header .customer-icon {
    padding: 20px; }
    .reference .customer-header .customer-icon img {
      width: 100%; }
  .reference .customer-header .customer-info {
    padding: 0 30px;
    margin-top: -15px;
    margin-bottom: 20px; }
    .reference .customer-header .customer-info * {
      color: #515151; }
  .reference .customer-header .customer-quote {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #81c341; }
    .reference .customer-header .customer-quote * {
      color: #515151; }
    .reference .customer-header .customer-quote em {
      font-size: 20px;
      font-weight: 300; }

.reference .download {
  margin-bottom: 60px; }
  .reference .download img {
    width: 40px;
    vertical-align: middle;
    margin-right: 20px; }
  .reference .download span {
    vertical-align: middle; }
  .reference .download a {
    font-size: 20px;
    color: #81c341;
    text-decoration: none; }

@media only screen and (max-width: 760px) {
  .reference .page-header .content-container {
    flex-direction: column-reverse; }
    .reference .page-header .content-container .customer-header {
      margin-top: 0px;
      max-width: unset; }
      .reference .page-header .content-container .customer-header .customer-icon {
        max-width: 300px; } }

.partner .cards {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: -20px;
  margin-right: -20px; }
  .partner .cards .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 210px;
    padding: 20px;
    margin: 20px;
    background-color: #ffffff;
    color: #515151;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px 5px rgba(170, 170, 170, 0.6); }
    .partner .cards .card:hover {
      border-color: #81c341; }
    .partner .cards .card .card-title {
      height: 50px;
      padding-bottom: 20px;
      text-align: center; }
      .partner .cards .card .card-title img {
        max-width: 70%;
        max-height: 100%; }
    .partner .cards .card .card-content {
      flex-grow: 1;
      font-size: 16px;
      font-weight: 300; }
      .partner .cards .card .card-content a {
        color: #81c341;
        text-decoration: none; }
    .partner .cards .card .card-footer {
      padding-top: 30px;
      align-self: flex-end;
      text-transform: uppercase;
      font-size: 14px;
      color: #81c341; }
      .partner .cards .card .card-footer .link-text {
        display: inline-block;
        position: absolute;
        right: 20px;
        bottom: 10px; }
        .partner .cards .card .card-footer .link-text::before {
          content: '';
          position: absolute;
          top: 50%;
          right: calc(100% + 10px);
          width: 35px;
          height: 2px;
          transform: translateY(-50%);
          background-color: #81c341; }
