/*!
 * Pattern library for codesignd websites
 * @link https://git.codesignd.com/sites/patterns
 * @copyright 2016 Lukas Bestle
 * @license See https://git.codesignd.com/sites/patterns/blob/master/license.md
 */
@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-y: scroll;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  list-style: none;
  border: none;
  box-shadow: none;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex: 1;
  flex-basis: auto;
}

@media print {
  @page {
    margin: 1.5cm;
  }
}

.vh {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.color--pagebg {
  color: #f2f2f2;
}

.background--pagebg {
  background: #f2f2f2;
}

.background--pagepattern {
  background-color: #f2f2f2;
  background: url(/assets/img/pagepattern.1540737946.svg), none;
}

.color--text {
  color: #000;
}

.background--text {
  background: #000;
}

.color--warn {
  color: #e63a16;
}

.background--warn {
  background: #e63a16;
}

.color--passive {
  color: #dddbd7;
}

.background--passive {
  background: #dddbd7;
}

.color--passive-dark {
  color: #c6c2bb;
}

.background--passive-dark {
  background: #c6c2bb;
}

.color--passive-light {
  color: #e9e7e5;
}

.background--passive-light {
  background: #e9e7e5;
}

.color--brand-primary {
  color: #ed8f1b;
}

.background--brand-primary {
  background: #ed8f1b;
}

.color--brand-primary-alternate {
  color: #f3b262;
}

.background--brand-primary-alternate {
  background: #f3b262;
}

.color--brand-secondary {
  color: #0bb888;
}

.background--brand-secondary {
  background: #0bb888;
}

.color--brand-secondary-alternate {
  color: #0cd09a;
}

.background--brand-secondary-alternate {
  background: #0cd09a;
}

body {
  color: #000;
  background-color: #f2f2f2;
  background: url(/assets/img/pagepattern.1540737946.svg), none;
}

@media print {
  body {
    background: none;
  }
}

::-moz-selection {
  background: #f8d5a9;
}

::selection {
  background: #f8d5a9;
}

@font-face {
  font-family: "Input Sans Narrow";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/input-sans-narrow-regular.1540737946.eot);
  src: url(/assets/fonts/input-sans-narrow-regular.1540737946.eot?#) format("embedded-opentype"), url(/assets/fonts/input-sans-narrow-regular.1540737946.woff2) format("woff2"), url(/assets/fonts/input-sans-narrow-regular.1540737946.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Input Sans Narrow";
  font-style: italic;
  font-weight: normal;
  src: url(/assets/fonts/input-sans-narrow-italic.1540737946.eot);
  src: url(/assets/fonts/input-sans-narrow-italic.1540737946.eot?#) format("embedded-opentype"), url(/assets/fonts/input-sans-narrow-italic.1540737946.woff2) format("woff2"), url(/assets/fonts/input-sans-narrow-italic.1540737946.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Input Sans Narrow";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/input-sans-narrow-bold.1540737946.eot);
  src: url(/assets/fonts/input-sans-narrow-bold.1540737946.eot?#) format("embedded-opentype"), url(/assets/fonts/input-sans-narrow-bold.1540737946.woff2) format("woff2"), url(/assets/fonts/input-sans-narrow-bold.1540737946.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Input Serif Narrow";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/input-serif-narrow-bold.1540737946.eot);
  src: url(/assets/fonts/input-serif-narrow-bold.1540737946.eot?#) format("embedded-opentype"), url(/assets/fonts/input-serif-narrow-bold.1540737946.woff2) format("woff2"), url(/assets/fonts/input-serif-narrow-bold.1540737946.woff) format("woff");
  font-display: swap;
}

:root {
  font-size: 112.5%;
  line-height: 1.7;
  font-family: "Input Sans Narrow", Tahoma, Helvetica, sans-serif;
  word-spacing: -0.1em;
}

@media (max-width: 30em) {
  :root {
    font-size: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Input Serif Narrow", "Hoefler Text", Palatino, serif;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  margin-top: 1.3em;
  margin-bottom: 0.9em;
}

@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.11111rem;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
  font-variant: small-caps;
}

h6 {
  font-size: 0.77778rem;
  text-transform: uppercase;
  margin-top: 1.6em;
}

a {
  transition: color 0.2s ease;
}

a:link, a:visited {
  text-decoration: none;
  color: #ed8f1b;
}

a:hover, a:focus, a:active {
  color: #f3b262;
}

hr {
  height: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 0.11111rem solid #dddbd7;
}

@media print {
  hr {
    page-break-after: avoid;
  }
}

small {
  font-size: 0.77778rem;
}

.text-container {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 42rem;
}

@media (max-width: 30em) {
  .text-container {
    padding: 0 1rem;
  }
}

@media print {
  .text-container {
    padding: 0;
  }
}

.text p:not(:last-child), .text ul:not(:last-child),
.text ol:not(:last-child), .text blockquote:not(:last-child) {
  margin-bottom: 1em;
}

.text ul, .text ol {
  padding-left: 40px;
}

.text ul li {
  list-style: disc;
}

.text ol li {
  list-style: decimal;
}

.text li:not(:last-child) {
  margin-bottom: 0.1em;
}

.text a:visited {
  color: #f3b262;
}

.text blockquote {
  padding: 0.5em 1em;
  background: #e9e7e5;
  border-left: 0.7em solid #dddbd7;
  border-radius: 0 0.3em 0.3em 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  text-align: center;
  font: inherit;
  line-height: inherit;
  background: none;
  cursor: pointer;
  padding: 0.3em 0.5em 0.2em;
  border: 1px solid #ed8f1b;
  border-radius: 0.22222em;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.button + .button {
  margin-top: 0.5em;
}

.button, .button:link, .button:visited {
  color: #ed8f1b;
}

.button:hover, .button:focus, .button:not(.button--novisited):visited {
  border-color: #f3b262;
  color: #f3b262;
}

.button--secondary, .button--secondary:link, .button--secondary:visited {
  border-color: #0bb888;
  color: #0bb888;
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:not(.button--novisited):visited {
  border-color: #0cd09a;
  color: #0cd09a;
}

.button:disabled, .button--disabled {
  border-color: #c6c2bb;
  color: #c6c2bb;
}

.cta {
  display: flex;
  align-items: center;
  font-size: 1.11111rem;
}

.cta__text {
  flex: 1;
  margin-right: 1em;
}

@media (max-width: 40em) {
  .cta {
    flex-direction: column;
  }
  .cta__text {
    margin-right: 0;
    margin-bottom: 0.7em;
  }
  .cta__button {
    width: 100%;
  }
}

.field {
  position: relative;
  background: white;
  border: 2px solid #dddbd7;
  border-radius: 0.2rem;
  width: 100%;
}

@media (min-width: 35em) {
  .field--small {
    width: 50%;
  }
}

.field__label {
  font-size: 0.77778rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 0.3rem 0.4rem;
}

.field--required .field__label::after {
  padding-left: 0.1em;
  content: '*';
  color: #e63a16;
}

.field__input {
  font: inherit;
  border-radius: 0.2rem;
  display: block;
  width: 100%;
  padding: 0.3rem 0.4rem;
  padding-top: 1.7rem;
}

.field textarea {
  resize: vertical;
}

.footer {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 60rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.77778rem;
}

@media (max-width: 30em) {
  .footer {
    padding: 0 1rem;
  }
}

@media print {
  .footer {
    padding: 0;
  }
}

@media (max-width: 69em) {
  .footer {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 35em) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
}

@media print {
  .footer {
    margin-bottom: 0;
  }
}

.footer__top {
  display: none;
}

@media (max-width: 35em) {
  .footer__top {
    display: block;
    margin-bottom: 0.8em;
  }
}

@media print {
  .footer__top {
    display: none;
  }
}

.footer__nav li {
  display: inline-block;
}

.footer__nav li:not(:last-child)::after {
  content: '·';
  display: inline-block;
  padding: 0 0.25em;
  color: #c6c2bb;
}

.form {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background: #dddbd7;
  border-radius: 0.3rem;
  transition: visibility 0s linear 0.7s, transform 0.7s cubic-bezier(0.8, -0.1, 0.5, 0);
}

.form--success {
  visibility: hidden;
  transform: translate(100vw);
}

.form__message {
  width: 100%;
  color: #e63a16;
}

.form__message:not(:empty) {
  margin-top: 1rem;
}

.form__submit {
  margin-top: 1rem;
}

.header {
  background: url(/assets/img/baromator.svg);
  background-repeat: repeat-x;
  padding-top: 55px;
  margin-bottom: 3rem;
}

@media (max-width: 40em) {
  .header {
    margin-bottom: 2rem;
  }
}

@media print {
  .header {
    background: none;
    padding-top: 0;
  }
}

.header__inner {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 60rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 30em) {
  .header__inner {
    padding: 0 1rem;
  }
}

@media print {
  .header__inner {
    padding: 0;
  }
}

@media (max-width: 40em) {
  .header__inner {
    flex-direction: column;
    align-items: center;
  }
}

.illustrated-text {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 30em) {
  .illustrated-text:not(.illustrated-text--decorative) {
    flex-direction: column-reverse;
  }
}

.illustrated-text__sidebar {
  width: 14em;
  margin-right: 2em;
}

@media (max-width: 60em) {
  .illustrated-text__sidebar {
    width: 10em;
    margin-right: 1.5em;
  }
}

@media (max-width: 50em) {
  .illustrated-text__sidebar {
    width: 5em;
    margin-right: 1em;
  }
}

@media (max-width: 41em) {
  .illustrated-text--decorative .illustrated-text__sidebar {
    display: none;
  }
}

@media (max-width: 30em) {
  .illustrated-text__sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}

.illustrated-text__sidebar * {
  width: 100%;
  display: block;
}

.illustrated-text__main {
  flex: 1;
}

.input {
  background: url(/assets/img/warn.1540737946.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: calc(100% + 1.5rem + 1px) center;
  transition: background-position 0.2s ease;
}

.input:invalid:not(:focus):not(:placeholder-shown) {
  background-position: calc(100% - 0.7rem) center;
}

.input--invalid {
  background-position: calc(100% - 0.7rem) center;
}

.logo {
  width: 20em;
  max-width: 100%;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
}

.logo__image {
  width: 100%;
}

.main {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 60rem;
}

@media (max-width: 30em) {
  .main {
    padding: 0 1rem;
  }
}

@media print {
  .main {
    padding: 0;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 4rem;
}

.nav__section {
  text-align: right;
}

.nav__section--languages {
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (max-width: 40em) {
  .nav__section--languages {
    margin-bottom: 0.8rem;
  }
}

.nav__section--pages {
  line-height: 1.4;
  font-size: 1.2rem;
}

.nav__item {
  display: inline-block;
}

.nav__item:not(:first-child) {
  margin-left: 0.5em;
}

.nav__item--compact:not(:first-child) {
  margin-left: 0.25em;
}

.nav__item--active .nav__link {
  color: #0bb888;
  pointer-events: none;
}

@media (max-width: 40em) {
  .nav {
    margin: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
  .nav__section {
    text-align: center;
  }
}

.ajax-transition {
  cursor: progress;
}

.main {
  transition: opacity 0.5s ease;
}

.ajax-transition .main {
  opacity: 0;
}

.contact {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 50em) {
  .contact {
    flex-direction: column;
  }
}

.contact__main {
  flex: 1;
}

.contact__form {
  position: relative;
}

.contact__stamp {
  position: absolute;
  bottom: -1.5rem;
  right: 1rem;
  width: 6rem;
  visibility: hidden;
  opacity: 0;
  filter: blur(2px);
  transform: scale(1.3);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.form--sent .contact__stamp {
  visibility: visible;
  opacity: 1;
  filter: none;
  transform: none;
  transition-delay: 0s;
}

.contact__thank-you {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.contact__sidebar {
  max-width: 16rem;
  margin-left: 2rem;
}

@media (max-width: 50em) {
  .contact__sidebar {
    max-width: 100%;
    margin: 0;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 50em), (max-width: 42em) {
  .contact__detail:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}

@media (max-width: 50em) {
  .contact__detail {
    width: 50%;
  }
}

@media (max-width: 42em) {
  .contact__detail {
    width: 100%;
  }
}

.contact__heading {
  font-size: 1.11111rem;
  margin-bottom: 0.3em;
}

.contact__email {
  display: flex;
  margin-bottom: 0.3rem;
}

.contact__email > :nth-child(1) {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #dddbd7;
}

.contact__email > :nth-child(2) {
  align-self: center;
  font-size: 1.22222rem;
}

.home-banner {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 44em) {
  .home-banner {
    flex-direction: column;
    align-items: center;
  }
}

.home-banner__illustration {
  width: 25em;
  max-width: 100%;
  margin-right: 4em;
}

@media (max-width: 60em) {
  .home-banner__illustration {
    width: 45%;
    margin-right: 2em;
  }
}

@media (max-width: 44em) {
  .home-banner__illustration {
    width: 20em;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.home-banner__description {
  flex: 1;
}

.home-banner__text {
  font-size: 1.33333rem;
  line-height: 1.55;
  margin-bottom: 0.5em;
}

.logo__gear {
  transition: transform 2s ease-in-out 2.3s;
}

.logo:hover .logo__gear, .logo:focus .logo__gear {
  transition-delay: 0.7s;
}

.logo__gear--left {
  transform-origin: 261px 261px;
}

.logo:hover .logo__gear--left, .logo:focus .logo__gear--left {
  transform: rotate(-90deg);
}

.logo__gear--right {
  transform-origin: 1100px 340px;
}

.logo:hover .logo__gear--right, .logo:focus .logo__gear--right {
  transform: rotate(90deg);
}

.logo__esignd, .logo__gears {
  opacity: 1;
  transition: opacity 1s ease-in-out 1.4s;
}

.logo:hover .logo__esignd, .logo:focus .logo__esignd, .logo:hover .logo__gears, .logo:focus .logo__gears {
  opacity: 0;
  transition-delay: 2.7s;
}

.logo__leftd {
  transition: transform 1s ease-in-out 0.7s;
}

.logo:hover .logo__leftd, .logo:focus .logo__leftd {
  transform: translateX(-470px);
  transition-delay: 3.4s;
}

.logo__tilde {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.logo:hover .logo__tilde, .logo:focus .logo__tilde {
  opacity: 1;
  transition-delay: 4.3s;
}

.service:not(:first-of-type) {
  margin-top: -0.5em;
}

@media (max-width: 50em) {
  .service:not(:first-of-type) {
    margin-top: -0.25em;
  }
}

.service:not(:last-of-type) .service__description {
  margin-bottom: 2em;
}

.service__description :last-child {
  margin-bottom: 0;
}

.service__title--colored::first-letter {
  color: #0bb888;
}
