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

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 {
  content: "";
  content: none;
}

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

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

/* COLOR DEFINITIONS */
/* SETTINGS */
/* BREAKPOINTS */
a, p, h1, h2, h3, h4, h5, h6, li, span, strong, label, figcaption, textarea, input, button {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  color: #163666;
}
a.nopadding, p.nopadding, h1.nopadding, h2.nopadding, h3.nopadding, h4.nopadding, h5.nopadding, h6.nopadding, li.nopadding, span.nopadding, strong.nopadding, label.nopadding, figcaption.nopadding, textarea.nopadding, input.nopadding, button.nopadding {
  padding: 0;
}
a.color--secondary, p.color--secondary, h1.color--secondary, h2.color--secondary, h3.color--secondary, h4.color--secondary, h5.color--secondary, h6.color--secondary, li.color--secondary, span.color--secondary, strong.color--secondary, label.color--secondary, figcaption.color--secondary, textarea.color--secondary, input.color--secondary, button.color--secondary {
  color: #FF9938;
}

.color--primary a, .color--primary p, .color--primary h1, .color--primary h2, .color--primary h3, .color--primary h4, .color--primary h5, .color--primary h6, .color--primary li, .color--primary span, .color--primary strong, .color--primary label, .color--primary figcaption, .color--primary textarea, .color--primary input, .color--primary button {
  color: #ffffff;
}
.color--primary a.color--secondary, .color--primary p.color--secondary, .color--primary h1.color--secondary, .color--primary h2.color--secondary, .color--primary h3.color--secondary, .color--primary h4.color--secondary, .color--primary h5.color--secondary, .color--primary h6.color--secondary, .color--primary li.color--secondary, .color--primary span.color--secondary, .color--primary strong.color--secondary, .color--primary label.color--secondary, .color--primary figcaption.color--secondary, .color--primary textarea.color--secondary, .color--primary input.color--secondary, .color--primary button.color--secondary {
  color: #FF9938;
}

a, button {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

strong {
  font-weight: 700;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }
}

h1, .h1 {
  font-family: "apparat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 58px;
  line-height: 62px;
  text-align: left;
  padding-bottom: 40px;
  -ms-hyphens: none;
      hyphens: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 60px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 52px;
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

h2, .h2 {
  font-family: "apparat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  color: #163666;
  line-height: 48px;
  padding-bottom: 20px;
  -ms-hyphens: none;
      hyphens: none;
}

h3, .h3 {
  font-family: "apparat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 20px;
  -ms-hyphens: none;
      hyphens: none;
}

h4, .h4 {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  padding-bottom: 60px;
  -ms-hyphens: none;
      hyphens: none;
  color: #FF9938;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5, .h5 {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 60px;
  -ms-hyphens: none;
      hyphens: none;
  color: #163666;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span {
  font-family: "apparat", sans-serif;
}

.button__container {
  position: relative;
  z-index: 1;
}

.button {
  padding: 15px 40px 15px 0;
  position: relative;
  background: transparent;
  border: none;
}
.button.alone {
  padding: 15px 0 15px 0;
}
.button.alone:hover::after {
  width: 75%;
}
.button.untereinander {
  display: table;
}
.button::after {
  content: "";
  height: 10px;
  width: 40%;
  background: #FF9938;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: -5px;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.button:hover::after, .button.active::after {
  width: 65%;
}

.color--secondary .button::after {
  background: #163666;
}

.color--secondary .content-text li.list {
  color: #ffffff;
}
.color--secondary .content-text li.list.plus::before {
  color: #163666;
}

.content-text ul {
  margin-bottom: 20px;
}
.content-text li {
  font-size: 14px;
  line-height: 24px;
  list-style-type: disc;
  margin-left: 15px;
}
.content-text li.list {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 30px;
  list-style-type: none;
  position: relative;
}
.content-text li.list.plus::before {
  content: "+";
  font-weight: 600;
  color: #FF9938;
  position: absolute;
  left: 0;
  top: 0;
}
.content-text li.list.small {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
}

/* generate grid classes */
.col-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.row-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.col-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.row-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.col-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.row-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

.col-4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.row-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
}

.col-5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.row-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}

.col-6 {
  -ms-grid-column: 6;
  grid-column-start: 6;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.row-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
}

.col-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.row-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}

.col-8 {
  -ms-grid-column: 8;
  grid-column-start: 8;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.row-8 {
  -ms-grid-row: 8;
  grid-row-start: 8;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
}

.col-9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.row-9 {
  -ms-grid-row: 9;
  grid-row-start: 9;
}

.row-span-9 {
  -ms-grid-row-span: 9;
  grid-row-end: span 9;
}

.col-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.row-10 {
  -ms-grid-row: 10;
  grid-row-start: 10;
}

.row-span-10 {
  -ms-grid-row-span: 10;
  grid-row-end: span 10;
}

.col-11 {
  -ms-grid-column: 11;
  grid-column-start: 11;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.row-11 {
  -ms-grid-row: 11;
  grid-row-start: 11;
}

.row-span-11 {
  -ms-grid-row-span: 11;
  grid-row-end: span 11;
}

.col-12 {
  -ms-grid-column: 12;
  grid-column-start: 12;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

.row-12 {
  -ms-grid-row: 12;
  grid-row-start: 12;
}

.row-span-12 {
  -ms-grid-row-span: 12;
  grid-row-end: span 12;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

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

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

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

.align-items-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .col-l-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-l-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .row-l-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-l-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .col-l-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-l-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .row-l-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-l-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .col-l-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-l-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .row-l-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-l-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .col-l-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-l-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-l-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-l-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .col-l-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-l-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .row-l-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-l-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .col-l-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-l-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .row-l-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-l-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .col-l-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-l-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .row-l-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-l-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .col-l-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-l-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-l-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-l-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .col-l-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .col-l-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .row-l-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-l-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .col-l-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .col-l-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .row-l-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-l-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .col-l-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .col-l-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .row-l-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-l-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .col-l-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .col-l-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .row-l-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-l-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .justify-self-l-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-l-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-l-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-l-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-l-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-l-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-l-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-l-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .ta-l-center {
    text-align: center;
  }
  .ta-l-left {
    text-align: left;
  }
  .ta-l-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-m-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-m-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-m-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-m-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-m-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-m-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-m-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-m-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-m-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-m-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-m-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-m-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-m-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-m-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-m-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-m-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-m-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-m-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .row-m-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-m-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .row-m-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-m-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .row-m-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-m-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .row-m-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-m-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .row-m-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-m-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .row-m-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-m-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .row-m-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-m-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .row-m-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-m-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .row-m-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-m-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .row-m-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-m-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .row-m-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-m-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .justify-self-m-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-m-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-m-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-m-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-m-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-m-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-m-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-m-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .ta-m-center {
    text-align: center;
  }
  .ta-m-left {
    text-align: left;
  }
  .ta-m-right {
    text-align: right;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-s-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-s-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-s-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-s-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-s-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-s-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-s-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-s-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-s-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-s-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .row-s-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-s-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .row-s-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-s-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .row-s-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-s-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .row-s-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-s-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .row-s-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-s-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .row-s-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-s-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .row-s-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-s-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .row-s-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-s-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .row-s-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-s-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .row-s-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-s-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .row-s-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-s-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .justify-self-s-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-s-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-s-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-s-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-s-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-s-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-s-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-s-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .ta-s-center {
    text-align: center;
  }
  .ta-s-left {
    text-align: left;
  }
  .ta-s-right {
    text-align: right;
  }
}
.pt-0-imp {
  padding-top: 0px !important;
}

.pt-40-imp {
  padding-top: 40px !important;
}

.pt-80-imp {
  padding-top: 80px !important;
}

.pt-120-imp {
  padding-top: 120px !important;
}

.pt-160-imp {
  padding-top: 160px !important;
}

.pb-0-imp {
  padding-bottom: 0px !important;
}

.pb-40-imp {
  padding-bottom: 40px !important;
}

.pb-80-imp {
  padding-bottom: 80px !important;
}

.pb-120-imp {
  padding-bottom: 120px !important;
}

.pb-160-imp {
  padding-bottom: 160px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-m-0-imp {
    padding-top: 0px !important;
  }
  .pt-m-40-imp {
    padding-top: 40px !important;
  }
  .pt-m-80-imp {
    padding-top: 80px !important;
  }
  .pt-m-120-imp {
    padding-top: 120px !important;
  }
  .pt-m-160-imp {
    padding-top: 160px !important;
  }
  .pb-m-0-imp {
    padding-bottom: 0px !important;
  }
  .pb-m-40-imp {
    padding-bottom: 40px !important;
  }
  .pb-m-80-imp {
    padding-bottom: 80px !important;
  }
  .pb-m-120-imp {
    padding-bottom: 120px !important;
  }
  .pb-m-160-imp {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .pt-s-0-imp {
    padding-top: 0px !important;
  }
  .pt-s-40-imp {
    padding-top: 40px !important;
  }
  .pt-s-80-imp {
    padding-top: 80px !important;
  }
  .pt-s-120-imp {
    padding-top: 120px !important;
  }
  .pt-s-160-imp {
    padding-top: 160px !important;
  }
  .pb-s-0-imp {
    padding-bottom: 0px !important;
  }
  .pb-s-40-imp {
    padding-bottom: 40px !important;
  }
  .pb-s-80-imp {
    padding-bottom: 80px !important;
  }
  .pb-s-120-imp {
    padding-bottom: 120px !important;
  }
  .pb-s-160-imp {
    padding-bottom: 160px !important;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.rotate {
  -webkit-animation: rotate 40s infinite linear;
          animation: rotate 40s infinite linear;
}
.rotate img {
  z-index: 5;
}
@media (min-width: 320px) and (max-width: 767px) {
  .rotate {
    margin-bottom: -40px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fg {
  z-index: 10;
}

.bg {
  z-index: 2;
}

.invisible {
  display: none;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter__buttons {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.filter__buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__buttons ul li {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter__buttons ul li {
    padding: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .filter__buttons ul li {
    padding: 5px;
  }
}
.filter__buttons ul li button {
  background: transparent;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.filter__buttos--icon {
  margin-right: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .filter__buttos--icon {
    margin-right: 20px;
  }
}
.filter__buttos--icon svg {
  stroke: #163666;
  stroke-width: 3;
  fill: none;
}

.filter__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.filter__results--element {
  padding-right: 40px;
  padding-bottom: 60px;
  width: calc(33.33% - 27px);
  display: none;
}
@media (min-width: 993px) {
  .filter__results--element:nth-child(3n+3) {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter__results--element {
    width: calc(50% - 20px);
  }
  .filter__results--element:nth-child(even) {
    padding-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .filter__results--element {
    width: 100%;
    padding-right: 0;
  }
}
.filter__results--element.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.filter__results--element img {
  padding-bottom: 10px;
  max-width: 280px;
  margin: 0 auto;
}
.filter__results--element h3 {
  color: #163666;
}
.filter__results--element .filter__results--price {
  color: #FF9938;
  font-weight: 700;
}
.filter__results--element .filter__results--leistungen {
  padding-bottom: 40px;
}
.filter__results--element .filter__results--leistungen li {
  padding: 5px 0;
  margin-left: 20px;
  line-height: 24px;
  -ms-hyphens: auto;
      hyphens: auto;
}
.filter__results--element .filter__results--leistungen li::before {
  content: "+";
  font-weight: 700;
  color: #FF9938;
  margin-right: 10px;
  margin-left: -20px;
}

.leistungen__container {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .leistungen__container {
    padding-top: 0;
  }
}

.leistungen__element {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leistungen__element.dreispaltig {
  width: calc(33.33% - 60px);
}
.leistungen__element.dreispaltig .leistungen__element--desc {
  padding: 0 20px;
}
.leistungen__element.vierspaltig {
  width: calc(25% - 60px);
}
.leistungen__element.vierspaltig .leistungen__element--desc {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .leistungen__element.dreispaltig, .leistungen__element.vierspaltig {
    width: calc(50% - 60px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .leistungen__element.dreispaltig, .leistungen__element.vierspaltig {
    width: 100%;
  }
}
.leistungen__element p, .leistungen__element h3 {
  text-align: center;
}
.leistungen__element .button {
  margin-right: 0;
}

.leistungen__element--img {
  position: relative;
  margin-bottom: 40px;
}
.leistungen__element--img img {
  height: 80px;
  width: auto;
}

.leistungen__element--desc p {
  padding-bottom: 0;
}

.mod_article.color--primary h3.leistungen__element--title, h3.leistungen__element--title {
  padding-bottom: 10px;
  color: #FF9938;
}

.formular .formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.formular .widget {
  padding: 0 40px 40px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .formular .widget {
    padding: 20px 0;
  }
}
.formular .widget:last-child {
  padding-bottom: 0;
}
.formular .w100 {
  width: 100%;
}
.formular .w50 {
  width: calc(50% - 40px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .formular .w50 {
    width: 100%;
  }
}
.formular .w100 input, .formular .w100 textarea, .formular .w100 select, .formular .w50 input, .formular .w50 textarea, .formular .w50 select {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #163666;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 15px 0 7.5px 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #163666;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input::-webkit-input-placeholder, .formular .w100 textarea::-webkit-input-placeholder, .formular .w100 select::-webkit-input-placeholder, .formular .w50 input::-webkit-input-placeholder, .formular .w50 textarea::-webkit-input-placeholder, .formular .w50 select::-webkit-input-placeholder {
  color: #163666;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input::-moz-placeholder, .formular .w100 textarea::-moz-placeholder, .formular .w100 select::-moz-placeholder, .formular .w50 input::-moz-placeholder, .formular .w50 textarea::-moz-placeholder, .formular .w50 select::-moz-placeholder {
  color: #163666;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input:-ms-input-placeholder, .formular .w100 textarea:-ms-input-placeholder, .formular .w100 select:-ms-input-placeholder, .formular .w50 input:-ms-input-placeholder, .formular .w50 textarea:-ms-input-placeholder, .formular .w50 select:-ms-input-placeholder {
  color: #163666;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input::-ms-input-placeholder, .formular .w100 textarea::-ms-input-placeholder, .formular .w100 select::-ms-input-placeholder, .formular .w50 input::-ms-input-placeholder, .formular .w50 textarea::-ms-input-placeholder, .formular .w50 select::-ms-input-placeholder {
  color: #163666;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input::placeholder, .formular .w100 textarea::placeholder, .formular .w100 select::placeholder, .formular .w50 input::placeholder, .formular .w50 textarea::placeholder, .formular .w50 select::placeholder {
  color: #163666;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.formular .w100 input:focus, .formular .w100 textarea:focus, .formular .w100 select:focus, .formular .w50 input:focus, .formular .w50 textarea:focus, .formular .w50 select:focus {
  outline: none !important;
  border-bottom: 2px solid #FF9938;
  color: #FF9938;
}
.formular .w100 input:focus::-webkit-input-placeholder, .formular .w100 textarea:focus::-webkit-input-placeholder, .formular .w100 select:focus::-webkit-input-placeholder, .formular .w50 input:focus::-webkit-input-placeholder, .formular .w50 textarea:focus::-webkit-input-placeholder, .formular .w50 select:focus::-webkit-input-placeholder {
  color: #FF9938;
  font-weight: 600;
}
.formular .w100 input:focus::-moz-placeholder, .formular .w100 textarea:focus::-moz-placeholder, .formular .w100 select:focus::-moz-placeholder, .formular .w50 input:focus::-moz-placeholder, .formular .w50 textarea:focus::-moz-placeholder, .formular .w50 select:focus::-moz-placeholder {
  color: #FF9938;
  font-weight: 600;
}
.formular .w100 input:focus:-ms-input-placeholder, .formular .w100 textarea:focus:-ms-input-placeholder, .formular .w100 select:focus:-ms-input-placeholder, .formular .w50 input:focus:-ms-input-placeholder, .formular .w50 textarea:focus:-ms-input-placeholder, .formular .w50 select:focus:-ms-input-placeholder {
  color: #FF9938;
  font-weight: 600;
}
.formular .w100 input:focus::-ms-input-placeholder, .formular .w100 textarea:focus::-ms-input-placeholder, .formular .w100 select:focus::-ms-input-placeholder, .formular .w50 input:focus::-ms-input-placeholder, .formular .w50 textarea:focus::-ms-input-placeholder, .formular .w50 select:focus::-ms-input-placeholder {
  color: #FF9938;
  font-weight: 600;
}
.formular .w100 input:focus::placeholder, .formular .w100 textarea:focus::placeholder, .formular .w100 select:focus::placeholder, .formular .w50 input:focus::placeholder, .formular .w50 textarea:focus::placeholder, .formular .w50 select:focus::placeholder {
  color: #FF9938;
  font-weight: 600;
}
.formular .w100 select, .formular .w50 select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  cursor: pointer;
}
.formular label {
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 24px;
}
.formular p.error {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #FF9938;
  font-size: 12.8px;
  line-height: 20px;
}
.formular .captcha_text {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

.accordion {
  cursor: pointer;
  padding: 15px 20px 15px 40px;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion {
    padding: 15px 0 15px 35px;
  }
}
.accordion::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #FF9938;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion::before {
    left: 20px;
  }
}
.accordion.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.panel {
  padding: 0 20px 0 40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 320px) and (max-width: 767px) {
  .panel {
    padding: 0 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.w-40 {
  width: 40%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w-40 {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .w-40 {
    width: 100%;
  }
}

.accordion--img img {
  width: 80%;
  margin-left: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion--img img {
    margin-bottom: 40px;
    margin-left: 0;
  }
}

.referenzen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.referenzen--element {
  margin: 30px;
  width: calc(33.33% - 60px);
  position: relative;
  display: none;
}
.referenzen--element.active {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .referenzen--element {
    width: calc(50% - 60px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .referenzen--element {
    width: 100%;
    margin: 20px 0;
  }
}
.referenzen--element a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 3px);
  background-color: #FF9938;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background-image: url("../../files/bauintact/theme/img/icon__referenzen-plus__white.svg");
  background-position: center;
  background-size: 20%;
  background-repeat: no-repeat;
}
.referenzen--element a:hover {
  position: relative;
  cursor: pointer;
}
.referenzen--element a:hover img {
  z-index: 1;
}
.referenzen--element a:hover::after {
  z-index: 100;
  opacity: 0.9;
  height: 100%;
}
.referenzen--element .referenzen--element--cat {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inherit;
  background: #163666;
  z-index: 5;
}
.referenzen--element .referenzen--element--cat .referenzen--element--cat--txt {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.referenzen--element figure {
  position: relative;
}
.referenzen--element figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inherit;
  background: #FF9938;
  z-index: 5;
}

.referenzen .layout_full p, .referenzen .layout_full strong {
  font-size: 18px;
  line-height: 28px;
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
} 
.glide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-top: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .glide__arrows {
    position: absolute;
    top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.glide__arrows .glide__arrow {
  width: 40px;
  height: 20px;
}
.glide__arrows .glide__arrow.glide__arrow--left {
  margin-right: 40px;
}
.glide__arrows .glide__arrow.glide__arrow--right {
  margin-left: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .glide__arrows .glide__arrow {
    position: relative;
  }
  .glide__arrows .glide__arrow.glide__arrow--left {
    left: 0;
  }
  .glide__arrows .glide__arrow.glide__arrow--right {
    right: 0px;
  }
}
.glide__arrows button {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
}

#btn-right, #btn-left {
  stroke: #FF9938;
  fill: none;
  stroke-width: 2px;
}

.news__slider__container {
  overflow: visible;
}

.white #btn-right, .white #btn-left {
  stroke: #ffffff;
  fill: none;
  stroke-width: 2px;
}

.slider__desc {
  margin-top: 30px;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
html body {
  width: 100%;
  height: 100%;
}
html body.noscroll {
  overflow: hidden;
}
html body #header {
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  top: 0;
}
html body #header.open {
  height: 100vh;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #header.open {
    background-color: #163666;
    backdrop-filter: none;
  }
}
html body .open .mmenu__container {
  border: 3px solid #ffffff;
}
html body .open #mmenu span.line {
  background-color: #ffffff;
}
html body .mmenu__container {
  width: 24px;
  height: 24px;
  padding: 14px;
  border: 3px solid #163666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .mmenu__container:hover {
  border: 3px solid #FF9938;
}
html body .mmenu__container:hover #mmenu span.line {
  background-color: #FF9938;
}
html body #mmenu {
  display: block;
}
html body #mmenu span.line {
  width: 30px;
  height: 3px;
  background-color: #163666;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body #mmenu span.line:first-child {
  margin-top: 0;
}
html body #mmenu span.line:last-child {
  margin-bottom: 0;
}
html body #mmenu:hover {
  cursor: pointer;
}
html body #mmenu.flip {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html body #mmenu.flip .line:nth-child(1),
html body #mmenu.flip .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
html body #mmenu.flip .line:nth-child(1) {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
html body #mmenu.flip .line:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(90deg);
  transform: translateY(-6px) rotate(90deg);
}
html body .header__logo--nav {
  display: none;
}
html body .header__logo--nav.open {
  display: block;
  margin-top: 20px;
}
html body .nav__main {
  width: 100%;
}
html body .nav__main ul.level_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  justify-self: flex-end;
}
html body .nav__main ul.level_1 li {
  text-align: right;
}
html body .nav__main ul.level_1 li a, html body .nav__main ul.level_1 li strong {
  font-size: 2rem;
  line-height: 2rem;
  padding: 15px 0 5px 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
  display: block;
}
html body .nav__main ul.level_1 li a:hover, html body .nav__main ul.level_1 li a.active, html body .nav__main ul.level_1 li a.trail, html body .nav__main ul.level_1 li strong:hover, html body .nav__main ul.level_1 li strong.active, html body .nav__main ul.level_1 li strong.trail {
  color: #FF9938;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .nav__main ul.level_1 li a, html body .nav__main ul.level_1 li strong {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .nav__main ul.level_1 li a, html body .nav__main ul.level_1 li strong {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
html body .nav__main ul.level_1 li strong {
  color: #FF9938;
}
html body .nav__main ul.level_1 li ul.level_2 {
  padding-bottom: 20px;
}
html body .nav__main ul.level_1 li ul.level_2 li {
  display: inline-block;
}
html body .nav__main ul.level_1 li ul.level_2 li a, html body .nav__main ul.level_1 li ul.level_2 li strong {
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 5px 0;
  padding-left: 20px;
  display: block;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .nav__main ul.level_1 li ul.level_2 li a, html body .nav__main ul.level_1 li ul.level_2 li strong {
    padding-left: 15px;
  }
}
html body .header--container {
  padding: 20px 0;
}
html body .header--container a {
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .header--container {
    padding: 15px;
  }
}
html body .header__logo--container svg {
  display: block;
  width: 100%;
  height: 60px;
}
html body .header__logo--container svg .color--primary {
  fill: #163666;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
html body .header__logo--container svg:hover .color--primary {
  fill: #FF9938;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .open .header__logo--container svg .color--primary {
    fill: #ffffff;
  }
}
html body .mmenu--tel__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .mmenu--tel__container a:hover {
  color: #FF9938;
}
html body .mmenu--tel__container.open a {
  color: #ffffff;
}
html body .mmenu--tel__container.open a:hover {
  color: #FF9938;
}
html body .mmenu__telefon {
  margin-right: 60px;
}
html body .mmenu__telefon a {
  padding: 10px;
  font-weight: 600;
}
html body .mmenu_bg__circle {
  width: 60%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background: #163666;
  display: none;
}
html body .mmenu_bg__circle.active {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .mmenu_bg__circle {
    right: -620px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .mmenu_bg__circle {
    width: 1000px;
    height: 1000px;
    top: -100px;
    right: -670px;
  }
}
html body .mod_article {
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .mod_article {
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .mod_article {
    padding: 40px 0;
  }
}
html body .mod_article.color--primary {
  background: #163666;
  margin: 80px 0;
}
html body .mod_article.color--primary p, html body .mod_article.color--primary a, html body .mod_article.color--primary h1, html body .mod_article.color--primary h2, html body .mod_article.color--primary h3, html body .mod_article.color--primary h4, html body .mod_article.color--primary .h1, html body .mod_article.color--primary .h2, html body .mod_article.color--primary .h3, html body .mod_article.color--primary .h4, html body .mod_article.color--primary strong {
  color: #ffffff;
}
html body .mod_article.color--secondary {
  background: #FF9938;
  margin: 80px 0;
}
html body .mod_article.color--secondary p, html body .mod_article.color--secondary a, html body .mod_article.color--secondary h1, html body .mod_article.color--secondary h2, html body .mod_article.color--secondary h3, html body .mod_article.color--secondary h4, html body .mod_article.color--secondary .h1, html body .mod_article.color--secondary .h2, html body .mod_article.color--secondary .h3, html body .mod_article.color--secondary .h4, html body .mod_article.color--secondary strong {
  color: #ffffff;
}
html body .grid--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  max-width: 1200px;
  margin: 0 auto;
}
html body .grid--container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
html body .grid--container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
html body .grid--container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
html body .grid--container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
html body .grid--container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
html body .grid--container > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
html body .grid--container > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
html body .grid--container > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
html body .grid--container > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
html body .grid--container > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
html body .grid--container > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
html body .grid--container > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}
html body .grid--container > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
html body .grid--container > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
html body .grid--container > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
html body .grid--container > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
html body .grid--container > *:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
html body .grid--container > *:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
html body .grid--container > *:nth-child(19) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
html body .grid--container > *:nth-child(20) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
html body .grid--container > *:nth-child(21) {
  -ms-grid-row: 2;
  -ms-grid-column: 9;
}
html body .grid--container > *:nth-child(22) {
  -ms-grid-row: 2;
  -ms-grid-column: 10;
}
html body .grid--container > *:nth-child(23) {
  -ms-grid-row: 2;
  -ms-grid-column: 11;
}
html body .grid--container > *:nth-child(24) {
  -ms-grid-row: 2;
  -ms-grid-column: 12;
}
@media (min-width: 1200px) {
  html body .grid--container.nopadding-xl {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body .grid--container {
    max-width: 992px;
  }
  html body .grid--container.nopadding-l {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .grid--container {
    max-width: 768px;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .grid--container {
    max-width: 576px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 320px) {
  html body .grid--container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
html body .grid--container.color--primary {
  background-color: #163666;
}
html body .grid--container.color--secondary {
  background-color: #FF9938;
}
html body .grid--container.color--primary, html body .grid--container.color--secondary {
  padding: 80px 0;
}
html body .grid--container.color--primary p, html body .grid--container.color--primary a, html body .grid--container.color--primary h1, html body .grid--container.color--primary h2, html body .grid--container.color--primary h3, html body .grid--container.color--primary h4, html body .grid--container.color--primary .h1, html body .grid--container.color--primary .h2, html body .grid--container.color--primary .h3, html body .grid--container.color--primary .h4, html body .grid--container.color--primary strong, html body .grid--container.color--secondary p, html body .grid--container.color--secondary a, html body .grid--container.color--secondary h1, html body .grid--container.color--secondary h2, html body .grid--container.color--secondary h3, html body .grid--container.color--secondary h4, html body .grid--container.color--secondary .h1, html body .grid--container.color--secondary .h2, html body .grid--container.color--secondary .h3, html body .grid--container.color--secondary .h4, html body .grid--container.color--secondary strong {
  color: #ffffff;
}
html body .grid--container.color--primary p.color--secondary, html body .grid--container.color--primary a.color--secondary, html body .grid--container.color--primary h1.color--secondary, html body .grid--container.color--primary h2.color--secondary, html body .grid--container.color--primary h3.color--secondary, html body .grid--container.color--primary h4.color--secondary, html body .grid--container.color--primary .h1.color--secondary, html body .grid--container.color--primary .h2.color--secondary, html body .grid--container.color--primary .h3.color--secondary, html body .grid--container.color--primary .h4.color--secondary, html body .grid--container.color--primary strong.color--secondary, html body .grid--container.color--secondary p.color--secondary, html body .grid--container.color--secondary a.color--secondary, html body .grid--container.color--secondary h1.color--secondary, html body .grid--container.color--secondary h2.color--secondary, html body .grid--container.color--secondary h3.color--secondary, html body .grid--container.color--secondary h4.color--secondary, html body .grid--container.color--secondary .h1.color--secondary, html body .grid--container.color--secondary .h2.color--secondary, html body .grid--container.color--secondary .h3.color--secondary, html body .grid--container.color--secondary .h4.color--secondary, html body .grid--container.color--secondary strong.color--secondary {
  color: #FF9938;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .grid--container.color--primary, html body .grid--container.color--secondary {
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .grid--container.color--primary, html body .grid--container.color--secondary {
    padding: 40px 0;
  }
}
html body .grid--container-element {
  position: relative;
}
html body .grid--container-element.nopadding {
  padding: 0;
}
@media (min-width: 1200px) {
  html body .grid--container-element.nopadding-xl {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body .grid--container-element.nopadding-l {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .grid--container-element.nopadding-m {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .grid--container-element {
    padding: 20px;
  }
  html body .grid--container-element.nopadding-s {
    padding: 0;
  }
}
html body .grid--container-element.color--primary {
  background-color: #163666;
}
html body .grid--container-element.color--secondary {
  background-color: #FF9938;
}
html body .grid--container-element.color--primary p, html body .grid--container-element.color--primary a, html body .grid--container-element.color--primary h1, html body .grid--container-element.color--primary h2, html body .grid--container-element.color--primary h3, html body .grid--container-element.color--primary h4, html body .grid--container-element.color--primary .h1, html body .grid--container-element.color--primary .h2, html body .grid--container-element.color--primary .h3, html body .grid--container-element.color--primary .h4, html body .grid--container-element.color--primary strong, html body .grid--container-element.color--secondary p, html body .grid--container-element.color--secondary a, html body .grid--container-element.color--secondary h1, html body .grid--container-element.color--secondary h2, html body .grid--container-element.color--secondary h3, html body .grid--container-element.color--secondary h4, html body .grid--container-element.color--secondary .h1, html body .grid--container-element.color--secondary .h2, html body .grid--container-element.color--secondary .h3, html body .grid--container-element.color--secondary .h4, html body .grid--container-element.color--secondary strong {
  color: #ffffff;
}
html body .grid--container-element.color--primary p.color--secondary, html body .grid--container-element.color--primary a.color--secondary, html body .grid--container-element.color--primary h1.color--secondary, html body .grid--container-element.color--primary h2.color--secondary, html body .grid--container-element.color--primary h3.color--secondary, html body .grid--container-element.color--primary h4.color--secondary, html body .grid--container-element.color--primary .h1.color--secondary, html body .grid--container-element.color--primary .h2.color--secondary, html body .grid--container-element.color--primary .h3.color--secondary, html body .grid--container-element.color--primary .h4.color--secondary, html body .grid--container-element.color--primary strong.color--secondary, html body .grid--container-element.color--secondary p.color--secondary, html body .grid--container-element.color--secondary a.color--secondary, html body .grid--container-element.color--secondary h1.color--secondary, html body .grid--container-element.color--secondary h2.color--secondary, html body .grid--container-element.color--secondary h3.color--secondary, html body .grid--container-element.color--secondary h4.color--secondary, html body .grid--container-element.color--secondary .h1.color--secondary, html body .grid--container-element.color--secondary .h2.color--secondary, html body .grid--container-element.color--secondary .h3.color--secondary, html body .grid--container-element.color--secondary .h4.color--secondary, html body .grid--container-element.color--secondary strong.color--secondary {
  color: #FF9938;
}
html body .grid--container-element.abstand--aussen {
  padding: 80px 80px 60px 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body .grid--container-element.abstand--aussen {
    padding: 60px 60px 40px 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .grid--container-element.abstand--aussen {
    padding: 30px 30px 0px, 75 30px;
  }
}
html body .footer--container {
  padding: 40px 0;
}
html body .footer--container a {
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .footer--container {
    padding: 15px;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html body .footer--container p {
  padding-bottom: 0;
}
html body .footer__address--container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 32px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
html body .footer__address--container a:hover {
  color: #FF9938;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .footer__address--container {
    margin-bottom: 30px;
    backdrop-filter: none;
    -ms-grid-column-align: left;
        justify-self: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
html body .footer__logo--container {
  margin-top: 8px;
}
html body .footer__logo--container svg {
  display: block;
  width: 100%;
  height: 60px;
}
html body .footer__logo--container svg .color--primary {
  fill: #163666;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
html body .footer__logo--container svg:hover .color--primary {
  fill: #FF9938;
}
html body .footer__menu--container {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -ms-hyphens: auto;
      hyphens: auto;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}
html body .footer__menu--container a:hover {
  color: #FF9938;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body .footer__menu--container {
    margin-bottom: 8px;
    height: 28px;
    backdrop-filter: none;
    -ms-grid-column-align: left;
        justify-self: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
html body .nav__footer ul li a, html body .nav__footer ul li strong {
  text-transform: uppercase;
  font-style: italic;
}
html body .nav__footer ul li a.active, html body .nav__footer ul li strong.active {
  color: #FF9938;
}
html body #wrapper {
  width: 100%;
  height: 100%;
}
html body #container {
  margin-top: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #container {
    margin-top: 70px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hide-s {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-m {
    display: none;
  }
}
