/* source-sans-pro-regular - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url("../fonts/source-sans-pro-v21-latin-regular.eot");
/* IE9 Compat Modes */
src: local(""), url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
/* Legacy iOS */ }
/* source-sans-pro-italic - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: url("../fonts/source-sans-pro-v21-latin-italic.eot");
/* IE9 Compat Modes */
src: local(""), url("../fonts/source-sans-pro-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro") format("svg");
/* Legacy iOS */ }
@keyframes heroFadeIn {
0% {
opacity: 0; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #7ebf0d; }

h2 {
  color: #7ebf0d; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
  margin-right: 35px; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 18px;
  padding-bottom: 50px; }

html, body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #666; }

h1 {
  color: #0D65B4; }

strong {
  font-weight: bold; }

small {
  font-size: 15.75px; }

.btn {
  background-color: transparent;
  border: 2px solid;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 900;
  padding: 8px 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  .btn.btn-default {
    color: #7ebf0d; }
    .btn.btn-default:hover {
      color: #0D65B4;
      background-color: #7ebf0d;
      border-color: #7ebf0d; }
  .btn.btn-white {
    color: #7ebf0d;
    text-shadow: none;
    color: #fff; }
    .btn.btn-white:hover {
      color: #7ebf0d;
      background-color: #fff;
      border-color: #fff;
      text-shadow: none; }
  .btn.btn-center {
    color: #7ebf0d; }
    .btn.btn-center:hover {
      color: #0D65B4;
      background-color: #7ebf0d;
      border-color: #7ebf0d; }

.img-responsive {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
  height: auto; }

.img-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  min-width: 180px;
  max-width: 250px;
  width: 22%;
  float: right;
  margin-right: 50px;
  margin-left: 20px;
  margin-top: 8px; }

.card-content {
  text-align: center; }
  .card-content h2 {
    margin: 0px; }
  .card-content p {
    margin-top: 0px;
    padding-bottom: 0.05em;
    font-weight: normal;
    margin-bottom: 7px; }

.base-style > h1 {
  padding-bottom: 0;
  margin-bottom: 0; }
  .base-style > h2 {
  padding-top: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .hero {
  margin-top: 58px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: center / cover no-repeat none;
  color: #fff;
  z-index: 1;
  animation: 1s ease-out 0s 1 heroFadeIn; }
  .hero h1 {
  font-size: 3rem;
  color: #7ebf0d;
  margin: 0;
  padding: 0; }
  .hero p {
  font-size: 1.8rem;
  margin-top: 0.2rem; }
  .hero:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff, #fff);
  opacity: 0.15;
  z-index: 2; }
  .hero > * {
  text-shadow: 1px 1px 2px #446a81;
  z-index: 3; }
  .hero .container {
  margin-bottom: 15px; }
  .hero2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 350px;
  min-width: 250px;
  width: 40%;
  float: right;
  margin: 16px 5% 16px 25px;
  background-size: cover;
  animation: 0.6s ease-out 0s 1 heroFadeIn;
  z-index: 1; }
  .hero2:after {
  content: "";
  position: absolute;
  height: 350px;
  width: 100%;
  background: linear-gradient(to right, #fff, #fff);
  opacity: 0.15;
  z-index: 2; }
  .hero-main {
  background-image: url("/images/hero-main.jpg"); }
  .hero-company {
  background-image: url("/images/hero-company.jpg"); }
  .hero-pm {
  background-image: url("/images/hero-pm.jpg");
  background-position: top; }
  .hero-process {
  background-image: url("/images/hero-process.jpg");
  background-position: center; }
  .hero-job {
  background-image: url("/images/hero-job.jpg");
  background-position: center; }
  .hero-qm {
  background-image: url("/images/hero-qm.jpg");
  background-position: center; }
  .hero-fm {
  background-image: url("/images/hero-fm.jpg");
  background-position: center; }
  .hero-contact {
  background-image: url("/images/hero-contact.jpg");
  background-position: right; }
  .cards {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .cards > article {
  padding: 20px 13px 0 13px;
  font-size: 1.0rem; }
  .cards > article .header {
  font-size: 1.6rem;
  color: #0D65B4;
  margin-bottom: 0.50rem; }
  .cards > article .header b {
  color: #7ebf0d;
  text-transform: uppercase; }
  .cards > article p {
  margin-top: 1.2rem;
  margin-bottom: 2rem; }
  .features {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-content: flex-start; }
  .features > article {
  padding: 0;
  width: 100%;
  color: #666;
  margin-top: 1rem; }
  .features > article > * {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  .features > article h1 {
  font-size: 1.8rem;
  color: #0D65B4;
  line-height: 1.2; }
  .features > article h2 {
  color: #0D65B4;
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 1.2; }
  .features > article p {
  min-height: 100px;
  margin: 0 0.7rem 0 0.7rem;
  margin-bottom: 1.3rem;
  color: #666;
  text-align: left; }
  .features > article > button {
  align-self: flex-end; }
  .features > article > .div_hight_h1 {
  vertical-align: middle; }
  .features > article > .div_hight_p {
  min-height: 21.5rem;
  vertical-align: top; }
  .references {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
  align-content: flex-start; }
  .references > article {
  padding: 0;
  width: 32%;
  color: #666; }
  .references > article img {
  margin-top: 1.0rem; }
  .references > article p {
  margin: 1rem 0.7rem 0 0.7rem;
  margin-bottom: 1.3rem;
  min-height: 12rem;
  color: #666;
  text-align: justify;
  vertical-align: text-top; }
  .cv > div, .cv h1, .cv h2, .cv p, .cv em, .cv ul, .cv li {
  margin: 0; }
  .cv > h1 {
  margin-top: 1em;
  color: #7ebf0d;
  font-size: 1.5em; }
  .cv table {
  margin-left: 1.5rem;
  margin-top: 1rem; }
  .cv td {
  padding-bottom: 15px; }
  .cv .year {
  color: #7ebf0d;
  width: 4rem;
  vertical-align: top;
  text-align: right;
  padding-right: 1rem; }
  .contact > div, .contact h1, .contact h2, .contact p {
  line-height: 0.7;
  margin: 0;
  padding: 0; }
  .contact > p {
  position: relative;
  left: 7rem;
  font-size: 1.1rem; }
  .contact > h2 {
  position: relative;
  font-size: 1.0em;
  top: 0.7em;
  margin-left: 1.5rem; }
  .link {
  color: #7ebf0d;
  text-decoration: none; }
  .link:active, .link:visited {
  color: #7ebf0d; }
  .link:hover {
  color: #0D65B4; }
  .checklist {
  margin-bottom: 30px; }
  .checklist ul {
  list-style: none;
  list-style-image: url("/images/check.png");
  padding-left: 3.0em; }
  .checklist ul li {
  padding-left: 0.5em;
  padding-bottom: 0.75em; }
  .checklist ul li::before {
  color: #0D65B4; }
  .checklist ol {
  list-style: none;
  counter-reset: li;
  list-style-position: outside; }
  .checklist ol li {
  counter-increment: li;
  padding-left: 10px;
  padding-bottom: 0; }
  .checklist ol li::before {
  content: counter(li) ".";
  color: #0D65B4;
  display: inline-block;
  width: 1.6em;
  margin-left: -2.1em;
  margin-right: 0.5em;
  text-align: right; }
  .checklist b {
  color: #7ebf0d; }
  .checklist-2 p {
  margin-left: 1.2em; }
  .checklist-2 ul li {
  list-style: none;
  margin-left: 15px; }
  .checklist-2 i {
  color: #0D65B4; }
  .checklist-2 ul li::before {
  color: #0D65B4;
  /* color of bullet */
  content: "\2022";
  /* Unicode of character to precede the list item */
  font-size: 2em;
  margin-left: -0.9em;
  padding-right: 0.5em;
  top: 2px;
  line-height: 1rem;
  position: relative; }
  .hanging p {
  margin-left: 2.0em;
  text-indent: -0em; }
  .marginTop {
  margin-top: 4rem; }
  .literature {
  font-size: 0.85em;
  padding-left: 0.25em;
  font-style: italic; }
  .toggleBox {
  display: none; }
  .toggleBox + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-left: 10px; }
  .toggleBox + label + div {
  display: none; }
  .toggleBox:checked + label + div {
  display: block; }
  .toggleBox + label:before {
  background-color: #0D65B4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 21px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 21px; }
  .toggleBox:checked + label:before {
  content: "-"; }
  .imprint > div, .imprint h2, .imprint p {
  line-height: 1.5;
  margin: 0;
  padding: 0; }
  .imprint > h2 {
  margin-top: 1.0rem;
  color: #666;
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 0.3rem; }
  .imprint > p {
  font-size: 1.1rem;
  margin-left: 5%; }
  .card-icon {
  display: block;
  font-size: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
  .fa {
  color: #7ebf0d; }
  .link {
  color: #666;
  text-decoration: none; }
  .link:active, .link:visited {
  color: #7ebf0d; }
  .link:hover {
  color: #0D65B4; }
  .headline {
  width: 100%;
  text-align: center; }
  .headline p {
  margin: 1rem 0 1.2rem 0;
  text-align: left; }
  .headline b {
  color: #7ebf0d; }
  .footer-link {
  margin-right: 2.5rem;
  font-size: 1.0rem;
  font-weight: 100;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  color: #666; }
  .footer-link:hover {
  color: #7ebf0d;
  border-bottom: solid 2px #7ebf0d; }
  .footer-link::after {
  content: '';
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out; }
  .footer-link.active::after, .footer-link:hover::after {
  transform: scaleX(1); }
  @media screen and (min-width: 2170px) {
  .features > article > .div_hight_p {
  min-height: 15rem; }
  .hero2 {
  height: 500px; }
  .hero2:after {
  height: 500px; }
  .img-card {
  margin-right: 400px; } }
  @media screen and (max-width: 1199px) {
  .hero {
  min-height: 240px;
  margin-top: 0; }
  .hero-main {
  background-image: url("/images/hero-main-lg.jpg"); }
  .hero-company {
  background-image: url("/images/hero-company-lg.jpg"); }
  .hero-pm {
  background-image: url("/images/hero-pm-lg.jpg");
  background-position: top; }
  .hero-process {
  background-image: url("/images/hero-process-lg.jpg");
  background-position: top; }
  .hero-job {
  background-image: url("/images/hero-job-lg.jpg");
  background-position: center; }
  .hero-qm {
  background-image: url("/images/hero-qm-lg.jpg"); }
  .hero-fm {
  background-image: url("/images/hero-fm-lg.jpg"); }
  .hero-contact {
  background-image: url("/images/hero-contact-lg.jpg"); }
  .cards {
  flex-flow: row wrap;
  align-items: center; }
  .cards > article {
  width: 47%;
  padding: 0px 13px 10px 13px; }
  .cards > article .p {
  margin-bottom: 2rem; }
  .cards > article .div_hight_p {
  min-height: 14rem; }
  .img-card {
  margin-right: 0px; }
  .features {
  flex-flow: row wrap;
  align-items: center; }
  .features > article {
  margin-bottom: 4rem;
  width: 47%; }
  .features > article > * {
  margin-bottom: 1.5rem; }
  .features > article > h1 {
  margin: 1rem; }
  .features > article p {
  min-height: initial;
  margin-bottom: 2rem; }
  .features > article > img {
  margin-bottom: 0; }
  .features > article > .div_hight_p {
  min-height: 13rem;
  vertical-align: top; }
  .references {
  flex-flow: row wrap;
  align-items: center; }
  .references > article {
  width: 47%; }
  .references > article > * {
  margin-bottom: 1.5rem; }
  .references > article p {
  min-height: 11rem;
  margin-bottom: 2rem; }
  .references > article > img {
  margin-bottom: 0; }
  .references > article .hight_p {
  min-height: 7rem; }
  .hero2 {
  width: 100%;
  max-height: 300px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  animation: 1s ease-out 0s 1 heroFadeIn;
  float: none; }
  .hero2:after {
  height: 300px; }
  .marginTop {
  margin-top: 0.5rem; }
  .marginHero2 {
  margin-top: 1rem; }
  .img-center {
  height: 4rem; } }
  @media screen and (max-width: 991px) {
  html {
  font-size: 14px; }
  p, li, div {
  font-size: 1.2rem; }
  .hero {
  min-height: 240px; }
  .hero2 {
  max-height: 240px; }
  .hero2:after {
  height: 240px; }
  .hero-main {
  background-image: url("/images/hero-main-md.jpg"); }
  .hero-company {
  background-image: url("/images/hero-company-md.jpg"); }
  .hero-pm {
  background-image: url("/images/hero-pm-md.jpg"); }
  .hero-process {
  background-image: url("/images/hero-process-md.jpg"); }
  .hero-job {
  background-image: url("/images/hero-job-md.jpg"); }
  .hero-qm {
  background-image: url("/images/hero-qm-md.jpg"); }
  .hero-fm {
  background-image: url("/images/hero-fm-md.jpg"); }
  .hero-contact {
  background-image: url("/images/hero-contact-md.jpg"); }
  .features > article > .div_hight_p {
  min-height: 22rem; }
  .references > article p {
  min-height: 18rem; }
  .references > article .hight_p {
  min-height: 10rem; }
  .cards {
  flex-flow: row wrap;
  align-items: center; }
  .cards > article {
  margin-bottom: 20px;
  width: 44%; }
  .cards > article .div_hight_p {
  min-height: 23rem; } }
  @media screen and (max-width: 767px) {
  .hero-main {
  background-image: url("/images/hero-main-sm.jpg"); }
  .hero-company {
  background-image: url("/images/hero-company-sm.jpg"); }
  .hero-pm {
  background-image: url("/images/hero-pm-sm.jpg"); }
  .hero-process {
  background-image: url("/images/hero-process-sm.jpg"); }
  .hero-job {
  background-image: url("/images/hero-job-sm.jpg"); }
  .hero-qm {
  background-image: url("/images/hero-qm-sm.jpg"); }
  .hero-fm {
  background-image: url("/images/hero-fm-sm.jpg"); }
  .hero-contact {
  background-image: url("/images/hero-contact-sm.jpg"); }
  .cards {
  flex-direction: column;
  text-align: center; }
  .cards > article {
  margin-bottom: 20px;
  width: 95%; }
  .cards > article p {
  margin-bottom: 2rem; }
  .cards > article .div_hight_p {
  min-height: initial; }
  /*
  .cards {
  flex-direction: column;
  }
  */
  .features {
  flex-direction: column;
  align-items: center; }
  .features > article {
  padding: 0;
  width: 100%; }
  .features > article > p {
  min-height: initial;
  margin-bottom: 2rem; }
  .features > article .div_hight_h1 {
  height: 1.5rem; }
  .features > article .div_hight_p {
  min-height: initial; }
  .references {
  flex-direction: column;
  align-items: center; }
  .references > article {
  padding: 0;
  width: 100%; }
  .references > article > p {
  min-height: initial;
  margin-bottom: 2rem; }
  .img-center {
  height: 3rem; }
  .img-card {
  float: none;
  margin: auto; } }
  @media screen and (min-width: 576px) {
  .features > article > .div_hight_p {
  height: initial; } }
  @media screen and (max-width: 575px) {
  .features > article > .div_hight_p {
  height: initial; }
  .hero2 {
  max-height: 180px; }
  .hero2:after {
  height: 180px; } }
  nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
  z-index: 4; }
  nav .nav-logo {
  margin-left: 3.5%;
  margin-right: auto; }
  nav .nav-logo img {
  height: 45px; }
  nav #nav-menu, nav .nav-menu {
  display: none; }
  nav .nav-link {
  margin-right: 2%;
  color: #7ebf0d;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  nav .nav-link:hover {
  color: #0D65B4; }
  nav .nav-link::after {
  content: '';
  display: block;
  border-bottom: solid 2px #0D65B4;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out; }
  nav .nav-link.active {
  color: #0D65B4; }
  nav .nav-link.active::after, nav .nav-link:hover::after {
  transform: scaleX(1); }
  nav .nav-home-link {
  width: 25px;
  margin-right: 3.5%;
  stroke: #7ebf0d; }
  nav .nav-home-link:hover, nav .nav-home-link.active {
  stroke: #0D65B4;
  text-decoration: none; }
  footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1px 0 3px 0;
  width: 100%;
  background-color: #F0F0F0;
  text-align: center; }
  footer > .nav-link {
  color: #7ebf0d;
  margin: 0 1.25rem 0 1.25rem;
  font-size: 1.0rem;
  font-weight: 100;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  footer > .nav-link:hover, footer > .nav-link.active {
  color: #0D65B4;
  border-bottom: solid 2px #0D65B4; }
  footer > .nav-link::after {
  content: '';
  border-bottom: solid 2px #0D65B4;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out; }
  footer > .nav-link.active::after, footer > .nav-link:hover::after {
  transform: scaleX(1); }
  @media screen and (max-width: 1199px) {
  body {
  padding-top: 50px; }
  nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  flex-flow: row wrap;
  overflow: auto;
  z-index: 4;
  width: 100%; }
  nav .nav-logo {
  flex: auto; }
  nav .nav-logo img {
  height: 40px; }
  nav .nav-menu {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  cursor: pointer;
  margin-top: 8px;
  margin-right: 3%; }
  nav .nav-menu span {
  position: absolute;
  top: 8px;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 8px;
  background-color: #333; }
  nav .nav-menu span::after, nav .nav-menu span::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background-color: #333; }
  nav .nav-menu span::before {
  top: -8px; }
  nav .nav-menu span::after {
  top: 8px; }
  nav .nav-home {
  margin-top: 8px;
  margin-bottom: 4px; }
  nav .nav-home-link {
  stroke: #0D65B4; }
  nav #nav-menu:checked ~ .nav-menu span {
  background-color: #fff; }
  nav #nav-menu:checked ~ .nav-menu span::before {
  top: 0;
  transform: rotate(45deg); }
  nav #nav-menu:checked ~ .nav-menu span::after {
  top: 0;
  transform: rotate(-45deg); }
  nav #nav-menu:checked ~ .nav-link {
  max-height: 50px;
  padding: 10px 20px; }
  nav .nav-link {
  flex: 100%;
  max-height: 0;
  font-size: 20px;
  padding: 0 20px;
  overflow: hidden;
  background-color: #F0F0F0; }
  .features > article > img {
  margin-bottom: 0; } }
  .jumbotron {
  display: flex;
  flex-direction: column; }
  .jumbotron > * {
  flex: 1; }
  .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }
  /*
  .container2 {
  width: 100%; 
  padding: 0; 
  margin: 0
  }
  */
  @media screen and (max-width: 575px) {
  body {
  padding-top: 50px; }
  .hero h1 {
  line-height: 1.4;
  font-size: 2.2rem; }
  .hero h2 {
  font-size: 0.8rem; }
  .hero p {
  font-size: 1.3em; }
  nav .nav-logo img {
  height: 30px;
  padding-left: 0px; } }
  @media screen and (min-width: 992px) {
  nav .nav-logo img {
  height: 45px; } }
  @media screen and (min-width: 1200px) {
  nav .nav-logo img {
  height: 45px; } }
  @media screen and (min-width: 576px) {
  .jumbotron {
  min-height: 300px; }
  .container {
  width: 500px; } }
  @media screen and (min-width: 768px) {
  .jumbotron {
  min-height: 330px; }
  .container {
  width: 650px; } }
  @media screen and (min-width: 992px) {
  .jumbotron {
  min-height: 400px; }
  .container {
  width: 960px; } }
  @media screen and (min-width: 1200px) {
  .jumbotron {
  min-height: 450px; }
  .container {
  width: 1140px; } }
  @media screen and (min-width: 2170px) {
  .jumbotron {
  min-height: 600px; }
  .container {
  width: 1600px; } }
  /*
  @include media-query-down($media-xl) { .nav-logo { background: red; }}
  @include media-query-down($media-lg) { .nav-logo { background: blue; }}
  @include media-query-down($media-md) { .nav-logo { background: lightgreen; }}
  @include media-query-down($media-sm) { .nav-logo { background: black; }}
  @include media-query-down($media-xs) { .nav-logo { background: grey; }}
  @include media-query-up($media-xs) {.nav-logo { background: brown }}
  @include media-query-up($media-sm) {.nav-logo { background: magenta }}
  @include media-query-up($media-md) {.nav-logo { background: orange }}
  @include media-query-up($media-lg) {.nav-logo { background: purple }}
  @include media-query-up($media-xl) {.nav-logo { background:  green }}
  */