a.button, button.button-primary,
.a-button-primary,
input[type='submit'].button-primary, .a-button-secondary,
.button-secondary {
  min-width: 100px;
  padding: 10px 40px;
  border-radius: 4px;
  text-align: center;
  border: 0; }
  a.button:hover, button.button-primary:hover,
  .a-button-primary:hover,
  input[type='submit'].button-primary:hover, .a-button-secondary:hover,
  .button-secondary:hover {
    text-decoration: none; }

.row:after, .maincontent > section .sectionTXT:after, .maincontent section:after, .maincontent section.w100 .sectionTXT:after {
  content: ' ';
  clear: both;
  display: block; }

a.has-arrow .icon {
  right: 0;
  top: 2px;
  position: absolute; }
  a.has-arrow .icon:after {
    content: '';
    padding-left: 20px;
    margin-right: 0;
    background-image: url(../Images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right; }

/* @RETRUN JUST CALCULATED VALUES! */
body,
.elementor-background-overlay,
.elementor-widget-wrap {
  background-color: #000;
  color: #fff;
  font-family: Helvetica, Arial sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  background-image: url("../images/bg.jpg?1=1");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

#progressbar {
  width: 100%;
  height: 15px;
  background-color: #ededed;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset; }
  #progressbar .progress {
    background-color: #BB1E10;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; }

.textleft {
  text-align: left; }

ul {
  padding: 0 0 0 20px; }

.white {
  color: white; }

.breadcrumbs {
  display: none; }

*:focus {
  outline: none; }

figure {
  margin: 0;
  display: block;
  height: 100%;
  line-height: 0; }

b, strong {
  font-weight: 600; }

p {
  margin: 0;
  padding: 0 0 10px 0; }
  p.text-center {
    text-align: center; }

hr {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #8d8d8d; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-moz-selection {
  color: #fff;
  background-color: #BB1E10; }

::selection {
  color: #fff;
  background-color: #BB1E10; }

.frame-space-after-medium {
  margin-bottom: 20px; }

.frame-space-after-small {
  margin-bottom: 5px; }

.gray {
  color: #555555; }

.right-content-main {
  margin-top: 40px; }

.right-content-detail-footer {
  margin-top: 40px; }

.right-content {
  margin-top: 60px; }

h1 {
  font-family: 'Impact', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.maincontent {
  margin-bottom: 60px;
  margin-top: 40px;
  max-width: 400px;
  margin: 0 auto; }

#clear {
  display: inline-block; }

a {
  font-family: Helvetica, Arial sans-serif;
  color: #666666;
  text-decoration: none;
  position: relative; }
  a:hover {
    text-decoration: underline; }
  a.has-arrow {
    position: relative;
    padding-right: 20px;
    display: inline-block; }
    a.has-arrow .icon {
      color: #666666; }
  a.button {
    font-family: Helvetica, Arial sans-serif;
    font-size: 1rem;
    color: #fff;
    background-color: #BB1E10;
    font-style: normal;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a.button:hover {
      text-decoration: none;
      color: #BB1E10;
      background-color: #ffffff !important;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    a.button.button-primary {
      background-color: #BB1E10;
      border: 1px solid #BB1E10;
      color: #fff; }
      a.button.button-primary:hover {
        text-decoration: none;
        color: #fff;
        background-color: #BB1E10 !important;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      a.button.button-primary.larger {
        font-size: 1rem; }
    a.button.button-secondary {
      color: #BB1E10;
      background-color: #fff;
      border: 1px solid #BB1E10; }
    a.button.button-orange {
      background-color: #ff7401;
      font-weight: 500;
      text-transform: none;
      font-size: 1rem; }

form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='date'],
form textarea {
  font-family: Helvetica, Arial sans-serif;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #fff; }
form input[type='submit'],
form button {
  background-color: #BB1E10;
  border-radius: 0;
  border: 0;
  padding: 10px 40px;
  font-size: 18px;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  form input[type='submit'][disabled],
  form button[disabled] {
    background-color: #d1dfea; }
  form input[type='submit']:hover,
  form button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

select {
  padding: 9px 10px;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #95a094;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  background-image: url("../images/selectbg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff; }

input[type='radio'],
input[type='checkbox'] {
  width: 30px;
  height: 30px; }

.col50 {
  width: 100%;
  display: block;
  vertical-align: top; }
  @media (min-width: 900px) {
    .col50 {
      width: 50%;
      display: table-cell; } }
  @media (min-width: 900px) {
    .col50.first {
      padding-right: 10px; }
    .col50.last {
      padding-left: 10px; } }

.row .row:first-child {
  padding-top: 0; }
.row .row .col50 {
  width: 50%; }

.row img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

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

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

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

.pos_CC .row .col50 {
  display: table-cell;
  vertical-align: middle;
  float: none; }
.pos_CC p {
  text-align: center; }

.col33 {
  width: 100%;
  display: block;
  padding: 10px 10px; }
  @media (min-width: 900px) {
    .col33 {
      width: 33%;
      display: table-cell;
      padding: 0 10px; } }
  .col33.first {
    padding-left: 0; }
  .col33.last {
    padding-right: 0; }

.col25 {
  width: 25%;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top; }
  .col25.first {
    padding-left: 0; }
  .col25.last {
    padding-right: 0; }

.col2313 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 600px) {
    .col2313 {
      -webkit-box-ordinal-group: unset;
          -ms-flex-order: unset;
              order: unset;
      display: table-cell;
      width: 70%; }
      .col2313.first {
        padding-right: 30px; }
      .col2313.last {
        padding-left: 30px; } }

.col1323 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%; }
  @media (min-width: 600px) {
    .col1323 {
      -webkit-box-ordinal-group: unset;
          -ms-flex-order: unset;
              order: unset;
      display: table-cell;
      width: 30%; }
      .col1323.first {
        padding-right: 30px; }
      .col1323.last {
        padding-left: 30px; } }

.col2313,
.col1323 {
  vertical-align: top; }
  .col2313 h2,
  .col2313 h3,
  .col1323 h2,
  .col1323 h3 {
    color: #666666 !important;
    margin: 0 0 10px 0;
    line-height: 1em;
    font-style: normal; }
  .col2313 h2,
  .col1323 h2 {
    font-size: 34px; }
  .col2313 h3,
  .col1323 h3 {
    font-size: 20px;
    font-weight: 500; }
  .col2313 p,
  .col1323 p {
    padding: 20px 0 !important; }
  .col2313 .colcontent,
  .col1323 .colcontent {
    padding: 60px 0; }

.row header {
  margin: 0 !important; }

.col100 {
  width: 100%; }

.frame-type-menu_subpages {
  text-align: center; }

ul.subnavigation {
  padding: 0;
  display: inline-block; }
  ul.subnavigation li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      ul.subnavigation li {
        display: inline-block; } }
    ul.subnavigation li:not(:last-child):after {
      content: '|';
      position: relative; }
    ul.subnavigation li a {
      padding: 10px 15px;
      display: inline-block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      ul.subnavigation li a:hover {
        color: #BB1E10; }
    ul.subnavigation li.active a,
    ul.subnavigation li.active a:visited {
      color: #BB1E10; }
    ul.subnavigation li a, ul.subnavigation li:hover {
      text-decoration: none; }

#pospage ul.subnavigation li a:hover {
  color: #007ec5; }
#pospage ul.subnavigation li.active a,
#pospage ul.subnavigation li.active a:visited {
  color: #007ec5; }

.navigation .burger {
  width: 20px;
  height: 20px;
  background-image: url(../Images/burger-close.svg); }
  .navigation .burger.open {
    background-image: url(../Images/burger-open.svg); }

.colorgraydark {
  color: #535a5f; }

.fontwrapper p {
  padding: 0; }

.ultra {
  font-size: 45px; }

.ultraultra {
  font-size: 60px; }
  .ultraultra p {
    padding: 0 !important; }

.italic {
  font-style: italic; }

.textleft {
  text-align: left; }

.medium {
  font-size: 40px; }
  .medium.light {
    font-weight: 300; }
  .medium p {
    padding: 0 !important; }

.bold {
  font-weight: 700; }

.light {
  font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.showVP1 {
  display: block; }
  @media (min-width: 600px) {
    .showVP1 {
      display: none; } }

.frame-indent {
  margin: 0 5%; }
  @media (min-width: 600px) {
    .frame-indent {
      margin: 30px 10%; } }

p {
  text-align: left; }

.section .dce.ref {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.37);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.37);
  width: 33%;
  position: relative;
  margin: 10px; }
  @media (min-width: 600px) {
    .section .dce.ref {
      width: 15%; } }
  .section .dce.ref .refPic {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer; }
    .section .dce.ref .refPic img {
      width: 100%;
      height: auto; }
  .section .dce.ref .refText {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    display: none;
    background-color: gray;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 14px; }
  .section .dce.ref a.button {
    padding: 4px 20px;
    display: block; }

.servicewidget {
  display: none;
  font-size: 14px;
  text-align: center;
  border: 2px solid #BB1E10;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 200; }
  @media (min-width: 900px) {
    .servicewidget {
      display: block; } }
  .servicewidget .widget {
    position: relative; }
  .servicewidget p {
    padding: 0;
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: center; }
    .servicewidget p.phone {
      font-size: 14px;
      background-image: url("../../../../../../fileadmin/user_upload/ico-phone.png");
      background-repeat: no-repeat;
      line-height: 24px;
      padding-left: 28px;
      text-align: left; }
    .servicewidget p.mail {
      font-weight: 200; }

.hiddenonloadbranche {
  display: none; }

#error {
  background-color: red;
  color: #fff;
  padding: 10px; }

.pager {
  text-align: center; }
  .pagerWrapper .button-pager {
    font-family: "HelveticaNeueBold";
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    min-width: 40px;
    line-height: 38px;
    padding-top: 2px;
    margin: 5px; }
    .pagerWrapper .button-pager:not(.disabled):hover {
      color: #fff;
      background-color: #ffffff; }
    .pagerWrapper .button-pager-first, .pagerWrapper .button-pager-last {
      cursor: pointer;
      display: inline-block;
      border-radius: 20px;
      min-width: 40px;
      line-height: 40px;
      margin: 5px; }
      .pagerWrapper .button-pager-first:not(.disabled):hover, .pagerWrapper .button-pager-last:not(.disabled):hover {
        background-color: #fff;
        color: #666666; }
        .pagerWrapper .button-pager-first:not(.disabled):hover .icon, .pagerWrapper .button-pager-last:not(.disabled):hover .icon {
          color: #666666 !important; }
          .pagerWrapper .button-pager-first:not(.disabled):hover .icon:before, .pagerWrapper .button-pager-last:not(.disabled):hover .icon:before {
            color: #666666 !important; }
      .pagerWrapper .button-pager-first.disabled, .pagerWrapper .button-pager-last.disabled {
        opacity: 0.5;
        cursor: default; }
    .pagerWrapper .button-pager.current {
      background-color: #BB1E10;
      color: #fff; }

.pager .icon {
  color: white !important; }
  .pager .icon-arrow-right {
    vertical-align: unset !important;
    top: unset !important; }
    .pager .icon-arrow-right:before {
      font-size: 17px !important;
      color: #fff; }

table tr td {
  vertical-align: top; }

button.button-primary,
.a-button-primary,
input[type='submit'].button-primary {
  font-family: Helvetica, Arial sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: #ff7401 !important;
  cursor: pointer;
  margin-top: 5px; }

.a-button-secondary,
.button-secondary {
  font-family: Helvetica, Arial sans-serif;
  font-size: 1rem;
  color: #8d8d8d;
  background-color: #fff;
  border: 1px solid #8d8d8d;
  cursor: pointer; }

#pospage button.button-primary,
#pospage .a-button-primary {
  background-color: #ff7401 !important; }

.buttonbar {
  margin: 30px 0;
  text-align: center; }
  .buttonbar.right {
    text-align: right; }
  .buttonbar.left {
    text-align: left; }

.maincontent > section {
  position: relative; }
  .maincontent > section .sectionTXT {
    width: 100%; }
    @media (min-width: 900px) {
      .maincontent > section .sectionTXT {
        max-width: 40%; } }
    .maincontent > section .sectionTXT .smaller {
      font-size: 14px;
      line-height: 18px; }
@media (min-width: 600px) {
  .maincontent section {
    overflow: hidden;
    position: relative; } }
.maincontent section.w100 {
  width: 100vw;
  margin: 0 calc(-50vw + 50%); }
  .maincontent section.w100 .sectionBG {
    position: relative;
    width: auto; }
  .maincontent section.w100 .sectionTXT {
    position: relative;
    display: block;
    z-index: 20;
    font-size: 1rem;
    color: #666666;
    line-height: 1.2em;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 900px) {
      .maincontent section.w100 .sectionTXT {
        font-size: 28px; } }
    .maincontent section.w100 .sectionTXT > div {
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
      min-width: 35%;
      padding: 20px 30px; }
    .maincontent section.w100 .sectionTXT h2 {
      text-align: left;
      font-size: 30px !important;
      font-style: italic;
      font-weight: bold;
      color: #666666;
      margin: 0 0 10px 0; }
      @media (min-width: 900px) {
        .maincontent section.w100 .sectionTXT h2 {
          font-size: 40px !important; } }
    .maincontent section.w100 .sectionTXT header {
      margin: 0; }
.maincontent section.hasBG {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.37);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.37);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (max-width: 599px) {
    .maincontent section.hasBG {
      background: none !important; } }
  .maincontent section.hasBG .sectionTXT {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center; }
    @media (min-width: 600px) {
      .maincontent section.hasBG .sectionTXT {
        text-align: unset;
        width: 60%;
        margin: 40px 40px 0 40px; }
        .maincontent section.hasBG .sectionTXT > div {
          margin-bottom: 40px; } }
  .maincontent section.hasBG .sectionBG {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .maincontent section.hasBG .sectionBG img {
      width: 100%;
      height: auto; }
  @media (min-width: 900px) {
    .maincontent section.hasBG {
      min-height: 500px; } }
.maincontent section.pos_CT {
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.maincontent section.pos_CB {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.maincontent section.pos_CC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 600px) {
    .maincontent section.pos_CC .sectionTXT {
      /*
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%);
      */ } }
.maincontent section.pos_LC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 600px) {
    .maincontent section.pos_LC .sectionTXT {
      float: left; } }
.maincontent section.pos_LT {
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top; }
  @media (min-width: 600px) {
    .maincontent section.pos_LT .sectionTXT {
      float: left; } }
.maincontent section.pos_LB {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media (min-width: 600px) {
    .maincontent section.pos_LB .sectionTXT {
      float: left; } }
.maincontent section.pos_RT {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  @media (min-width: 600px) {
    .maincontent section.pos_RT .sectionTXT {
      float: right; } }
.maincontent section.pos_RC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 600px) {
    .maincontent section.pos_RC .sectionTXT {
      float: right; } }
.maincontent section.pos_RB {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 600px) {
    .maincontent section.pos_RB .sectionTXT {
      float: right; } }

section.w100.regular {
  padding: 40px 0; }
  section.w100.regular.pos_CC {
    text-align: center; }
    section.w100.regular.pos_CC .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  section.w100.regular.pos_RC {
    text-align: right; }
    section.w100.regular.pos_RC .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  section.w100.regular.pos_LC {
    text-align: left; }
    section.w100.regular.pos_LC .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  @media (min-width: 900px) {
    section.w100.regular {
      padding: 40px; } }
  section.w100.regular P {
    padding: 0; }
  section.w100.regular.pos_CC {
    text-align: center; }
  section.w100.regular.pos_RC {
    text-align: right; }
  section.w100.regular .section {
    display: flex-root; }
    section.w100.regular .section .row {
      display: flex-row; }
section.w100 .sectionBG figure.image {
  width: 100vw; }
section .section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 900px) {
    section .section {
      padding: 0; } }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #252a34;
  overflow-x: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 20px;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.19);
  color: #fff; }
  .sidenav #sidemenu {
    margin-right: 0;
    width: 250px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0; }
    .sidenav #sidemenu li {
      list-style-type: none;
      margin-bottom: 1px; }
      .sidenav #sidemenu li:hover, .sidenav #sidemenu li.active {
        background-color: rgba(255, 255, 255, 0.3); }
      .sidenav #sidemenu li a {
        color: #fff;
        padding: 10px 20px;
        display: block; }

.closebtn {
  font-size: 36px;
  color: #252a34;
  text-decoration: none;
  width: 40px;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  float: right;
  position: fixed;
  z-index: 31;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 30px; }

.openbtn {
  top: 30px;
  color: #252a34;
  float: right;
  opacity: 1;
  width: 40px;
  position: fixed;
  z-index: 32;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 0; }

#main {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

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