/* notes */

/* 26,565 */


/* fonts */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* basics */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
img, embed, object, video {
    max-width: 100%;
}
img {
    display: block;
}
svg {
    display: inline-block;
}
html, body {
    height: 100%;
    min-width: 320px;
    background-color: #f2f2f2;
}
/* html {
    overflow-y: scroll;
} */
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.25em;
}
.shadow {
    text-shadow: 0 0 12px #1a1a1a;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.25em;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: left;
    line-height: 1.25em;
}
.green h1 {
    background: url(../svg/pixels_green.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.25em;
}
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.25em;
}
.green h2 {
    background: url(../svg/pixels_green.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
.green h3 {
    background: url(../svg/pixels_green.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.green h4 {
    background: url(../svg/pixels_green.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
.green h1 span {
    color: #1ED686;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
.section {
    width: 100%;
}
.links a {
    text-decoration: underline;
}
.links a:link, .links a:visited {
    color: #1ED686;
    transition-property: color;
    transition-duration: 0.2s;
}
.links a:hover {
    color: #1CC77D;
    transition-property: color;
    transition-duration: 0.2s;
}
main {
    background-color: #f2f2f2;
}
footer {
    width: 100%;
    background-color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
}
.header {
    width: 100%;
    color: #fff;
    border-bottom: 1px rgba(255,255,255,0.3) solid;
}
.logo a {
    display: block;
    height: 100%;
    width: 100%;
}
.nav {
    font-family: 'Roboto', sans-serif;
}
.nav a {
    color: #fff;
}
.nav-home {
    float: left;
    font-family: 'Roboto', sans-serif;
}
.nav-home a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.nav-item {
    float: left;
    list-style-type: none;
    box-sizing: border-box;
}
.nav-item a {
    font-weight: 300;
    text-decoration: none;
    box-sizing: border-box;
}
.nav-item.green a:link, .nav-item.green a:visited {
    color: #fff;
    transition-property: color;
    transition-duration: 0.2s;
}
.nav-item.green a:hover {
    color: #1ED686;
    transition-property: color;
    transition-duration: 0.2s;
}
.cta {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.cta span {
    float: left;
}
.cta a {
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}
.cta.green a:link, .cta.green a:visited {
    color: #fff;
    fill: #fff;
    background-color: #1ED686;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.cta.green a:hover {
    color: #1ED686;
    fill: #1ED686;
    background-color: #fff;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.content-card {
    background-color: #fff;
}
.button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.button a {
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}
.button.green a:link, .button.green a:visited {
    color: #fff;
    background-color: #1ED686;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.button.green a:hover {
    color: #fff;
    background-color: #1CC77D;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.button-large {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.button-large a {
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}
.button-large.green a:link, .button-large.green a:visited {
    color: #fff;
    background-color: #1ED686;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.button-large.green a:hover {
    color: #fff;
    background-color: #1CC77D;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.hero-container {
    display: table;
    color: #fff;
    box-sizing: border-box;
}
.hero-vertically-centered {
    display: table-cell;
    vertical-align: middle;
}
.footer-container {
    background-color: #f2f2f2;
    width: 100%;
    border-top: 1px #bcbcbc solid;
}
.footer-copyright li {
    color: #646464;
    font-size: 12px;
    list-style-type: none;
}
.footer-links-a li {
    color: #646464;
    font-size: 12px;
    list-style-type: none;
}
.footer-links-a a {
    color: #646464;
    text-decoration: none;
}
.footer-links-a a:link, footer-links-a a:visited {
    color: #646464;
}
.footer-links-a a:hover {
    color: #000;
}
.footer-links-b li {
    color: #646464;
    font-size: 12px;
    list-style-type: none;
}
.footer-links-b a {
    color: #646464;
    text-decoration: none;
}
.footer-links-b a:link, footer-links-b a:visited {
    color: #646464;
}
.footer-links-b a:hover {
    color: #000;
}
.language-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.language-button a {
    height: 30px;
    width: 30px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #969696 solid;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
}
.language-button a:link, .language-button a:visited {
    color: #262626;
    background-color: #f2f2f2;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.language-button a:hover {
    color: #fff;
    background-color: #969696;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.language-button-active {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.language-button-active a {
    height: 30px;
    width: 30px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
}
.language-button-active a:link, .language-button-active a:visited {
    color: #fff;
    background-color: #262626;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.language-button-active a:hover {
    color: #fff;
    background-color: #262626;
    transition-property: color, background-color;
    transition-duration: 0.2s;
}
.last-element {
    border: none !important;
    margin-bottom: 0px !important;
}
/* colors
orange: #ff7417
green: #1ED686
blue: 
pink: #fc287e
*/

/* .link-array-icon-container a:link, .link-array-icon-container a:visited, {
    fill: #262626;
}
.link-array-icon-container a:hover {
    fill: #1ED686;
} */

/* parallax effect

.parallax {
    box-sizing: border-box;
}
.parallax::before {
    content:"";
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-image: url("../img/bg_test.jpg");
    position: absolute;
    z-index: -1;
    transform:translateZ(-1px) scale(2);
    transform-style: preserve-3d;
}
html {
    overflow: hidden;
}
body {
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x:hidden;
    overflow-y:auto;
} */
