@charset "UTF-8";
/*variables*/
@font-face {
  font-family: "icon-font";
  src: url("../fonts/busch-jaeger-icons.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice";
  font-weight: 400;
  src: url("../fonts/ABBvoice_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice";
  font-weight: 100;
  src: url("../fonts/ABBvoice_Lt.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice";
  font-weight: 700;
  src: url("../fonts/ABBvoice_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice";
  font-weight: 500;
  src: url("../fonts/ABBvoice_Md.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice-Regular";
  src: url("../fonts/ABBvoice_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice-Semibold";
  src: url("../fonts/ABBvoice_Md.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice-Bold";
  src: url("../fonts/ABBvoice_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "ABBvoice-Light";
  src: url("../fonts/ABBvoice_Lt.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "ABBvoice", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

strong {
  font-weight: bold;
}

h1, h2 {
  font-size: 1.575rem;
  line-height: inherit;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1400px) {
  h1, h2 {
    font-size: 2.425rem;
  }
}

h3, h4, h3 a {
  font-size: 1.3125rem;
  line-height: 1.24;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 1400px) {
  h3, h4, h3 a {
    font-size: 2.0625rem;
  }
}

h4 {
  font-size: 1.1125rem;
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.4rem;
  }
}

.stroke-short-solid {
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .stroke-short-solid {
    padding-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.stroke-short-solid::after {
  width: 44px;
  height: 6px;
  content: "";
  position: absolute;
  color: #FF000F;
  top: 0;
  left: 0;
  background-color: currentColor;
}
.stroke-short-solid.text-center::after {
  left: 50%;
  right: 50%;
}

p, a, td, th {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
}
@media screen and (min-width: 1400px) {
  p, a, td, th {
    font-size: 16px;
    line-height: 1.67;
  }
}

a {
  color: #FF000F;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400;
}
a:hover {
  color: #FF000F;
  text-decoration: underline;
}
a.light {
  color: #fff;
}
a.light:hover {
  color: #fff;
}
a.dark {
  color: #000;
}
a.dark:hover {
  color: #6E6E6E;
}

.q-underline {
  text-decoration: underline;
}

.q-no-underline {
  text-decoration: none !important;
}

.q-links-black {
  color: #000 !important;
}

/*HELPER*/
*:focus {
  outline-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.text-transform-none {
  text-transform: none !important;
}

.q-mt-large {
  margin-top: 150px;
}

@media screen and (max-width: 980px) {
  .q-mt-large {
    margin-top: 50px;
  }
}

.q-mb-large {
  margin-bottom: 150px;
}
@media screen and (max-width: 980px) {
  .q-mb-large {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .q-pt-mobile {
    padding-top: 50px;
  }
}

.q-text-small {
  font-size: 12px;
}

.q-text-big {
  font-size: 1.875rem;
  line-height: 1.24;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  .q-text-big {
    font-size: 2.825rem;
  }
}

.q-p-mb-0 p {
  margin-bottom: 0;
}

.q-bg-grey {
  background-color: #F2F2F2;
}

.blue {
  color: #FF000F;
}

.light {
  color: #fff;
}

.black {
  color: #000;
}

.q-grey {
  color: #6E6E6E;
}

.bottom-dots {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #FF000F;
}

.bottom-dots-light {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #fff;
}

.q-bg-transparent {
  background-color: transparent !important;
}

.q-small-font {
  font-size: 12px;
}
.q-small-font p, .q-small-font a {
  font-size: 16px;
}

.q-small-icon {
  width: 20px;
}
.q-btn.q-btn-multilines {
  padding: 6.5px 50px 13.75px 50px;
  line-height: 1;
}
.q-medium-icon {
  max-width: 60px;
  max-height: 60px;
}

.q-info-text {
  font-style: italic;
  font-size: 14px;
}

.bottom-dots-grey {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #6E6E6E;
}

.top-dots {
  padding-top: 0.2em;
  border-top: 1px dotted #FF000F;
}

.q-dropdown-icon {
  display: flex;
}
.q-dropdown-icon::before {
  display: none;
}
.q-dropdown-icon::after {
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: inherit;
  margin-left: 10px;
}
.q-btn.q-smaller {
  text-transform: none;
  padding: 9.8px 15px 9.42px 15px;
}

.q-btn.q-smaller::before {
  display: none;
}
@media screen and (max-width: 320px) {
  .q-btn.q-smaller {
    padding: 10.42px 10px 3.42px 8px;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1400px) {
  .q-dropdown-icon::after {
    line-height: 1;
  }
}
.q-dropdown-icon:hover {
  text-decoration: none;
}

.q-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 650px;
}

@media screen and (max-width: 768px) {
  .q-mobile-relative {
    position: relative !important;
  }
}

@media screen and (max-width: 980px) {
  .q-col-hidden {
    display: none;
  }
}

.q-img-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.q-img-hover-effect {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.q-img-hover-effect img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.q-img-hover-effect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.q-cursor-pointer {
  cursor: pointer;
}

.q-smooth-scroll {
  scroll-behavior: smooth;
}

.grey-bg {
  background-color: #F2F2F2;
}


/*Z-INDEXES*/
header {
  z-index: 11;
}

.q-hero-content, .q-hero-image-small {
  z-index: 10;
}

.q-anchorlinks {
  z-index: 9;
}

/* Allgemein */
.q-btn {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "ABBvoice";
  color: #FF000F;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  font-size: 15px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.15s ease-out;
  height: 34px;
  font-weight: 700;
  min-width: 180px;
  cursor: pointer;
}
a.q-btn {
  width: fit-content;
}

.login-help a.q-btn {
  width: auto !important;
}

/* Primary */
.q-btn-primary {
  color: #fff;
  background-color: #FF000F;
  border-color: #FF000F;
  transition: none;
}
.q-btn-primary:hover, .q-btn-primary:active {
  color: #fff !important;
  background-color: #bb2924 !important;
  border-color: #bb2924 !important;
  text-decoration: none;
  transition: none;
}
.q-btn-primary.download::before {
  content: url("../img/icons/download-white.svg");
  margin: auto;
  display: inline-block;
  position: absolute;
}
.q-btn-primary.download {
  justify-content: unset;
  padding-left: 4rem;
}
@media screen and (max-width: 1400px) {
  .q-btn-primary::before {
    left: 20px;
  }
}
@media screen and (min-width: 846px) {
  .q-btn:not(.w-100) {
    max-width: fit-content;
  }
}
/* Secondary */
.q-btn-secondary {
  color: #000000;
  background-color: #00000014;
  transition: none;
  padding-top: 6px;
}
.q-btn-secondary:hover, .q-btn-secondary:active {
  background-color: #ebebeb;
  transition: none;
}
.q-btn-secondary.q-dropdown-icon {
  border-color: #D8D8D8;
  color: #000 !important;
}
.q-btn-secondary.q-dropdown-icon:hover {
  background-color: transparent !important;
  color: #FF000F !important;
}
.q-btn-secondary.q-btn-checked {
  color: #000;
  border-color: #6E6E6E;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: space-between;
}
.q-btn-secondary.q-btn-checked.toCheckout {
  color: #000;
  border-color: #6E6E6E;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
}
.q-btn-secondary.q-btn-checked:hover {
  color: #fff;
  background-color: #FF000F;
  border-color: #FF000F;
  cursor: pointer;
}
.q-btn-tertiary {
  color: #000;
  border-bottom: 2px #FF000F solid;
  font-weight: 700;
  width: max-content;
  padding-bottom: 16px;
  padding-top: 12px;
  padding-right: 4rem;
  font-size: 18px;
  position: relative;
  font-family: ABBvoice;
}
a.q-btn-tertiary {
  display: block;
  text-decoration: none;
}
.q-btn-tertiary:hover {
  color: #FF000F;
  text-decoration: none;
}
.q-btn-tertiary:active {
  color: #000 !important;
}
.q-btn-tertiary::after {
  position: absolute;
  right: 0;
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 180%;
  line-height: 0.75;
  color: #000000;
}
.q-btn-tertiary:hover::after {
  position: absolute;
  right: 0;
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 220%;
  line-height: 0.59;
  color: #FF000F;
}
.psp .q-btn-tertiary {
  padding-bottom: 1rem;
  line-height: unset;
  text-align: left;
  padding-right: 1rem;
}
.psp .q-btn-tertiary::after {
  bottom: 1rem;
}
.psp .q-btn-tertiary:hover::after {
  bottom: 1rem;
}

@media screen and (max-width: 980px) {
  .q-btn-secondary.q-btn-checked {
    padding: 6.8px 15px 6.42px 15px;
  }
}

.q-btn-secondary.q-btn-checked:after {
  margin-left: 2rem;
  display: inline-block;
  content: url("../img/icons/check.svg")
}
.q-btn-secondary.q-btn-checked:hover:after {
  content: url("../img/icons/check-light.svg");
}

.q-btn-secondary.invers {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.q-btn-secondary.invers:hover {
  background-color: #fff;
  color: #FF000F;
}

/* Link with arrow */
.q-btn-link {
  padding: 0 20px 0 40px;
  border: none;
  margin-bottom: 8px;
  line-height: 1.4;
}
.q-btn-link::before {
  left: 10px;
  font-size: 180%;
  line-height: 0.7;
  transition: all 0.15s ease-out;
}
.q-btn-link:hover {
  background-color: inherit;
  color: #00699B;
  text-decoration: none;
}
.q-btn-link:hover::before {
  left: 5px;
}
.q-btn-link.q-back-link {
  padding: 0;
  display: flex;
  align-items: center;
}
.q-btn-link.q-back-link::before {
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 150%;
  line-height: 0.5;
  color: inherit;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -ms-transform-transform: scale(-1, 1);
}
.q-btn-link.q-back-link:hover::before {
  margin-right: 5px;
}

.q-actions a {
  margin-left: 15px;
}
.q-actions .q-action-icon {
  width: 20px;
  height: 20px;
}
.q-toggle .btn {
  border-radius: 20px;
  max-width: 42px;
  max-height: 24px;
  min-width: 42px;
  min-height: 24px;
  border: none !important;
  background-color: #FFFFFF;
}
.q-toggle .btn.toggle.off {
  border: 2px solid #DBDBDB !important;
  background-color: #DBDBDB !important;
}
.q-toggle .toggle-handle.btn.btn-default:after {
  content: url("../img/icons/toggle-checkmark.svg");
  height: 10px;
  display: inline-block;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-270%, -30%);
}
.client-overlay .q-toggle .toggle-handle.btn.btn-default:after {
  transform: translate(-260%, 50%)
}
.q-toggle .off .toggle-handle.btn.btn-default:after {
  display: none;
}
.q-toggle .btn .toggle-off, .q-toggle .btn .toggle-on, .q-toggle .btn .toggle-handle {
  min-height: 20px;
  min-width: 40px;
  max-height: 20px;
  max-width: 40px;
}
.q-toggle .btn.toggle {
  border: 2px solid #000000 !important;
  background-color: #000000 !important;
}
.q-toggle .btn.toggle:hover {
  border-color: #525252 !important;
  background-color: #525252 !important;
}
.q-toggle .btn.off.toggle:hover {
  border-color: #BABABA !important;
  background-color: #BABABA !important;
}
.q-toggle .toggle .btn:not(.toggle-handle):hover {
  background-color: #525252 !important;
  border-color: #525252 !important;
}

.q-toggle .toggle.off .btn:not(.toggle-handle):hover {
  background-color: #BABABA !important;
  border-color: #BABABA !important;
}
.q-toggle .btn.off .toggle-handle {
  background-color: #FFFFFF;
}

.q-toggle .btn.toggle.on {
  border: 1px solid #000000;
}

.q-toggle .btn:focus, .q-toggle .btn:active {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.q-toggle .toggle-on {
  background-color: #000000;
}
.q-toggle .toggle-off {
  background-color: #DBDBDB !important;
}
.q-toggle .toggle-handle {
  width: 24px;
  display: block;
}
.q-toggle.q-teaser-toggle .btn {
  line-height: 0;
}
.q-toggle.q-teaser-toggle .toggle-handle {
  width: 40px;
}

.q-icon-link svg g {
  fill: #6E6E6E !important;
}
.q-icon-link:hover svg g, .q-icon-link.active svg g {
  fill: #000 !important;
}

.q-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.q-status.q-active {
  background-color: #71D477;
}
.q-status.q-problem {
  background-color: #FFAA28;
}
.q-status.q-disabled {
  background-color: #DEDEDE;
}

.rating .star {
  font-size: 25px;
}

.q-graph-cont .q-bar {
  height: 10px;
  width: 100%;
  margin: 0 auto 10px auto;
  line-height: 30px;
  font-size: 16px;
  color: white;
  padding: 0 0 0 10px;
  position: relative;
}
.q-graph-cont .q-bar::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 10px;
  top: 0;
  z-index: -2;
  background: #F2F2F2;
}
.q-graph-cont .q-bar::after {
  content: "";
  background: #6E6E6E;
  height: 10px;
  transition: 0.7s;
  display: block;
  width: 100%;
  max-width: var(--process);
  -webkit-animation: bar-before 1 1.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@-webkit-keyframes bar-before {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.q-icon-headline-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .q-icon-headline-wrapper {
    display: block;
  }
  .q-icon-headline-wrapper .q-headline-main {
    margin-bottom: 10px;
  }
  .q-icon-headline-wrapper .q-headline-main .q-icon-headline {
    margin: 0 0 0 5px;
  }
}
.q-icon-headline-wrapper .q-headline-main {
  display: flex;
  align-items: flex-end;
}
.q-icon-headline-wrapper .q-headline-main .q-icon-headline {
  margin: 0 20px;
}
.q-icon-headline-wrapper span {
  font-weight: 400;
}
.q-icon-headline-wrapper .q-headline-icon {
  width: 35px;
  height: 35px;
}

form .form-input {
  font-size: 14px;
  border: 0;
  outline: 0;
  margin-bottom: 17px;
  padding: 10px 12px;
  position: relative;
  height: 44px;
}

.form {
  margin: 0;
}
.form .form-group {
  margin-bottom: 15px;
  min-width: 20%;
}
.form .form-group .form-input {
  background-color: #F2F2F2;
  margin: 0;
  width: 100%;
}
.form .form-group .form-control {
  background-color: #FFFFFF;
  border: 2px solid #DBDBDB;
  border-radius: 6px;
}
.form .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.form .form-group label.btn-primary.toggle-on,
.form .form-group label.btn-default.toggle-off {
  margin-bottom: 0 !important;
}

.custom-check-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 2rem;
  line-height: 28px;
  font-size: 17px !important;
}
.custom-check-wrapper a {
  font-size: inherit;
}
.custom-check-wrapper a:hover {
  color: inherit;
}
.custom-check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}.custom-check-wrapper input:checked ~ .checkmark::after {
   display: block;
 }
.custom-check-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #9B9B9B;
}
.custom-check-wrapper .checkmark.light {
  border-color: #fff;
}
.custom-check-wrapper .checkmark.light:after {
  border-color: #fff;
}
.custom-check-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #9B9B9B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-check-wrapper input:checked ~ .radiomark::after {
  display: block;
}
.custom-check-wrapper .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 29px;
  width: 29px;
  border: 2px solid #6E6E6E;
  place-content: center;
  border-radius: 15px;
}
.custom-check-wrapper .radiomark.light {
  border-color: #fff;
}
.custom-check-wrapper .radiomark.light:after {
  border-color: #fff;
}
.custom-check-wrapper .radiomark::after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transform: scale(1);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #FF000F;
  display: none;
}

@media screen and (min-width: 1400px) {
  .login-form {
    width: 85%;
  }
}
.login-form .form-input {
  width: 100%;
  border-bottom: 1px solid #D8D8D8
}

header#page-nav {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 4px 8px 0px #00000014;
}
header#page-nav .navbar-nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#page-nav .navbar-nav .navbar-brand {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
header#page-nav .navbar-nav .navbar-brand img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1);
}
header#page-nav .navigation-meta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 34px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: start;
  padding-bottom: 0px;
  margin-right: 0 !important;
}
header#page-nav .navigation-meta-list .navigation-meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin-loggedout .navigation-meta-link {
  color: #FF000F;
  padding: 12px;
  transition: all 0.4s ease;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
  padding: 12px 7px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.67;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
    font-size: 16px;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link:hover {
  text-decoration: none;
  color: #000;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--lang {
  padding-right: 40px;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--lang::after {
  position: absolute;
  top: 10px;
  right: 15px;
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #6E6E6E;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--lang::after {
    position: relative;
    right: auto;
    top: 6px;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--submenu {
  color: #fff;
  background-color: #FF000F;
  text-decoration: none;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--submenu:hover {
  color: #fff;
  background-color: #FF000F;
  text-decoration: underline;
}
header#page-nav .header-content {
  margin-left: auto;
  margin-right: auto;
}
header#page-nav .header-content .header-navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media screen and (max-width: 980px) {
  header#page-nav .header-content .header-navigation {
    display: none;
  }
  header#page-nav .header-content .header-navigation.show {
    display: block;
    max-height: 90vh;
    overflow-y: scroll;
  }
}
header#page-nav .header-content .header-navigation .nav-item .nav-link {
  display: block;
  padding: 15px 15px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  header#page-nav .header-content .header-navigation .nav-item .nav-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  header#page-nav .header-content .header-navigation .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.83;
    padding-bottom: 0;
  }
}
header#page-nav .header-content .header-navigation .nav-item .nav-link:hover, header#page-nav .header-content .header-navigation .nav-item .nav-link.active {
  border-bottom: 3px solid #FF000F;
}
header#page-nav .header-content .header-navigation .nav-item.logged-out {
  background-image: url("/assets/themes/mybuildingsabb/img/icons/lock-icon.png");
  background-position: 0px 22px;
  background-repeat: no-repeat;
  padding-left: 8px;
}
header#page-nav .header-content .header-navigation .nav-item.back-link .nav-link {
  font-weight: 100;
  text-transform: none;
}
header#page-nav .header-content .header-navigation .nav-item.messages .nav-link {
  font-weight: 400;
  text-transform: none;
  color: #FF000F;
  border-bottom: none;
}
header#page-nav .header-content .header-navigation .nav-item.messages .nav-link:hover {
  border-bottom: none;
  text-decoration: underline;
}
header#page-nav .header-content .header-navigation .nav-item.messages .nav-link .counter {
  color: #fff;
  background-color: #FF000F;
  padding: 1px 5px;
}
@media screen and (max-width: 980px) {
  header#page-nav .header-content .header-navigation .nav-item.messages {
    margin-left: 0 !important;
    margin-top: 10px;
    border-top: 1px dotted #FF000F;
  }
  header#page-nav .header-content .header-navigation .nav-item.messages .nav-link {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}
header#page-nav .header-content .header-navigation .navigation-main-item--search {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
header#page-nav .header-content .header-navigation .navigation-main-item--search .search-icon {
  border-bottom: none;
}
header#page-nav .header-content .header-navigation .navigation-main-item--search .search-icon:hover {
  border-bottom: none;
}
header#page-nav .header-content .header-navigation .navigation-main-item--search .search-icon::before {
  position: absolute;
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1.2125rem;
  color: #000;
}
.navbar-toggler .navbar-toggler-icon {
  height: 40px;
  width: 35px;
  background-image: url("../img/icons/menu-close.svg") !important;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  height: 40px;
  width: 35px;
  background-image: url("../img/icons/menu.svg") !important;
}
.navbar-toggler {
  border: none;
}
header#page-nav .header-content .disabled {
  display: block;
  padding: 23px 20px;
  color: #6E6E6E;
  font-weight: 700;
  font-size: 0.85rem;
}
@media screen and (max-width: 1400px) {
  header#page-nav .header-content .disabled {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  header#page-nav .header-content .disabled {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.83;
    padding-bottom: 0;
  }
}

.q-anchorlinks {
  top: 90px;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.q-anchorlinks a {
  color: #6E6E6E;
  font-weight: bold;
}
.q-anchorlinks .nav-item .active {
  color: #000;
}
@media screen and (max-width: 980px) {
  .q-anchorlinks {
    position: relative !important;
    top: 0;
  }
}

.q-table th, .q-table td {
  border-top: none;
  border-bottom: none !important;
}
.q-table thead tr th {
  font-weight: bold;
}

/*MODAL MATRIX TABLE*/
.q-table-matrix {
  color: #000;
}
.q-table-matrix thead tr {
  border-bottom: 1px solid #6E6E6E !important;
}
.q-table-matrix thead tr th {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  border-left: 1px dotted #fff;
}
.q-table-matrix thead tr th:first-child {
  border-left: none;
}
.q-table-matrix thead tr th .q-th-img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.q-table-matrix tbody tr {
  border-bottom: 1px solid #6E6E6E !important;
}
.q-table-matrix tbody tr th {
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}
.q-table-matrix tbody tr td {
  border-left: 1px solid #6E6E6E;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  border-bottom: none !important;
  padding: 0;
}
.q-table-matrix tbody tr td .round:hover:after, .q-table-matrix tbody tr td .round:hover:before {
  display: inline-block;
}
.q-table-matrix tbody tr td .round label {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
}
.q-table-matrix tbody tr td .round label:before {
  content: " ";
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #FF000F;
  height: 20px;
  width: 20px;
  padding: 0;
  position: relative;
}
.q-table-matrix tbody tr td .round label:after {
  content: "✕";
  font-size: 14px;
  position: absolute;
  color: #fff !important;
  display: none;
  pointer-events: none;
  margin-left: -12px;
}
.q-table-matrix tbody tr td .round label:hover {
  opacity: 1;
}
.q-table-matrix tbody tr td .round label.checked {
  opacity: 1;
}
.q-table-matrix tbody tr td .round label.checked:before {
  background-color: #FF000F;
}
.q-table-matrix tbody tr td .round label.checked:hover:after {
  display: inline-block;
}
.q-table-matrix tbody tr td .round input {
  visibility: hidden;
}

.modal .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3 {
  color: inherit;
}
.modal .modal-content a.black:hover {
  color: #000;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-header .close {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .modal-body {
  padding: 0 80px 50px 80px;
}
.modal.q-fullscreen-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal.q-fullscreen-modal .modal-dialog {
  max-width: 80%;
  max-height: 90%;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal.q-fullscreen-modal .modal-dialog .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  /*SYSTEM UND APP MANUAL MODALS*/
}
.modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal {
  color: #000;
}
.modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal h2, .modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal h3 {
  font-weight: 500;
  font-size: 2.0625rem;
}
.modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal .q-modal-anchorlinks .nav-item .nav-link {
  background-color: transparent;
  color: #000;
  font-size: 1.55rem;
  font-weight: 100;
}
.modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal .q-modal-anchorlinks .nav-item .nav-link.active {
  color: #FF000F;
}
@media screen and (max-width: 1400px) {
  .modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal .q-modal-anchorlinks .nav {
    width: 100%;
    flex-direction: row !important;
  }
  .modal.q-fullscreen-modal .modal-dialog .modal-content .q-manual-modal .q-modal-anchorlinks .nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
.modal.q-video-modal {
  max-width: 100%;
}
.modal.q-video-modal .modal-dialog {
  max-width: 900px !important;
}
.modal.q-video-modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal.q-video-modal .modal-dialog .modal-content .q-responsive-embed-youtube {
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 50vw;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 980px) {
  .modal.q-video-modal .modal-dialog .modal-content .q-responsive-embed-youtube {
    width: 80vw;
  }
}
@media screen and (min-width: 1990px) {
  .modal.q-video-modal .modal-dialog .modal-content .q-responsive-embed-youtube {
    width: 800px;
  }
}
.modal.q-video-modal .modal-dialog .modal-content .q-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.modal.q-video-modal .modal-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 20px;
}
.modal.q-video-modal .modal-header .close {
  color: #FF000F;
  font-size: 4.5rem;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal.modal-white .modal-content {
  background-color: white;
  color: black;
  border: none;
  border-radius: 0;
  box-shadow: none;
  hyphens: none;
}

.modal-white.show {
  display: block !important;
}
.modal-white.center.show {
  display: flex !important;
}

.modal-white h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}

/*FILTER ERWEITERUNGEN DROPDOWN*/
.nav-mega .dropdown {
  position: static;
}
.nav-mega .dropdown .dropdown-menu.megamenu {
  transform: translate3d(0px, 70px, 0px) !important;
  top: 50px !important;
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  width: 100%;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background-color: #FF000F;
  color: #fff;
}
.nav-mega .dropdown .dropdown-menu.megamenu h1, .nav-mega .dropdown .dropdown-menu.megamenu h2, .nav-mega .dropdown .dropdown-menu.megamenu h3 {
  color: #fff;
}
.nav-mega .dropdown .dropdown-menu .close {
  position: absolute;
  top: -30px;
  right: -20px;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}
.slideIn {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.q-collapse-wrapper .q-collapse {
  margin-top: 30px;
}
.q-collapse-wrapper .q-collapse a.q-collapse-link {
  color: #000 !important;
  font-weight: bold;
}
.q-collapse-wrapper .q-collapse a.q-collapse-link:hover {
  text-decoration: none;
}

.q-close-button-wrapper {
  position: relative;
  margin-left: 15px;
}
.q-close-button-wrapper .q-close-button {
  position: absolute;
  line-height: 0.7;
}
.q-close-button-wrapper .q-close-button::after {
  content: "✕";
  font-weight: 100;
  font-size: 18px;
  line-height: 1.4;
  right: 0;
  display: block;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 1400px) {
  .q-close-button-wrapper .q-close-button::after {
    font-size: 30px;
  }
}
.q-close-button-wrapper .q-close-button.q-small::after {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 980px) {
  .q-close-button-wrapper .q-close-button.q-small::after {
    font-size: 12px;
  }
}

.collapsed {
  text-decoration: none;
}
.collapsed .q-close-button::after {
  transform: rotate(45deg) !important;
}

/* Toggle Link Text */
.q-toggle-text.true {
  display: none;
}
.q-toggle-text.false {
  display: inline-block;
}

a[aria-expanded=true] .q-toggle-text.true {
  display: inline-block;
}
a[aria-expanded=true] .q-toggle-text.false {
  display: none;
}
.messages.q-accordion .q-accordion-card:nth-child(1) {
  border-top: 2px dashed #848484;
}
.messages.q-accordion .q-accordion-card {
  border-bottom: 2px dashed #848484;
}
.history.q-accordion .q-accordion-card:nth-child(1) .q-accordion-card-header {
  border-top: 1px dashed #848484;
}
.history.q-accordion .q-accordion-card {
  border-bottom: 1px dashed #848484;
}
.messages .accordion-toggle[aria-expanded=true] h4 {
  color: #FF000F !important;
}
.q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
  padding: 5px 0;
}
.history.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .accordion-title {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 980px) {
  .q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
    font-size: 1rem;
  }
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle {
  padding: 10px 0;
  color: #000;
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle p {
  font-size: 16px;
  font-weight: bold;
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper {
  display: flex;
  align-items: center;
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper .q-close-button {
  line-height: 0.7;
  right: 0;
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper .q-close-button::after {
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 980px) {
  .q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper .q-close-button::after {
    font-size: 22px;
  }
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper .q-close-button.q-small::after {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .q-close-button-wrapper .q-close-button.q-small::after {
    font-size: 12px;
  }
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle:hover {
  text-decoration: none;
}
.q-accordion .q-accordion-card .card-body {
  padding-top: 0;
}
.q-accordion.dark .q-accordion-card .q-accordion-card-header.q-big-header p {
  font-weight: 600;
}

.q-list-item-link {
  color: inherit;
}
.q-list-item-link:hover {
  color: inherit;
  text-decoration: none;
}
.q-list-item-link .q-list-item {
  margin-top: 30px;
}
.q-list-item-link .q-list-item .q-list-img img {
  width: 90%;
  height: 90%;
}
.q-list-item-link .q-list-item .q-list-headline {
  font-size: 12px;
  font-weight: lighter;
  margin-bottom: 0;
}
.q-list-item-link .q-list-item p {
  margin-bottom: 0;
}

.q-list-item-link:hover .q-add-item .q-add.item {
  background-color: #eaeaea;
}

.q-add-item {
  margin-top: 30px;
  padding-top: 30px;
}
.q-add-item .q-add.item {
  padding: 40px 0;
}
.q-add-item .q-add.item .q-add-icon {
  height: 25px;
  width: 25px;
  margin-bottom: 0;
}

/*BJE*/
.q-image-text .q-text-col .q-text-col-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: -100px;
  padding: 25px;
}
@media screen and (max-width: 980px) {
  .q-image-text .q-text-col .q-text-col-wrapper {
    margin-left: 0;
  }
}
.q-image-text .q-text-col .q-map-row {
  bottom: 0;
}

.q-hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.q-hero-section .q-red-box-body {
  background: #fff;
  padding: 42px 25px;
}
.q-hero-section .q-red-box-body .q-red-box-img img {
  max-height: 80px;
}
.q-hero-section.login {
  background-image: url("../img/login_header_ek.jpg");
}
.q-hero-section.q-image-right {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .q-hero-section.q-image-right .q-red-box {
    margin-top: -100px;
  }
}
.q-hero-section.q-image-right .q-red-box-body {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .q-hero-section.q-image-right .q-hero-image-right {
    margin-bottom: 0 !important;
  }
}
.q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper {
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper.q-small {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper.q-small {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper {
    height: auto;
  }
}
.q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper img {
  width: auto;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper img {
    height: auto;
    width: 100%;
  }
}
.q-hero-section.q-grey .q-red-box-body {
  background: #F2F2F2;
}

/*Teaser*/
.q-teaser {
  /*Teaser – GREY BACKGROUND*/
}
.q-teaser:hover {
  color: #000;
  text-decoration: none;
}
.q-teaser p {
  margin-bottom: 0;
}
.q-teaser .q-teaser-image {
  position: relative;
  width: 100%;
  height: 244px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .q-teaser .q-teaser-image {
    height: 189px;
  }
}
@media screen and (max-width: 980px) {
  .q-teaser .q-teaser-image {
    height: auto;
  }
}
.q-teaser .q-teaser-image img {
  width: 100%;
}
.q-teaser .q-teaser-image.q-teaser-image-slider {
  height: auto;
}
.q-teaser.q-greyback {
  display: flex;
  flex-direction: column;
  align-items: end;
  border: none;
  box-shadow: 6px 5px 7px 4px #d8d8d8;
}
.q-video {
  height: 100%;
  box-shadow: -5px 10px 10px rgb(0 0 0 / 25%);
  hyphens: none;
}
@media screen and (max-width: 768px) {
  .q-teaser.q-greyback {
    margin-bottom: 30px;
  }
}
.q-teaser.q-greyback .q-teaser-small-img-top {
  width: 100%;
  position: relative;
  max-height: 244px;
}
.q-teaser.q-greyback .q-teaser-small-img-top-square {
  width: 40%;
  margin-top: 25px;
  box-shadow:3px 3px 3px #696969;
  position: relative;
  max-height: 244px;
}
@media screen and (max-width: 768px) {
  .q-teaser.q-greyback .q-teaser-small-img-top {
    width: 100%;
  }
}
.q-teaser.q-greyback .q-greyback-body {
  margin-top: -20px;
  padding: 50px 1.25rem 50px 1.25rem;
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .q-teaser.q-greyback .q-greyback-body {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .q-teaser.q-greyback .q-greyback-body h3 {
    font-size: 1.0125rem;
  }
}
.q-teaser.q-greyback .q-greyback-footer-wrap {
  margin-top: -20px;
}

/*ADD Teaser Fläche*/
.q-add {
  background-color: #F2F2F2;
  font-weight: lighter;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: background-color 0.2s ease-out;
  hyphens: none;
  text-align: center;
  font-size: 0.46rem !important;
}
.q-add:hover {
  text-decoration: none;
  background-color: #eaeaea;
}
.q-add .q-add-icon {
  height: 45px;
  width: 45px;
  margin-bottom: 10px;
}

.page-footer {
  background-color: #6E6E6E;
  color: #fff;
}
.page-footer h5 {
  font-weight: 300;
  font-size: 1.875rem;
}
.page-footer p {
  margin-bottom: 5px;
}
.page-footer p a {
  font-size: 16px;
  color: #fff;
}
.page-footer p a:hover {
  color: inherit;
}
.page-footer .footer-meta {
  background-color: #fff;
  color: #000;
}
.page-footer .footer-meta .links a {
  color: #000;
}
.page-footer .footer-meta .links a:hover {
  color: inherit;
}
.page-footer .footer-meta .links span, .page-footer .footer-meta .links a {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-meta .links span, .page-footer .footer-meta .links a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.page-footer .footer-meta .social a {
  margin-left: 20px;
  margin-right: 0;
  color: #000;
}
.page-footer .footer-meta .social a i {
  font-size: 24px;
}
.page-footer .footer-meta .social a i:hover {
  color: #6E6E6E;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slider {
  position: relative;
}
.slider .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .slider .swiper-button-next {
    right: 30px;
  }
}
.slider .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .slider .swiper-button-prev {
    left: 30px;
  }
}
.slider .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider .swiper-button-next, .slider .swiper-button-prev {
  outline-color: transparent;
  outline: none;
  top: 30%;
}
.slider .swiper-button-next::after, .slider .swiper-button-prev::after {
  content: "";
  color: #000;
  font-family: icon-font;
  line-height: 0.3;
  position: absolute;
  font-weight: 400;
  font-size: 210%;
}

.swiper-pagination {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    width: auto;
    position: relative !important;
    padding-top: 0 !important;
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF000F;
}

.q-teaser-image-slider .q-teaser-image {
  height: auto;
}
.q-teaser-image-slider .q-teaser-image .swiper-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.q-teaser-image-slider .q-teaser-image .swiper-buttons .swiper-button-next, .q-teaser-image-slider .q-teaser-image .swiper-buttons .swiper-button-prev {
  position: relative;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 980px) {
  .q-teaser-image-slider .q-teaser-image .swiper-button-next, .q-teaser-image-slider .q-teaser-image .swiper-button-prev {
    background-color: #F2F2F2;
    padding: 5px 10px;
    width: auto;
    transition: all 0.15s ease-out;
  }
  .q-teaser-image-slider .q-teaser-image .swiper-button-next:after, .q-teaser-image-slider .q-teaser-image .swiper-button-prev:after {
    position: relative;
    font-size: 160%;
  }
  .q-teaser-image-slider .q-teaser-image .swiper-button-next {
    right: 0;
  }
  .q-teaser-image-slider .q-teaser-image .swiper-button-prev {
    left: 0;
  }
}
.q-teaser-image-slider .q-teaser-image .q-teaser-images-count {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 980px) {
  .q-teaser-image-slider .q-teaser-image .q-teaser-images-count {
    bottom: auto;
    top: 0;
    display: block !important;
  }
}
.q-teaser-image-slider:hover .q-teaser-images-count {
  display: none;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next, .q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev {
  position: relative;
  background-color: #F2F2F2;
  padding: 5px 10px;
  width: auto;
  transition: all 0.15s ease-out;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next::after, .q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev::after {
  position: relative;
  font-size: 160%;
  transition: all 0.15s ease-out;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next.swiper-button-disabled, .q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next:hover, .q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev:hover {
  background-color: #FF000F;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next:hover::after, .q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev:hover::after {
  color: #fff;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-next {
  right: 0;
}
.q-teaser-image-slider:hover .swiper-buttons .swiper-button-prev {
  left: 0;
}

.nav-lineh {
  line-height: 2.3;
}
@media screen and (max-width: 845px) {
  a.q-btn {
    width: auto;
  }
  .q-btn-primary.go, .q-btn-secondary.go {
    justify-content: center;
    padding-left: 20px;
  }
  .login-help .q-btn-primary.go,.login-help .q-btn-secondary.go {
    justify-content: start;
  }
  .q-btn-primary.go::before, .q-btn-secondary.go::before {
    margin: unset;
    position: relative;
    left: 0;
  }
  .modal .q-btn-primary, .modal .q-btn-secondary {
    width: 100% !important;
    justify-content: center !important;
    padding-left: 2rem !important;
  }
}

.q-toggle .btn[disabled].off .toggle-handle {
  background-color: #a9a9a9;
  border: 1px solid #FFFFFF;
}