/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  font-size: 62.5%;
  font-size: 10px; }
  @media (max-width: 550px) {
    html {
      font-size: 9px; } }
  @media (max-width: 375px) {
    html {
      font-size: 8px; } }

body {
  font-size: 2rem;
  line-height: 1.5;
  color: #001F3D;
  font-family: "Noto Serif", "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left; }
  @media (min-width: 42.5rem) and (max-width: 144rem) {
    body {
      font-size: calc( 2rem + 0 * ( ( 100vw - 42.5rem) / 101.5 )); } }
  @media (min-width: 144rem) {
    body {
      font-size: 2rem; } }

p {
  font-family: "Noto Serif", "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; }

a {
  color: #0054a4;
  text-decoration: none; }
  a:hover {
    color: #004383; }

p a,
section ul li a {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 #fff9eb, inset 0 -3px 0 #b3e1e1;
          box-shadow: inset 0 0 0 #fff9eb, inset 0 -3px 0 #b3e1e1;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  color: #001F3D;
  padding: 0 3px;
  margin: 0 -2px; }
  p a:hover,
  section ul li a:hover {
    color: #fff9eb;
    -webkit-box-shadow: inset 0 0px 0 #fff9eb, inset 0 -30px 0 #009a9b;
            box-shadow: inset 0 0px 0 #fff9eb, inset 0 -30px 0 #009a9b; }

address {
  font-style: normal; }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.3;
  display: block; }
  @media (max-width: 970px) {
    h1, h2, h3, h4 {
      text-align: center; } }

h1, h2 {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-style: italic; }

h1 {
  font-size: 3.906rem; }
  @media (min-width: 42.5rem) and (max-width: 144rem) {
    h1 {
      font-size: calc( 3.906rem + 0.834 * ( ( 100vw - 42.5rem) / 101.5 )); } }
  @media (min-width: 144rem) {
    h1 {
      font-size: 4.741rem; } }

h2 {
  font-size: 3.125rem; }
  @media (min-width: 42.5rem) and (max-width: 144rem) {
    h2 {
      font-size: calc( 3.125rem + 0.431 * ( ( 100vw - 42.5rem) / 101.5 )); } }
  @media (min-width: 144rem) {
    h2 {
      font-size: 3.556rem; } }
  h2 span {
    margin-top: 1rem;
    display: block;
    font-size: 2.5rem;
    font-weight: 400; }
    @media (min-width: 42.5rem) and (max-width: 144rem) {
      h2 span {
        font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
    @media (min-width: 144rem) {
      h2 span {
        font-size: 2.667rem; } }

h3 {
  font-size: 2.5rem; }
  @media (min-width: 42.5rem) and (max-width: 144rem) {
    h3 {
      font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
  @media (min-width: 144rem) {
    h3 {
      font-size: 2.667rem; } }

main > section:after {
  content: '';
  display: table;
  clear: both; }

.content, .content + footer, .header_details {
  width: auto;
  max-width: 144rem;
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0 7.2rem; }
  @media (max-width: 1440px) {
    .content, .content + footer, .header_details {
      padding: 0 3%; } }
  @media (max-width: 970px) {
    .content, .content + footer, .header_details {
      padding: 0; } }

h1, main > section, section.callToAction .wrapper-flexParent h2, section.callToAction .wrapper-flexParent a {
  margin-left: 10%;
  margin-right: 10%; }
  @media (max-width: 768px) {
    h1, main > section, section.callToAction .wrapper-flexParent h2, section.callToAction .wrapper-flexParent a {
      margin-left: 7.5%;
      margin-right: 7.5%; } }
  @media (max-width: 425px) {
    h1, main > section, section.callToAction .wrapper-flexParent h2, section.callToAction .wrapper-flexParent a {
      margin-left: 5%;
      margin-right: 5%; } }

section.callToAction {
  margin-left: 0;
  margin-right: 0; }

.content + footer .wrapper-flexParent {
  padding-left: 10%;
  padding-right: 10%; }
  @media (max-width: 768px) {
    .content + footer .wrapper-flexParent {
      padding-left: 7.5%;
      padding-right: 7.5%; } }
  @media (max-width: 425px) {
    .content + footer .wrapper-flexParent {
      padding-left: 5%;
      padding-right: 5%; } }

section.logoGrid, .servicesGrid, body.page-jule-reiner section.awards .wrapper-flexParent {
  padding-left: 20%; }
  @media (max-width: 970px) {
    section.logoGrid, .servicesGrid, body.page-jule-reiner section.awards .wrapper-flexParent {
      padding-left: 0%; } }

.content + footer {
  padding-bottom: 6rem; }
  @media (max-width: 768px) {
    .content + footer {
      padding-bottom: 4rem; } }

h3, h4, main > section > p,
main > section > ul, section.portfolio .wrapper-flexItem, form, figure.small,
picture.small, body.page-portfolio-detail main section > header, body.page-portfolio-detail a.back {
  margin-left: 20%; }
  @media (max-width: 970px) {
    h3, h4, main > section > p,
    main > section > ul, section.portfolio .wrapper-flexItem, form, figure.small,
    picture.small, body.page-portfolio-detail main section > header, body.page-portfolio-detail a.back {
      margin-left: 0%; } }

main > section, .servicesGrid {
  margin-bottom: 10rem; }
  @media (max-width: 768px) {
    main > section, .servicesGrid {
      margin-bottom: 8rem; } }
  main > section:nth-last-child(-n + 1), .servicesGrid:nth-last-child(-n + 1) {
    margin-bottom: 0; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: none;
  outline: none; }
  *::-moz-selection {
    color: #fff9eb;
    background: #009a9b; }
  *::selection {
    color: #fff9eb;
    background: #009a9b; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

figure img, figure svg, picture img, picture svg {
  width: 100%; }

svg {
  pointer-events: all; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

body {
  overflow-x: hidden;
  background: #009a9b; }

.wrapper-page {
  position: relative;
  height: 100%;
  width: 100%; }
  .wrapper-page:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 154, 155, 0)), color-stop(50%, #009a9b), color-stop(90%, #0054a4));
    background: linear-gradient(to bottom, rgba(0, 154, 155, 0) 10%, #009a9b 50%, #0054a4 90%);
    z-index: -1; }

h1 {
  margin-top: 4rem;
  margin-bottom: 12rem; }
  @media (max-width: 1024px) {
    h1 {
      margin-top: 4;
      margin-bottom: 8rem; } }
  @media (max-width: 768px) {
    h1 {
      margin-bottom: 4rem; } }

h2 {
  width: 100%;
  margin: 0 0 8rem; }

h3 {
  margin-bottom: 4rem; }

h1 + h2 {
  margin-top: -4rem; }

h2 + h3 {
  padding-top: 0; }

p + h3 {
  margin-top: 8rem; }

ul {
  margin-left: 0;
  padding-left: 2rem;
  list-style-type: disc;
  list-style-image: url(/img/bulletpoint.svg); }
  ul li {
    padding-left: 1rem;
    margin-top: 2rem; }
    ul li:first-child {
      margin-top: 0; }

main {
  display: inline-block;
  z-index: 10;
  padding-top: 8rem;
  border-radius: 3px 3px 0 0;
  background: #fff9eb;
  width: 100%;
  position: relative;
  padding-bottom: 12rem; }
  @media (max-width: 425px) {
    main {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  main > section {
    display: block;
    position: relative; }
    main > section p {
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      text-justify: auto; }
    main > section > p:nth-last-child(-n + 1),
    main > section > ul:nth-last-child(-n + 1),
    main > section > section:nth-last-child(-n + 1) {
      margin-bottom: 0; }

@-webkit-keyframes move-worldmap {
  from {
    -webkit-transform: translate(-275px);
            transform: translate(-275px); }
  to {
    -webkit-transform: translate(-25px);
            transform: translate(-25px); } }

@keyframes move-worldmap {
  from {
    -webkit-transform: translate(-275px);
            transform: translate(-275px); }
  to {
    -webkit-transform: translate(-25px);
            transform: translate(-25px); } }

svg.logo {
  fill: #fff9eb; }
  svg.logo .b {
    fill: none; }
  svg.logo .globe-circle_stroke {
    stroke: #fff9eb;
    stroke-width: 25; }
  svg.logo .worldmap {
    -webkit-transform: translate(-275px);
            transform: translate(-275px);
    -webkit-animation: move-worldmap 10s infinite ease-in-out;
            animation: move-worldmap 10s infinite ease-in-out; }

nav {
  position: absolute;
  z-index: 99999;
  width: 100%;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  font-family: "Montserrat";
  height: 6rem; }
  @media (max-width: 970px) {
    nav {
      position: fixed;
      top: 0;
      height: 4rem;
      -webkit-transition: height 350ms ease-in-out;
      transition: height 350ms ease-in-out; } }
  @media (max-width: 375px) {
    nav {
      height: 3rem; } }
  nav:before {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: absolute;
    content: '';
    height: 100%;
    background: #0054a4;
    top: 0;
    left: 50%;
    right: 50%; }
    @media (max-width: 970px) {
      nav:before {
        display: none; } }
  nav .bar {
    display: none;
    z-index: 1;
    background: #0054a4;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #004c94;
    height: 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 970px) {
      nav .bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 375px) {
      nav .bar {
        height: 3rem; } }
    nav .bar a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff9eb;
      padding: 0 2rem;
      font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
      padding-left: 2rem; }
      @media (max-width: 550px) {
        nav .bar a {
          padding-left: 1.5rem; } }
      nav .bar a:hover {
        color: #fff9eb; }
      nav .bar a span {
        margin: auto; }
        @media (max-width: 460px) {
          nav .bar a span > span {
            display: none; } }
    nav .bar button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.5rem;
      text-transform: uppercase;
      background: #0054a4;
      border: none;
      border-left: 2px solid #004c94;
      color: #fff9eb;
      padding: 0 2rem; }
      @media (max-width: 550px) {
        nav .bar button {
          padding: 0 1rem; } }
      nav .bar button:hover {
        background: #004c94;
        border-left: 2px solid #004c94; }
      nav .bar button:active {
        background: #004383;
        border-left: 2px solid #004383; }
      nav .bar button span {
        padding-right: 1rem; }
      nav .bar button svg {
        fill: #fff9eb;
        float: right;
        width: 2rem; }
        nav .bar button svg.icon-close {
          display: none; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style-image: none;
    list-style-type: none; }
    @media (max-width: 970px) {
      nav ul {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        transition: -webkit-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); } }
    nav ul li {
      position: relative;
      padding: 0;
      margin: 0;
      background: #0054a4;
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out; }
      nav ul li:nth-last-child(-n + 1) {
        border-radius: 0 2px 2px 0; }
      nav ul li:first-child {
        border-radius: 2px 0 0 2px; }
      @media (max-width: 970px) {
        nav ul li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-bottom: 2px solid #004c94; }
          nav ul li:first-child {
            border-radius: 0;
            margin-top: 4rem; }
          nav ul li:nth-last-child(-n + 1) {
            border-radius: 0; } }
      @media (max-width: 375px) {
        nav ul li:first-child {
          margin-top: 3rem; } }
      nav ul li .nav-icon_wrapper {
        position: absolute;
        background: #fff9eb;
        width: 2.7rem;
        height: 2.7rem;
        left: 50%;
        top: -2.4rem;
        margin-left: -1.35rem;
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        @media (max-width: 970px) {
          nav ul li .nav-icon_wrapper {
            display: none; } }
        nav ul li .nav-icon_wrapper svg.svg-icon {
          position: absolute;
          fill: #0054a4;
          stroke-color: #0054a4;
          width: 65%;
          /* hier -> geht nicht per svg fix */
          height: 65%;
          top: 17.5%;
          left: 17.5%; }
      nav ul li a {
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff9eb;
        height: 100%;
        padding: 1.333rem 2rem;
        vertical-align: center; }
        nav ul li a span {
          margin: auto; }
      nav ul li:hover {
        background: #004c94; }
      nav ul li.active {
        background: #004383; }
      @media (max-width: 768px) {
        nav ul li.active a, nav ul li:hover a {
          -webkit-transform: none;
                  transform: none; } }
      nav ul li.active .nav-icon_wrapper, nav ul li:hover .nav-icon_wrapper {
        opacity: 1;
        -webkit-transform: scale(2);
                transform: scale(2); }
      nav ul li.active a, nav ul li:hover a {
        color: #fff9eb;
        -webkit-transform: translateY(10%);
                transform: translateY(10%); }
        @media (max-width: 970px) {
          nav ul li.active a, nav ul li:hover a {
            -webkit-transform: none;
                    transform: none; } }
  nav.small {
    height: 4rem;
    top: 0;
    position: fixed; }
    nav.small:before {
      left: 0;
      right: 0; }
    nav.small ul li a {
      padding: 0 2rem; }
    nav.small ul li:hover a, nav.small ul li.active a {
      -webkit-transform: none;
              transform: none; }
    nav.small ul li:hover .nav-icon_wrapper, nav.small ul li.active .nav-icon_wrapper {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0); }
  nav.fullscreenNav {
    height: 100%; }
    nav.fullscreenNav ul {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    nav.fullscreenNav .bar {
      border-bottom: 1px solid #003b73; }
      nav.fullscreenNav .bar button svg.icon-close {
        display: inline-block; }
      nav.fullscreenNav .bar button svg.icon-menu_bars {
        display: none; }

.placeholder-nav {
  position: relative;
  width: 100%;
  height: 6rem;
  margin-bottom: 6rem; }
  @media (max-width: 970px) {
    .placeholder-nav {
      display: none; } }

section > blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4rem 0;
  font-style: italic;
  z-index: 100;
  width: 100%; }
  section > blockquote:nth-last-child(-n + 1) {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    section > blockquote {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0; } }
  section > blockquote picture {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    margin-right: 4rem; }
    @media (max-width: 768px) {
      section > blockquote picture {
        width: 75%;
        margin-right: 0;
        margin-bottom: 4rem; } }
    @media (max-width: 550px) {
      section > blockquote picture {
        width: 100%; } }
    section > blockquote picture.small {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      margin-left: 0; }
    section > blockquote picture.extraSmall {
      -webkit-box-flex: 1.75;
          -ms-flex: 1.75;
              flex: 1.75; }
      @media (max-width: 768px) {
        section > blockquote picture.extraSmall {
          width: 50%;
          margin-right: 0; } }
      @media (max-width: 550px) {
        section > blockquote picture.extraSmall {
          width: 100%; } }
    section > blockquote picture.vignette {
      position: relative;
      z-index: 1;
      margin-right: -25%; }
      @media (max-width: 768px) {
        section > blockquote picture.vignette {
          width: 100%;
          margin-right: 0;
          margin-bottom: -4rem; } }
      section > blockquote picture.vignette:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff9eb), to(rgba(255, 249, 235, 0))), -webkit-gradient(linear, left top, right top, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, right top, left bottom, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left top, right bottom, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, right bottom, left top, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left bottom, right top, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff9eb), color-stop(20%, rgba(255, 249, 235, 0)));
        background: linear-gradient(to left, #fff9eb 0, rgba(255, 249, 235, 0) 100%), linear-gradient(to right, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to bottom, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to bottom left, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to bottom right, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to top left, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to top right, #fff9eb 0, rgba(255, 249, 235, 0) 20%), linear-gradient(to top, #fff9eb 0, rgba(255, 249, 235, 0) 20%); }
        @media (max-width: 768px) {
          section > blockquote picture.vignette:after {
            background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff9eb), color-stop(25%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left top, right top, color-stop(0, #fff9eb), color-stop(25%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff9eb), color-stop(10%, rgba(255, 249, 235, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff9eb), color-stop(50%, rgba(255, 249, 235, 0)));
            background: linear-gradient(to left, #fff9eb 0, rgba(255, 249, 235, 0) 25%), linear-gradient(to right, #fff9eb 0, rgba(255, 249, 235, 0) 25%), linear-gradient(to bottom, #fff9eb 0, rgba(255, 249, 235, 0) 10%), linear-gradient(to top, #fff9eb 0, rgba(255, 249, 235, 0) 50%); } }
      section > blockquote picture.vignette + .wrapper-flexItem p {
        background: rgba(255, 249, 235, 0.75);
        -webkit-box-shadow: 0 0 100px 50px rgba(255, 249, 235, 0.75);
                box-shadow: 0 0 100px 50px rgba(255, 249, 235, 0.75); }
    section > blockquote picture.small.vignette {
      margin-right: 0; }
  section > blockquote .wrapper-flexItem {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    max-width: 80%;
    -ms-flex-item-align: center;
        align-self: center;
    z-index: 2;
    position: relative; }
    @media (max-width: 768px) {
      section > blockquote .wrapper-flexItem {
        padding: 0; } }
    section > blockquote .wrapper-flexItem p {
      margin-top: 0; }
    section > blockquote .wrapper-flexItem footer {
      font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #b3aea5;
      font-style: normal;
      text-align: right;
      font-size: 1.6rem;
      margin-bottom: 4rem; }
      section > blockquote .wrapper-flexItem footer:nth-last-child(-n + 1) {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        section > blockquote .wrapper-flexItem footer {
          text-align: center; } }
    section > blockquote .wrapper-flexItem.verticalAlign-top {
      -ms-flex-item-align: start;
          align-self: flex-start; }
      @media (max-width: 768px) {
        section > blockquote .wrapper-flexItem.verticalAlign-top {
          -ms-flex-item-align: center;
              align-self: center; } }
    section > blockquote .wrapper-flexItem.verticalAlign-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 768px) {
        section > blockquote .wrapper-flexItem.verticalAlign-bottom {
          -ms-flex-item-align: center;
              align-self: center; } }
  section > blockquote.big .wrapper-flexItem p {
    font-size: 2.364rem; }
    @media (min-width: 42.5rem) and (max-width: 144rem) {
      section > blockquote.big .wrapper-flexItem p {
        font-size: calc( 2.364rem + 0.117 * ( ( 100vw - 42.5rem) / 101.5 )); } }
    @media (min-width: 144rem) {
      section > blockquote.big .wrapper-flexItem p {
        font-size: 2.482rem; } }

section.logoGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -4rem; }
  section.logoGrid > div {
    margin: 0 auto 6rem;
    width: 33%;
    padding-right: 4rem; }
    section.logoGrid > div:nth-last-child(-n + 3) {
      margin-bottom: auto; }
    @media (max-width: 550px) {
      section.logoGrid > div {
        width: 50%; }
        section.logoGrid > div:nth-last-child(3) {
          margin-bottom: 6rem; }
        section.logoGrid > div:nth-last-child(-n + 2) {
          margin-bottom: auto; } }
    section.logoGrid > div svg,
    section.logoGrid > div img {
      margin: auto;
      display: block;
      width: 100%; }
      section.logoGrid > div svg.small,
      section.logoGrid > div img.small {
        width: 50%; }

section.portfolio .wrapper-flexParent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 970px) {
    section.portfolio .wrapper-flexParent {
      display: block; } }

section.portfolio aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4rem; }
  @media (max-width: 970px) {
    section.portfolio aside {
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; } }
  section.portfolio aside span.title {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    width: 100%;
    line-height: 4rem;
    margin-bottom: 2rem;
    color: #99958d;
    fill: #99958d; }
    @media (max-width: 970px) {
      section.portfolio aside span.title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center; } }
    section.portfolio aside span.title svg {
      width: 4rem;
      margin-right: 2rem;
      float: left; }
      @media (max-width: 970px) {
        section.portfolio aside span.title svg {
          float: none;
          display: block;
          margin: 0 auto; } }
  section.portfolio aside .filter {
    margin-bottom: 6rem; }
    @media (max-width: 970px) {
      section.portfolio aside .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin-right: -2rem;
        margin-bottom: 4rem;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    section.portfolio aside .filter span.checkbox {
      display: block;
      margin-bottom: 2rem; }
      @media (max-width: 970px) {
        section.portfolio aside .filter span.checkbox {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 2rem; } }
  section.portfolio aside .downloads {
    margin-bottom: 6rem; }
    @media (max-width: 970px) {
      section.portfolio aside .downloads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: -2rem; } }
    section.portfolio aside .downloads a {
      position: relative;
      line-height: 1;
      overflow: hidden;
      font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out;
      background: #0054a4;
      border: 2px solid #0054a4;
      color: #fff9eb;
      letter-spacing: 1px;
      cursor: pointer;
      fill: #fff9eb;
      padding: 2rem;
      display: block;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 2rem; }
      section.portfolio aside .downloads a:hover {
        background: #004c94;
        border: 2px solid #004c94;
        fill: #fff9eb;
        color: #fff9eb; }
      section.portfolio aside .downloads a:active {
        background: #004383;
        border: 2px solid #004383; }
      @media (max-width: 970px) {
        section.portfolio aside .downloads a {
          position: relative;
          line-height: 1;
          overflow: hidden;
          font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
          -webkit-transition: all 125ms ease-in-out;
          transition: all 125ms ease-in-out;
          background: #0054a4;
          border: 2px solid #0054a4;
          color: #fff9eb;
          letter-spacing: 1px;
          cursor: pointer;
          fill: #fff9eb;
          padding: 1rem;
          line-height: 1.4;
          width: 40%;
          margin-right: 2rem; }
          section.portfolio aside .downloads a:hover {
            background: #004c94;
            border: 2px solid #004c94;
            fill: #fff9eb;
            color: #fff9eb; }
          section.portfolio aside .downloads a:active {
            background: #004383;
            border: 2px solid #004383; } }
      @media (max-width: 500px) {
        section.portfolio aside .downloads a {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }

section.portfolio .wrapper-flexItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 50vh; }
  section.portfolio .wrapper-flexItem .item {
    z-index: 2; }
  section.portfolio .wrapper-flexItem p.noneSelected {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #99958d;
    font-size: 1.6rem;
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 0;
    padding: 0 4rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 500ms ease-in-out 250ms;
    transition: opacity 500ms ease-in-out 250ms; }
    section.portfolio .wrapper-flexItem p.noneSelected span {
      margin-bottom: 2.2rem;
      display: block; }
    section.portfolio .wrapper-flexItem p.noneSelected svg {
      margin: 0 0 4.6rem;
      fill: #99958d;
      display: block;
      width: 3rem; }
      @media (max-width: 970px) {
        section.portfolio .wrapper-flexItem p.noneSelected svg {
          display: none; } }
  section.portfolio .wrapper-flexItem.isEmpty p.noneSelected {
    opacity: 1; }
  section.portfolio .wrapper-flexItem.isEmpty:before {
    opacity: 0; }

section.portfolio aside ~ .wrapper-flexItem {
  margin: 0;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

portfolio-item, section.portfolio .wrapper-flexItem .item {
  background: #fff9eb;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 4rem; }
  portfolio-item.isLastVisible, section.portfolio .wrapper-flexItem .isLastVisible.item {
    margin-bottom: 0; }
  portfolio-item:nth-last-child(-n + 1), section.portfolio .wrapper-flexItem .item:nth-last-child(-n + 1) {
    margin-bottom: 0; }
  portfolio-item:before, section.portfolio .wrapper-flexItem .item:before {
    content: '';
    border: 2px solid rgba(128, 125, 118, 0.3);
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2; }
  portfolio-item picture, section.portfolio .wrapper-flexItem .item picture {
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 42.85%;
    display: block;
    z-index: 1; }
    portfolio-item picture img, section.portfolio .wrapper-flexItem .item picture img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    portfolio-item picture:after, section.portfolio .wrapper-flexItem .item picture:after {
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 249, 235, 0)), to(#fff9eb)), -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 249, 235, 0)), to(#fff9eb));
      background: linear-gradient(to bottom, rgba(255, 249, 235, 0) 50%, #fff9eb 100%), linear-gradient(to bottom left, rgba(255, 249, 235, 0) 50%, #fff9eb 100%);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    portfolio-item picture.additional, section.portfolio .wrapper-flexItem .item picture.additional {
      width: 50%;
      position: absolute;
      top: -1rem;
      right: -1rem;
      z-index: 2; }
      portfolio-item picture.additional:after, section.portfolio .wrapper-flexItem .item picture.additional:after {
        content: none; }
      portfolio-item picture.additional img, section.portfolio .wrapper-flexItem .item picture.additional img, portfolio-item picture.additional svg, section.portfolio .wrapper-flexItem .item picture.additional svg {
        top: 0;
        right: 0;
        width: 100%;
        margin: 0; }
    portfolio-item picture.logo, section.portfolio .wrapper-flexItem .item picture.logo {
      width: 30%;
      top: 3rem;
      right: 3rem; }
    portfolio-item picture.tuifly, section.portfolio .wrapper-flexItem .item picture.tuifly {
      top: 16rem; }
  portfolio-item h3, section.portfolio .wrapper-flexItem .item h3, portfolio-item span, section.portfolio .wrapper-flexItem .item span, portfolio-item a, section.portfolio .wrapper-flexItem .item a, portfolio-item p, section.portfolio .wrapper-flexItem .item p, portfolio-item audio, section.portfolio .wrapper-flexItem .item audio {
    position: relative;
    z-index: 3; }
  portfolio-item h3, section.portfolio .wrapper-flexItem .item h3 {
    padding: 0;
    margin: 4rem 4rem 0; }
  portfolio-item picture ~ h3, section.portfolio .wrapper-flexItem .item picture ~ h3 {
    margin-top: -4rem;
    z-index: 2;
    text-shadow: 0 0 10px #fff9eb, 0 0 20px #fff9eb; }
  portfolio-item span, section.portfolio .wrapper-flexItem .item span {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #99958d;
    fill: #99958d;
    line-height: 3rem;
    margin-top: 1rem; }
    portfolio-item span svg, section.portfolio .wrapper-flexItem .item span svg {
      float: left;
      width: 3rem;
      margin-right: 2rem; }
    portfolio-item span.category, section.portfolio .wrapper-flexItem .item span.category {
      font-size: 2rem;
      display: block;
      margin-bottom: 0; }
    portfolio-item span.audio-info, section.portfolio .wrapper-flexItem .item span.audio-info {
      display: block;
      margin: 0 4rem; }
    portfolio-item span.subline, section.portfolio .wrapper-flexItem .item span.subline {
      font-family: "Noto Serif", "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
      font-weight: 700;
      font-size: 2rem;
      color: #001F3D;
      display: block;
      margin: 1rem 4rem 0; }
      @media (min-width: 42.5rem) and (max-width: 144rem) {
        portfolio-item span.subline, section.portfolio .wrapper-flexItem .item span.subline {
          font-size: calc( 2rem + 0 * ( ( 100vw - 42.5rem) / 101.5 )); } }
      @media (min-width: 144rem) {
        portfolio-item span.subline, section.portfolio .wrapper-flexItem .item span.subline {
          font-size: 2rem; } }
    portfolio-item span.client, section.portfolio .wrapper-flexItem .item span.client, portfolio-item span.award, section.portfolio .wrapper-flexItem .item span.award, portfolio-item span.date, section.portfolio .wrapper-flexItem .item span.date {
      display: inline-block;
      margin-right: 4rem; }
  portfolio-item p, section.portfolio .wrapper-flexItem .item p {
    margin-left: 4rem;
    margin-right: 4rem; }
    portfolio-item p:nth-last-child(-n + 1), section.portfolio .wrapper-flexItem .item p:nth-last-child(-n + 1) {
      margin-bottom: 0; }
  portfolio-item a, section.portfolio .wrapper-flexItem .item a {
    position: relative;
    line-height: 1;
    overflow: hidden;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    background: #0054a4;
    border: 2px solid #0054a4;
    color: #fff9eb;
    letter-spacing: 1px;
    cursor: pointer;
    fill: #fff9eb;
    padding: 1rem;
    background: none;
    color: #0054a4;
    fill: #0054a4;
    border: 2px solid #4d87bf;
    font-size: 1.6rem;
    line-height: 2rem;
    display: inline-block;
    margin: 1rem 4rem 0; }
    portfolio-item a:hover, section.portfolio .wrapper-flexItem .item a:hover {
      background: #004c94;
      border: 2px solid #004c94;
      fill: #fff9eb;
      color: #fff9eb; }
    portfolio-item a:active, section.portfolio .wrapper-flexItem .item a:active {
      background: #004383;
      border: 2px solid #004383; }
    portfolio-item a:hover, section.portfolio .wrapper-flexItem .item a:hover {
      background: #0054a4;
      border: 2px solid #0054a4; }
    portfolio-item a:active, section.portfolio .wrapper-flexItem .item a:active {
      background: #003b73;
      border: 2px solid #003b73; }
    portfolio-item a svg, section.portfolio .wrapper-flexItem .item a svg {
      margin-left: 2rem;
      width: 2rem;
      float: right; }
  portfolio-item audio, section.portfolio .wrapper-flexItem .item audio {
    position: relative;
    width: 100%;
    padding: 0 4rem;
    margin: 0; }
  portfolio-item a.order, section.portfolio .wrapper-flexItem .item a.order {
    position: relative;
    line-height: 1;
    overflow: hidden;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    background: #0054a4;
    border: 2px solid #0054a4;
    color: #fff9eb;
    letter-spacing: 1px;
    cursor: pointer;
    fill: #fff9eb;
    padding: 2rem;
    display: block; }
    portfolio-item a.order:hover, section.portfolio .wrapper-flexItem .item a.order:hover {
      background: #004c94;
      border: 2px solid #004c94;
      fill: #fff9eb;
      color: #fff9eb; }
    portfolio-item a.order:active, section.portfolio .wrapper-flexItem .item a.order:active {
      background: #004383;
      border: 2px solid #004383; }
    portfolio-item a.order span, section.portfolio .wrapper-flexItem .item a.order span {
      font-size: 2rem;
      color: #fff9eb;
      display: block;
      text-align: center; }
      @media (min-width: 42.5rem) and (max-width: 144rem) {
        portfolio-item a.order span, section.portfolio .wrapper-flexItem .item a.order span {
          font-size: calc( 2rem + 0 * ( ( 100vw - 42.5rem) / 101.5 )); } }
      @media (min-width: 144rem) {
        portfolio-item a.order span, section.portfolio .wrapper-flexItem .item a.order span {
          font-size: 2rem; } }
      portfolio-item a.order span:nth-last-child(-n + 1), section.portfolio .wrapper-flexItem .item a.order span:nth-last-child(-n + 1) {
        font-size: 1.6rem; }

.servicesGrid {
  text-align: center;
  margin-right: -4rem; }
  .servicesGrid .wrapper-flexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem; }
    .servicesGrid .wrapper-flexParent:nth-last-child(-n + 1) {
      margin-bottom: 0; }
    .servicesGrid .wrapper-flexParent > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      margin-right: 4rem; }
      .servicesGrid .wrapper-flexParent > div picture {
        display: block; }
      .servicesGrid .wrapper-flexParent > div span {
        font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: block;
        margin-top: 2rem; }
        .servicesGrid .wrapper-flexParent > div span.ribbon {
          position: absolute;
          bottom: 2rem;
          z-index: 1;
          background: white;
          -webkit-box-shadow: 0 10px 10px rgba(51, 50, 47, 0.5);
                  box-shadow: 0 10px 10px rgba(51, 50, 47, 0.5);
          display: inline;
          line-height: 1;
          padding: 2rem;
          right: -1rem;
          -webkit-transform: rotate(2deg);
                  transform: rotate(2deg); }
          @media (max-width: 1024px) {
            .servicesGrid .wrapper-flexParent > div span.ribbon {
              padding: 1rem;
              bottom: 1rem; } }
  .servicesGrid.small .wrapper-flexParent > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
    @media (max-width: 768px) {
      .servicesGrid.small .wrapper-flexParent > div {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
    @media (max-width: 425px) {
      .servicesGrid.small .wrapper-flexParent > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

form {
  margin-top: 4rem;
  position: relative; }
  form .wrapper-flexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    margin-right: -2rem; }
    form .wrapper-flexParent p {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0 2rem 0 0; }
      form .wrapper-flexParent p input {
        width: 100%; }
  form > p {
    margin: 4rem 0 0; }
  form label {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 1rem;
    display: block;
    font-size: 1.8rem; }
  form input {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: none;
    display: block;
    border: 2px solid #ccc7bc;
    padding: 1rem; }
    form input:focus {
      border: 2px solid #0054a4;
      color: #0054a4; }
  form textarea {
    font-family: "Noto Serif", "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
    border: 2px solid #ccc7bc;
    padding: 2rem;
    width: 100%;
    height: 30rem;
    background: none;
    display: block;
    margin-bottom: 4rem; }
    form textarea:focus {
      border: 2px solid #0054a4;
      color: #0054a4; }
  form input[type=submit] {
    position: relative;
    line-height: 1;
    overflow: hidden;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    background: #0054a4;
    border: 2px solid #0054a4;
    color: #fff9eb;
    letter-spacing: 1px;
    cursor: pointer;
    fill: #fff9eb;
    padding: 2rem;
    display: block; }
    form input[type=submit]:hover {
      background: #004c94;
      border: 2px solid #004c94;
      fill: #fff9eb;
      color: #fff9eb; }
    form input[type=submit]:active {
      background: #004383;
      border: 2px solid #004383; }
  form .wrapper-submittedMessage h3 {
    margin-left: 0; }

custom-checkbox, section.portfolio aside .filter span.checkbox {
  position: relative;
  line-height: 1;
  overflow: hidden;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  background: #0054a4;
  border: 2px solid #0054a4;
  color: #fff9eb;
  letter-spacing: 1px;
  cursor: pointer;
  fill: #fff9eb;
  padding: 1rem;
  background: none;
  color: #0054a4;
  fill: #0054a4;
  border: 2px solid #4d87bf;
  line-height: 3rem;
  text-align: right; }
  custom-checkbox:hover, section.portfolio aside .filter span.checkbox:hover {
    background: #004c94;
    border: 2px solid #004c94;
    fill: #fff9eb;
    color: #fff9eb; }
  custom-checkbox:active, section.portfolio aside .filter span.checkbox:active {
    background: #004383;
    border: 2px solid #004383; }
  custom-checkbox:hover, section.portfolio aside .filter span.checkbox:hover {
    background: #0054a4;
    border: 2px solid #0054a4; }
  custom-checkbox:active, section.portfolio aside .filter span.checkbox:active {
    background: #003b73;
    border: 2px solid #003b73; }
  custom-checkbox svg, section.portfolio aside .filter span.checkbox svg {
    position: relative;
    float: left;
    height: 3rem;
    width: 3rem;
    margin-right: 1rem;
    stroke-dasharray: 128;
    stroke-dashoffset: 128;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #0054a4;
    fill: none;
    -webkit-animation: icon-check-hide 500ms ease-in-out 0s 1 forwards;
            animation: icon-check-hide 500ms ease-in-out 0s 1 forwards;
    z-index: 2; }

@-webkit-keyframes icon-check-hide {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 128; } }

@keyframes icon-check-hide {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 128; } }
  custom-checkbox:after, section.portfolio aside .filter span.checkbox:after {
    content: '';
    background: none;
    border: 2px solid #3376b6;
    position: absolute;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 1;
    -webkit-transition: background 125ms ease-in-out;
    transition: background 125ms ease-in-out; }
  custom-checkbox:hover svg, section.portfolio aside .filter span.checkbox:hover svg {
    stroke: #fff9eb; }
  custom-checkbox.checked svg, section.portfolio aside .filter span.checked.checkbox svg {
    stroke: #fff9eb;
    stroke-dashoffset: 0;
    -webkit-animation: icon-check-reveal 750ms ease-in-out 0s 1 forwards;
            animation: icon-check-reveal 750ms ease-in-out 0s 1 forwards; }

@-webkit-keyframes icon-check-reveal {
  0% {
    stroke-dashoffset: 128; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes icon-check-reveal {
  0% {
    stroke-dashoffset: 128; }
  100% {
    stroke-dashoffset: 0; } }
  custom-checkbox.checked:hover:after, section.portfolio aside .filter span.checked.checkbox:hover:after {
    border: 2px solid #3376b6; }
  custom-checkbox.checked:after, section.portfolio aside .filter span.checked.checkbox:after {
    border: 2px solid #0054a4;
    background: #0054a4; }
  custom-checkbox.checked:active:after, section.portfolio aside .filter span.checked.checkbox:active:after {
    background: #003b73; }

figure,
picture {
  margin: 0; }
  figure.fl-left,
  picture.fl-left {
    float: left;
    padding: 2rem 6rem 4rem 0; }
  figure.fl-right,
  picture.fl-right {
    float: right;
    padding: 2rem 0 4rem 6rem; }
  figure.overlap-left,
  picture.overlap-left {
    margin-left: -8rem; }
  figure.fl-right, figure.fl-left,
  picture.fl-right,
  picture.fl-left {
    width: 40%; }
    @media (max-width: 970px) {
      figure.fl-right, figure.fl-left,
      picture.fl-right,
      picture.fl-left {
        float: none;
        width: 60%;
        display: block;
        margin: 0 auto 4rem;
        padding: 0; } }
    @media (max-width: 425px) {
      figure.fl-right, figure.fl-left,
      picture.fl-right,
      picture.fl-left {
        width: 70%; } }
  figure.big,
  picture.big {
    width: 50%; }
    @media (max-width: 970px) {
      figure.big,
      picture.big {
        width: 60%; } }
    @media (max-width: 425px) {
      figure.big,
      picture.big {
        width: 80%; } }
  figure.rotate-left,
  picture.rotate-left {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg); }
  figure.rotate-right,
  picture.rotate-right {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg); }
  @media (max-width: 768px) {
    figure.rotate-left, figure.rotate-right,
    picture.rotate-left,
    picture.rotate-right {
      -webkit-transform: none;
              transform: none; } }
  figure.inContentFlow,
  picture.inContentFlow {
    margin-bottom: 6rem;
    margin-top: 6rem; }
  figure img,
  picture img {
    display: block; }
    figure img.addBorder, figure img.addBorder-small,
    picture img.addBorder,
    picture img.addBorder-small {
      -webkit-box-shadow: 0 1px 1px rgba(128, 125, 118, 0.25), 0 2px 2px rgba(128, 125, 118, 0.25), 0 5px 5px rgba(128, 125, 118, 0.25);
              box-shadow: 0 1px 1px rgba(128, 125, 118, 0.25), 0 2px 2px rgba(128, 125, 118, 0.25), 0 5px 5px rgba(128, 125, 118, 0.25); }
    figure img.addBorder-small,
    picture img.addBorder-small {
      border: solid 1rem #fff; }
      @media (max-width: 970px) {
        figure img.addBorder-small,
        picture img.addBorder-small {
          border: solid 1rem #fff; } }
    figure img.addBorder,
    picture img.addBorder {
      border: solid 2rem #fff; }
      @media (max-width: 970px) {
        figure img.addBorder,
        picture img.addBorder {
          border: solid 1rem #fff; } }
      @media (max-width: 425px) {
        figure img.addBorder,
        picture img.addBorder {
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  figure figcaption,
  picture figcaption {
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #99958d;
    display: block;
    margin-top: 1rem;
    padding: 0 5%; }

section.callToAction {
  color: #fff9eb;
  max-height: 60rem;
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: -20rem; }
  @media (max-width: 460px) {
    section.callToAction {
      margin-bottom: -14rem; } }
  @media (max-width: 425px) {
    section.callToAction {
      margin-bottom: -10rem; } }
  section.callToAction:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(#0054a4), color-stop(50%, rgba(0, 84, 164, 0))), rgba(0, 154, 155, 0.75);
    background: linear-gradient(to top, #0054a4 0%, rgba(0, 84, 164, 0) 50%), rgba(0, 154, 155, 0.75); }
  section.callToAction .wrapper-flexParent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.callToAction .wrapper-flexParent h2 {
      margin-top: 8rem;
      margin-bottom: 4rem;
      -ms-flex-item-align: start;
          align-self: flex-start;
      text-shadow: 0 2px 2px rgba(0, 31, 31, 0.25), 0 5px 5px rgba(0, 31, 31, 0.25), 0 0 50px rgba(0, 31, 31, 0.3);
      font-size: 3.125rem; }
      @media (min-width: 42.5rem) and (max-width: 144rem) {
        section.callToAction .wrapper-flexParent h2 {
          font-size: calc( 3.125rem + 0.431 * ( ( 100vw - 42.5rem) / 101.5 )); } }
      @media (min-width: 144rem) {
        section.callToAction .wrapper-flexParent h2 {
          font-size: 3.556rem; } }
      @media (max-width: 970px) {
        section.callToAction .wrapper-flexParent h2 {
          margin-top: 12rem;
          margin-bottom: 8rem;
          -ms-flex-item-align: center;
              align-self: center; } }
      @media (max-width: 768px) {
        section.callToAction .wrapper-flexParent h2 {
          margin-top: 8rem;
          margin-bottom: 8rem; } }
    section.callToAction .wrapper-flexParent a {
      position: relative;
      line-height: 1;
      overflow: hidden;
      font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out;
      background: #0054a4;
      border: 2px solid #0054a4;
      color: #fff9eb;
      letter-spacing: 1px;
      cursor: pointer;
      fill: #fff9eb;
      padding: 3rem;
      text-align: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 2.236rem; }
      section.callToAction .wrapper-flexParent a:hover {
        background: #004c94;
        border: 2px solid #004c94;
        fill: #fff9eb;
        color: #fff9eb; }
      section.callToAction .wrapper-flexParent a:active {
        background: #004383;
        border: 2px solid #004383; }
      @media (min-width: 42.5rem) and (max-width: 144rem) {
        section.callToAction .wrapper-flexParent a {
          font-size: calc( 2.236rem + 0.073 * ( ( 100vw - 42.5rem) / 101.5 )); } }
      @media (min-width: 144rem) {
        section.callToAction .wrapper-flexParent a {
          font-size: 2.309rem; } }
      @media (max-width: 970px) {
        section.callToAction .wrapper-flexParent a {
          font-size: 2rem;
          position: relative;
          line-height: 1;
          overflow: hidden;
          font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
          -webkit-transition: all 125ms ease-in-out;
          transition: all 125ms ease-in-out;
          background: #0054a4;
          border: 2px solid #0054a4;
          color: #fff9eb;
          letter-spacing: 1px;
          cursor: pointer;
          fill: #fff9eb;
          padding: 2rem;
          -ms-flex-item-align: center;
              align-self: center; } }
  @media (max-width: 970px) and (min-width: 42.5rem) and (max-width: 144rem) {
    section.callToAction .wrapper-flexParent a {
      font-size: calc( 2rem + 0 * ( ( 100vw - 42.5rem) / 101.5 )); } }
  @media (max-width: 970px) and (min-width: 144rem) {
    section.callToAction .wrapper-flexParent a {
      font-size: 2rem; } }
      @media (max-width: 970px) {
          section.callToAction .wrapper-flexParent a:hover {
            background: #004c94;
            border: 2px solid #004c94;
            fill: #fff9eb;
            color: #fff9eb; }
          section.callToAction .wrapper-flexParent a:active {
            background: #004383;
            border: 2px solid #004383; } }
  section.callToAction picture {
    position: relative;
    width: 100%;
    z-index: 1; }
    section.callToAction picture img {
      position: relative; }
      @media (max-width: 970px) {
        section.callToAction picture img {
          width: 120%;
          left: -10%; } }
      @media (max-width: 670px) {
        section.callToAction picture img {
          width: 150%;
          left: -25%; } }
      @media (max-width: 425px) {
        section.callToAction picture img {
          width: 180%;
          left: -40%; } }

.cc-banner {
  background: #0054a4;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999; }
  .cc-banner.cc-closed {
    display: none; }
  .cc-banner span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
    .cc-banner span a {
      color: #ffffff;
      text-decoration: underline; }
  .cc-banner .button {
    background: none;
    color: #fff9eb;
    fill: #fff9eb;
    border: 2px solid #4d87bf;
    min-width: 120px;
    margin-left: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .cc-banner .button:hover {
      color: #0054a4;
      fill: #0054a4;
      background: #fff9eb;
      border: 2px solid #fff9eb; }
    .cc-banner .button:active {
      background: #e6e0d4;
      border: 2px solid #e6e0d4; }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    .cc-banner span {
      margin-bottom: 1em; } }

@media print {
  .cc-banner {
    display: none; } }

.content + footer {
  position: relative;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  z-index: 20;
  color: #fff9eb;
  margin-top: 8rem; }
  .content + footer > span {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    display: block; }
    @media (min-width: 42.5rem) and (max-width: 144rem) {
      .content + footer > span {
        font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
    @media (min-width: 144rem) {
      .content + footer > span {
        font-size: 2.667rem; } }
  .content + footer .wrapper-flexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem; }
    @media (max-width: 525px) {
      .content + footer .wrapper-flexParent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .content + footer .wrapper-flexParent a {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      position: relative;
      line-height: 1;
      overflow: hidden;
      font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out;
      background: #0054a4;
      border: 2px solid #0054a4;
      color: #fff9eb;
      letter-spacing: 1px;
      cursor: pointer;
      fill: #fff9eb;
      padding: 3rem;
      background: none;
      color: #fff9eb;
      fill: #fff9eb;
      border: 2px solid #4d87bf; }
      .content + footer .wrapper-flexParent a:hover {
        background: #004c94;
        border: 2px solid #004c94;
        fill: #fff9eb;
        color: #fff9eb; }
      .content + footer .wrapper-flexParent a:active {
        background: #004383;
        border: 2px solid #004383; }
      .content + footer .wrapper-flexParent a:hover {
        color: #0054a4;
        fill: #0054a4;
        background: #fff9eb;
        border: 2px solid #fff9eb; }
      .content + footer .wrapper-flexParent a:active {
        background: #e6e0d4;
        border: 2px solid #e6e0d4; }
      @media (max-width: 1150px) {
        .content + footer .wrapper-flexParent a {
          position: relative;
          line-height: 1;
          overflow: hidden;
          font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
          -webkit-transition: all 125ms ease-in-out;
          transition: all 125ms ease-in-out;
          background: #0054a4;
          border: 2px solid #0054a4;
          color: #fff9eb;
          letter-spacing: 1px;
          cursor: pointer;
          fill: #fff9eb;
          padding: 2rem;
          background: none;
          color: #fff9eb;
          fill: #fff9eb;
          border: 2px solid #4d87bf; }
          .content + footer .wrapper-flexParent a:hover {
            background: #004c94;
            border: 2px solid #004c94;
            fill: #fff9eb;
            color: #fff9eb; }
          .content + footer .wrapper-flexParent a:active {
            background: #004383;
            border: 2px solid #004383; }
          .content + footer .wrapper-flexParent a:hover {
            color: #0054a4;
            fill: #0054a4;
            background: #fff9eb;
            border: 2px solid #fff9eb; }
          .content + footer .wrapper-flexParent a:active {
            background: #e6e0d4;
            border: 2px solid #e6e0d4; } }
      .content + footer .wrapper-flexParent a:not(:nth-child(1)) {
        margin-left: 2rem; }
        @media (max-width: 525px) {
          .content + footer .wrapper-flexParent a:not(:nth-child(1)) {
            margin-left: 0;
            margin-top: 2rem; } }
      @media (max-width: 1180px) {
        .content + footer .wrapper-flexParent a:nth-child(n + 3) {
          margin-top: 2rem; } }
      .content + footer .wrapper-flexParent a svg.svg-icon {
        display: block;
        margin: 0 auto 1rem;
        width: 6rem; }
      .content + footer .wrapper-flexParent a.mobile {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (max-width: 1180px) {
          .content + footer .wrapper-flexParent a.mobile {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; } }
        @media (max-width: 525px) {
          .content + footer .wrapper-flexParent a.mobile {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .content + footer .wrapper-flexParent a.email {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3; }
        @media (max-width: 1180px) {
          .content + footer .wrapper-flexParent a.email {
            margin-left: 0;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  .content + footer address {
    margin: 0 0 8rem; }
    .content + footer address span {
      display: block; }
      .content + footer address span.name {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 2rem; }
        @media (min-width: 42.5rem) and (max-width: 144rem) {
          .content + footer address span.name {
            font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
        @media (min-width: 144rem) {
          .content + footer address span.name {
            font-size: 2.667rem; } }
  .content + footer > a {
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    background: #0054a4;
    border: 2px solid #0054a4;
    color: #fff9eb;
    letter-spacing: 1px;
    cursor: pointer;
    fill: #fff9eb;
    padding: 1rem;
    background: none;
    color: #fff9eb;
    fill: #fff9eb;
    border: 2px solid #4d87bf; }
    .content + footer > a:hover {
      background: #004c94;
      border: 2px solid #004c94;
      fill: #fff9eb;
      color: #fff9eb; }
    .content + footer > a:active {
      background: #004383;
      border: 2px solid #004383; }
    .content + footer > a:hover {
      color: #0054a4;
      fill: #0054a4;
      background: #fff9eb;
      border: 2px solid #fff9eb; }
    .content + footer > a:active {
      background: #e6e0d4;
      border: 2px solid #e6e0d4; }
    .content + footer > a span, .content + footer > a svg {
      display: block;
      margin: 0 auto 1rem; }
    .content + footer > a span {
      font-size: 3rem;
      line-height: 3rem; }
    .content + footer > a svg {
      width: 3rem; }

.header_details {
  z-index: 15; }
  .header_details .site_summary {
    display: block;
    width: 100%;
    padding: 4rem 4rem 0;
    color: #fff9eb;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-shadow: 0 2px 2px rgba(0, 31, 31, 0.25), 0 5px 5px rgba(0, 31, 31, 0.25), 0 0 50px rgba(0, 31, 31, 0.3); }
    @media (min-width: 42.5rem) and (max-width: 144rem) {
      .header_details .site_summary {
        font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
    @media (min-width: 144rem) {
      .header_details .site_summary {
        font-size: 2.667rem; } }
    @media (max-width: 970px) {
      .header_details .site_summary {
        margin-top: 6rem; } }
    @media (max-width: 425px) {
      .header_details .site_summary {
        margin-top: 6rem; } }
    @media (max-width: 755px) {
      .header_details .site_summary span:nth-of-type(4) {
        display: none; }
      .header_details .site_summary span:nth-of-type(3):after {
        content: '';
        display: block; } }
    @media (max-width: 515px) {
      .header_details .site_summary span:nth-of-type(2) {
        display: none; }
      .header_details .site_summary span:nth-of-type(1):after {
        content: '';
        display: block; } }
  .header_details a.logo-link {
    margin-top: 4rem;
    margin-bottom: 6rem;
    display: inline-block;
    position: relative;
    width: 30rem;
    left: 50%;
    margin-left: -15rem; }
    @media (max-width: 970px) {
      .header_details a.logo-link {
        margin-top: 6rem;
        margin-bottom: 8rem; } }
    @media (max-width: 425px) {
      .header_details a.logo-link {
        width: 20rem;
        left: 50%;
        margin-left: -10rem; } }
    .header_details a.logo-link svg.logo {
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out;
      width: 100%;
      -webkit-filter: drop-shadow(0 2px 2px rgba(0, 31, 31, 0.25)) drop-shadow(0 5px 5px rgba(0, 31, 31, 0.25)) drop-shadow(0 0 20px rgba(0, 31, 31, 0.3));
              filter: drop-shadow(0 2px 2px rgba(0, 31, 31, 0.25)) drop-shadow(0 5px 5px rgba(0, 31, 31, 0.25)) drop-shadow(0 0 20px rgba(0, 31, 31, 0.3)); }
    .header_details a.logo-link:after {
      content: 'Zur Startseite';
      position: absolute;
      color: #fff9eb;
      text-shadow: 0 1px 1px rgba(0, 31, 31, 0.25), 0 2px 2px rgba(0, 31, 31, 0.25), 0 0 20px rgba(0, 31, 31, 0.5);
      opacity: 0;
      -webkit-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out;
      top: 10%;
      left: 65%;
      width: 75%;
      display: inline-block;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 1px;
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg); }
      @media (max-width: 1000px) {
        .header_details a.logo-link:after {
          display: none; } }
    .header_details a.logo-link:hover:after {
      opacity: 1;
      top: 5%; }

.content > header {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: fixed;
  top: -40rem;
  z-index: -2;
  width: 100%;
  max-width: 144rem;
  left: 50%;
  margin-left: -72rem; }
  @media (max-width: 1440px) {
    .content > header {
      top: -30rem;
      left: 0;
      margin-left: 0; } }
  @media (max-width: 1024px) {
    .content > header {
      top: -20rem; } }
  @media (max-width: 768px) {
    .content > header {
      top: -10rem;
      width: 130%;
      left: -15%; } }
  @media (max-width: 570px) {
    .content > header {
      top: 4rem; } }
  @media (max-width: 425px) {
    .content > header {
      width: 150%;
      left: -25%; } }
  @media (max-width: 375px) {
    .content > header {
      top: 0;
      width: 170%;
      left: -35%; } }
  .content > header .wrapper-header_bg {
    position: relative;
    width: 120%;
    left: -10%; }
    .content > header .wrapper-header_bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: -webkit-gradient(linear, left top, right top, from(#009a9b), color-stop(15%, rgba(0, 154, 155, 0))), -webkit-gradient(linear, right top, left top, from(#009a9b), color-stop(15%, rgba(0, 154, 155, 0))), -webkit-gradient(linear, left bottom, left top, from(#009a9b), color-stop(15%, rgba(0, 154, 155, 0))), rgba(0, 154, 155, 0.5);
      background: linear-gradient(to right, #009a9b 0%, rgba(0, 154, 155, 0) 15%), linear-gradient(to left, #009a9b 0%, rgba(0, 154, 155, 0) 15%), linear-gradient(to top, #009a9b 0%, rgba(0, 154, 155, 0) 15%), rgba(0, 154, 155, 0.5); }
    .content > header .wrapper-header_bg img.header_bg {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }

body.page-home section.pressCommentaries section {
  margin-bottom: 4rem; }
  body.page-home section.pressCommentaries section:nth-last-child(-n + 1) {
    margin-bottom: 0; }

body.page-home .content > header {
  top: 0; }

body.page-impressum .content > header {
  top: 0; }

body.page-portfolio-detail main section > header {
  margin-bottom: 4rem; }
  body.page-portfolio-detail main section > header span {
    font-size: 1.6rem;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #99958d;
    fill: #99958d;
    line-height: 3rem;
    display: inline-block;
    margin-right: 4rem; }
    body.page-portfolio-detail main section > header span svg {
      float: left;
      width: 3rem;
      margin-right: 2rem; }

body.page-portfolio-detail a.back {
  position: relative;
  line-height: 1;
  overflow: hidden;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  background: #0054a4;
  border: 2px solid #0054a4;
  color: #fff9eb;
  letter-spacing: 1px;
  cursor: pointer;
  fill: #fff9eb;
  padding: 2rem;
  background: none;
  color: #0054a4;
  fill: #0054a4;
  border: 2px solid #4d87bf;
  margin-top: 4rem;
  line-height: 2rem;
  display: inline-block;
  font-size: 1.6rem; }
  body.page-portfolio-detail a.back:hover {
    background: #004c94;
    border: 2px solid #004c94;
    fill: #fff9eb;
    color: #fff9eb; }
  body.page-portfolio-detail a.back:active {
    background: #004383;
    border: 2px solid #004383; }
  body.page-portfolio-detail a.back:hover {
    background: #0054a4;
    border: 2px solid #0054a4; }
  body.page-portfolio-detail a.back:active {
    background: #003b73;
    border: 2px solid #003b73; }
  body.page-portfolio-detail a.back svg {
    margin-right: 2rem;
    float: left;
    width: 2rem; }

body.page-leistungen .content > header {
  top: 0; }

body.page-jule-reiner .content > header {
  top: 0; }

body.page-jule-reiner section.awards {
  margin-top: -16rem; }
  @media (max-width: 1220px) {
    body.page-jule-reiner section.awards {
      margin-top: -4rem; } }
  @media (max-width: 970px) {
    body.page-jule-reiner section.awards {
      margin-top: 0; } }
  body.page-jule-reiner section.awards .wrapper-flexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 970px) {
      body.page-jule-reiner section.awards .wrapper-flexParent {
        display: block;
        margin-bottom: 6rem; }
        body.page-jule-reiner section.awards .wrapper-flexParent:nth-last-child(-n + 1) {
          margin-bottom: 0; } }
    body.page-jule-reiner section.awards .wrapper-flexParent svg {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: inline-block;
      stroke: #99958d;
      fill: none;
      stroke-width: 6;
      stroke-miterlimit: 10;
      stroke-linejoin: round;
      margin-right: 4rem; }
      @media (max-width: 970px) {
        body.page-jule-reiner section.awards .wrapper-flexParent svg {
          display: block;
          width: 25%;
          margin: 0 auto; } }
    body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem {
      -webkit-box-flex: 5;
          -ms-flex: 5;
              flex: 5; }
      @media (max-width: 970px) {
        body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem {
          display: block; } }
      body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem h3 {
        margin-left: 0; }
      body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem span {
        font-weight: 700;
        display: block; }
        body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem span.title {
          font-size: 2.5rem; }
          @media (min-width: 42.5rem) and (max-width: 144rem) {
            body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem span.title {
              font-size: calc( 2.5rem + 0.167 * ( ( 100vw - 42.5rem) / 101.5 )); } }
          @media (min-width: 144rem) {
            body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem span.title {
              font-size: 2.667rem; } }
      @media (max-width: 970px) {
        body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem span, body.page-jule-reiner section.awards .wrapper-flexParent .wrapper-flexItem p {
          text-align: center; } }

body.page-kontakt .content > header {
  top: 0; }
/*# sourceMappingURL=main.css.map */