/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+csharp */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*=language-]::selection, pre[class*=language-] ::selection,
code[class*=language-]::selection, code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-],
pre[class*=language-] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0deg, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 99;
}

#logo {
  background: #0A3738;
  display: inline-block;
  position: absolute;
}
@media only screen and (min-width: 1391px) {
  #logo {
    top: 0;
    left: 0;
    width: 600px;
    height: 80px;
  }
}
@media only screen and (max-width: 1390px) {
  #logo {
    top: 0;
    left: 0;
    width: 320px;
    height: 80px;
  }
}
#logo .background {
  position: absolute;
  z-index: 98;
}
@media only screen and (min-width: 1391px) {
  #logo .background {
    top: 5px;
    left: 0;
    width: 600px;
    height: auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 1390px) {
  #logo .background {
    top: 30px;
    left: 0;
    width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 468px) {
  #logo .background {
    top: 30px;
    left: -80px;
    width: 400px;
    height: auto;
  }
}
#logo .foreground {
  position: absolute;
  z-index: 99;
}
@media only screen and (min-width: 1391px) {
  #logo .foreground {
    top: 0;
    left: 147px;
    width: 320px;
    height: auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 1390px) {
  #logo .foreground {
    top: 15px;
    left: 94px;
    width: 225px;
    height: auto;
  }
}
@media only screen and (max-width: 468px) {
  #logo .foreground {
    top: 15px;
    left: 15px;
    width: 225px;
    height: auto;
  }
}
#logo map {
  display: inline;
}

#navigation-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 8px;
  width: 50px;
  height: 50px;
  z-index: 101;
}
@media only screen and (min-width: 1391px) {
  #navigation-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1390px) {
  #navigation-toggle {
    display: block;
  }
}
#navigation-toggle, #navigation-toggle:active {
  color: #D1E4C2;
  border: 2px solid transparent;
}
#navigation-toggle.on {
  border: 2px solid #D1E4C2;
}
#navigation-toggle:hover {
  border: 2px solid #D1E4C2;
}

header nav {
  background: #0A3738;
  display: inline-block;
  position: absolute;
}
@media only screen and (min-width: 1391px) {
  header nav {
    top: 0;
    left: 570px;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 80px;
  }
}
@media only screen and (max-width: 1390px) {
  header nav {
    left: 320px;
    right: 0;
    width: auto;
    height: 80px;
  }
}

.base-navigation-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #D1E4C2;
}
@media only screen and (max-width: 1390px) {
  .base-navigation-link {
    white-space: nowrap;
    font-size: 18px;
  }
}
.base-navigation-link:active, .base-navigation-link:visited {
  color: #D1E4C2;
}
.base-navigation-link:hover {
  color: #ECF4E5;
}

@media only screen and (min-width: 1391px) {
  .base-navigation-menu {
    background: transparent;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 100;
  }
}
@media only screen and (max-width: 1390px) {
  .base-navigation-menu {
    display: none;
    background: #0A3738;
    padding: 16px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 100;
  }
}
.base-navigation-menu.visible {
  display: block;
}

@media only screen and (min-width: 1391px) {
  .base-navigation-element {
    display: inline-block;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1390px) {
  .base-navigation-element {
    display: block;
    padding: 8px 8px;
  }
}

/* I don't know why this is empty... -jasmin
.hover-menu-toggle {
} */
.hover-menu {
  display: none;
}

#consent-banner {
  display: none;
  background: #0D5151;
  font-weight: 600;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  height: 60px;
  margin-top: 80px;
  width: 100%;
  height: auto;
}
#consent-banner.visible {
  display: block;
  visibility: visible !important;
}
#consent-banner > div {
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1391px) {
  #consent-banner > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1390px) {
  #consent-banner > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 3rem;
    top: 0;
    transform: none;
  }
}
#consent-banner .text-container {
  display: inline-block;
  padding-right: 0;
  color: #FFFFFF;
}
#consent-banner a, #consent-banner a:active, #consent-banner a:visited {
  text-decoration: none;
  color: #D1E4C2;
}
#consent-banner a:hover {
  text-decoration: none;
  color: #ECF4E5;
}
#consent-banner .buttons-container {
  display: inline-block;
  padding: 4px;
  font-size: 80%;
  margin: 0;
  line-height: inherit;
}
#consent-banner .button {
  display: inline-block;
  padding: 8px 8px;
}

body > footer {
  display: block;
  color: #ffffff;
  background: #1E4747;
  font-size: 14px;
  margin-top: -80px;
  text-align: center;
  line-height: 80px;
  z-index: 99;
}

@media only screen and (min-width: 1391px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1390px) {
  .desktop {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #001F31;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 150%;
  background: #F8FFF5;
  margin: 0;
  padding: 0;
  height: 100%;
  hyphens: auto;
}
@media only screen and (max-width: 468px) {
  html {
    font-size: 16px;
  }
}

main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
main::before, main::after {
  content: "";
  display: block;
  height: 80px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  text-decoration: none;
}

button {
  display: flex;
  justify-content: center;
  border-color: #F8FFF5;
  border-width: 3px;
  padding: 1em 2em;
  margin: 3em auto;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button > a {
  color: #F8FFF5 !important;
  text-decoration: none;
  font-weight: 700;
}
button.on-dark {
  background: #0A3738;
  color: #F8FFF5;
}
button.on-light {
  background: #0A3738;
  color: #F8FFF5;
  border: none;
}
@media only screen and (max-width: 1024px) {
  button {
    border-width: 2px;
    font-size: 1.5rem;
  }
}

button:hover, button:focus {
  background: rgb(10, 55, 56);
  color: #ffffff !important;
}

button:focus {
  outline: 1px solid #ffffff;
  outline-offset: -4px;
}

button:active {
  transform: scale(0.9);
}

a {
  color: #0A3738;
  text-decoration: none;
  font-weight: 700;
}
a, a:active, a:visited {
  text-decoration: none;
  color: #0A3738;
}
a:hover {
  text-decoration: none;
  color: #ACD18D;
}

.herotext {
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  padding: 16px;
  height: 80px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.herotext h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .herotext h1 {
    font-size: 34px;
  }
}
.herotext hr {
  background-color: #ffffff;
  width: 42px;
  height: 1px;
  margin-top: 20px;
}
.herotext p {
  color: white;
  font-size: 20px;
  width: 80%;
  line-height: 120%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 468px) {
  .herotext p {
    font-size: 16px;
  }
}
.herotext ul {
  color: white;
  font-size: 20px;
  list-style-type: none;
  margin-bottom: 4rem;
}
.herotext ul > li {
  margin-bottom: 2rem;
}

abbrv {
  font-style: italic;
}

a button {
  cursor: unset;
}

.section.hero {
  background: #0A3738;
  padding: 80px 0 300px;
  z-index: -1;
}
.section.hero::after {
  background: url("../img/bg/section-dark.png") bottom left repeat-x;
  position: relative;
  z-index: 1;
  display: block;
  content: "";
  margin-top: 30px;
  height: 240px;
  margin-bottom: -120px;
}
.section.dark {
  background: #EEF5EB;
  padding: 80px 0;
}
.section.dark::after {
  background: url("../img/bg/section-light.png") bottom left repeat-x;
  position: relative;
  z-index: 1;
  display: block;
  content: "";
  margin-top: 16px;
  height: 90px;
  margin-bottom: -120px;
}
.section.dark.first {
  background: #EEF5EB;
  padding-bottom: 80px;
}
.section.dark.last {
  background: #EEF5EB;
  padding: 48px 0;
}
.section.dark.last::after {
  background: initial;
  position: initial;
  z-index: initial;
  display: initial;
  content: initial;
  margin-top: initial;
  height: initial;
  margin-bottom: initial;
}
.section.light {
  background: #F8FFF5;
  padding: 80px 0;
}
.section.light::after {
  background: url("../img/bg/section-lighter.png") bottom left repeat-x;
  position: relative;
  z-index: 1;
  display: block;
  content: "";
  margin-top: 16px;
  height: 90px;
  margin-bottom: -120px;
}
.section.light.first {
  background: #F8FFF5;
  padding-bottom: 80px;
}
.section.light.last {
  background: #F8FFF5;
  padding: 80px 0;
}
.section.light.last::after {
  background: initial;
  position: initial;
  z-index: initial;
  display: initial;
  content: initial;
  margin-top: initial;
  height: initial;
  margin-bottom: initial;
}

#spotlight {
  display: block;
  width: 100%;
  height: 300px;
}
#spotlight > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}
#spotlight > div {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 469px) and (max-width: 1024px) {
  #spotlight > div {
    max-width: 90%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 468px) {
  #spotlight > div {
    max-width: 90%;
    padding: 0 5%;
  }
}
#spotlight > div .textarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  padding: 16px;
}
#spotlight > div .textarea h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 130%;
  color: #ffffff;
}
#spotlight > div .textarea p {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
#spotlight > div .textarea a {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
#spotlight > div .textarea a:active, #spotlight > div .textarea a:visited {
  color: #ffffff;
}
#spotlight > div .textarea a:hover {
  color: #aeaeae;
}

.avatar {
  width: auto;
  height: auto;
}
.avatar div {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.avatar div img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70%;
  transform: translate(0%, -42%);
}
.avatar figcaption {
  text-align: center;
}
.avatar.dark div {
  background: #1B665D;
}
.avatar.light div {
  background: #F8FFF5;
}
.avatar.lamp div img {
  width: 70%;
  transform: translate(0%, -42%);
}
.avatar.chart div img {
  width: 80%;
  transform: translate(0%, -42%);
}
.avatar.brand div img {
  width: 85%;
  transform: translate(4%, -34%);
}
.avatar.shield div img {
  width: 80%;
  transform: translate(0%, -42%);
}
.avatar.hand div img {
  width: 85%;
  transform: translate(2%, -40%);
}
.avatar.workshop div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.customization div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.iterative div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.interdisciplinary div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.binan div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.melody div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.jasmin div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.ralf div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.yasemin div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.julian div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.eleanor div img {
  width: 100%;
  transform: translate(0%, -48%);
}
.avatar.fabienne div img {
  width: 100%;
  transform: translate(0%, -48%);
}

.bubbles {
  padding-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .bubbles {
    display: grid;
    /* For MS IE, use: https://codepen.io/rachelandrew/pen/jVwPdO/ */
    /* or: https://css-tricks.com/css-grid-in-ie-faking-an-auto-placement-grid-with-gaps/ */
    grid-gap: 10px;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: auto auto;
    justify-items: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}

.bubble {
  text-align: center;
  padding: 16px;
  max-width: 350px;
}
@media only screen and (min-width: 1025px) {
  .bubble.five.first {
    grid-column: 1/3;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.second {
    grid-column: 3/5;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.third {
    grid-column: 5/7;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 9;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.five.fourth {
    grid-column: 1/4;
    grid-row: 2;
    justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.five.fifth {
    grid-column: 4/7;
    grid-row: 2;
    justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.six.first {
    grid-column: 1/3;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.six.second {
    grid-column: 3/5;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.six.third {
    grid-column: 5/5;
    grid-row: 1;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.six.fourth {
    grid-column: 1/3;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: center;
  }
  .bubble.six.fifth {
    grid-column: 3/5;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: center;
  }
  .bubble.six.sixth {
    grid-column: 5/5;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: center;
  }
  .bubble.seven.first {
    grid-column: 1/4;
    grid-row: 1;
    justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.seven.second {
    grid-column: 4/7;
    grid-row: 1;
    justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 1;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.seven.third {
    grid-column: 1/3;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.fourth {
    grid-column: 3/5;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.fifth {
    grid-column: 5/7;
    grid-row: 2;
    justify-self: center;
    -ms-grid-column: 9;
    -ms-grid-row: 2;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
  }
  .bubble.seven.sixth {
    grid-column: 1/4;
    grid-row: 3;
    justify-self: right;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: end;
  }
  .bubble.seven.seventh {
    grid-column: 4/7;
    grid-row: 3;
    justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
  .bubble.seven.eighth {
    visibility: hidden;
    grid-column: 4/7;
    grid-row: 3;
    justify-self: left;
    -ms-grid-column: 7;
    -ms-grid-row: 3;
    -ms-grid-column-span: 5;
    -ms-grid-column-align: start;
  }
}
@media only screen and (max-width: 1024px) {
  .bubble {
    margin: 0 auto;
  }
}
.bubble > div {
  margin-top: 16px;
}
.bubble > div h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.bubble > div .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  margin: 8px 0;
}
.bubble > div p {
  font-size: 14px;
}

.process {
  display: block;
  width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 469px) and (max-width: 1024px) {
  .process {
    width: 80%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 468px) {
  .process {
    width: 80%;
  }
}
.process > div {
  display: block;
  width: auto;
  height: 250px;
}
@media only screen and (max-width: 468px) {
  .process > div {
    height: auto;
  }
}
.process > div .figure-container {
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 468px) {
  .process > div .figure-container {
    display: none;
  }
}
.process > div .figure-container .figure {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 20;
}
.process > div .figure-container .figure.dark {
  background: #1B665D;
}
.process > div .figure-container .figure.light {
  background: #F8FFF5;
}
.process > div .figure-container .arrow {
  position: absolute;
  overflow: hidden;
  text-align: center;
  width: 170px;
  z-index: 19;
  top: 165px;
}
.process > div .figure-container .arrow img {
  width: 120px;
  height: auto;
}
.process > div .textarea {
  display: inline-block;
  margin-left: 200px;
}
@media only screen and (max-width: 468px) {
  .process > div .textarea {
    margin: 0 auto;
  }
}
.process > div .textarea h2 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}
@media only screen and (max-width: 468px) {
  .process > div .textarea h2 {
    text-align: center;
  }
}
.process > div .textarea .subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: justify;
  margin: 8px 0;
}
@media only screen and (max-width: 468px) {
  .process > div .textarea .subtitle {
    text-align: center;
  }
}
.process > div .textarea p {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 468px) {
  .process > div .textarea p {
    text-align: center;
  }
}

.blog.frontpage > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  background-image: url("/img/blog/f8fff5.png");
  background-repeat: no-repeat;
  background-position-x: 200px;
  background-position-y: 50%;
}
@media only screen and (max-width: 1280px) {
  .blog.frontpage > div {
    width: 100%;
    margin: 0 auto 32px;
    background-position-x: 13em;
  }
}
@media only screen and (max-width: 1024px) {
  .blog.frontpage > div {
    background-image: initial;
    background-repeat: initial;
    background-position-x: initial;
    background-position-y: initial;
  }
}
.blog.frontpage > div > figure {
  flex-shrink: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > figure {
    display: none;
  }
}
.blog.frontpage > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  background-color: #F8FFF5;
  padding: 32px;
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div {
    flex-direction: column;
    margin-left: 0;
    padding: 32px;
    width: 100%;
  }
}
.blog.frontpage > div > div > article {
  width: 80%;
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div > article {
    order: 1;
    margin: 32px 0 auto;
    width: 100%;
  }
}
.blog.frontpage > div > div > article h2 {
  margin-top: 0;
}
.blog.frontpage > div > div > article p:last-child {
  margin-bottom: 0;
}
.blog.frontpage > div > div > figure {
  flex-shrink: 0;
  margin: 0;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .blog.frontpage > div > div > figure {
    order: 0;
  }
}
.blog.frontpage > div > div > figure img {
  width: 100%;
}
.blog.frontpage > footer {
  text-align: center;
}

.projects {
  display: block;
}
@media only screen and (min-width: 469px) and (max-width: 1024px) {
  .projects {
    display: block;
    margin: 5px auto;
  }
}
@media only screen and (min-width: 469px) {
  .projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}
@media only screen and (max-width: 468px) {
  .projects {
    display: block;
    margin: 5px auto;
  }
}
.projects .project {
  display: inline-block;
}
@media only screen and (min-width: 469px) {
  .projects .project:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .projects .project:nth-child(3n+2) {
    -ms-grid-column: 3;
  }
  .projects .project:nth-child(3n+3) {
    -ms-grid-column: 5;
  }
}
.projects .project img {
  width: 100%;
  height: auto;
}

.partners {
  display: block;
}
@media only screen and (min-width: 469px) {
  .partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}
.partners .partner {
  display: inline-block;
  background: #F8FFF5;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 469px) {
  .partners .partner:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .partners .partner:nth-child(3n+2) {
    -ms-grid-column: 3;
  }
  .partners .partner:nth-child(3n+3) {
    -ms-grid-column: 5;
  }
}
@media only screen and (max-width: 468px) {
  .partners .partner {
    margin: 5px auto;
  }
}
.partners .partner img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.awards {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .awards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
  }
}
@media only screen and (min-width: 469px) and (max-width: 1280px) {
  .awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr 10px 1fr;
    -ms-grid-rows: auto auto;
    max-width: 850px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 468px) {
  .awards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    place-items: center;
    place-content: center;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto auto;
  }
}
.awards .award {
  display: inline-block;
  background: #F8FFF5;
  border-radius: 50px;
  height: 100%;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
  width: 100%;
  margin: 5px auto;
}
.awards .award img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  margin-top: 20px;
}

.testimonials {
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  margin: 5px auto;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
}
.testimonials div {
  background: #F8FFF5;
  border-radius: 50px;
  min-height: 230px;
  max-height: 230px;
  padding: 10px 30px 30px 30px;
  text-align: center;
  min-width: 320px;
  max-width: 420px;
  /*
  @media only screen and (max-width: 421px){
  	max-width:320px;
  }*/
}
.testimonials div div {
  background: none;
  padding: 0px;
  position: relative;
  height: 160px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  max-height: 160px;
  min-height: 160px;
  min-width: 260px;
  top: 15px;
}
@media only screen and (max-width: 421px) {
  .testimonials div div p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.testimonials img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.contact-form {
  padding: 5px;
  width: 100%;
  min-width: 300px;
}
.contact-form .form-control {
  color: black;
  background: white;
  border-color: #3d9457;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  margin-bottom: 16px;
}
.contact-form .submit {
  background: #0D5151;
  color: white;
  font-weight: 700;
  height: 60px;
  width: 300px;
  margin: 20px auto;
  text-align: center;
  border-style: none;
}
.contact-form .submit:hover {
  background: #0A3738;
  cursor: pointer;
}
.contact-form input {
  height: 45px;
  width: 100%;
  border: none;
  outline: none;
}
.contact-form textarea {
  height: 90px;
  width: 100%;
  border: none;
  outline: none;
}
.contact-form p.submission-fail {
  color: rgb(191, 20, 20);
}
.contact-form img.submission-success {
  height: 100px;
  display: block;
  float: right;
}
.contact-form .hide {
  display: none !important;
}
.contact {
  display: flex;
  flex-direction: row;
}
.contact .transparent {
  opacity: 0;
}
.contact.left {
  width: 50%;
  padding: 0 3em 0 7em;
}
.contact.right {
  flex-direction: column;
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact.left {
    padding: 0 3em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    flex-direction: column;
  }
  .contact.left, .contact.right {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}

#adress {
  padding: inherit;
  text-align: left;
}

#socialmedia img {
  width: 25px;
  height: 25px;
}

#directions > h2 {
  color: #F8FFF5;
}
#directions iframe {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0 auto;
}

.fragment-correction {
  position: relative;
  height: 0;
  width: 100%;
  top: -100px;
  z-index: 99;
}

main > div .spacer {
  padding-top: 32px;
}
main > div > section {
  max-width: 1280px;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  main > div > section {
    max-width: 100%;
    padding: 0;
  }
}
main > div > section .overview {
  margin: 0 auto;
}
main > div > section .description {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media only screen and (min-width: 469px) and (max-width: 1024px) {
  main > div > section .description {
    width: 80%;
    max-width: 600px;
  }
}
@media only screen and (max-width: 468px) {
  main > div > section .description {
    width: 80%;
  }
}
main > div > section h1, main > div > section h2, main > div > section h3, main > div > section h4, main > div > section h5, main > div > section h6 {
  color: #001F31;
}
main > div > section h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}

.inline-button {
  font-size: unset;
  margin: unset;
}/*# sourceMappingURL=index.css.map */