/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }

body,
input, textarea, select, button {
  font-family: "Rajdhani", sans-serif; }

body {
  background: #000; }

.section {
  padding: 80px 0; }

.inner.fullpage {
  min-height: 100vh; }

.logo-svg path, .logo-svg polygon {
  fill: url(#whitegradient); }

.logo-svg path#y7Dev-dev {
  fill: url(#bluegradient); }

.logo-svg.inAnimation path#y7Dev-y7, .logo-svg.inAnimation polygon#y7Dev-y7 {
  fill: rgba(255, 255, 255, 0);
  stroke: #FFF;
  stroke-width: 1;
  stroke-dasharray: 410;
  stroke-dashoffset: 410;
  animation: drawlogo_stroke 5s linear forwards, drawlogo_fill 2s linear 5s forwards; }

.logo-svg.inAnimation path#y7Dev-dev, .logo-svg.inAnimation polygon#y7Dev-dev {
  opacity: 0;
  animation: slideIn 2s ease 5s forwards; }

@keyframes drawlogo_stroke {
  to {
    stroke-dashoffset: 0; } }

@keyframes drawlogo_fill {
  to {
    fill: white; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%) skewX(-45deg); }
  to {
    opacity: 1;
    transform: translateX(0) skewX(0deg); } }

.button {
  font-size: 1.125rem;
  border-radius: 0;
  padding: 0px 14px;
  margin-bottom: 15px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 120;
  background: transparent;
  cursor: pointer; }
  .button > div {
    padding: 5px 15px 5px 20px;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    text-decoration: none;
    box-sizing: border-box;
    background: #000;
    width: 100%; }
    @media (max-width: 768px) {
      .button > div {
        padding: 5px 10px 5px 15px; } }
  .button.expanded {
    width: 100%;
    display: block; }
  .button::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    left: 0;
    top: 0;
    background-image: url(/src/assets/images/buttons/buttonBefore.svg);
    background-size: 100% 100%; }
  .button.whiteArrow::before {
    background-image: url(/src/assets/images/buttons/buttonBefore_inverted.svg); }
  .button::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    right: 0;
    top: 0;
    background-image: url(/src/assets/images/buttons/buttonAfter.svg);
    background-size: 100% 100%; }
  .button > div > span {
    min-height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 122;
    color: #FFF;
    display: inline-flex; }
    .button > div > span > svg {
      height: 36px; }
    .button > div > span:not(.icon) {
      font-size: 1.125rem; }
    .button > div > span.icon {
      margin-left: 20px; }
  .button:hover {
    /*
      background:none !important;
      -webkit-background-clip:unset !important;
      -webkit-text-fill-color:unset !important;
      background-clip:unset !important;
      */ }
    .button:hover > span {
      color: #FFF; }
    .button:hover .icon.bounceRight {
      animation: bounceRight .5s ease alternate-reverse infinite; }
  .button.progressing {
    cursor: wait; }
    .button.progressing .icon {
      animation: spin 2s linear infinite !important; }
    .button.progressing::after {
      animation: blinkFade .5s ease alternate-reverse infinite; }
  .button.light::after {
    background: rgba(255, 255, 255, 0.75); }
  .button.light > span {
    color: #000; }
  .button.light:hover > span {
    color: #000; }

.multiSelectFilter {
  padding: 0 15px; }
  .multiSelectFilter::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    left: 0;
    top: 0;
    background-image: url(/src/assets/images/buttons/buttonOutlinedBefore.svg);
    background-size: 100% 100%; }
  .multiSelectFilter::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    right: 0;
    top: 0;
    background-image: url(/src/assets/images/buttons/buttonOutlinedAfter.svg);
    background-size: 100% 100%; }
  .multiSelectFilter .arrowSelect__control {
    background: #f39200; }
  .multiSelectFilter .arrowSelect__value-container {
    height: 44px; }
  .multiSelectFilter .arrowSelect__menu {
    left: 0; }

.field-container {
  position: relative;
  margin-bottom: 1rem; }
  .field-container.shadow {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.45); }
  .field-container textarea.shadow, .field-container input.shadow {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.45);
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
  .field-container .contact-form-field {
    border-radius: 0;
    width: auto;
    padding: 0.5rem;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    transition: border-color .2s linear; }
    .field-container .contact-form-field.expanded {
      width: 100%;
      border: none; }
    .field-container .contact-form-field:focus {
      border-color: #FFF; }
  .field-container textarea.contact-form-field {
    min-height: 100px;
    resize: vertical;
    overflow-x: hidden;
    overflow-y: auto; }
  .field-container .invalid-icon {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%); }
    .field-container .invalid-icon path {
      fill: red; }
  .field-container.custom-checkbox {
    position: relative;
    padding-right: 40px;
    padding-top: 5px;
    min-height: 26px; }
    .field-container.custom-checkbox input {
      position: absolute;
      opacity: 0; }
    .field-container.custom-checkbox input + label {
      cursor: pointer;
      padding-left: 35px;
      display: block; }
      .field-container.custom-checkbox input + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 24px;
        height: 24px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.45); }
      .field-container.custom-checkbox input + label::after {
        left: 2px;
        top: 2px;
        width: 20px;
        height: 20px;
        position: absolute;
        display: inline-block;
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNzMuODk4IDQzOS40MDRsLTE2Ni40LTE2Ni40Yy05Ljk5Ny05Ljk5Ny05Ljk5Ny0yNi4yMDYgMC0zNi4yMDRsMzYuMjAzLTM2LjIwNGM5Ljk5Ny05Ljk5OCAyNi4yMDctOS45OTggMzYuMjA0IDBMMTkyIDMxMi42OSA0MzIuMDk1IDcyLjU5NmM5Ljk5Ny05Ljk5NyAyNi4yMDctOS45OTcgMzYuMjA0IDBsMzYuMjAzIDM2LjIwNGM5Ljk5NyA5Ljk5NyA5Ljk5NyAyNi4yMDYgMCAzNi4yMDRsLTI5NC40IDI5NC40MDFjLTkuOTk4IDkuOTk3LTI2LjIwNyA5Ljk5Ny0zNi4yMDQtLjAwMXoiPjwvcGF0aD48L3N2Zz4=);
        opacity: 0;
        transition: opacity .2s linear; }
    .field-container.custom-checkbox input:checked + label::after {
      opacity: 1; }

.annotation {
  font-size: 0.85rem; }
  .annotation.right-side {
    text-align: right; }

@keyframes bounceRight {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

@keyframes blinkFade {
  100% {
    opacity: .25; } }

.textlink {
  color: #1c85d3;
  text-decoration: none; }
  .textlink:hover {
    background: linear-gradient(135deg, #f39200, #f57800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

#outdated {
  text-align: center;
  display: inline-block;
  padding: 2rem;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: black;
  color: white; }
  #outdated .inline {
    display: inline-block; }

.outdated-close {
  border-radius: 5px;
  margin-left: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  background-color: #f39200; }

.animate h2, .animate h3, .animate p, .animate .paragraph-animated {
  opacity: 0; }
  .animate h2.start-animation, .animate h3.start-animation, .animate p.start-animation, .animate .paragraph-animated.start-animation {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-name: fade-in; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#logo svg {
  overflow: visible; }

.logoSvg.animation #logo-y {
  transform: translate(-500%, 0%);
  animation-name: logo-y;
  animation-delay: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.18, 0.73, 0.87, 0.24);
  animation-duration: 1.5s; }

.logoSvg.animation #logo-7 {
  transform: translate(500%, 0%);
  animation-name: logo-7;
  animation-delay: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.18, 0.73, 0.87, 0.24);
  animation-duration: 1.5s; }

.logoSvg.animation #logo-y7 {
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1s; }

.logoSvg.animation #logo-web {
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 0.5s; }

.logoSvg.animation #logo-slogan {
  transform: translate(500%, 0%);
  opacity: 1;
  animation-name: logo-slogan;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 1s; }

.logoSvg.animation #logo-shine {
  transform: translateY(-50%), rotate(-25deg);
  animation-name: logo-shine;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 5s; }

@keyframes logo-y {
  0% {
    transform: translate(-500%, 0%); }
  70% {
    transform: translate(15%, 0%); }
  85% {
    transform: translate(-5%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

@keyframes logo-7 {
  0% {
    transform: translate(500%, 0%); }
  70% {
    transform: translate(-15%, 0%); }
  85% {
    transform: translate(5%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo-slogan {
  0% {
    opacity: 0;
    transform: translate(500%, 0%); }
  100% {
    opacity: 1;
    transform: translate(0%, 0%); } }

@keyframes logo-shine {
  0% {
    transform: translateY(-50%) rotate(-25deg); }
  50% {
    transform: translateY(200%) rotate(-25deg); }
  100% {
    transform: translateY(200%) rotate(-25deg); } }

/*
#navLink_home > a {
    filter:drop-shadow(0 0 5px rgba(0,0,0,.35));
}
*/
#mainNav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  max-width: 100vw;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); */
  background: linear-gradient(to top, #1c85d3, #3077c9);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.45);
  transition: all .5s ease;
  transition: width 0s; }
  #mainNav.is-mobile {
    transition: 0.2s ease-in-out;
    transition-delay: 0.2s;
    height: 62px; }
    #mainNav.is-mobile ul {
      position: absolute;
      top: 0;
      left: 0;
      background: #1c85d3;
      opacity: 0;
      transition: 0.3s ease-in-out;
      transition-delay: 0s; }
    #mainNav.is-mobile .mobile-page-title-container {
      transform: translateY(0px);
      transition: 0.5s ease-in-out;
      transition-delay: 0.3s; }
    #mainNav.is-mobile .homelink {
      transition: 0.2s ease-in-out;
      transition-delay: 0.4s;
      transform: translateX(0px); }
    #mainNav.is-mobile #mobileNavTrigger {
      z-index: 104;
      position: static;
      justify-content: flex-start; }
      #mainNav.is-mobile #mobileNavTrigger::before {
        content: '';
        position: absolute;
        height: 60px;
        width: 60px;
        right: 0;
        top: 0; }
      #mainNav.is-mobile #mobileNavTrigger svg {
        position: absolute;
        right: 20px;
        top: 15px; }
    #mainNav.is-mobile .page-title {
      font-weight: bold;
      justify-content: flex-start; }
    #mainNav.is-mobile.is-active {
      height: 236px;
      transition-delay: 0s; }
      #mainNav.is-mobile.is-active .mobile-page-title-container {
        align-items: flex-start; }
      #mainNav.is-mobile.is-active ul {
        z-index: 103;
        opacity: 1;
        transition-delay: 0.2s; }
      #mainNav.is-mobile.is-active .mobile-page-title-container {
        transition-delay: 0s;
        transform: translateY(-200px); }
      #mainNav.is-mobile.is-active .homelink {
        transform: translateX(-200px);
        transition-delay: 0.2s; }
      #mainNav.is-mobile.is-active #mobileNavTrigger {
        align-items: flex-start; }
  #mainNav.homepage {
    transition: 0.2s ease-in-out;
    background: linear-gradient(to top, rgba(28, 133, 211, 0), rgba(48, 119, 201, 0));
    box-shadow: none; }
    #mainNav.homepage.is-mobile ul {
      transition: 0.4s linear;
      top: -410%;
      transition-delay: 0.2s; }
      #mainNav.homepage.is-mobile ul li {
        opacity: 0;
        transition: 0.2s ease-in-out; }
    #mainNav.homepage.is-mobile.is-active ul {
      box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.45);
      top: 0;
      transition-delay: 0s; }
      #mainNav.homepage.is-mobile.is-active ul li {
        opacity: 1;
        transition-delay: 0.5s; }
    #mainNav.homepage > ul > li#navLink_home,
    #mainNav.homepage .homelink {
      opacity: 0;
      pointer-events: none;
      left: -100%; }
      #mainNav.homepage > ul > li#navLink_home a,
      #mainNav.homepage .homelink a {
        top: -5px; }
    #mainNav.homepage > ul > li:not(#navLink_home) a {
      background: transparent; }
    #mainNav.homepage > ul > li.main-item .submenu {
      background: transparent;
      border-top: 5px solid rgba(0, 0, 0, 0); }
    @media (max-width: 1023px) {
      #mainNav.homepage > ul {
        justify-content: center; } }
    #mainNav.homepage.nightmode {
      background: linear-gradient(to top, rgba(34, 34, 34, 0), rgba(0, 0, 0, 0)); }
      #mainNav.homepage.nightmode a:hover > span {
        color: #f39200; }
  #mainNav.nightmode {
    background: linear-gradient(to top, #222222, black); }
    #mainNav.nightmode > ul > li a.active > span,
    #mainNav.nightmode > ul > li a:hover > span {
      color: #f39200; }
    #mainNav.nightmode:not(.homepage) > ul > li.main-item .submenu {
      background: #222; }
  @media (min-width: 1024px) {
    #mainNav:not(.homepage) > ul ul.submenu {
      box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.45); } }
  @media (max-width: 768px) {
    #mainNav {
      min-height: 55px;
      padding-top: 20px;
      padding-bottom: 14px;
      padding-left: 60px;
      display: flex;
      justify-content: space-between;
      background: rgba(28, 133, 211, 0.95); }
      #mainNav > a {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0; }
        #mainNav > a #logoCloud {
          position: absolute;
          top: 5px;
          left: -20px;
          max-width: 180px; }
        #mainNav > a .logoSvg {
          position: absolute;
          top: 35px;
          left: 15px;
          z-index: 102; }
      #mainNav .mobile-page-title-container {
        margin: 0 auto; } }
  @media (max-width: 480px) {
    #mainNav .mobile-page-title-container .page-title {
      font-size: 1.2rem; } }
  #mainNav #logoCloud {
    filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.35));
    z-index: 101; }
  #mainNav #mobileNavTrigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    cursor: pointer; }
    #mainNav #mobileNavTrigger > span {
      margin-right: 10px; }
  #mainNav.initialized > ul > li {
    opacity: 1; }
    #mainNav.initialized > ul > li:not(#navLink_home) > a {
      top: 0; }
  #mainNav > ul {
    position: relative;
    z-index: 101;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    list-style: none;
    padding: 0; }
    @media (max-width: 1023px) {
      #mainNav > ul {
        justify-content: flex-end; } }
    @media (max-width: 768px) {
      #mainNav > ul {
        display: block;
        pointer-events: none;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        left: 0;
        top: calc(100% + 4px);
        background: rgba(28, 133, 211, 0.95);
        opacity: 0;
        transition: opacity .2s ease;
        max-height: calc(100vh - 100% - 4px); }
        #mainNav > ul.active {
          pointer-events: all; } }
    #mainNav > ul > li {
      text-align: center;
      position: relative;
      opacity: 0;
      justify-content: center;
      flex-direction: column;
      z-index: 102; }
      @media (min-width: 769px) {
        #mainNav > ul > li {
          display: flex; } }
      @media (min-width: 1024px) {
        #mainNav > ul > li:not(#navLink_home) {
          margin: 0 10px; } }
      #mainNav > ul > li:not(#navLink_home) > a {
        position: relative;
        top: -65px;
        transition: top .5s ease; }
      #mainNav > ul > li#navLink_home {
        width: 220px;
        position: absolute;
        left: 0;
        opacity: 1;
        pointer-events: all;
        transition: opacity .5s ease;
        z-index: 103; }
        #mainNav > ul > li#navLink_home .logoSvg {
          position: absolute;
          z-index: 102;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -35%);
          width: 58%; }
        #mainNav > ul > li#navLink_home #logoCloud {
          position: relative; }
      @media (max-width: 768px) {
        #mainNav > ul > li {
          opacity: 1;
          flex-grow: 0; } }
      #mainNav > ul > li a {
        text-decoration: none;
        display: block;
        font-size: 24px;
        padding: 20px 5px 15px 5px;
        margin: 0 20px;
        position: relative;
        z-index: 10;
        font-family: 'Rajdhani';
        font-weight: 600;
        cursor: pointer;
        z-index: 102; }
        #mainNav > ul > li a:not(.homelink) {
          padding-left: 15px;
          padding-right: 15px;
          margin: 0 0; }
        #mainNav > ul > li a.homelink {
          padding: 0;
          top: -5px;
          left: 0;
          transition: all 0.5s ease; }
        #mainNav > ul > li a > span {
          position: relative;
          color: #FFF;
          display: inline-block;
          /*
                    &::after {
                        content:'';
                        background:$orange-gradient;
                        height:1px;
                        position:absolute;
                        width:0;
                        bottom:-5px;
                        left:50%;
                        margin-left:0;
                        opacity:0;
                        transition:all .5s ease;
                    }
                    */ }
          @media (min-width: 769px) {
            #mainNav > ul > li a > span > span {
              display: block; } }
          @media (min-width: 1216px) {
            #mainNav > ul > li a > span > span {
              display: inline-block; } }
          @media (max-width: 864px) and (min-width: 770px) {
            #mainNav > ul > li a > span > span {
              font-size: 1.1rem; } }
          #mainNav > ul > li a > span span.icon {
            margin-right: 10px; }
            #mainNav > ul > li a > span span.icon svg path {
              fill: url(#whitegradient); }
        #mainNav > ul > li a:hover > span,
        #mainNav > ul > li a.active > span {
          color: #000;
          /*
                    &::after {
                        width:60%;
                        margin-left:calc(-60% / 2);
                        opacity:1;
                    }
                    */ }
        #mainNav > ul > li a:hover span.icon svg path, #mainNav > ul > li a.active span.icon svg path {
          fill: url(#orangegradient); }
      #mainNav > ul > li.main-item .submenu-expander {
        position: absolute;
        z-index: 102;
        cursor: pointer;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        align-self: center;
        color: #fff; }
      #mainNav > ul > li.main-item .submenu {
        /*padding:0 15px 0 15px;*/
        width: 100%;
        position: absolute;
        z-index: 101;
        align-self: center;
        top: 0;
        background: #1c85d3;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s ease-in-out;
        border-top: 5px solid rgba(0, 0, 0, 0.5); }
        #mainNav > ul > li.main-item .submenu a {
          font-weight: 500;
          font-size: 18px;
          text-align: left;
          padding: 10px 15px; }
      @media (min-width: 769px) {
        #mainNav > ul > li.main-item:hover .submenu {
          top: 100%;
          opacity: 1;
          pointer-events: all; } }
      @media (max-width: 768px) {
        #mainNav > ul > li.main-item .submenu-expander {
          padding: 15px;
          align-self: top;
          top: 10px;
          left: auto;
          right: 0;
          width: 50px;
          transform: none; }
        #mainNav > ul > li.main-item .submenu {
          background: rgba(0, 0, 0, 0.5);
          width: 100%; }
          #mainNav > ul > li.main-item .submenu.is-active {
            position: static;
            opacity: 1;
            pointer-events: all;
            background: rgba(0, 0, 0, 0.5); }
        #mainNav > ul > li.main-item > a {
          margin: 0; }
          #mainNav > ul > li.main-item > a.is-active {
            box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.5); } }

#mobileNavOutside {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  transition: opacity 0.2s ease; }
  #mobileNavOutside.active {
    display: block;
    opacity: 1; }

.mobile-page-title-container {
  display: inline-flex;
  align-items: center; }
  .mobile-page-title-container .page-title, .mobile-page-title-container .icon {
    font-size: 1.5rem; }
  .mobile-page-title-container .icon {
    margin-right: 10px; }
    .mobile-page-title-container .icon path {
      fill: url(#orangegradient); }
  .mobile-page-title-container .page-title {
    color: white; }

@keyframes erase {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: -2120; } }

@keyframes fill {
  to {
    fill-opacity: 1; } }

@keyframes unfill {
  from {
    fill-opacity: 1; }
  to {
    fill-opacity: 0; } }

#nav-icon {
  width: 25px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px; }

#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

#footer {
  position: relative;
  z-index: 90;
  width: 100%;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center top, #444 0%, #111 100%);
  color: #FFF; }
  #footer h4 {
    font-size: 1rem;
    font-weight: 200;
    font-family: 'Rajdhani';
    height: 1.75rem;
    color: #a7a7a7; }
    #footer h4 span {
      border-bottom: 1px solid #f39200; }
  #footer a {
    color: #FFF; }
  #footer p {
    font-weight: 200;
    line-height: 2rem; }
  #footer .contactlist .contactitem {
    margin-bottom: 0.5rem;
    font-weight: 200;
    position: relative;
    padding-left: 30px; }
    #footer .contactlist .contactitem.without-label {
      padding-left: 0; }
    #footer .contactlist .contactitem:last-child {
      margin-bottom: 0; }
    #footer .contactlist .contactitem .label,
    #footer .contactlist .contactitem .item {
      display: inline-block; }
    #footer .contactlist .contactitem .label {
      margin-right: .5em;
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 0; }
    #footer .contactlist .contactitem .item {
      font-weight: 200; }
  #footer #absoluteFooter {
    font-weight: 400;
    background: black;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a7a7a7; }
    #footer #absoluteFooter .row {
      justify-content: space-between;
      flex-direction: row; }
    #footer #absoluteFooter .col {
      margin: auto 0;
      display: flex;
      flex-basis: auto;
      flex-grow: auto;
      flex-shrink: auto;
      margin: 0;
      font-size: 18px; }
      #footer #absoluteFooter .col svg {
        margin-left: 0.3rem;
        margin-right: 0.2rem; }
      #footer #absoluteFooter .col.copyright {
        padding-left: 30px;
        padding-right: 10px; }
      #footer #absoluteFooter .col.imprint {
        margin-top: auto;
        padding-left: 10px;
        padding-right: 30px;
        justify-content: flex-end;
        margin-bottom: 0; }
        #footer #absoluteFooter .col.imprint a:hover {
          color: #f39200; }
      @media (max-width: 380px) {
        #footer #absoluteFooter .col.copyright, #footer #absoluteFooter .col.imprint {
          padding-left: 10px;
          padding-right: 10px; } }
    @media (max-width: 768px) {
      #footer #absoluteFooter {
        margin-top: 0; }
        #footer #absoluteFooter .row {
          flex-direction: column; }
        #footer #absoluteFooter .col {
          margin: 0 auto; }
          #footer #absoluteFooter .col.imprint, #footer #absoluteFooter .col.copyright {
            padding-left: 10px;
            padding-right: 10px; }
          #footer #absoluteFooter .col.imprint {
            margin-top: 10px; } }
    @media (max-width: 480px) {
      #footer #absoluteFooter .col {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px; } }
    #footer #absoluteFooter .imprint {
      text-align: left;
      color: #FFF;
      text-align: right; }
      #footer #absoluteFooter .imprint a {
        text-decoration: none;
        color: #a7a7a7; }
  #footer .footer-inner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    #footer .footer-inner .row {
      justify-content: space-between; }
    #footer .footer-inner .col {
      flex-basis: auto;
      flex-grow: 0; }
    @media (max-width: 1023px) {
      #footer .footer-inner .row {
        flex-direction: row;
        flex-wrap: wrap; }
      #footer .footer-inner .col {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0; }
        #footer .footer-inner .col:first-child {
          padding-left: 30px; }
        #footer .footer-inner .col:last-child {
          padding-right: 30px; } }
    @media (max-width: 768px) {
      #footer .footer-inner .footer-logo-container .logoSvg {
        height: 77%; } }
    @media (max-width: 650px) {
      #footer .footer-inner .col {
        flex-basis: 50%;
        flex-grow: 1;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.4rem;
        margin-bottom: 30px; }
        #footer .footer-inner .col:nth-child(odd) {
          padding-right: 10px; }
        #footer .footer-inner .col:nth-child(even) {
          padding-left: 10px; }
      #footer .footer-inner h4 {
        font-size: 1.25rem;
        margin-bottom: 0.3rem; }
      #footer .footer-inner .footer-logo-container {
        padding-bottom: 1px; }
        #footer .footer-inner .footer-logo-container .logoSvg {
          height: 90%; } }
    @media (max-width: 380px) {
      #footer .footer-inner .col {
        flex-basis: 100%; }
        #footer .footer-inner .col:nth-child(odd) {
          padding-right: 30px; }
        #footer .footer-inner .col:nth-child(even) {
          padding-left: 30px; }
        #footer .footer-inner .col:not(.after-logo) {
          margin-top: 10px; }
        #footer .footer-inner .col.footer-logo-container {
          margin-top: 0; } }
  #footer .footer-logo-container {
    height: 114px;
    padding-top: 4px;
    padding-bottom: 2px; }
    #footer .footer-logo-container .logoSvg {
      height: 100%; }
      @media (max-width: 768px) {
        #footer .footer-logo-container .logoSvg {
          height: 80%; } }

@keyframes pRotate {
  0% {
    stroke-dashoffset: -308; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 308; } }

@keyframes pRotate2 {
  0% {
    stroke-dashoffset: -596; }
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 596; } }

svg.logoSvg #loader-logo-y {
  animation-name: pRotate;
  animation-duration: 2s;
  animation-delay: -0.5s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
  stroke-dasharray: 308;
  stroke: #f39200;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

svg.logoSvg #loader-logo-7 {
  animation-name: pRotate2;
  animation-duration: 3s;
  /*animation-delay:0.5s;*/
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
  stroke-dasharray: 596;
  stroke: #f39200;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1d1d1d, #000);
  color: #FFF;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all .75s ease;
  z-index: 99; }
  #pageLoader.finished {
    opacity: 0;
    transform: scale(5);
    pointer-events: none; }
  #pageLoader.loading {
    transform: scale(1);
    opacity: 1;
    pointer-events: all; }
  #pageLoader svg path {
    fill: url(#whitegradient); }

@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: scale(5); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes slideOutTop {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(5); } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  left: auto !important;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x,
.ps__rail-y {
  z-index: 110; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1; }

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  background: linear-gradient(135deg, #f39200, #f57800);
  border-radius: 6px;
  transition: background .2s linear, height .2s ease-in-out;
  -webkit-transition: background .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background: linear-gradient(135deg, #f39200, #f57800);
  border-radius: 6px;
  transition: background .2s linear, width .2s ease-in-out;
  -webkit-transition: background .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: rgba(0, 0, 0, 0.85);
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.85);
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.scrollbar-container {
  position: relative;
  height: 100%; }

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

#App {
  background: linear-gradient(to right, #1d1d1d, #000);
  position: relative; }

.is-color-black {
  color: #000; }

.bgVideo-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #878787 0%, #222 100%); }
  .bgVideo-container.darken::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.bgVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }

#content {
  color: #f1f1f1;
  /*
  background:#000;
  width: 100%;
  height:100%;
  */
  position: relative;
  z-index: 90;
  pointer-events: none;
  min-height: 100vh; }
  #content.behind-footer {
    z-index: 79; }
  #content .inner {
    pointer-events: all;
    position: relative;
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 78px;
    padding-bottom: 30px;
    min-height: calc(100vh + 1px);
    overflow: hidden; }
    #content .inner.sectioned {
      padding-top: 68px;
      padding-bottom: 0; }
      #content .inner.sectioned section {
        padding: 5rem 0;
        min-height: calc(100vh - 68px);
        position: relative;
        overflow: hidden; }
        #content .inner.sectioned section .corner {
          position: absolute;
          top: -1px;
          bottom: auto; }
          #content .inner.sectioned section .corner.right {
            right: -1px;
            height: 100%;
            width: 60vh; }
            @media (max-width: 1023px) {
              #content .inner.sectioned section .corner.right {
                visibility: hidden; } }
          #content .inner.sectioned section .corner.bottom {
            display: block;
            right: -1px;
            bottom: -1px;
            height: auto;
            width: 60vh;
            transform: scaleY(-1); }
            @media (max-width: 1023px) {
              #content .inner.sectioned section .corner.bottom {
                width: 40vw; } }
            @media (max-width: 768px) {
              #content .inner.sectioned section .corner.bottom {
                visibility: hidden; } }
          #content .inner.sectioned section .corner.bottom2 {
            display: block;
            right: -1px;
            bottom: -1px;
            height: auto;
            width: 45vh;
            transform: scaleY(-1); }
            @media (max-width: 1023px) {
              #content .inner.sectioned section .corner.bottom2 {
                width: 30vw; } }
            @media (max-width: 768px) {
              #content .inner.sectioned section .corner.bottom2 {
                visibility: hidden; } }
        #content .inner.sectioned section .sectionDescription {
          margin: 3rem 0; }
          @media (max-width: 768px) {
            #content .inner.sectioned section .sectionDescription {
              margin: 2rem 0; } }
        #content .inner.sectioned section.dark {
          /*background:$color-dark;*/
          background: linear-gradient(135deg, #878787 0%, #222 100%); }
          #content .inner.sectioned section.dark h2 {
            color: #f39200; }
        #content .inner.sectioned section.light {
          background: linear-gradient(135deg, #ffffff, #DDD, #AAA);
          color: #222; }
          #content .inner.sectioned section.light h2 {
            color: #f39200; }
        #content .inner.sectioned section.orange {
          background: linear-gradient(135deg, #ffb45a, #f39200, #db6300);
          color: #222; }
          #content .inner.sectioned section.orange h2 {
            color: #FFF; }
          #content .inner.sectioned section.orange .button::before {
            background-image: url(/src/assets/images/buttons/buttonBefore_inverted.svg); }
        #content .inner.sectioned section.no-background {
          background: transparent; }
      #content .inner.sectioned > section#webservice > .container {
        overflow: visible; }
      #content .inner.sectioned > section#webservice .imgcol img {
        transform: translate(-20px, -50px); }
      @media (max-width: 1023px) {
        #content .inner.sectioned > section#webservice .imgcol img {
          transform: translate(0px, 0px); } }
    #content .inner.va-center {
      align-items: center;
      justify-content: center; }
  #content > div {
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeInContent 0.75s linear 0s 1 forwards; }
    #content > div.fa-exit {
      opacity: 1;
      animation: none;
      position: absolute !important; }

@keyframes fadeInContent {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .container.orangebg {
    background: linear-gradient(135deg, #f39200, #f57800); }
  .container:not(.fluid) {
    padding-left: 30px;
    padding-right: 30px; }
  .container.noTitleMargin {
    padding-top: 60px; }
  @media (min-width: 1024px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  .container.flex-grow {
    display: flex;
    flex-grow: 1;
    justify-items: stretch;
    overflow: visible; }
    .container.flex-grow > div {
      flex-grow: 1; }
  .container.fluid {
    max-width: none;
    width: 100%; }
    .container.fluid > .row {
      margin-left: 0;
      margin-right: 0; }

.row {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .row {
      flex-direction: row; } }

.col {
  padding-left: 30px;
  padding-right: 30px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }
  .col.valign {
    display: block; }
    @media (min-width: 1024px) {
      .col.valign {
        display: flex; } }
    .col.valign.imgcol {
      text-align: center; }
    .col.valign > div {
      align-self: center;
      width: 100%; }
      .col.valign > div > img {
        width: 100%;
        max-width: 640px;
        height: 100%; }
  .col + .col {
    margin-top: 30px; }
  @media (min-width: 1024px) {
    .col + .col {
      margin-top: 0; } }

.col-sidebar {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  /*border-left:1px solid #FFF;*/ }
  .col-sidebar .col-sidebar-fixed {
    position: fixed; }
  .col-sidebar .sidebar-box {
    margin-top: 60px; }

/* TYPO */
.header-row {
  overflow: hidden; }
  .header-row > .col {
    display: flex;
    width: 100%;
    height: 148px;
    justify-content: center;
    align-items: center;
    flex-basis: 1; }
    .header-row > .col .content h1 {
      margin: 20px 0 0 0; }

.content {
  font-size: 1.125rem; }
  .content p {
    margin-bottom: 20px; }
    .content p + h2 {
      margin-top: 60px; }
  .content h1 {
    font-size: 3.5rem;
    margin: 60px 0 40px;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 700; }
    @media (max-width: 768px) {
      .content h1 {
        font-size: 2.5rem; } }
  .content h2 {
    font-size: 3.25rem;
    margin: 0 0 40px 0;
    font-family: 'Rajdhani';
    font-weight: 700; }
    .content h2 + h3 {
      margin-top: -40px; }
    @media (max-width: 768px) {
      .content h2 {
        font-size: 2rem; } }
  .content h3 {
    font-size: 2rem;
    font-weight: 300; }
    @media (max-width: 768px) {
      .content h3 {
        font-size: 1.5rem; } }
  .content a {
    color: #f39200;
    text-decoration: none;
    cursor: pointer; }
    .content a:not(.button):hover {
      background: linear-gradient(135deg, #f39200, #f57800);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
  .content strong {
    font-weight: 600; }
  .content ul, .content ol {
    padding-left: 30px; }
    .content ul li, .content ol li {
      position: relative;
      margin-top: 5px;
      margin-bottom: 5px; }
      .content ul li::before, .content ol li::before {
        content: '';
        position: absolute;
        left: calc(-30px / 2);
        top: 2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #f39200; }

.arrow-indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  animation: bounceY 1s ease-in-out infinite; }

@keyframes bounceY {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -2px); } }


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