@font-face {
  font-family: 'colaborate-thinregular';
  src: url('/var/static/css/fonts/ColabThi-webfont.woff') format('woff');
}
@font-face {
  font-family: 'colaboratelightregular';
  src: url('/var/static/css/fonts/ColabLig-webfont.woff.woff') format('woff');
}
@font-face {
  font-family: 'colaborate-regularregular';
  src: url('/var/static/css/fonts/ColabReg-webfont.woff') format('woff');
}
@font-face {
  font-family: 'colaborate-mediumregular';
  src: url('/var/static/css/fonts/ColabMed-webfont.woff') format('woff');
}
@font-face {
  font-family: 'colaborate-boldregular';
  src: url('/var/static/css/fonts/ColabBol-webfont.woff') format('woff');
}
body {
  font-family: 'colaborate-thinregular';
  margin: 0;
}
.headline {
  font-family: 'colaborate-thinregular';
  font-weight: 100;
  font-size: 25px;
  line-height: 30px;
  color: #30515e;
  text-transform: uppercase;
}
.headline + .copy {
  margin-top: 15px;
}
.headline + .subline {
  margin-top: 30px;
}
@media screen and (min-width: 650px) {
  .headline {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1023px) {
  .headline {
    font-size: 40px;
    line-height: 40px;
  }
}
.subline {
  font-family: 'colaborate-thinregular';
  font-weight: 100;
  color: #30515e;
  font-size: 22.5px;
  line-height: 25px;
  text-transform: uppercase;
}
.subline + .copy {
  margin-top: 15px;
}
@media screen and (min-width: 650px) {
  .subline {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1023px) {
  .subline {
    font-size: 25px;
    line-height: 25px;
  }
}
.copy {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  color: #30515e;
  margin: 0;
}
.copy + .copy {
  margin-top: 7.5px;
}
.hide {
  display: none;
}
.show {
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0 15px;
}
a {
  text-decoration: none;
  color: unset;
}
.button {
  margin-top: 20px;
  background-color: #30515e;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
  font-family: 'colaborate-mediumregular';
  display: inline-block;
  padding: 6.5px 15px 6.5px 25px;
  position: relative;
  margin-left: 25px;
}
.button:before,
.button:after {
  width: 36px;
  height: 31px;
  content: " ";
  position: absolute;
  top: 0;
  background-size: 36px 32px;
  background-repeat: no-repeat;
  display: block;
}
.button:before {
  background-image: url("/var/static/img/svg/hexa-btn-arrow.svg");
  left: -25px;
}
.button:after {
  background-image: url("/var/static/img/svg/hexa-btn-back.svg");
  right: -25px;
}
.button.sec {
  background-color: #d9d9d9;
  color: #30515e;
}
.button.sec:before {
  background-image: url("/var/static/img/svg/hexa-btn-second-arrow.svg");
  left: -25px;
}
.button.sec:after {
  background-image: url("/var/static/img/svg/hexa-btn-second-back.svg");
  right: -25px;
}
.text-center {
  text-align: center;
}
img {
  max-width: 100%;
}
.show-for-large {
  display: none;
}
@media screen and (min-width: 64.063em) {
  .show-for-large {
    display: block;
  }
}
div.copy p a,
div.copy ul a,
div.copy ol a {
  text-decoration: underline;
  color: #7faabd;
}
strong,
b {
  font-weight: bold;
}
mt10 {
  margin-top: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.row {
  margin: 0px auto;
  max-width: 940px;
  width: 100%;
  padding: 0;
  /* ##### GRID TABLET ###### */
  /* ##### GRID DESKTOP ###### */
}
.row.fullsize {
  max-width: 100%;
}
.row.fullsize .row {
  margin: 0 auto;
}
.row.fullsize .row .row {
  margin: auto -15px;
}
.row.fullsize div[class*="dce-"]:first-of-type {
  margin-top: 0;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin: auto -15px;
  max-width: none;
  width: auto;
  padding: 0;
}
.row .columns,
.row .column {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  .row .columns.large-centered,
  .row .column.large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.row .small-1 {
  width: 8.33333%;
}
.row .small-2 {
  width: 16.66667%;
}
.row .small-3 {
  width: 25%;
}
.row .small-4 {
  width: 33.33333%;
}
.row .small-5 {
  width: 41.66667%;
}
.row .small-6 {
  width: 50%;
}
.row .small-7 {
  width: 58.33333%;
}
.row .small-8 {
  width: 66.66667%;
}
.row .small-9 {
  width: 75%;
}
.row .small-10 {
  width: 83.33333%;
}
.row .small-11 {
  width: 91.66667%;
}
.row .small-12 {
  width: 100%;
}
@media screen and (min-width: 650px) {
  .row .medium-1 {
    width: 8.33333%;
  }
  .row .medium-2 {
    width: 16.66667%;
  }
  .row .medium-3 {
    width: 25%;
  }
  .row .medium-4 {
    width: 33.33333%;
  }
  .row .medium-5 {
    width: 41.66667%;
  }
  .row .medium-6 {
    width: 50%;
  }
  .row .medium-7 {
    width: 58.33333%;
  }
  .row .medium-8 {
    width: 66.66667%;
  }
  .row .medium-9 {
    width: 75%;
  }
  .row .medium-10 {
    width: 83.33333%;
  }
  .row .medium-11 {
    width: 91.66667%;
  }
  .row .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .row .large-1 {
    width: 8.33333%;
  }
  .row .large-2 {
    width: 16.66667%;
  }
  .row .large-3 {
    width: 25%;
  }
  .row .large-4 {
    width: 33.33333%;
  }
  .row .large-5 {
    width: 41.66667%;
  }
  .row .large-6 {
    width: 50%;
  }
  .row .large-7 {
    width: 58.33333%;
  }
  .row .large-8 {
    width: 66.66667%;
  }
  .row .large-9 {
    width: 75%;
  }
  .row .large-10 {
    width: 83.33333%;
  }
  .row .large-11 {
    width: 91.66667%;
  }
  .row .large-12 {
    width: 100%;
  }
}
.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
@media screen and (min-width: 650px) {
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 1023px) {
  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 650px) {
  .row .column.medium-centered,
  .row .columns.medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
header ul {
  list-style-type: none;
  padding: 0;
}
header ul li {
  display: inline-block;
  padding: 0px 10px;
}
@media only screen and (max-width: 64em) {
  header ul li {
    display: block;
    padding: 0;
  }
}
header .nav-holder {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  text-align: right;
  z-index: 5;
  background-color: #ffffff;
  height: 62px;
}
@media screen and (width: 1024px) {
  header .nav-holder {
    max-width: 1024px;
  }
}
@media screen and (max-width: 64em) {
  header .nav-holder {
    text-align: left;
  }
}
@media screen and (min-width: 64.063em) {
  header .nav-holder {
    height: 92px;
  }
}
header .nav-holder .logo {
  position: absolute;
  top: 4.5px;
  left: 25px;
  z-index: 99;
}
@media only screen and (max-width: 64em) {
  header .nav-holder .logo {
    left: 15px;
  }
}
@media screen and (min-width: 64.063em) {
  header .nav-holder .logo {
    top: 19.5px;
  }
}
header .nav-holder .logo a {
  display: inline-block;
}
header .nav-holder .logo a img {
  display: block;
}
header .nav-holder .navbar-toggle {
  display: none;
}
@media only screen and (max-width: 64em) {
  header .nav-holder .navbar-toggle {
    display: block;
    position: absolute;
    top: 18.5px;
    right: 15px;
  }
}
@media screen and (min-width: 64.063em) {
  header .nav-holder .navbar-toggle {
    padding: 20px 0;
  }
}
header .nav-holder .navbar-toggle #nav-icon {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .nav-holder .navbar-toggle #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #30515e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .nav-holder .navbar-toggle #nav-icon span:nth-child(1) {
  top: 0px;
}
header .nav-holder .navbar-toggle #nav-icon span:nth-child(2) {
  top: 10px;
}
header .nav-holder .navbar-toggle #nav-icon span:nth-child(3) {
  top: 20px;
}
header .nav-holder .navbar-toggle #nav-icon.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .nav-holder .navbar-toggle #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .nav-holder .navbar-toggle #nav-icon.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .nav-holder nav.nav {
  width: 100%;
  display: inline-block;
  color: #30515e;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    width: 280px;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 40em) {
  header .nav-holder nav.nav {
    width: 100%;
    display: none;
  }
}
header .nav-holder nav.nav .metanavigation {
  padding-top: 17px;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav .metanavigation {
    padding-top: 0;
    display: block;
  }
}
header .nav-holder nav.nav .metanavigation ul {
  margin-right: 5px;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav .metanavigation ul {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav .metanavigation ul li {
    border-bottom: 2px solid #7faabd;
  }
}
header .nav-holder nav.nav .metanavigation ul li a {
  color: #30515e;
  font-family: 'colaborate-mediumregular';
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
}
@media screen and (max-width: 64em) {
  header .nav-holder nav.nav .metanavigation ul li a {
    display: block;
    padding: 7px 10px;
  }
}
header .nav-holder nav.nav .metanavigation ul li a.lang {
  margin-right: 13px;
}
header .nav-holder nav.nav .metanavigation ul li a.lang.lowopacity:after {
  opacity: 0.5;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav .metanavigation ul li a.lang {
    margin-right: 20px;
  }
}
header .nav-holder nav.nav .metanavigation ul li a.lang:after {
  position: absolute;
  width: 16px;
  height: 10px;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
header .nav-holder nav.nav .metanavigation ul li a.english:after {
  background-image: url(/var/static/img/metanav/paro-eng.png);
}
header .nav-holder nav.nav .metanavigation ul li a.german:after {
  background-image: url(/var/static/img/metanav/paro-de.png);
}
header .nav-holder nav.nav div.navigation ul.first {
  position: relative;
  display: inline-block;
}
header .nav-holder nav.nav div.navigation ul.first:hover {
  display: block;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first {
    width: 100%;
    margin-bottom: 0;
  }
}
header .nav-holder nav.nav div.navigation ul.first > li {
  padding: 0;
  color: #30515e;
  font-family: 'colaborate-thinregular';
  font-size: 19px;
  font-weight: 100;
  line-height: 18px;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first > li {
    margin: 0 15px;
    border-bottom: 2px solid #ffffff;
  }
  header .nav-holder nav.nav div.navigation ul.first > li:last-child {
    border-bottom: 15px solid #ffffff;
  }
}
header .nav-holder nav.nav div.navigation ul.first li span,
header .nav-holder nav.nav div.navigation ul.first li > a {
  display: block;
  cursor: default;
  padding: 5px 10px 8px 10px;
}
@media only screen and (min-width: 64.063em) {
  header .nav-holder nav.nav div.navigation ul.first li span,
  header .nav-holder nav.nav div.navigation ul.first li > a {
    padding: 15px 10px 18px 10px;
  }
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first li span,
  header .nav-holder nav.nav div.navigation ul.first li > a {
    padding: 10px;
    border-bottom: none;
    background-color: #7faabd;
  }
}
header .nav-holder nav.nav div.navigation ul.first li ul.sec {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  text-align: left;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first li ul.sec {
    padding: 0;
  }
}
header .nav-holder nav.nav div.navigation ul.first li ul.sec li {
  width: 208.76px;
  margin: 0 0 20px 15px;
  padding: 0;
  float: left;
}
@media screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first li ul.sec li {
    width: auto;
    float: none;
    margin: 0;
  }
}
header .nav-holder nav.nav div.navigation ul.first li ul.sec li span {
  color: #30515e;
  font-family: 'colaborate-mediumregular';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 13px;
  padding-left: 0;
  background-color: #ffffff;
}
header .nav-holder nav.nav div.navigation ul.first li ul.sec li a {
  color: #30515e;
  font-family: 'colaborate-thinregular';
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  padding: 5px 0 0 0;
  display: block;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first li ul.sec li a {
    padding: 7.5px 15px 10px 7.5px;
  }
  header .nav-holder nav.nav div.navigation ul.first li ul.sec li a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: 10px;
    background-image: url(/var/static/img/paro-arrow-blau.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
header .nav-holder nav.nav div.navigation ul.first li ul.sec li a.active {
  color: #be1717;
}
@media only screen and (max-width: 64em) {
  header .nav-holder nav.nav div.navigation ul.first li ul.sec {
    position: unset;
    padding-left: 10px;
  }
}
header .nav-holder nav.nav div.navigation ul.first li.active {
  background-color: #ffffff;
}
header .nav-holder nav.nav div.navigation ul.first li.mobile-active > a,
header .nav-holder nav.nav div.navigation ul.first li.mobile-active > span {
  background-color: #ffffff;
  border-bottom: 2px solid #7faabd;
}
@media only screen and (min-width: 64.063em) {
  header .nav-holder nav.nav div.navigation ul.first li:hover ul.sec {
    display: block;
  }
}
.darkness {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(48, 81, 95, 0.87);
  opacity: 0.7;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 64em) {
  .darkness {
    top: 0;
    z-index: 2;
  }
}
main div[class*="dce-"] {
  margin-top: 23.33333333px;
}
@media screen and (min-width: 650px) {
  main div[class*="dce-"] {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1023px) {
  main div[class*="dce-"] {
    margin-top: 70px;
  }
}
main .pa-swiper-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background: url("/var/static/img/paro-swiper-background.png");
  background-size: cover;
  background-repeat: repeat;
}
main .pa-swiper-wrapper .swiper-container {
  max-width: 940px;
}
main .pa-swiper-wrapper .swiper-container .swiper-slide {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 940px;
}
main .pa-swiper-wrapper .swiper-container .swiper-slide > div {
  display: inline-block;
  width: 49%;
}
main .pa-swiper-wrapper .swiper-container .swiper-slide > div.swiper-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px 0;
}
@media only screen and (max-width: 40em) {
  main .pa-swiper-wrapper .swiper-container .swiper-slide > div.swiper-box {
    position: static;
    top: unset;
    transform: unset;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  main .pa-swiper-wrapper .swiper-container .swiper-slide > div.swiper-box {
    padding-top: 20px;
  }
}
main .pa-swiper-wrapper .swiper-container .swiper-slide > div.img {
  line-height: 415px;
  float: right;
}
@media only screen and (max-width: 40em) {
  main .pa-swiper-wrapper .swiper-container .swiper-slide > div.img {
    float: unset;
    width: 100%;
    line-height: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  main .pa-swiper-wrapper .swiper-container .swiper-slide > div.img {
    line-height: 300px;
  }
}
main .pa-swiper-wrapper .swiper-container .swiper-slide > div.img img {
  vertical-align: middle;
  width: 100%;
}
main .dce-hr hr {
  border: none;
  height: 2px;
  color: #7faabd;
  background-color: #7faabd;
}
main .dce-box .border-wrapper img {
  width: 100%;
}
main .dce-box .border-wrapper .box {
  padding: 20px 10px;
  margin-top: -5px;
}
main .dce-video .box {
  position: relative;
  margin-bottom: 35px;
}
main .dce-video .box iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main .dce-video .box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main .dce-video .box:after {
  content: '';
  display: block;
  padding-bottom: 70%;
}
main .dce-listing .listing-wrapper {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
}
main .dce-galery {
  display: inline-block;
}
main .dce-galery a {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
main .dce-galery a img {
  width: 100%;
  display: block;
}
main .dce-galery a:hover .gala-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.77;
}
main .dce-galery a:hover .gala-wrap .zoom {
  /* need testing */
  background-image: url("/var/static/img/svg/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
main .dce-accordion .item {
  border-top: 2px solid #7faabd;
  padding-top: 12px;
  padding-bottom: 7px;
}
main .dce-accordion .item .acc-button {
  display: inline-block;
  position: relative;
}
main .dce-accordion .item .acc-button .subline,
main .dce-accordion .item .acc-button .copy {
  margin-left: 72px;
  margin-top: 0;
}
main .dce-accordion .item .acc-button:before {
  width: 53px;
  height: 45px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 53px 45px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("/var/static/img/svg/hexa-btn-accordion-arrow.svg");
}
main .dce-accordion .item.active .acc-button:before {
  top: 0;
  transform: scaleY(-1);
}
main .dce-accordion .item .content {
  display: none;
  padding-left: 72px;
  margin-top: 20px;
}
main .dce-accordion .item .content .copy .button {
  margin-top: 30px;
}
main .dce-blog .date {
  font-family: 'colaborate-mediumregular';
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #30515e;
}
main .dce-blog .filter a.button {
  padding: 7px 27px 6px 27px;
  margin: 10px 4px 0 0;
  background-color: #d9d9d9;
  color: #be1717;
}
main .dce-blog .filter a.button.secondary {
  color: #30515e;
}
main .dce-blog .filter a.button:after,
main .dce-blog .filter a.button:before {
  content: none;
}
main .dce-blog .filter a.button:nth-child(1) {
  margin-left: 22px;
  padding-left: 33px;
  padding-right: 13px;
}
main .dce-blog .filter a.button:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 31px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/var/static/img/paro-filter.png);
  margin-left: -22px;
}
main .dce-blog .list a.inbox {
  display: inline-block;
}
@media screen and (min-width: 1023px) {
  main .dce-blog .dce-copy-box {
    margin-top: 28px;
  }
}
main .dce-blog .dce-copy-box .img-box img {
  width: 100%;
  display: block;
}
main .dce-blog .dce-copy-box .box {
  padding: 6px 10px 23px 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
main .dce-blog .dce-copy-box .box .link {
  font-family: 'colaborate-mediumregular';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  color: #30515e;
}
main .dce-blog.detail .headline.article {
  margin: 10px 0;
}
main .dce-blog.detail .teaser {
  font-family: 'colaborate-regularregular';
  font-weight: 400;
}
main .dce-blog.detail .button.back {
  color: #30515e;
  background-color: #d9d9d9;
}
main .dce-blog.detail .button.back:before {
  background-image: url("/var/static/img/paro-arrow-left-blue.png");
}
main .dce-blog.detail .button.back:after {
  background-image: url("/var/static/img/paro-polygon-grau.png");
}
@media screen and (min-width: 1023px) {
  main .dce-blog .dce-pagination {
    margin-top: 60px;
  }
}
main .dce-blog .dce-pagination a {
  font-family: 'colaborate-mediumregular';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #30515e;
  display: inline-block;
  width: 24px;
  height: 21px;
  text-align: center;
}
main .dce-blog .dce-pagination a.active {
  color: #ffffff;
  background-image: url(/var/static/img/paro-polygon-blau.png);
}
.cookie {
  padding-top: 10px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  z-index: 99;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.85;
}
.cookie .copy {
  color: #ffffff;
}
.cookie .copy .datenschutz {
  color: #30515e;
}
.cookie .button {
  margin-top: 10px;
  margin-right: 20px;
}
#scrollButton {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
}
#scrollButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/var/static/img/svg/hexa-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
.news.button {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin: 0;
  height: 230px;
  padding: 6.5px 15px 6.5px 16px;
}
@media screen and (max-width: 64em) {
  .news.button {
    font-size: 0;
    padding: 0;
    height: 0;
    top: auto;
    left: auto;
    bottom: 125px;
    right: 50px;
  }
  .news.button:after {
    content: none;
  }
}
.news.button div {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  margin: 0px 0 30px 0;
}
.news.button:before {
  background-image: url(/var/static/img/paro-news-hexa.svg);
  background-size: 31px auto;
  background-position: center;
  width: 31px;
  height: 40px;
  top: auto;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 64em) {
  .news.button:before {
    width: 40px;
    height: 40px;
    background-size: auto 100%;
    background-position: center;
    left: 4px;
  }
}
.news.button:after {
  background-image: url(/var/static/img/paro-news-corn.svg);
  background-size: contain;
  width: 31px;
  height: 18px;
  left: 0;
  top: -18px;
}
#chat-application {
  z-index: 98 !important;
}
footer {
  background-color: #30515e;
  color: #ffffff;
  font-family: 'colaborate-thinregular';
  padding: 105px 0 59px 0;
  margin-top: 70px;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding: 0px 10px;
}
footer ul li.social {
  display: inline-block;
  width: auto;
}
footer ul li.social a {
  display: block;
}
footer ul li.social a i {
  font-size: 25px;
}
@media only screen and (max-width: 64em) {
  footer {
    padding: 20px 0;
    margin-top: 35px;
  }
}
footer .subline {
  color: #ffffff;
  text-transform: unset;
}
footer .copy {
  color: #ffffff;
}
footer .copy li {
  padding-right: 20px;
  padding-left: 0px;
}
footer .copy li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 64em) {
  footer .copy li {
    padding-top: 10px;
    width: 100%;
  }
}
footer .copy.info {
  margin-top: 10px;
}
footer .copy.links {
  margin-top: 20px;
}
footer .copy.links a {
  opacity: 0.62;
  cursor: pointer;
}
.pim.label {
  font-size: 14px;
  line-height: 1.4em;
}
.pim.main-container {
  min-height: 400px;
}
.pim.container {
  border: 3px solid #be1717;
  padding: 10px;
  margin-bottom: 15px;
}
.pim.container .pim-col2 {
  border: 3px solid #30515e;
}
.pim.container .pim-col3 {
  border: 3px solid #30515e;
}
.pim.container.element {
  border: 3px solid #30515e;
}
.pim.container:before,
.pim.container:after {
  content: " ";
  display: table;
}
.pim.container:after {
  clear: both;
}
.pim.overflow-box {
  width: 100%;
  max-height: 300px;
  overflow: scroll;
  padding-bottom: 100px;
}
div.dce-copy.apply {
  text-align: center;
}
div.dce-copy.apply .headline {
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 36px;
}
div.dce-copy.apply .copy {
  text-align: left;
  margin: 0 auto;
}
div.dce-copy.apply .copy form .error-hint {
  display: none;
}
div.dce-copy.apply .copy form.submitted input:invalid {
  background-color: rgba(190, 23, 23, 0.2) !important;
}
div.dce-copy.apply .copy form.submitted input:invalid + span {
  background-color: rgba(190, 23, 23, 0.2) !important;
}
div.dce-copy.apply .copy form > div > label {
  display: block;
  cursor: pointer;
}
div.dce-copy.apply .copy form button {
  border: none;
  cursor: pointer;
}
div.dce-copy.apply .copy form textarea {
  margin-bottom: 24px;
}
div.dce-copy.apply .copy form input {
  background-color: unset;
  border: none;
  margin-bottom: 24px;
}
div.dce-copy.apply .copy form input:focus {
  background-color: unset !important;
  outline: none;
  border-bottom: 1px solid #30515e;
}
div.dce-copy.apply .copy form div.radio {
  margin-bottom: 24px;
}
div.dce-copy.apply .copy form div.radio label.container {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.dce-copy.apply .copy form div.radio label.container input {
  position: absolute;
  opacity: 0;
}
div.dce-copy.apply .copy form div.radio label.container input:checked ~ .radiocheck:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-color: #7faabd;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
div.dce-copy.apply .copy form div.radio label.container .radiocheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #30515e;
  border-radius: 50%;
}
div.dce-copy.apply .copy form div.birth #form_birthdate {
  width: 140px;
  text-align: center;
  padding-left: unset;
}
div.dce-copy.apply .copy form div.birth #form_birthplace {
  width: 300px;
}
div.dce-copy.apply .copy form div.country label,
div.dce-copy.apply .copy form div.job label {
  display: block;
}
div.dce-copy.apply .copy form div.country select,
div.dce-copy.apply .copy form div.job select {
  border: none;
  width: 460px;
  height: 42px;
  padding-left: 14px;
  background-color: rgba(127, 170, 189, 0.2);
  outline: none;
}
div.dce-copy.apply .copy form div.checkbox .container {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 48px;
}
div.dce-copy.apply .copy form div.checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
div.dce-copy.apply .copy form div.checkbox .container input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/var/static/img/checked.png");
  background-repeat: no-repeat;
  top: 1px;
  left: 1px;
}
div.dce-copy.apply .copy form div.checkbox .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #30515e;
}
div.dce-copy.apply .copy form div.checkbox .container label {
  cursor: pointer;
  padding-left: 34px;
  position: absolute;
  min-height: 30px;
  width: 100%;
}
div.dce-copy.apply .copy form div.upload input[type=file] {
  width: 460px;
  background-color: rgba(127, 170, 189, 0.2);
  padding: 12.5px 0px 12.5px 14px;
}
div.dce-copy.apply .copy form div.upload input[type=file]:focus {
  background-color: rgba(127, 170, 189, 0.2) !important;
  outline: none;
  border-bottom: unset;
}
div.dce-copy.apply .copy form div input[type=text],
div.dce-copy.apply .copy form div input[type=email],
div.dce-copy.apply .copy form div input[type=tel] {
  font-family: 'colaborate-thinregular';
  font-size: 18px;
  width: 100%;
  height: 42px;
  background-color: rgba(127, 170, 189, 0.2);
  padding-left: 14px;
}
div.dce-copy.apply .copy form div textarea {
  font-family: 'colaborate-thinregular';
  font-size: 18px;
  width: 100%;
  height: 100px;
  background-color: rgba(127, 170, 189, 0.2);
  padding-top: 8px;
  padding-left: 14px;
  resize: none;
  border: none;
}
div.dce-copy.apply select {
  border: none;
  width: 100%;
  height: 42px;
  background-color: rgba(127, 170, 189, 0.2);
  padding-left: 14px;
}
/*# sourceMappingURL=app.css.map */