html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

input,
button {
  border: none;
  margin: 0;
  padding: 0; }

.center-x, .content-area {
  box-sizing: border-box;
  width: 1240px;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 1360px) {
    .center-x, .content-area {
      width: 100%;
      margin: 0;
      padding-left: 3vw;
      padding-right: 3vw; } }

article ul li,
section ul li,
body.mce-content-body ul li, .sitemap, .sitemap ul, .sitemap li, .sitemap a, .checkbox label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn {
  text-decoration: none;
  border: none; }
  .btn:hover {
    border: none;
    text-decoration: none; }

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@-moz-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@-webkit-keyframes uploading {
  0% {
    width: 10%; }
  100% {
    width: 100%; } }

@-moz-keyframes uploading {
  0% {
    width: 10%; }
  100% {
    width: 100%; } }

@keyframes uploading {
  0% {
    width: 10%; }
  100% {
    width: 100%; } }

.btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: background 0.2s, transform 0.2s, box-shadow 0.2s, color 0.4s;
  -moz-transition: background 0.2s, transform 0.2s, box-shadow 0.2s, color 0.4s;
  -ms-transition: background 0.2s, transform 0.2s, box-shadow 0.2s, color 0.4s;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s, color 0.4s; }
  .btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .btn.large {
    font-size: 1.25rem;
    line-height: 1.4rem;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-left: 34px;
    padding-right: 34px;
    background-position: right 24px center;
    background-size: 24px 24px; }
    .btn.large.up, .btn.large.right, .btn.large.down {
      padding-right: 70px; }
    .btn.large.left {
      padding-left: 60px; }
  .btn.small {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-position: right 14px center;
    background-size: 12px 12px; }
    .btn.small.up, .btn.small.right, .btn.small.down {
      padding-right: 44px; }
    .btn.small.left {
      padding-left: 44px; }
  .btn.light {
    background-color: #ffffff;
    color: #10202F;
    -webkit-box-shadow: 0 5px 20px 0 rgba(16, 32, 47, 0.15);
    box-shadow: 0 5px 20px 0 rgba(16, 32, 47, 0.15); }
    .btn.light:hover {
      color: #0097E1;
      background-color: #ffffff;
      -webkit-box-shadow: 0 10px 34px 0 rgba(16, 32, 47, 0.3);
      box-shadow: 0 10px 34px 0 rgba(16, 32, 47, 0.3); }
  .btn.dark {
    background-color: #313F4D;
    color: #ffffff; }
    .btn.dark:hover {
      background-color: #43505D; }
  .btn.brand {
    background-color: #0097E1;
    color: #ffffff; }
    .btn.brand:hover {
      background-color: #00AEEF; }
  .btn.dark.up, .btn.brand.up {
    background-image: url(../gfx/icons/arrows/light/up.svg); }
  .btn.dark.right, .btn.brand.right {
    background-image: url(../gfx/icons/arrows/light/right.svg); }
  .btn.dark.down, .btn.brand.down {
    background-image: url(../gfx/icons/arrows/light/down.svg); }
  .btn.dark.left, .btn.brand.left {
    background-image: url(../gfx/icons/arrows/light/left.svg);
    background-position: 16px center; }
  .btn.light.up {
    background-image: url(../gfx/icons/arrows/dark/up.svg); }
  .btn.light.right {
    background-image: url(../gfx/icons/arrows/dark/right.svg); }
  .btn.light.down {
    background-image: url(../gfx/icons/arrows/dark/down.svg); }
  .btn.light.left {
    background-image: url(../gfx/icons/arrows/dark/left.svg);
    background-position: 16px center; }

.card-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.card-list--medium-cards .card {
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px); }
  .card-list--medium-cards .card:nth-of-type(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 1000px) {
    .card-list--medium-cards .card {
      -webkit-box-flex: 0 0 calc(50% - 7px);
      -moz-box-flex: 0 0 calc(50% - 7px);
      -webkit-flex: 0 0 calc(50% - 7px);
      -ms-flex: 0 0 calc(50% - 7px);
      flex: 0 0 calc(50% - 7px); }
      .card-list--medium-cards .card:nth-of-type(3n) {
        margin-right: 14px; }
      .card-list--medium-cards .card:nth-of-type(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 400px) {
    .card-list--medium-cards .card {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.card-list--small-cards .card {
  -webkit-box-flex: 0 0 calc(20% - 24px);
  -moz-box-flex: 0 0 calc(20% - 24px);
  -webkit-flex: 0 0 calc(20% - 24px);
  -ms-flex: 0 0 calc(20% - 24px);
  flex: 0 0 calc(20% - 24px); }
  .card-list--small-cards .card:nth-of-type(5n) {
    margin-right: 0; }

.card {
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .card {
      margin-right: 14px;
      margin-bottom: 14px; } }

.card--reference {
  color: #10202F;
  -webkit-transition: transform 0.3s, color 0.3s;
  -moz-transition: transform 0.3s, color 0.3s;
  -ms-transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }
  .card--reference .card__image {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #10202F;
    width: calc(100% - 20px);
    height: 0;
    padding-top: calc(61.8% + 20px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-style: 1.35rem;
    -webkit-transition: left 0.2s, top 0.2s;
    -moz-transition: left 0.2s, top 0.2s;
    -ms-transition: left 0.2s, top 0.2s;
    transition: left 0.2s, top 0.2s; }
    @media only screen and (max-width: 760px) {
      .card--reference .card__image {
        width: 100%; } }
  .card--reference .card__content {
    box-sizing: border-box;
    background-color: #ffffff;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    padding-top: calc(61.8% + 20px);
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15);
    box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15);
    font-weight: 200;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }
    @media only screen and (max-width: 760px) {
      .card--reference .card__content {
        width: 100%;
        margin-left: 0; } }
  .card--reference:hover {
    color: #0097E1;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
    .card--reference:hover .card__content {
      -webkit-box-shadow: 0px 4px 70px 0px rgba(16, 32, 47, 0.25);
      box-shadow: 0px 4px 70px 0px rgba(16, 32, 47, 0.25); }
    .card--reference:hover .card__image {
      position: absolute;
      left: -10px;
      top: -10px;
      width: calc(100% - 20px);
      padding-top: calc(61.8% + 20px); }

.card--contact-person {
  color: #10202F;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(16, 32, 47, 0.15);
  box-shadow: 0px 5px 25px 0px rgba(16, 32, 47, 0.15); }
  .card--contact-person .card__image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #F0F3F5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .card--contact-person .card__content {
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px; }
  .card--contact-person .position {
    margin-bottom: 10px; }
  .card--contact-person .contact-detail {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 24px;
    padding-left: 40px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .card--contact-person .contact-detail a {
      color: #10202F;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      transition: color 0.3s; }
      .card--contact-person .contact-detail a:hover {
        color: #0097E1; }
    .card--contact-person .contact-detail--mobile {
      background-image: url(../gfx/icons/contact/grey/mobile.svg); }
    .card--contact-person .contact-detail--mail {
      background-image: url(../gfx/icons/contact/grey/mail.svg); }
  .card--contact-person h4 {
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.14);
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px; }

a {
  text-decoration: none;
  color: #00AEEF; }
  a:hover {
    text-decoration: none;
    color: #00999F; }

article a,
section a,
body.mce-content-body a {
  color: #00AEEF;
  border-bottom: 2px solid rgba(0, 174, 239, 0.2);
  font-weight: 700;
  -webkit-transition: border 0.4s, color 0.4s;
  -moz-transition: border 0.4s, color 0.4s;
  -ms-transition: border 0.4s, color 0.4s;
  transition: border 0.4s, color 0.4s; }
  article a:hover,
  section a:hover,
  body.mce-content-body a:hover {
    color: #00AEEF;
    border-bottom: 2px solid #00aeef; }

article img,
section img,
body.mce-content-body gfx {
  max-width: 100%; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100; }

h1,
body.mce-content-body h1 {
  font-size: 3.4rem;
  line-height: calc(3.4rem * 1.12);
  margin-bottom: 2rem; }
  @media only screen and (max-width: 1000px) {
    h1,
    body.mce-content-body h1 {
      font-size: 3rem;
      line-height: calc(3rem * 1.12);
      margin-bottom: 1rem; } }

h2,
body.mce-content-body h2 {
  font-size: 3rem;
  line-height: calc(3rem * 1.12);
  margin-bottom: 1.4rem; }
  @media only screen and (max-width: 1000px) {
    h2,
    body.mce-content-body h2 {
      font-size: 2.6rem;
      line-height: calc(2.6rem * 1.12);
      margin-bottom: 1rem; } }

h3,
body.mce-content-body h3 {
  font-size: 2.4rem;
  line-height: calc(2.4rem * 1.12);
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 1000px) {
    h3,
    body.mce-content-body h3 {
      font-size: 2rem;
      line-height: calc(2rem * 1.12);
      margin-bottom: 1rem; } }

h4,
body.mce-content-body h4 {
  font-size: 2rem;
  line-height: calc(2rem * 1.12);
  line-height: 1.6rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1000px) {
    h4,
    body.mce-content-body h4 {
      font-size: 1.6rem;
      line-height: calc(1.6rem * 1.12);
      margin-bottom: 1rem; } }

h5,
body.mce-content-body h5 {
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.12);
  margin-bottom: 0.8rem; }
  @media only screen and (max-width: 1000px) {
    h5,
    body.mce-content-body h5 {
      font-size: 1.2rem;
      line-height: calc(1.2rem * 1.12);
      margin-bottom: 1rem; } }

article p,
section p,
.content_wrap p,
body.mce-content-body p {
  padding-bottom: 1rem; }

blockquote,
body.mce-content-body blockquote {
  background-color: #F0F3F5; }

.table-wrap {
  width: 100%; }

table,
body.mce-content-body table {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(16, 32, 47, 0.15);
  box-shadow: 0px 3px 30px 0px rgba(16, 32, 47, 0.15); }
  table th,
  body.mce-content-body table th {
    background-color: #F0F3F5;
    font-size: 0.8rem; }
  table tr:nth-child(odd),
  body.mce-content-body table tr:nth-child(odd) {
    background-color: rgba(240, 243, 245, 0.5); }
  table td, table th,
  body.mce-content-body table td,
  body.mce-content-body table th {
    box-sizing: border-box;
    padding: 10px 25px; }
    @media only screen and (max-width: 500px) {
      table td, table th,
      body.mce-content-body table td,
      body.mce-content-body table th {
        width: 100%;
        display: block; } }

article ul,
section ul,
body.mce-content-body ul {
  width: 100%;
  margin-bottom: 50px; }
  article ul li,
  section ul li,
  body.mce-content-body ul li {
    padding-bottom: 20px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 14px auto;
    background-image: url(../gfx/icons/misc/bullet.svg); }

@media only screen and (max-width: 650px) {
  iframe,
  body.mce-content-body iframe {
    width: 100%; } }

.multifield-table {
  display: block;
  background-color: #ffffff;
  margin-bottom: 50px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }
  .multifield-table .multifield-table-row {
    width: 100%;
    display: table; }
    .multifield-table .multifield-table-row:first-child {
      font-size: 0.75rem;
      color: #5E7991; }
      @media only screen and (max-width: 500px) {
        .multifield-table .multifield-table-row:first-child {
          display: none;
          font-size: 0.75rem; } }
      .multifield-table .multifield-table-row:first-child .multifield-table-column {
        font-size: 0.75rem;
        font-weight: 500; }
    .multifield-table .multifield-table-row:nth-child(odd) {
      background-color: #F0F3F5; }
    .multifield-table .multifield-table-row .multifield-table-column {
      display: table-cell;
      padding: 13px 17px;
      font-size: 0.875rem;
      line-height: 0.875rem;
      text-align: left;
      width: 25%;
      box-sizing: border-box; }
      @media only screen and (max-width: 500px) {
        .multifield-table .multifield-table-row .multifield-table-column {
          width: 100%;
          display: block;
          text-align: center !important; } }
      .multifield-table .multifield-table-row .multifield-table-column:last-child {
        width: 75%; }
        @media only screen and (max-width: 500px) {
          .multifield-table .multifield-table-row .multifield-table-column:last-child {
            width: 100%; } }
      .multifield-table .multifield-table-row .multifield-table-column .multifield-table-row-mobile-title {
        display: none; }
        @media only screen and (max-width: 500px) {
          .multifield-table .multifield-table-row .multifield-table-column .multifield-table-row-mobile-title {
            display: block;
            font-size: 0.75rem;
            font-weight: bold;
            color: #5E7991; } }

.sitemap {
  background-color: #F0F3F5; }
  .sitemap ul, .sitemap li, .sitemap a {
    margin: 0; }
  .sitemap li {
    background-image: none; }
  .sitemap a {
    display: block;
    color: #000;
    border-bottom: 1px solid #E5EBF1;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 1.4rem;
    background-image: url(../gfx/icons/icon_arrow_min_right_dark.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 10px 10px;
    -webkit-transition: padding 0.2s, background-color 0.4s;
    -moz-transition: padding 0.2s, background-color 0.4s;
    -ms-transition: padding 0.2s, background-color 0.4s;
    transition: padding 0.2s, background-color 0.4s; }
    .sitemap a:hover {
      background-color: #ffffff;
      padding-left: 50px; }
  .sitemap__second-level a {
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 14px;
    padding-left: 60px;
    font-size: 1.2rem;
    background-image: url(../gfx/icons/icon_arrow_min_right_dark.svg), url(../gfx/icons/icon_arrow_min_right_dark.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: 40px center, 44px center; }
    .sitemap__second-level a:hover {
      padding-left: 70px; }
  .sitemap__third-level a {
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 80px;
    font-size: 1.0rem;
    background-image: url(../gfx/icons/icon_arrow_min_right_dark.svg), url(../gfx/icons/icon_arrow_min_right_dark.svg), url(../gfx/icons/icon_arrow_min_right_dark.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: 60px center, 64px center, 68px center; }
    .sitemap__third-level a:hover {
      padding-left: 90px; }

input,
button,
textarea,
select,
label {
  font-size: 0.9rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.style-form {
  font-size: 0;
  padding-top: 30px; }
  .style-form label {
    margin-bottom: 25px; }
  .style-form .input-label {
    display: block; }
  .style-form .input-wrap {
    box-sizing: border-box;
    display: inline-block; }
    .style-form .input-wrap.error {
      color: #D60000; }
  .style-form .input-wrap--width100 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
  .style-form .input-wrap--width50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (max-width: 600px) {
      .style-form .input-wrap--width50 {
        width: 100%; } }
  .style-form input,
  .style-form textarea {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.65);
    border: 1px solid #bfd0e0;
    padding: 15px 20px;
    color: #43505D;
    -webkit-transition: background-color 0.3s, border 0.3s;
    -moz-transition: background-color 0.3s, border 0.3s;
    -ms-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .style-form input:hover,
    .style-form textarea:hover {
      background-color: rgba(255, 255, 255, 0.85);
      border: 1px solid rgba(0, 174, 239, 0.45); }
    .style-form input:focus,
    .style-form textarea:focus {
      background-color: #ffffff;
      border: 1px solid rgba(0, 174, 239, 0.6); }
    .style-form input.error,
    .style-form textarea.error {
      border: 1px solid #D60000; }
  .style-form button {
    padding: 10px 40px;
    background-color: #00AEEF;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: transform 0.1s, box-shadow 0.3s, color 0.4s, background 0.3s;
    -moz-transition: transform 0.1s, box-shadow 0.3s, color 0.4s, background 0.3s;
    -ms-transition: transform 0.1s, box-shadow 0.3s, color 0.4s, background 0.3s;
    transition: transform 0.1s, box-shadow 0.3s, color 0.4s, background 0.3s; }
    .style-form button:hover {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }

.messages {
  width: 100%;
  height: auto;
  font-size: 1rem; }
  .messages .each-message {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.35rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff; }
  .messages .message {
    display: none; }
  .messages .each-message--error {
    border: 1px solid #D60000; }
  .messages .each-message--success {
    border: 1px solid #00C342; }

.submit-form-btn {
  width: 100%;
  text-align: center; }

.checkbox {
  box-sizing: border-box;
  border: 1px solid #bfd0e0;
  padding: 15px 20px;
  color: #43505D;
  -webkit-transition: background-color 0.3s, border 0.3s;
  -moz-transition: background-color 0.3s, border 0.3s;
  -ms-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 25px; }
  .checkbox--width-100 {
    margin-left: 10px;
    width: calc(100% - 20px); }
  .checkbox label {
    display: block;
    padding-left: 52px;
    margin-bottom: 0;
    height: 40px;
    line-height: 36px;
    position: relative;
    cursor: pointer; }
    .checkbox label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 36px;
      height: 36px;
      background-color: #ffffff;
      border: 1px solid #BFD0E0;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .checkbox input {
    display: none; }
  .checkbox input[type=checkbox]:checked + label:before {
    background-image: url(../gfx/icons/misc/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    border: 1px solid #00C342; }

.menu-trigger {
  position: absolute;
  right: calc( ((100% - 1240px) / 2) - 100px);
  top: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  text-transform: uppercase;
  color: #10202F;
  text-align: center;
  -webkit-transition: width 0.3s, right 0.3s;
  -moz-transition: width 0.3s, right 0.3s;
  -ms-transition: width 0.3s, right 0.3s;
  transition: width 0.3s, right 0.3s; }
  .menu-trigger .menu-trigger__text {
    display: block;
    padding-top: 50px;
    position: relative;
    z-index: 999; }
  .menu-trigger .menu-trigger__icon {
    position: fixed;
    right: calc( ((100% - 1240px) / 2) - 20px);
    top: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    -webkit-transition: right 0.5s, top 0.2s;
    -moz-transition: right 0.5s, top 0.2s;
    -ms-transition: right 0.5s, top 0.2s;
    transition: right 0.5s, top 0.2s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    background-image: url(../gfx/icons/misc/dark/burger.svg); }
  .menu-trigger.js-minimized {
    width: 100px;
    height: 100px;
    right: calc( ((100% - 1240px) / 2) - 50px); }
    .menu-trigger.js-minimized .menu-trigger__icon {
      top: 0; }
    .menu-trigger.js-minimized::after {
      right: calc( ((100% - 1240px) / 2) - 50px);
      top: -50px;
      width: 100px;
      height: 100px; }
      @media only screen and (max-width: 1360px) {
        .menu-trigger.js-minimized::after {
          right: 0; } }
  .menu-trigger::after {
    content: '';
    position: fixed;
    right: calc( ((100% - 1240px) / 2) - 100px);
    top: -100px;
    z-index: 996;
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.25s, right 0.35s, top 0.25s, height 0.35s, width 0.25s, margin 0.2s;
    -moz-transition: transform 0.25s, right 0.35s, top 0.25s, height 0.35s, width 0.25s, margin 0.2s;
    -ms-transition: transform 0.25s, right 0.35s, top 0.25s, height 0.35s, width 0.25s, margin 0.2s;
    transition: transform 0.25s, right 0.35s, top 0.25s, height 0.35s, width 0.25s, margin 0.2s; }
    @media only screen and (max-width: 1360px) {
      .menu-trigger::after {
        width: 100px;
        height: 100px;
        right: 0;
        top: -50px; } }
  .menu-trigger:hover {
    color: #10202F; }
    .menu-trigger:hover::after {
      -webkit-transform: rotate(-45deg) scale(1.1);
      -moz-transform: rotate(-45deg) scale(1.1);
      -ms-transform: rotate(-45deg) scale(1.1);
      transform: rotate(-45deg) scale(1.1); }
  .menu-trigger.js-active {
    right: 0;
    width: calc( (100% - 1240px) / 2); }
    .menu-trigger.js-active .menu-trigger__icon {
      right: calc((100% - 1240px) / 4 - 20px);
      background-image: url(../gfx/icons/misc/dark/close.svg); }
    .menu-trigger.js-active::after {
      top: 0;
      height: 100%;
      width: calc( (100% - 1240px) / 2);
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-box-shadow: 0px 5px 240px 0px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 5px 240px 0px rgba(0, 0, 0, 0.55); }
      @media only screen and (max-width: 1900px) {
        .menu-trigger.js-active::after {
          width: 250px; } }
    @media only screen and (max-width: 1900px) {
      .menu-trigger.js-active {
        width: 250px; }
        .menu-trigger.js-active .menu-trigger__icon {
          right: 105px; } }
  @media only screen and (max-width: 1360px) {
    .menu-trigger {
      right: 0;
      width: 100px;
      height: 100px; }
      .menu-trigger .menu-trigger__icon {
        right: 30px;
        top: 0; }
      .menu-trigger .menu-trigger__text {
        display: none; } }

.main-nav {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 200px;
  width: calc( (100% - 1240px) / 2);
  height: 100%;
  position: fixed;
  z-index: 997;
  top: 0;
  right: calc( (-100% - 1240px) / 2);
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  transition: right 0.5s;
  text-align: center; }
  @media only screen and (max-width: 1900px) {
    .main-nav {
      width: 250px; } }
  .main-nav ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .main-nav.js-active {
    right: 0; }
  .main-nav li.active {
    font-weight: 700; }
  .main-nav a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #10202F;
    -webkit-transition: color 0.3s, background-color 0.2s;
    -moz-transition: color 0.3s, background-color 0.2s;
    -ms-transition: color 0.3s, background-color 0.2s;
    transition: color 0.3s, background-color 0.2s; }
    .main-nav a:hover {
      color: #00AEEF;
      background-color: #F0F3F5; }
  .main-nav .highlighted a {
    border: 1px solid #0097E1; }

.hero-area {
  box-sizing: border-box;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (max-width: 1360px) {
    .hero-area {
      width: 100%; } }

.heading-tag {
  display: inline-block;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  color: #17C0FF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px; }
  @media only screen and (max-width: 1200px) {
    .heading-tag {
      position: absolute;
      top: 15px; } }

.hero-area__logo {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 15px;
  width: 60px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-image: url(../gfx/logo.svg); }
  @media only screen and (max-width: 1200px) {
    .hero-area__logo {
      width: 60px;
      height: 100px;
      background-color: #ffffff;
      top: 0;
      left: 3vw;
      padding-left: 20px;
      padding-right: 20px;
      background-position: center center;
      background-size: 60px auto; } }

.hero-area__contact-info {
  position: absolute;
  top: 15px;
  left: 150px;
  z-index: 99;
  text-align: center;
  color: #ffffff; }
  @media only screen and (max-width: 1200px) {
    .hero-area__contact-info {
      z-index: 98;
      width: 100%;
      left: 0;
      top: 0;
      text-align: left;
      background-color: #313F4D;
      padding: 10px 10px 10px 155px;
      box-sizing: border-box;
      font-size: 0.875rem; } }
  @media only screen and (max-width: 700px) {
    .hero-area__contact-info {
      padding-left: 140px; } }
  @media only screen and (max-width: 600px) {
    .hero-area__contact-info {
      padding-left: 130px; } }
  @media only screen and (max-width: 500px) {
    .hero-area__contact-info {
      font-size: 0.75rem;
      padding-left: 130px; } }
  @media only screen and (max-width: 460px) {
    .hero-area__contact-info .contact-list-label {
      display: none; } }
  @media only screen and (max-width: 400px) {
    .hero-area__contact-info {
      padding-left: 120px; } }
  @media only screen and (max-width: 370px) {
    .hero-area__contact-info {
      font-size: 0.65rem;
      padding-left: 115px; } }

.hero-area__logo--glas {
  background-image: url(../gfx/logo-glas.svg); }

.hero-area__logo--bygg {
  background-image: url(../gfx/logo-bygg.svg); }

.hero-area__read-more-btn {
  margin-top: 10px;
  display: inline-block;
  background-color: #0097E1;
  color: #ffffff;
  -webkit-transition: transform 0.25s, width 0.3s;
  -moz-transition: transform 0.25s, width 0.3s;
  -ms-transition: transform 0.25s, width 0.3s;
  transition: transform 0.25s, width 0.3s;
  overflow: hidden; }
  @media only screen and (min-width: 1360px) {
    .hero-area__read-more-btn {
      margin-top: 0;
      position: absolute;
      right: -200px;
      height: 56px;
      width: 56px;
      top: 38%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 32px auto;
      background-image: url(../gfx/icons/misc/light/close.svg); }
      .hero-area__read-more-btn:hover {
        background-image: none; } }
  .hero-area__read-more-btn span {
    box-sizing: border-box;
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 50px;
    color: #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px auto;
    background-image: url(../gfx/icons/misc/light/plus.svg);
    -webkit-transition: opacity 1s, left 0.2s;
    -moz-transition: opacity 1s, left 0.2s;
    -ms-transition: opacity 1s, left 0.2s;
    transition: opacity 1s, left 0.2s; }
    @media only screen and (min-width: 1200px) {
      .hero-area__read-more-btn span {
        position: absolute;
        left: -100px;
        width: 160px; } }
    @media only screen and (max-width: 1200px) {
      .hero-area__read-more-btn span {
        height: 43px;
        line-height: 43px; } }
  @media only screen and (min-width: 1200px) {
    .hero-area__read-more-btn span {
      opacity: 0; }
    .hero-area__read-more-btn:hover {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      width: 160px; }
      .hero-area__read-more-btn:hover span {
        left: 0;
        opacity: 1; } }
  @media only screen and (max-width: 1200px) {
    .hero-area__read-more-btn {
      position: absolute;
      right: 3vw;
      top: 15px;
      margin-top: 0; } }
  @media only screen and (max-width: 450px) {
    .hero-area__read-more-btn {
      top: 15px; } }

.hero-area-slider-nav {
  box-sizing: border-box;
  display: block;
  margin-top: 30px; }
  @media only screen and (max-width: 1400px) {
    .hero-area-slider-nav {
      padding-left: 3vw;
      margin-top: 0;
      padding-bottom: 10px;
      width: 100%;
      background-color: #313F4D; } }
  @media only screen and (max-width: 1200px) {
    .hero-area-slider-nav {
      text-align: center;
      padding-left: 0; } }
  @media only screen and (max-width: 450px) {
    .hero-area-slider-nav {
      padding-bottom: 0; } }
  .hero-area-slider-nav li {
    display: inline-block; }
  .hero-area-slider-nav a {
    width: 100%;
    height: 100%;
    display: block; }
  .hero-area-slider-nav .arrow {
    opacity: 0.5;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .hero-area-slider-nav .arrow:hover {
      opacity: 1; }
  .hero-area-slider-nav .arrow--left {
    background-image: url(../gfx/icons/arrows/light/left.svg); }
  .hero-area-slider-nav .arrow--right {
    background-image: url(../gfx/icons/arrows/light/right.svg); }
  .hero-area-slider-nav .bullet {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 8px; }
    .hero-area-slider-nav .bullet a {
      -webkit-border-radius: 100px;
      border-radius: 100px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -ms-transition: background 0.2s;
      transition: background 0.2s;
      pointer-events: none;
      cursor: default; }
      .hero-area-slider-nav .bullet a:hover {
        background-color: rgba(255, 255, 255, 0.8); }
    .hero-area-slider-nav .bullet.active {
      padding: 4px; }
      .hero-area-slider-nav .bullet.active a {
        cursor: default;
        background-color: rgba(255, 255, 255, 0.3); }

.hero-area__content {
  color: #ffffff;
  display: block; }
  @media only screen and (max-width: 1200px) {
    .hero-area__content {
      background-color: #313F4D;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media only screen and (max-width: 450px) {
    .hero-area__content {
      padding-top: 15px;
      padding-bottom: 15px; }
      .hero-area__content h2 {
        font-size: 2rem;
        line-height: calc(2rem * 1.12);
        margin-bottom: 1rem; } }

.hero-area--frontpage .hero-area__image {
  height: 80%;
  position: absolute;
  right: 0;
  top: 0; }

.hero-area__image {
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../gfx/temp/hero.png);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 1200px) {
    .hero-area__image {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    .hero-area__image {
      width: 75%; } }
  .hero-area__image .hero-area__cta {
    box-sizing: border-box;
    padding-left: 25%;
    padding-right: 10px;
    margin-top: auto;
    width: 100%;
    background-color: rgba(0, 151, 225, 0.9);
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.4rem;
    -webkit-transition: color 0.4s, background-color 0.3s;
    -moz-transition: color 0.4s, background-color 0.3s;
    -ms-transition: color 0.4s, background-color 0.3s;
    transition: color 0.4s, background-color 0.3s; }
    .hero-area__image .hero-area__cta:hover {
      color: #0097E1;
      background-color: #ffffff; }
    @media only screen and (max-width: 1200px) {
      .hero-area__image .hero-area__cta {
        bottom: 0;
        padding-left: 10px; } }

.hero-area--frontpage {
  height: 600px;
  top: 0; }
  @media only screen and (max-width: 1200px) {
    .hero-area--frontpage {
      height: 100%; } }
  .hero-area--frontpage .hero-area__content-wrap {
    width: 35%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    padding-bottom: 40px;
    padding-right: 50px;
    opacity: 0;
    transition: opacity 0.5s; }
    .hero-area--frontpage .hero-area__content-wrap.active {
      z-index: 3;
      opacity: 1; }
    @media only screen and (max-width: 1200px) {
      .hero-area--frontpage .hero-area__content-wrap {
        bottom: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .hero-area--frontpage .hero-area__content-wrap::after {
        content: '';
        position: absolute;
        background-color: #313f4d;
        width: 120%;
        height: 1900px;
        z-index: -1;
        right: 0;
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 380px 430px;
        -moz-transform-origin: 380px 430px;
        -ms-transform-origin: 380px 430px;
        transform-origin: 380px 430px; } }
    @media only screen and (max-width: 1200px) {
      .hero-area--frontpage .hero-area__content-wrap {
        width: 50%; } }
    @media only screen and (max-width: 1200px) {
      .hero-area--frontpage .hero-area__content-wrap {
        display: block;
        width: 100%;
        height: auto;
        padding-right: 0px; } }
  .hero-area--frontpage .hero-area__content {
    display: inline-block;
    margin-top: 220px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s; }
    @media only screen and (max-width: 1360px) {
      .hero-area--frontpage .hero-area__content {
        padding-left: 3vw; } }
    @media only screen and (max-width: 1200px) {
      .hero-area--frontpage .hero-area__content {
        padding-top: 65px;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box; } }
    .hero-area--frontpage .hero-area__content:hover {
      color: #17C0FF; }

.hero-area--subpage {
  height: 450px;
  background-color: #F0F3F5; }
  .hero-area--subpage .hero-area__back-link {
    display: block;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 24px;
    background-image: url(../gfx/icons/arrows/brand/left.svg);
    -webkit-transition: colro 0.3s, padding 0.2s;
    -moz-transition: colro 0.3s, padding 0.2s;
    -ms-transition: colro 0.3s, padding 0.2s;
    transition: colro 0.3s, padding 0.2s; }
    .hero-area--subpage .hero-area__back-link:hover {
      padding-left: 30px;
      color: #ffffff; }
  @media only screen and (max-width: 1200px) {
    .hero-area--subpage {
      height: auto; } }
  @media only screen and (min-width: 1200px) {
    .hero-area--subpage .hero-area__logo {
      width: calc(25% - 30px);
      top: 0;
      height: 120px;
      background-position: left center;
      background-size: auto 80%;
      background-color: #ffffff; } }
  .hero-area--subpage .hero-area__content-wrap {
    box-sizing: border-box;
    height: 100%;
    width: 40%;
    position: relative;
    z-index: 2;
    padding-top: 120px;
    margin: 0; }
    @media only screen and (max-width: 1200px) {
      .hero-area--subpage .hero-area__content-wrap {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 0; } }
  .hero-area--subpage .hero-area__content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    background-color: #313F4D;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .hero-area--subpage .hero-area__content .align-center {
      margin-top: auto;
      margin-bottom: auto; }
    .hero-area--subpage .hero-area__content h2 {
      margin-bottom: 0; }
  .hero-area--subpage .hero-area__image {
    height: 100%; }
    @media only screen and (min-width: 1360px) {
      .hero-area--subpage .hero-area__image {
        right: 30px; } }
    @media only screen and (max-width: 1200px) {
      .hero-area--subpage .hero-area__image {
        height: 50vh; } }

.breadcrumb {
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: #F0F3F5;
  width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1360px) {
    .breadcrumb {
      width: 100%; } }
  .breadcrumb li {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 20px;
    padding-right: 7px;
    background-image: url(../gfx/icons/arrows/dark/right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto; }
    .breadcrumb li:nth-child(1) {
      padding-left: 0;
      background-image: none; }
  .breadcrumb a {
    display: block;
    font-size: 0.8rem;
    color: #000;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s; }
    .breadcrumb a:hover {
      color: #0097E1; }

.module-gallery-container {
  position: relative;
  width: 100%;
  background-color: #F0F3F5;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  height: 635px;
  margin: 70px 0; }
  .module-gallery-container.module-gallery-container--subpage {
    height: 465px; }
    @media only screen and (max-width: 750px) {
      .module-gallery-container.module-gallery-container--subpage {
        height: 365px; } }
  @media only screen and (max-width: 1300px) {
    .module-gallery-container {
      height: 500px; } }
  @media only screen and (max-width: 1000px) {
    .module-gallery-container {
      height: 400px; } }
  @media only screen and (max-width: 750px) {
    .module-gallery-container {
      height: 300px; } }

.before-after-container {
  display: block;
  padding: 15px 0;
  font-size: 0; }

.before-after-container__left-side {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  color: #43505D;
  text-transform: uppercase;
  text-align: left;
  width: 50%; }

.before-after-container__right-side {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  color: #43505D;
  text-transform: uppercase;
  text-align: right;
  width: 50%; }

.article-gallery {
  position: relative;
  padding: 0;
  height: calc(100% - 55px); }

.article-gallery .article-gallery__items {
  position: relative;
  height: 100%; }

.article-gallery .article-gallery__items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.gallery-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.gallery-container {
  height: 570px;
  margin: 70px 0 !important; }
  @media only screen and (max-width: 1300px) {
    .gallery-container {
      height: 500px; } }
  @media only screen and (max-width: 1000px) {
    .gallery-container {
      height: 400px; } }
  @media only screen and (max-width: 750px) {
    .gallery-container {
      height: 300px;
      margin: 30px 0 !important; } }
  .gallery-container.gallery-container--subpage {
    height: 400px; }
    @media only screen and (max-width: 750px) {
      .gallery-container.gallery-container--subpage {
        height: 300px; } }

.swiper-slide {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: height 0.5s; }

.swiper-slide-prev,
.swiper-slide-next {
  height: 80% !important;
  top: 50%;
  transform: translateY(-50%) !important; }
  @media only screen and (max-width: 600px) {
    .swiper-slide-prev,
    .swiper-slide-next {
      height: 100% !important; } }
  .swiper-slide-prev .swiper-slide-side,
  .swiper-slide-next .swiper-slide-side {
    background-color: rgba(16, 32, 47, 0.66); }

.swiper-slide-side {
  height: 100%; }

.article-next {
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  background: url(../gfx/icons/arrows/brand/right.svg) center top no-repeat !important;
  right: 50px; }
  @media only screen and (max-width: 1300px) {
    .article-next {
      right: 20px; } }

.article-prev {
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  background: url(../gfx/icons/arrows/brand/left.svg) center top no-repeat !important;
  left: 50px; }
  @media only screen and (max-width: 1300px) {
    .article-prev {
      left: 20px; } }

.hero-area-slider-nav--absolute {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .hero-area-slider-nav--absolute {
      margin-top: 0;
      padding-bottom: 10px;
      width: 100%; } }
  .hero-area-slider-nav--absolute ul {
    margin-bottom: 0;
    text-align: center; }
  .hero-area-slider-nav--absolute li {
    display: inline-block;
    background: initial; }
  .hero-area-slider-nav--absolute a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 0; }
  .hero-area-slider-nav--absolute .arrow {
    opacity: 0.5;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .hero-area-slider-nav--absolute .arrow:hover {
      opacity: 1; }
  .hero-area-slider-nav--absolute .arrow--left {
    background-image: url(../gfx/icons/arrows/grey/left.svg); }
  .hero-area-slider-nav--absolute .arrow--right {
    background-image: url(../gfx/icons/arrows/grey/right.svg); }
  .hero-area-slider-nav--absolute .bullet {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 8px; }
    .hero-area-slider-nav--absolute .bullet a {
      -webkit-border-radius: 100px;
      border-radius: 100px;
      background-color: #BFD0E0;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -ms-transition: background 0.2s;
      transition: background 0.2s;
      pointer-events: none;
      cursor: default; }
      .hero-area-slider-nav--absolute .bullet a:hover {
        background-color: #8AAAC7;
        border-bottom: 0; }
    .hero-area-slider-nav--absolute .bullet.active {
      padding: 4px; }
      .hero-area-slider-nav--absolute .bullet.active a {
        cursor: default;
        background-color: #8AAAC7; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  line-height: calc(16px * 1.618); }

body {
  height: 100%;
  min-height: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

.landingpage {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media only screen and (max-width: 1000px) {
    .landingpage {
      -webkit-box-flex-flow: column wrap;
      -moz-box-flex-flow: column wrap;
      -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; } }
  .landingpage .landingpage__content {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: column nowrap;
    -moz-box-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: space-between; }
    .landingpage .landingpage__content h2 {
      position: relative;
      padding-bottom: 20px; }
      .landingpage .landingpage__content h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background-color: #00AEEF; }
    .landingpage .landingpage__content .landingpage__top-content {
      box-sizing: border-box;
      padding: 30px; }
    .landingpage .landingpage__content .landingpage__contact-details {
      box-sizing: border-box;
      padding: 30px;
      background-color: #F0F3F5; }
  .landingpage .landingpage__image {
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  @media only screen and (max-width: 1360px) {
    .landingpage .landingpage__content {
      -webkit-box-flex: 0 0 40%;
      -moz-box-flex: 0 0 40%;
      -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
    .landingpage .landingpage__image {
      -webkit-box-flex: 0 0 60%;
      -moz-box-flex: 0 0 60%;
      -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; } }
  @media only screen and (max-width: 1000px) {
    .landingpage .landingpage__content {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-flow: row nowrap;
      -moz-box-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .landingpage .landingpage__content .landingpage__top-content {
        -webkit-box-flex: 0 0 60%;
        -moz-box-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
      .landingpage .landingpage__content .landingpage__contact-details {
        -webkit-box-flex: 0 0 40%;
        -moz-box-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
    .landingpage .landingpage__image {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media only screen and (max-width: 760px) {
    .landingpage .landingpage__content .landingpage__top-content {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .landingpage .landingpage__content .landingpage__contact-details {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (max-width: 550px) {
    .landingpage .landingpage__content {
      -webkit-box-flex-flow: row wrap;
      -moz-box-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .landingpage .landingpage__content .landingpage__top-content {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .landingpage .landingpage__content .landingpage__contact-details {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .landingpage .landingpage__logo {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 80px;
    background-image: url(../gfx/logo.svg); }

.tab-list {
  margin-bottom: 60px;
  position: relative;
  border-bottom: 3px solid #E5EBF1; }

.tab-list__trigger {
  position: absolute;
  background-color: #10202F;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: none; }

.tab-list__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: auto;
  max-width: 4000px;
  padding-right: 30px; }
  .tab-list__tabs li {
    padding-right: 20px; }
  .tab-list__tabs a {
    position: relative;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5E7991;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s; }
    .tab-list__tabs a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 100%;
      height: 3px;
      background-color: #8AAAC7;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      transition: transform 0.3s; }
    .tab-list__tabs a:hover {
      color: #000; }
      .tab-list__tabs a:hover::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
  .tab-list__tabs .active-tab a {
    color: #000;
    font-weight: 700; }
    .tab-list__tabs .active-tab a::after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      background-color: #00AEEF; }

.footer-form-wrap {
  background-color: #F0F3F5;
  padding-top: 30px;
  padding-bottom: 60px; }

.toggle-form {
  display: block;
  background-color: #0097E1;
  color: #ffffff;
  width: 100%;
  font-size: 1.75rem;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transition: transform 0.2s, background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: transform 0.2s, background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -ms-transition: transform 0.2s, background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: transform 0.2s, background-color 0.3s, color 0.3s, box-shadow 0.3s; }
  .toggle-form:hover {
    color: #ffffff;
    background-color: #00AEEF;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15);
    box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15); }
  .toggle-form span {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 30px;
    background-image: url(../gfx/icons/arrows/light/down.svg); }
  .toggle-form.js-active {
    color: #43505D;
    background-color: #E5EBF1; }
    .toggle-form.js-active span {
      background-image: url(../gfx/icons/arrows/grey/up.svg); }

.toggled-form {
  display: none; }

.content-area {
  position: relative;
  z-index: 3; }

.content-area--one-col,
.content-area--card-list {
  padding-top: 60px;
  padding-bottom: 60px; }

.content-area--two-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row nowrap;
  -moz-box-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media only screen and (max-width: 1366px) {
    .content-area--two-col {
      padding-right: 0; } }
  @media only screen and (max-width: 1000px) {
    .content-area--two-col {
      -webkit-box-flex-flow: row wrap;
      -moz-box-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

.content-area--two-col__main-content {
  width: 75%;
  box-sizing: border-box;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1000px) {
    .content-area--two-col__main-content {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width: 100%;
      padding-right: 3vw; } }

.content-area--two-col__sidebar {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  box-sizing: border-box;
  background-color: #F0F3F5;
  padding-left: 30px;
  padding-right: 30px; }
  .content-area--two-col__sidebar .btn {
    width: 100%; }
  @media only screen and (max-width: 1000px) {
    .content-area--two-col__sidebar {
      background-color: transparent;
      margin-top: 30px;
      -webkit-box-flex: 0 0 calc(100% - 3vw);
      -moz-box-flex: 0 0 calc(100% - 3vw);
      -webkit-flex: 0 0 calc(100% - 3vw);
      -ms-flex: 0 0 calc(100% - 3vw);
      flex: 0 0 calc(100% - 3vw);
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

.sidebar-nav {
  list-style: none;
  margin-top: 30px; }
  .sidebar-nav li {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 0;
    background: transparent;
    position: relative; }
  .sidebar-nav a {
    box-sizing: border-box;
    border: none;
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #10202F;
    display: inline-block;
    position: relative; }
    @media only screen and (min-width: 1000px) {
      .sidebar-nav a:hover {
        border: none; } }
  .sidebar-nav .sidebar-nav__trigger {
    display: none; }
  @media only screen and (max-width: 1000px) {
    .sidebar-nav ul {
      display: none;
      box-sizing: border-box;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15);
      box-shadow: 0px 4px 40px 0px rgba(16, 32, 47, 0.15); }
    .sidebar-nav a {
      padding-left: 30px;
      padding-right: 30px;
      display: block;
      border-bottom: 1px solid #E5EBF1; }
    .sidebar-nav .sidebar-nav__trigger {
      display: block;
      box-sizing: border-box;
      width: 100%;
      background-color: #F0F3F5;
      padding-top: 20px;
      padding-right: 70px;
      padding-bottom: 20px;
      padding-left: 20px;
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 36px auto;
      background-image: url(../gfx/icons/misc/dark/burger.svg); }
      .sidebar-nav .sidebar-nav__trigger.js-active {
        background-image: url(../gfx/icons/misc/dark/close.svg); } }
  .sidebar-nav .active a {
    font-weight: 700; }
    @media only screen and (min-width: 1000px) {
      .sidebar-nav .active a::after {
        content: '';
        position: absolute;
        left: -60px;
        bottom: 10px;
        width: calc(100% + 60px);
        height: 3px;
        background-color: #00AEEF; } }

.service-teasers {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 760px) {
    .service-teasers {
      display: block; } }

.service-teasers__left-col {
  box-sizing: border-box;
  padding-right: 30px;
  -webkit-box-flex: 0 0 57%;
  -moz-box-flex: 0 0 57%;
  -webkit-flex: 0 0 57%;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%; }
  @media only screen and (max-width: 1300px) {
    .service-teasers__left-col {
      padding-right: 15px; } }
  @media only screen and (max-width: 760px) {
    .service-teasers__left-col {
      padding-right: 0; } }
  .service-teasers__left-col .each-service-teaser {
    height: 860px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1300px) {
      .service-teasers__left-col .each-service-teaser {
        height: 830px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1200px) {
      .service-teasers__left-col .each-service-teaser {
        height: 730px; } }
    @media only screen and (max-width: 1000px) {
      .service-teasers__left-col .each-service-teaser {
        height: 530px; } }
    @media only screen and (max-width: 760px) {
      .service-teasers__left-col .each-service-teaser {
        height: auto; } }
    @media only screen and (min-width: 1200px) {
      .service-teasers__left-col .each-service-teaser:hover::after {
        width: calc((1240px * 0.57) * 0.65);
        height: calc((1240px * 0.57) * 0.65);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: rgba(0, 151, 225, 0.9); } }

.service-teasers__right-col {
  box-sizing: border-box;
  padding-left: 30px;
  -webkit-box-flex: 0 0 43%;
  -moz-box-flex: 0 0 43%;
  -webkit-flex: 0 0 43%;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%; }
  @media only screen and (max-width: 1300px) {
    .service-teasers__right-col {
      padding-left: 15px; } }
  @media only screen and (max-width: 760px) {
    .service-teasers__right-col {
      padding-left: 0; } }
  .service-teasers__right-col .each-service-teaser {
    height: 400px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1300px) {
      .service-teasers__right-col .each-service-teaser {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1200px) {
      .service-teasers__right-col .each-service-teaser {
        height: 350px; } }
    @media only screen and (max-width: 1000px) {
      .service-teasers__right-col .each-service-teaser {
        height: 250px; } }
    @media only screen and (min-width: 1200px) {
      .service-teasers__right-col .each-service-teaser:hover::after {
        width: calc((1240px * 0.43) * 0.45);
        height: calc((1240px * 0.43) * 0.45);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: rgba(0, 151, 225, 0.9); } }

.each-service-teaser {
  display: block;
  background-color: #000;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-transform: uppercase; }
  @media only screen and (max-width: 760px) {
    .each-service-teaser {
      margin-bottom: 30px; } }
  .each-service-teaser:hover {
    color: #ffffff; }
  .each-service-teaser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 151, 225, 0.8);
    -webkit-transition: width 0.32s, height 0.32s, transform 0.32s, left 0.32s, top 0.32s;
    -moz-transition: width 0.32s, height 0.32s, transform 0.32s, left 0.32s, top 0.32s;
    -ms-transition: width 0.32s, height 0.32s, transform 0.32s, left 0.32s, top 0.32s;
    transition: width 0.32s, height 0.32s, transform 0.32s, left 0.32s, top 0.32s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    @media only screen and (max-width: 760px) {
      .each-service-teaser::after {
        display: none; } }

@media only screen and (max-width: 760px) {
  .each-service-teaser__content {
    background-color: rgba(0, 151, 225, 0.8);
    height: 100%; } }

@media only screen and (min-width: 760px) {
  .each-service-teaser__content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.each-service-teaser__content h2 {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 760px) {
    .each-service-teaser__content h2 {
      padding-top: 10vh;
      padding-bottom: 10vh; } }

.article-list {
  width: 100%;
  padding-top: 60px; }

.article-teaser {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 60px;
  color: #10202F;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .article-teaser:nth-of-type(even) .article-teaser__image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .article-teaser:nth-of-type(even) .article-teaser__content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 40px; }
  @media only screen and (max-width: 750px) {
    .article-teaser {
      margin-bottom: 30px; } }
  .article-teaser .article-teaser__image {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    @media only screen and (max-width: 750px) {
      .article-teaser .article-teaser__image {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
    .article-teaser .article-teaser__image img {
      width: 100%;
      max-width: 100%; }
  .article-teaser .article-teaser__content {
    box-sizing: border-box;
    padding-left: 40px;
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .article-teaser .article-teaser__content {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-bottom: 20px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; } }
    .article-teaser .article-teaser__content .center-content {
      margin-top: auto;
      margin-bottom: auto; }
  .article-teaser:hover {
    color: #0097E1;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(16, 32, 47, 0.15);
    box-shadow: 0px 4px 50px 0px rgba(16, 32, 47, 0.15); }

footer {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  background-color: #F0F3F5; }

.top-footer,
.bottom-footer {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.footer__left-col,
.footer__right-col {
  padding-top: 60px;
  padding-bottom: 60px; }

.top-footer {
  background-color: #F0F3F5; }
  .top-footer .footer__left-col {
    background-color: #E5EBF1; }

.footer__left-col {
  -webkit-box-flex: 0 0 930px;
  -moz-box-flex: 0 0 930px;
  -webkit-flex: 0 0 930px;
  -ms-flex: 0 0 930px;
  flex: 0 0 930px;
  padding-left: calc((100% - 1240px) / 2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 1360px) {
    .footer__left-col {
      box-sizing: border-box;
      padding-left: 3vw;
      -webkit-box-flex: 0 0 67%;
      -moz-box-flex: 0 0 67%;
      -webkit-flex: 0 0 67%;
      -ms-flex: 0 0 67%;
      flex: 0 0 67%; } }
  @media only screen and (max-width: 1000px) {
    .footer__left-col {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .footer__left-col .delivery-area-content {
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 30px; }
    @media only screen and (max-width: 680px) {
      .footer__left-col .delivery-area-content {
        padding-right: 20px;
        text-align: center; } }

.footer__left-col--delivery-area {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }
  @media only screen and (max-width: 680px) {
    .footer__left-col--delivery-area {
      background-image: none; } }
  .footer__left-col--delivery-area ul {
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (max-width: 680px) {
      .footer__left-col--delivery-area ul {
        padding-right: 0; } }
  .footer__left-col--delivery-area li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px 12px;
    padding-left: 20px;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
    background-image: url(../gfx/bullet-blue.svg);
    color: #43505D; }

.contact-details {
  background-color: #F0F3F5;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start; }

.contact-details__content {
  box-sizing: border-box;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0 0 33%;
  -moz-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-top: auto;
  margin-bottom: auto; }

.contact-details__map {
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-flex: 0 0 67%;
  -moz-box-flex: 0 0 67%;
  -webkit-flex: 0 0 67%;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%; }
  .contact-details__map .map-wrap {
    display: block;
    width: 100%;
    height: 400px;
    background-color: #313F4D; }

@media only screen and (max-width: 760px) {
  .contact-details__content,
  .contact-details__map {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.footer__right-col {
  -webkit-box-flex: 0 0 310px;
  -moz-box-flex: 0 0 310px;
  -webkit-flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  box-sizing: border-box;
  padding-left: 30px; }
  @media only screen and (max-width: 1360px) {
    .footer__right-col {
      -webkit-box-flex: 0 0 33%;
      -moz-box-flex: 0 0 33%;
      -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }
  @media only screen and (max-width: 1000px) {
    .footer__right-col {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.bottom-footer {
  background-color: #10202F;
  color: #ffffff; }

.footer-logos img {
  margin-right: 20px;
  height: 100px; }

@media only screen and (max-width: 1000px) {
  .footer-logos {
    text-align: center; } }

.contact-details-list li {
  padding-bottom: 15px; }

.contact-details-list .contact-list-label,
.contact-details-list .contact-list-content {
  display: block; }

.contact-details-list .contact-list-label {
  font-size: 0.875rem;
  color: #43505D; }

.contact-details-list .contact-list-content {
  font-size: 1.125rem; }

.footer-nav {
  -webkit-column-count: 3;
  /* Ch, Saf, And, BB  */
  -moz-column-count: 3;
  /* Fx */
  column-count: 3;
  /* IE 10, Op 11.1+ */ }
  @media only screen and (max-width: 700px) {
    .footer-nav {
      -webkit-column-count: 1;
      /* Ch, Saf, And, BB  */
      -moz-column-count: 1;
      /* Fx */
      column-count: 1;
      /* IE 10, Op 11.1+ */ } }
  .footer-nav li {
    padding-right: 30px; }
  .footer-nav a {
    box-sizing: border-box;
    font-size: 0.875rem;
    display: inline-block;
    color: #BFD0E0;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
    background-image: url(../gfx/icons/arrows/grey/right.svg);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s; }
    .footer-nav a:hover {
      color: #17C0FF; }

.loading_more {
  text-align: center;
  margin-top: 30px; }
  .loading_more .load-more-references {
    display: none; }
    @media only screen and (max-width: 1300px) {
      .loading_more .load-more-references {
        display: inline-block; } }

.recaptchaContainer {
  padding-left: 10px;
  margin-bottom: 20px;
  display: block; }
  @media only screen and (max-width: 460px) {
    .recaptchaContainer #contactform {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.footer-terms {
  background: #10202F;
  padding-bottom: 10px; }

.footer-wrap {
  width: 1240px;
  margin: 0 auto;
  font-size: 0; }
  @media only screen and (max-width: 1280px) {
    .footer-wrap {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  .footer-wrap .terms-and-conditions {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 0.875rem;
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .footer-wrap .terms-and-conditions {
        width: 100%;
        text-align: center;
        padding: 10px 0; } }
    .footer-wrap .terms-and-conditions a {
      color: #BFD0E0;
      transition: color 0.2s; }
      .footer-wrap .terms-and-conditions a:hover {
        color: #17C0FF; }
  .footer-wrap .created-by {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 0.875rem;
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .footer-wrap .created-by {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0; } }
    .footer-wrap .created-by a {
      color: #BFD0E0;
      transition: color 0.2s; }
      .footer-wrap .created-by a:hover {
        color: #17C0FF; }

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