/* MAIN SCSS DOCUMENT */
/* REQUIRED PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  margin: 0 0 20px 20px; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

/* WORDPRESS GENERAL */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 750px; } }
@media (min-width: 1092px) {
  .container {
    max-width: 1070px; } }
@media (min-width: 1480px) {
  .container {
    max-width: 1500px; } }
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 750px; } }
@media (min-width: 1092px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1070px; } }
@media (min-width: 1480px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1500px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1092px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1480px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1092px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1480px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1092px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1480px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1092px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1480px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
/* FONTS & COLORS */
/* FONT VARIABLES */
/* FONT AWESOME */
/* BASE */
/* GENERAL CSS */
html {
  overflow-x: hidden; }
  html body {
    position: relative;
    float: left;
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    image-rendering: -webkit-optimize-contrast;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    display: table;
    height: 100%; }

@media (max-width: 767px) {
  html body {
    font-size: 14px;
    line-height: 23px; } }
#content {
  padding-bottom: 60px; }

body.post-type-archive-stellenangebote li#menu-item-330 a, body.single-stellenangebote li#menu-item-330 a {
  font-weight: 700;
  color: #009FE3; }

/* GLOBAL */
img {
  max-width: 100%; }

i {
  font-style: italic; }

/*TABLE */
table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
  font-weight: 400;
  max-width: 100%;
  vertical-align: middle; }
  table label {
    color: #112244;
    font-weight: bold;
    min-width: inherit; }
  table tr {
    display: table-row; }
    table tr td:first-child {
      padding: 0 10px 0 0; }
    table tr td {
      padding: 0px 10px;
      display: table-cell;
      vertical-align: middle; }
      table tr td p {
        margin: 0; }
    table tr th {
      text-align: left;
      padding: 0px 10px;
      display: table-cell;
      color: #112244;
      font-weight: bold; }
    table tr th:first-child {
      padding: 0 10px 0 0; }
  table thead {
    padding: 0 0 30px 0; }

.content.four {
  margin-bottom: 80px;
  text-align: center; }

/* INVOERVELDEN + BUTTON */
input, select {
  font-size: 11px;
  line-height: normal;
  height: 37px;
  background-color: transparent;
  color: #000000;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

input {
  padding: 2px 2px 2px 16px; }

select {
  padding: 0 45px 0 15px; }

textarea {
  position: relative;
  float: left;
  height: 200px;
  font-size: 16px;
  line-height: 26px;
  padding: 15px;
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 0px; }

input:focus, select:focus, textarea:focus {
  outline: none;
  border: 2px solid #009FE3; }

button:focus {
  outline: none;
  border: none; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  margin: 7px 4px 4px 0;
  min-width: inherit; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  background-color: #009FE3;
  color: #fff;
  border: none;
  float: left;
  height: auto;
  font-style: normal;
  border-radius: 2px;
  padding: 11px 69px;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  box-shadow: 3px 3px 5px 0px #c2c2c2;
  -webkit-box-shadow: 3px 3px 5px 0px #c2c2c2;
  -moz-box-shadow: 3px 3px 5px 0px #c2c2c2;
  background-color: #009FE3;
  color: #fff;
  text-decoration: none; }

.button {
  position: relative;
  background-color: #009FE3;
  color: #fff;
  border: none;
  float: left;
  height: auto;
  font-style: normal;
  border-radius: 2px;
  padding: 11px 69px;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:link, .button:visited {
    background-color: #009FE3;
    color: #fff; }
  .button:hover, .button:active {
    box-shadow: 3px 3px 5px 0px #c2c2c2;
    -webkit-box-shadow: 3px 3px 5px 0px #c2c2c2;
    -moz-box-shadow: 3px 3px 5px 0px #c2c2c2;
    background-color: #009FE3;
    color: #fff;
    text-decoration: none; }

label {
  position: relative;
  float: left;
  width: auto;
  min-width: 200px; }

select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  background-image: url("../images/angle-down.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45px; }

select[multiple=multiple] {
  padding: 0 15px;
  height: 100px;
  background-image: inherit; }

/*for IE10*/
select::-ms-expand {
  display: none; }

/* GRAVITY FORMS */
#input_3_5 {
  padding: 8px 2px 2px 16px !important; }

.gfield--type-hidden {
  display: none !important; }

.gform_wrapper {
  position: relative;
  float: left;
  width: 100%; }
  .gform_wrapper .gform_heading {
    display: none; }
  .gform_wrapper form {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }

.gform_body {
  position: relative;
  float: left;
  width: 100%; }

.gform_wrapper ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none; }
  .gform_wrapper ul li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0 0 20px 0; }

.gform_validation_container {
  display: none !important; }

.gfield_label {
  position: relative;
  width: 100%;
  line-height: 45px;
  font-weight: 600; }

.gform_wrapper .ginput_container {
  position: relative;
  float: left;
  width: 70%; }
.gform_wrapper .ginput_container_singleproduct {
  position: relative;
  float: left; }
  .gform_wrapper .ginput_container_singleproduct input {
    float: left; }
.gform_wrapper input, .gform_wrapper select {
  width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  width: auto; }

.gform_footer {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 0;
  margin-top: 10px; }

@media (max-width: 767px) {
  .gform_footer {
    padding-left: 0; } }
.gform_wrapper input[type="submit"] {
  width: 100%; }

.ginput_quantity_label {
  position: relative;
  float: left;
  margin: 0 10px 0 30px; }

.ginput_product_price_label {
  position: relative;
  float: left; }

.ginput_product_price {
  position: relative;
  float: left;
  font-weight: bold; }

.gfield_required {
  color: red; }

.gfield_radio {
  position: relative;
  float: left; }

ul.gfield_checkbox li, ul.gfield_radio li {
  margin: 0 0 0 0; }

/* GRAVITY FORMS MELDINGEN */
.validation_error {
  position: relative;
  float: left;
  width: 100%;
  background-color: #e52130;
  padding: 15px;
  color: #fff;
  margin: 0 0 20px 0; }

.gform_wrapper .validation_message.gfield_description {
  clear: both;
  color: #FFF;
  float: left;
  left: 30%;
  padding: 0px 10px;
  position: relative;
  background-color: #e52130;
  margin: 14px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px; }
  .gform_wrapper .validation_message.gfield_description:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e52130;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0; }

@media (max-width: 767px) {
  .gfield_label {
    width: 100%; }

  .gform_wrapper .ginput_container {
    width: 100%; }
  .gform_wrapper input[type="submit"] {
    margin-left: 0; }
  .gform_wrapper .validation_message.gfield_description {
    left: 0; } }
/* TEXT GENERAL */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 10px 0; }

h1 {
  font-size: 36px;
  line-height: 41px; }

h2 {
  font-size: 20px;
  line-height: 24px; }

h3 {
  font-size: 18px;
  line-height: 22px; }

h4 {
  font-size: 16px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 14px;
  line-height: 20px; }

p {
  margin: 0 0 20px 0; }

address {
  margin: 0 0 20px 0;
  font-style: normal; }

/* LINKS GENERAL */
a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

a:link {
  text-decoration: none;
  color: #000000; }

a:visited {
  text-decoration: none;
  color: #000000; }

a:hover {
  text-decoration: underline;
  color: #000000; }

a:active {
  text-decoration: underline;
  color: #000000; }

/* WooCommerce info */
.woocommerce-message {
  position: relative;
  float: left;
  width: 100%;
  background-color: #c2c2c2;
  padding: 15px;
  margin: 0 0 20px 0; }
  .woocommerce-message .button {
    margin-right: 10px; }

.woocommerce-info {
  position: relative;
  float: left;
  width: 100%;
  background-color: #c2c2c2;
  padding: 15px;
  margin: 0 0 20px 0; }
  .woocommerce-info .button {
    margin-right: 10px; }

/* WooCommerce Errors */
.woocommerce-error {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  background: #e52130; }
  .woocommerce-error li {
    color: #fff;
    margin: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px; }
    .woocommerce-error li:last-child {
      margin: 0px; }
  .woocommerce-error .button {
    margin-right: 10px; }

.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce-MyAccount-navigation-link--contributions {
  display: none; }

/* REVIEWS */
.woocommerce #reviews .form-contribution .form-row, .woocommerce-page #reviews .form-contribution .form-row {
  float: left !important; }

/* LAYOUTS */
header.top-header {
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  top: 0; }
  header.top-header .inner-topheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    width: 100%;
    padding: 11.5px 0; }
    header.top-header .inner-topheader .leftside {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header.top-header .inner-topheader .leftside a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #000000;
        font-size: 14px;
        line-height: 12px;
        margin-right: 20px; }
        header.top-header .inner-topheader .leftside a svg {
          height: 12px;
          width: auto;
          fill: #009FE3;
          margin-right: 10px; }
    header.top-header .inner-topheader .rightside {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header.top-header .inner-topheader .rightside span.morethen {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000000;
        font-size: 14px;
        line-height: 12px;
        margin-right: 20px; }
        header.top-header .inner-topheader .rightside span.morethen svg {
          height: 12px;
          width: auto;
          fill: #009FE3;
          margin-right: 10px; }
      header.top-header .inner-topheader .rightside a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #000000;
        font-size: 14px;
        line-height: 12px;
        margin-right: 20px; }
        header.top-header .inner-topheader .rightside a svg {
          height: 12px;
          width: auto;
          fill: #009FE3; }
          header.top-header .inner-topheader .rightside a svg:nth-child(5) {
            margin-right: 10px; }

header.main-header {
  -webkit-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -ms-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  position: fixed;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  top: 35px;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #f2f2f2; }
  header.main-header .inner-topmainheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    width: 100%; }
    header.main-header .inner-topmainheader a.logo {
      display: inline-block;
      padding: 7px 0;
      margin-right: 0; }
      header.main-header .inner-topmainheader a.logo img {
        max-width: 190px;
        width: 100%;
        height: auto; }
    header.main-header .inner-topmainheader a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      font-size: 14px;
      line-height: 15px;
      margin-right: 10px; }
      header.main-header .inner-topmainheader a svg {
        height: 22px;
        width: auto;
        fill: #000000; }
    header.main-header .inner-topmainheader a.nav-toggle {
      position: relative;
      right: 0;
      height: 32px;
      width: 30px;
      text-decoration: none;
      margin-right: 0; }
      header.main-header .inner-topmainheader a.nav-toggle.active .burger {
        top: 8px;
        left: 2px; }
        header.main-header .inner-topmainheader a.nav-toggle.active .burger .line:nth-child(1) {
          -moz-transform: rotate(-45deg) translate(-1px, 6px);
          -o-transform: rotate(-45deg) translate(-1px, 6px);
          -ms-transform: rotate(-45deg) translate(-1px, 6px);
          -webkit-transform: rotate(-45deg) translate(-1px, 6px);
          transform: rotate(-45deg) translate(-1px, 6px); }
        header.main-header .inner-topmainheader a.nav-toggle.active .burger .line:nth-child(2) {
          -moz-transform: scale(0.1);
          -o-transform: scale(0.1);
          -ms-transform: scale(0.1);
          -webkit-transform: scale(0.1);
          transform: scale(0.1); }
        header.main-header .inner-topmainheader a.nav-toggle.active .burger .line:nth-child(3) {
          -moz-transform: rotate(45deg) translate(-1px, -6px);
          -o-transform: rotate(45deg) translate(-1px, -6px);
          -ms-transform: rotate(45deg) translate(-1px, -6px);
          -webkit-transform: rotate(45deg) translate(-1px, -6px);
          transform: rotate(45deg) translate(-1px, -6px); }
      header.main-header .inner-topmainheader a.nav-toggle small {
        color: #000000;
        position: absolute;
        bottom: -8px;
        left: 3px;
        font-size: 10px; }
      header.main-header .inner-topmainheader a.nav-toggle .burger {
        display: inline-block;
        position: absolute;
        height: 16px;
        top: 8px;
        left: 6px; }
        header.main-header .inner-topmainheader a.nav-toggle .burger .line {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 2px;
          background-color: #3e3e3e;
          -webkit-transition: 0.3s ease all;
          -moz-transition: 0.3s ease all;
          -ms-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          header.main-header .inner-topmainheader a.nav-toggle .burger .line:nth-child(1) {
            top: 0px; }
          header.main-header .inner-topmainheader a.nav-toggle .burger .line:nth-child(2) {
            top: 5px; }
          header.main-header .inner-topmainheader a.nav-toggle .burger .line:nth-child(3) {
            top: 10px; }
    header.main-header .inner-topmainheader nav.menu ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0;
      list-style: none; }
      header.main-header .inner-topmainheader nav.menu ul li {
        padding: 31px 20px; }
        header.main-header .inner-topmainheader nav.menu ul li a {
          display: inline-block;
          width: 100%;
          font-size: 14px;
          line-height: 18px;
          color: #000000; }
          header.main-header .inner-topmainheader nav.menu ul li a:hover {
            color: #009FE3;
            text-decoration: none; }
      header.main-header .inner-topmainheader nav.menu ul li.custombtn {
        padding: 21px 20px; }
        header.main-header .inner-topmainheader nav.menu ul li.custombtn a {
          padding: 5px 0;
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          width: 140px;
          text-align: center;
          color: #fff;
          background-color: #009FE3; }
          header.main-header .inner-topmainheader nav.menu ul li.custombtn a:hover {
            color: #fff;
            text-decoration: none; }
      header.main-header .inner-topmainheader nav.menu ul li.current-menu-item.custombtn a {
        font-weight: 700;
        color: #fff; }
      header.main-header .inner-topmainheader nav.menu ul li.current-menu-item a {
        font-weight: 700;
        color: #009FE3; }
    header.main-header .inner-topmainheader nav.menu .contact {
      display: none; }

header.main-header.top {
  top: 0; }

@media (min-width: 1092px) and (max-width: 1479px) {
  header.top-header .inner-topheader {
    padding: 10px 0; }
    header.top-header .inner-topheader .leftside {
      display: none; }
    header.top-header .inner-topheader .rightside {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%; }
      header.top-header .inner-topheader .rightside span.morethen {
        margin-right: 0;
        margin-bottom: 5px; }

  header.main-header {
    top: 49px; }
    header.main-header .inner-topmainheader nav.menu ul li {
      padding: 31px 12px; } }
@media (min-width: 768px) and (max-width: 1091px) {
  header.top-header .inner-topheader {
    padding: 10px 0; }
    header.top-header .inner-topheader .leftside {
      display: none; }
    header.top-header .inner-topheader .rightside {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%; }
      header.top-header .inner-topheader .rightside span.morethen {
        margin-right: 0;
        margin-bottom: 5px; }

  header.main-header {
    top: 49px; }
    header.main-header .inner-topmainheader a.logo {
      flex: 0 0 75%;
      max-width: 75%; }
    header.main-header .inner-topmainheader nav.menu {
      -webkit-transition: ease all 20ms;
      -moz-transition: ease all 20ms;
      -ms-transition: ease all 20ms;
      -o-transition: ease all 20ms;
      transition: ease all 20ms;
      display: none;
      visibility: visible;
      opacity: 1;
      background-color: #fff;
      overflow-y: scroll;
      width: 450px;
      top: 80px;
      left: -15px;
      position: absolute;
      z-index: 1;
      height: 100%;
      min-height: 800px; }
      header.main-header .inner-topmainheader nav.menu ul.menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-y: scroll;
        background-color: #fff;
        width: 100%;
        position: relative;
        float: left;
        margin: 0;
        list-style: none;
        padding: 20px 10px; }
        header.main-header .inner-topmainheader nav.menu ul.menu li {
          width: 100%;
          padding: 0;
          position: relative;
          float: left;
          cursor: none; }
          header.main-header .inner-topmainheader nav.menu ul.menu li a {
            cursor: pointer;
            display: block;
            padding: 13px 10px;
            width: 100%;
            padding-left: 15px;
            z-index: 100;
            position: relative;
            float: left;
            font-size: 14px;
            line-height: 14px;
            border-bottom: 1px solid #f2f2f2; }
      header.main-header .inner-topmainheader nav.menu .contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-bottom: 20px; }
        header.main-header .inner-topmainheader nav.menu .contact a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
          color: #000000;
          font-size: 14px;
          line-height: 15px;
          margin-right: 20px;
          margin-bottom: 10px; }
          header.main-header .inner-topmainheader nav.menu .contact a svg {
            height: 20px;
            width: auto;
            fill: #009FE3;
            margin-right: 10px; } }
@media (max-width: 767px) {
  header.top-header .inner-topheader {
    padding: 10px 0; }
    header.top-header .inner-topheader .leftside {
      display: none; }
    header.top-header .inner-topheader .rightside {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%; }
      header.top-header .inner-topheader .rightside span.morethen {
        margin-right: 0;
        margin-bottom: 5px; }

  header.main-header {
    top: 49px; }
    header.main-header .inner-topmainheader a.logo {
      flex: 0 0 70%;
      max-width: 70%; }
      header.main-header .inner-topmainheader a.logo img {
        max-width: 100px;
        padding: 6px 0; }
    header.main-header .inner-topmainheader nav.menu {
      -webkit-transition: ease all 20ms;
      -moz-transition: ease all 20ms;
      -ms-transition: ease all 20ms;
      -o-transition: ease all 20ms;
      transition: ease all 20ms;
      display: none;
      visibility: visible;
      opacity: 1;
      background-color: #fff;
      overflow-y: scroll;
      width: calc(100% + 30px);
      top: 62px;
      left: -15px;
      position: absolute;
      z-index: 1;
      height: 100%;
      min-height: 800px; }
      header.main-header .inner-topmainheader nav.menu ul.menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-y: scroll;
        background-color: #fff;
        width: 100%;
        position: relative;
        float: left;
        margin: 0;
        list-style: none;
        padding: 20px 10px; }
        header.main-header .inner-topmainheader nav.menu ul.menu li {
          width: 100%;
          padding: 0;
          position: relative;
          float: left;
          cursor: none; }
          header.main-header .inner-topmainheader nav.menu ul.menu li a {
            cursor: pointer;
            display: block;
            padding: 13px 10px;
            width: 100%;
            padding-left: 15px;
            z-index: 100;
            position: relative;
            float: left;
            font-size: 14px;
            line-height: 14px;
            border-bottom: 1px solid #f2f2f2; }
      header.main-header .inner-topmainheader nav.menu .contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-bottom: 20px; }
        header.main-header .inner-topmainheader nav.menu .contact a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
          color: #000000;
          font-size: 14px;
          line-height: 15px;
          margin-right: 20px;
          margin-bottom: 10px; }
          header.main-header .inner-topmainheader nav.menu .contact a svg {
            height: 20px;
            width: auto;
            fill: #009FE3;
            margin-right: 10px; } }
section.banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 100%;
  height: 442px;
  margin-bottom: 95px; }
  section.banner .banner-overlay {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 400px;
    left: 0; }
    section.banner .banner-overlay .inner-overlay {
      background-color: #009FE3;
      border-radius: 5px;
      padding: 35px;
      width: 490px; }
      section.banner .banner-overlay .inner-overlay h1.title {
        color: #fff;
        margin-bottom: 5px;
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 30px; }
      section.banner .banner-overlay .inner-overlay h5.subtitle {
        color: #fff;
        margin-bottom: 5px;
        min-height: 23px;
        position: relative;
        display: block; }

body.home section.banner .banner-overlay {
  top: 370px; }

body.stellenangebote-template-default section.banner .banner-overlay {
  top: 355px; }

@media (max-width: 767px) {
  section.banner .banner-overlay .inner-overlay {
    width: 100% !important; }
    section.banner .banner-overlay .inner-overlay h5.subtitle {
      margin-bottom: 0; } }
.content.homepage {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.homepage section.introtext {
    position: relative;
    display: inline-block;
    width: 100%; }
    .content.homepage section.introtext .innertitlecol {
      position: relative;
      display: inline-block;
      max-width: 370px;
      padding-left: 35px; }
      .content.homepage section.introtext .innertitlecol h5.title {
        color: #000000;
        margin: 0; }
      .content.homepage section.introtext .innertitlecol span.line {
        position: relative;
        display: inline-block;
        top: -2px;
        height: 2px;
        background-color: #009FE3;
        width: 65px; }
    .content.homepage section.introtext .innertextcol {
      position: relative;
      display: inline-block;
      max-width: 85%; }
      .content.homepage section.introtext .innertextcol .text {
        width: 100%;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 16px; }
  .content.homepage section.service {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 95px 0 40px 0; }
    .content.homepage section.service .bg {
      width: 100%;
      height: 640px;
      margin-top: 80px;
      background-color: #f2f2f2;
      display: inline-block;
      position: absolute; }
    .content.homepage section.service .inner-service {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content.homepage section.service .inner-service .single {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 300px;
        max-width: 300px;
        margin: 0 95px 50px 95px;
        text-decoration: none; }
        .content.homepage section.service .inner-service .single:hover {
          box-shadow: 3px 3px 5px 0px #c2c2c2;
          -webkit-box-shadow: 3px 3px 5px 0px #c2c2c2;
          -moz-box-shadow: 3px 3px 5px 0px #c2c2c2; }
        .content.homepage section.service .inner-service .single .holder {
          display: inline-block;
          position: relative; }
          .content.homepage section.service .inner-service .single .holder .squares {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: flex-end;
            top: -15px;
            text-align: center;
            width: 100%;
            position: absolute;
            right: 1px; }
            .content.homepage section.service .inner-service .single .holder .squares svg {
              top: 0;
              position: absolute;
              height: 27px;
              width: unset; }
        .content.homepage section.service .inner-service .single .img {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: top;
          width: 100%;
          height: 225px;
          display: inline-block; }
        .content.homepage section.service .inner-service .single .textcontent {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 25px 50px 30px 25px;
          background-color: #fff;
          box-shadow: 5px 5px 10px 0 #e8e8e8; }
          .content.homepage section.service .inner-service .single .textcontent span.name {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 10px; }
          .content.homepage section.service .inner-service .single .textcontent span.text {
            font-size: 14px;
            line-height: 16px; }
          .content.homepage section.service .inner-service .single .textcontent .btnholder {
            display: inline-block;
            position: relative; }
            .content.homepage section.service .inner-service .single .textcontent .btnholder span.toservice {
              -webkit-transition: 200ms ease all;
              -moz-transition: 200ms ease all;
              -ms-transition: 200ms ease all;
              -o-transition: 200ms ease all;
              transition: 200ms ease all;
              position: absolute;
              background-color: #009FE3;
              right: -50px;
              bottom: -30px;
              height: 45px;
              width: 45px; }
              .content.homepage section.service .inner-service .single .textcontent .btnholder span.toservice:hover {
                background-color: #00b1fd; }
              .content.homepage section.service .inner-service .single .textcontent .btnholder span.toservice svg {
                fill: #fff;
                height: 45px;
                width: 45px; }
  .content.homepage section.textblock {
    position: relative;
    display: inline-block;
    width: 100%; }
    .content.homepage section.textblock .innertitlecol {
      position: relative;
      display: inline-block;
      max-width: 370px;
      padding-left: 35px; }
      .content.homepage section.textblock .innertitlecol h5.title {
        color: #000000;
        margin: 0; }
      .content.homepage section.textblock .innertitlecol span.line {
        position: relative;
        display: inline-block;
        top: -2px;
        height: 2px;
        background-color: #009FE3;
        width: 65px; }
      .content.homepage section.textblock .innertitlecol svg {
        position: absolute;
        left: 40px;
        top: 55px; }
    .content.homepage section.textblock span.text {
      display: inline-block;
      position: relative;
      max-width: 80%;
      font-size: 14px;
      margin-bottom: 40px; }

@media (min-width: 1092px) and (max-width: 1479px) {
  .content.homepage section.introtext .innertitlecol {
    max-width: none; }

  .content.homepage section.introtext .innertextcol {
    max-width: 100%; }

  .content.homepage section.service .inner-service .single {
    margin: 0 23px 50px 23px; } }
@media (min-width: 768px) and (max-width: 1091px) {
  .content.homepage section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.homepage section.introtext .textcol {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.homepage section.introtext .innertitlecol {
    padding-left: 0; }
    .content.homepage section.introtext .innertitlecol span.line {
      top: -5px;
      max-width: none; }

  .content.homepage section.introtext .innertextcol {
    max-width: 100%; }

  .content.homepage section.service .bg {
    height: 950px; }

  .content.homepage section.service .inner-service .single {
    margin: 0 30px 50px 30px; }

  .content.homepage section.textblock .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.homepage section.textblock .innertitlecol {
    max-width: none;
    width: 100%;
    padding-left: 0; }
    .content.homepage section.textblock .innertitlecol span.line {
      top: -5px; }
    .content.homepage section.textblock .innertitlecol svg {
      right: 0;
      left: auto; } }
@media (max-width: 767px) {
  .content.homepage section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.homepage section.introtext .textcol {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.homepage section.introtext .innertitlecol {
    padding-left: 0; }
    .content.homepage section.introtext .innertitlecol span.line {
      top: -5px;
      max-width: none; }

  .content.homepage section.introtext .innertextcol {
    max-width: 100%; }

  .content.homepage section.service .bg {
    height: 1935px; }

  .content.homepage section.service .inner-service .single {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 50px 0; }

  .content.homepage section.textblock .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.homepage section.textblock .innertitlecol {
    max-width: none;
    width: 100%;
    padding-left: 0; }
    .content.homepage section.textblock .innertitlecol span.line {
      top: -5px; }
    .content.homepage section.textblock .innertitlecol svg {
      right: 0;
      left: auto; }

  .content.homepage section.textblock span.text {
    max-width: 100%; }
    .content.homepage section.textblock span.text p {
      font-size: 14px;
      line-height: 17px; } }
.content.single-dienst {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.single-dienst section.banner .banner-overlay {
    top: 360px; }
    .content.single-dienst section.banner .banner-overlay .inner-overlay h1.title {
      margin-bottom: 10px; }
  .content.single-dienst section.introtext {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px; }
    .content.single-dienst section.introtext .innertextcol {
      position: relative;
      display: inline-block;
      max-width: 80%; }
      .content.single-dienst section.introtext .innertextcol .text {
        width: 100%;
        font-size: 14px;
        line-height: 17px; }
      .content.single-dienst section.introtext .innertextcol a.button {
        margin-top: 20px; }
  .content.single-dienst section.images {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0; }
    .content.single-dienst section.images .imagecol {
      display: inline-block;
      position: relative;
      width: 100%; }
      .content.single-dienst section.images .imagecol .img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 360px;
        display: inline-block; }
  .content.single-dienst section.slidertext {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 90px 0 70px 0; }
    .content.single-dienst section.slidertext .holder {
      display: inline-block;
      position: relative;
      width: 100%;
      z-index: 20; }
      .content.single-dienst section.slidertext .holder .squares {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        top: -15px;
        text-align: center;
        width: 100%;
        position: absolute;
        right: 1px; }
        .content.single-dienst section.slidertext .holder .squares svg {
          top: 0;
          position: absolute;
          height: 27px;
          width: unset;
          z-index: 1; }
    .content.single-dienst section.slidertext .slider-col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      float: left;
      width: 100%; }
      .content.single-dienst section.slidertext .slider-col span.prev, .content.single-dienst section.slidertext .slider-col span.next {
        -webkit-transition: 200ms ease all;
        -moz-transition: 200ms ease all;
        -ms-transition: 200ms ease all;
        -o-transition: 200ms ease all;
        transition: 200ms ease all;
        position: absolute;
        background-color: #009FE3;
        bottom: -40px;
        height: 25px;
        width: 25px;
        left: 340px;
        cursor: pointer; }
        .content.single-dienst section.slidertext .slider-col span.prev:hover, .content.single-dienst section.slidertext .slider-col span.next:hover {
          background-color: #00b1fd; }
        .content.single-dienst section.slidertext .slider-col span.prev svg, .content.single-dienst section.slidertext .slider-col span.next svg {
          fill: #fff;
          height: 25px;
          width: 25px; }
      .content.single-dienst section.slidertext .slider-col span.prev {
        left: 310px; }
        .content.single-dienst section.slidertext .slider-col span.prev svg {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .content.single-dienst section.slidertext .slider-col .slick-slide {
        position: relative;
        float: left;
        width: 100%; }
        .content.single-dienst section.slidertext .slider-col .slick-slide:not(:first-child) {
          display: none; }
        .content.single-dienst section.slidertext .slider-col .slick-slide.slick-slide {
          display: block; }
        .content.single-dienst section.slidertext .slider-col .slick-slide img {
          display: inline-block;
          width: 100%;
          height: auto;
          border-radius: 5px; }
      .content.single-dienst section.slidertext .slider-col .slick-list {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        z-index: 1; }
    .content.single-dienst section.slidertext .innerslidertextcol {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 100%;
      padding-left: 60px; }
      .content.single-dienst section.slidertext .innerslidertextcol h5.title {
        color: #000000;
        width: 100%;
        margin-bottom: 25px; }
      .content.single-dienst section.slidertext .innerslidertextcol .text {
        font-size: 14px;
        color: #000000;
        max-width: 80%;
        margin-bottom: 35px; }
      .content.single-dienst section.slidertext .innerslidertextcol a.button {
        display: inline-block;
        width: fit-content; }

@media (min-width: 1092px) and (max-width: 1479px) {
  .content.single-dienst section.introtext .innertextcol {
    max-width: 95%; } }
@media (min-width: 768px) and (max-width: 1091px) {
  .content.single-dienst section.introtext .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .content.single-dienst section.introtext .innertextcol {
    max-width: 95%; }

  .content.single-dienst section.images .imagecol {
    flex: 0 0 50%;
    max-width: 50%; }
    .content.single-dienst section.images .imagecol:nth-child(3) {
      display: none; }

  .content.single-dienst section.slidertext {
    margin: 50px 0 70px 0; }
    .content.single-dienst section.slidertext .bigslidercol {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      flex: 0 0 100%;
      max-width: 100%; }
    .content.single-dienst section.slidertext .bigslidertextcol {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }

  .content.single-dienst section.slidertext .innerslidertextcol {
    padding-left: 0; }
    .content.single-dienst section.slidertext .innerslidertextcol .text {
      max-width: 100%; }

  .content.single-dienst section.slidertext .slider-col {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .content.single-dienst section.slidertext .slider-col span.prev, .content.single-dienst section.slidertext .slider-col span.next {
    left: auto; }

  .content.single-dienst section.slidertext .slider-col span.prev {
    margin-right: 35px; }

  .content.single-dienst section.slidertext .slider-col span.next {
    margin-left: 35px; } }
@media (max-width: 767px) {
  .content.single-dienst section.introtext .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .content.single-dienst section.introtext .innertextcol {
    max-width: 95%; }

  .content.single-dienst section.images .imagecol {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.single-dienst section.images .imagecol:nth-child(2) {
      display: none; }
    .content.single-dienst section.images .imagecol:nth-child(3) {
      display: none; }
    .content.single-dienst section.images .imagecol img {
      min-height: 255px;
      max-height: 100%; }

  .content.single-dienst section.slidertext {
    margin: 50px 0 70px 0; }
    .content.single-dienst section.slidertext .bigslidercol {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      flex: 0 0 100%;
      max-width: 100%; }
    .content.single-dienst section.slidertext .bigslidertextcol {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }

  .content.single-dienst section.slidertext .innerslidertextcol {
    padding-left: 0; }
    .content.single-dienst section.slidertext .innerslidertextcol .text {
      max-width: 100%; }

  .content.single-dienst section.slidertext .slider-col {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .content.single-dienst section.slidertext .slider-col span.prev, .content.single-dienst section.slidertext .slider-col span.next {
    left: auto; }

  .content.single-dienst section.slidertext .slider-col span.prev {
    margin-right: 35px; }

  .content.single-dienst section.slidertext .slider-col span.next {
    margin-left: 35px; } }
.content.archive-projecten {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.archive-projecten section.introtext {
    position: relative;
    display: inline-block;
    width: 100%; }
    .content.archive-projecten section.introtext .innertitlecol {
      position: relative;
      display: inline-block;
      max-width: 370px;
      padding-left: 35px; }
      .content.archive-projecten section.introtext .innertitlecol h5.title {
        color: #000000;
        margin: 0; }
      .content.archive-projecten section.introtext .innertitlecol span.line {
        position: relative;
        display: inline-block;
        top: -2px;
        height: 2px;
        background-color: #009FE3;
        width: 65px; }
    .content.archive-projecten section.introtext .innertextcol {
      position: relative;
      display: inline-block;
      max-width: 85%; }
      .content.archive-projecten section.introtext .innertextcol .text {
        width: 100%;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 17px; }
  .content.archive-projecten section.projects {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 60px 0; }
    .content.archive-projecten section.projects .single-project {
      position: relative;
      display: inline-block;
      width: 100%;
      padding-bottom: 30px; }
      .content.archive-projecten section.projects .single-project .text-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        position: relative;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 25px 20px; }
        .content.archive-projecten section.projects .single-project .text-holder h3.title {
          color: #000000;
          position: relative;
          display: inline-block;
          width: 100%;
          margin-bottom: 20px;
          min-height: 58px; }
        .content.archive-projecten section.projects .single-project .text-holder ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          position: relative;
          width: 100%;
          list-style: none;
          margin: 0; }
          .content.archive-projecten section.projects .single-project .text-holder ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            width: 100%; }
            .content.archive-projecten section.projects .single-project .text-holder ul li svg {
              position: relative;
              display: block; }
            .content.archive-projecten section.projects .single-project .text-holder ul li span.text {
              display: block;
              position: relative;
              width: 100%;
              line-height: 28px;
              padding-left: 5px; }
      .content.archive-projecten section.projects .single-project a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #009FE3;
        padding: 16px 20px;
        text-align: center;
        position: relative;
        width: 100%;
        color: #fff;
        text-decoration: none; }
        .content.archive-projecten section.projects .single-project a:hover svg {
          margin-left: 10px; }
        .content.archive-projecten section.projects .single-project a svg {
          margin-left: 0;
          -webkit-transition: 200ms ease all;
          -moz-transition: 200ms ease all;
          -ms-transition: 200ms ease all;
          -o-transition: 200ms ease all;
          transition: 200ms ease all;
          fill: #fff; }
    .content.archive-projecten section.projects ul.pagination {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0;
      list-style: none;
      width: 100%; }
      .content.archive-projecten section.projects ul.pagination li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        height: 25px;
        width: 25px; }
        .content.archive-projecten section.projects ul.pagination li a, .content.archive-projecten section.projects ul.pagination li span {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-transition: 200ms ease all;
          -moz-transition: 200ms ease all;
          -ms-transition: 200ms ease all;
          -o-transition: 200ms ease all;
          transition: 200ms ease all;
          position: absolute;
          background-color: #009FE3;
          height: 25px;
          width: 25px;
          cursor: pointer;
          color: #fff;
          padding: 5px 7px;
          font-weight: bold; }
          .content.archive-projecten section.projects ul.pagination li a:hover, .content.archive-projecten section.projects ul.pagination li span:hover {
            background-color: #00b1fd; }
          .content.archive-projecten section.projects ul.pagination li a svg, .content.archive-projecten section.projects ul.pagination li span svg {
            fill: #fff;
            height: 25px;
            width: 25px; }
        .content.archive-projecten section.projects ul.pagination li a.prev, .content.archive-projecten section.projects ul.pagination li a.next {
          padding: 0 1px; }
        .content.archive-projecten section.projects ul.pagination li a.prev svg {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (min-width: 1092px) and (max-width: 1479px) {
  .content.archive-projecten section.introtext .innertitlecol {
    max-width: none; }

  .content.archive-projecten section.introtext .innertextcol {
    max-width: 100%; } }
@media (min-width: 768px) and (max-width: 1091px) {
  .content.archive-projecten section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.archive-projecten section.introtext .textcol {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.archive-projecten section.introtext .innertitlecol {
    padding-left: 0; }
    .content.archive-projecten section.introtext .innertitlecol span.line {
      top: -5px;
      max-width: none; }

  .content.archive-projecten section.introtext .innertextcol {
    max-width: 100%; }

  .content.archive-projecten section.projects .single-project {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 767px) {
  .content.archive-projecten section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.archive-projecten section.introtext .textcol {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.archive-projecten section.introtext .innertitlecol {
    padding-left: 0; }
    .content.archive-projecten section.introtext .innertitlecol span.line {
      top: -5px;
      max-width: none; }

  .content.archive-projecten section.introtext .innertextcol {
    max-width: 100%; }

  .content.archive-projecten section.projects .single-project {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.archive-projecten section.projects .single-project .image {
      height: 270px; } }
.content.single-project {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.single-project section.banner .banner-overlay .inner-overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 151px; }
    .content.single-project section.banner .banner-overlay .inner-overlay h1.title {
      font-size: 22px;
      line-height: 26px; }
  .content.single-project section.banner .banner-overlay .col-6:nth-child(2) .inner-overlay {
    float: right; }
    .content.single-project section.banner .banner-overlay .col-6:nth-child(2) .inner-overlay ul {
      color: #fff;
      margin: 0;
      list-style: none; }
      .content.single-project section.banner .banner-overlay .col-6:nth-child(2) .inner-overlay ul li svg {
        fill: #fff; }
      .content.single-project section.banner .banner-overlay .col-6:nth-child(2) .inner-overlay ul li span {
        color: #fff;
        line-height: 27px;
        padding-left: 5px; }
  .content.single-project section.introtext {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px; }
    .content.single-project section.introtext .innertextcol {
      position: relative;
      display: inline-block;
      max-width: 80%; }
      .content.single-project section.introtext .innertextcol .text {
        width: 100%; }
      .content.single-project section.introtext .innertextcol a.button {
        margin-top: 20px; }
    .content.single-project section.introtext .gform_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content.single-project section.introtext .gform_wrapper .validation_message.gfield_description {
        left: 0;
        padding: 0 10px;
        width: fit-content; }
      .content.single-project section.introtext .gform_wrapper .gform_heading {
        flex: 0 0 70%;
        max-width: 70%; }
        .content.single-project section.introtext .gform_wrapper .gform_heading .gform_required_legend {
          display: none; }
      .content.single-project section.introtext .gform_wrapper form {
        flex: 0 0 100%;
        max-width: 100%; }
        .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          width: 100%; }
          .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -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%;
            max-width: 100%; }
            .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
              font-size: 14px;
              color: #009FE3;
              height: auto;
              margin: 0;
              line-height: 24px;
              font-weight: 400;
              width: 100%; }
            .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
              width: 100%; }
              .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_rules {
                display: none; }
              .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #live_validation_message_3_5 {
                display: none; }
            .content.single-project section.introtext .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
              -webkit-box-flex: 0 0 49%;
              -moz-box-flex: 0 0 49%;
              -webkit-flex: 0 0 49%;
              -ms-flex: 0 0 49%;
              flex: 0 0 49%;
              max-width: 49%; }
        .content.single-project section.introtext .gform_wrapper form .gform_footer input {
          width: fit-content; }

@media (min-width: 1092px) and (max-width: 1479px) {
  .content.single-project section.introtext .innertextcol {
    max-width: 95%; } }
@media (min-width: 768px) and (max-width: 1091px) {
  .content.single-project section.banner {
    height: 500px; }
    .content.single-project section.banner .banner-overlay {
      top: 100px; }
      .content.single-project section.banner .banner-overlay .inner-overlay {
        width: 100% !important; }

  .content.single-project section.banner .banner-overlay .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }

  .content.single-project section.introtext .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .content.single-project section.introtext .innertextcol {
    max-width: 95%; }

  .content.single-project section.images .imagestoslider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .content.single-project section.images .imagecol {
    min-height: 600px; }
    .content.single-project section.images .imagecol img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 600px;
      padding: 0 20px;
      display: inline-block;
      position: relative; }
  .content.single-project section.images span.prev, .content.single-project section.images span.next {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    -ms-transition: 200ms ease all;
    -o-transition: 200ms ease all;
    transition: 200ms ease all;
    position: relative;
    background-color: #112244;
    bottom: -40px;
    height: 25px;
    width: 25px;
    padding: 0;
    cursor: pointer;
    margin-left: 10px; }
    .content.single-project section.images span.prev:after, .content.single-project section.images span.next:after {
      right: 2px; }
    .content.single-project section.images span.prev:hover, .content.single-project section.images span.next:hover {
      background-color: #162c58; }
      .content.single-project section.images span.prev:hover:after, .content.single-project section.images span.next:hover:after {
        right: 2px; }
  .content.single-project section.images span.prev {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 10px; }
    .content.single-project section.images span.prev:after {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .content.single-project section.images .slick-slide {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px; }
    .content.single-project section.images .slick-slide:not(:first-child) {
      display: none; }
    .content.single-project section.images .slick-slide.slick-slide {
      display: block; }
  .content.single-project section.images .slick-list {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1; }
    .content.single-project section.images .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

  .content.single-project section.slidertext {
    margin: 0; }
    .content.single-project section.slidertext .bigslidercol {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      flex: 0 0 100%;
      max-width: 100%; }
    .content.single-project section.slidertext .bigslidertextcol {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }

  .content.single-project section.slidertext .innerslidertextcol {
    padding-left: 0; }
    .content.single-project section.slidertext .innerslidertextcol .text {
      max-width: 100%; }

  .content.single-project section.slidertext .slider-col {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .content.single-project section.slidertext .slider-col span.prev, .content.single-project section.slidertext .slider-col span.next {
    left: auto; } }
@media (max-width: 767px) {
  .content.single-project section.banner {
    height: 600px; }
    .content.single-project section.banner .banner-overlay {
      top: 140px; }
      .content.single-project section.banner .banner-overlay h1.title {
        word-break: break-all; }

  .content.single-project section.banner .banner-overlay .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }

  .content.single-project section.introtext {
    padding-bottom: 0; }
    .content.single-project section.introtext .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 40px; }
      .content.single-project section.introtext .col-6:nth-last-child(1) {
        margin-bottom: 0; }
    .content.single-project section.introtext .innertextcol {
      max-width: 100%; }

  .content.single-project section.images .imagestoslider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .content.single-project section.images .imagecol {
    min-height: 260px; }
    .content.single-project section.images .imagecol img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 260px;
      padding: 0 20px;
      display: inline-block;
      position: relative; }
  .content.single-project section.images span.prev, .content.single-project section.images span.next {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    -ms-transition: 200ms ease all;
    -o-transition: 200ms ease all;
    transition: 200ms ease all;
    position: relative;
    background-color: #112244;
    bottom: -40px;
    height: 25px;
    width: 25px;
    padding: 0;
    cursor: pointer;
    margin-left: 10px; }
    .content.single-project section.images span.prev:after, .content.single-project section.images span.next:after {
      right: 2px; }
    .content.single-project section.images span.prev:hover, .content.single-project section.images span.next:hover {
      background-color: #162c58; }
      .content.single-project section.images span.prev:hover:after, .content.single-project section.images span.next:hover:after {
        right: 2px; }
  .content.single-project section.images span.prev {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: 10px; }
    .content.single-project section.images span.prev:after {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .content.single-project section.images .slick-slide {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px; }
    .content.single-project section.images .slick-slide:not(:first-child) {
      display: none; }
    .content.single-project section.images .slick-slide.slick-slide {
      display: block; }
  .content.single-project section.images .slick-list {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1; }
    .content.single-project section.images .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

  .content.single-project section.form .gform_wrapper form {
    flex: 0 0 100%;
    max-width: 100%; }

  .content.single-project section.slidertext {
    margin: 0; }
    .content.single-project section.slidertext .bigslidercol {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      flex: 0 0 100%;
      max-width: 100%; }
    .content.single-project section.slidertext .bigslidertextcol {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }

  .content.single-project section.slidertext .innerslidertextcol {
    padding-left: 0;
    padding-bottom: 30px; }
    .content.single-project section.slidertext .innerslidertextcol .text {
      max-width: 100%;
      margin-bottom: 15px; }

  .content.single-project section.slidertext .slider-col {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .content.single-project section.slidertext .slider-col span.prev, .content.single-project section.slidertext .slider-col span.next {
    left: auto; } }
.content.afspraakmaken {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.afspraakmaken section.introtext {
    position: relative;
    display: inline-block;
    width: 100%; }
    .content.afspraakmaken section.introtext .innertitlecol {
      position: relative;
      display: inline-block;
      max-width: 90%; }
      .content.afspraakmaken section.introtext .innertitlecol h5.title {
        color: #000000; }
      .content.afspraakmaken section.introtext .innertitlecol .text {
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 260px; }
    .content.afspraakmaken section.introtext .formcol .innerformcol {
      position: absolute;
      display: inline-block;
      width: 100%;
      background-color: #f2f2f2;
      padding: 35px;
      border-radius: 5px;
      bottom: 50px; }
      .content.afspraakmaken section.introtext .formcol .innerformcol h1.title {
        margin-bottom: 30px; }
      .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper .validation_message.gfield_description {
        left: 0;
        padding: 0 10px;
        width: fit-content; }
      .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form {
        width: 100%;
        margin: 0; }
        .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form .gform_body .gform_fields .gfield {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 15px; }
          .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
            font-size: 11px;
            color: #009FE3;
            height: auto;
            margin: 0;
            line-height: 20px;
            font-weight: 400;
            width: 100%; }
          .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
            width: 100%; }
        .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form .gform_body .gform_fields .gfield_html_formatted {
          font-size: 9px;
          line-height: 12px; }
          .content.afspraakmaken section.introtext .formcol .innerformcol .gform_wrapper form .gform_body .gform_fields .gfield_html_formatted b {
            font-weight: bold; }

@media (min-width: 1092px) and (max-width: 1479px) {
  .content.afspraakmaken section.introtext .innertitlecol {
    max-width: none; } }
@media (min-width: 768px) and (max-width: 1091px) {
  .content.afspraakmaken section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.afspraakmaken section.introtext .titlecol .innertitlecol .text {
      margin-bottom: 60px; }
  .content.afspraakmaken section.introtext .formcol {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .content.afspraakmaken section.introtext .formcol .innerformcol {
      position: relative;
      bottom: 0; }

  .content.afspraakmaken section.introtext .innertitlecol {
    max-width: 100%; } }
@media (max-width: 767px) {
  .content.afspraakmaken section.introtext .titlecol {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.afspraakmaken section.introtext .titlecol .innertitlecol .text {
      margin-bottom: 30px; }
  .content.afspraakmaken section.introtext .formcol {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .content.afspraakmaken section.introtext .formcol .innerformcol {
      position: relative;
      bottom: 0; }

  .content.afspraakmaken section.introtext .innertitlecol {
    max-width: 100%; } }
.content.contact {
  position: relative;
  display: inline-block;
  width: 100%; }
  .content.contact section.introtext {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 55px; }
    .content.contact section.introtext .innertitlecol {
      position: relative;
      display: inline-block;
      max-width: 370px; }
      .content.contact section.introtext .innertitlecol h5.title {
        color: #000000;
        margin: 0; }
      .content.contact section.introtext .innertitlecol span.line {
        position: relative;
        display: inline-block;
        top: -2px;
        height: 2px;
        background-color: #009FE3;
        width: 65px; }
      .content.contact section.introtext .innertitlecol .contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: relative;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 15px; }
        .content.contact section.introtext .innertitlecol .contact a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
          color: #000000;
          font-size: 14px;
          line-height: 15px;
          margin-right: 20px;
          margin-bottom: 10px; }
          .content.contact section.introtext .innertitlecol .contact a svg {
            height: 20px;
            width: auto;
            fill: #009FE3;
            margin-right: 10px; }
    .content.contact section.introtext .innertextcol {
      position: relative;
      display: inline-block;
      max-width: 65%; }
      .content.contact section.introtext .innertextcol .text {
        width: 100%;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 17px; }
  .content.contact section.contactandmap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px; }
    .content.contact section.contactandmap .innercontactcol {
      position: relative;
      display: inline-block;
      width: 100%; }
      .content.contact section.contactandmap .innercontactcol h6.title {
        color: #000000; }
      .content.contact section.contactandmap .innercontactcol span.text {
        display: inline-block;
        width: 100%;
        font-size: 14px; }
      .content.contact section.contactandmap .innercontactcol .gform_wrapper .validation_message.gfield_description {
        left: 0;
        padding: 0 10px;
        width: fit-content; }
      .content.contact section.contactandmap .innercontactcol .gform_wrapper form {
        width: 100%; }
        .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          width: 100%; }
          .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 15px; }
            .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
              font-size: 14px;
              color: #009FE3;
              height: auto;
              margin: 0;
              line-height: 24px;
              font-weight: 400;
              width: 100%; }
            .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
              width: 100%; }
            .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
              -webkit-box-flex: 0 0 49%;
              -moz-box-flex: 0 0 49%;
              -webkit-flex: 0 0 49%;
              -ms-flex: 0 0 49%;
              flex: 0 0 49%;
              max-width: 49%; }
        .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_footer input {
          width: fit-content; }
    .content.contact section.contactandmap .innermapcol {
      position: relative;
      display: inline-block;
      width: 100%; }
      .content.contact section.contactandmap .innermapcol h6.title {
        color: #000000; }
      .content.contact section.contactandmap .innermapcol span {
        font-size: 14px; }
      .content.contact section.contactandmap .innermapcol iframe {
        display: inline-block;
        width: 100%;
        margin-top: 20px; }
    .content.contact section.contactandmap img {
      margin-top: 20px;
      position: relative;
      display: inline-block;
      height: 100%;
      width: 100%; }
  .content.contact section.contactperson {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 35px; }
    .content.contact section.contactperson h6.title {
      color: #000000;
      margin-bottom: 25px; }
    .content.contact section.contactperson .person {
      background-color: #f2f2f2;
      border-radius: 8px;
      padding: 25px 40px 35px 40px;
      max-width: 30.66%;
      max-height: 283px;
      margin: 20px; }
      .content.contact section.contactperson .person .inner .topcontent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .content.contact section.contactperson .person .inner .topcontent .holder {
          display: inline-block;
          position: absolute;
          width: 100%; }
          .content.contact section.contactperson .person .inner .topcontent .holder .squares {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            top: -90px;
            text-align: center;
            position: absolute;
            right: 90px; }
            .content.contact section.contactperson .person .inner .topcontent .holder .squares svg {
              top: 0;
              position: absolute;
              height: 35px; }
        .content.contact section.contactperson .person .inner .topcontent .holderimg {
          display: inline-block;
          position: relative;
          width: 95px;
          height: 90px; }
          .content.contact section.contactperson .person .inner .topcontent .holderimg .img {
            display: inline-block;
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
            image-rendering: auto;
            width: 100%;
            height: 90px;
            border: 1px solid #009FE3;
            border-radius: 50%; }
        .content.contact section.contactperson .person .inner .topcontent .names {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          padding-left: 40px; }
          .content.contact section.contactperson .person .inner .topcontent .names span.name {
            font-size: 14px;
            color: #009FE3;
            line-height: 16px;
            font-weight: bold; }
          .content.contact section.contactperson .person .inner .topcontent .names span.function {
            font-size: 11px;
            color: #000000;
            line-height: 23px; }
      .content.contact section.contactperson .person .inner .bottomcontent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-top: 30px; }
        .content.contact section.contactperson .person .inner .bottomcontent a.telephone {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          color: #000000;
          font-size: 14px;
          margin-bottom: 10px; }
          .content.contact section.contactperson .person .inner .bottomcontent a.telephone svg {
            fill: #009FE3;
            width: 19px;
            height: 15px;
            margin-right: 12px; }
        .content.contact section.contactperson .person .inner .bottomcontent a.email {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          color: #000000;
          font-size: 14px;
          margin-bottom: 25px; }
          .content.contact section.contactperson .person .inner .bottomcontent a.email svg {
            fill: #009FE3;
            width: 17px;
            height: 15px;
            margin-right: 12px; }
        .content.contact section.contactperson .person .inner .bottomcontent a.button {
          width: 100%;
          text-align: center;
          border-radius: 8px; }

@media (min-width: 768px) and (max-width: 1091px) {
  .content.contact section.introtext .innertextcol {
    max-width: 85%; }

  .content.contact section.introtext .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.contact section.introtext .innertitlecol span.line {
    top: -5px; }

  .content.contact section.contactandmap .innercontactcol .gform_wrapper .validation_message.gfield_description {
    font-size: 14px; }

  .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -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%;
    max-width: 100%; }

  .content.contact section.contactperson .person {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px); }

  .content.contact section.contactperson .team {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .content.contact section.contactandmap .innercontactcol h6.title {
    padding-top: 40px; }

  .content.contact section.introtext {
    margin-bottom: 0; }
    .content.contact section.introtext .innertextcol {
      max-width: 100%; }

  .content.contact section.introtext .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .content.contact section.introtext .innertitlecol span.line {
    top: -5px; }

  .content.contact section.contactandmap .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.contact section.contactandmap .col-6:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .content.contact section.contactandmap .col-6:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }

  .content.contact section.contactandmap .innercontactcol .gform_wrapper .validation_message.gfield_description {
    font-size: 14px; }

  .content.contact section.contactandmap .innercontactcol .gform_wrapper form {
    width: 100%; }
    .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
      -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%;
      max-width: 100%; }

  .content.contact section.contactperson .person {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 40px 0; }

  .content.contact section.contactperson .team {
    flex: 0 0 100%;
    max-width: 100%; }
    .content.contact section.contactperson .team img {
      width: 100%; }

  .content.contact section.contactandmap .innercontactcol .gform_wrapper form .gform_footer input {
    width: 100%;
    text-align: center; } }
section.ourprojects {
  background-color: #f2f2f2;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  width: 100%; }
  section.ourprojects h5.title {
    width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 25px; }
  section.ourprojects .inner-project-slider {
    position: relative;
    float: left;
    width: 100%; }
    section.ourprojects .inner-project-slider .single-project {
      position: relative;
      display: inline-block;
      width: 100%;
      padding-bottom: 30px;
      margin: 0 10px; }
      section.ourprojects .inner-project-slider .single-project .text-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.18);
        background-color: #fff;
        position: relative;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 25px 20px; }
        section.ourprojects .inner-project-slider .single-project .text-holder h3.title {
          color: #000000;
          position: relative;
          display: inline-block;
          width: 100%;
          margin-bottom: 20px;
          min-height: 87px; }
        section.ourprojects .inner-project-slider .single-project .text-holder ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          position: relative;
          width: 100%;
          list-style: none;
          margin: 0; }
          section.ourprojects .inner-project-slider .single-project .text-holder ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            width: 100%; }
            section.ourprojects .inner-project-slider .single-project .text-holder ul li svg {
              position: relative;
              display: block; }
            section.ourprojects .inner-project-slider .single-project .text-holder ul li span.text {
              display: block;
              position: relative;
              width: 100%;
              line-height: 28px;
              padding-left: 5px; }
      section.ourprojects .inner-project-slider .single-project a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #009FE3;
        padding: 16px 20px;
        text-align: center;
        position: relative;
        width: 100%;
        color: #fff;
        text-decoration: none; }
        section.ourprojects .inner-project-slider .single-project a:hover svg {
          margin-left: 10px; }
        section.ourprojects .inner-project-slider .single-project a svg {
          margin-left: 0;
          -webkit-transition: 200ms ease all;
          -moz-transition: 200ms ease all;
          -ms-transition: 200ms ease all;
          -o-transition: 200ms ease all;
          transition: 200ms ease all;
          fill: #fff; }
    section.ourprojects .inner-project-slider:not(:first-child) {
      display: none; }
    section.ourprojects .inner-project-slider.slick-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  section.ourprojects .slick-list {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1; }
  section.ourprojects .buttoncol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 100%;
    margin-top: 5px; }

footer.footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 55px; }
  footer.footer section.top-footer {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1; }
    footer.footer section.top-footer .inner-topfooter {
      position: relative;
      display: inline-block;
      margin: 0 15px;
      padding: 30px 135px 40px 135px;
      background-color: #f2f2f2;
      border-radius: 2px; }
      footer.footer section.top-footer .inner-topfooter .col-12 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        footer.footer section.top-footer .inner-topfooter .col-12 .squares {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          top: -44px;
          text-align: center;
          width: 100%;
          position: absolute;
          right: 1px; }
          footer.footer section.top-footer .inner-topfooter .col-12 .squares svg {
            top: 0;
            position: absolute;
            height: 35px; }
        footer.footer section.top-footer .inner-topfooter .col-12 h5.title {
          text-align: center;
          width: 100%; }
        footer.footer section.top-footer .inner-topfooter .col-12 span.line {
          position: relative;
          display: inline-block;
          top: -2px;
          height: 2px;
          background-color: #009FE3;
          width: 65px;
          margin: 0 auto;
          margin-bottom: 35px; }
      footer.footer section.top-footer .inner-topfooter .usprow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 0 150px; }
        footer.footer section.top-footer .inner-topfooter .usprow .uspholder {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          width: 100%;
          margin-bottom: 15px; }
          footer.footer section.top-footer .inner-topfooter .usprow .uspholder svg {
            width: 20px;
            height: 20px;
            min-width: 20px;
            fill: #009FE3; }
          footer.footer section.top-footer .inner-topfooter .usprow .uspholder .usp {
            font-size: 14px;
            line-height: 16px;
            padding-left: 8px; }
  footer.footer section.main-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    padding: 205px 0 70px 0;
    background-color: #009FE3; }
    footer.footer section.main-footer .item .footeritem h5.title {
      color: #fff;
      margin-bottom: 17px; }
    footer.footer section.main-footer .item .footeritem span.text {
      display: inline-block;
      color: #fff;
      max-width: 70%;
      font-size: 14px; }
    footer.footer section.main-footer .item .footeritem .pages {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      footer.footer section.main-footer .item .footeritem .pages a.subitem {
        color: #fff;
        font-size: 14px;
        line-height: 14px; }
    footer.footer section.main-footer .item .footeritem .contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      footer.footer section.main-footer .item .footeritem .contact a, footer.footer section.main-footer .item .footeritem .contact .place, footer.footer section.main-footer .item .footeritem .contact .kvk {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-bottom: 8px;
        font-size: 14px;
        color: #fff; }
        footer.footer section.main-footer .item .footeritem .contact a:hover, footer.footer section.main-footer .item .footeritem .contact .place:hover, footer.footer section.main-footer .item .footeritem .contact .kvk:hover {
          color: #fff; }
        footer.footer section.main-footer .item .footeritem .contact a svg, footer.footer section.main-footer .item .footeritem .contact .place svg, footer.footer section.main-footer .item .footeritem .contact .kvk svg {
          height: 14px;
          width: auto;
          fill: #fff;
          margin-right: 10px; }
        footer.footer section.main-footer .item .footeritem .contact a .content, footer.footer section.main-footer .item .footeritem .contact .place .content, footer.footer section.main-footer .item .footeritem .contact .kvk .content {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          color: #fff; }
          footer.footer section.main-footer .item .footeritem .contact a .content a, footer.footer section.main-footer .item .footeritem .contact a .content span, footer.footer section.main-footer .item .footeritem .contact .place .content a, footer.footer section.main-footer .item .footeritem .contact .place .content span, footer.footer section.main-footer .item .footeritem .contact .kvk .content a, footer.footer section.main-footer .item .footeritem .contact .kvk .content span {
            color: #fff;
            font-size: 14px; }
      footer.footer section.main-footer .item .footeritem .contact .socials {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 25px; }
        footer.footer section.main-footer .item .footeritem .contact .socials a.social {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          position: relative;
          margin-top: 5px;
          width: 20px;
          height: 20px;
          text-align: center;
          text-decoration: none;
          padding: 0;
          border: 1px solid #fff; }
          footer.footer section.main-footer .item .footeritem .contact .socials a.social img {
            display: inline-block;
            position: relative; }
        footer.footer section.main-footer .item .footeritem .contact .socials .facebook img {
          width: 7px;
          height: 13px; }
        footer.footer section.main-footer .item .footeritem .contact .socials .instagram img {
          width: 11px;
          height: 13px; }
    footer.footer section.main-footer .item .footeritem .imageholder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer.footer section.main-footer .item .footeritem .imageholder img {
        height: 100%;
        width: auto;
        max-width: 48%;
        margin-bottom: 15px; }
    footer.footer section.main-footer .textitemholder {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 100%; }
      footer.footer section.main-footer .textitemholder span.build {
        color: #fff;
        font-size: 14px;
        margin-top: 25px; }
        footer.footer section.main-footer .textitemholder span.build a {
          color: #fff;
          font-weight: bold; }
  footer.footer section.mobile-footer {
    display: none; }

/* WHATSAPP */
a.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1110;
  display: inline-block;
  background-color: #11ae09;
  border-radius: 50%;
  text-decoration: none; }
  a.whatsapp svg {
    display: inline-block;
    position: relative;
    fill: #fff;
    width: 50px;
    height: 30px;
    top: 9px; }

@media (min-width: 1092px) and (max-width: 1479px) {
  footer.footer section.top-footer .inner-topfooter {
    padding: 30px 25px 40px 25px; }
    footer.footer section.top-footer .inner-topfooter .usprow {
      padding: 0 30px; } }
@media (min-width: 768px) and (max-width: 1091px) {
  footer.footer section.top-footer .inner-topfooter {
    padding: 30px 25px 40px 25px; }
    footer.footer section.top-footer .inner-topfooter .usprow {
      padding: 0 15px; }

  footer.footer section.main-footer {
    padding: 260px 0 75px 0; }
    footer.footer section.main-footer .item {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  footer.footer section.top-footer {
    position: relative; }
    footer.footer section.top-footer .inner-topfooter {
      padding: 30px 15px 40px 15px; }
      footer.footer section.top-footer .inner-topfooter .usprow {
        padding: 0 15px; }
        footer.footer section.top-footer .inner-topfooter .usprow .col-6 {
          flex: 0 0 100%;
          max-width: 100%; }

  footer.footer section.main-footer {
    display: none; }

  footer.footer section.mobile-footer {
    padding: 40px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    background-color: #009FE3; }
    footer.footer section.mobile-footer .accordion {
      position: relative;
      display: inline-block;
      width: 100%; }
      footer.footer section.mobile-footer .accordion h5.accordiontitle {
        position: relative;
        display: inline-block;
        width: 100%;
        color: #fff;
        transition: 0.4s; }
        footer.footer section.mobile-footer .accordion h5.accordiontitle:after {
          -webkit-transition: 200ms ease all;
          -moz-transition: 200ms ease all;
          -ms-transition: 200ms ease all;
          -o-transition: 200ms ease all;
          transition: 200ms ease all;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          content: url("../images/angle-down.svg");
          position: absolute;
          right: 0;
          top: 0;
          width: 10%;
          float: right; }
      footer.footer section.mobile-footer .accordion h5.accordiontitle.active:after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      footer.footer section.mobile-footer .accordion .panel {
        -webkit-transition: 200ms ease all;
        -moz-transition: 200ms ease all;
        -ms-transition: 200ms ease all;
        -o-transition: 200ms ease all;
        transition: 200ms ease all;
        max-height: 0;
        overflow: hidden;
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        max-width: 100%;
        color: #fff; }
        footer.footer section.mobile-footer .accordion .panel .inner-panel {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          footer.footer section.mobile-footer .accordion .panel .inner-panel a, footer.footer section.mobile-footer .accordion .panel .inner-panel .place, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            -ms-flex-align: flex-start;
            align-items: flex-start;
            margin-bottom: 8px;
            font-size: 14px;
            color: #fff; }
            footer.footer section.mobile-footer .accordion .panel .inner-panel a:hover, footer.footer section.mobile-footer .accordion .panel .inner-panel .place:hover, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk:hover {
              color: #fff; }
            footer.footer section.mobile-footer .accordion .panel .inner-panel a svg, footer.footer section.mobile-footer .accordion .panel .inner-panel .place svg, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk svg {
              height: 14px;
              width: auto;
              fill: #fff;
              margin-right: 10px; }
            footer.footer section.mobile-footer .accordion .panel .inner-panel a .content, footer.footer section.mobile-footer .accordion .panel .inner-panel .place .content, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk .content {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center;
              color: #fff; }
              footer.footer section.mobile-footer .accordion .panel .inner-panel a .content a, footer.footer section.mobile-footer .accordion .panel .inner-panel a .content span, footer.footer section.mobile-footer .accordion .panel .inner-panel .place .content a, footer.footer section.mobile-footer .accordion .panel .inner-panel .place .content span, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk .content a, footer.footer section.mobile-footer .accordion .panel .inner-panel .kvk .content span {
                color: #fff;
                font-size: 14px; }
    footer.footer section.mobile-footer .textitemholder {
      position: relative;
      display: inline-block;
      width: 100%;
      text-align: center;
      padding-bottom: 40px; }
      footer.footer section.mobile-footer .textitemholder span.build {
        color: #fff;
        font-size: 14px;
        margin-top: 25px; }
        footer.footer section.mobile-footer .textitemholder span.build a {
          color: #fff;
          font-weight: bold; }
    footer.footer section.mobile-footer .twocolrow {
      display: none; }
      footer.footer section.mobile-footer .twocolrow .imagesholders h5.title {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: center; }
      footer.footer section.mobile-footer .twocolrow .imagesholders .imageholder {
        text-align: center; }
        footer.footer section.mobile-footer .twocolrow .imagesholders .imageholder img {
          max-width: 80px;
          height: auto; }
      footer.footer section.mobile-footer .twocolrow .socialholder h5.title {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: center; }
      footer.footer section.mobile-footer .twocolrow .socialholder .socials {
        text-align: center; }
        footer.footer section.mobile-footer .twocolrow .socialholder .socials .social {
          margin-right: 5px; }

  a.whatsapp {
    right: 20px;
    bottom: 20px; } }
/* MEDIA QUERIES */

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