@import url("https://fonts.googleapis.com/css?family=Gentium+Basic|Muli:300,600|Palanquin+Dark:500");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: "";
  content: none; }

q:after, q:before {
  content: "";
  content: none; }

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  box-sizing: inherit;
  text-rendering: optimizeLegibility; }

body {
  background-color: #EEECE4; }

.wrapper {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding: 0 2rem; } }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }

html {
  font-size: 62.5%; }

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #3C464E; }
  @media screen and (max-width: 700px) {
    body {
      font-size: 1.6rem; } }

h1 {
  font-family: "Gentium Basic", Georgia, serif;
  line-height: 1.4;
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-family: "Gentium Basic", Georgia, serif;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1em; }
  @media screen and (max-width: 700px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-family: "Gentium Basic", Georgia, serif;
  font-weight: 400;
  font-size: 2.2rem; }
  @media screen and (max-width: 700px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font: normal 500 1.35rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }

h5 {
  font-family: "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem; }

h6 {
  font-family: "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem; }

p {
  margin-bottom: 1.5em; }

a {
  color: #149B9E;
  text-decoration: none; }

.teaser-list {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1200px) {
    .teaser-list {
      padding: 0 2rem; } }
  @media screen and (max-width: 1200px) {
    .teaser-list {
      padding: 0; } }
  .teaser-list li {
    width: 33.33%;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1000px) {
      .teaser-list li {
        width: 50%; } }
    @media screen and (max-width: 700px) {
      .teaser-list li {
        width: 100%;
        margin-bottom: 3rem; } }
  .teaser-list li:nth-child(3n+1) {
    padding-right: 2rem; }
    @media screen and (max-width: 1000px) {
      .teaser-list li:nth-child(3n+1) {
        padding: 0 2rem; } }
    @media screen and (max-width: 700px) {
      .teaser-list li:nth-child(3n+1) {
        padding: 0; } }
  .teaser-list li:nth-child(3n+2) {
    padding: 0 1rem; }
    @media screen and (max-width: 1000px) {
      .teaser-list li:nth-child(3n+2) {
        padding: 0 2rem; } }
    @media screen and (max-width: 700px) {
      .teaser-list li:nth-child(3n+2) {
        padding: 0; } }
  .teaser-list li:nth-child(3n+3) {
    padding-left: 2rem; }
    @media screen and (max-width: 1000px) {
      .teaser-list li:nth-child(3n+3) {
        padding: 0 2rem; } }
    @media screen and (max-width: 700px) {
      .teaser-list li:nth-child(3n+3) {
        padding: 0; } }

.vacancy-list li {
  padding: 3rem 10rem 3rem 0;
  margin-right: -5rem; }
  .vacancy-list li:not(:first-child) {
    border-top: 0.1rem solid rgba(60, 70, 78, 0.2); }
  @media screen and (max-width: 1000px) {
    .vacancy-list li {
      margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .vacancy-list li {
      padding-right: 0; } }
  .vacancy-list li h3 {
    margin-bottom: 1rem; }
  .vacancy-list li h4 {
    color: #149B9E;
    margin-bottom: 2rem; }
  .vacancy-list li .views-field-field-job-description {
    font-size: 1.5rem;
    font-weight: 600; }

img,
picture {
  max-width: 100%; }

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }

th {
  font-weight: 600;
  padding: 1rem; }

td {
  padding: 1rem; }

tr,
td,
th {
  vertical-align: middle; }

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="file"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
[multiple] {
  padding: 1.5rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #3C464E;
  background: rgba(238, 236, 228, 0.2);
  border: 0.1rem solid rgba(60, 70, 78, 0.2);
  border-right: 0.4rem solid #2F5A71;
  transition: all 0.2s ease-in-out;
  outline: none;
  width: 100%; }
  [type="color"]:focus,
  [type="date"]:focus,
  [type="datetime"]:focus,
  [type="datetime-local"]:focus,
  [type="email"]:focus,
  [type="file"]:focus,
  [type="month"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="text"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="week"]:focus,
  textarea:focus,
  [multiple]:focus {
    background: #fff;
    border-color: #2F5A71; }

[type="file"] {
  line-height: 1rem;
  font-size: 1.4rem;
  font-weight: 600; }

textarea {
  resize: none; }

label {
  font: normal 500 1.35rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  margin-bottom: 1rem; }

.form-item {
  margin-bottom: 2rem; }

.description {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  font-style: italic; }

.form-managed-file .file {
  margin-right: 2rem; }

.button {
  display: inline-block;
  font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 1.3rem 3rem;
  border: 0.2rem solid #2F5A71;
  color: #2F5A71;
  background: transparent;
  border-radius: 2.5rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .button:hover {
    background: #2F5A71;
    color: #fff; }
  .button.ext-link {
    padding-right: 4rem;
    background: url(../images/ext-link.svg) no-repeat right 1.5rem center;
    background-size: 1.5rem; }
    .button.ext-link:hover {
      background: #2F5A71 url(../images/ext-link--white.svg) no-repeat right 1.5rem center;
      background-size: 1.5rem; }
  .button.gallery-trigger {
    padding-left: 5rem;
    background: url(../images/icon-gallery.svg) no-repeat left 2rem center;
    background-size: 2rem; }
    .button.gallery-trigger:hover {
      background: #2F5A71 url(../images/icon-gallery--white.svg) no-repeat left 2rem center;
      background-size: 2rem; }
  @media screen and (max-width: 700px) {
    .button {
      letter-spacing: 0; } }
  .button--secondary, .button.form-submit {
    color: #E1833B;
    border-color: #E1833B; }
    .button--secondary:hover, .button.form-submit:hover {
      background: #E1833B;
      color: #fff; }

#block-launchpad-local-tasks {
  width: 100%;
  background: #3C464E;
  margin: 0;
  padding: 1rem 4rem;
  position: relative; }
  #block-launchpad-local-tasks ul {
    max-width: 120rem;
    width: 100%;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 1200px) {
      #block-launchpad-local-tasks ul {
        padding: 0 2rem; } }
  #block-launchpad-local-tasks li {
    display: inline-block;
    margin-right: 5px;
    color: #fff; }
  #block-launchpad-local-tasks a {
    display: block;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 1.4rem;
    color: #fff;
    transition: background .2s; }
    #block-launchpad-local-tasks a:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    #block-launchpad-local-tasks a.is-active {
      background-color: rgba(255, 255, 255, 0.2); }
      #block-launchpad-local-tasks a.is-active:hover {
        background-color: rgba(255, 255, 255, 0.2); }

.js-pager__items {
  text-align: center;
  margin: 5rem 0; }
  .js-pager__items li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5rem; }
  .js-pager__items .current-page {
    font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 1.3rem 3rem;
    border: 0.2rem solid #2F5A71;
    border-radius: 2.5rem;
    text-align: center;
    border-color: #3C464E;
    color: #3C464E; }
  .js-pager__items a {
    display: block;
    width: 5rem;
    height: 5rem;
    border: 0.2rem solid #E1833B;
    border-radius: 50%;
    background: url(../images/arrow-orange-right.svg) no-repeat center center;
    background-size: 25%;
    text-indent: -999rem; }
  .js-pager__items a[rel="prev"] {
    transform: rotate(180deg); }

.panel {
  width: 40rem;
  background: rgba(20, 155, 158, 0.9) url(../images/leaves.svg) no-repeat center bottom 3rem;
  background-size: 150%;
  position: relative;
  padding: 3rem 3rem 7rem 7rem; }
  @media screen and (max-width: 700px) {
    .panel {
      padding: 3rem 2rem; } }
  .panel:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    transform: translate(2rem, -2rem);
    background: #fff url(../images/leaves--pale.svg) no-repeat center bottom 2rem;
    background-size: 150%;
    z-index: 1; }
    @media screen and (max-width: 700px) {
      .panel:after {
        transform: translate(0, 0); } }
  .panel * {
    z-index: 2;
    position: relative; }
  .panel h4 {
    color: #149B9E;
    margin-bottom: 2rem; }

.node--view-mode-full {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .node--view-mode-full {
      padding: 0 2rem; } }

.article__overview {
  width: 45rem;
  padding: 7rem 5rem 8rem 0;
  float: left; }
  @media screen and (max-width: 1200px) {
    .article__overview {
      width: 40%;
      padding-left: 2rem; } }
  @media screen and (max-width: 1000px) {
    .article__overview {
      width: 100%;
      padding: 5rem; } }
  @media screen and (max-width: 700px) {
    .article__overview {
      padding: 5rem 2rem 3rem; } }
  .article__overview .label {
    color: #149B9E;
    margin-bottom: 3rem; }
  .article__overview .breadcrumb {
    padding-right: 3rem;
    background: url(../images/arrow-fat-blue-right.svg) no-repeat right 0.8rem center;
    background-size: 0.8rem; }
  .article__overview h1 {
    margin-bottom: 2rem; }
  .article__overview .date {
    color: #2F5A71;
    margin-bottom: 4rem; }

.article__intro {
  margin-bottom: 2rem; }

.article__key-figures {
  border: 0.1rem solid #e4e1d4;
  background: rgba(255, 255, 255, 0.9); }
  .article__key-figures li {
    padding: 2rem 3rem 2rem 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    background: url(../images/checkbox-blue.svg) no-repeat 2rem center;
    background-size: 2rem; }
  .article__key-figures li:not(:first-child) {
    border-top: 0.1rem solid #e4e1d4; }

.article__banner {
  width: 85rem;
  margin-top: -5rem;
  margin-right: -10rem;
  float: right; }
  @media screen and (max-width: 1400px) {
    .article__banner {
      width: 75rem;
      margin-right: 0; } }
  @media screen and (max-width: 1200px) {
    .article__banner {
      width: 60%; } }
  @media screen and (max-width: 1000px) {
    .article__banner {
      width: 100%;
      float: none;
      margin: 0; } }
  .article__banner img {
    display: block;
    width: 100%;
    height: auto; }

.article__banner.with-gallery {
  position: relative; }
  .article__banner.with-gallery:before {
    content: "";
    display: block;
    position: absolute;
    left: -2rem;
    top: 2rem;
    bottom: 0;
    width: 2rem;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 1000px) {
      .article__banner.with-gallery:before {
        display: none; } }

.article__sub-banner {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 6rem 6rem;
  margin-right: 2rem; }
  @media screen and (max-width: 700px) {
    .article__sub-banner {
      padding: 3rem 2rem 1.5rem;
      margin-right: 0; } }
  .article__sub-banner .button {
    display: inline-block;
    margin-right: 2.5rem; }
    @media screen and (max-width: 700px) {
      .article__sub-banner .button {
        display: block;
        margin-right: 0;
        margin-bottom: 1.5rem; } }

.article__gallery {
  display: none; }

.article__body {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5rem;
  padding: 8rem 5rem;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(0, -5rem); }
  @media screen and (max-width: 1400px) {
    .article__body {
      margin: 0; } }
  @media screen and (max-width: 700px) {
    .article__body {
      padding: 5rem 2rem; } }

.article__map {
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  top: -2rem;
  clear: both;
  z-index: -1;
  background-color: #DDDACF; }
  @media screen and (max-width: 1000px) {
    .article__map {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 700px) {
    .article__map {
      top: 0;
      z-index: 0;
      padding: 3rem 0;
      margin: 3rem 0; } }
  .article__map img {
    display: block;
    max-width: 140rem;
    width: 100%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .article__map img {
        display: none; } }

.article__highlights-box {
  width: 40rem;
  background: rgba(20, 155, 158, 0.9) url(../images/leaves.svg) no-repeat center bottom 3rem;
  background-size: 150%;
  position: absolute;
  padding: 3rem 3rem 7rem 7rem;
  top: 10rem;
  right: 50vw;
  transform: translate(60rem, 0); }
  @media screen and (max-width: 1400px) {
    .article__highlights-box {
      transform: translate(50rem, 0); } }
  @media screen and (max-width: 1000px) {
    .article__highlights-box {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      width: 90%;
      margin: -2rem auto 0; } }
  @media screen and (max-width: 700px) {
    .article__highlights-box {
      padding: 3rem 2rem;
      margin: 0rem auto 3rem; } }
  .article__highlights-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    transform: translate(2rem, -2rem);
    background: #fff url(../images/leaves--pale.svg) no-repeat center bottom 2rem;
    background-size: 150%;
    z-index: 1; }
    @media screen and (max-width: 700px) {
      .article__highlights-box:after {
        transform: translate(0, 0); } }
  .article__highlights-box * {
    z-index: 2;
    position: relative; }
  .article__highlights-box h4 {
    color: #149B9E;
    margin-bottom: 2rem; }

.article__highlights {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600; }
  .article__highlights li {
    padding: 1.5rem 5rem 1.5rem 0;
    margin-right: -5rem; }
    @media screen and (max-width: 700px) {
      .article__highlights li {
        margin-right: 0; } }
  .article__highlights li:not(:first-child) {
    border-top: 0.1rem solid rgba(60, 70, 78, 0.2); }

.article__body-content {
  width: 90rem;
  padding-right: 5rem; }
  @media screen and (max-width: 1400px) {
    .article__body-content {
      width: 70%;
      padding-left: 2rem; } }
  @media screen and (max-width: 1000px) {
    .article__body-content {
      width: 100%;
      padding: 0 0 4rem; } }
  .article__body-content h2 {
    position: relative; }
  .article__body-content h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 5rem;
    height: 0.4rem;
    background: #149B9E;
    left: -7rem;
    top: 1.5rem; }
    @media screen and (max-width: 700px) {
      .article__body-content h2:before {
        display: none; } }
  .article__body-content h3 {
    margin-bottom: 1em; }
  .article__body-content ul {
    list-style-type: disc;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 700px) {
      .article__body-content ul {
        list-style-position: inside; } }
  .article__body-content blockquote {
    display: block;
    width: 32rem;
    float: right;
    margin-right: -37rem;
    background: #149B9E url(../images/leaves.svg) no-repeat center bottom 2rem;
    background-size: 150%;
    color: #fff;
    padding: 5rem;
    font: normal 2.55rem/3rem "Gentium Basic", Georgia, serif; }
    .article__body-content blockquote p {
      margin: 0; }
  .article__body-content figure {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    margin-left: -7rem; }
    @media screen and (max-width: 700px) {
      .article__body-content figure {
        margin-left: 0; } }
    .article__body-content figure img {
      display: block; }
  .article__body-content figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    font-weight: 600;
    background: #fff;
    max-width: 70%; }
    @media screen and (max-width: 700px) {
      .article__body-content figcaption {
        max-width: 100%;
        position: static;
        background-color: #EEECE4; } }
  .article__body-content strong {
    font-weight: bold; }
  .article__body-content em {
    font-style: italic; }
  .article__body-content table {
    width: 100%;
    margin-bottom: 4rem; }
    .article__body-content table caption {
      opacity: 0.75;
      font-weight: 600;
      font-size: 1.5rem;
      padding-bottom: 1rem; }
    .article__body-content table td {
      border: 0.1rem solid #D8DADC;
      padding: 1rem; }

.article__body-aside {
  width: 30rem; }
  @media screen and (max-width: 1400px) {
    .article__body-aside {
      width: 30%; } }
  @media screen and (max-width: 1000px) {
    .article__body-aside {
      width: 100%; } }

.aside-buttons a {
  display: inline-block;
  font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 1.3rem 3rem;
  border: 0.2rem solid #2F5A71;
  color: #2F5A71;
  background: transparent;
  border-radius: 2.5rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 0; }
  .aside-buttons a:hover {
    background: #2F5A71;
    color: #fff; }
  .aside-buttons a.ext-link {
    padding-right: 4rem;
    background: url(../images/ext-link.svg) no-repeat right 1.5rem center;
    background-size: 1.5rem; }
    .aside-buttons a.ext-link:hover {
      background: #2F5A71 url(../images/ext-link--white.svg) no-repeat right 1.5rem center;
      background-size: 1.5rem; }
  .aside-buttons a.gallery-trigger {
    padding-left: 5rem;
    background: url(../images/icon-gallery.svg) no-repeat left 2rem center;
    background-size: 2rem; }
    .aside-buttons a.gallery-trigger:hover {
      background: #2F5A71 url(../images/icon-gallery--white.svg) no-repeat left 2rem center;
      background-size: 2rem; }

.aside-message {
  background: rgba(221, 218, 207, 0.9);
  margin-right: -7rem;
  padding: 3rem 7rem 3rem 5rem;
  font-size: 1.5rem;
  font-weight: 600; }
  @media screen and (max-width: 700px) {
    .aside-message {
      margin-right: 0;
      padding: 3rem 2rem; } }
  .aside-message p {
    margin: 0; }

.node--contact-page .article__body-content {
  width: 60rem; }
  @media screen and (max-width: 1400px) {
    .node--contact-page .article__body-content {
      width: 50%; } }
  @media screen and (max-width: 1000px) {
    .node--contact-page .article__body-content {
      width: 100%; } }
.node--contact-page .article__body-aside {
  width: 60rem; }
  @media screen and (max-width: 1400px) {
    .node--contact-page .article__body-aside {
      width: 50%; } }
  @media screen and (max-width: 1000px) {
    .node--contact-page .article__body-aside {
      width: 100%; } }

.article__sidebar-form {
  background: rgba(227, 225, 216, 0.2);
  padding: 5rem 7rem 5rem 5rem;
  margin-right: -7rem; }
  @media screen and (max-width: 1000px) {
    .article__sidebar-form {
      margin-right: 0; } }
  @media screen and (max-width: 1000px) {
    .article__sidebar-form {
      padding: 3rem 2rem; } }
  .article__sidebar-form .contact-message-form {
    margin-top: 3rem; }

.form-intro {
  width: 60%;
  font-size: 1.5rem; }

.related-content {
  text-align: center;
  margin: 10rem 0;
  position: relative;
  background: #DDDACF url(../images/leaves.svg) no-repeat center center;
  background-size: auto 150%;
  padding-bottom: 6rem; }
  @media screen and (max-width: 700px) {
    .related-content {
      margin-top: 5rem; } }
  .related-content h1 {
    display: inline-block;
    border-top: 0.4rem solid #149B9E;
    padding-top: 4rem;
    margin-bottom: 5rem; }
    @media screen and (max-width: 1000px) {
      .related-content h1 {
        margin-bottom: 2rem; } }
  .related-content .views-element-container {
    margin-top: 2rem; }

.job-opportunities {
  text-align: center;
  margin-top: 6rem; }
  @media screen and (max-width: 1000px) {
    .job-opportunities {
      margin-top: 3rem; } }
  .job-opportunities h1 {
    display: inline-block;
    border-top: 0.4rem solid #149B9E;
    padding-top: 4rem;
    margin-bottom: 5rem; }

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left; }

.column {
  background: #fff;
  padding: 5rem;
  width: 48%;
  margin-bottom: 4rem; }
  @media screen and (max-width: 1000px) {
    .column {
      width: 100%;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 700px) {
    .column {
      padding: 4rem 2rem; } }
  .column:nth-child(1) {
    background: #fff url(../images/leaves--pale.svg) no-repeat center bottom 6rem;
    background-size: 125%; }
    .column:nth-child(1) h2 {
      margin: 0; }

.global-footer {
  width: 100%;
  margin-top: 12rem;
  background: #3C464E;
  color: #fff;
  border-top: 0.4rem solid #149B9E;
  padding: 5rem 0;
  font-size: 1.4rem;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .global-footer {
      margin-top: 5rem; } }
  .global-footer nav {
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
    margin-bottom: 4rem; }
  .global-footer ul:not(.contextual-links) li {
    display: inline-block;
    margin-left: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1000px) {
      .global-footer ul:not(.contextual-links) li {
        display: block;
        margin: 1.5rem 0; } }
    .global-footer ul:not(.contextual-links) li:first-child {
      margin: 0; }
    .global-footer ul:not(.contextual-links) li a {
      color: #fff;
      transition: opacity 0.2s; }
    .global-footer ul:not(.contextual-links) li a:hover {
      opacity: 0.6; }
  .global-footer .left {
    float: left; }
    @media screen and (max-width: 1000px) {
      .global-footer .left {
        float: none;
        text-align: center; } }
  .global-footer .right {
    float: right; }
    @media screen and (max-width: 1000px) {
      .global-footer .right {
        float: none;
        text-align: center; } }
  .global-footer a {
    color: #fff; }

.global-header {
  background: #fff;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .global-header {
      padding-bottom: 3rem; } }
  .global-header .logo {
    width: 35rem;
    height: 2.9rem;
    margin-top: 3rem;
    background: url(../images/logo.svg) no-repeat center;
    background-size: 100%;
    float: left;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .global-header .logo {
        width: 20rem;
        height: 1.65rem; } }
  .global-header nav {
    float: right; }
    @media screen and (max-width: 1000px) {
      .global-header nav {
        display: none;
        float: none;
        clear: both;
        width: 100%;
        padding-top: 4rem; }
        .global-header nav ul:not(.contextual-links) li {
          width: 100%; }
        .global-header nav ul:not(.contextual-links) li a {
          padding: 2rem 0; }
        .global-header nav ul:not(.contextual-links) a:before,
        .global-header nav ul:not(.contextual-links) a:hover:before,
        .global-header nav ul:not(.contextual-links) a.is-active:before {
          display: none; }
        .global-header nav.active {
          display: block; } }
  .global-header ul:not(.contextual-links) li {
    display: inline-block;
    margin-left: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .global-header ul:not(.contextual-links) li a {
      padding-top: 4rem;
      color: #2F5A71;
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
    .global-header ul:not(.contextual-links) li a:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 0.4rem;
      background: #149B9E;
      top: 0;
      left: 0;
      transition: transform 0.1s ease-in-out;
      transform-origin: center center;
      transform: scale(0, 1); }
    .global-header ul:not(.contextual-links) li a.is-active:before {
      transform: scale(1, 1); }
    .global-header ul:not(.contextual-links) li a:hover:before {
      transform: scale(1, 1); }
  .global-header .mobile-nav-trigger {
    display: none;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 2rem;
    top: 3rem;
    background: url(../images/mobile-nav--open.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer; }
    @media screen and (max-width: 1000px) {
      .global-header .mobile-nav-trigger {
        display: block; } }
    @media screen and (max-width: 700px) {
      .global-header .mobile-nav-trigger {
        top: 2.5rem; } }
    .global-header .mobile-nav-trigger.active {
      background-image: url(../images/mobile-nav--close.svg); }

.teaser {
  height: 100%;
  margin: 0 2rem;
  background: #fff;
  transition: box-shadow 0.2s ease-in-out; }
  .teaser:hover {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 700px) {
    .teaser {
      margin: 0; } }

.teaser__banner {
  margin: 0 -2rem; }
  @media screen and (max-width: 700px) {
    .teaser__banner {
      margin: 0; } }
  .teaser__banner img {
    width: 100%;
    height: auto;
    display: block; }

.teaser__content {
  display: block;
  position: relative;
  background: #fff;
  border-top: 0.4rem solid #149B9E;
  padding: 3rem;
  margin-top: -4rem;
  text-align: center;
  color: inherit; }
  @media screen and (max-width: 700px) {
    .teaser__content {
      magin-top: 0;
      padding: 3rem 2rem; } }
  .teaser__content .date {
    color: #149B9E;
    margin-bottom: 2rem; }
  .teaser__content h3 {
    margin-bottom: 1em; }
  .teaser__content p {
    word-wrap: break-word;
    font-size: 1.5rem; }

.teaser--project,
.teaser--feature {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem; }
  @media screen and (max-width: 1000px) {
    .teaser--project,
    .teaser--feature {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 700px) {
    .teaser--project,
    .teaser--feature {
      margin-bottom: 3rem; } }
  .teaser--project .teaser__banner,
  .teaser--feature .teaser__banner {
    width: 50%;
    margin: -2rem 0 0 1rem; }
    @media screen and (max-width: 1000px) {
      .teaser--project .teaser__banner,
      .teaser--feature .teaser__banner {
        margin: 0 5%;
        width: 90%; } }
    @media screen and (max-width: 700px) {
      .teaser--project .teaser__banner,
      .teaser--feature .teaser__banner {
        margin: 0;
        width: 100%; } }
    .teaser--project .teaser__banner img,
    .teaser--feature .teaser__banner img {
      height: auto;
      float: right; }
      @media screen and (max-width: 1000px) {
        .teaser--project .teaser__banner img,
        .teaser--feature .teaser__banner img {
          float: none; } }
  .teaser--project .teaser__content,
  .teaser--feature .teaser__content {
    width: 50%;
    max-width: 70rem;
    margin: 0 -2rem -2rem;
    text-align: left;
    padding: 5rem;
    border-width: 1rem; }
    @media screen and (max-width: 1000px) {
      .teaser--project .teaser__content,
      .teaser--feature .teaser__content {
        margin: 0 5%;
        width: 90%;
        max-width: 100%; } }
    @media screen and (max-width: 700px) {
      .teaser--project .teaser__content,
      .teaser--feature .teaser__content {
        margin: 0;
        padding: 3rem 2rem;
        width: 100%; } }
  .teaser--project .region,
  .teaser--feature .region {
    margin-bottom: 2rem;
    color: #149B9E; }
  .teaser--project h2,
  .teaser--feature h2 {
    max-width: 50rem;
    font-size: 4rem;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 700px) {
      .teaser--project h2,
      .teaser--feature h2 {
        font-size: 3rem; } }
  .teaser--project .teaser__intro,
  .teaser--feature .teaser__intro {
    font-size: 2rem;
    max-width: 40rem; }
    @media screen and (max-width: 700px) {
      .teaser--project .teaser__intro,
      .teaser--feature .teaser__intro {
        font-size: 1.6rem; } }
  .teaser--project .button,
  .teaser--feature .button {
    margin-top: 4rem; }
    @media screen and (max-width: 700px) {
      .teaser--project .button,
      .teaser--feature .button {
        margin-top: 2rem; } }

.teaser-list--wide li:nth-child(even) .teaser--project,
.teaser-list--wide li:nth-child(even) .teaser--feature {
  flex-direction: row-reverse; }
.teaser-list--wide li:nth-child(even) .teaser__banner {
  margin: -2rem 1rem 0 0; }
  @media screen and (max-width: 1000px) {
    .teaser-list--wide li:nth-child(even) .teaser__banner {
      margin: 0 5%; } }
  @media screen and (max-width: 700px) {
    .teaser-list--wide li:nth-child(even) .teaser__banner {
      margin: 0; } }
  .teaser-list--wide li:nth-child(even) .teaser__banner img {
    float: left; }

.path-news .global-header,
.path-projects .global-header {
  padding-bottom: 4rem; }
.path-news .main-content,
.path-projects .main-content {
  background: url(../images/leaves--bold.svg) no-repeat center -10rem;
  background-size: 110% auto; }
.path-news .view-wrapper,
.path-projects .view-wrapper {
  max-width: 100%; }

.path-projects .view__header {
  margin-bottom: 10rem; }
  @media screen and (max-width: 700px) {
    .path-projects .view__header {
      margin-bottom: 3rem; } }

.view-wrapper {
  max-width: 120rem;
  width: 100%;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .view-wrapper {
      padding: 0 2rem; } }

.view__header {
  text-align: center;
  margin-bottom: 3rem; }
  .view__header .intro {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }

.view-title {
  text-align: center;
  display: inline-block;
  border-top: 0.4rem solid #149B9E;
  padding-top: 4rem; }

.path-frontpage .global-header {
  display: none; }
  @media screen and (max-width: 700px) {
    .path-frontpage .global-header {
      display: block; } }

.homepage-header {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/homepage-banner.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 10rem; }
  @media screen and (max-width: 700px) {
    .homepage-header {
      height: 60vh;
      margin-bottom: 5rem; } }
  .homepage-header .wrapper {
    top: 100%;
    transform: translate(0, -100%);
    padding-bottom: 6rem;
    background: url(../images/arrow-down--white.svg) no-repeat right bottom 8rem;
    background-size: 3rem; }
    @media screen and (max-width: 1200px) {
      .homepage-header .wrapper {
        background-position: right 2rem bottom 8rem; } }
    @media screen and (max-width: 1000px) {
      .homepage-header .wrapper {
        background: none; } }
  .homepage-header .logo {
    display: block;
    width: 35rem;
    height: 2.9rem;
    margin-top: 3rem;
    background: url(../images/logo--white.svg) no-repeat center;
    background-size: 100%;
    float: left;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .homepage-header .logo {
        float: none;
        margin: 3rem auto 0; } }
    @media screen and (max-width: 700px) {
      .homepage-header .logo {
        display: none; } }
  .homepage-header nav {
    float: right; }
    @media screen and (max-width: 1000px) {
      .homepage-header nav {
        float: none;
        clear: both;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 700px) {
      .homepage-header nav {
        display: none; } }
  .homepage-header ul:not(.contextual-links) li {
    display: inline-block;
    margin-left: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font: normal 500 1.3rem/2rem "Palanquin Dark", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1200px) {
      .homepage-header ul:not(.contextual-links) li {
        margin-left: 1.6rem; } }
    .homepage-header ul:not(.contextual-links) li a {
      margin-top: 4rem;
      padding-bottom: 2rem;
      color: #fff;
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
    .homepage-header ul:not(.contextual-links) li a:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 0.4rem;
      background: #149B9E;
      bottom: 0;
      left: 0;
      transition: transform 0.1s ease-in-out;
      transform-origin: center center;
      transform: scale(0, 1); }
    .homepage-header ul:not(.contextual-links) li a.is-active:before {
      transform: scale(1, 1); }
    .homepage-header ul:not(.contextual-links) li a:hover:before {
      transform: scale(1, 1); }
  .homepage-header .slogan {
    font-family: "Gentium Basic", Georgia, serif;
    font-size: 2.5rem;
    color: #fff;
    clear: both;
    padding-top: 2rem;
    max-width: 50rem;
    margin: 0; }
    @media screen and (max-width: 1000px) {
      .homepage-header .slogan {
        text-align: center;
        margin: 0 auto; } }

.homepage-intro {
  width: 100%;
  padding-right: 5rem;
  margin-bottom: 10rem;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .homepage-intro {
      padding-right: 0; } }
  @media screen and (max-width: 700px) {
    .homepage-intro {
      margin-bottom: 5rem; } }
  .homepage-intro .picture-1 {
    width: 70%; }
    @media screen and (max-width: 1000px) {
      .homepage-intro .picture-1 {
        width: 50%; } }
  .homepage-intro .picture-2 {
    position: absolute;
    z-index: 1;
    top: 10rem;
    right: 5rem;
    width: 50%; }
    @media screen and (max-width: 1000px) {
      .homepage-intro .picture-2 {
        font-size: 3rem;
        right: 0;
        width: 60%;
        top: 2rem; } }
  .homepage-intro .panel {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); }
    @media screen and (max-width: 700px) {
      .homepage-intro .panel {
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0, -2rem);
        width: 90%;
        margin: 0 auto; } }

.path-user {
  position: relative;
  background-color: #EEECE4; }
  .path-user .main-content:before {
    display: none; }

#user-login-form,
#user-pass,
#user-register-form {
  background: #fff;
  padding: 5rem 4rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 60rem;
  position: relative;
  margin-top: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 10rem; }
  #user-login-form .form-item,
  #user-pass .form-item,
  #user-register-form .form-item {
    margin-bottom: 1.5rem; }
  #user-login-form .form-item-textfield,
  #user-pass .form-item-textfield,
  #user-register-form .form-item-textfield {
    padding: 0;
    border: none; }
  #user-login-form .form-item-textfield input,
  #user-pass .form-item-textfield input,
  #user-register-form .form-item-textfield input {
    padding: 1.5rem;
    font-size: 1.6rem;
    opacity: 1; }
  #user-login-form .form-actions,
  #user-pass .form-actions,
  #user-register-form .form-actions {
    padding: 2rem 0 0; }

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