@charset "UTF-8";
/* EINSINN. FRMWRK v0.2.3 */
/* ---------------------------------
  LEGEND

  1.  Variables
  2.  Imports
  3.  General
--------------------------------- */
/* ------------------------------------------------------------------------ */
/* =VARIABLES: colors */
/* =VARIABLES: fonts / texts */
@import url("https://use.typekit.net/djd5ypn.css");
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

/* =VARIABLES: grid */
/* =VARIABLES: buttons */
.btn {
  letter-spacing: 0.1em;
}

/* =VARIABLES: images */
/* ------------------------------------------------------------------------ */
/* =IMPORTS: font/s */
/* =IMPORTS: stylesheets */
/* EINSINN. css frmwrk – reset.scss?v=1.0 */
/* ------------------------------------------------------------------------ */
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%;
  font: inherit;
  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 {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* EINSINN. FRMWRK – grid.scss?v=0.2.2 */
/* ------------------------------------------------------------------------ */
/* =GRID: general */
.container,
.container-fullwidth {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.items-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.item-mid {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.nospace {
  margin-left: 0;
  margin-right: 0;
}
.nospace > .gap,
.nospace > [class*=gap] {
  padding-left: 0;
  padding-right: 0;
}

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

.gap {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gap-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12);
          flex: 0 0 calc(100% / 12);
  max-width: calc(100% / 12);
}

.gap-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 2);
          flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.gap-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 3);
          flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.gap-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 4);
          flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.gap-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 5);
          flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.gap-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 6);
          flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.gap-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 7);
          flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.gap-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 8);
          flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.gap-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 9);
          flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.gap-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 10);
          flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.gap-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 12 * 11);
          flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.gap-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: calc(100% / 12);
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.offset-3 {
  margin-left: calc(100% / 12 * 3);
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.offset-6 {
  margin-left: calc(100% / 12 * 6);
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.offset-9 {
  margin-left: calc(100% / 12 * 9);
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

/* =GRID: xs */
@media (max-width: 576px) {
  .xs-none {
    display: none !important;
  }

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

  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .gap-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }

  .gap-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .gap-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .gap-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .gap-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .gap-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .gap-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .gap-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .gap-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .gap-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .gap-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .gap-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xs-1 {
    margin-left: calc(100% / 12);
  }

  .offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }

  .offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }

  .offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }

  .offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }

  .offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }

  .offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }

  .offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }

  .offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }

  .offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }

  .offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
/* =GRID: sm */
@media (min-width: 576px) and (max-width: 768px) {
  .sm-none {
    display: none !important;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .gap-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}
@media (min-width: 576px) {
  .gap-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}
@media (min-width: 576px) {
  .gap-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}
@media (min-width: 576px) {
  .gap-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}
@media (min-width: 576px) {
  .gap-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}
@media (min-width: 576px) {
  .gap-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}
@media (min-width: 576px) {
  .gap-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}
@media (min-width: 576px) {
  .gap-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}
@media (min-width: 576px) {
  .gap-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}
@media (min-width: 576px) {
  .gap-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}
@media (min-width: 576px) {
  .gap-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}
@media (min-width: 576px) {
  .gap-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: calc(100% / 12);
  }
}
@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
/* =GRID: md */
@media (min-width: 768px) and (max-width: 992px) {
  .md-none {
    display: none !important;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .gap-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}
@media (min-width: 768px) {
  .gap-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}
@media (min-width: 768px) {
  .gap-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}
@media (min-width: 768px) {
  .gap-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}
@media (min-width: 768px) {
  .gap-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}
@media (min-width: 768px) {
  .gap-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}
@media (min-width: 768px) {
  .gap-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}
@media (min-width: 768px) {
  .gap-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}
@media (min-width: 768px) {
  .gap-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}
@media (min-width: 768px) {
  .gap-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}
@media (min-width: 768px) {
  .gap-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}
@media (min-width: 768px) {
  .gap-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc(100% / 12);
  }
}
@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
/* =GRID: lg */
@media (min-width: 992px) and (max-width: 1600px) {
  .lg-none {
    display: none !important;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .gap-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}
@media (min-width: 992px) {
  .gap-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}
@media (min-width: 992px) {
  .gap-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) {
  .gap-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}
@media (min-width: 992px) {
  .gap-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}
@media (min-width: 992px) {
  .gap-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}
@media (min-width: 992px) {
  .gap-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}
@media (min-width: 992px) {
  .gap-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}
@media (min-width: 992px) {
  .gap-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}
@media (min-width: 992px) {
  .gap-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}
@media (min-width: 992px) {
  .gap-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}
@media (min-width: 992px) {
  .gap-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: calc(100% / 12);
  }
}
@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
/* =GRID: xl */
@media (min-width: 1600px) {
  .xl-none {
    display: none !important;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-xl-1 {
    margin-left: calc(100% / 12);
  }

  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }

  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }

  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }

  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }

  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }

  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }

  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }

  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }

  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }

  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }

  .container {
    max-width: 1500px;
  }

  .gap-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }

  .gap-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .gap-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .gap-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .gap-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .gap-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .gap-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .gap-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .gap-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .gap-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .gap-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .gap-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* EINSINN. FRMWRK – general.scss?v=0.2.4 */
/* ---------------------------------
  LEGEND

  1. General
  2. Fonts
  3. Texts
  4. Lists
--------------------------------- */
/* ------------------------------------------------------------------------ */
/* =GENERAL: selection */
::-moz-selection {
  background: #CF0D19;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #CF0D19;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #CF0D19;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* =GENERAL: helper classes */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.noscroll {
  overflow: hidden;
}

.padhor {
  padding-bottom: 75px;
  padding-top: 75px;
}

.padhor-small {
  padding-bottom: 50px;
  padding-top: 50px;
}

.padhor-big {
  padding-bottom: 150px;
  padding-top: 150px;
}

.marhor {
  margin-bottom: 100px;
  margin-top: 100px;
}

.marhor-small {
  margin-bottom: 75px;
  margin-top: 75px;
}

.marhor-big {
  margin-bottom: 175px;
  margin-top: 175px;
}

/* =GENERAL: content */
#main-content .grid-row > div > *:last-child:not(hr):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */
body, input, textarea {
  font-family: "titillium-web", sans-serif;
  font-size: 14px;
  color: #464749;
  line-height: 150%;
}

/* =FONTS: headlines */
h1, h2, h3, h4, h5, h6 {
  color: #CF0D19;
  font-family: "titillium-web", sans-serif;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 37.1px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 16.1px;
}

h6 {
  font-size: 14px;
}

/* =FONTS: links */
a, a:focus, a:visited {
  color: #CF0D19;
  font-weight: normal;
  cursor: pointer;
  outline: none;
  -webkit-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
  text-decoration: underline;
}
a:hover, a:focus:hover, a:visited:hover {
  color: #f23642;
  text-decoration: none;
}

/* ------------------------------------------------------------------------ */
/* =TEXTS: elements */
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

em {
  color: #CF0D19;
  font-style: normal;
}

.text-bg {
  background: #CF0D19;
  color: #fff;
  margin: 0 2px;
  padding: 2px 5px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* =TEXTS: spacer, thematic breaks */
hr {
  background: transparent;
  border: 0;
  height: 1px;
  margin: 50px 0;
}

.spacer-dotted {
  border-top: 1px dotted rgba(232, 232, 232, 0.9);
}

.spacer-solid {
  border-top: 1px solid rgba(232, 232, 232, 0.9);
}

/* =TEXTS: paragraphs */
p {
  margin-bottom: 20px;
}

/* =TEXT: adresses */
address {
  display: block;
  margin-bottom: 20px;
}
address span {
  display: block;
}

/* ------------------------------------------------------------------------ */
ul {
  margin-bottom: 20px;
}
ul li {
  list-style: initial;
}

ol {
  margin-bottom: 20px;
}
ol li {
  list-style: decimal;
  margin-left: 22px;
}

li {
  margin-left: 15px;
  padding-left: 8px;
}

.vertical-list {
  margin-bottom: 0;
}
.vertical-list li {
  float: left;
  list-style: none;
  padding-left: 0;
}
.vertical-list li:first-of-type {
  margin-left: 0;
}

.centered-list {
  text-align: center;
}
.centered-list li {
  display: inline-block;
  float: none;
}

/* EINSINN. FRMWRK – elements.scss?v=0.2.7 */
/* ---------------------------------
  LEGEND

  1. Buttons
  2. Images
  3. Logo
  4. Preloader
--------------------------------- */
/* ------------------------------------------------------------------------ */
.btn {
  border: 2px solid #CF0D19;
  color: #CF0D19 !important;
  display: inline-block;
  font-family: "titillium-web", sans-serif;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn:hover, .btn:focus {
  background: #CF0D19;
  color: #fff !important;
}
.btn .svg-inline--fa {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.btn-filled {
  background: #CF0D19;
  color: #fff !important;
}
.btn-filled:hover, .btn-filled:focus {
  background: transparent;
  color: #CF0D19 !important;
}
.btn-white {
  border: 2px solid #fff;
  color: #fff !important;
}
.btn-white:hover, .btn-white:focus {
  background: #fff;
  color: #CF0D19 !important;
}
.btn-white.btn-filled {
  background: #fff;
  border: 2px solid #fff;
  color: #CF0D19 !important;
}
.btn-white.btn-filled:hover, .btn-white.btn-filled:focus {
  background: transparent;
  color: #fff !important;
}
.btn-transparent {
  background: transparent;
  border: 0;
  color: #464749 !important;
  display: table;
  letter-spacing: 0.2em;
  padding: 0 !important;
}
.btn-transparent:hover, .btn-transparent:focus {
  background: transparent;
  color: #CF0D19 !important;
}
.btn-transparent:hover .svg-inline--fa, .btn-transparent:focus .svg-inline--fa {
  color: #CF0D19 !important;
}
.btn-round {
  border-radius: 100px;
}
.btn-roundedges {
  border-radius: 5px;
}
.btn-icn-left .svg-inline--fa {
  margin-left: 5px;
  margin-right: 15px;
}
.btn-icn-left:hover .svg-inline--fa, .btn-icn-left:focus .svg-inline--fa {
  margin-left: 0;
  margin-right: 20px;
}
.btn-icn-right .svg-inline--fa {
  margin-left: 15px;
  margin-right: 5px;
}
.btn-icn-right:hover .svg-inline--fa, .btn-icn-right:focus .svg-inline--fa {
  margin-left: 20px;
  margin-right: 0;
}
.btn-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group a {
  float: left;
  margin-right: 25px;
}
.btn-group a:last-of-type {
  margin-right: 0;
}
.btn-caption {
  display: -ms-inline-grid;
  display: inline-grid;
}
.btn-caption span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------------ */
.img {
  height: auto;
  max-width: 100%;
}
.img-round {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.img-shadow {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------------ */
.logo {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.logo:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* ------------------------------------------------------------------------ */
#preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #870810;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 1001;
}
#preloader-brand {
  -webkit-animation: preloadBrandFadeIn 2s forwards;
          animation: preloadBrandFadeIn 2s forwards;
  opacity: 0;
  max-width: 100px;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}

@-webkit-keyframes preloadBrandFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes preloadBrandFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* EINSINN. FRMWRK – forms.scss?v=0.2.3 */
/* ------------------------------------------------------------------------ */
main form .grid-row {
  margin-bottom: 15px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
textarea {
  background: #fafafa;
  border: none;
  color: #464749;
  margin: 10px 0;
  padding: 15px 10px;
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
  width: 100%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus {
  background: #f2f2f2;
  color: black;
}

textarea {
  resize: none;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #CF0D19;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
}
input[type=submit]:hover {
  background: #870810;
}

label {
  color: #85868a;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =FORMS: dropdown select */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fafafa url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTExLjMsNy4yNmgwYS43Ny43NywwLDAsMCwuMi0uNTFBLjc2Ljc2LDAsMCwwLDEwLjc1LDZhLjc4Ljc4LDAsMCwwLS41NS4yNGgwTDgsOC42NCw1LjgsNi4yNGgwQS43OC43OCwwLDAsMCw1LjI1LDZhLjc2Ljc2LDAsMCwwLS43NS43NS43Ny43NywwLDAsMCwuMi41MWgwbDIuNzUsM2EuNzUuNzUsMCwwLDAsMS4xLDBaTTE2LDhhOCw4LDAsMSwwLTgsOCw4LDgsMCwwLDAsOC04Wk0xLjUsOEE2LjUsNi41LDAsMSwxLDgsMTQuNSw2LjUxLDYuNTEsMCwwLDEsMS41LDhabTAsMCIgZmlsbD0iI2M3YzdjNyIvPjwvc3ZnPg==") right center no-repeat;
  background-origin: content-box;
  border: 0;
  border-radius: 0;
  color: #464749;
  font-size: 16px;
  margin: 10px 0;
  padding: 16px 10px;
  width: 100%;
}
select:focus {
  background: #f2f2f2 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTExLjMsNy4yNmgwYS43Ny43NywwLDAsMCwuMi0uNTFBLjc2Ljc2LDAsMCwwLDEwLjc1LDZhLjc4Ljc4LDAsMCwwLS41NS4yNGgwTDgsOC42NCw1LjgsNi4yNGgwQS43OC43OCwwLDAsMCw1LjI1LDZhLjc2Ljc2LDAsMCwwLS43NS43NS43Ny43NywwLDAsMCwuMi41MWgwbDIuNzUsM2EuNzUuNzUsMCwwLDAsMS4xLDBaTTE2LDhhOCw4LDAsMSwwLTgsOCw4LDgsMCwwLDAsOC04Wk0xLjUsOEE2LjUsNi41LDAsMSwxLDgsMTQuNSw2LjUxLDYuNTEsMCwwLDEsMS41LDhabTAsMCIgZmlsbD0iIzYyNjI2MiIvPjwvc3ZnPg==") right center no-repeat;
  background-origin: content-box;
  color: black;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  opacity: 0;
  left: -3px;
  position: absolute;
  z-index: 1;
}
input[type=checkbox] + span,
input[type=radio] + span {
  padding: 0;
  position: relative;
}
input[type=checkbox] + span:before,
input[type=radio] + span:before {
  background: #fff;
  border: 2px solid #CF0D19;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: text-top;
  width: 15px;
}
input[type=checkbox]:checked + span:before,
input[type=radio]:checked + span:before {
  background-color: #CF0D19;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
          box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type=checkbox] + span:before {
  border-radius: 2px;
}

input[type=radio] + span:before {
  border-radius: 15px;
}

/* =FORMS: file uploader */
.js .file-uploader {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.file-uploader + label {
  background-color: #CF0D19;
  color: #f1e5e6;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  max-width: 100%;
  padding: 15px 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
  white-space: nowrap;
}

.no-js .file-uploader + label {
  display: none;
}

.file-uploader:focus + label,
.file-uploader.has-focus + label {
  outline: -webkit-focus-ring-color auto 5px;
  outline: 1px dotted #000;
}

.file-uploader + label svg {
  fill: #fff;
  height: 1em;
  margin-right: 4px;
  margin-top: -4px;
  vertical-align: middle;
  width: 1em;
}

.file-uploader + label span {
  color: #fff !important;
}

.file-uploader:focus + label,
.file-uploader.has-focus + label,
.file-uploader + label:hover {
  background-color: #870810;
}

#file-upload-icon-arrow {
  -webkit-animation: file-upload-icon-bounce 1.5s infinite;
          animation: file-upload-icon-bounce 1.5s infinite;
}

@-webkit-keyframes file-upload-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes file-upload-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
/* =FORMS: placeholder */
::-webkit-input-placeholder {
  color: #bdb9b3;
  font-size: 14px;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #bdb9b3;
  font-size: 14px;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #bdb9b3;
  font-size: 14px;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #bdb9b3;
  font-size: 14px;
  text-transform: uppercase;
}

/* EINSINN. FRMWRK – responsive.scss?v=0.1.2 */
/* ---------------------------------
  LEGEND

  1. Breakpoints
  2. Retina Displays
  3. Mobile Forms
--------------------------------- */
/* ------------------------------------------------------------------------ */
@media (min-width: 576px) {
  body, input, textarea {
    font-size: 14px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24.5px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 17.5px;
  }

  h6 {
    font-size: 14px;
  }

  .btn {
    padding: 8px 15px;
  }
  .btn-caption span {
    padding: 8px 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body, input, textarea {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .btn {
    padding: 10px 25px;
  }
  .btn-caption span {
    padding: 10px 25px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input,
textarea,
select {
    font-size: 16px;
  }
  input:focus,
textarea:focus,
select:focus {
    font-size: 16px;
  }
}
/* EINSINN. FRMWRK – plugin-wpcf7.scss?v=0.1.1 */
/* ---------------------------------
  LEGEND

  1. Checkboxes And Radiobuttons
  2. Recaptcha
  3. Form Alerts
--------------------------------- */
/* ------------------------------------------------------------------------ */
.wpcf7-list-item {
  margin-left: 15px;
  position: relative;
}

.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

/* ------------------------------------------------------------------------ */
.wpcf7-recaptcha > div {
  margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
#form-submit-btn {
  display: inline-block;
  position: relative;
}
#form-submit-btn input {
  -webkit-transition: background 0.7s, padding 0.7s;
  -o-transition: background 0.7s, padding 0.7s;
  transition: background 0.7s, padding 0.7s;
}
#form-submit-btn .form-submitted {
  background: #4cc35a;
  padding-right: 40px;
}

div.wpcf7 .ajax-loader {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9Imxkcy1kdWFsLXJpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiByZ2JhKDAsIDAsIDAsIDApIG5vbmUgcmVwZWF0IHNjcm9sbCAwJSAwJTsiPiAgPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXN9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5zdHJva2V9fSIgbmctYXR0ci1zdHJva2UtZGFzaGFycmF5PSJ7e2NvbmZpZy5kYXNoYXJyYXl9fSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiByPSI0MCIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtZGFzaGFycmF5PSI2Mi44MzE4NTMwNzE3OTU4NiA2Mi44MzE4NTMwNzE3OTU4NiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iM3MiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: inherit;
  z-index: 2;
}

.wpcf7-not-valid {
  -webkit-box-shadow: inset 0 0 0 1px #f34e4e;
          box-shadow: inset 0 0 0 1px #f34e4e;
  position: relative;
}
.wpcf7-not-valid.wpcf7-checkbox, .wpcf7-not-valid.wpcf7-radio {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wpcf7-not-valid.wpcf7-checkbox input[type=checkbox] + span::before,
.wpcf7-not-valid.wpcf7-checkbox input[type=radio] + span::before, .wpcf7-not-valid.wpcf7-radio input[type=checkbox] + span::before,
.wpcf7-not-valid.wpcf7-radio input[type=radio] + span::before {
  border: 2px solid #f34e4e;
}

.wpcf7-not-valid-tip {
  color: #f34e4e !important;
  font-size: 12px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wpcf7-response-output {
  display: none !important;
}

.form-alert {
  background: #fff;
  border-radius: 2px;
  bottom: -100%;
  left: 50%;
  padding: 20px 20px 22px 20px;
  position: fixed;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.7s;
  -o-transition: bottom 0.7s;
  transition: bottom 0.7s;
  width: 80vw;
  z-index: 99;
}
.form-alert .fa-icn {
  cursor: pointer;
  font-size: 20px;
}
.form-alert .fa-icn svg {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.form-alert.error {
  -webkit-box-shadow: 0 0 50px 0 rgba(243, 78, 78, 0.5);
          box-shadow: 0 0 50px 0 rgba(243, 78, 78, 0.5);
}
.form-alert.error .fa-icn {
  color: #f34e4e;
}
.form-alert.error .fa-icn:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-alert.success {
  -webkit-box-shadow: 0 0 50px 0 rgba(76, 195, 90, 0.5);
          box-shadow: 0 0 50px 0 rgba(76, 195, 90, 0.5);
}
.form-alert.success .fa-icn {
  color: #4cc35a;
}
.form-alert.success .fa-icn:hover svg {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.form-alert.form-alert-open {
  bottom: -2px;
}

/* EINSINN. FRMWRK – plugin-divascookies.scss?v=1.0 */
/* ---------------------------------
  LEGEND

  1. Cookie Banner
  2. Responsive
--------------------------------- */
/* ------------------------------------------------------------------------ */
.cookie-banner {
  background: #495057;
  bottom: 0;
  color: #464749;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.cookie-banner-container {
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 95%;
}
.cookie-banner-container p {
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  padding-right: 25px;
}

.policy-link a, .policy-link a:focus, .policy-link a:visited {
  color: #85868a;
  -webkit-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
  white-space: nowrap;
}
.policy-link a:hover, .policy-link a:focus:hover, .policy-link a:visited:hover {
  color: #fff;
  text-decoration: none;
}

.cookie-accept-button {
  background: rgba(232, 232, 232, 0.9);
  border: 2px solid rgba(232, 232, 232, 0.9);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.cookie-accept-button:hover {
  background: transparent;
}

/* ------------------------------------------------------------------------ */
/* =FORMS: small devices */
@media (min-width: 576px) {
  .cookie-accept-button {
    display: inline-block;
  }
}
/* =FORMS: medium devices */
@media (min-width: 768px) {
  .cookie-banner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .cookie-accept-button {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------------------ */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* progressive image CSS */
a.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

a.progressive:not(.replace) {
  cursor: default;
}

a.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}

a.progressive img.preview {
  -webkit-filter: blur(2vw);
          filter: blur(2vw);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

a.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform, opacity;
  -webkit-animation: reveal 1s ease-out;
          animation: reveal 1s ease-out;
}

@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes reveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
#preloader img {
  display: inline-block;
  max-width: 200px;
}

#status {
  width: 100%;
}

.spinner {
  margin: 30px auto 0;
  text-align: center;
  width: 70px;
}
.spinner > div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #e3e3e3;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main-header {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 999;
}
#main-header .container .grid-row {
  height: 75px;
}
#main-header .container .grid-row > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#main-header .container .grid-row > div:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header-logo {
  height: 15px;
}

#menu-icon-elem {
  cursor: pointer;
  height: 15px;
  position: relative;
  width: 20px;
}

#menu-icon {
  height: 100%;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}
#menu-icon span {
  background: #CF0D19;
  display: block;
  height: 1.5px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
#menu-icon span:nth-child(1) {
  top: 0;
}
#menu-icon span:nth-child(2) {
  top: 6px;
}
#menu-icon span:nth-child(3) {
  top: 6px;
}
#menu-icon span:nth-child(4) {
  top: 12px;
}
#menu-icon.icon-transform span:nth-child(1) {
  left: 50%;
  top: 10px;
  width: 0;
}
#menu-icon.icon-transform span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-icon.icon-transform span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-icon.icon-transform span:nth-child(4) {
  left: 50%;
  top: 10px;
  width: 0;
}

#main-nav {
  background: #f4f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  width: 75vw;
}
#main-nav ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0 0 50px;
  padding: 0;
}
#main-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 15px;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#main-nav ul li a {
  color: #85868a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#main-nav ul li a::before {
  background: #f4f2f2;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-65px, -50%);
      -ms-transform: translate(-65px, -50%);
          transform: translate(-65px, -50%);
  -webkit-transition: background 0.7s, width 0.7s;
  -o-transition: background 0.7s, width 0.7s;
  transition: background 0.7s, width 0.7s;
  width: 0;
}
#main-nav ul li a:hover {
  color: #CF0D19;
}
#main-nav ul li a:hover::before {
  background: #CF0D19;
  width: 50px;
}

.open-menu {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#start {
  height: calc( 75vh - 65px );
  min-height: 568px;
  position: relative;
  width: 100%;
}

#landing-background {
  background: transparent url("../img/landing-background.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (-moz-min-device-pixel-ratio: 1.25), screen and (-o-min-device-pixel-ratio: 1.25/1), screen and (min-device-pixel-ratio: 1.25), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (-o-min-device-pixel-ratio: 5/4), screen and (min-resolution: 1.25dppx) {
  #landing-background {
    background: transparent url("../img/landing-background@2x.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

strong {
  color: #CF0D19;
}

.nospace-container {
  padding-left: 0;
  padding-right: 0;
}

.progressive {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#main-content .content-row {
  margin-bottom: 75px;
}
#main-content .content-row:first-of-type {
  margin-top: 75px;
}

.text-elem-container p {
  color: #85868a;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

#contact-elem-landing {
  background: #CF0D19;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 12%;
  -webkit-transform: translateY(-65px);
      -ms-transform: translateY(-65px);
          transform: translateY(-65px);
  width: 100%;
}

#contact-elem-grid-row {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-bottom: 75px;
  margin-top: 0;
}
#contact-elem-grid-row > div:first-of-type {
  margin-top: calc( $marhor-small - 65px );
}
#contact-elem-grid-row > div:last-of-type {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
#contact-elem-grid-row > div:last-of-type > div:last-of-type {
  text-align: center;
  width: 100%;
}
#contact-elem-grid-row > div:last-of-type > div:last-of-type img {
  margin: auto;
  max-width: 100px;
}

.contact-elem {
  color: #fff;
}
.contact-elem h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 35px;
  position: relative;
}
.contact-elem h4::after {
  background: #fff;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  width: 100%;
}
.contact-elem h6 {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.75;
}
.contact-elem ul {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.contact-elem ul li {
  clear: both;
  height: auto;
  list-style-type: none;
  margin: 0;
  margin-bottom: 5px;
  overflow: auto;
  padding: 0;
}
.contact-elem ul li:last-of-type {
  margin-bottom: 0;
}
.contact-elem ul li .text-box {
  -webkit-transition: margin-left 0.4s ease-in-out;
  -o-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
}
.contact-elem ul li > div {
  float: left;
}
.contact-elem ul li a {
  color: #f4f2f2;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.contact-elem ul li a:hover {
  color: #fff;
}
.contact-elem ul li .svg-inline--fa {
  font-size: 19px;
  margin-right: 15px;
  margin-top: 7px;
  width: 21px;
}

.fullwidth-highlight-elem {
  background-color: #f4f2f2;
  margin-top: 75px;
  text-align: center;
}
.fullwidth-highlight-elem .container .grid-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
}
.fullwidth-highlight-elem .container .grid-row > div:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.fullwidth-highlight-elem .container .grid-row > div:first-of-type div {
  width: 100%;
}

.box-highlight {
  background: #CF0D19;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-bottom: 45px;
  padding-top: 45px;
}
.box-highlight-gray {
  background: #464749;
}
.box-highlight > * {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.box-highlight > *:last-of-type {
  margin-bottom: 0;
}

.tab-slider-container {
  background-color: #f4f2f2;
  margin-top: 40px;
}

.tab-slider-nav {
  margin-bottom: 50px;
}
.tab-slider-nav .slider-trigger li {
  cursor: pointer;
  list-style-type: none;
  margin: 0 15px 20px 15px;
  padding: 0;
  text-align: center;
}
.tab-slider-nav .slider-trigger li h4 {
  font-size: 16px;
  margin: 0;
  position: relative;
}
.tab-slider-nav .slider-trigger li h4 span {
  position: relative;
}
.tab-slider-nav .slider-trigger li:last-of-type {
  margin-right: 0;
}
.tab-slider-nav .slider-trigger li.active h4 span::after {
  background: #CF0D19;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tab-slider-arrows {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.tab-slider-arrows > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-slider-arrows::after {
  background: #c6c7c8;
  content: "";
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: -1;
}
.tab-slider-arrows .arrow {
  background: #fff;
  color: #c6c7c8;
  cursor: pointer;
  font-size: 29px;
  margin-bottom: 10px;
  padding: 7.75px 10px 7.75px 10px;
  -webkit-transition: color 0.7s ease-in-out;
  -o-transition: color 0.7s ease-in-out;
  transition: color 0.7s ease-in-out;
  z-index: 2;
}
.tab-slider-arrows .arrow-left {
  padding-left: 15px;
}
.tab-slider-arrows .arrow-left:hover {
  color: #85868a;
}
.tab-slider-arrows .arrow-right {
  padding-right: 15px;
}
.tab-slider-arrows .arrow-right:hover {
  color: #85868a;
}

.slider {
  position: relative;
  width: 100%;
}
.slider li {
  height: auto;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.slider li a {
  display: none;
}
.slider li.active {
  margin: 0;
  opacity: 1;
}
.slider li.active a {
  display: block;
}
.slider li .grid-row .tab-slider-img-container {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.slider li .grid-row .tab-slider-text-container {
  padding: 0 15px 65px 15px;
}
.slider li .grid-row .tab-slider-text-container h2 {
  font-size: 22px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.slider li .grid-row .tab-slider-text-container h2 span {
  color: #464749;
  font-size: inherit;
  font-weight: 200;
}

#main-footer strong {
  color: #fff;
}
#main-footer .container .grid-row > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-footer .container-fullwidth .grid-row .container > div > div {
  color: rgba(232, 232, 232, 0.9);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(1) p {
  margin: 0 auto;
  text-align: center;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(2) a {
  margin: 30px auto;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(2) .svg-inline--fa {
  color: rgba(232, 232, 232, 0.9);
  font-size: 22px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(2) .svg-inline--fa:hover {
  color: #fff;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul {
  margin: auto;
  padding: 0;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul li:first-of-type::after {
  content: "|";
  margin: 0 10px;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul li a {
  color: rgba(232, 232, 232, 0.9);
  letter-spacing: 1.5px;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#main-footer .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul li a:hover {
  color: #fff;
}
#main-footer .container-fullwidth .grid-row:last-of-type {
  background-color: #CF0D19;
  color: #fff;
  padding: 15px 0;
}

#form-feedback {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

#contact-elem-footer {
  background: #CF0D19;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  padding-top: 30px;
}

#contact-form-container {
  background: #f4f2f2;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#contact-form {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}
#contact-form input[type=text],
#contact-form input[type=tel],
#contact-form input[type=email],
#contact-form textarea {
  background: none;
  border-bottom: 2px solid #CF0D19;
}
#contact-form input[type=text]:focus,
#contact-form input[type=tel]:focus,
#contact-form input[type=email]:focus,
#contact-form textarea:focus {
  background: #e3e3e3;
}
#contact-form input[type=text]:focus::-webkit-input-placeholder, #contact-form input[type=tel]:focus::-webkit-input-placeholder, #contact-form input[type=email]:focus::-webkit-input-placeholder, #contact-form textarea:focus::-webkit-input-placeholder {
  color: #464749;
}
#contact-form input[type=text]:focus::-moz-placeholder, #contact-form input[type=tel]:focus::-moz-placeholder, #contact-form input[type=email]:focus::-moz-placeholder, #contact-form textarea:focus::-moz-placeholder {
  color: #464749;
}
#contact-form input[type=text]:focus:-ms-input-placeholder, #contact-form input[type=tel]:focus:-ms-input-placeholder, #contact-form input[type=email]:focus:-ms-input-placeholder, #contact-form textarea:focus:-ms-input-placeholder {
  color: #464749;
}
#contact-form input[type=text]:focus::-ms-input-placeholder, #contact-form input[type=tel]:focus::-ms-input-placeholder, #contact-form input[type=email]:focus::-ms-input-placeholder, #contact-form textarea:focus::-ms-input-placeholder {
  color: #464749;
}
#contact-form input[type=text]:focus::placeholder,
#contact-form input[type=tel]:focus::placeholder,
#contact-form input[type=email]:focus::placeholder,
#contact-form textarea:focus::placeholder {
  color: #464749;
}
#contact-form input[type=text]::-webkit-input-placeholder, #contact-form input[type=tel]::-webkit-input-placeholder, #contact-form input[type=email]::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
  color: #CF0D19;
  letter-spacing: 2px;
  opacity: 0.75;
}
#contact-form input[type=text]::-moz-placeholder, #contact-form input[type=tel]::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder, #contact-form textarea::-moz-placeholder {
  color: #CF0D19;
  letter-spacing: 2px;
  opacity: 0.75;
}
#contact-form input[type=text]:-ms-input-placeholder, #contact-form input[type=tel]:-ms-input-placeholder, #contact-form input[type=email]:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  color: #CF0D19;
  letter-spacing: 2px;
  opacity: 0.75;
}
#contact-form input[type=text]::-ms-input-placeholder, #contact-form input[type=tel]::-ms-input-placeholder, #contact-form input[type=email]::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder {
  color: #CF0D19;
  letter-spacing: 2px;
  opacity: 0.75;
}
#contact-form input[type=text]::placeholder,
#contact-form input[type=tel]::placeholder,
#contact-form input[type=email]::placeholder,
#contact-form textarea::placeholder {
  color: #CF0D19;
  letter-spacing: 2px;
  opacity: 0.75;
}
#contact-form input:required + label {
  -webkit-box-shadow: 0 0 10px 1px #CF0D19;
          box-shadow: 0 0 10px 1px #CF0D19;
}
#contact-form input[type=submit] {
  border: 2px solid #CF0D19;
  color: #fff !important;
  cursor: pointer;
  margin: 30px auto auto auto;
  max-width: 255px;
  width: 70%;
}
#contact-form input[type=submit]:hover {
  background: transparent;
  color: #CF0D19 !important;
}
#contact-form textarea {
  height: 58px;
  max-height: 150px;
  min-height: 95px;
  resize: vertical;
}

#footer-map-container {
  background: rgba(232, 232, 232, 0.9);
  height: 500px;
  padding: 0;
  width: 100%;
}

#dataprotection-imprint-box {
  background: #e7e7e7;
  color: #212122;
  height: auto;
  word-wrap: break-word;
}
#dataprotection-imprint-box h4 {
  margin: 25px 0 10px 0;
}
#dataprotection-imprint-box ul li {
  list-style: circle inside;
}
#dataprotection-imprint-box address {
  font-style: normal;
}
#dataprotection-imprint-box .fas {
  margin-left: 15px;
}

.toogle-box {
  display: none;
  padding-bottom: 100px;
  padding-top: 100px;
}
.toogle-box a {
  color: #141415 !important;
  text-decoration: underline !important;
}
.toogle-box a:hover {
  color: #CF0D19 !important;
}

.close-active-box {
  cursor: pointer;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.close-active-box:hover {
  color: #CF0D19;
}
.close-active-box .svg-inline--fa {
  margin-left: 10px;
}

@media (min-width: 576px) {
  #header-logo {
    height: 20px;
  }

  #menu-icon-elem::before {
    color: #85868a;
    content: "Menü";
    font-size: 9px;
    font-weight: 200;
    left: calc(-100% - 35px);
    letter-spacing: 2.5px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
  }
  #menu-icon-elem:hover::before {
    color: #CF0D19;
  }

  h2 {
    font-size: 40px;
  }

  .fullwidth-highlight-elem .container .grid-row > div:nth-of-type(2) {
    padding-right: 0;
  }
  .fullwidth-highlight-elem .container .grid-row > div:nth-of-type(3) {
    padding-left: 0;
  }

  .slider li .grid-row .tab-slider-text-container h2 {
    font-size: 26px;
  }

  #contact-footer {
    position: relative;
    -webkit-transform: translateY(65px);
        -ms-transform: translateY(65px);
            transform: translateY(65px);
    z-index: 9;
  }

  #contact-form input[type=submit] {
    margin: 30px 0 0 auto;
  }
}
@media (min-width: 768px) {
  #menu-icon-elem {
    display: none;
  }

  #main-nav {
    background: #fff;
    display: block;
    height: 100%;
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: auto;
  }
  #main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
  }
  #main-nav ul li {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 15px;
  }
  #main-nav ul li::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: background 0.7s, width 0.7s;
    -o-transition: background 0.7s, width 0.7s;
    transition: background 0.7s, width 0.7s;
    width: 0;
  }
  #main-nav ul li:hover::before {
    background: #CF0D19;
    width: 100%;
  }
  #main-nav ul li a {
    -ms-flex-item-align: start;
        align-self: flex-start;
    color: #85868a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
  }
  #main-nav ul li a::before {
    display: none;
  }
  #main-nav ul li a:hover {
    color: #CF0D19;
  }
  #main-nav ul li.active:before {
    background: #CF0D19;
    width: 100%;
  }
  #main-nav ul li.active a {
    color: #CF0D19;
  }

  #main-content .content-row {
    margin-bottom: 175px;
  }
  #main-content .content-row:first-of-type {
    margin-top: 175px;
  }

  #contact-elem-grid-row {
    margin-bottom: 175px;
    margin-top: 0;
  }
  #contact-elem-grid-row > div:first-of-type {
    margin-top: 175px;
  }

  h2 {
    font-size: 45px;
  }

  #contact-elem-grid-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contact-elem h4 {
    font-size: 22px;
  }
  .contact-elem h6 {
    font-size: 14px;
  }
  .contact-elem ul li a {
    font-size: 19px;
  }

  .tab-slider-container {
    margin: 0;
  }

  .tab-slider-nav {
    margin-bottom: 100px !important;
  }
  .tab-slider-nav .slider-trigger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tab-slider-nav .slider-trigger li h4 {
    font-size: 20px;
  }

  .tab-slider-arrows {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .tab-slider-arrows > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .slider li .grid-row .tab-slider-text-container {
    padding: 40px 35px;
  }
  .slider li .grid-row .tab-slider-text-container h2 {
    font-size: 45px;
  }
  .slider li .grid-row .tab-slider-img-container {
    -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
            transform: translateY(-75px);
  }

  .container-fullwidth .grid-row .container > div > div:nth-of-type(1) p {
    margin-right: auto !important;
    text-align: left !important;
  }
  .container-fullwidth .grid-row .container > div > div:nth-of-type(3) ul {
    margin-left: auto;
  }

  #contact-elem-footer .contact-elem {
    margin: auto;
  }
}
@media (min-width: 992px) {
  #preloader img {
    max-width: 250px;
  }

  #main-header .container .grid-row {
    height: 100px;
  }

  #header-logo {
    height: 25px;
  }

  #main-nav {
    display: block;
  }
  #main-nav ul li {
    margin: 0 0 0 25px;
  }
  #main-nav ul li a {
    font-size: 16px;
  }

  #contact-elem-grid-row > div:last-of-type > div:last-of-type img {
    max-width: 175px;
  }

  .fullwidth-highlight-elem {
    position: relative;
    text-align: left;
  }
  .fullwidth-highlight-elem::after {
    background: #f4f2f2;
    content: "";
    height: calc( 100% + 130px );
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }
  .fullwidth-highlight-elem .container .grid-row {
    padding: 0;
  }
  .fullwidth-highlight-elem .container .grid-row > div:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  #main-header .container {
    max-width: 1500px;
  }

  #main-nav ul li {
    margin: 0 0 0 35px;
  }

  .fullwidth-highlight-elem {
    margin-top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 375px) {
  #landing-background {
    background-attachment: scroll !important;
  }
}